From 13d6dd0257ceda364ffff51ee07d588390da5663 Mon Sep 17 00:00:00 2001
From: Doug Johnson <43759986+doug-stormtree@users.noreply.github.com>
Date: Sat, 23 Aug 2025 20:38:55 -0700
Subject: [PATCH 1/5] Feature: Eelgrass layer (#251)
* Add Legend support for Dot Density patches
* Add Eelgrass layer
---
src/components/Legend.jsx | 61 +-
src/data/geojson/CRDEelgrass.geojson | 4161 ++++++++++++++++++++++++
src/data/layers/Eelgrass.jsx | 29 +
src/data/questions/CreateCommunity.jsx | 1 +
src/data/questions/ProtectTheCoast.jsx | 1 +
src/data/svg/DotPatch.svg | 1 +
6 files changed, 4227 insertions(+), 27 deletions(-)
create mode 100755 src/data/geojson/CRDEelgrass.geojson
create mode 100644 src/data/layers/Eelgrass.jsx
create mode 100644 src/data/svg/DotPatch.svg
diff --git a/src/components/Legend.jsx b/src/components/Legend.jsx
index 6198e837..0a982bde 100644
--- a/src/components/Legend.jsx
+++ b/src/components/Legend.jsx
@@ -38,6 +38,7 @@ import {
useMapLayerStyleStore,
} from '../data/MapLayerStore';
import { LegendGroups } from '../data/TextContent';
+import { ReactComponent as DotPatchSVG } from '../data/svg/DotPatch.svg';
// Wraps Legend in a Box for large screen sizes.
export const LegendPane = () => {
@@ -357,6 +358,10 @@ const LegendPatch = ({ layerId }) => {
)
}
+ if (layer.symbology === 'density') {
+ return
+ }
+
return layer.shape === 'point'
?
: layer.shape === 'line'
@@ -397,33 +402,6 @@ const ClassifiedPatchPoint = ({ styleMap }) => {
)
}
-const SinglePatchPolygon = ({ style }) => {
- return (
-
- )
-}
-
-const PolygonPatchSVG = ({ fill, stroke, dashed = false }) => (
-
-)
-
const ClassifiedPatchPolygon = ({ styleMap }) => {
const styles = [...styleMap.entries()].slice(0,6);
return (
@@ -470,6 +448,35 @@ const LinePatchSVG = ({ fill, stroke, dashed = false }) => (
)
+const SinglePatchPolygon = ({ style }) => {
+ return (
+
+ )
+}
+
+const PolygonPatchSVG = ({ fill, stroke, dashed = false }) => (
+
+)
+
+const DensityDotPatch = ({ color }) =>
+
// LegendItemOGM Component
// A single legend entry row for an OpenGreenMap layer.
export const LegendItemOGM = ({ layerId }) => {
diff --git a/src/data/geojson/CRDEelgrass.geojson b/src/data/geojson/CRDEelgrass.geojson
new file mode 100755
index 00000000..d7ee03ff
--- /dev/null
+++ b/src/data/geojson/CRDEelgrass.geojson
@@ -0,0 +1,4161 @@
+{
+"type": "FeatureCollection",
+"name": "CRDEelgrass",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39996, 48.41852 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38712, 48.41856 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39996, 48.41897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39929, 48.41897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39861, 48.41897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38712, 48.41901 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47093, 48.42005 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47094, 48.42095 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47094, 48.4214 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47095, 48.42185 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46892, 48.42185 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3885, 48.42215 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38782, 48.42216 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46892, 48.4223 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46825, 48.42231 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38918, 48.4226 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3885, 48.4226 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46893, 48.42275 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46825, 48.42276 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38851, 48.42305 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46893, 48.4232 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46826, 48.42321 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46758, 48.42321 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38851, 48.4235 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46826, 48.42366 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46758, 48.42366 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46691, 48.42366 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46826, 48.42411 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46759, 48.42411 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46691, 48.42411 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46624, 48.42411 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46827, 48.42456 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46759, 48.42456 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46692, 48.42456 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46624, 48.42456 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46557, 48.42457 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47368, 48.42498 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46692, 48.42501 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46625, 48.42501 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46557, 48.42502 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46557, 48.42547 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4649, 48.42547 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46423, 48.42592 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46355, 48.42592 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29999, 48.42647 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46355, 48.42637 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46288, 48.42683 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30135, 48.42736 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30068, 48.42737 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4737, 48.42723 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46221, 48.42728 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30203, 48.42781 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30271, 48.42826 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30203, 48.42826 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30136, 48.42826 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47303, 48.42814 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47236, 48.42814 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30271, 48.42871 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30203, 48.42871 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30136, 48.42871 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47304, 48.42859 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47236, 48.42859 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47169, 48.42859 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47101, 48.42859 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46087, 48.42863 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30271, 48.42916 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30204, 48.42916 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30136, 48.42916 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47237, 48.42904 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47169, 48.42904 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47101, 48.42904 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46088, 48.42908 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47169, 48.42949 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47102, 48.42949 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47034, 48.4295 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46967, 48.4295 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46088, 48.42953 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47102, 48.42994 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46832, 48.42995 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46764, 48.42996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45818, 48.42999 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46629, 48.43041 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46156, 48.43043 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45818, 48.43044 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46562, 48.43086 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46224, 48.43088 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45751, 48.4309 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45684, 48.4309 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46495, 48.43132 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4636, 48.43132 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46292, 48.43133 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45752, 48.43135 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4636, 48.43177 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4609, 48.43178 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46022, 48.43179 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45752, 48.4318 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45955, 48.43224 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4582, 48.43224 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42103, 48.43284 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42104, 48.43374 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38728, 48.43925 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3866, 48.43925 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38593, 48.43926 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38525, 48.43926 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38457, 48.43926 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38322, 48.43927 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.43258, 48.43954 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38661, 48.4397 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38593, 48.43971 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38525, 48.43971 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38458, 48.43971 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3839, 48.43971 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38323, 48.43972 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38255, 48.43972 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38729, 48.44015 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38661, 48.44015 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38593, 48.44016 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38526, 48.44016 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38458, 48.44016 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38391, 48.44016 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38323, 48.44017 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.43394, 48.44043 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38932, 48.44059 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39136, 48.44194 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39407, 48.44328 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39339, 48.44328 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39272, 48.44328 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39475, 48.44372 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39407, 48.44373 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39746, 48.44417 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39678, 48.44417 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39611, 48.44417 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39543, 48.44417 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39814, 48.44461 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39746, 48.44462 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39678, 48.44462 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39611, 48.44462 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39543, 48.44462 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39746, 48.44506 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39679, 48.44507 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39747, 48.44551 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39612, 48.44552 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39882, 48.44596 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39815, 48.44596 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3995, 48.44641 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40221, 48.44685 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40154, 48.44685 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40086, 48.44685 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44954, 48.44712 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40695, 48.44728 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40627, 48.44728 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4056, 48.44729 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40424, 48.44729 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40357, 48.44729 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40289, 48.4473 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40763, 48.44773 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40695, 48.44773 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40628, 48.44773 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4056, 48.44774 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40492, 48.44774 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40425, 48.44774 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40357, 48.44774 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40831, 48.44818 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40763, 48.44818 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40696, 48.44818 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40628, 48.44818 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4056, 48.44819 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40493, 48.44819 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40425, 48.44819 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40899, 48.44862 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40831, 48.44863 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40763, 48.44863 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40696, 48.44863 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40628, 48.44863 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40561, 48.44864 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40493, 48.44864 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40425, 48.44864 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40899, 48.44907 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40831, 48.44908 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40764, 48.44908 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.43536, 48.44943 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41373, 48.44951 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41305, 48.44951 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41238, 48.44951 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4117, 48.44951 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41102, 48.44952 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41035, 48.44952 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40967, 48.44952 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40899, 48.44952 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40832, 48.44953 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28187, 48.4499 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41373, 48.44996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41238, 48.44996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4117, 48.44996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41103, 48.44997 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41035, 48.44997 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40967, 48.44997 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41441, 48.4504 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41509, 48.45085 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42253, 48.45127 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42186, 48.45128 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42118, 48.45128 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4205, 48.45128 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4178, 48.45129 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41712, 48.45129 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41645, 48.4513 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41577, 48.4513 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42321, 48.45172 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42254, 48.45172 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42186, 48.45173 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42118, 48.45173 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42051, 48.45173 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41983, 48.45173 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41916, 48.45174 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41848, 48.45174 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4178, 48.45174 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41713, 48.45174 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42254, 48.45217 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42119, 48.45218 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42051, 48.45218 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41984, 48.45218 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41916, 48.45219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41848, 48.45219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42322, 48.45262 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41984, 48.45263 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41916, 48.45263 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44419, 48.45344 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42458, 48.45351 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4239, 48.45352 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42458, 48.45396 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42391, 48.45397 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42526, 48.45441 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42459, 48.45441 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42391, 48.45442 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42323, 48.45442 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42594, 48.45486 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42527, 48.45486 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42459, 48.45486 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42391, 48.45487 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42324, 48.45487 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42527, 48.45531 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42459, 48.45531 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42392, 48.45532 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4246, 48.45576 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42392, 48.45577 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42325, 48.45577 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4246, 48.45621 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42393, 48.45622 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42325, 48.45622 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42257, 48.45622 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41784, 48.45624 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42325, 48.45667 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42258, 48.45667 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4219, 48.45667 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41784, 48.45669 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41717, 48.45669 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42326, 48.45712 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42258, 48.45712 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4219, 48.45712 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42123, 48.45713 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41717, 48.45714 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41447, 48.45715 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42326, 48.45757 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42258, 48.45757 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42191, 48.45757 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42123, 48.45758 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41785, 48.45759 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41717, 48.45759 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4165, 48.45759 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41582, 48.4576 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41515, 48.4576 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41447, 48.4576 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41379, 48.4576 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42191, 48.45802 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42124, 48.45803 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42056, 48.45803 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41785, 48.45804 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41718, 48.45804 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4165, 48.45804 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41583, 48.45804 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41515, 48.45805 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41447, 48.45805 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4138, 48.45805 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42124, 48.45848 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42056, 48.45848 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41853, 48.45848 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41786, 48.45849 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41718, 48.45849 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41651, 48.45849 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41583, 48.45849 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41515, 48.4585 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41448, 48.4585 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4138, 48.4585 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4226, 48.45892 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42192, 48.45892 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42124, 48.45892 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42057, 48.45893 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41989, 48.45893 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41921, 48.45893 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41786, 48.45894 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41719, 48.45894 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41651, 48.45894 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41583, 48.45894 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41516, 48.45895 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41448, 48.45895 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4138, 48.45895 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4226, 48.45937 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42192, 48.45937 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42125, 48.45937 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42057, 48.45938 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41989, 48.45938 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41922, 48.45938 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41787, 48.45939 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41719, 48.45939 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41651, 48.45939 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41584, 48.45939 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41516, 48.4594 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41448, 48.4594 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42193, 48.45982 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42125, 48.45982 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42057, 48.45983 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4199, 48.45983 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41922, 48.45983 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41855, 48.45983 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41787, 48.45984 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41719, 48.45984 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41652, 48.45984 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41584, 48.45984 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41516, 48.45985 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41449, 48.45985 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42125, 48.46027 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42058, 48.46028 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4199, 48.46028 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41923, 48.46028 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41855, 48.46028 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41787, 48.46029 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4172, 48.46029 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41652, 48.46029 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41584, 48.46029 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41517, 48.4603 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41449, 48.4603 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42126, 48.46072 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42058, 48.46073 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41991, 48.46073 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41923, 48.46073 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41855, 48.46073 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41788, 48.46074 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4172, 48.46074 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41652, 48.46074 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41585, 48.46074 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41517, 48.46075 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4145, 48.46075 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41382, 48.46075 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42464, 48.46116 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42261, 48.46117 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42194, 48.46117 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42126, 48.46117 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42059, 48.46118 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41991, 48.46118 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41923, 48.46118 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41856, 48.46118 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41788, 48.46119 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4172, 48.46119 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41653, 48.46119 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41585, 48.46119 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41518, 48.4612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4145, 48.4612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41382, 48.4612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42532, 48.46161 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42465, 48.46161 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42397, 48.46161 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42329, 48.46162 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42262, 48.46162 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42194, 48.46162 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42127, 48.46162 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42059, 48.46163 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41991, 48.46163 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41924, 48.46163 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41856, 48.46163 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41788, 48.46164 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41721, 48.46164 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41653, 48.46164 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41586, 48.46164 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41518, 48.46165 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42465, 48.46206 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42397, 48.46206 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4233, 48.46207 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42262, 48.46207 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42195, 48.46207 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42127, 48.46207 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42059, 48.46208 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41992, 48.46208 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41924, 48.46208 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41856, 48.46208 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41789, 48.46209 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41721, 48.46209 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41654, 48.46209 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41586, 48.46209 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42533, 48.46251 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42465, 48.46251 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42398, 48.46251 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4233, 48.46252 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42263, 48.46252 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42195, 48.46252 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42127, 48.46252 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4206, 48.46253 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41992, 48.46253 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41924, 48.46253 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41857, 48.46253 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41789, 48.46254 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41722, 48.46254 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41654, 48.46254 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42466, 48.46296 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42398, 48.46296 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42331, 48.46297 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42263, 48.46297 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42195, 48.46297 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42128, 48.46297 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4206, 48.46298 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41992, 48.46298 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41925, 48.46298 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41857, 48.46298 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4179, 48.46299 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41722, 48.46299 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42263, 48.46342 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42196, 48.46342 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42128, 48.46342 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4206, 48.46343 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41993, 48.46343 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41925, 48.46343 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41858, 48.46343 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26694, 48.56779 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26762, 48.56869 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2683, 48.56914 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26763, 48.56914 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35112, 48.58781 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35044, 48.58781 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34977, 48.58781 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34909, 48.58781 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34841, 48.58782 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34773, 48.58782 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34705, 48.58782 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3518, 48.58826 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35112, 48.58826 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35045, 48.58826 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34977, 48.58826 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34909, 48.58826 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34841, 48.58827 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34773, 48.58827 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34706, 48.58827 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34638, 48.58827 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3457, 48.58827 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35248, 48.5887 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35181, 48.58871 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35113, 48.58871 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35045, 48.58871 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34842, 48.58872 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34774, 48.58872 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34706, 48.58872 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34638, 48.58872 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3457, 48.58872 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34503, 48.58873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35316, 48.58915 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35249, 48.58915 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35181, 48.58916 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34638, 48.58917 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34571, 48.58917 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34503, 48.58918 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35385, 48.5896 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35317, 48.5896 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35249, 48.5896 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35453, 48.59005 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35385, 48.59005 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35317, 48.59005 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29757, 48.59021 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28808, 48.59023 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35521, 48.59049 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35453, 48.5905 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35385, 48.5905 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29825, 48.59066 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29757, 48.59066 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28808, 48.59068 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35521, 48.59094 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35453, 48.59095 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29825, 48.59111 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28741, 48.59113 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35589, 48.59139 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35521, 48.59139 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35454, 48.5914 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29826, 48.59156 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28673, 48.59159 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3559, 48.59184 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35522, 48.59184 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29894, 48.592 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29826, 48.59201 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28606, 48.59204 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37827, 48.59222 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3559, 48.59229 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35522, 48.59229 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29962, 48.59245 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29894, 48.59245 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28538, 48.59249 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3837, 48.59265 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38302, 48.59265 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38235, 48.59266 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38167, 48.59266 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3776, 48.59267 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3559, 48.59274 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35522, 48.59274 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30369, 48.59289 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30301, 48.59289 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3003, 48.5929 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29962, 48.5929 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29894, 48.5929 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2847, 48.59294 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38371, 48.5931 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37693, 48.59312 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37625, 48.59313 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35523, 48.59319 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30369, 48.59334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30301, 48.59334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30234, 48.59334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30166, 48.59335 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30098, 48.59335 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3003, 48.59335 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29962, 48.59335 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37557, 48.59358 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35659, 48.59364 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3037, 48.59379 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30302, 48.59379 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30234, 48.59379 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30166, 48.5938 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30098, 48.5938 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30031, 48.5938 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29963, 48.5938 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38643, 48.59399 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3749, 48.59403 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3037, 48.59424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30302, 48.59424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30234, 48.59424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30166, 48.59425 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30099, 48.59425 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30031, 48.59425 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38643, 48.59444 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3749, 48.59448 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37422, 48.59448 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30302, 48.59469 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30234, 48.59469 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30167, 48.5947 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30099, 48.5947 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38711, 48.59489 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38643, 48.59489 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37423, 48.59493 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37355, 48.59493 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35727, 48.59499 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30574, 48.59513 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30506, 48.59514 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30438, 48.59514 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38711, 48.59534 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38644, 48.59534 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35728, 48.59544 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30642, 48.59558 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30574, 48.59558 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30506, 48.59559 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30438, 48.59559 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30371, 48.59559 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38712, 48.59579 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35728, 48.59589 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30642, 48.59603 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30574, 48.59603 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30507, 48.59604 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30439, 48.59604 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30371, 48.59604 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3878, 48.59624 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38712, 48.59624 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38576, 48.59624 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38441, 48.59625 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3071, 48.59648 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30642, 48.59648 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30575, 48.59648 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30507, 48.59649 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30439, 48.59649 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38712, 48.59669 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30711, 48.59693 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30643, 48.59693 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30575, 48.59693 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30507, 48.59694 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30439, 48.59694 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30371, 48.59694 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30779, 48.59738 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30711, 48.59738 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30643, 48.59738 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30575, 48.59738 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30507, 48.59739 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3044, 48.59739 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3539, 48.5977 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35322, 48.5977 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30779, 48.59783 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30711, 48.59783 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30643, 48.59783 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30575, 48.59783 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30508, 48.59784 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3044, 48.59784 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35391, 48.59815 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35323, 48.59815 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30847, 48.59828 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30779, 48.59828 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30711, 48.59828 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30644, 48.59828 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30576, 48.59828 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30508, 48.59829 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35391, 48.5986 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30847, 48.59873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30779, 48.59873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30712, 48.59873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30644, 48.59873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30576, 48.59873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27117, 48.59882 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35459, 48.59904 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35391, 48.59905 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30915, 48.59917 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30848, 48.59918 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3078, 48.59918 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30712, 48.59918 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2705, 48.59927 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35527, 48.59949 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35459, 48.59949 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35391, 48.5995 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30916, 48.59962 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30848, 48.59963 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3078, 48.59963 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2705, 48.59972 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35527, 48.59994 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3546, 48.59994 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35392, 48.59994 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30916, 48.60007 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30848, 48.60008 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2705, 48.60017 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35596, 48.60039 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35528, 48.60039 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3546, 48.60039 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35392, 48.60039 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30984, 48.60052 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30916, 48.60052 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26983, 48.60062 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35596, 48.60084 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35528, 48.60084 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3546, 48.60084 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30984, 48.60097 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35664, 48.60129 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35596, 48.60129 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35528, 48.60129 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35461, 48.60129 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30985, 48.60142 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35664, 48.60174 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35597, 48.60174 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35529, 48.60174 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35461, 48.60174 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31053, 48.60187 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35665, 48.60219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35597, 48.60219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35529, 48.60219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35461, 48.60219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31053, 48.60232 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35665, 48.60264 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35597, 48.60264 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35529, 48.60264 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31121, 48.60277 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35733, 48.60308 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35665, 48.60309 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35597, 48.60309 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3553, 48.60309 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31121, 48.60322 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35733, 48.60353 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35666, 48.60353 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35598, 48.60354 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3553, 48.60354 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31189, 48.60366 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35734, 48.60398 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35666, 48.60398 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35598, 48.60399 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3119, 48.60411 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35734, 48.60443 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35666, 48.60443 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35802, 48.60488 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35734, 48.60488 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31258, 48.60501 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35803, 48.60533 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31258, 48.60546 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35871, 48.60578 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31326, 48.60591 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35871, 48.60623 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31327, 48.60636 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35939, 48.60668 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36007, 48.60712 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31395, 48.60726 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36075, 48.60757 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31395, 48.60771 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36144, 48.60802 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34787, 48.60806 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34719, 48.60806 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36212, 48.60847 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34923, 48.60851 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31464, 48.60861 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3628, 48.60891 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34923, 48.60896 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31532, 48.60905 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36416, 48.60936 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36348, 48.60936 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34991, 48.6094 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.316, 48.6095 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31532, 48.6095 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36484, 48.60981 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36416, 48.60981 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3506, 48.60985 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34992, 48.60985 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31668, 48.60995 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.316, 48.60995 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3662, 48.61025 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36552, 48.61025 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3506, 48.6103 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31736, 48.6104 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31668, 48.6104 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36756, 48.6107 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36688, 48.6107 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3506, 48.61075 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31804, 48.61085 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31736, 48.61085 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31669, 48.61085 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36824, 48.61115 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35128, 48.6112 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31805, 48.61129 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31737, 48.6113 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31533, 48.6113 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3696, 48.61159 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35129, 48.61165 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31873, 48.61174 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31805, 48.61174 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31601, 48.61175 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31534, 48.61175 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37028, 48.61204 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35197, 48.6121 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35129, 48.6121 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31941, 48.61219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31873, 48.61219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31669, 48.6122 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31602, 48.6122 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35265, 48.61254 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35197, 48.61255 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32009, 48.61264 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31941, 48.61264 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31873, 48.61264 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3167, 48.61265 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35333, 48.61299 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35265, 48.61299 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35197, 48.613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32077, 48.61309 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32009, 48.61309 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31941, 48.61309 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31738, 48.6131 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3167, 48.6131 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35401, 48.61344 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35333, 48.61344 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35266, 48.61344 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35198, 48.61345 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32077, 48.61354 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32009, 48.61354 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31806, 48.61354 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31738, 48.61355 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37369, 48.61383 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35402, 48.61389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35334, 48.61389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35266, 48.61389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32145, 48.61398 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32078, 48.61399 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31874, 48.61399 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31806, 48.61399 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31738, 48.614 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3547, 48.61434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35334, 48.61434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35266, 48.61434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32214, 48.61443 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32146, 48.61443 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31942, 48.61444 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31874, 48.61444 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31807, 48.61444 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35334, 48.61479 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32282, 48.61488 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32214, 48.61488 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32146, 48.61488 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3201, 48.61489 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31942, 48.61489 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31875, 48.61489 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35402, 48.61524 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32282, 48.61533 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32214, 48.61533 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32011, 48.61534 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31943, 48.61534 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30247, 48.61539 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30179, 48.61539 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30111, 48.61539 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30043, 48.61539 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29975, 48.61539 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29908, 48.61539 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37641, 48.61562 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35471, 48.61569 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35403, 48.61569 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3235, 48.61578 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32282, 48.61578 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32079, 48.61579 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32011, 48.61579 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31943, 48.61579 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30315, 48.61583 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30247, 48.61583 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30179, 48.61584 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30111, 48.61584 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30044, 48.61584 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29976, 48.61584 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29908, 48.61584 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3771, 48.61606 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35539, 48.61613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32418, 48.61623 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3235, 48.61623 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32147, 48.61623 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32079, 48.61624 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32011, 48.61624 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30451, 48.61628 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30383, 48.61628 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30315, 48.61628 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30247, 48.61628 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3018, 48.61629 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30112, 48.61629 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29908, 48.61629 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37778, 48.61651 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35607, 48.61658 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32486, 48.61667 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32419, 48.61668 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32147, 48.61668 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32079, 48.61668 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30519, 48.61673 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30451, 48.61673 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30383, 48.61673 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30315, 48.61673 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30248, 48.61673 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3018, 48.61674 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29841, 48.61675 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32554, 48.61712 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32487, 48.61712 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32215, 48.61713 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32147, 48.61713 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30587, 48.61718 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30519, 48.61718 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30451, 48.61718 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30384, 48.61718 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30316, 48.61718 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30248, 48.61718 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37711, 48.61741 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37643, 48.61742 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37575, 48.61742 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37507, 48.61742 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36829, 48.61744 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36761, 48.61744 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36693, 48.61745 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36625, 48.61745 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36557, 48.61745 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3649, 48.61745 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36422, 48.61746 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35811, 48.61747 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32555, 48.61757 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32487, 48.61757 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32351, 48.61758 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32283, 48.61758 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32216, 48.61758 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30723, 48.61762 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30655, 48.61762 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30587, 48.61763 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3052, 48.61763 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30452, 48.61763 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30384, 48.61763 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30316, 48.61763 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37304, 48.61788 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37236, 48.61788 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36965, 48.61789 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36897, 48.61789 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36829, 48.61789 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36761, 48.61789 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36693, 48.6179 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36626, 48.6179 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36558, 48.6179 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3649, 48.6179 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36422, 48.61791 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36354, 48.61791 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36286, 48.61791 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36218, 48.61791 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36151, 48.61791 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36083, 48.61792 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36015, 48.61792 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.35947, 48.61792 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32623, 48.61802 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32555, 48.61802 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32352, 48.61803 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32284, 48.61803 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30723, 48.61807 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30655, 48.61807 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30588, 48.61808 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3052, 48.61808 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30452, 48.61808 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30384, 48.61808 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37169, 48.61833 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37101, 48.61833 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37033, 48.61834 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36965, 48.61834 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36897, 48.61834 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36829, 48.61834 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36354, 48.61836 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36287, 48.61836 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36219, 48.61836 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36151, 48.61836 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32691, 48.61847 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32623, 48.61847 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3242, 48.61847 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32352, 48.61848 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32284, 48.61848 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30791, 48.61852 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30724, 48.61852 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30656, 48.61852 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30588, 48.61852 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3052, 48.61853 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30452, 48.61853 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37033, 48.61879 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36965, 48.61879 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32691, 48.61892 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32623, 48.61892 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3242, 48.61892 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32352, 48.61893 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3086, 48.61897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30792, 48.61897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30724, 48.61897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30656, 48.61897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30588, 48.61897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3052, 48.61898 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30453, 48.61898 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32759, 48.61936 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32692, 48.61937 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32556, 48.61937 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3242, 48.61937 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30928, 48.61942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3086, 48.61942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30792, 48.61942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30724, 48.61942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30656, 48.61942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30588, 48.61942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30521, 48.61943 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32828, 48.61981 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3276, 48.61981 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32692, 48.61982 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32556, 48.61982 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32421, 48.61982 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30996, 48.61986 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30928, 48.61987 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3086, 48.61987 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30792, 48.61987 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30724, 48.61987 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30657, 48.61987 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30589, 48.61987 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32896, 48.62026 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32828, 48.62026 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3276, 48.62026 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32624, 48.62027 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32556, 48.62027 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32421, 48.62027 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30996, 48.62031 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30928, 48.62031 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3086, 48.62032 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30793, 48.62032 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30725, 48.62032 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30657, 48.62032 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32964, 48.62071 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32896, 48.62071 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32828, 48.62071 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32692, 48.62072 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32625, 48.62072 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31064, 48.62076 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30996, 48.62076 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30929, 48.62076 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30861, 48.62077 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30793, 48.62077 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30725, 48.62077 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33032, 48.62116 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32964, 48.62116 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32896, 48.62116 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32828, 48.62116 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32693, 48.62117 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32625, 48.62117 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31064, 48.62121 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30997, 48.62121 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30929, 48.62121 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30861, 48.62122 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30793, 48.62122 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30725, 48.62122 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33168, 48.6216 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.331, 48.6216 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33032, 48.62161 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32964, 48.62161 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32829, 48.62161 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32761, 48.62161 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32693, 48.62162 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31065, 48.62166 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30997, 48.62166 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30929, 48.62166 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30861, 48.62167 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30793, 48.62167 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30726, 48.62167 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33236, 48.62205 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33168, 48.62205 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.331, 48.62205 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33033, 48.62206 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32965, 48.62206 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32897, 48.62206 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32829, 48.62206 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31133, 48.62211 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31065, 48.62211 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30997, 48.62211 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30929, 48.62211 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30861, 48.62212 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30794, 48.62212 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33304, 48.6225 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33236, 48.6225 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33169, 48.6225 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33101, 48.6225 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33033, 48.62251 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32965, 48.62251 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31133, 48.62256 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31065, 48.62256 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30997, 48.62256 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3093, 48.62256 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30862, 48.62257 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30794, 48.62257 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33372, 48.62295 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33305, 48.62295 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33237, 48.62295 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31201, 48.62301 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31133, 48.62301 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31066, 48.62301 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30998, 48.62301 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3093, 48.62301 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30862, 48.62302 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30794, 48.62302 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33373, 48.6234 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31202, 48.62346 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31134, 48.62346 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31066, 48.62346 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30998, 48.62346 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3093, 48.62346 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30862, 48.62347 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33441, 48.62384 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31202, 48.62391 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31134, 48.62391 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31066, 48.62391 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30998, 48.62391 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3093, 48.62391 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30863, 48.62392 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33509, 48.62429 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3127, 48.62435 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31202, 48.62436 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31134, 48.62436 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31066, 48.62436 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30999, 48.62436 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30931, 48.62436 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30863, 48.62437 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3127, 48.6248 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31202, 48.62481 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31135, 48.62481 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31067, 48.62481 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30999, 48.62481 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30931, 48.62481 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31271, 48.62525 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31203, 48.62526 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31135, 48.62526 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31067, 48.62526 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30999, 48.62526 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30931, 48.62526 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31271, 48.6257 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31203, 48.62571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31135, 48.62571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31067, 48.62571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30999, 48.62571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30932, 48.62571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31271, 48.62615 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31203, 48.62616 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31135, 48.62616 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31068, 48.62616 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31, 48.62616 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30932, 48.62616 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33714, 48.62653 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31271, 48.6266 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31203, 48.6266 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31136, 48.62661 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31068, 48.62661 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31, 48.62661 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30932, 48.62661 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31272, 48.62705 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31204, 48.62705 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31136, 48.62706 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31068, 48.62706 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31, 48.62706 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30932, 48.62706 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33782, 48.62743 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31272, 48.6275 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31204, 48.6275 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31136, 48.62751 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31068, 48.62751 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31, 48.62751 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30933, 48.62751 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31272, 48.62795 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31204, 48.62795 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31136, 48.62796 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31069, 48.62796 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31001, 48.62796 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30933, 48.62796 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3134, 48.6284 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31272, 48.6284 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31205, 48.6284 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31137, 48.62841 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31069, 48.62841 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31001, 48.62841 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31341, 48.62885 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31273, 48.62885 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31205, 48.62885 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31137, 48.62886 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31069, 48.62886 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31001, 48.62886 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33919, 48.62923 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31341, 48.6293 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31273, 48.6293 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31205, 48.6293 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31137, 48.62931 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31069, 48.62931 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31002, 48.62931 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3392, 48.62968 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31341, 48.62975 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31273, 48.62975 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31205, 48.62975 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31138, 48.62976 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3107, 48.62976 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31002, 48.62976 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33988, 48.63012 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31409, 48.6302 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31341, 48.6302 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31274, 48.6302 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31206, 48.6302 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31138, 48.63021 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3107, 48.63021 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3141, 48.63065 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31342, 48.63065 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31274, 48.63065 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31206, 48.63065 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31138, 48.63065 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3107, 48.63066 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31478, 48.6311 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3141, 48.6311 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31342, 48.6311 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31274, 48.6311 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31206, 48.6311 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31138, 48.6311 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31071, 48.63111 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31478, 48.63155 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3141, 48.63155 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31342, 48.63155 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31274, 48.63155 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31207, 48.63155 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31139, 48.63155 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31546, 48.63199 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31478, 48.632 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3141, 48.632 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31343, 48.632 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31275, 48.632 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31207, 48.632 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31546, 48.63244 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31479, 48.63244 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31411, 48.63245 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31343, 48.63245 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31275, 48.63245 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31615, 48.63289 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31547, 48.63289 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31479, 48.63289 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31411, 48.6329 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31343, 48.6329 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31683, 48.63334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31615, 48.63334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31547, 48.63334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31479, 48.63334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31411, 48.63335 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31343, 48.63335 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31683, 48.63379 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31615, 48.63379 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31547, 48.63379 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31479, 48.63379 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31412, 48.6338 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31751, 48.63424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31683, 48.63424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31615, 48.63424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31548, 48.63424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3148, 48.63424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33244, 48.63464 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31819, 48.63468 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31751, 48.63469 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31684, 48.63469 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31616, 48.63469 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31548, 48.63469 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33313, 48.63509 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33245, 48.63509 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31887, 48.63513 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3182, 48.63513 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31752, 48.63514 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31684, 48.63514 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31616, 48.63514 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31548, 48.63514 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33313, 48.63554 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33245, 48.63554 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33177, 48.63555 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33109, 48.63555 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31888, 48.63558 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3182, 48.63558 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31752, 48.63559 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31684, 48.63559 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31616, 48.63559 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33313, 48.63599 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33245, 48.63599 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33177, 48.636 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3311, 48.636 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31956, 48.63603 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31888, 48.63603 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3182, 48.63603 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31752, 48.63604 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31684, 48.63604 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34196, 48.63642 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33313, 48.63644 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33246, 48.63644 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33178, 48.63645 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3311, 48.63645 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32024, 48.63648 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31956, 48.63648 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31888, 48.63648 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3182, 48.63648 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31753, 48.63649 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34196, 48.63687 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33314, 48.63689 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33246, 48.63689 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33178, 48.6369 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32228, 48.63692 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32024, 48.63693 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31956, 48.63693 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31889, 48.63693 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31821, 48.63693 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31753, 48.63694 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33382, 48.63734 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33314, 48.63734 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33246, 48.63734 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32092, 48.63738 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32025, 48.63738 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31957, 48.63738 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31889, 48.63738 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31821, 48.63738 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3345, 48.63779 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33382, 48.63779 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33314, 48.63779 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32296, 48.63782 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32161, 48.63782 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32093, 48.63783 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32025, 48.63783 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31957, 48.63783 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31889, 48.63783 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34061, 48.63822 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33586, 48.63823 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33518, 48.63823 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3345, 48.63824 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33179, 48.63824 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33111, 48.63825 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32364, 48.63827 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32229, 48.63827 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32161, 48.63827 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32093, 48.63828 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32025, 48.63828 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31957, 48.63828 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33722, 48.63868 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33654, 48.63868 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33586, 48.63868 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33519, 48.63868 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33451, 48.63869 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33247, 48.63869 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33179, 48.63869 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33111, 48.6387 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32365, 48.63872 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32297, 48.63872 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32229, 48.63872 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32161, 48.63872 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32093, 48.63873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32025, 48.63873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31958, 48.63873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33655, 48.63913 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33587, 48.63913 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33519, 48.63913 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33451, 48.63914 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33383, 48.63914 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33315, 48.63914 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33247, 48.63914 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33179, 48.63914 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33112, 48.63915 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32433, 48.63917 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32297, 48.63917 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32229, 48.63917 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32161, 48.63917 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32094, 48.63918 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32026, 48.63918 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33587, 48.63958 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33519, 48.63958 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33451, 48.63959 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33383, 48.63959 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33316, 48.63959 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33248, 48.63959 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3318, 48.63959 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33112, 48.6396 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32433, 48.63962 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32297, 48.63962 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3223, 48.63962 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32162, 48.63962 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32094, 48.63962 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33587, 48.64003 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33519, 48.64003 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33452, 48.64004 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33384, 48.64004 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33316, 48.64004 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33248, 48.64004 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3318, 48.64004 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33112, 48.64005 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32501, 48.64006 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32366, 48.64007 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32298, 48.64007 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3223, 48.64007 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32162, 48.64007 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32094, 48.64007 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3352, 48.64048 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33452, 48.64049 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33384, 48.64049 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33316, 48.64049 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33248, 48.64049 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3318, 48.64049 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33112, 48.6405 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32502, 48.64051 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32366, 48.64052 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32298, 48.64052 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3223, 48.64052 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32162, 48.64052 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33384, 48.64094 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33316, 48.64094 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33249, 48.64094 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33181, 48.64094 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3257, 48.64096 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32366, 48.64097 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32298, 48.64097 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3223, 48.64097 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32638, 48.64141 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3257, 48.64141 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32434, 48.64141 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32366, 48.64142 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32299, 48.64142 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32231, 48.64142 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32638, 48.64186 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32435, 48.64186 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32367, 48.64187 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32299, 48.64187 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32706, 48.64231 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32639, 48.64231 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32503, 48.64231 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32435, 48.64231 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32367, 48.64232 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32707, 48.64276 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32571, 48.64276 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32503, 48.64276 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32435, 48.64276 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32775, 48.6432 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32571, 48.64321 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32503, 48.64321 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32436, 48.64321 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32775, 48.64365 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32639, 48.64366 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32572, 48.64366 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32504, 48.64366 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32843, 48.6441 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3264, 48.64411 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32572, 48.64411 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32504, 48.64411 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32844, 48.64455 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32708, 48.64456 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3264, 48.64456 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32572, 48.64456 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32844, 48.645 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32776, 48.645 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32708, 48.64501 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3264, 48.64501 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33862, 48.64542 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33795, 48.64542 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32912, 48.64545 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32776, 48.64545 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32708, 48.64546 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32641, 48.64546 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33931, 48.64587 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33863, 48.64587 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33795, 48.64587 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33727, 48.64588 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32912, 48.6459 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32845, 48.6459 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32777, 48.6459 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32709, 48.6459 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33999, 48.64632 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33931, 48.64632 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33863, 48.64632 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33795, 48.64632 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33727, 48.64633 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32913, 48.64635 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32845, 48.64635 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32777, 48.64635 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33999, 48.64677 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33931, 48.64677 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33863, 48.64677 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33795, 48.64677 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33728, 48.64678 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32913, 48.6468 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32845, 48.6468 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32777, 48.6468 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34067, 48.64722 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33999, 48.64722 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33931, 48.64722 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33796, 48.64722 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32981, 48.64725 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32913, 48.64725 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32845, 48.64725 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34135, 48.64766 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34068, 48.64766 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34, 48.64767 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33796, 48.64767 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33049, 48.64769 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32981, 48.6477 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32914, 48.6477 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34204, 48.64811 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34136, 48.64811 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34068, 48.64811 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33864, 48.64812 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33117, 48.64814 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3305, 48.64814 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32982, 48.64815 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34272, 48.64856 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34204, 48.64856 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34136, 48.64856 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34068, 48.64856 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33186, 48.64859 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33118, 48.64859 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3305, 48.64859 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34272, 48.64901 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34204, 48.64901 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34136, 48.64901 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33254, 48.64904 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33186, 48.64904 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33118, 48.64904 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34272, 48.64946 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34205, 48.64946 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33322, 48.64949 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33254, 48.64949 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33186, 48.64949 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34341, 48.64991 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34273, 48.64991 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34205, 48.64991 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34137, 48.64991 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33458, 48.64993 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3339, 48.64993 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33322, 48.64994 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34341, 48.65036 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34273, 48.65036 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34205, 48.65036 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33594, 48.65038 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33526, 48.65038 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33458, 48.65038 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34341, 48.65081 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34273, 48.65081 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33662, 48.65083 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33594, 48.65083 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33527, 48.65083 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34409, 48.65125 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34342, 48.65126 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33798, 48.65127 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33731, 48.65127 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34478, 48.6517 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3441, 48.6517 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33934, 48.65172 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33867, 48.65172 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34546, 48.65215 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34478, 48.65215 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34003, 48.65216 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34614, 48.6526 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34546, 48.6526 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34071, 48.65261 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34139, 48.65351 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34343, 48.65395 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34275, 48.65396 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34208, 48.65396 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3414, 48.65396 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34547, 48.6544 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34479, 48.6544 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34412, 48.6544 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34344, 48.6544 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34276, 48.65441 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.34208, 48.65441 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39714, 48.66278 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39646, 48.66278 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39578, 48.66278 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3951, 48.66278 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39442, 48.66279 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39374, 48.66279 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39986, 48.66322 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39918, 48.66322 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3985, 48.66322 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39782, 48.66322 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3951, 48.66323 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39442, 48.66324 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39374, 48.66324 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39511, 48.66368 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39443, 48.66369 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39511, 48.66413 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28511, 48.66446 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40122, 48.66456 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39511, 48.66458 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29937, 48.66487 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29054, 48.66489 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28715, 48.6649 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3958, 48.66503 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29937, 48.66532 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29054, 48.66534 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28715, 48.66535 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28647, 48.66535 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3958, 48.66548 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29735, 48.66848 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29667, 48.66848 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29599, 48.66848 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32659, 48.67469 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32592, 48.6747 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32592, 48.67515 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31641, 48.67562 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32322, 48.67785 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32322, 48.6783 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3239, 48.67875 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32323, 48.6801 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37146, 48.68041 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32256, 48.68055 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37147, 48.68086 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37147, 48.68131 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37079, 48.68131 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37079, 48.68176 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39528, 48.68527 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38238, 48.68622 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38238, 48.68667 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3817, 48.68667 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39325, 48.68708 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39257, 48.68708 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39189, 48.68709 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38238, 48.68712 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37901, 48.68983 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39875, 48.69561 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39807, 48.69561 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40012, 48.6965 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40216, 48.69695 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40148, 48.69695 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4008, 48.69695 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40012, 48.69695 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39469, 48.69697 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40217, 48.6974 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40149, 48.6974 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40081, 48.6974 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40149, 48.69785 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40217, 48.69829 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38926, 48.69834 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40218, 48.69874 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4015, 48.69875 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38994, 48.69879 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40218, 48.69919 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4015, 48.6992 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3981, 48.69921 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39674, 48.69921 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39606, 48.69922 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41917, 48.69958 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41849, 48.69959 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41781, 48.69959 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41713, 48.69959 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41645, 48.69959 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41577, 48.6996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41509, 48.6996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41373, 48.6996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4015, 48.69965 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39607, 48.69967 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39539, 48.69967 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41985, 48.70003 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39539, 48.70012 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42122, 48.70048 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41238, 48.70051 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41102, 48.70051 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30298, 48.70085 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3023, 48.70085 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4219, 48.70092 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41239, 48.70096 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41171, 48.70096 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40763, 48.70097 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42258, 48.70137 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40763, 48.70142 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30706, 48.70174 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42327, 48.70182 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40764, 48.70187 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30707, 48.70219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30639, 48.70219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41039, 48.70636 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41108, 48.70681 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41109, 48.70816 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41177, 48.70861 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41109, 48.70861 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41109, 48.70906 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32549, 48.71473 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37649, 48.71637 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37581, 48.71638 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36969, 48.7164 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36901, 48.7164 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37649, 48.71682 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37581, 48.71683 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29969, 48.71885 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29901, 48.71885 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38466, 48.71905 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30037, 48.7193 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38467, 48.7195 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38263, 48.7195 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38195, 48.7195 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36835, 48.71955 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30037, 48.71975 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50635, 48.71947 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38399, 48.71995 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38263, 48.71995 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36836, 48.72 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36768, 48.72 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30038, 48.7202 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50771, 48.71992 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38467, 48.7204 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38331, 48.7204 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.384, 48.72085 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5084, 48.72082 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38468, 48.72129 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50909, 48.72126 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50909, 48.72171 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50978, 48.72216 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5091, 48.72216 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30447, 48.72288 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30379, 48.72289 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30447, 48.72333 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50978, 48.72306 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.51047, 48.72395 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.51116, 48.7244 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32828, 48.72507 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.51322, 48.72619 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38336, 48.7267 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38337, 48.72715 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32694, 48.72732 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38201, 48.7276 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38201, 48.72805 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32694, 48.72867 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36298, 48.72901 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32763, 48.72912 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.43641, 48.72921 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32831, 48.72957 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.43574, 48.72966 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32219, 48.73003 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31404, 48.73095 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31336, 48.73096 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31268, 48.73096 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31472, 48.7314 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52074, 48.73111 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36505, 48.73305 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36573, 48.7335 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36505, 48.7335 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36506, 48.73395 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23452, 48.73834 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23384, 48.73834 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23384, 48.73879 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23385, 48.73924 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23317, 48.73924 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18625, 48.74293 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18626, 48.74338 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18626, 48.74383 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.22913, 48.7496 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44, 48.75033 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.43864, 48.75034 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44, 48.75078 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.43932, 48.75079 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44069, 48.75123 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44069, 48.75213 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44138, 48.75258 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24003, 48.75317 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23935, 48.75317 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23731, 48.75318 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23663, 48.75318 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24003, 48.75362 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23935, 48.75362 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24004, 48.75407 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55499, 48.75389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.555, 48.75434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55432, 48.75479 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44616, 48.75526 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44344, 48.75527 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4244, 48.75534 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55433, 48.75524 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44685, 48.75571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44617, 48.75571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44549, 48.75571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39583, 48.75589 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55501, 48.75568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44753, 48.75615 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44685, 48.75615 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44413, 48.75617 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40876, 48.7563 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5557, 48.75613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44482, 48.75661 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44686, 48.75705 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44618, 48.75706 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44822, 48.7575 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44754, 48.7575 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44823, 48.75795 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44892, 48.75885 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.43463, 48.7589 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44961, 48.75974 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44961, 48.76019 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45029, 48.76064 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45234, 48.76108 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4503, 48.76109 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45302, 48.76153 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45234, 48.76153 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45098, 48.76154 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45371, 48.76198 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4544, 48.76287 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45304, 48.76288 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45372, 48.76332 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4544, 48.76377 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.13122, 48.76459 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.13054, 48.76459 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.13122, 48.76504 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.13054, 48.76504 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.12986, 48.76504 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45441, 48.76467 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.13054, 48.76549 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.12986, 48.76549 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.12918, 48.7655 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45442, 48.76512 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.12987, 48.76594 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.12919, 48.76594 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45442, 48.76557 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.12783, 48.7664 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.12715, 48.7664 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4551, 48.76602 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45511, 48.76647 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45579, 48.76692 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45648, 48.76736 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45716, 48.76781 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45717, 48.76826 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44628, 48.7683 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4456, 48.7683 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37824, 48.76855 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45717, 48.76871 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37824, 48.76899 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45854, 48.76915 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45786, 48.76916 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45717, 48.76916 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45649, 48.76916 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45854, 48.7696 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45922, 48.77005 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24964, 48.77069 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45991, 48.7705 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45515, 48.77052 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.25305, 48.77114 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.25237, 48.77114 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.25169, 48.77114 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.25441, 48.77158 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.25373, 48.77159 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.09245, 48.77183 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.25918, 48.77292 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24353, 48.77386 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24422, 48.7743 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24354, 48.77431 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37148, 48.77486 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26532, 48.77516 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26464, 48.77516 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26532, 48.77561 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26464, 48.77561 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37217, 48.77621 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27077, 48.77694 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37354, 48.77711 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27145, 48.77739 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27077, 48.77739 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.11016, 48.77766 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37422, 48.77755 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.11016, 48.77811 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37422, 48.778 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.11016, 48.77901 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.10948, 48.77901 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.11084, 48.77946 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.11016, 48.77946 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.10948, 48.77946 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08294, 48.77993 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30958, 48.78 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3089, 48.78 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08294, 48.78038 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08226, 48.78038 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31231, 48.78044 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31026, 48.78044 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31299, 48.78089 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31231, 48.78089 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31095, 48.78089 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31231, 48.78134 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31163, 48.78134 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31095, 48.78134 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.04891, 48.78445 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.04823, 48.78445 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.04755, 48.78445 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.04687, 48.78445 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20004, 48.78878 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52065, 48.78823 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.51997, 48.78823 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31644, 48.78897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31576, 48.78897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52202, 48.78867 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52134, 48.78868 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52066, 48.78868 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.51998, 48.78868 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31645, 48.78942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52339, 48.78912 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52271, 48.78912 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52203, 48.78912 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52134, 48.78913 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52066, 48.78913 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5193, 48.78914 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52135, 48.78958 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52067, 48.78958 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.51999, 48.78958 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.51931, 48.78959 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52816, 48.79 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5268, 48.79 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52612, 48.79001 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52067, 48.79003 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.51999, 48.79003 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.51931, 48.79004 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.53021, 48.79044 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52, 48.79048 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.51932, 48.79049 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52, 48.79093 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.51932, 48.79094 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.10815, 48.79205 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.10815, 48.7925 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.53703, 48.79175 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31442, 48.79258 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.54044, 48.79219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52138, 48.79228 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31375, 48.79303 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.52138, 48.79273 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31375, 48.79348 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31375, 48.79393 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31307, 48.79393 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31239, 48.79393 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31171, 48.79393 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31103, 48.79393 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20006, 48.79418 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.11632, 48.7943 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0605, 48.79434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31239, 48.79438 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31171, 48.79438 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31103, 48.79438 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.21368, 48.79461 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.181, 48.79466 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18032, 48.79466 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.17964, 48.79466 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.17896, 48.79467 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.17828, 48.79467 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.117, 48.79474 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08024, 48.79478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07956, 48.79478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07888, 48.79478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0782, 48.79478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07752, 48.79478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.06118, 48.79479 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0605, 48.79479 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79479 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79479 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31308, 48.79483 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.21368, 48.79506 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20483, 48.79507 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18372, 48.79511 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18304, 48.79511 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18236, 48.79511 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.17896, 48.79512 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08433, 48.79522 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08365, 48.79522 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08297, 48.79522 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08228, 48.79522 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0816, 48.79523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08092, 48.79523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08024, 48.79523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07956, 48.79523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07888, 48.79523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0782, 48.79523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07752, 48.79523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07684, 48.79523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.06118, 48.79524 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0605, 48.79524 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79524 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79524 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20687, 48.79552 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20619, 48.79552 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20551, 48.79552 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18577, 48.79555 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18509, 48.79556 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.17964, 48.79556 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08705, 48.79567 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08637, 48.79567 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08569, 48.79567 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08501, 48.79567 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08433, 48.79567 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08365, 48.79567 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08297, 48.79567 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08229, 48.79567 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0816, 48.79567 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08092, 48.79568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08024, 48.79568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07956, 48.79568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07888, 48.79568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0782, 48.79568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07752, 48.79568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07684, 48.79568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07616, 48.79568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.06186, 48.79569 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.06118, 48.79569 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0605, 48.79569 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79569 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30423, 48.79575 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18781, 48.796 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18713, 48.796 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.17964, 48.79601 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08977, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08909, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08841, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08773, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08705, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08637, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08569, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08501, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08433, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08365, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08297, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08229, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08161, 48.79612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08092, 48.79613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08024, 48.79613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07956, 48.79613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07888, 48.79613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0782, 48.79613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07752, 48.79613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07684, 48.79613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.06118, 48.79614 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0605, 48.79614 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79614 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30423, 48.7962 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19054, 48.79645 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18986, 48.79645 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18918, 48.79645 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.17964, 48.79646 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.09114, 48.79657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.09046, 48.79657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08978, 48.79657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08909, 48.79657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08841, 48.79657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08773, 48.79657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08705, 48.79657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08637, 48.79657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08365, 48.79657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08297, 48.79657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08229, 48.79657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08161, 48.79657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08092, 48.79658 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08024, 48.79658 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.07956, 48.79658 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.06118, 48.79659 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0605, 48.79659 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30356, 48.79665 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.1919, 48.79689 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.17965, 48.79691 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.09114, 48.79702 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.09046, 48.79702 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08978, 48.79702 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.0891, 48.79702 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08841, 48.79702 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08773, 48.79702 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.08024, 48.79703 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18033, 48.79736 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.09114, 48.79747 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.09046, 48.79747 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18101, 48.79781 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18169, 48.79826 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30969, 48.79844 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30629, 48.79845 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18238, 48.79871 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3097, 48.79889 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30629, 48.7989 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30902, 48.79934 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30766, 48.79934 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30698, 48.79934 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18442, 48.7996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30902, 48.79979 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38596, 48.80001 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.18715, 48.8005 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27567, 48.80257 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42004, 48.80348 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42004, 48.80393 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32539, 48.80424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32471, 48.80424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32608, 48.80469 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27842, 48.80571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42005, 48.80573 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27774, 48.80616 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.1933, 48.80769 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42279, 48.80752 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19535, 48.80813 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19467, 48.80813 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19399, 48.80813 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19331, 48.80814 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19263, 48.80814 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42348, 48.80797 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31997, 48.8083 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42416, 48.80842 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19808, 48.80903 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.1974, 48.80903 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42417, 48.80887 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3193, 48.80921 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19944, 48.80948 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19876, 48.80948 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42485, 48.80931 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3193, 48.80966 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31998, 48.8101 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3193, 48.8101 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32135, 48.81055 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32067, 48.81055 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20285, 48.81082 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20217, 48.81082 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32067, 48.811 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31999, 48.811 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31931, 48.811 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31999, 48.81145 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31931, 48.81145 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19877, 48.81173 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19877, 48.81217 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19809, 48.81218 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31932, 48.81235 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20218, 48.81262 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2015, 48.81262 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20081, 48.81262 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20013, 48.81262 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19741, 48.81263 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20286, 48.81307 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20218, 48.81307 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20082, 48.81307 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19673, 48.81308 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19605, 48.81308 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20422, 48.81351 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20354, 48.81352 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19605, 48.81353 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20491, 48.81396 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19537, 48.81398 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19469, 48.81443 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19401, 48.81488 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19333, 48.81488 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.19265, 48.81488 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3241, 48.81504 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32342, 48.81504 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20628, 48.81666 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20764, 48.81711 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20696, 48.81711 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20628, 48.81711 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32411, 48.81729 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30164, 48.81735 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30096, 48.81735 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30028, 48.81735 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29959, 48.81735 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29891, 48.81736 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29823, 48.81736 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23148, 48.81751 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30164, 48.8178 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29892, 48.81781 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29824, 48.81781 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29755, 48.81781 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23217, 48.81796 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2056, 48.81801 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30232, 48.81825 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29688, 48.81826 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20561, 48.81846 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30233, 48.8187 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23217, 48.81886 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30233, 48.81915 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24307, 48.81929 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20561, 48.81936 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30233, 48.8196 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30302, 48.82004 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37794, 48.82027 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37726, 48.82028 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.36773, 48.82031 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30506, 48.82049 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30438, 48.82049 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3037, 48.82049 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.37454, 48.82073 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30507, 48.82094 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38749, 48.82114 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3834, 48.82115 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.20902, 48.8216 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38817, 48.82159 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.21175, 48.82205 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.21107, 48.82205 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.21039, 48.82205 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38681, 48.82204 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38477, 48.82205 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39295, 48.82247 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3875, 48.82249 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39363, 48.82292 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38886, 48.82294 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27783, 48.82371 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27715, 48.82371 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27238, 48.82372 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2717, 48.82372 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27716, 48.82416 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27647, 48.82416 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27443, 48.82416 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39637, 48.82426 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27648, 48.82461 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2758, 48.82461 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27511, 48.82461 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24378, 48.82468 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24242, 48.82514 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24174, 48.82514 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28806, 48.82548 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28738, 48.82548 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2867, 48.82548 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2867, 48.82593 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28602, 48.82594 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28534, 48.82594 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3957, 48.82606 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29284, 48.82637 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24788, 48.82647 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39638, 48.82651 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29352, 48.82682 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24924, 48.82692 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24038, 48.82694 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2397, 48.82694 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29489, 48.82726 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2942, 48.82726 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2506, 48.82737 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.25129, 48.82782 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24107, 48.82784 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.25197, 48.82826 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.25129, 48.82827 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24175, 48.82829 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.25197, 48.82871 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.25198, 48.82916 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2438, 48.82918 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2513, 48.82961 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30921, 48.82992 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30853, 48.82993 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.25062, 48.83007 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24994, 48.83007 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24926, 48.83007 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24858, 48.83052 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46182, 48.83031 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46114, 48.83032 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46046, 48.83032 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24585, 48.83098 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46319, 48.83076 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4625, 48.83076 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46182, 48.83076 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46114, 48.83077 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46046, 48.83077 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31467, 48.83126 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24586, 48.83143 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.23223, 48.83145 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46387, 48.8312 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46251, 48.83121 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46183, 48.83121 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46115, 48.83122 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31399, 48.83171 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46524, 48.83165 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46387, 48.83165 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46319, 48.83166 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46251, 48.83166 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46183, 48.83166 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46524, 48.8321 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46456, 48.8321 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46388, 48.8321 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4632, 48.83211 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46593, 48.83255 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46525, 48.83255 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46456, 48.83255 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39712, 48.8328 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39643, 48.83281 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46729, 48.83299 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46661, 48.83299 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46593, 48.83299 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46525, 48.833 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39848, 48.83325 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3978, 48.83325 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39712, 48.83325 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39644, 48.83325 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46798, 48.83344 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4673, 48.83344 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46662, 48.83344 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46594, 48.83344 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39917, 48.8337 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3978, 48.8337 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46935, 48.83388 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46866, 48.83388 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46798, 48.83389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4673, 48.83389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46662, 48.83389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46594, 48.83389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39781, 48.83415 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32014, 48.83439 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46799, 48.83434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46731, 48.83434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46662, 48.83434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46594, 48.83434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31946, 48.83484 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46799, 48.83479 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46731, 48.83479 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46663, 48.83479 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46595, 48.83479 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40395, 48.83503 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39918, 48.83504 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32014, 48.83529 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46868, 48.83523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.468, 48.83524 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46731, 48.83524 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46663, 48.83524 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46936, 48.83568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46868, 48.83568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.468, 48.83569 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46732, 48.83569 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46937, 48.83613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46869, 48.83613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39987, 48.83639 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46938, 48.83703 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32493, 48.83753 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32424, 48.83753 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47074, 48.83747 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39786, 48.84045 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39718, 48.84045 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3965, 48.8409 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47623, 48.84105 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47555, 48.84105 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47486, 48.84105 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47418, 48.84106 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4735, 48.84106 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47759, 48.84149 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47691, 48.8415 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47623, 48.8415 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47487, 48.8415 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47419, 48.84151 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32496, 48.84202 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32427, 48.84203 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4776, 48.84194 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47692, 48.84195 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47555, 48.84195 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47487, 48.84195 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32428, 48.84248 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47897, 48.84239 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47828, 48.84239 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4776, 48.84239 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47624, 48.8424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47556, 48.8424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32428, 48.84293 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3236, 48.84293 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47965, 48.84283 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47897, 48.84284 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47761, 48.84284 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47693, 48.84285 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3236, 48.84338 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24046, 48.84358 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.48034, 48.84328 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47966, 48.84328 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47897, 48.84329 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47829, 48.84329 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3236, 48.84383 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24115, 48.84403 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4817, 48.84373 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.48102, 48.84373 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.48034, 48.84373 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47966, 48.84373 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24933, 48.84446 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24115, 48.84448 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.48239, 48.84417 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.48171, 48.84418 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.48103, 48.84418 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24933, 48.84491 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24865, 48.84491 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24183, 48.84493 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.48308, 48.84462 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24933, 48.84536 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24865, 48.84536 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.48444, 48.84506 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32498, 48.84562 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24933, 48.84581 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24865, 48.84581 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24797, 48.84581 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24593, 48.84582 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42584, 48.84574 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24865, 48.84626 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24797, 48.84626 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24729, 48.84627 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24661, 48.84627 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24525, 48.84627 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.24457, 48.84627 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42653, 48.84619 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42584, 48.84619 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32567, 48.84652 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42653, 48.84664 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42585, 48.84664 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32635, 48.84697 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44837, 48.84971 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44768, 48.84971 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44155, 48.84973 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44769, 48.85016 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44224, 48.85018 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31342, 48.8506 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31274, 48.8506 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31206, 48.85061 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31411, 48.85105 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31343, 48.85105 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31275, 48.85105 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31206, 48.85106 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.49609, 48.85086 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31275, 48.8515 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31139, 48.85151 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30798, 48.85152 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3073, 48.85152 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30661, 48.85152 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30593, 48.85152 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.30525, 48.85152 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.49609, 48.85131 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.49541, 48.85176 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56698, 48.85188 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47429, 48.8523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4368, 48.85245 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56563, 48.85279 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56495, 48.85279 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47634, 48.85319 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56563, 48.85324 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47703, 48.85364 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56291, 48.8537 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56223, 48.85371 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56223, 48.85416 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56156, 48.85461 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.47977, 48.85498 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4416, 48.85513 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44365, 48.85557 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26711, 48.85612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45319, 48.85599 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44297, 48.85603 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45388, 48.85643 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44297, 48.85647 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45388, 48.85688 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26984, 48.85746 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44571, 48.85736 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44503, 48.85737 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44844, 48.8578 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44776, 48.85781 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29848, 48.85829 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29779, 48.85829 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45049, 48.85824 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44981, 48.85825 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29848, 48.85874 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2978, 48.85874 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27189, 48.8588 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45185, 48.85869 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.29848, 48.85919 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.2719, 48.85925 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27122, 48.85971 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26713, 48.85972 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26781, 48.86016 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27054, 48.86061 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.26918, 48.86061 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45596, 48.86092 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.45665, 48.86137 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32236, 48.86182 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32168, 48.86182 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5528, 48.8641 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55212, 48.8641 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55144, 48.86455 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.53917, 48.86461 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.53849, 48.86461 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27602, 48.86554 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27534, 48.86554 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55145, 48.865 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55145, 48.86545 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55077, 48.86546 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.27671, 48.86644 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55282, 48.8659 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55214, 48.8659 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55146, 48.8659 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55078, 48.86591 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55214, 48.86635 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55146, 48.86635 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55078, 48.86636 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55215, 48.8668 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55147, 48.8668 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.54942, 48.86681 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31353, 48.86769 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55215, 48.86725 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55147, 48.86725 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55079, 48.86725 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55216, 48.8677 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55148, 48.8677 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5508, 48.8677 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55216, 48.86815 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55148, 48.86815 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31149, 48.86905 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55353, 48.86859 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55217, 48.8686 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3115, 48.8695 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55422, 48.86904 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55491, 48.86948 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55354, 48.86949 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31287, 48.8704 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31423, 48.87084 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31355, 48.87084 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31287, 48.87084 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31219, 48.87085 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31151, 48.87085 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55628, 48.87038 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31355, 48.87129 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31287, 48.87129 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31219, 48.8713 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31151, 48.8713 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56108, 48.8726 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28766, 48.87406 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.28698, 48.87406 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31699, 48.87578 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31631, 48.87578 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31699, 48.87623 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31631, 48.87623 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31631, 48.87668 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31632, 48.87713 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31564, 48.87713 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31495, 48.87714 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31496, 48.87759 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31427, 48.87759 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31359, 48.87759 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40362, 48.87911 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5741, 48.87884 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57206, 48.87885 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57138, 48.87885 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57138, 48.8793 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5707, 48.8793 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57139, 48.87975 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63279, 48.88213 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31704, 48.88343 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63348, 48.88257 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6328, 48.88258 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32727, 48.88385 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32591, 48.88385 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31909, 48.88387 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63417, 48.88302 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32728, 48.8843 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32659, 48.8843 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31977, 48.88432 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31909, 48.88432 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32796, 48.88475 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32728, 48.88475 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3266, 48.88475 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31978, 48.88477 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31909, 48.88477 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32796, 48.8852 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32728, 48.8852 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3266, 48.8852 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31978, 48.88522 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63623, 48.88436 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39276, 48.88544 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39208, 48.88545 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39139, 48.88545 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32933, 48.88564 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32865, 48.88564 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32797, 48.88565 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3266, 48.88565 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32592, 48.88565 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63692, 48.8848 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63624, 48.88481 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63556, 48.88481 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39413, 48.88589 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39003, 48.8859 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32933, 48.88609 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32865, 48.88609 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32797, 48.8861 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32729, 48.8861 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32661, 48.8861 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63761, 48.88525 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63693, 48.88525 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63624, 48.88526 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63556, 48.88526 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63488, 48.88526 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39004, 48.88635 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33002, 48.88654 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32934, 48.88654 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32865, 48.88654 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32661, 48.88655 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32593, 48.88655 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32252, 48.88656 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63761, 48.8857 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63693, 48.8857 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63625, 48.88571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63557, 48.88571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63489, 48.88571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6342, 48.88572 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.39004, 48.8868 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32934, 48.88699 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32593, 48.887 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32388, 48.88701 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6383, 48.88614 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63762, 48.88615 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63694, 48.88615 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63625, 48.88616 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63557, 48.88616 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63489, 48.88616 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63421, 48.88617 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38936, 48.88725 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31638, 48.88748 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3157, 48.88748 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31502, 48.88748 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63899, 48.88659 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63831, 48.88659 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63762, 48.8866 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63694, 48.8866 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63626, 48.88661 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63558, 48.88661 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6349, 48.88661 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63421, 48.88662 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63353, 48.88662 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38937, 48.8877 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33003, 48.88789 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64036, 48.88703 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63968, 48.88704 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63899, 48.88704 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63831, 48.88704 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63763, 48.88705 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63695, 48.88705 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63627, 48.88706 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63558, 48.88706 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6349, 48.88706 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63422, 48.88707 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63354, 48.88707 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58034, 48.88735 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57557, 48.88737 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38869, 48.88816 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63968, 48.88749 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.639, 48.88749 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63832, 48.88749 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63764, 48.8875 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63695, 48.8875 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63627, 48.88751 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63559, 48.88751 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63491, 48.88751 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63423, 48.88752 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63354, 48.88752 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58103, 48.8878 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38869, 48.88861 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32321, 48.88881 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63696, 48.88795 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63628, 48.88796 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6356, 48.88796 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63491, 48.88796 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63423, 48.88797 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63355, 48.88797 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38869, 48.88906 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31503, 48.88928 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31435, 48.88928 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31367, 48.88928 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63697, 48.8884 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63628, 48.88841 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6356, 48.88841 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63492, 48.88841 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63424, 48.88842 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63356, 48.88842 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.49374, 48.8891 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3887, 48.88951 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33481, 48.88967 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32526, 48.8897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3164, 48.88973 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31572, 48.88973 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.31503, 48.88973 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63697, 48.88885 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63629, 48.88885 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63561, 48.88886 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63492, 48.88886 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63424, 48.88887 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3887, 48.88996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3355, 48.89012 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63766, 48.8893 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63698, 48.8893 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63629, 48.8893 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63561, 48.88931 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63493, 48.88931 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63425, 48.88932 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3887, 48.8904 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33618, 48.89057 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.3355, 48.89057 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32527, 48.8906 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63766, 48.88975 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63698, 48.88975 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6363, 48.88975 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63562, 48.88976 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63494, 48.88976 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63425, 48.88977 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.49307, 48.89046 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41326, 48.89077 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38871, 48.89085 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33687, 48.89102 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63903, 48.89019 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63835, 48.89019 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63767, 48.8902 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63699, 48.8902 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63631, 48.8902 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63562, 48.89021 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63494, 48.89021 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41327, 48.89122 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.38871, 48.8913 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33687, 48.89147 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63972, 48.89063 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63904, 48.89064 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63836, 48.89064 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63768, 48.89065 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63699, 48.89065 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63631, 48.89065 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63563, 48.89066 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63495, 48.89066 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.49239, 48.89136 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33619, 48.89192 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64041, 48.89108 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63973, 48.89108 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63905, 48.89109 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63836, 48.89109 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63768, 48.8911 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.637, 48.8911 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63632, 48.8911 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63564, 48.89111 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.49172, 48.89181 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33551, 48.89237 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64724, 48.89149 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64655, 48.8915 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64587, 48.8915 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64519, 48.8915 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64451, 48.89151 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64383, 48.89151 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64314, 48.89152 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64246, 48.89152 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64178, 48.89152 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6411, 48.89153 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64042, 48.89153 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63973, 48.89153 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63905, 48.89154 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63837, 48.89154 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63769, 48.89155 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63701, 48.89155 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63632, 48.89155 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40509, 48.8926 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33483, 48.89282 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.32665, 48.89285 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64792, 48.89194 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64724, 48.89194 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64656, 48.89195 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64588, 48.89195 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6452, 48.89195 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64451, 48.89196 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64383, 48.89196 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64315, 48.89197 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64247, 48.89197 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64179, 48.89197 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6411, 48.89198 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64042, 48.89198 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63974, 48.89198 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63906, 48.89199 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63838, 48.89199 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63769, 48.892 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63701, 48.892 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41737, 48.893 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41669, 48.89301 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40578, 48.89304 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4051, 48.89305 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64793, 48.89239 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64725, 48.89239 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64657, 48.8924 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64588, 48.8924 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6452, 48.8924 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64452, 48.89241 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64384, 48.89241 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64316, 48.89242 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64247, 48.89242 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64179, 48.89242 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64111, 48.89243 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64043, 48.89243 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63975, 48.89243 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63906, 48.89244 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63838, 48.89244 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6377, 48.89245 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41874, 48.89345 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41806, 48.89345 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41738, 48.89345 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4167, 48.89346 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33416, 48.89372 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64453, 48.89286 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64384, 48.89286 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64316, 48.89286 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64248, 48.89287 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6418, 48.89287 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64112, 48.89288 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64043, 48.89288 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63975, 48.89288 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63907, 48.89289 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63839, 48.89289 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42693, 48.89387 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42079, 48.89389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42011, 48.89389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41738, 48.8939 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40783, 48.89394 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33553, 48.89417 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33484, 48.89417 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33416, 48.89417 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64317, 48.89331 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64248, 48.89332 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6418, 48.89332 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64112, 48.89333 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64044, 48.89333 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63976, 48.89333 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63907, 48.89334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63839, 48.89334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42762, 48.89432 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42489, 48.89433 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42148, 48.89434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41807, 48.89435 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33553, 48.89462 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33485, 48.89462 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33416, 48.89462 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64999, 48.89373 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64931, 48.89373 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64863, 48.89373 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64795, 48.89374 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64385, 48.89376 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64317, 48.89376 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64249, 48.89377 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64181, 48.89377 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64113, 48.89378 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64044, 48.89378 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63976, 48.89378 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63908, 48.89379 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42421, 48.89478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.42353, 48.89478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65, 48.89418 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64932, 48.89418 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64864, 48.89418 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64795, 48.89419 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64727, 48.89419 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64659, 48.8942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64591, 48.8942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64522, 48.8942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64454, 48.89421 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64386, 48.89421 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64318, 48.89421 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6425, 48.89422 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64181, 48.89422 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64113, 48.89423 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64045, 48.89423 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65001, 48.89463 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64932, 48.89463 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64864, 48.89463 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64796, 48.89464 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64728, 48.89464 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64659, 48.89464 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64591, 48.89465 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64523, 48.89465 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64455, 48.89466 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64387, 48.89466 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64318, 48.89466 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6425, 48.89467 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64182, 48.89467 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64114, 48.89468 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58861, 48.89496 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58793, 48.89496 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50539, 48.89535 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64865, 48.89508 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64797, 48.89509 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64728, 48.89509 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6466, 48.89509 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64592, 48.8951 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64524, 48.8951 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64455, 48.89511 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64387, 48.89511 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64319, 48.89511 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64251, 48.89512 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50608, 48.8958 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5054, 48.8958 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50472, 48.8958 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41126, 48.89617 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40512, 48.8962 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64934, 48.89553 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64865, 48.89553 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64797, 48.89554 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64729, 48.89554 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64661, 48.89554 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64592, 48.89555 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64524, 48.89555 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64456, 48.89556 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64388, 48.89556 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5054, 48.89625 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50472, 48.89625 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50404, 48.89626 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40581, 48.89664 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40513, 48.89665 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33691, 48.89686 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33623, 48.89687 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33554, 48.89687 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65071, 48.89597 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65002, 48.89597 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64934, 48.89598 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64866, 48.89598 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64798, 48.89599 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64729, 48.89599 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64661, 48.89599 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64593, 48.896 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64525, 48.896 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64457, 48.89601 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4024, 48.8971 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33691, 48.89731 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33623, 48.89732 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65139, 48.89642 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65071, 48.89642 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65003, 48.89642 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64935, 48.89643 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64866, 48.89643 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64798, 48.89644 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6473, 48.89644 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64662, 48.89644 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64594, 48.89645 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64525, 48.89645 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59068, 48.89674 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40104, 48.89756 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40036, 48.89756 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33691, 48.89776 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65208, 48.89686 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6514, 48.89687 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65072, 48.89687 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65003, 48.89687 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64935, 48.89688 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64867, 48.89688 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64799, 48.89689 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64731, 48.89689 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64662, 48.89689 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59069, 48.89719 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40923, 48.89798 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65277, 48.89731 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65209, 48.89731 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6514, 48.89732 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65072, 48.89732 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65004, 48.89732 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64936, 48.89733 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64868, 48.89733 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64799, 48.89734 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64731, 48.89734 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6596, 48.89772 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65891, 48.89772 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65414, 48.89775 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65346, 48.89775 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65277, 48.89776 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65209, 48.89776 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65141, 48.89777 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65073, 48.89777 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65005, 48.89777 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64936, 48.89778 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64868, 48.89778 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.648, 48.89779 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40855, 48.89888 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6596, 48.89817 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65892, 48.89817 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65824, 48.89818 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65756, 48.89818 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65483, 48.8982 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65415, 48.8982 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65346, 48.8982 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65278, 48.89821 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6521, 48.89821 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65142, 48.89822 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65073, 48.89822 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65005, 48.89822 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64937, 48.89823 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64869, 48.89823 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33966, 48.89956 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.33897, 48.89956 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66029, 48.89862 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65961, 48.89862 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65893, 48.89862 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65824, 48.89863 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65756, 48.89863 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65688, 48.89863 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6562, 48.89864 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65552, 48.89864 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65483, 48.89865 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65415, 48.89865 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65347, 48.89865 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65279, 48.89866 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6521, 48.89866 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65142, 48.89867 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65074, 48.89867 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65006, 48.89867 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64938, 48.89868 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6603, 48.89907 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65961, 48.89907 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65893, 48.89907 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65825, 48.89908 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65757, 48.89908 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65689, 48.89908 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6562, 48.89909 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65552, 48.89909 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65484, 48.8991 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65416, 48.8991 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65347, 48.8991 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65279, 48.89911 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65211, 48.89911 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65143, 48.89912 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66098, 48.89951 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6603, 48.89951 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65826, 48.89953 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65757, 48.89953 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65689, 48.89953 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65621, 48.89954 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65553, 48.89954 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65484, 48.89955 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65416, 48.89955 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65348, 48.89955 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6528, 48.89956 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5914, 48.89989 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40857, 48.90068 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66167, 48.89996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66099, 48.89996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59004, 48.90035 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.40857, 48.90113 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66236, 48.9004 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66168, 48.90041 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58937, 48.9008 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66305, 48.90085 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66237, 48.90085 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66305, 48.9013 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66374, 48.90174 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66443, 48.90219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66375, 48.90219 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59007, 48.90259 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66512, 48.90264 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66444, 48.90264 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59007, 48.90304 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44885, 48.90368 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66513, 48.90309 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.44885, 48.90413 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41337, 48.90426 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66581, 48.90353 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59008, 48.90394 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41406, 48.90471 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6665, 48.90398 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66582, 48.90398 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.41611, 48.90515 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66719, 48.90442 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66651, 48.90443 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59078, 48.90484 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6672, 48.90487 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66788, 48.90532 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6672, 48.90532 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66857, 48.90576 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66926, 48.90621 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59148, 48.90664 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66927, 48.90666 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66996, 48.90711 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67064, 48.90755 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66996, 48.90756 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66928, 48.90756 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67133, 48.908 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67065, 48.908 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66997, 48.90801 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66928, 48.90801 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67134, 48.90845 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67066, 48.90845 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66997, 48.90845 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66929, 48.90846 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59151, 48.90888 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67134, 48.9089 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67066, 48.9089 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66998, 48.9089 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6693, 48.90891 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67203, 48.90934 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67135, 48.90935 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67067, 48.90935 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66999, 48.90935 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6693, 48.90936 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67204, 48.90979 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67136, 48.9098 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67067, 48.9098 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66999, 48.9098 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66931, 48.90981 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59152, 48.91023 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67204, 48.91024 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67136, 48.91025 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67068, 48.91025 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67, 48.91025 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66931, 48.91026 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67137, 48.9107 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67069, 48.9107 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67, 48.9107 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66932, 48.91071 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67137, 48.91115 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67069, 48.91115 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67001, 48.91115 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67138, 48.9116 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6707, 48.9116 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67002, 48.9116 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67207, 48.91204 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67139, 48.91205 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59224, 48.91293 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.53495, 48.91591 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.53426, 48.91591 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5329, 48.91592 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.53495, 48.91636 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.53427, 48.91636 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58819, 48.91655 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58751, 48.917 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58684, 48.9179 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59503, 48.91831 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.54521, 48.91856 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.54453, 48.91856 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5459, 48.919 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59505, 48.91966 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.54796, 48.92034 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62579, 48.92175 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62376, 48.92311 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62376, 48.92356 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62445, 48.924 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62377, 48.92401 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62446, 48.9249 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62378, 48.92491 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62515, 48.92535 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62378, 48.92536 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62584, 48.92579 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62515, 48.9258 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62448, 48.9267 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59445, 48.92686 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59309, 48.92687 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62517, 48.92715 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55828, 48.92749 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63132, 48.92756 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63064, 48.92757 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62995, 48.92757 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62586, 48.92759 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55828, 48.92794 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63201, 48.92801 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63133, 48.92801 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63064, 48.92802 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62996, 48.92802 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55897, 48.92839 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63133, 48.92846 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63065, 48.92847 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62724, 48.92849 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56034, 48.92883 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55966, 48.92883 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62792, 48.92893 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56103, 48.92928 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56035, 48.92928 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62861, 48.92938 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56172, 48.92972 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56103, 48.92973 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56241, 48.93017 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56172, 48.93017 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56104, 48.93018 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56378, 48.93061 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56309, 48.93062 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56241, 48.93062 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63341, 48.9307 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56515, 48.93106 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56446, 48.93106 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56378, 48.93106 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63341, 48.93115 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63, 48.93117 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56652, 48.9315 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56583, 48.9315 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6341, 48.9316 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63342, 48.9316 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63274, 48.9316 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63205, 48.93161 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63001, 48.93162 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5672, 48.93195 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63479, 48.93204 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63411, 48.93205 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63342, 48.93205 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63274, 48.93205 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63206, 48.93206 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63069, 48.93207 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63001, 48.93207 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62933, 48.93207 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56789, 48.93239 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63548, 48.93249 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6348, 48.93249 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63411, 48.9325 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63343, 48.9325 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63275, 48.9325 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63206, 48.93251 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6307, 48.93252 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63002, 48.93252 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62933, 48.93252 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56858, 48.93284 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.53718, 48.93299 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63548, 48.93294 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6348, 48.93294 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63412, 48.93295 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63344, 48.93295 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63275, 48.93295 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63207, 48.93296 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63139, 48.93296 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63071, 48.93297 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63002, 48.93297 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62934, 48.93297 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62866, 48.93298 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56927, 48.93328 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.53786, 48.93344 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63617, 48.93338 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63549, 48.93339 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63481, 48.93339 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63412, 48.9334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63344, 48.9334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63276, 48.9334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63003, 48.93342 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62935, 48.93342 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62866, 48.93343 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62798, 48.93343 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63618, 48.93383 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6355, 48.93384 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63481, 48.93384 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63413, 48.93385 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63345, 48.93385 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63276, 48.93385 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63072, 48.93386 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63003, 48.93387 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62867, 48.93388 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62799, 48.93388 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59727, 48.93404 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56996, 48.93418 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63618, 48.93428 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6355, 48.93429 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63482, 48.93429 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63414, 48.9343 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63345, 48.9343 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63004, 48.93432 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62936, 48.93432 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62867, 48.93433 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62799, 48.93433 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62731, 48.93433 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57133, 48.93462 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57065, 48.93463 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63687, 48.93473 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63619, 48.93473 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63551, 48.93474 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63482, 48.93474 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63414, 48.93475 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63005, 48.93477 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62936, 48.93477 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62868, 48.93478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.628, 48.93478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62731, 48.93478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57202, 48.93507 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63688, 48.93518 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63619, 48.93518 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63551, 48.93519 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62937, 48.93522 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.628, 48.93523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62732, 48.93523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62664, 48.93524 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5966, 48.9354 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.54267, 48.93566 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62801, 48.93568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62733, 48.93568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62664, 48.93569 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.54472, 48.9361 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62938, 48.93612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6287, 48.93612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62801, 48.93613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62733, 48.93613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62665, 48.93614 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59593, 48.9363 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.54473, 48.93655 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62939, 48.93657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6287, 48.93657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62734, 48.93658 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62665, 48.93659 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59593, 48.93675 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62939, 48.93702 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62871, 48.93702 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62803, 48.93703 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62734, 48.93703 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62666, 48.93704 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62598, 48.93704 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.54474, 48.93745 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62871, 48.93747 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62803, 48.93748 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62667, 48.93748 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62598, 48.93749 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62804, 48.93793 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62735, 48.93793 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62667, 48.93793 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62599, 48.93794 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62804, 48.93838 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62736, 48.93838 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62668, 48.93838 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62599, 48.93839 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63965, 48.93876 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62805, 48.93883 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62737, 48.93883 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.626, 48.93884 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57889, 48.93908 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63966, 48.93921 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63898, 48.93922 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62805, 48.93928 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62737, 48.93928 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62601, 48.93929 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62532, 48.93929 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58095, 48.93952 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63967, 48.93966 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6383, 48.93967 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63762, 48.93967 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62806, 48.93973 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62738, 48.93973 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62669, 48.93973 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62601, 48.93974 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62533, 48.93974 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59802, 48.93989 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58232, 48.93997 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64035, 48.94011 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63967, 48.94011 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63899, 48.94012 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63831, 48.94012 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63762, 48.94012 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62806, 48.94018 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62738, 48.94018 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6267, 48.94018 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62602, 48.94019 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62533, 48.94019 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59802, 48.94034 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58369, 48.94041 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50244, 48.94079 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64104, 48.94055 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64036, 48.94056 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63899, 48.94057 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63831, 48.94057 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62739, 48.94063 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62671, 48.94063 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62602, 48.94064 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55229, 48.94101 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50449, 48.94123 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50381, 48.94124 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50313, 48.94124 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64173, 48.941 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64105, 48.941 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.639, 48.94102 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63832, 48.94102 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62739, 48.94108 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62671, 48.94108 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62603, 48.94109 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58506, 48.9413 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55229, 48.94146 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50586, 48.94168 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50518, 48.94168 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5045, 48.94168 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64242, 48.94145 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64105, 48.94145 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63969, 48.94146 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63901, 48.94147 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63832, 48.94147 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6274, 48.94153 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62672, 48.94153 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62603, 48.94154 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55298, 48.94191 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.50587, 48.94213 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63901, 48.94192 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62672, 48.94198 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59873, 48.94213 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59395, 48.94216 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55367, 48.94236 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63902, 48.94236 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59805, 48.94258 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55435, 48.9428 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62605, 48.94289 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59737, 48.94304 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5885, 48.94308 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62606, 48.94334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62537, 48.94334 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59806, 48.94348 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62606, 48.94379 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62538, 48.94379 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46355, 48.94455 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46287, 48.94456 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46219, 48.94456 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65065, 48.9441 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64997, 48.9441 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62812, 48.94422 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62743, 48.94423 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62675, 48.94423 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62607, 48.94424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62538, 48.94424 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55779, 48.94459 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46288, 48.94501 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65134, 48.94454 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62812, 48.94467 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62744, 48.94468 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62676, 48.94468 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62607, 48.94468 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62539, 48.94469 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46356, 48.94545 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.46288, 48.94546 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.4622, 48.94546 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62813, 48.94512 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62744, 48.94513 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62676, 48.94513 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62608, 48.94513 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6254, 48.94514 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59535, 48.9453 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55848, 48.94548 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62813, 48.94557 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62745, 48.94558 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62677, 48.94558 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62608, 48.94558 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6254, 48.94559 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55849, 48.94593 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62814, 48.94602 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62746, 48.94603 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62677, 48.94603 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62609, 48.94603 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56054, 48.94637 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.55986, 48.94637 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62814, 48.94647 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62746, 48.94648 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62678, 48.94648 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6261, 48.94648 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62815, 48.94692 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62747, 48.94693 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62678, 48.94693 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6261, 48.94693 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56123, 48.94727 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62816, 48.94737 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62747, 48.94738 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62679, 48.94738 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62611, 48.94738 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5626, 48.94771 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56192, 48.94771 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62884, 48.94782 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62816, 48.94782 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62748, 48.94783 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6268, 48.94783 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62611, 48.94783 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62885, 48.94827 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62817, 48.94827 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62748, 48.94828 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6268, 48.94828 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62612, 48.94828 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62886, 48.94872 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62817, 48.94872 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62749, 48.94873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62681, 48.94873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62612, 48.94873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62544, 48.94874 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62886, 48.94917 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62818, 48.94917 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62749, 48.94917 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62681, 48.94918 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62613, 48.94918 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62545, 48.94919 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56467, 48.9495 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62887, 48.94962 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62818, 48.94962 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6275, 48.94962 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62682, 48.94963 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62613, 48.94963 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62545, 48.94964 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62819, 48.95007 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62751, 48.95007 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62682, 48.95008 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62614, 48.95008 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62546, 48.95009 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62819, 48.95052 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62751, 48.95052 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62683, 48.95053 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62615, 48.95053 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62546, 48.95054 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6282, 48.95097 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62752, 48.95097 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62683, 48.95098 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62615, 48.95098 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62547, 48.95099 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62479, 48.95099 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62821, 48.95142 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62752, 48.95142 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62684, 48.95143 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62616, 48.95143 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62547, 48.95143 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62479, 48.95144 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5886, 48.95163 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62821, 48.95187 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62753, 48.95187 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62685, 48.95188 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62616, 48.95188 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62548, 48.95188 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6248, 48.95189 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5886, 48.95208 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62822, 48.95232 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62753, 48.95232 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62685, 48.95233 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62617, 48.95233 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62549, 48.95233 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6248, 48.95234 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58997, 48.95252 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62822, 48.95277 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62754, 48.95277 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62686, 48.95278 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62617, 48.95278 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62549, 48.95278 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58998, 48.95297 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62823, 48.95322 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62755, 48.95322 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62686, 48.95323 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62618, 48.95323 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6255, 48.95323 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58999, 48.95342 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5893, 48.95342 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62755, 48.95367 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62687, 48.95368 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62619, 48.95368 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6255, 48.95368 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57223, 48.95396 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62756, 48.95412 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62687, 48.95413 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62619, 48.95413 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62551, 48.95413 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62756, 48.95457 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62688, 48.95458 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6262, 48.95458 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58044, 48.95482 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62825, 48.95502 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62757, 48.95502 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62689, 48.95503 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6262, 48.95503 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58113, 48.95527 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58045, 48.95527 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57976, 48.95527 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57362, 48.9553 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62826, 48.95547 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62757, 48.95547 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62689, 48.95548 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62621, 48.95548 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5825, 48.95571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58182, 48.95571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58113, 48.95571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62826, 48.95592 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62758, 48.95592 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6269, 48.95593 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58319, 48.95615 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5825, 48.95616 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58046, 48.95617 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62895, 48.95636 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62827, 48.95637 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62759, 48.95637 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6269, 48.95637 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58456, 48.9566 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62896, 48.95681 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62827, 48.95682 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62759, 48.95682 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62691, 48.95682 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62896, 48.95726 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62828, 48.95727 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6276, 48.95727 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62691, 48.95727 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62897, 48.95771 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62829, 48.95772 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6276, 48.95772 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66176, 48.95798 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62966, 48.95816 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62897, 48.95816 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62829, 48.95817 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62761, 48.95817 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58868, 48.95838 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66176, 48.95843 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62966, 48.95861 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62898, 48.95861 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6283, 48.95862 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62761, 48.95862 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59073, 48.95881 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58937, 48.95882 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58868, 48.95883 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66109, 48.95888 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62967, 48.95906 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62899, 48.95906 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6283, 48.95907 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5921, 48.95926 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58937, 48.95927 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66041, 48.95934 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62967, 48.95951 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62899, 48.95951 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62831, 48.95952 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59279, 48.9597 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67612, 48.9597 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67544, 48.9597 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67476, 48.9597 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66041, 48.95979 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62968, 48.95996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.629, 48.95996 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62831, 48.95997 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59348, 48.96015 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67681, 48.96014 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67613, 48.96014 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67545, 48.96015 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67476, 48.96015 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67408, 48.96016 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65974, 48.96024 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62969, 48.96041 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.629, 48.96041 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62832, 48.96042 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6775, 48.96059 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67682, 48.96059 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67614, 48.96059 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67545, 48.9606 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67477, 48.9606 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67409, 48.96061 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65974, 48.96069 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65906, 48.96069 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62969, 48.96086 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62901, 48.96086 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62832, 48.96086 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59417, 48.96105 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58871, 48.96107 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58666, 48.96108 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67751, 48.96104 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67682, 48.96104 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67614, 48.96104 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67546, 48.96105 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67478, 48.96105 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67409, 48.96106 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65907, 48.96114 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6297, 48.96131 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62901, 48.96131 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62833, 48.96131 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59554, 48.96149 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59486, 48.96149 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58871, 48.96152 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6782, 48.96148 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65976, 48.96159 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6297, 48.96176 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62902, 48.96176 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62834, 48.96176 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59555, 48.96194 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58872, 48.96197 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67889, 48.96193 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65976, 48.96204 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62971, 48.96221 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62902, 48.96221 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62834, 48.96221 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59624, 48.96238 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67958, 48.96237 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66045, 48.96248 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62971, 48.96266 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62903, 48.96266 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62835, 48.96266 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59693, 48.96283 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67958, 48.96282 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66114, 48.96293 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66046, 48.96293 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62972, 48.96311 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62904, 48.96311 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62835, 48.96311 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67959, 48.96327 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67481, 48.9633 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66115, 48.96338 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62972, 48.96356 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62904, 48.96356 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62836, 48.96356 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.5983, 48.96372 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66183, 48.96383 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62973, 48.96401 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62905, 48.96401 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62836, 48.96401 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59899, 48.96417 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66184, 48.96428 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62974, 48.96446 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62905, 48.96446 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62837, 48.96446 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59968, 48.96462 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66185, 48.96473 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62974, 48.96491 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62906, 48.96491 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62838, 48.96491 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.60037, 48.96506 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.59969, 48.96507 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66185, 48.96518 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62975, 48.96536 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62906, 48.96536 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62838, 48.96536 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.60037, 48.96551 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67825, 48.96553 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66186, 48.96563 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62975, 48.9658 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62907, 48.96581 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62839, 48.96581 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66186, 48.96607 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66118, 48.96608 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6605, 48.96608 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62976, 48.96625 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62908, 48.96626 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62839, 48.96626 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.681, 48.96641 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67963, 48.96642 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66119, 48.96653 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6605, 48.96653 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65982, 48.96654 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63045, 48.9667 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62976, 48.9667 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62908, 48.96671 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68169, 48.96686 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.681, 48.96686 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68032, 48.96687 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65983, 48.96699 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65914, 48.96699 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63045, 48.96715 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62977, 48.96715 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62909, 48.96716 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65983, 48.96744 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65915, 48.96744 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65847, 48.96744 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63046, 48.9676 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62978, 48.9676 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62909, 48.96761 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65984, 48.96789 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65916, 48.96789 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65847, 48.96789 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63046, 48.96805 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62978, 48.96805 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6291, 48.96806 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67419, 48.96825 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65984, 48.96834 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65916, 48.96834 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65848, 48.96834 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63115, 48.9685 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63047, 48.9685 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62979, 48.9685 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6291, 48.96851 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67488, 48.9687 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6742, 48.9687 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67283, 48.96871 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67215, 48.96871 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67146, 48.96872 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66873, 48.96873 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65917, 48.96879 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65848, 48.96879 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63116, 48.96895 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63048, 48.96895 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62979, 48.96895 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62911, 48.96896 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67557, 48.96914 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67489, 48.96915 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67284, 48.96916 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67215, 48.96916 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67147, 48.96917 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6701, 48.96918 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66942, 48.96918 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66874, 48.96918 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66737, 48.96919 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65917, 48.96924 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63116, 48.9694 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63048, 48.9694 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6298, 48.9694 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62912, 48.96941 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67557, 48.96959 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67216, 48.96961 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67148, 48.96962 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67011, 48.96963 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66943, 48.96963 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66738, 48.96964 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63117, 48.96985 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63049, 48.96985 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6298, 48.96985 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67626, 48.97004 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67558, 48.97004 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67216, 48.97006 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6708, 48.97007 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66738, 48.97009 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6667, 48.9701 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65987, 48.97013 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63186, 48.97029 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63118, 48.97029 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63049, 48.9703 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62981, 48.9703 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.60863, 48.97042 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6872, 48.97042 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68652, 48.97043 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67627, 48.97049 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66671, 48.97054 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66056, 48.97058 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63186, 48.97074 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63118, 48.97074 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6305, 48.97075 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62982, 48.97075 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62913, 48.97076 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.61, 48.97086 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68721, 48.97087 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68652, 48.97088 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68584, 48.97088 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67628, 48.97094 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66671, 48.97099 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63187, 48.97119 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63119, 48.97119 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6305, 48.9712 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62982, 48.9712 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.61001, 48.97131 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.60659, 48.97133 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68721, 48.97132 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68653, 48.97133 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68585, 48.97133 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68516, 48.97134 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67628, 48.97139 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6756, 48.97139 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66672, 48.97144 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63256, 48.97164 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63188, 48.97164 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63119, 48.97164 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63051, 48.97165 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62983, 48.97165 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68654, 48.97178 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68585, 48.97178 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68517, 48.97179 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67629, 48.97184 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6756, 48.97184 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67492, 48.97185 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66741, 48.97189 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66672, 48.97189 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63257, 48.97209 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63188, 48.97209 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6312, 48.97209 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63052, 48.9721 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62983, 48.9721 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68518, 48.97224 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67561, 48.97229 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67493, 48.9723 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67424, 48.9723 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66741, 48.97234 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66673, 48.97234 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63325, 48.97253 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63257, 48.97254 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63189, 48.97254 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6312, 48.97254 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63052, 48.97255 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62984, 48.97255 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68518, 48.97269 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67493, 48.97275 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67425, 48.97275 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66742, 48.97279 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63326, 48.97298 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63258, 48.97299 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63189, 48.97299 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63121, 48.97299 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63053, 48.973 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68587, 48.97313 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68519, 48.97314 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67494, 48.9732 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63395, 48.97343 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63327, 48.97343 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63258, 48.97344 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6319, 48.97344 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63122, 48.97344 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63053, 48.97345 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68588, 48.97358 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68519, 48.97359 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67495, 48.97365 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66743, 48.97369 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63395, 48.97388 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63327, 48.97388 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63259, 48.97389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6319, 48.97389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63122, 48.97389 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63054, 48.9739 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68657, 48.97403 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68588, 48.97403 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67495, 48.9741 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63464, 48.97432 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63396, 48.97433 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63328, 48.97433 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63259, 48.97434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63191, 48.97434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63123, 48.97434 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68726, 48.97447 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68657, 48.97448 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68589, 48.97448 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67564, 48.97454 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66813, 48.97458 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63533, 48.97477 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63465, 48.97477 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63397, 48.97478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63328, 48.97478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6326, 48.97478 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63192, 48.97479 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63123, 48.97479 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68863, 48.97491 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68794, 48.97492 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68726, 48.97492 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68658, 48.97493 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67565, 48.97499 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66813, 48.97503 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66745, 48.97504 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66472, 48.97505 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63534, 48.97522 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63465, 48.97522 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63397, 48.97523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63329, 48.97523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6326, 48.97523 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63192, 48.97524 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.61757, 48.97532 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68932, 48.97536 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68863, 48.97536 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67634, 48.97544 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66745, 48.97549 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63603, 48.97567 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63534, 48.97567 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63466, 48.97567 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63398, 48.97568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63329, 48.97568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63261, 48.97568 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.61963, 48.97575 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68932, 48.97581 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66609, 48.97595 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63603, 48.97612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63535, 48.97612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63467, 48.97612 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63398, 48.97613 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66678, 48.97639 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63672, 48.97656 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63604, 48.97657 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67704, 48.97678 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66747, 48.97684 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67704, 48.97723 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66748, 48.97729 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63673, 48.97746 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67705, 48.97768 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63674, 48.97791 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68662, 48.97807 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68594, 48.97808 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68526, 48.97808 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63606, 48.97836 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68799, 48.97852 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68731, 48.97852 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68663, 48.97852 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68594, 48.97853 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68526, 48.97853 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68458, 48.97854 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66886, 48.97863 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63607, 48.97881 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62445, 48.97888 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68937, 48.97896 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68868, 48.97896 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.688, 48.97897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68732, 48.97897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68663, 48.97897 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68595, 48.97898 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68527, 48.97898 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68458, 48.97899 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6839, 48.97899 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68322, 48.97899 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67843, 48.97902 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67775, 48.97903 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63539, 48.97927 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62514, 48.97932 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.56911, 48.97961 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68937, 48.97941 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68869, 48.97941 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68801, 48.97942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68732, 48.97942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68664, 48.97942 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68596, 48.97943 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68527, 48.97943 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68459, 48.97944 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68391, 48.97944 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68322, 48.97944 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68254, 48.97945 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67844, 48.97947 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67776, 48.97948 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64496, 48.97966 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64428, 48.97967 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64359, 48.97967 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64291, 48.97968 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62583, 48.97977 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68938, 48.97986 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6887, 48.97986 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6846, 48.97989 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68391, 48.97989 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68323, 48.97989 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68255, 48.9799 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68186, 48.9799 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68118, 48.97991 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6805, 48.97991 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67981, 48.97991 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67913, 48.97992 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64702, 48.9801 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64633, 48.98011 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64565, 48.98011 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64497, 48.98011 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64428, 48.98012 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6436, 48.98012 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64292, 48.98013 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64223, 48.98013 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64155, 48.98013 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64087, 48.98014 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62652, 48.98022 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.53837, 48.98066 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68939, 48.98031 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68324, 48.98034 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68255, 48.98035 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68187, 48.98035 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68119, 48.98036 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6805, 48.98036 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67982, 48.98036 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67914, 48.98037 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67845, 48.98037 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64907, 48.98054 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64839, 48.98054 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64771, 48.98055 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64702, 48.98055 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64634, 48.98056 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64566, 48.98056 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64497, 48.98056 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64429, 48.98057 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64361, 48.98057 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64292, 48.98058 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64224, 48.98058 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64156, 48.98058 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64087, 48.98059 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63541, 48.98062 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68939, 48.98076 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68256, 48.9808 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68188, 48.9808 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68119, 48.98081 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68051, 48.98081 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67983, 48.98081 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65044, 48.98098 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64976, 48.98099 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64908, 48.98099 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64839, 48.98099 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64156, 48.98103 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63541, 48.98107 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62721, 48.98111 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.60125, 48.98125 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.53907, 48.98156 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68188, 48.98125 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6812, 48.98126 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68052, 48.98126 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67983, 48.98126 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65113, 48.98143 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65045, 48.98143 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64977, 48.98144 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63542, 48.98152 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63473, 48.98152 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6279, 48.98156 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65182, 48.98187 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65114, 48.98188 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65046, 48.98188 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63474, 48.98197 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.60126, 48.98215 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65251, 48.98232 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65183, 48.98232 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65115, 48.98233 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63953, 48.98239 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63885, 48.9824 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63475, 48.98242 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63338, 48.98243 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6532, 48.98277 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65252, 48.98277 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65183, 48.98277 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63748, 48.98285 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6368, 48.98286 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63407, 48.98287 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65389, 48.98321 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63544, 48.98332 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.63476, 48.98332 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65321, 48.98367 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65253, 48.98367 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65527, 48.9841 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65459, 48.98411 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6539, 48.98411 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65322, 48.98412 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65254, 48.98412 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65596, 48.98455 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65527, 48.98455 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65459, 48.98456 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65391, 48.98456 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65322, 48.98457 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65254, 48.98457 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65186, 48.98457 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65801, 48.98499 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65733, 48.98499 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65665, 48.985 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65391, 48.98501 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65323, 48.98502 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65255, 48.98502 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6587, 48.98543 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65802, 48.98544 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65734, 48.98544 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65665, 48.98545 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65597, 48.98545 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65529, 48.98545 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6546, 48.98546 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65392, 48.98546 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65324, 48.98546 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65734, 48.98589 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65666, 48.9859 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65598, 48.9859 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65529, 48.9859 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65461, 48.98591 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57534, 48.98633 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65735, 48.98634 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65667, 48.98634 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65735, 48.98679 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65667, 48.98679 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65668, 48.98724 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65599, 48.98725 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65531, 48.98725 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65463, 48.98726 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65394, 48.98726 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65668, 48.98769 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.656, 48.9877 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65532, 48.9877 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65463, 48.98771 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65395, 48.98771 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65327, 48.98771 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65258, 48.98772 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65396, 48.98816 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6519, 48.98817 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65191, 48.98862 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57879, 48.98901 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65192, 48.98907 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57879, 48.98946 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57811, 48.98946 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58016, 48.9899 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57948, 48.98991 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69568, 48.99061 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64852, 48.99089 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64784, 48.99089 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69637, 48.99106 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64921, 48.99133 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69706, 48.99151 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69638, 48.99151 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65059, 48.99178 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6499, 48.99178 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69706, 48.99196 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69638, 48.99196 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65332, 48.99221 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65264, 48.99221 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65059, 48.99223 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.64991, 48.99223 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65265, 48.99266 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65196, 48.99267 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65265, 48.99311 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65266, 48.99356 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65198, 48.99357 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.65266, 48.99401 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69985, 48.99554 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69986, 48.99599 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69986, 48.99644 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69987, 48.99689 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70196, 48.99957 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70265, 49.00047 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70266, 49.00092 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58581, 49.00472 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70408, 49.00451 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58581, 49.00517 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70408, 49.00496 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62615, 49.00541 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.66444, 49.00564 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62616, 49.00586 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.7041, 49.00586 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.62685, 49.0063 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70479, 49.00675 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.7048, 49.0072 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68019, 49.0078 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58516, 49.00832 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68088, 49.00824 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6802, 49.00825 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.7055, 49.00855 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68157, 49.00869 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68089, 49.00869 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57083, 49.01064 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70621, 49.01034 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57836, 49.01105 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57767, 49.01106 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68365, 49.01093 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57153, 49.01154 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.58452, 49.01192 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6953, 49.01221 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69461, 49.01221 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67273, 49.01234 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57496, 49.01287 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57428, 49.01287 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70624, 49.01259 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67274, 49.01279 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.57428, 49.01332 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70625, 49.01304 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69326, 49.01312 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70625, 49.01349 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69326, 49.01357 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67275, 49.01369 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69259, 49.01402 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6919, 49.01403 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68507, 49.01407 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67413, 49.01413 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69259, 49.01447 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69191, 49.01448 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.69054, 49.01448 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68986, 49.01449 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70969, 49.01482 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70901, 49.01482 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70833, 49.01483 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68918, 49.01494 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.6885, 49.01495 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68576, 49.01496 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.7097, 49.01527 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70902, 49.01527 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70833, 49.01528 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68577, 49.01541 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.71039, 49.01571 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70971, 49.01572 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70902, 49.01572 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68646, 49.01586 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.68577, 49.01586 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.67483, 49.01593 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.7104, 49.01616 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70971, 49.01617 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70903, 49.01617 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70972, 49.01662 ] } },
+{ "type": "Feature", "properties": { "Id": 0, "Eelgrass": 1 }, "geometry": { "type": "Point", "coordinates": [ -123.70972, 49.01707 ] } }
+]
+}
diff --git a/src/data/layers/Eelgrass.jsx b/src/data/layers/Eelgrass.jsx
new file mode 100644
index 00000000..fa1fc83f
--- /dev/null
+++ b/src/data/layers/Eelgrass.jsx
@@ -0,0 +1,29 @@
+import { circle } from 'leaflet';
+
+const eelgrassColor = '#38a801';
+
+
+const layer = {
+ title: "Eelgrass",
+ description: [
+ {type: 'p', content: 'This layer depicts locations of known eelgrass areas within the CRD. Each point symbolizes eelgrass within 50 meters. Data for this layer was sourced from Shorezone’s 2013 eelgrass data, SeaChange’s RESS maps, and the CRD’s published eelgrass survey.'},
+ {type: 'link', url: 'https://www.shorezone.org/downloadzone/', content: 'Shorezone'},
+ {type: 'link', url: 'https://seachangesociety.com/current-projects/resilient-estuaries-of-the-salish-sea-project-ress/', content: 'SeaChange Resilient Estuaries of the Salish Sea Project'},
+ {type: 'link', url: 'https://mapservices.crd.bc.ca/arcgis/rest/services/Harbours/MapServer/25', content: 'CRD Eelgrass Survey Data'},
+ ],
+ data: require('../geojson/CRDEelgrass.geojson'),
+ shape: 'point',
+ symbology: 'density',
+ color: eelgrassColor,
+ options: {
+ pointToLayer: (f,l) => circle(l, {
+ radius: 15,
+ stroke: false,
+ fill: true,
+ fillColor: eelgrassColor,
+ fillOpacity: 0.8
+ }),
+ },
+}
+
+export default layer;
\ No newline at end of file
diff --git a/src/data/questions/CreateCommunity.jsx b/src/data/questions/CreateCommunity.jsx
index e3a36d16..3e858d76 100644
--- a/src/data/questions/CreateCommunity.jsx
+++ b/src/data/questions/CreateCommunity.jsx
@@ -81,6 +81,7 @@ const Question = {
{ key: 'VictoriaShelters', active: false, group: 'Community' },
{ key: 'WatershedRunoffAbsorption', active: false, group: 'Water' },
{ key: 'Watersheds', active: false, group: 'Water' },
+ { key: 'Eelgrass', active: false, group: 'Water' },
],
sections: {
one: [
diff --git a/src/data/questions/ProtectTheCoast.jsx b/src/data/questions/ProtectTheCoast.jsx
index 5cee6146..1f03871a 100644
--- a/src/data/questions/ProtectTheCoast.jsx
+++ b/src/data/questions/ProtectTheCoast.jsx
@@ -18,6 +18,7 @@ const Question = {
{ key: 'AquiferSusceptibilityBedrock', active: false, ...LegendGroups.StartOff },
{ key: 'AquiferSusceptibilitySediment', active: false, ...LegendGroups.StartOff },
{ key: 'CoastalFloodInundationScenarios', active: true, ...LegendGroups.StartOn },
+ { key: 'Eelgrass', active: true, ...LegendGroups.StartOn },
{ key: 'HardShorelines', active: false, ...LegendGroups.StartOn },
{ key: 'ShellfishPO', active: false, ...LegendGroups.StartOn },
{ key: 'ShorelineSensitivity', active: true, ...LegendGroups.StartOn },
diff --git a/src/data/svg/DotPatch.svg b/src/data/svg/DotPatch.svg
new file mode 100644
index 00000000..9b181708
--- /dev/null
+++ b/src/data/svg/DotPatch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
From 4692f88213aca97d26e6dae115e95661487c3273 Mon Sep 17 00:00:00 2001
From: Doug Johnson <43759986+doug-stormtree@users.noreply.github.com>
Date: Sat, 23 Aug 2025 21:42:11 -0700
Subject: [PATCH 2/5] Feature: Pumpout Stations layer (#252)
* Add support for Icon Borders
* Add Pumpout Stations layer
---
src/components/Legend.jsx | 1 +
src/data/LeafletStyleHelpers.jsx | 1 +
src/data/geojson/PumpoutStationsCRD.geojson | 15 +++++++++
src/data/layers/PumpoutStations.jsx | 34 +++++++++++++++++++++
src/data/questions/CreateCommunity.jsx | 1 +
src/data/questions/ProtectTheCoast.jsx | 1 +
src/data/svg/pumpout.svg | 1 +
7 files changed, 54 insertions(+)
create mode 100644 src/data/geojson/PumpoutStationsCRD.geojson
create mode 100644 src/data/layers/PumpoutStations.jsx
create mode 100644 src/data/svg/pumpout.svg
diff --git a/src/components/Legend.jsx b/src/components/Legend.jsx
index 0a982bde..f1f25f9e 100644
--- a/src/components/Legend.jsx
+++ b/src/components/Legend.jsx
@@ -379,6 +379,7 @@ const SinglePatchPoint = ({ style }) => {
fill={style.fill}
stroke={style.stroke}
src={style.src}
+ border={style.border}
marginInline='-4px'
/>
);
diff --git a/src/data/LeafletStyleHelpers.jsx b/src/data/LeafletStyleHelpers.jsx
index 2b489dee..8f931832 100644
--- a/src/data/LeafletStyleHelpers.jsx
+++ b/src/data/LeafletStyleHelpers.jsx
@@ -25,6 +25,7 @@ export const MapMarker = (props) => {
width: (props.size) + 'px',
height: (props.size) + 'px',
fontSize: (props.size - props.padding - props.padding) + 'px',
+ border: props.border,
}}>{props.icon}
)
}
diff --git a/src/data/geojson/PumpoutStationsCRD.geojson b/src/data/geojson/PumpoutStationsCRD.geojson
new file mode 100644
index 00000000..6daf34db
--- /dev/null
+++ b/src/data/geojson/PumpoutStationsCRD.geojson
@@ -0,0 +1,15 @@
+{
+"type": "FeatureCollection",
+"name": "PumpoutStationsCRD",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "id": 1, "Name": "Victoria International Marina", "Details": "For marina customers only, sometimes make arrangements with commercial vessels.", "Cost": "$30" }, "geometry": { "type": "Point", "coordinates": [ -123.38312, 48.42742 ] } },
+{ "type": "Feature", "properties": { "id": 2, "Name": "Greater Victoria Harbour Authority", "Details": "Located on Finger B at Fisherman's Wharf, payment is only through visa and must be tap. GVHA also offers mobile pump out service for long term moorage customers at the marinas. The pumpout is self operated.", "Cost": "$10" }, "geometry": { "type": "Point", "coordinates": [ -123.38183, 48.42331 ] } },
+{ "type": "Feature", "properties": { "id": 3, "Name": "Angler's Anchorage Marina", "Details": "For long term customers only.", "Cost": "Free" }, "geometry": { "type": "Point", "coordinates": [ -123.46252, 48.57155 ] } },
+{ "type": "Feature", "properties": { "id": 4, "Name": "Port Sidney Marina", "Details": "Should be up and running very soon, some minor repairs have to be done first, only for vessels 40 ft and under.", "Cost": "$10 for stationary, $25 for mobile" }, "geometry": { "type": "Point", "coordinates": [ -123.39502, 48.65094 ] } },
+{ "type": "Feature", "properties": { "id": 5, "Name": "Van Isle Marina", "Details": "Available during business hours.", "Cost": "Under 29 ft: $19.05, 30 - 49 ft: $23.82, 50 ft and above: $28.57" }, "geometry": { "type": "Point", "coordinates": [ -123.40444, 48.66744 ] } },
+{ "type": "Feature", "properties": { "id": 6, "Name": "Mill Bay Marina", "Details": "Available during business hours.", "Cost": "$20" }, "geometry": { "type": "Point", "coordinates": [ -123.55245, 48.64981 ] } },
+{ "type": "Feature", "properties": { "id": 7, "Name": "Ganges Coast Guard Dock", "Details": "Self serve, $10 gets you 7 minutes of pumping.", "Cost": "$10" }, "geometry": { "type": "Point", "coordinates": [ -123.49753, 48.85389 ] } },
+{ "type": "Feature", "properties": { "id": 8, "Name": "Greater Victoria Habour Authority", "Details": "On Wednesdays they have a mobile service.", "Cost": "$80" }, "geometry": { "type": "Point", "coordinates": [ -123.36963, 48.4249 ] } }
+]
+}
diff --git a/src/data/layers/PumpoutStations.jsx b/src/data/layers/PumpoutStations.jsx
new file mode 100644
index 00000000..4c275bbe
--- /dev/null
+++ b/src/data/layers/PumpoutStations.jsx
@@ -0,0 +1,34 @@
+import { mapPopupContent, pointToIcon } from '../LeafletStyleHelpers';
+import { ReactComponent as PumpoutIcon } from '../svg/pumpout.svg';
+
+const iconStyle = {
+ icon: (),
+ border: '3px solid orange',
+ legendText: "Sewage Pumpout Station"
+}
+
+const layer = {
+ title: 'Sewage Pumpout Stations',
+ description: [
+ {type:'p', content:'Location and information on the sewage pumpout stations within the CRD.'},
+ ],
+ data: require('../geojson/PumpoutStationsCRD.geojson'),
+ shape: 'point',
+ symbology: 'single',
+ icon: iconStyle,
+ options: {
+ pointToLayer: (f,l) => pointToIcon(l, iconStyle),
+ onEachFeature: (f,l) => {
+ l.bindPopup(mapPopupContent(
+ f.properties.Name,
+ [
+ 'Sewage Pumpout Station',
+ f.properties.Details,
+ 'Cost: ' + f.properties.Cost,
+ ],
+ ), {offset: [0,-6]});
+ }
+ },
+}
+
+export default layer;
\ No newline at end of file
diff --git a/src/data/questions/CreateCommunity.jsx b/src/data/questions/CreateCommunity.jsx
index 3e858d76..033a8458 100644
--- a/src/data/questions/CreateCommunity.jsx
+++ b/src/data/questions/CreateCommunity.jsx
@@ -82,6 +82,7 @@ const Question = {
{ key: 'WatershedRunoffAbsorption', active: false, group: 'Water' },
{ key: 'Watersheds', active: false, group: 'Water' },
{ key: 'Eelgrass', active: false, group: 'Water' },
+ { key: 'PumpoutStations', active: false, group: 'Water' },
],
sections: {
one: [
diff --git a/src/data/questions/ProtectTheCoast.jsx b/src/data/questions/ProtectTheCoast.jsx
index 1f03871a..ed796d7c 100644
--- a/src/data/questions/ProtectTheCoast.jsx
+++ b/src/data/questions/ProtectTheCoast.jsx
@@ -23,6 +23,7 @@ const Question = {
{ key: 'ShellfishPO', active: false, ...LegendGroups.StartOn },
{ key: 'ShorelineSensitivity', active: true, ...LegendGroups.StartOn },
{ key: 'ForageFish', active: false, ...LegendGroups.StartOff },
+ { key: 'PumpoutStations', active: false, ...LegendGroups.StartOff },
],
sections: {
one: [
diff --git a/src/data/svg/pumpout.svg b/src/data/svg/pumpout.svg
new file mode 100644
index 00000000..d0594156
--- /dev/null
+++ b/src/data/svg/pumpout.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
From 4febc2660e8bd20468a2117af64fa55c4cf879f8 Mon Sep 17 00:00:00 2001
From: Doug Johnson
Date: Sat, 23 Aug 2025 22:23:35 -0700
Subject: [PATCH 3/5] Update Eelgrass description to include anchoring info
---
src/data/layers/Eelgrass.jsx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/data/layers/Eelgrass.jsx b/src/data/layers/Eelgrass.jsx
index fa1fc83f..1a65f8e5 100644
--- a/src/data/layers/Eelgrass.jsx
+++ b/src/data/layers/Eelgrass.jsx
@@ -2,11 +2,12 @@ import { circle } from 'leaflet';
const eelgrassColor = '#38a801';
-
const layer = {
title: "Eelgrass",
description: [
- {type: 'p', content: 'This layer depicts locations of known eelgrass areas within the CRD. Each point symbolizes eelgrass within 50 meters. Data for this layer was sourced from Shorezone’s 2013 eelgrass data, SeaChange’s RESS maps, and the CRD’s published eelgrass survey.'},
+ {type: 'p', content: 'This layer depicts locations of known eelgrass areas within the CRD. Each point symbolizes eelgrass within 50 meters. When boating, it’s recommended to avoid anchoring in eelgrass beds to protect this important habitat. Learn more about protecting eelgrass from:'},
+ {type: 'link', url: 'https://resilientcoasts.ca/resource/protecting-eelgrass-when-boating/', content: 'Resilient Coasts for Salmon'},
+ {type: 'p', content: 'Data for this layer was sourced from Shorezone’s 2013 eelgrass data, SeaChange’s RESS maps, and the CRD’s published eelgrass survey.'},
{type: 'link', url: 'https://www.shorezone.org/downloadzone/', content: 'Shorezone'},
{type: 'link', url: 'https://seachangesociety.com/current-projects/resilient-estuaries-of-the-salish-sea-project-ress/', content: 'SeaChange Resilient Estuaries of the Salish Sea Project'},
{type: 'link', url: 'https://mapservices.crd.bc.ca/arcgis/rest/services/Harbours/MapServer/25', content: 'CRD Eelgrass Survey Data'},
From ebe2dc25d00b20828e1f6e1091a20b30a3c9c8d6 Mon Sep 17 00:00:00 2001
From: Doug Johnson
Date: Sun, 24 Aug 2025 11:57:25 -0700
Subject: [PATCH 4/5] Add Kelp Beds layer
---
src/data/geojson/KelpBeds.geojson | 23772 +++++++++++++++++++++++
src/data/layers/KelpBeds.jsx | 26 +
src/data/questions/CreateCommunity.jsx | 1 +
src/data/questions/ProtectTheCoast.jsx | 1 +
4 files changed, 23800 insertions(+)
create mode 100644 src/data/geojson/KelpBeds.geojson
create mode 100644 src/data/layers/KelpBeds.jsx
diff --git a/src/data/geojson/KelpBeds.geojson b/src/data/geojson/KelpBeds.geojson
new file mode 100644
index 00000000..a5a759ca
--- /dev/null
+++ b/src/data/geojson/KelpBeds.geojson
@@ -0,0 +1,23772 @@
+{
+"type": "FeatureCollection",
+"name": "KelpBeds",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53655, 48.2983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53858, 48.29875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53791, 48.29875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53723, 48.29875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53656, 48.29875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53588, 48.29876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53521, 48.29876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53454, 48.29876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53386, 48.29877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53926, 48.29919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53859, 48.2992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53791, 48.2992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53724, 48.2992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53656, 48.2992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53589, 48.29921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53521, 48.29921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53454, 48.29921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53387, 48.29922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53319, 48.29922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53252, 48.29922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53184, 48.29923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53117, 48.29923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53994, 48.29964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53926, 48.29964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53792, 48.29965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53724, 48.29965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53657, 48.29965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53589, 48.29966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53387, 48.29967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5332, 48.29967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53252, 48.29967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53185, 48.29968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53117, 48.29968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5305, 48.29968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52983, 48.29969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52915, 48.29969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54062, 48.30009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53994, 48.30009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53927, 48.30009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53859, 48.30009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53792, 48.3001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53725, 48.3001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53657, 48.3001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5359, 48.30011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53522, 48.30011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53455, 48.30011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53388, 48.30012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5332, 48.30012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53253, 48.30012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53185, 48.30013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53118, 48.30013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5305, 48.30013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52983, 48.30014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52916, 48.30014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52848, 48.30014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52781, 48.30014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52713, 48.30015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52646, 48.30015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54062, 48.30054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53995, 48.30054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53927, 48.30054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5386, 48.30054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53793, 48.30055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53725, 48.30055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53658, 48.30055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5359, 48.30056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53523, 48.30056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53455, 48.30056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53388, 48.30057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53321, 48.30057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53253, 48.30057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53186, 48.30058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53118, 48.30058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53051, 48.30058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52984, 48.30059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52916, 48.30059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52849, 48.30059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52781, 48.30059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52714, 48.3006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52646, 48.3006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54063, 48.30098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53995, 48.30099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53928, 48.30099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5386, 48.30099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53793, 48.301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53726, 48.301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53658, 48.301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53591, 48.30101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53523, 48.30101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53456, 48.30101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53388, 48.30102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53321, 48.30102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53254, 48.30102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53186, 48.30103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53119, 48.30103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53051, 48.30103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52984, 48.30104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52917, 48.30104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52849, 48.30104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52782, 48.30104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52714, 48.30105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52647, 48.30105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53996, 48.30144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53928, 48.30144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53861, 48.30144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53793, 48.30145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53726, 48.30145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53659, 48.30145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53591, 48.30146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53524, 48.30146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53456, 48.30146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53389, 48.30147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53322, 48.30147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53254, 48.30147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53187, 48.30148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53119, 48.30148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53052, 48.30148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52984, 48.30148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52917, 48.30149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5285, 48.30149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52782, 48.30149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52715, 48.3015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52647, 48.3015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53929, 48.30189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53861, 48.30189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53794, 48.3019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53727, 48.3019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53659, 48.3019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53592, 48.30191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53524, 48.30191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53457, 48.30191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53389, 48.30192, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53322, 48.30192, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53255, 48.30192, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53187, 48.30193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5312, 48.30193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53052, 48.30193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52985, 48.30193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52917, 48.30194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5285, 48.30194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52783, 48.30194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52715, 48.30195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53862, 48.30234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53794, 48.30235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53727, 48.30235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5366, 48.30235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53592, 48.30236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53525, 48.30236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53457, 48.30236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5339, 48.30237, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53322, 48.30237, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53255, 48.30237, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53188, 48.30238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5312, 48.30238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53053, 48.30238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52985, 48.30238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52918, 48.30239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52851, 48.30239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52783, 48.30239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53862, 48.30279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53795, 48.3028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53727, 48.3028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5366, 48.3028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53593, 48.30281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53525, 48.30281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53458, 48.30281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5339, 48.30282, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53323, 48.30282, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53256, 48.30282, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53188, 48.30282, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53121, 48.30283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53053, 48.30283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52986, 48.30283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52918, 48.30284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53863, 48.30324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53795, 48.30325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53728, 48.30325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53661, 48.30325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53593, 48.30326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53526, 48.30326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53458, 48.30326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53391, 48.30327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53323, 48.30327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53256, 48.30327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53189, 48.30327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53121, 48.30328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53054, 48.30328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52986, 48.30328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52919, 48.30329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53863, 48.30369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53796, 48.3037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53728, 48.3037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53661, 48.3037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53594, 48.30371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53526, 48.30371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53459, 48.30371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53391, 48.30372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53324, 48.30372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53256, 48.30372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53189, 48.30372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52987, 48.30373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52919, 48.30374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53796, 48.30415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53729, 48.30415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53661, 48.30415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53594, 48.30416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53527, 48.30416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53459, 48.30416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53392, 48.30417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53324, 48.30417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53257, 48.30417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5319, 48.30417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53122, 48.30418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53055, 48.30418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52987, 48.30418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5292, 48.30419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53729, 48.3046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53662, 48.3046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53595, 48.30461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53527, 48.30461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5346, 48.30461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53392, 48.30461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53325, 48.30462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53257, 48.30462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5319, 48.30462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53123, 48.30463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53055, 48.30463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52988, 48.30463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5292, 48.30464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53662, 48.30505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53595, 48.30506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53528, 48.30506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5346, 48.30506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53393, 48.30506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53325, 48.30507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53258, 48.30507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5319, 48.30507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53123, 48.30508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53056, 48.30508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52988, 48.30508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53595, 48.30551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53528, 48.30551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53461, 48.30551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53393, 48.30551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53326, 48.30552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53258, 48.30552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53529, 48.30596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53461, 48.30596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53394, 48.30596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53326, 48.30597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54677, 48.3077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54609, 48.30771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54542, 48.30771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54474, 48.30771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54407, 48.30772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56363, 48.30807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56295, 48.30808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56228, 48.30808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54812, 48.30815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54745, 48.30815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54677, 48.30815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5461, 48.30816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54542, 48.30816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54475, 48.30816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54407, 48.30817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5434, 48.30817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54273, 48.30817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54205, 48.30818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54138, 48.30818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58858, 48.3084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58723, 48.3084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56498, 48.30852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56228, 48.30853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56161, 48.30853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56094, 48.30853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56026, 48.30854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55622, 48.30856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55554, 48.30856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55284, 48.30857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55217, 48.30858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5515, 48.30858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55082, 48.30858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55015, 48.30859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54947, 48.30859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5488, 48.30859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54812, 48.3086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54745, 48.3086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54678, 48.3086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5461, 48.30861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54543, 48.30861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54475, 48.30861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54408, 48.30862, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5434, 48.30862, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54273, 48.30862, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54206, 48.30863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54138, 48.30863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54071, 48.30863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58522, 48.30886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56499, 48.30896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56431, 48.30897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55959, 48.30899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55892, 48.30899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55824, 48.309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55757, 48.309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5569, 48.309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55622, 48.30901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55555, 48.30901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55487, 48.30901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5542, 48.30902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55352, 48.30902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55285, 48.30902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55218, 48.30903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5515, 48.30903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55083, 48.30903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55015, 48.30904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54948, 48.30904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5488, 48.30904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54813, 48.30905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54746, 48.30905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54678, 48.30905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54611, 48.30906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54543, 48.30906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54476, 48.30906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54408, 48.30907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54341, 48.30907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54274, 48.30907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54206, 48.30908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54139, 48.30908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54071, 48.30908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58927, 48.30929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58859, 48.3093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58589, 48.30931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58387, 48.30932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56499, 48.30941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55892, 48.30944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55825, 48.30945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55757, 48.30945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5569, 48.30945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55623, 48.30946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55555, 48.30946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55488, 48.30946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5542, 48.30947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55353, 48.30947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55285, 48.30947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55218, 48.30948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55151, 48.30948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55083, 48.30948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55016, 48.30949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54948, 48.30949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54881, 48.30949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54813, 48.3095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54746, 48.3095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54679, 48.3095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54611, 48.30951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54544, 48.30951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54476, 48.30951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54409, 48.30952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54341, 48.30952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54274, 48.30952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54207, 48.30952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54139, 48.30953, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54072, 48.30953, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54004, 48.30953, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58792, 48.30975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58523, 48.30976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.565, 48.30986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55893, 48.30989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55825, 48.3099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55758, 48.3099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55691, 48.3099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55623, 48.30991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55556, 48.30991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55488, 48.30991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55421, 48.30992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55353, 48.30992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55286, 48.30992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55218, 48.30993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55151, 48.30993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55084, 48.30993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55016, 48.30994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54949, 48.30994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54881, 48.30994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54342, 48.30997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54274, 48.30997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54207, 48.30997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5414, 48.30998, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54072, 48.30998, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54005, 48.30998, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59062, 48.31019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5886, 48.3102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56568, 48.31031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.565, 48.31031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55893, 48.31034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55826, 48.31035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55758, 48.31035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55691, 48.31035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55624, 48.31036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55556, 48.31036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55489, 48.31036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55421, 48.31037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55354, 48.31037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55286, 48.31037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55219, 48.31038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55152, 48.31038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55084, 48.31038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55017, 48.31039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54949, 48.31039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54275, 48.31042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54208, 48.31042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5414, 48.31043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54073, 48.31043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54005, 48.31043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53938, 48.31044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58928, 48.31064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58119, 48.31068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56838, 48.31075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56568, 48.31076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55894, 48.31079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55826, 48.3108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55759, 48.3108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55691, 48.3108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55624, 48.31081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55557, 48.31081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55489, 48.31081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55422, 48.31082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55354, 48.31082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55287, 48.31082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55219, 48.31083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55152, 48.31083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55085, 48.31083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55017, 48.31084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5495, 48.31084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54275, 48.31087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54208, 48.31087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54141, 48.31088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54073, 48.31088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54006, 48.31088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53938, 48.31089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57175, 48.31118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57108, 48.31118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56973, 48.31119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56906, 48.31119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56838, 48.3112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56771, 48.3112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56636, 48.31121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56569, 48.31121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55692, 48.31125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55557, 48.31126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55422, 48.31127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55355, 48.31127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55287, 48.31127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5522, 48.31128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55153, 48.31128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55085, 48.31128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55018, 48.31129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5495, 48.31129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54815, 48.3113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54208, 48.31132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54141, 48.31133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54074, 48.31133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54006, 48.31133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53939, 48.31134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57041, 48.31164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56569, 48.31166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55558, 48.31171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55288, 48.31172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5522, 48.31173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55153, 48.31173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55086, 48.31173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55018, 48.31174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54816, 48.31175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54748, 48.31175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54142, 48.31178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54074, 48.31178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54007, 48.31178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53939, 48.31179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60481, 48.31191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59132, 48.31198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59065, 48.31198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58997, 48.31199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57042, 48.31209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56974, 48.31209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55288, 48.31217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55221, 48.31218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55153, 48.31218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55086, 48.31218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55019, 48.31219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54884, 48.31219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54816, 48.3122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54749, 48.3122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54007, 48.31223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5394, 48.31224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53872, 48.31224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57784, 48.3125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57649, 48.31251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55087, 48.31263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54884, 48.31264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54749, 48.31265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54008, 48.31268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5394, 48.31269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53873, 48.31269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60145, 48.31283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60077, 48.31283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59133, 48.31288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57919, 48.31294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57784, 48.31295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57515, 48.31296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55087, 48.31308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54885, 48.31309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54817, 48.31309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60213, 48.31327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60145, 48.31328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60078, 48.31328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59538, 48.31331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59471, 48.31331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59134, 48.31333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54818, 48.31354, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5475, 48.31355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64933, 48.31347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64866, 48.31347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60213, 48.31372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60146, 48.31373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59336, 48.31377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59202, 48.31378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59134, 48.31378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57853, 48.31385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57718, 48.31385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54818, 48.31399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54751, 48.314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53672, 48.31405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64732, 48.31393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64664, 48.31393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60551, 48.31416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60416, 48.31416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60281, 48.31417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60214, 48.31417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60146, 48.31418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60079, 48.31418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59944, 48.31419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59202, 48.31423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59135, 48.31423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54751, 48.31445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53672, 48.3145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60214, 48.31462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59203, 48.31468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53673, 48.31495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65407, 48.31479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60552, 48.31506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60484, 48.31506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5482, 48.31534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54685, 48.31535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53673, 48.3154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64396, 48.3153, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64059, 48.31532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63992, 48.31532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63924, 48.31532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63857, 48.31533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6062, 48.3155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60552, 48.31551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60485, 48.31551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60283, 48.31552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5482, 48.31579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54685, 48.3158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54618, 48.3158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53809, 48.31584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53741, 48.31584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52662, 48.31589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52595, 48.3159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52527, 48.3159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64397, 48.31575, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64329, 48.31575, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64194, 48.31576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64127, 48.31576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63857, 48.31578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6379, 48.31578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6062, 48.31595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60553, 48.31596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60485, 48.31596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60283, 48.31597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59811, 48.31599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54618, 48.31625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53809, 48.31629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53742, 48.31629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53674, 48.3163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52595, 48.31635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52528, 48.31635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5246, 48.31635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52393, 48.31636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6433, 48.3162, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63723, 48.31623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60621, 48.3164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60351, 48.31642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60284, 48.31642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60216, 48.31642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60149, 48.31643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54619, 48.3167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53742, 48.31674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52596, 48.3168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52528, 48.3168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52461, 48.3168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52393, 48.31681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52326, 48.31681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52258, 48.31681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52191, 48.31682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65544, 48.31658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63791, 48.31668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63724, 48.31668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60756, 48.31684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60689, 48.31685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60352, 48.31687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60284, 48.31687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54619, 48.31715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52461, 48.31725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52394, 48.31726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52326, 48.31726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52259, 48.31726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52191, 48.31727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65815, 48.31702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65747, 48.31702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6568, 48.31702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60217, 48.31732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5462, 48.3176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54552, 48.31761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54485, 48.31761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54417, 48.31761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53676, 48.31765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52462, 48.3177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52394, 48.31771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52327, 48.31771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52259, 48.31771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52192, 48.31772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63725, 48.31758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63657, 48.31759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60218, 48.31777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54553, 48.31806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54485, 48.31806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54418, 48.31806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53676, 48.3181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52462, 48.31815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52395, 48.31816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52327, 48.31816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5226, 48.31816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6622, 48.31789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66086, 48.3179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60218, 48.31822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54486, 48.31851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54418, 48.31851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54216, 48.31852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53811, 48.31854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53744, 48.31854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52463, 48.3186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52395, 48.31861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52328, 48.31861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66221, 48.31834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54419, 48.31896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54351, 48.31896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54149, 48.31897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54082, 48.31898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54014, 48.31898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53947, 48.31898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53879, 48.31899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53812, 48.31899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52463, 48.31905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52396, 48.31906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66222, 48.31879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63659, 48.31894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63591, 48.31894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5415, 48.31942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54015, 48.31943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53947, 48.31943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53678, 48.31945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66559, 48.31922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66492, 48.31923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66425, 48.31923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63592, 48.31939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63525, 48.31939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54083, 48.31988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54015, 48.31988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5388, 48.31989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6683, 48.31966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66627, 48.31967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63593, 48.31984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63525, 48.31984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63458, 48.31985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54016, 48.32033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53678, 48.32035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6683, 48.32011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66763, 48.32011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66695, 48.32011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63526, 48.32029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63458, 48.3203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63391, 48.3203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53949, 48.32078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66898, 48.32055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66831, 48.32056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63526, 48.32074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63391, 48.32075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63324, 48.32075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66899, 48.321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63527, 48.32119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63459, 48.3212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63392, 48.3212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63324, 48.3212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63257, 48.32121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53882, 48.32169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.66832, 48.32146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54018, 48.32213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5395, 48.32213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53883, 48.32214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53815, 48.32214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53748, 48.32214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67102, 48.32189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.669, 48.3219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54018, 48.32258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53951, 48.32258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53883, 48.32259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53816, 48.32259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53748, 48.32259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53681, 48.32259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53951, 48.32303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53884, 48.32304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53816, 48.32304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53749, 48.32304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53681, 48.32304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53952, 48.32348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53884, 48.32349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53817, 48.32349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53749, 48.32349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53682, 48.32349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67239, 48.32323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67172, 48.32324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53952, 48.32393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53885, 48.32393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53817, 48.32394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5375, 48.32394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53682, 48.32394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6724, 48.32368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67172, 48.32369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53885, 48.32438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53818, 48.32439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5375, 48.32439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6724, 48.32413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53953, 48.32483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53886, 48.32483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53818, 48.32484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53751, 48.32484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53953, 48.32528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53886, 48.32528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53819, 48.32529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53751, 48.32529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53684, 48.32529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53954, 48.32573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53886, 48.32573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53819, 48.32574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53752, 48.32574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53684, 48.32574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67175, 48.32548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53954, 48.32618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53887, 48.32618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53819, 48.32619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53752, 48.32619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53685, 48.32619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54022, 48.32663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53955, 48.32663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53887, 48.32663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5382, 48.32664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53753, 48.32664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54023, 48.32708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53955, 48.32708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53888, 48.32708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5382, 48.32709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67581, 48.32681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67379, 48.32682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67447, 48.32727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67447, 48.32772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67515, 48.32816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67583, 48.32861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68056, 48.32903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67786, 48.32905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67719, 48.32905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67989, 48.32949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67787, 48.3295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68192, 48.32992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68125, 48.32993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.67923, 48.32994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6826, 48.33037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68328, 48.33081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68397, 48.33126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68329, 48.33126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54703, 48.33199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68397, 48.33171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54973, 48.33243, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54771, 48.33244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54703, 48.33244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54636, 48.33245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55041, 48.33288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54973, 48.33288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54906, 48.33288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54838, 48.33289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54771, 48.33289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54704, 48.33289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54636, 48.3329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54569, 48.3329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68466, 48.33261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55109, 48.33332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55041, 48.33333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54974, 48.33333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54906, 48.33333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54839, 48.33334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54772, 48.33334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54704, 48.33334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54637, 48.33335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54569, 48.33335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55109, 48.33377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55042, 48.33378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54974, 48.33378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54907, 48.33378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54839, 48.33379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54772, 48.33379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54705, 48.33379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54637, 48.3338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5457, 48.3338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54502, 48.3338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55177, 48.33422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5511, 48.33422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55042, 48.33423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54975, 48.33423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54907, 48.33423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5484, 48.33424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54772, 48.33424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54705, 48.33424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54638, 48.33425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5457, 48.33425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54503, 48.33425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54435, 48.33426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55245, 48.33467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55178, 48.33467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5511, 48.33467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55043, 48.33468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54975, 48.33468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54908, 48.33468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5484, 48.33469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54773, 48.33469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54705, 48.33469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54638, 48.3347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54571, 48.3347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54503, 48.3347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54436, 48.33471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68873, 48.33438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68806, 48.33439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55246, 48.33512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55178, 48.33512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55111, 48.33512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55043, 48.33513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54976, 48.33513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54908, 48.33513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54841, 48.33514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54773, 48.33514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54706, 48.33514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54639, 48.33515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54571, 48.33515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54504, 48.33515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54436, 48.33515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54369, 48.33516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68874, 48.33483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68806, 48.33483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68739, 48.33484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68604, 48.33485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55314, 48.33556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55246, 48.33557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55179, 48.33557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55111, 48.33557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55044, 48.33558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54976, 48.33558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54909, 48.33558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54841, 48.33559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54774, 48.33559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54706, 48.33559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54639, 48.3356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54572, 48.3356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54504, 48.3356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54437, 48.3356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54369, 48.33561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.69211, 48.33526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.69009, 48.33527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.68672, 48.33529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55314, 48.33601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55247, 48.33602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55179, 48.33602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55112, 48.33602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55044, 48.33603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54977, 48.33603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54909, 48.33603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54842, 48.33604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54774, 48.33604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54707, 48.33604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54639, 48.33604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54572, 48.33605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54505, 48.33605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54437, 48.33605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5437, 48.33606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6928, 48.33571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.69212, 48.33571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55315, 48.33646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55247, 48.33647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5518, 48.33647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55112, 48.33647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55045, 48.33648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54977, 48.33648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5491, 48.33648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54842, 48.33649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54775, 48.33649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54707, 48.33649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5464, 48.33649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54572, 48.3365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54505, 48.3365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54438, 48.3365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5437, 48.33651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54303, 48.33651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6955, 48.33614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.69415, 48.33615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55315, 48.33691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55248, 48.33692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5518, 48.33692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55113, 48.33692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55045, 48.33693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54978, 48.33693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5491, 48.33693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54843, 48.33693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54775, 48.33694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54708, 48.33694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5464, 48.33694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54573, 48.33695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54506, 48.33695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54438, 48.33695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54371, 48.33696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54303, 48.33696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.709, 48.33651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.69551, 48.33659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.69483, 48.33659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55316, 48.33736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55248, 48.33737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55181, 48.33737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55113, 48.33737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55046, 48.33737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54978, 48.33738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54911, 48.33738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54843, 48.33738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54776, 48.33739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54708, 48.33739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54641, 48.33739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54573, 48.3374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54506, 48.3374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54439, 48.3374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54371, 48.33741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54304, 48.33741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.69686, 48.33703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55384, 48.33781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55316, 48.33781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55249, 48.33782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55181, 48.33782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55114, 48.33782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55046, 48.33782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54979, 48.33783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54911, 48.33783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54844, 48.33783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54776, 48.33784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54709, 48.33784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54641, 48.33784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54574, 48.33785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54506, 48.33785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54439, 48.33785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54372, 48.33786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55384, 48.33826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55317, 48.33826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55249, 48.33826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55182, 48.33827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55114, 48.33827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55047, 48.33827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54979, 48.33828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54912, 48.33828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54844, 48.33828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54777, 48.33829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54709, 48.33829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54642, 48.33829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54574, 48.3383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54507, 48.3383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54439, 48.3383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.70902, 48.33786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.70227, 48.3379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.70092, 48.33791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55519, 48.3387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55452, 48.3387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55385, 48.33871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55317, 48.33871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5525, 48.33871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55182, 48.33872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55115, 48.33872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55047, 48.33872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5498, 48.33873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54912, 48.33873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54845, 48.33873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54777, 48.33874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5471, 48.33874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54642, 48.33874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54575, 48.33875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54507, 48.33875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71442, 48.33827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7097, 48.3383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55587, 48.33915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5552, 48.33915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55452, 48.33915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55385, 48.33916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55318, 48.33916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5525, 48.33916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55183, 48.33917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55115, 48.33917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55048, 48.33917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5498, 48.33918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54913, 48.33918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54845, 48.33918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54778, 48.33919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5471, 48.33919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7151, 48.33872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71105, 48.33874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55655, 48.33959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55588, 48.3396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5552, 48.3396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55453, 48.3396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55385, 48.33961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55318, 48.33961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55251, 48.33961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71511, 48.33917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55656, 48.34004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55588, 48.34005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55521, 48.34005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55453, 48.34005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55386, 48.34006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55319, 48.34006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71444, 48.33962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55724, 48.34049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55656, 48.34049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55589, 48.3405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55521, 48.3405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55454, 48.3405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55386, 48.34051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55724, 48.34094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55657, 48.34094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55589, 48.34095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55522, 48.34095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71378, 48.34053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7131, 48.34053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55792, 48.34139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55725, 48.34139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55657, 48.34139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5559, 48.3414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71311, 48.34098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55793, 48.34184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55725, 48.34184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55658, 48.34184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55793, 48.34229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55726, 48.34229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71313, 48.34233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71448, 48.34277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71516, 48.34322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71585, 48.34366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71585, 48.34411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71653, 48.34456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71721, 48.345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7179, 48.34545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71722, 48.34545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71993, 48.34589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71925, 48.34589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71858, 48.34589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7179, 48.3459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71993, 48.34634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71994, 48.34679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71995, 48.34724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71928, 48.34769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71928, 48.34814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71861, 48.34859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74764, 48.34931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73617, 48.34938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7355, 48.34939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.71795, 48.3495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7517, 48.34973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75102, 48.34974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75035, 48.34974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74967, 48.34974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.749, 48.34975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74832, 48.34975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74765, 48.34976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74698, 48.34976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73685, 48.34983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73618, 48.34983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7355, 48.34984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73483, 48.34984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73415, 48.34984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73348, 48.34985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75305, 48.35017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75238, 48.35018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75171, 48.35018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75103, 48.35019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75036, 48.35019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74968, 48.35019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74901, 48.3502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74833, 48.3502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74766, 48.35021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74698, 48.35021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73686, 48.35028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73618, 48.35028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73551, 48.35029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73484, 48.35029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75374, 48.35062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75306, 48.35062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75239, 48.35063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75171, 48.35063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75104, 48.35064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75036, 48.35064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74969, 48.35064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74901, 48.35065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74834, 48.35065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74766, 48.35066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74699, 48.35066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74294, 48.35069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74226, 48.35069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73754, 48.35072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73687, 48.35073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73619, 48.35073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73552, 48.35074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75509, 48.35106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75442, 48.35106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75374, 48.35107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75307, 48.35107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75239, 48.35108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75172, 48.35108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75104, 48.35108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75037, 48.35109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74969, 48.35109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74902, 48.3511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74834, 48.3511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74767, 48.35111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74699, 48.35111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74295, 48.35114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74227, 48.35114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7416, 48.35115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74092, 48.35115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74025, 48.35115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73755, 48.35117, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73687, 48.35118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7362, 48.35118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73552, 48.35119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73485, 48.35119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73417, 48.35119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7335, 48.3512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7281, 48.35123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.72675, 48.35124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75577, 48.3515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7551, 48.35151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75442, 48.35151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75375, 48.35152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75307, 48.35152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7524, 48.35153, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75173, 48.35153, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75105, 48.35153, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75038, 48.35154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7497, 48.35154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74903, 48.35155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74835, 48.35155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74768, 48.35156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.747, 48.35156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7443, 48.35158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74363, 48.35158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74295, 48.35159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74228, 48.35159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7416, 48.3516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74093, 48.3516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74025, 48.3516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73958, 48.35161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73755, 48.35162, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73688, 48.35163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7362, 48.35163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73553, 48.35163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73485, 48.35164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73418, 48.35164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7335, 48.35165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75646, 48.35195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75578, 48.35195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75511, 48.35196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75443, 48.35196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75376, 48.35197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75308, 48.35197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75241, 48.35198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75173, 48.35198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75106, 48.35198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75038, 48.35199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74971, 48.35199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74903, 48.352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74836, 48.352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74768, 48.35201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74498, 48.35202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74363, 48.35203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74296, 48.35204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74228, 48.35204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74161, 48.35205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74093, 48.35205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74026, 48.35205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73958, 48.35206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73621, 48.35208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73554, 48.35208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73486, 48.35209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73419, 48.35209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73351, 48.3521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73284, 48.3521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75646, 48.3524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75579, 48.3524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75511, 48.35241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75444, 48.35241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75376, 48.35242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75309, 48.35242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75241, 48.35243, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75174, 48.35243, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75106, 48.35243, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75039, 48.35244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74971, 48.35244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74904, 48.35245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74836, 48.35245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74769, 48.35246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74499, 48.35247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74432, 48.35248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74364, 48.35248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74297, 48.35249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74229, 48.35249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74162, 48.3525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74094, 48.3525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74027, 48.3525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73757, 48.35252, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73689, 48.35253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73622, 48.35253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73554, 48.35253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73487, 48.35254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73419, 48.35254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73352, 48.35255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73284, 48.35255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73082, 48.35256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73014, 48.35257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.72947, 48.35257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.72879, 48.35258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.72812, 48.35258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75714, 48.35284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75647, 48.35285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75579, 48.35285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75512, 48.35286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75444, 48.35286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75377, 48.35287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75309, 48.35287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75242, 48.35288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75175, 48.35288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75107, 48.35288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7504, 48.35289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74972, 48.35289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74905, 48.3529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74837, 48.3529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74432, 48.35293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74365, 48.35293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74297, 48.35294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7423, 48.35294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74162, 48.35295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74095, 48.35295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74027, 48.35295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7396, 48.35296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73825, 48.35297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73757, 48.35297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7369, 48.35298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73622, 48.35298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73555, 48.35298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73487, 48.35299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73285, 48.353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73217, 48.35301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73082, 48.35301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73015, 48.35302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.72948, 48.35302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7288, 48.35303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.72813, 48.35303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.72408, 48.35306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75783, 48.35329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75715, 48.35329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75648, 48.3533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7558, 48.3533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75513, 48.35331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75445, 48.35331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75378, 48.35332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7531, 48.35332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75243, 48.35332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75175, 48.35333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75108, 48.35333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7504, 48.35334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74973, 48.35334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74905, 48.35335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74838, 48.35335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.745, 48.35337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74433, 48.35338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74365, 48.35338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74298, 48.35339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7423, 48.35339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74163, 48.3534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74095, 48.3534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7396, 48.35341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73825, 48.35342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73758, 48.35342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7369, 48.35343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73218, 48.35346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73016, 48.35347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.72948, 48.35347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.72881, 48.35348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.72813, 48.35348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.72678, 48.35349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75783, 48.35374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75716, 48.35374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75648, 48.35375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75581, 48.35375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75513, 48.35376, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75446, 48.35376, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75378, 48.35377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75311, 48.35377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75243, 48.35377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75176, 48.35378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75108, 48.35378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75041, 48.35379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74973, 48.35379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74906, 48.3538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74838, 48.3538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74771, 48.35381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74636, 48.35381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74568, 48.35382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74501, 48.35382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74433, 48.35383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74366, 48.35383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74299, 48.35384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74231, 48.35384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74164, 48.35384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74096, 48.35385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73961, 48.35386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73894, 48.35386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73826, 48.35387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73759, 48.35387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73691, 48.35388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73151, 48.35391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73084, 48.35391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.72611, 48.35394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75851, 48.35418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75784, 48.35419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75716, 48.35419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75649, 48.3542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75581, 48.3542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75514, 48.35421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75446, 48.35421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75379, 48.35422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75311, 48.35422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75244, 48.35422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75176, 48.35423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75109, 48.35423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75042, 48.35424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74974, 48.35424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74907, 48.35425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74839, 48.35425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74637, 48.35426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74569, 48.35427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74502, 48.35427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74434, 48.35428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74367, 48.35428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74299, 48.35429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74232, 48.35429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74164, 48.35429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73894, 48.35431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.73827, 48.35432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75852, 48.35463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75785, 48.35464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75717, 48.35464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7565, 48.35465, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75582, 48.35465, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75515, 48.35466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75447, 48.35466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7538, 48.35467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75312, 48.35467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75245, 48.35467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75177, 48.35468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7511, 48.35468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75042, 48.35469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74975, 48.35469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74907, 48.3547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7484, 48.3547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74637, 48.35471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7457, 48.35472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74502, 48.35472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74435, 48.35473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74367, 48.35473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.743, 48.35474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7592, 48.35508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75853, 48.35508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75785, 48.35509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75718, 48.35509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7565, 48.3551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75583, 48.3551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75515, 48.35511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75448, 48.35511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7538, 48.35512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75313, 48.35512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75245, 48.35512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75178, 48.35513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7511, 48.35513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75043, 48.35514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74975, 48.35514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74908, 48.35515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7484, 48.35515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74773, 48.35515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74705, 48.35516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74638, 48.35516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7457, 48.35517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74503, 48.35517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74435, 48.35518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74368, 48.35518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75921, 48.35553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75853, 48.35553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75786, 48.35554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75718, 48.35554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75651, 48.35555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75583, 48.35555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75516, 48.35556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75448, 48.35556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75381, 48.35557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75313, 48.35557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75246, 48.35557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75178, 48.35558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75111, 48.35558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75043, 48.35559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74976, 48.35559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74909, 48.3556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74841, 48.3556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74774, 48.3556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74706, 48.35561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74639, 48.35561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74571, 48.35562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74504, 48.35562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74436, 48.35563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75922, 48.35598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75854, 48.35598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75787, 48.35599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75719, 48.35599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75652, 48.356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75584, 48.356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75517, 48.35601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75449, 48.35601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75382, 48.35601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75314, 48.35602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75247, 48.35602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75179, 48.35603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75112, 48.35603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75044, 48.35604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74977, 48.35604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74909, 48.35605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74842, 48.35605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74774, 48.35605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74707, 48.35606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74639, 48.35606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74572, 48.35607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74504, 48.35607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7599, 48.35642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75922, 48.35643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75855, 48.35643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75787, 48.35644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7572, 48.35644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75652, 48.35645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75585, 48.35645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75517, 48.35646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7545, 48.35646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75382, 48.35646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75315, 48.35647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75247, 48.35647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7518, 48.35648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75112, 48.35648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7491, 48.3565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74842, 48.3565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74775, 48.3565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74707, 48.35651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7464, 48.35651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74572, 48.35652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7599, 48.35687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75923, 48.35688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75855, 48.35688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75788, 48.35689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7572, 48.35689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75653, 48.3569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75585, 48.3569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75518, 48.35691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7545, 48.35691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75383, 48.35691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75315, 48.35692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75248, 48.35692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7518, 48.35693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75113, 48.35693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74843, 48.35695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74776, 48.35695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74708, 48.35696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.74641, 48.35696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8193, 48.35692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75991, 48.35732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75924, 48.35733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75856, 48.35733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75789, 48.35734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75721, 48.35734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75654, 48.35735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75586, 48.35735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75519, 48.35736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75451, 48.35736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75384, 48.35736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75316, 48.35737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75249, 48.35737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75181, 48.35738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75114, 48.35738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75992, 48.35777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75924, 48.35778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75857, 48.35778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75789, 48.35779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75722, 48.35779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75654, 48.3578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75587, 48.3578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75519, 48.35781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75452, 48.35781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75384, 48.35781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75317, 48.35782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75249, 48.35782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75182, 48.35783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.81729, 48.35783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7606, 48.35822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75992, 48.35822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75925, 48.35823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75857, 48.35823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7579, 48.35824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75722, 48.35824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75655, 48.35825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75587, 48.35825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7552, 48.35825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75452, 48.35826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75385, 48.35826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75317, 48.35827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7525, 48.35827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7606, 48.35867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75993, 48.35867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75926, 48.35868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75858, 48.35868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75791, 48.35869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75723, 48.35869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75656, 48.3587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75588, 48.3587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75521, 48.3587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75453, 48.35871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75386, 48.35871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75318, 48.35872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75251, 48.35872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76061, 48.35912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75994, 48.35912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75926, 48.35913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75859, 48.35913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75791, 48.35914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75724, 48.35914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75656, 48.35915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75589, 48.35915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75521, 48.35915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75454, 48.35916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75386, 48.35916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75319, 48.35917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75251, 48.35917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76062, 48.35957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75994, 48.35957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75927, 48.35958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75859, 48.35958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75792, 48.35959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75724, 48.35959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75657, 48.3596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75589, 48.3596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75522, 48.3596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75454, 48.35961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75387, 48.35961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75319, 48.35962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75252, 48.35962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76063, 48.36002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75995, 48.36002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75928, 48.36003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7586, 48.36003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75793, 48.36004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75725, 48.36004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75658, 48.36005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7559, 48.36005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75523, 48.36005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75455, 48.36006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75388, 48.36006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7532, 48.36007, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75253, 48.36007, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76131, 48.36046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76063, 48.36047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75996, 48.36047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75928, 48.36048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75861, 48.36048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75793, 48.36049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75726, 48.36049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75658, 48.3605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75591, 48.3605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75523, 48.3605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75456, 48.36051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75388, 48.36051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75321, 48.36052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.80586, 48.36061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76131, 48.36091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76064, 48.36092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75996, 48.36092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75929, 48.36093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75861, 48.36093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75794, 48.36094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75726, 48.36094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75659, 48.36094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75591, 48.36095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75524, 48.36095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75456, 48.36096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75389, 48.36096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75321, 48.36097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76132, 48.36136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76065, 48.36137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75997, 48.36137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7593, 48.36138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75862, 48.36138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75795, 48.36139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75727, 48.36139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7566, 48.36139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75592, 48.3614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75525, 48.3614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75457, 48.36141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7539, 48.36141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75322, 48.36142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.762, 48.36181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76133, 48.36181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76065, 48.36182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75998, 48.36182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7593, 48.36183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75863, 48.36183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75795, 48.36184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75728, 48.36184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7566, 48.36184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75593, 48.36185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75525, 48.36185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75458, 48.36186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7539, 48.36186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.80318, 48.36198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.79576, 48.36203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.79508, 48.36203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76201, 48.36226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76133, 48.36226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76066, 48.36227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75998, 48.36227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75931, 48.36228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75863, 48.36228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75796, 48.36229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75728, 48.36229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75661, 48.36229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75593, 48.3623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75526, 48.3623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75458, 48.36231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.79576, 48.36248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.79509, 48.36248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76269, 48.3627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76202, 48.36271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76134, 48.36271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76067, 48.36272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75999, 48.36272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75932, 48.36273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75864, 48.36273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75797, 48.36274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75729, 48.36274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75662, 48.36274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75594, 48.36275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75527, 48.36275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75459, 48.36276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.787, 48.36299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7627, 48.36315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76202, 48.36316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76135, 48.36316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76067, 48.36317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76, 48.36317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75932, 48.36318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75865, 48.36318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75797, 48.36318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7573, 48.36319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75662, 48.36319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75595, 48.3632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75527, 48.3632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.787, 48.36344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.78633, 48.36344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.78498, 48.36345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7843, 48.36346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76338, 48.3636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7627, 48.3636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76203, 48.36361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76135, 48.36361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76068, 48.36362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76, 48.36362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75933, 48.36363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75865, 48.36363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75798, 48.36363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7573, 48.36364, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75663, 48.36364, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75595, 48.36365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.79308, 48.36385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.78633, 48.36389, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.78566, 48.3639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76339, 48.36405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76271, 48.36405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76204, 48.36406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76136, 48.36406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76069, 48.36407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76001, 48.36407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75934, 48.36408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75866, 48.36408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75799, 48.36408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75731, 48.36409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75664, 48.36409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75596, 48.3641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76407, 48.36449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76339, 48.3645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76272, 48.3645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76204, 48.36451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76137, 48.36451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76069, 48.36452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76002, 48.36452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75934, 48.36453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75867, 48.36453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75799, 48.36453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75732, 48.36454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75664, 48.36454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.78297, 48.36482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76407, 48.36494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7634, 48.36495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76272, 48.36495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76205, 48.36496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76137, 48.36496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7607, 48.36497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76002, 48.36497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75935, 48.36498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75867, 48.36498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.758, 48.36498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75732, 48.36499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76408, 48.36539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76341, 48.3654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76273, 48.3654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76206, 48.36541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76138, 48.36541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76071, 48.36542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76003, 48.36542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75936, 48.36542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75868, 48.36543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75801, 48.36543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75733, 48.36544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76341, 48.36585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76274, 48.36585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76206, 48.36586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76139, 48.36586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76071, 48.36587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76004, 48.36587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75936, 48.36587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75869, 48.36588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75801, 48.36588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5258, 48.36718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52512, 48.36718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52445, 48.36719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52377, 48.36719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76342, 48.3663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76274, 48.3663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76207, 48.36631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76139, 48.36631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76072, 48.36632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76004, 48.36632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75937, 48.36632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75869, 48.36633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5258, 48.36763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52513, 48.36763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52445, 48.36764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52378, 48.36764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5231, 48.36764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52243, 48.36764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76275, 48.36675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76208, 48.36676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7614, 48.36676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76073, 48.36677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76005, 48.36677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.75938, 48.36677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52581, 48.36808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52513, 48.36808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52446, 48.36809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52378, 48.36809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52311, 48.36809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52243, 48.36809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52176, 48.3681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76208, 48.36721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76141, 48.36721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76073, 48.36722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76006, 48.36722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52581, 48.36853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52514, 48.36853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52446, 48.36853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52379, 48.36854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52311, 48.36854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52244, 48.36854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52176, 48.36855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52109, 48.36855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76209, 48.36766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76141, 48.36766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76074, 48.36767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76006, 48.36767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52514, 48.36898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52447, 48.36898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52379, 48.36899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52312, 48.36899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52244, 48.36899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52177, 48.369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52109, 48.369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52042, 48.369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51974, 48.36901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52515, 48.36943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52447, 48.36943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5238, 48.36944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52312, 48.36944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52245, 48.36944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52177, 48.36945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5211, 48.36945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52042, 48.36945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51975, 48.36946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51907, 48.36946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52448, 48.36988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5238, 48.36989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52313, 48.36989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52245, 48.36989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52178, 48.3699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5211, 48.3699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52043, 48.3699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51975, 48.36991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51908, 48.36991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5184, 48.36991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52381, 48.37034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52313, 48.37034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52246, 48.37034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52178, 48.37035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52111, 48.37035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52043, 48.37035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51976, 48.37036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51908, 48.37036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51841, 48.37036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51773, 48.37036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52314, 48.37079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52246, 48.37079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52179, 48.3708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52111, 48.3708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52044, 48.3708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51976, 48.37081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51909, 48.37081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51841, 48.37081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51774, 48.37081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.76955, 48.36986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52247, 48.37124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52179, 48.37125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52112, 48.37125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52044, 48.37125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51977, 48.37126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51909, 48.37126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51842, 48.37126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51774, 48.37126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51707, 48.37127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.7682, 48.37031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5218, 48.3717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52112, 48.3717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52045, 48.3717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51977, 48.37171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5191, 48.37171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51842, 48.37171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51774, 48.37171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51707, 48.37172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51639, 48.37172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52113, 48.37215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52045, 48.37215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51977, 48.37215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5191, 48.37216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51842, 48.37216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51775, 48.37216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51707, 48.37217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5164, 48.37217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52045, 48.3726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51978, 48.3726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5191, 48.37261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51843, 48.37261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51775, 48.37261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51708, 48.37262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5164, 48.37262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51573, 48.37262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51911, 48.37306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51843, 48.37306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51776, 48.37306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51708, 48.37307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51641, 48.37307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51573, 48.37307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51506, 48.37308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.84654, 48.37156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51844, 48.37351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51776, 48.37351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51709, 48.37352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51641, 48.37352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51574, 48.37352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51506, 48.37353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.84857, 48.372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8479, 48.372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.84722, 48.37201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.84587, 48.37202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8452, 48.37202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.84452, 48.37203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51844, 48.37396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51777, 48.37396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51709, 48.37397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51642, 48.37397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51574, 48.37397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51507, 48.37398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51439, 48.37398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.84993, 48.37244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.84926, 48.37244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51777, 48.37441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5171, 48.37442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51642, 48.37442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51575, 48.37442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51507, 48.37443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5144, 48.37443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51372, 48.37443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87627, 48.37269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87559, 48.3727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5171, 48.37487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51643, 48.37487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51575, 48.37487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51508, 48.37488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5144, 48.37488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51373, 48.37488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51305, 48.37488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87763, 48.37313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87695, 48.37314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87628, 48.37314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8756, 48.37315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51643, 48.37532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51576, 48.37532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51508, 48.37532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51441, 48.37533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51373, 48.37533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51306, 48.37533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51238, 48.37534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87831, 48.37358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87763, 48.37358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87696, 48.37359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87628, 48.37359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87561, 48.3736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51576, 48.37577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51509, 48.37577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51441, 48.37578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51373, 48.37578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51306, 48.37578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51238, 48.37579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87899, 48.37402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87832, 48.37402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87764, 48.37403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87697, 48.37404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87629, 48.37404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87562, 48.37405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87494, 48.37405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86954, 48.37409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86886, 48.3741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86819, 48.3741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86751, 48.37411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86684, 48.37411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86616, 48.37412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86549, 48.37412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51576, 48.37622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51509, 48.37622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51441, 48.37623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51374, 48.37623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51306, 48.37623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51239, 48.37624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51171, 48.37624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50429, 48.37627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50361, 48.37628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88102, 48.37445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88035, 48.37446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87967, 48.37446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.879, 48.37447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87832, 48.37447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87765, 48.37448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87697, 48.37448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8763, 48.37449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87562, 48.3745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87495, 48.3745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87157, 48.37453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8709, 48.37453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87022, 48.37454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86955, 48.37454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86887, 48.37455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8682, 48.37455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86752, 48.37456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86685, 48.37456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86617, 48.37457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8655, 48.37457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51577, 48.37667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51509, 48.37667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51442, 48.37668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51374, 48.37668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51307, 48.37668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51239, 48.37669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51172, 48.37669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50564, 48.37672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50497, 48.37672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50429, 48.37672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50362, 48.37673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50294, 48.37673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88171, 48.3749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88103, 48.3749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88036, 48.37491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87968, 48.37491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87901, 48.37492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87833, 48.37492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87766, 48.37493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87698, 48.37493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87631, 48.37494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87563, 48.37494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87496, 48.37495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87428, 48.37496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87361, 48.37496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87293, 48.37497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87226, 48.37497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87158, 48.37498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8709, 48.37498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87023, 48.37499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86955, 48.37499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86888, 48.375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8682, 48.375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86753, 48.37501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86685, 48.37501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86618, 48.37502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8655, 48.37502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86483, 48.37503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5151, 48.37712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51442, 48.37713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51375, 48.37713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51307, 48.37713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5124, 48.37714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51172, 48.37714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50565, 48.37717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50497, 48.37717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5043, 48.37717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50362, 48.37717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50295, 48.37718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50227, 48.37718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.9229, 48.37503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88509, 48.37532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88374, 48.37533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88306, 48.37534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88239, 48.37534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88171, 48.37535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88104, 48.37535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88036, 48.37536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87969, 48.37536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87901, 48.37537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87834, 48.37537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87766, 48.37538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87699, 48.37538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87631, 48.37539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87564, 48.37539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87496, 48.3754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87429, 48.3754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87361, 48.37541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87294, 48.37542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87226, 48.37542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87159, 48.37543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87091, 48.37543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87024, 48.37544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86956, 48.37544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86889, 48.37545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86821, 48.37545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86754, 48.37546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86686, 48.37546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86619, 48.37547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86551, 48.37547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5151, 48.37757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51443, 48.37758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51375, 48.37758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51308, 48.37758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5124, 48.37759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.507, 48.37761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50633, 48.37761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50565, 48.37762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50498, 48.37762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5043, 48.37762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50363, 48.37762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50295, 48.37763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50227, 48.37763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.9229, 48.37548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.92088, 48.37549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88307, 48.37579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8824, 48.37579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88172, 48.3758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88105, 48.3758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88037, 48.37581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8797, 48.37581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87902, 48.37582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87835, 48.37582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87767, 48.37583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.877, 48.37583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87632, 48.37584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87565, 48.37584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87497, 48.37585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8743, 48.37585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87362, 48.37586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87295, 48.37586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87227, 48.37587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8716, 48.37588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87092, 48.37588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87025, 48.37589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86957, 48.37589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86889, 48.3759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86822, 48.3759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86754, 48.37591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86687, 48.37591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86619, 48.37592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86552, 48.37592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.85944, 48.37597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.85877, 48.37597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51443, 48.37803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51376, 48.37803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51308, 48.37803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50768, 48.37806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50701, 48.37806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50633, 48.37806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50566, 48.37807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50498, 48.37807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5043, 48.37807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50363, 48.37807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50295, 48.37808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.92224, 48.37593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.92156, 48.37594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.91954, 48.37595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.91819, 48.37596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88105, 48.37625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88038, 48.37626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8797, 48.37626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87903, 48.37627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87835, 48.37627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87768, 48.37628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.877, 48.37628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87633, 48.37629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87565, 48.37629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87498, 48.3763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8743, 48.3763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87363, 48.37631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87295, 48.37631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87228, 48.37632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8716, 48.37633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87093, 48.37633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87025, 48.37634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86958, 48.37634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8689, 48.37635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86823, 48.37635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86755, 48.37636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86688, 48.37636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8662, 48.37637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86013, 48.37641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.85945, 48.37642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.85878, 48.37642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8581, 48.37643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.85743, 48.37643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50769, 48.37851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50701, 48.37851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50633, 48.37851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50566, 48.37852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50498, 48.37852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50431, 48.37852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50363, 48.37852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88174, 48.3767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88106, 48.3767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88039, 48.37671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87971, 48.37671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87904, 48.37672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87836, 48.37672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87769, 48.37673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87701, 48.37673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87634, 48.37674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87566, 48.37674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87499, 48.37675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87431, 48.37675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87364, 48.37676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87296, 48.37676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87229, 48.37677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87161, 48.37677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87094, 48.37678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87026, 48.37679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86959, 48.37679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86891, 48.3768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86824, 48.3768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86756, 48.37681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86688, 48.37681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86013, 48.37686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.85946, 48.37687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50836, 48.37895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50769, 48.37896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50701, 48.37896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50634, 48.37896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50566, 48.37897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50431, 48.37897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50364, 48.37897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88242, 48.37714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88175, 48.37715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88107, 48.37715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8804, 48.37716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87972, 48.37716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87905, 48.37717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87837, 48.37717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87769, 48.37718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87702, 48.37718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87634, 48.37719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87567, 48.37719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87499, 48.3772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87432, 48.3772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87364, 48.37721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87297, 48.37721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87229, 48.37722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87162, 48.37722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87094, 48.37723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87027, 48.37723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86959, 48.37724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86892, 48.37724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86824, 48.37725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86757, 48.37726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86082, 48.37731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86014, 48.37731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.85947, 48.37732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.85879, 48.37732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50769, 48.37941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50364, 48.37942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88648, 48.37756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8831, 48.37759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88243, 48.37759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88175, 48.3776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88108, 48.3776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8804, 48.37761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87973, 48.37761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87905, 48.37762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87838, 48.37762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8777, 48.37763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87703, 48.37763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87635, 48.37764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87568, 48.37764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.875, 48.37765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87433, 48.37765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87365, 48.37766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87298, 48.37766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8723, 48.37767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87163, 48.37767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87095, 48.37768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87028, 48.37768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8696, 48.37769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86082, 48.37776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86015, 48.37776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50365, 48.37987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88581, 48.37802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88446, 48.37803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88311, 48.37804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88244, 48.37804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88176, 48.37805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88109, 48.37805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88041, 48.37806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87974, 48.37806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87906, 48.37807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87839, 48.37807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87771, 48.37808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87704, 48.37808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87636, 48.37809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87568, 48.37809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87501, 48.3781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87433, 48.3781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87366, 48.37811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87298, 48.37811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87231, 48.37812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87163, 48.37812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87096, 48.37813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86218, 48.3782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86151, 48.3782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86083, 48.37821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50365, 48.38032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50298, 48.38033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88312, 48.37849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88244, 48.37849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88177, 48.3785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88109, 48.3785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88042, 48.37851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87974, 48.37851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87907, 48.37852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87839, 48.37852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87772, 48.37853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87704, 48.37853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87637, 48.37854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87569, 48.37854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87502, 48.37855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87434, 48.37855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87367, 48.37856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87299, 48.37856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87232, 48.37857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87164, 48.37857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87097, 48.37858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87029, 48.37858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86354, 48.37864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86286, 48.37864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86219, 48.37865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86151, 48.37865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50501, 48.38077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50433, 48.38077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50366, 48.38077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50298, 48.38078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88313, 48.37894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88245, 48.37894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88178, 48.37895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8811, 48.37895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88043, 48.37896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87975, 48.37896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87908, 48.37897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8784, 48.37897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87773, 48.37898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87705, 48.37898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87638, 48.37899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87367, 48.37901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.873, 48.37901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87232, 48.37902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87165, 48.37902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87097, 48.37903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8703, 48.37903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.86355, 48.37908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50501, 48.38122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50434, 48.38122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50366, 48.38122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50299, 48.38123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88313, 48.37939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88246, 48.37939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88178, 48.3794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88111, 48.3794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88043, 48.37941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87976, 48.37941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87436, 48.37945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87368, 48.37946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87301, 48.37946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87233, 48.37947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87166, 48.37947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50502, 48.38167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50434, 48.38167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50366, 48.38167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50299, 48.38168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50231, 48.38168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88382, 48.37983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88179, 48.37985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87504, 48.3799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87437, 48.3799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87369, 48.37991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87301, 48.37991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50434, 48.38212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50367, 48.38212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50299, 48.38213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50232, 48.38213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88788, 48.38025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8872, 48.38025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88653, 48.38026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88585, 48.38026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88315, 48.38029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88112, 48.3803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88045, 48.38031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87977, 48.38031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8791, 48.38032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87842, 48.38032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87775, 48.38033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87707, 48.38033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8764, 48.38034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87572, 48.38034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87505, 48.38035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87437, 48.38035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50435, 48.38257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50367, 48.38257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.503, 48.38258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88856, 48.38069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88788, 48.3807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88721, 48.3807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88653, 48.38071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88586, 48.38071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88451, 48.38072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88383, 48.38073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88316, 48.38074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88248, 48.38074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88181, 48.38075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88113, 48.38075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88046, 48.38076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87978, 48.38076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87911, 48.38077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87843, 48.38077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87776, 48.38078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87708, 48.38078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.87641, 48.38079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88992, 48.38113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88789, 48.38115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88722, 48.38115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88587, 48.38116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88519, 48.38117, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88384, 48.38118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.88925, 48.38159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.8879, 48.3816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47601, 48.38494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47669, 48.38539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47601, 48.38539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47534, 48.38539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47669, 48.38584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47602, 48.38584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47534, 48.38584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47737, 48.38628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4767, 48.38629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47602, 48.38629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47535, 48.38629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47738, 48.38673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4767, 48.38674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47603, 48.38674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47535, 48.38674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47738, 48.38718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47671, 48.38719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47603, 48.38719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47535, 48.38719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47671, 48.38764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47603, 48.38764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47536, 48.38764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47671, 48.38809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47604, 48.38809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47536, 48.38809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47672, 48.38854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47604, 48.38854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47674, 48.39078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48417, 48.3912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4835, 48.39121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48282, 48.39121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47809, 48.39123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47742, 48.39123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47674, 48.39123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47607, 48.39124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.94543, 48.38879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48485, 48.39165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48418, 48.39165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4835, 48.39166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48283, 48.39166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47877, 48.39168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4781, 48.39168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47742, 48.39168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47675, 48.39168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47607, 48.39169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48553, 48.3921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48486, 48.3921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48418, 48.3921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48351, 48.39211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48283, 48.39211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47945, 48.39212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47878, 48.39213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4781, 48.39213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47743, 48.39213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47675, 48.39213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47608, 48.39214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48554, 48.39255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48486, 48.39255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48419, 48.39255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48351, 48.39256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47946, 48.39257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47878, 48.39258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47811, 48.39258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47743, 48.39258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47676, 48.39258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47608, 48.39259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48554, 48.393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48486, 48.393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48419, 48.393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48351, 48.39301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48014, 48.39302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47946, 48.39302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47879, 48.39303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47811, 48.39303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47744, 48.39303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47676, 48.39303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47608, 48.39304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30723, 48.39361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30656, 48.39361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30588, 48.39361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3052, 48.39362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30453, 48.39362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30385, 48.39362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48554, 48.39345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48487, 48.39345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48419, 48.39345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48352, 48.39346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48014, 48.39347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47947, 48.39347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47879, 48.39347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47811, 48.39348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47744, 48.39348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47676, 48.39348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30791, 48.39406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30723, 48.39406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30656, 48.39406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30588, 48.39406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30521, 48.39407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30453, 48.39407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30386, 48.39407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30318, 48.39407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.94818, 48.39101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48555, 48.3939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48487, 48.3939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4842, 48.3939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48015, 48.39392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47947, 48.39392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47879, 48.39392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47812, 48.39393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47744, 48.39393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30859, 48.39451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30791, 48.39451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30724, 48.39451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30656, 48.39451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30588, 48.39451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30386, 48.39452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30318, 48.39452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30251, 48.39452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.94818, 48.39146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48623, 48.39434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48555, 48.39435, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48488, 48.39435, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48015, 48.39437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47947, 48.39437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4788, 48.39437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.47812, 48.39438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30926, 48.39496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30859, 48.39496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30791, 48.39496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30724, 48.39496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30656, 48.39496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30589, 48.39496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30319, 48.39497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30251, 48.39497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30184, 48.39497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.48556, 48.3948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30927, 48.3954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30859, 48.39541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30792, 48.39541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30724, 48.39541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30657, 48.39541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30319, 48.39542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30251, 48.39542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30184, 48.39542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.94955, 48.39235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30927, 48.39585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30859, 48.39586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30792, 48.39586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30724, 48.39586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30387, 48.39587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30319, 48.39587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30252, 48.39587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30184, 48.39587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95091, 48.39279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.94956, 48.3928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.94888, 48.39281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30995, 48.3963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30927, 48.3963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3086, 48.39631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30792, 48.39631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30387, 48.39632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30319, 48.39632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30252, 48.39632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30184, 48.39632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30117, 48.39633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95092, 48.39324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95024, 48.39325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.94957, 48.39325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.94889, 48.39326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30995, 48.39675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30928, 48.39675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3086, 48.39676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30792, 48.39676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3032, 48.39677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30252, 48.39677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30185, 48.39677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30117, 48.39678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95228, 48.39368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.9516, 48.39368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95093, 48.39369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95025, 48.3937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.94958, 48.3937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30995, 48.3972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30928, 48.3972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3086, 48.39721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30793, 48.39721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3032, 48.39722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30252, 48.39722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30185, 48.39722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30117, 48.39723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95431, 48.39411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95364, 48.39412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95296, 48.39412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95229, 48.39413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95161, 48.39413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95094, 48.39414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95026, 48.39415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30996, 48.39765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30928, 48.39765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30861, 48.39766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30793, 48.39766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30388, 48.39767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3032, 48.39767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30253, 48.39767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30185, 48.39767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30118, 48.39768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95567, 48.39455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95432, 48.39456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95365, 48.39457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95297, 48.39457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95229, 48.39458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95162, 48.39458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95094, 48.39459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31063, 48.3981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30996, 48.3981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30928, 48.3981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30861, 48.39811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30793, 48.39811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30726, 48.39811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30388, 48.39812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3032, 48.39812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30253, 48.39812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30185, 48.39812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30118, 48.39813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.95635, 48.39499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31064, 48.39855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30996, 48.39855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30929, 48.39855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30861, 48.39856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30794, 48.39856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30726, 48.39856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30253, 48.39857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30186, 48.39857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30118, 48.39858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30996, 48.399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30929, 48.399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30861, 48.39901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30794, 48.39901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30726, 48.39901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30321, 48.39902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30253, 48.39902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30186, 48.39902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30118, 48.39902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.98676, 48.39564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30997, 48.39945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30929, 48.39945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30862, 48.39946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30794, 48.39946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30727, 48.39946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30659, 48.39946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30321, 48.39947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30254, 48.39947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30186, 48.39947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30119, 48.39947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30997, 48.3999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30929, 48.3999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30862, 48.3999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30794, 48.39991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30727, 48.39991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30659, 48.39991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30592, 48.39991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30322, 48.39992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30254, 48.39992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30186, 48.39992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30119, 48.39992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3093, 48.40035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30862, 48.40035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30795, 48.40036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30727, 48.40036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3066, 48.40036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30389, 48.40037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30322, 48.40037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30254, 48.40037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30187, 48.40037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30119, 48.40037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30052, 48.40038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35321, 48.40068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35253, 48.40068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35186, 48.40068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35118, 48.40068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35051, 48.40068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34983, 48.40069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34916, 48.40069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3093, 48.4008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30862, 48.4008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30795, 48.40081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30727, 48.40081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3066, 48.40081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3039, 48.40082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30322, 48.40082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30255, 48.40082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30187, 48.40082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30119, 48.40082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30052, 48.40083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35389, 48.40112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35321, 48.40113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35254, 48.40113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35186, 48.40113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35119, 48.40113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35051, 48.40113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34983, 48.40114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34916, 48.40114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34848, 48.40114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34781, 48.40114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3093, 48.40125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30863, 48.40125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30795, 48.40126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30728, 48.40126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3066, 48.40126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3039, 48.40127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30322, 48.40127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30255, 48.40127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30187, 48.40127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3012, 48.40127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30052, 48.40128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35389, 48.40157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35322, 48.40158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35254, 48.40158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35186, 48.40158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35119, 48.40158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35051, 48.40158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34984, 48.40159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34916, 48.40159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34849, 48.40159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34781, 48.40159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34714, 48.40159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30863, 48.4017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30795, 48.40171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30728, 48.40171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3066, 48.40171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30593, 48.40171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3039, 48.40172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30323, 48.40172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30255, 48.40172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30187, 48.40172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3012, 48.40172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30052, 48.40173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35389, 48.40202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35322, 48.40203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35254, 48.40203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35187, 48.40203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35119, 48.40203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35052, 48.40203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34984, 48.40204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34917, 48.40204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34849, 48.40204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34781, 48.40204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34714, 48.40204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30863, 48.40215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30796, 48.40216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30728, 48.40216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30661, 48.40216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30593, 48.40216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30526, 48.40216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3039, 48.40217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30255, 48.40217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30188, 48.40217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3012, 48.40217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30053, 48.40218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35322, 48.40248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35255, 48.40248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35187, 48.40248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35119, 48.40248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35052, 48.40248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34984, 48.40249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34917, 48.40249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34849, 48.40249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30864, 48.4026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30796, 48.40261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30728, 48.40261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30661, 48.40261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30593, 48.40261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30526, 48.40261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30458, 48.40261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30391, 48.40262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30323, 48.40262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30256, 48.40262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30188, 48.40262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3012, 48.40262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30053, 48.40263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35255, 48.40293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30864, 48.40305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30796, 48.40306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30729, 48.40306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30661, 48.40306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30594, 48.40306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30526, 48.40306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30459, 48.40306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30391, 48.40307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30323, 48.40307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30256, 48.40307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30188, 48.40307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30121, 48.40307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30053, 48.40308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30864, 48.4035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30797, 48.40351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30729, 48.40351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30661, 48.40351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30594, 48.40351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30526, 48.40351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30391, 48.40352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30324, 48.40352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30256, 48.40352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30189, 48.40352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30121, 48.40352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30053, 48.40352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30864, 48.40395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30797, 48.40396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30729, 48.40396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30662, 48.40396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30594, 48.40396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30527, 48.40396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30391, 48.40397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30324, 48.40397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30256, 48.40397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30189, 48.40397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30121, 48.40397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30054, 48.40397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30865, 48.4044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30797, 48.4044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3073, 48.40441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30662, 48.40441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30594, 48.40441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30527, 48.40441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30257, 48.40442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30189, 48.40442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30122, 48.40442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30054, 48.40442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38769, 48.40461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36878, 48.40468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3681, 48.40468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36742, 48.40468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32486, 48.40481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32419, 48.40481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30932, 48.40485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30865, 48.40485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30797, 48.40485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3073, 48.40486, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30662, 48.40486, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30595, 48.40486, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3046, 48.40486, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30392, 48.40487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30324, 48.40487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30257, 48.40487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30189, 48.40487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30122, 48.40487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30054, 48.40487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38837, 48.40506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38769, 48.40506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38702, 48.40507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38634, 48.40507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37013, 48.40512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36945, 48.40512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36878, 48.40513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3681, 48.40513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36743, 48.40513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36675, 48.40513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32622, 48.40525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32554, 48.40526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32487, 48.40526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32419, 48.40526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32351, 48.40526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30933, 48.4053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30865, 48.4053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30798, 48.4053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30392, 48.40532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30325, 48.40532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30257, 48.40532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3019, 48.40532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30122, 48.40532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30055, 48.40532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38905, 48.40551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38837, 48.40551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3877, 48.40551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38702, 48.40552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38635, 48.40552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38567, 48.40552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37216, 48.40556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37148, 48.40557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37081, 48.40557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37013, 48.40557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36946, 48.40557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36878, 48.40558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36811, 48.40558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36743, 48.40558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36675, 48.40558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33568, 48.40568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.335, 48.40568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33433, 48.40568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33365, 48.40568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3269, 48.4057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32622, 48.4057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32554, 48.40571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32487, 48.40571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32419, 48.40571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32352, 48.40571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30933, 48.40575, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30865, 48.40575, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30798, 48.40575, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3073, 48.40576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30663, 48.40576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30595, 48.40576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30528, 48.40576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3046, 48.40576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30393, 48.40577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30325, 48.40577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30257, 48.40577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3019, 48.40577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30122, 48.40577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30055, 48.40577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38973, 48.40596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38905, 48.40596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38838, 48.40596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3877, 48.40596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38703, 48.40597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38635, 48.40597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38567, 48.40597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.385, 48.40597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37419, 48.40601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37351, 48.40601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37284, 48.40601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37216, 48.40601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37149, 48.40602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37081, 48.40602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37014, 48.40602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36946, 48.40602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36878, 48.40603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36811, 48.40603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36743, 48.40603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36676, 48.40603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33703, 48.40612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33636, 48.40612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33568, 48.40613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33501, 48.40613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33433, 48.40613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33365, 48.40613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33298, 48.40613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3323, 48.40614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33163, 48.40614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33095, 48.40614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33028, 48.40614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3296, 48.40614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32893, 48.40615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32825, 48.40615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32757, 48.40615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3269, 48.40615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32622, 48.40615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32555, 48.40616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32487, 48.40616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3242, 48.40616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31001, 48.4062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30933, 48.4062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30866, 48.4062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30798, 48.4062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30731, 48.40621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30663, 48.40621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30596, 48.40621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3046, 48.40621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30393, 48.40622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30325, 48.40622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30258, 48.40622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3019, 48.40622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30123, 48.40622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39041, 48.4064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38973, 48.40641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38906, 48.40641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38838, 48.40641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3877, 48.40641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38703, 48.40642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38635, 48.40642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38568, 48.40642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.385, 48.40642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37554, 48.40645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37487, 48.40646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37419, 48.40646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37352, 48.40646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37284, 48.40646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37217, 48.40646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37149, 48.40647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37081, 48.40647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37014, 48.40647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36946, 48.40647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36879, 48.40648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36811, 48.40648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36744, 48.40648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36676, 48.40648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33771, 48.40657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33704, 48.40657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33636, 48.40657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33568, 48.40658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33501, 48.40658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33433, 48.40658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33366, 48.40658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33298, 48.40658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33231, 48.40659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33163, 48.40659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33095, 48.40659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33028, 48.40659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3296, 48.40659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32893, 48.4066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32825, 48.4066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32758, 48.4066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3269, 48.4066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32623, 48.4066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32555, 48.40661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32487, 48.40661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31001, 48.40665, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30934, 48.40665, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30866, 48.40665, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30798, 48.40665, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30731, 48.40666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30663, 48.40666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30596, 48.40666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30528, 48.40666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30461, 48.40666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30393, 48.40666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30326, 48.40667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30258, 48.40667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3019, 48.40667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30123, 48.40667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39109, 48.40685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39041, 48.40685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38973, 48.40686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38906, 48.40686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38838, 48.40686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38771, 48.40686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38703, 48.40687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38636, 48.40687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38568, 48.40687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38501, 48.40687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37622, 48.4069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37555, 48.4069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37487, 48.40691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3742, 48.40691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37352, 48.40691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37285, 48.40691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37217, 48.40691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37149, 48.40692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37082, 48.40692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37014, 48.40692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36947, 48.40692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36879, 48.40693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36812, 48.40693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36744, 48.40693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33907, 48.40702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33839, 48.40702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33771, 48.40702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33704, 48.40702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33636, 48.40702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33569, 48.40703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33501, 48.40703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33434, 48.40703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33366, 48.40703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33298, 48.40703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33231, 48.40704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33163, 48.40704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33096, 48.40704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33028, 48.40704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32961, 48.40704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32893, 48.40705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32826, 48.40705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32758, 48.40705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3269, 48.40705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32623, 48.40705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32555, 48.40706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31001, 48.4071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30934, 48.4071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30866, 48.4071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30799, 48.4071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30731, 48.40711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30664, 48.40711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30596, 48.40711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30528, 48.40711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30461, 48.40711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30393, 48.40711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30326, 48.40712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30258, 48.40712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39109, 48.4073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39041, 48.4073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38974, 48.40731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38906, 48.40731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38839, 48.40731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38771, 48.40731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38704, 48.40731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38636, 48.40732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38568, 48.40732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3769, 48.40735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37623, 48.40735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37555, 48.40735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37488, 48.40736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3742, 48.40736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37352, 48.40736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37285, 48.40736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37217, 48.40736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3715, 48.40737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37082, 48.40737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37015, 48.40737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36947, 48.40737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36879, 48.40737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36812, 48.40738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33974, 48.40746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33907, 48.40747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33839, 48.40747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33772, 48.40747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33704, 48.40747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33637, 48.40747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33569, 48.40748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33501, 48.40748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33434, 48.40748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33366, 48.40748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33299, 48.40748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33231, 48.40749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33164, 48.40749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33096, 48.40749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33029, 48.40749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32961, 48.40749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32893, 48.4075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32826, 48.4075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32758, 48.4075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32691, 48.4075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32623, 48.4075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31069, 48.40755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31002, 48.40755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30934, 48.40755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30867, 48.40755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30799, 48.40755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30731, 48.40756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30664, 48.40756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30596, 48.40756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30529, 48.40756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29988, 48.40758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29921, 48.40758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29853, 48.40758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29786, 48.40758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29718, 48.40758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2965, 48.40758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29583, 48.40759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29515, 48.40759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29448, 48.40759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2938, 48.40759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39109, 48.40775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39042, 48.40775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38974, 48.40776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38907, 48.40776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38839, 48.40776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38771, 48.40776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38704, 48.40776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37826, 48.40779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37758, 48.4078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37691, 48.4078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37623, 48.4078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37555, 48.4078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37488, 48.40781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3742, 48.40781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37353, 48.40781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37285, 48.40781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37218, 48.40781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3715, 48.40782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37082, 48.40782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37015, 48.40782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36947, 48.40782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3688, 48.40782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34042, 48.40791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33975, 48.40791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33907, 48.40792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3384, 48.40792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33772, 48.40792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33704, 48.40792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33637, 48.40792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33569, 48.40793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33502, 48.40793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33434, 48.40793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33029, 48.40794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32961, 48.40794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32894, 48.40795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32826, 48.40795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32759, 48.40795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32691, 48.40795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31002, 48.408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30934, 48.408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30867, 48.408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30799, 48.408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30732, 48.40801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30664, 48.40801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30597, 48.40801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30056, 48.40802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29989, 48.40802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29921, 48.40803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29853, 48.40803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29786, 48.40803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29718, 48.40803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29651, 48.40803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29583, 48.40804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29516, 48.40804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29448, 48.40804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2938, 48.40804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29313, 48.40804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37894, 48.40824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37826, 48.40824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37758, 48.40825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37691, 48.40825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37623, 48.40825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37556, 48.40825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37488, 48.40825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37421, 48.40826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34043, 48.40836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33975, 48.40836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33907, 48.40837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3384, 48.40837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33772, 48.40837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33705, 48.40837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32962, 48.40839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32894, 48.4084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32826, 48.4084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32759, 48.4084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32691, 48.4084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31002, 48.40845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30935, 48.40845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30867, 48.40845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.308, 48.40845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30732, 48.40846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30664, 48.40846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30056, 48.40847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29989, 48.40847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29921, 48.40848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29854, 48.40848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29786, 48.40848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29719, 48.40848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29651, 48.40848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29583, 48.40849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29516, 48.40849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29448, 48.40849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29381, 48.40849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29313, 48.40849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29246, 48.40849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37961, 48.40869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37894, 48.40869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37826, 48.40869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37759, 48.4087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37691, 48.4087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37624, 48.4087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37556, 48.4087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33975, 48.40881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33908, 48.40882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3384, 48.40882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33773, 48.40882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33705, 48.40882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32962, 48.40884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32894, 48.40885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32827, 48.40885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32759, 48.40885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30935, 48.4089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30867, 48.4089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.308, 48.4089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30732, 48.4089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30124, 48.40892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30057, 48.40892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29989, 48.40892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29922, 48.40893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29854, 48.40893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29786, 48.40893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29719, 48.40893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29651, 48.40893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29584, 48.40894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29516, 48.40894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29449, 48.40894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29381, 48.40894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29313, 48.40894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29246, 48.40894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38029, 48.40914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37962, 48.40914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37894, 48.40914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37827, 48.40914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37759, 48.40915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33976, 48.40926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33908, 48.40927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3384, 48.40927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32827, 48.4093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30124, 48.40937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30057, 48.40937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29989, 48.40937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29922, 48.40938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29854, 48.40938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29787, 48.40938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29719, 48.40938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29652, 48.40938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29584, 48.40938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29516, 48.40939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29449, 48.40939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29381, 48.40939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29314, 48.40939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29246, 48.40939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29179, 48.4094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.99507, 48.40591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38097, 48.40958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3803, 48.40959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37962, 48.40959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37895, 48.40959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37827, 48.40959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30125, 48.40982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30057, 48.40982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2999, 48.40982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29922, 48.40983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29854, 48.40983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29787, 48.40983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29719, 48.40983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29652, 48.40983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29584, 48.40983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29517, 48.40984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29449, 48.40984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29382, 48.40984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29314, 48.40984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29246, 48.40984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29179, 48.40985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.99575, 48.40636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38233, 48.41003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38165, 48.41003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38098, 48.41003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3803, 48.41004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37962, 48.41004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37895, 48.41004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29787, 48.41028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2972, 48.41028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29652, 48.41028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29584, 48.41028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29517, 48.41029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29449, 48.41029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29382, 48.41029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29314, 48.41029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29247, 48.41029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29179, 48.41029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38301, 48.41048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38233, 48.41048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38165, 48.41048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38098, 48.41048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3803, 48.41049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37963, 48.41049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37895, 48.41049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29652, 48.41073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29585, 48.41073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29517, 48.41074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2945, 48.41074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29382, 48.41074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29314, 48.41074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29247, 48.41074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29179, 48.41074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.99915, 48.40723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38369, 48.41092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38301, 48.41093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38233, 48.41093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38166, 48.41093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38098, 48.41093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38031, 48.41094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37963, 48.41094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37896, 48.41094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29382, 48.41119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29315, 48.41119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29247, 48.41119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2918, 48.41119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38504, 48.41137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38436, 48.41137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38369, 48.41137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38301, 48.41138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38234, 48.41138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38166, 48.41138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38099, 48.41138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38031, 48.41139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37963, 48.41139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29315, 48.41164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29247, 48.41164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2918, 48.41164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38639, 48.41182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38572, 48.41182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38504, 48.41182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38437, 48.41182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38369, 48.41182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38302, 48.41183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38234, 48.41183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38166, 48.41183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38099, 48.41183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38031, 48.41184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37964, 48.41184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29315, 48.41209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29248, 48.41209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2918, 48.41209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39451, 48.41224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39383, 48.41224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39315, 48.41224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39248, 48.41224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3918, 48.41225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39113, 48.41225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39045, 48.41225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38978, 48.41225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3891, 48.41226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38842, 48.41226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38775, 48.41226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38707, 48.41226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3864, 48.41227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38572, 48.41227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38505, 48.41227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38437, 48.41227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3837, 48.41227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38302, 48.41228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38234, 48.41228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38167, 48.41228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38099, 48.41228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38032, 48.41229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29316, 48.41254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29248, 48.41254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2918, 48.41254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39519, 48.41269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39451, 48.41269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39383, 48.41269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39316, 48.41269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38978, 48.4127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3891, 48.41271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38843, 48.41271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38775, 48.41271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38708, 48.41271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3864, 48.41272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38573, 48.41272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38505, 48.41272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38437, 48.41272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3837, 48.41272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38302, 48.41273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38235, 48.41273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38167, 48.41273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29316, 48.41299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29248, 48.41299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29181, 48.41299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.01, 48.40938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.00933, 48.40939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39519, 48.41314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39451, 48.41314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39384, 48.41314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38776, 48.41316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38708, 48.41316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3864, 48.41316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38573, 48.41317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38505, 48.41317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38438, 48.41317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3837, 48.41317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38303, 48.41318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29316, 48.41344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29248, 48.41344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29181, 48.41344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38641, 48.41361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38573, 48.41362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38506, 48.41362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38438, 48.41362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38371, 48.41362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29316, 48.41389, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29249, 48.41389, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29181, 48.41389, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38438, 48.41407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29384, 48.41434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29317, 48.41434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29249, 48.41434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26343, 48.41441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26276, 48.41441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26208, 48.41441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24046, 48.41446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23978, 48.41446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23911, 48.41446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41277, 48.41442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41209, 48.41443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41142, 48.41443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41074, 48.41443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29452, 48.41479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29384, 48.41479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29317, 48.41479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29249, 48.41479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26411, 48.41486, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26344, 48.41486, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26276, 48.41486, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26209, 48.41486, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26141, 48.41487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26073, 48.41487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26006, 48.41487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24114, 48.41491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24046, 48.41491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23979, 48.41491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23911, 48.41491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23844, 48.41492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.01747, 48.41111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.01679, 48.41112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41412, 48.41487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41345, 48.41487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41277, 48.41487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41209, 48.41488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41142, 48.41488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41074, 48.41488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41007, 48.41488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40939, 48.41488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40872, 48.41489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40804, 48.41489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40737, 48.41489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40669, 48.41489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40601, 48.4149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2952, 48.41523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29452, 48.41524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29385, 48.41524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29317, 48.41524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29249, 48.41524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26411, 48.41531, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26344, 48.41531, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26276, 48.41531, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26209, 48.41531, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26141, 48.41532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26074, 48.41532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26006, 48.41532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25938, 48.41532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25871, 48.41532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24182, 48.41536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24114, 48.41536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24046, 48.41536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23979, 48.41536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23911, 48.41536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23844, 48.41537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23776, 48.41537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23506, 48.41537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23438, 48.41537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23371, 48.41538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23303, 48.41538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.01815, 48.41156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4148, 48.41532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41413, 48.41532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41345, 48.41532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41277, 48.41532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4121, 48.41532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41142, 48.41533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41075, 48.41533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41007, 48.41533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4094, 48.41533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40872, 48.41534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40804, 48.41534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40737, 48.41534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40669, 48.41534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40602, 48.41535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40534, 48.41535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40467, 48.41535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2952, 48.41568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29452, 48.41569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29385, 48.41569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29317, 48.41569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2925, 48.41569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26412, 48.41576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26344, 48.41576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26277, 48.41576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26209, 48.41576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26141, 48.41577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26074, 48.41577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26006, 48.41577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25939, 48.41577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25871, 48.41577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25804, 48.41577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24249, 48.41581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24182, 48.41581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24114, 48.41581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24047, 48.41581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23979, 48.41581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23912, 48.41581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23844, 48.41582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23776, 48.41582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23709, 48.41582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23641, 48.41582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23574, 48.41582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23506, 48.41582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23439, 48.41582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23371, 48.41583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23303, 48.41583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23236, 48.41583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0283, 48.41192, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.01884, 48.412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41548, 48.41576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41481, 48.41576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41413, 48.41577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41345, 48.41577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41278, 48.41577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4121, 48.41577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41143, 48.41578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41075, 48.41578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41008, 48.41578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4094, 48.41578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40872, 48.41579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40805, 48.41579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40737, 48.41579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4067, 48.41579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40602, 48.4158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40535, 48.4158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40467, 48.4158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40399, 48.4158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40332, 48.41581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40264, 48.41581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29588, 48.41613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2952, 48.41613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29453, 48.41614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29385, 48.41614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29318, 48.41614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2925, 48.41614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26412, 48.41621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26344, 48.41621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26277, 48.41621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26209, 48.41621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26142, 48.41622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26074, 48.41622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26007, 48.41622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25939, 48.41622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25871, 48.41622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25804, 48.41622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25736, 48.41622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25669, 48.41623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25601, 48.41623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25534, 48.41623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25466, 48.41623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25398, 48.41623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24317, 48.41626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2425, 48.41626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24182, 48.41626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24114, 48.41626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24047, 48.41626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23979, 48.41626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23912, 48.41626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23844, 48.41627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23777, 48.41627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23709, 48.41627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23641, 48.41627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23574, 48.41627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23506, 48.41627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23439, 48.41627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23371, 48.41628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23304, 48.41628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23236, 48.41628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23168, 48.41628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.02087, 48.41243, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41616, 48.41621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41548, 48.41621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41481, 48.41621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41413, 48.41622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41346, 48.41622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41278, 48.41622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41211, 48.41622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41143, 48.41623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41075, 48.41623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41008, 48.41623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4094, 48.41623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40873, 48.41624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40805, 48.41624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40738, 48.41624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4067, 48.41624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40602, 48.41625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40535, 48.41625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40467, 48.41625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.404, 48.41625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40332, 48.41626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40265, 48.41626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40197, 48.41626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29588, 48.41658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29521, 48.41658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29453, 48.41659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29385, 48.41659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29318, 48.41659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2925, 48.41659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26345, 48.41666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26277, 48.41666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26209, 48.41666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26142, 48.41667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26074, 48.41667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26007, 48.41667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25939, 48.41667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25872, 48.41667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25804, 48.41667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25736, 48.41667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25669, 48.41668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25601, 48.41668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25534, 48.41668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25466, 48.41668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25399, 48.41668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25331, 48.41668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24317, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2425, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24182, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24115, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24047, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2398, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23912, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23844, 48.41672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23777, 48.41672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23709, 48.41672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23642, 48.41672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23574, 48.41672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23507, 48.41672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23439, 48.41672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23371, 48.41673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23304, 48.41673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23236, 48.41673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23169, 48.41673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23101, 48.41673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03102, 48.41279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.02291, 48.41287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.02156, 48.41288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41684, 48.41666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41616, 48.41666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41549, 48.41666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41481, 48.41666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41414, 48.41667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41346, 48.41667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41279, 48.41667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41211, 48.41667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41143, 48.41668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41076, 48.41668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40941, 48.41668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40873, 48.41669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40806, 48.41669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40738, 48.41669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4067, 48.41669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40603, 48.4167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40535, 48.4167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40468, 48.4167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.404, 48.4167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40333, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40265, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40197, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4013, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40062, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39995, 48.41672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29588, 48.41703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29521, 48.41703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29453, 48.41704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29386, 48.41704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29318, 48.41704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26277, 48.41711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2621, 48.41711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26142, 48.41712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26075, 48.41712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26007, 48.41712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25939, 48.41712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25872, 48.41712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25804, 48.41712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25737, 48.41712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25669, 48.41713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25602, 48.41713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25534, 48.41713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25466, 48.41713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25399, 48.41713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25331, 48.41713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25264, 48.41713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24385, 48.41715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24318, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2425, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24182, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24115, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24047, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2398, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23912, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23845, 48.41717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23777, 48.41717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23709, 48.41717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23642, 48.41717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23574, 48.41717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23507, 48.41717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23439, 48.41717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23372, 48.41717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23304, 48.41718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23236, 48.41718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23169, 48.41718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23101, 48.41718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03238, 48.41323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0317, 48.41324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03103, 48.41324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03035, 48.41325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41752, 48.4171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41684, 48.41711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41617, 48.41711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41549, 48.41711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41482, 48.41711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41414, 48.41712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41346, 48.41712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41279, 48.41712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41211, 48.41712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41144, 48.41713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40806, 48.41714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40738, 48.41714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40671, 48.41714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40603, 48.41715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40536, 48.41715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40468, 48.41715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.404, 48.41715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40333, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40265, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40198, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4013, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40063, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39995, 48.41717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39927, 48.41717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29589, 48.41748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29521, 48.41748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29453, 48.41749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29386, 48.41749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29318, 48.41749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26277, 48.41756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2621, 48.41756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26142, 48.41757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26075, 48.41757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26007, 48.41757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2594, 48.41757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25872, 48.41757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25804, 48.41757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25737, 48.41757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25669, 48.41758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25602, 48.41758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25534, 48.41758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25467, 48.41758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25399, 48.41758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25331, 48.41758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25264, 48.41758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25196, 48.41759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24453, 48.4176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24385, 48.4176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24318, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2425, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24183, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24115, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24048, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2398, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23912, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23845, 48.41762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2371, 48.41762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23642, 48.41762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23575, 48.41762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23507, 48.41762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23439, 48.41762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23372, 48.41762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23304, 48.41763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23237, 48.41763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23169, 48.41763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23101, 48.41763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23034, 48.41763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03171, 48.41369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.02428, 48.41375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41752, 48.41755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41685, 48.41756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41617, 48.41756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4155, 48.41756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41482, 48.41756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41414, 48.41757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41347, 48.41757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41279, 48.41757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41212, 48.41757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41144, 48.41758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40671, 48.41759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40604, 48.4176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40536, 48.4176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40468, 48.4176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40401, 48.4176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40333, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40266, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40198, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4013, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40063, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39995, 48.41762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39928, 48.41762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3986, 48.41762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39793, 48.41762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29521, 48.41793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29454, 48.41793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29386, 48.41794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2621, 48.41801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26143, 48.41801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26075, 48.41802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26007, 48.41802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2594, 48.41802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25872, 48.41802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25805, 48.41802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25737, 48.41802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2567, 48.41803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25602, 48.41803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25534, 48.41803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25467, 48.41803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25399, 48.41803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25332, 48.41803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25264, 48.41803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25197, 48.41804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24521, 48.41805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24453, 48.41805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24386, 48.41805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24318, 48.41805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2425, 48.41806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24183, 48.41806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24115, 48.41806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24048, 48.41806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2398, 48.41806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23913, 48.41806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23642, 48.41807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23575, 48.41807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23507, 48.41807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2344, 48.41807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23372, 48.41807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23304, 48.41808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23237, 48.41808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23169, 48.41808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23102, 48.41808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23034, 48.41808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22967, 48.41808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04861, 48.41398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04793, 48.41399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04726, 48.414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03172, 48.41414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03037, 48.41415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.02767, 48.41417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.02699, 48.41418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4182, 48.418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41753, 48.418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41685, 48.41801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41617, 48.41801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4155, 48.41801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41482, 48.41801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41415, 48.41802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41347, 48.41802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4128, 48.41802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41212, 48.41802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40266, 48.41806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40131, 48.41806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40063, 48.41806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39996, 48.41807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39928, 48.41807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39861, 48.41807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39793, 48.41807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39725, 48.41808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39658, 48.41808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2621, 48.41846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26143, 48.41846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26075, 48.41847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26008, 48.41847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2594, 48.41847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25873, 48.41847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25805, 48.41847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25737, 48.41847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2567, 48.41848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25602, 48.41848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25535, 48.41848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25467, 48.41848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25399, 48.41848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25332, 48.41848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25264, 48.41848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24589, 48.4185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24521, 48.4185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24453, 48.4185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24386, 48.4185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24318, 48.4185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24251, 48.41851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24183, 48.41851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24048, 48.41851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2398, 48.41851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23575, 48.41852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23507, 48.41852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2344, 48.41852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23372, 48.41852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23305, 48.41853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23237, 48.41853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23169, 48.41853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23102, 48.41853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23034, 48.41853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22967, 48.41853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05267, 48.4144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.052, 48.4144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05132, 48.41441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05064, 48.41441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04997, 48.41442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04929, 48.41443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04862, 48.41443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04794, 48.41444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04727, 48.41445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04659, 48.41445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04592, 48.41446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04524, 48.41446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04456, 48.41447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04389, 48.41448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04321, 48.41448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04254, 48.41449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03308, 48.41457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0324, 48.41458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03105, 48.41459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41888, 48.41845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41821, 48.41845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41753, 48.41845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41685, 48.41846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41618, 48.41846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41483, 48.41846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41415, 48.41847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41348, 48.41847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4128, 48.41847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41212, 48.41847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40131, 48.41851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40064, 48.41851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39996, 48.41852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39928, 48.41852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39861, 48.41852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39793, 48.41852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39726, 48.41853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39658, 48.41853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39591, 48.41853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28846, 48.41885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28779, 48.41885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26143, 48.41891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26075, 48.41892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26008, 48.41892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2594, 48.41892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25873, 48.41892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25805, 48.41892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25738, 48.41892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2567, 48.41893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25602, 48.41893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25535, 48.41893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25467, 48.41893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.254, 48.41893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25332, 48.41893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24724, 48.41895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24656, 48.41895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24589, 48.41895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24521, 48.41895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24454, 48.41895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24386, 48.41895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24318, 48.41895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24251, 48.41896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23575, 48.41897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23508, 48.41897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2344, 48.41897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23372, 48.41897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23305, 48.41898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23237, 48.41898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2317, 48.41898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23102, 48.41898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23035, 48.41898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22967, 48.41898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22899, 48.41898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05471, 48.41483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05403, 48.41483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05336, 48.41484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05268, 48.41485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05201, 48.41485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05133, 48.41486, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05065, 48.41486, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04998, 48.41487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0493, 48.41488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04863, 48.41488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04795, 48.41489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04728, 48.4149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0466, 48.4149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04592, 48.41491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04525, 48.41491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04457, 48.41492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0439, 48.41493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04322, 48.41493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04255, 48.41494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04187, 48.41494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41889, 48.4189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41821, 48.4189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41753, 48.4189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41686, 48.41891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41618, 48.41891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41551, 48.41891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41483, 48.41891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41415, 48.41892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41348, 48.41892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4128, 48.41892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40132, 48.41896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40064, 48.41896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39996, 48.41897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39929, 48.41897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39861, 48.41897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39794, 48.41897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39726, 48.41898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39659, 48.41898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39591, 48.41898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39523, 48.41898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28914, 48.4193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28846, 48.4193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28779, 48.4193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28711, 48.4193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26076, 48.41937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26008, 48.41937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25941, 48.41937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25873, 48.41937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25805, 48.41937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25738, 48.41937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24792, 48.41939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24724, 48.4194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24657, 48.4194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24589, 48.4194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24521, 48.4194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24454, 48.4194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24386, 48.4194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24319, 48.4194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23575, 48.41942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23508, 48.41942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2344, 48.41942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23373, 48.41942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23305, 48.41943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23237, 48.41943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2317, 48.41943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23102, 48.41943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23035, 48.41943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22967, 48.41943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.229, 48.41943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05539, 48.41527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05472, 48.41528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05404, 48.41528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05337, 48.41529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05269, 48.4153, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05201, 48.4153, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05134, 48.41531, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05066, 48.41531, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04999, 48.41532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04931, 48.41533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04864, 48.41533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04796, 48.41534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04729, 48.41535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04661, 48.41535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04593, 48.41536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04526, 48.41536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04458, 48.41537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04391, 48.41538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04323, 48.41538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04256, 48.41539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04188, 48.41539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41956, 48.41935, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41889, 48.41935, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41821, 48.41935, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41754, 48.41935, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41686, 48.41936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41619, 48.41936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41483, 48.41936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41416, 48.41937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41348, 48.41937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40064, 48.41941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39997, 48.41942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39929, 48.41942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39659, 48.41943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39591, 48.41943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39524, 48.41943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39456, 48.41943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28914, 48.41975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28847, 48.41975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28779, 48.41975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28711, 48.41975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2486, 48.41984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24792, 48.41984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24724, 48.41985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24657, 48.41985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24589, 48.41985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24522, 48.41985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24454, 48.41985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24386, 48.41985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24319, 48.41985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23576, 48.41987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23508, 48.41987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2344, 48.41987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23373, 48.41987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23305, 48.41988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23238, 48.41988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2317, 48.41988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23103, 48.41988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23035, 48.41988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22967, 48.41988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.229, 48.41988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22832, 48.41988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05608, 48.41571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0554, 48.41572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05473, 48.41573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05405, 48.41573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05337, 48.41574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0527, 48.41575, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05202, 48.41575, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05135, 48.41576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05067, 48.41576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05, 48.41577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04932, 48.41578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04865, 48.41578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04797, 48.41579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04729, 48.41579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04662, 48.4158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04594, 48.41581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04527, 48.41581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04459, 48.41582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04392, 48.41583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04324, 48.41583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04257, 48.41584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04189, 48.41584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03378, 48.41592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03311, 48.41592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03243, 48.41593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41957, 48.4198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41889, 48.4198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41822, 48.4198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41754, 48.4198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41687, 48.41981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41619, 48.41981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41551, 48.41981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41484, 48.41981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39592, 48.41988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39524, 48.41988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39457, 48.41988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39389, 48.41989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28914, 48.4202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28847, 48.4202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28779, 48.4202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28712, 48.4202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28644, 48.4202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2486, 48.42029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24792, 48.42029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24725, 48.4203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24657, 48.4203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24589, 48.4203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24522, 48.4203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24454, 48.4203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24387, 48.4203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23576, 48.42032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23508, 48.42032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23441, 48.42032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23373, 48.42032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23305, 48.42033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23238, 48.42033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2317, 48.42033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23103, 48.42033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23035, 48.42033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22968, 48.42033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.229, 48.42033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22832, 48.42033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05676, 48.41616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05609, 48.41616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05541, 48.41617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05474, 48.41618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05406, 48.41618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05338, 48.41619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05271, 48.4162, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05203, 48.4162, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05136, 48.41621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05068, 48.41621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05001, 48.41622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04933, 48.41623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04865, 48.41623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04798, 48.41624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0473, 48.41624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04663, 48.41625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04595, 48.41626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04528, 48.41626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0446, 48.41627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04393, 48.41628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04325, 48.41628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04257, 48.41629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03379, 48.41637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42092, 48.42024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42025, 48.42024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41957, 48.42025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4189, 48.42025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41822, 48.42025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41754, 48.42025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41687, 48.42026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41619, 48.42026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39592, 48.42033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39524, 48.42033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39457, 48.42033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39389, 48.42034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28982, 48.42065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28915, 48.42065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28847, 48.42065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2878, 48.42065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28712, 48.42065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24928, 48.42074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2486, 48.42074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24792, 48.42074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24725, 48.42075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24657, 48.42075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2459, 48.42075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24522, 48.42075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24454, 48.42075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23576, 48.42077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23508, 48.42077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23441, 48.42077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23373, 48.42077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23306, 48.42077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23238, 48.42078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2317, 48.42078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23103, 48.42078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23035, 48.42078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22968, 48.42078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.229, 48.42078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0561, 48.41661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05542, 48.41662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05474, 48.41663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05407, 48.41663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05339, 48.41664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05272, 48.41665, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05204, 48.41665, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05137, 48.41666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05069, 48.41666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05002, 48.41667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04934, 48.41668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04866, 48.41668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04799, 48.41669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04731, 48.41669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04664, 48.4167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04596, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04529, 48.41671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04461, 48.41672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04393, 48.41673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04326, 48.41673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42228, 48.42069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4216, 48.42069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42093, 48.42069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42025, 48.42069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41958, 48.4207, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4189, 48.4207, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41822, 48.4207, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39592, 48.42078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39525, 48.42078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39457, 48.42078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3939, 48.42079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39322, 48.42079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2905, 48.42109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28983, 48.4211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28915, 48.4211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28847, 48.4211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2878, 48.4211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28712, 48.4211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24995, 48.42119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24928, 48.42119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2486, 48.42119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24793, 48.42119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24725, 48.4212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24657, 48.4212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2459, 48.4212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24522, 48.4212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23576, 48.42122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23509, 48.42122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23441, 48.42122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23373, 48.42122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23306, 48.42122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23238, 48.42123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23171, 48.42123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23103, 48.42123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23036, 48.42123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22968, 48.42123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05611, 48.41706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05543, 48.41707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05475, 48.41708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05408, 48.41708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0534, 48.41709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05273, 48.41709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05205, 48.4171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05138, 48.41711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0507, 48.41711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05002, 48.41712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04935, 48.41713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04867, 48.41713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.048, 48.41714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04732, 48.41714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04665, 48.41715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04597, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0453, 48.41716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03719, 48.41724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42431, 48.42113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42363, 48.42113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42296, 48.42113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42228, 48.42114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42161, 48.42114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42093, 48.42114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42026, 48.42114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41958, 48.42115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4189, 48.42115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39593, 48.42123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39525, 48.42123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39458, 48.42123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3939, 48.42124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39322, 48.42124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2905, 48.42154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28983, 48.42155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28915, 48.42155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28848, 48.42155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2878, 48.42155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25063, 48.42164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24996, 48.42164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24928, 48.42164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2486, 48.42164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24793, 48.42164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24725, 48.42164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24658, 48.42165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2459, 48.42165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23576, 48.42167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23509, 48.42167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23441, 48.42167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23374, 48.42167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23306, 48.42167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05544, 48.41752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05476, 48.41753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05409, 48.41753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05341, 48.41754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05274, 48.41754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05206, 48.41755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05139, 48.41756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05071, 48.41756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05003, 48.41757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04936, 48.41758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04868, 48.41758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04801, 48.41759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04733, 48.41759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04666, 48.4176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04598, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0453, 48.41761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4331, 48.42155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43242, 48.42155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43175, 48.42155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43107, 48.42155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4304, 48.42156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42972, 48.42156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42567, 48.42157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42499, 48.42158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42431, 48.42158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42364, 48.42158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42296, 48.42158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42229, 48.42159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42161, 48.42159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42093, 48.42159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42026, 48.42159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39593, 48.42168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39525, 48.42168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39458, 48.42168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3939, 48.42169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39323, 48.42169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39255, 48.42169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29051, 48.42199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28983, 48.422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28915, 48.422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28848, 48.422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2878, 48.422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25131, 48.42209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25063, 48.42209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24996, 48.42209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24928, 48.42209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24861, 48.42209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24793, 48.42209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24725, 48.42209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24658, 48.4221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23509, 48.42212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23441, 48.42212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23374, 48.42212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05545, 48.41797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05477, 48.41798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0541, 48.41798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05342, 48.41799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05275, 48.41799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05207, 48.418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05139, 48.41801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05072, 48.41801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05004, 48.41802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04937, 48.41803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04734, 48.41804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04329, 48.41808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.03585, 48.41815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43445, 48.42199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43378, 48.42199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4331, 48.422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43243, 48.422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43175, 48.422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43108, 48.422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4304, 48.42201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42972, 48.42201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42905, 48.42201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42837, 48.42201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4277, 48.42202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42702, 48.42202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42634, 48.42202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42567, 48.42202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42499, 48.42203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42432, 48.42203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42364, 48.42203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42297, 48.42203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42229, 48.42204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42161, 48.42204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42094, 48.42204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39593, 48.42213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39526, 48.42213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39458, 48.42213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39391, 48.42214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39323, 48.42214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39256, 48.42214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29051, 48.42244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28983, 48.42245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28916, 48.42245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28848, 48.42245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28781, 48.42245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25199, 48.42253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25131, 48.42254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25064, 48.42254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24996, 48.42254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24928, 48.42254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24861, 48.42254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24793, 48.42254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24726, 48.42254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05748, 48.4184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05613, 48.41841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05073, 48.41846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43581, 48.42243, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43513, 48.42244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43446, 48.42244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43378, 48.42244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43311, 48.42244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43243, 48.42245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43175, 48.42245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43108, 48.42245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4304, 48.42246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42973, 48.42246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42905, 48.42246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42838, 48.42246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4277, 48.42247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42702, 48.42247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42635, 48.42247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42567, 48.42247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.425, 48.42248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42432, 48.42248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42365, 48.42248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42297, 48.42248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42229, 48.42249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42162, 48.42249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42094, 48.42249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39594, 48.42258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39526, 48.42258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39459, 48.42258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39391, 48.42259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39323, 48.42259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39256, 48.42259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39188, 48.42259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29051, 48.42289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28984, 48.42289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28848, 48.4229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28781, 48.4229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25199, 48.42298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25131, 48.42299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25064, 48.42299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24996, 48.42299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24929, 48.42299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24861, 48.42299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05952, 48.41883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05547, 48.41887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05479, 48.41888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04195, 48.41899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43717, 48.42288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43649, 48.42288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43581, 48.42288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43514, 48.42289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43446, 48.42289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43379, 48.42289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43311, 48.42289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43243, 48.4229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43176, 48.4229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43108, 48.4229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43041, 48.4229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42973, 48.42291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42906, 48.42291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42838, 48.42291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4277, 48.42291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42703, 48.42292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42635, 48.42292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42568, 48.42292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.425, 48.42292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42432, 48.42293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42365, 48.42293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42297, 48.42293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4223, 48.42293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42162, 48.42294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39324, 48.42304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39256, 48.42304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39189, 48.42304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29592, 48.42333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29524, 48.42333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29457, 48.42333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29389, 48.42333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29119, 48.42334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29051, 48.42334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28916, 48.42335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28849, 48.42335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28781, 48.42335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25267, 48.42343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25199, 48.42343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25132, 48.42344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25064, 48.42344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24996, 48.42344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24929, 48.42344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06291, 48.41925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06223, 48.41926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06156, 48.41926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06088, 48.41927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05345, 48.41934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.05277, 48.41934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0521, 48.41935, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04264, 48.41944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04196, 48.41944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.04129, 48.41945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43852, 48.42332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43784, 48.42333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43717, 48.42333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43649, 48.42333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43582, 48.42333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43514, 48.42334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43447, 48.42334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43379, 48.42334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43311, 48.42334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43244, 48.42335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43176, 48.42335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43109, 48.42335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42906, 48.42336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42838, 48.42336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42771, 48.42336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42703, 48.42337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42636, 48.42337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42568, 48.42337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.425, 48.42337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42433, 48.42338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42365, 48.42338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42298, 48.42338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4223, 48.42338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42163, 48.42339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39257, 48.42349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39189, 48.42349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2966, 48.42378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29592, 48.42378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29525, 48.42378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29457, 48.42378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2939, 48.42378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29322, 48.42379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29254, 48.42379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29187, 48.42379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29119, 48.42379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29052, 48.42379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28984, 48.42379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28916, 48.4238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28849, 48.4238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28781, 48.4238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28714, 48.4238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25267, 48.42388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25199, 48.42388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25132, 48.42389, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25064, 48.42389, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24997, 48.42389, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06359, 48.41969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06292, 48.4197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06157, 48.41971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4392, 48.42377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43852, 48.42377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43785, 48.42378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43717, 48.42378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4365, 48.42378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43582, 48.42378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43515, 48.42379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43447, 48.42379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43379, 48.42379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43312, 48.42379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43244, 48.4238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43177, 48.4238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43109, 48.4238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42974, 48.42381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42906, 48.42381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42839, 48.42381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42771, 48.42381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42704, 48.42382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42636, 48.42382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42568, 48.42382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42501, 48.42382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42433, 48.42383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42366, 48.42383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42298, 48.42383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4223, 48.42383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39257, 48.42394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39189, 48.42394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39122, 48.42394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2966, 48.42423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29593, 48.42423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29525, 48.42423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29457, 48.42423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2939, 48.42423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29322, 48.42424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29255, 48.42424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29187, 48.42424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29119, 48.42424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29052, 48.42424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28984, 48.42424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28917, 48.42425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28849, 48.42425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28782, 48.42425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25267, 48.42433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.252, 48.42433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25132, 48.42434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25064, 48.42434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22361, 48.42439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22294, 48.42439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22226, 48.42439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22158, 48.4244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06225, 48.42016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43988, 48.42422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4392, 48.42422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43853, 48.42422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43785, 48.42423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43718, 48.42423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4365, 48.42423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43583, 48.42423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43515, 48.42424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43177, 48.42425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43109, 48.42425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43042, 48.42425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42974, 48.42426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42907, 48.42426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42839, 48.42426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42772, 48.42426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42704, 48.42427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42636, 48.42427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42569, 48.42427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42501, 48.42427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42434, 48.42428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42366, 48.42428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42298, 48.42428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39257, 48.42439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3919, 48.42439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39122, 48.42439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2966, 48.42468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29593, 48.42468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29525, 48.42468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29458, 48.42468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2939, 48.42468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29322, 48.42469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29255, 48.42469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29187, 48.42469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2912, 48.42469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29052, 48.42469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28985, 48.42469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28917, 48.4247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28849, 48.4247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28782, 48.4247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25267, 48.42478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.252, 48.42478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25132, 48.42478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25065, 48.42479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22361, 48.42484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22294, 48.42484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22226, 48.42484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22159, 48.42485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06699, 48.42056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06564, 48.42057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06496, 48.42058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06294, 48.4206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43988, 48.42467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43921, 48.42467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43853, 48.42467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43786, 48.42468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43718, 48.42468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4365, 48.42468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43583, 48.42468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4311, 48.4247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43042, 48.4247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42975, 48.42471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42907, 48.42471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42839, 48.42471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42772, 48.42471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42704, 48.42472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42637, 48.42472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42569, 48.42472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42502, 48.42472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42434, 48.42473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39325, 48.42484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39258, 48.42484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3919, 48.42484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39122, 48.42484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29661, 48.42513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29593, 48.42513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29526, 48.42513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29458, 48.42513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2939, 48.42513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29323, 48.42514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29255, 48.42514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29188, 48.42514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2912, 48.42514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29052, 48.42514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28985, 48.42514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28917, 48.42515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2885, 48.42515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28782, 48.42515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25335, 48.42523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25268, 48.42523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.252, 48.42523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25133, 48.42523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22429, 48.42529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22362, 48.42529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22294, 48.42529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22226, 48.42529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22159, 48.4253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0697, 48.42099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06903, 48.42099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06835, 48.421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06768, 48.42101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.067, 48.42101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06632, 48.42102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06565, 48.42102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06362, 48.42104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44056, 48.42512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43989, 48.42512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43921, 48.42512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43854, 48.42512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43786, 48.42513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43718, 48.42513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43651, 48.42513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43583, 48.42513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4311, 48.42515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43043, 48.42515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42975, 48.42516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42907, 48.42516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4284, 48.42516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42772, 48.42516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42705, 48.42517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42637, 48.42517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39326, 48.42529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39258, 48.42529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3919, 48.42529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29661, 48.42558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29593, 48.42558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29526, 48.42558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29458, 48.42558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29391, 48.42558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29323, 48.42559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29255, 48.42559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29188, 48.42559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2912, 48.42559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29053, 48.42559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28985, 48.42559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28917, 48.4256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2885, 48.4256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28782, 48.4256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25335, 48.42568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25268, 48.42568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.252, 48.42568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25133, 48.42568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22429, 48.42574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22362, 48.42574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22294, 48.42574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22227, 48.42574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07985, 48.42134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07917, 48.42135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0785, 48.42135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07782, 48.42136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07106, 48.42142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06769, 48.42146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.06701, 48.42146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44057, 48.42557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43989, 48.42557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43922, 48.42557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43854, 48.42557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43786, 48.42558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43719, 48.42558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43651, 48.42558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43584, 48.42558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43043, 48.4256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42908, 48.42561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4284, 48.42561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39326, 48.42574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39258, 48.42574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39191, 48.42574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29661, 48.42603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29594, 48.42603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29526, 48.42603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29458, 48.42603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29391, 48.42603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29323, 48.42604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29256, 48.42604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29188, 48.42604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29121, 48.42604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29053, 48.42604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28985, 48.42604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28918, 48.42605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2885, 48.42605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28783, 48.42605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25336, 48.42613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25268, 48.42613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25201, 48.42613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25133, 48.42613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2243, 48.42619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22362, 48.42619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08188, 48.42177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08121, 48.42178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08053, 48.42179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07986, 48.42179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07918, 48.4218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07851, 48.4218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07783, 48.42181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07715, 48.42182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07242, 48.42186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44125, 48.42601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44057, 48.42602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4399, 48.42602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43922, 48.42602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43854, 48.42602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43787, 48.42603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43719, 48.42603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43652, 48.42603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43043, 48.42605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42976, 48.42606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42908, 48.42606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42841, 48.42606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29661, 48.42648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29594, 48.42648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29526, 48.42648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29459, 48.42648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29391, 48.42648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29324, 48.42648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29256, 48.42649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29188, 48.42649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29121, 48.42649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29053, 48.42649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28986, 48.42649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28918, 48.4265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2885, 48.4265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28783, 48.4265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25404, 48.42658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25336, 48.42658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25268, 48.42658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25201, 48.42658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25133, 48.42658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22497, 48.42664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2243, 48.42664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08392, 48.4222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08325, 48.42221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08257, 48.42222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08189, 48.42222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08122, 48.42223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08054, 48.42223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07987, 48.42224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07919, 48.42225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07852, 48.42225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07784, 48.42226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07716, 48.42227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07446, 48.42229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07379, 48.4223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07311, 48.4223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44125, 48.42646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44058, 48.42647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4399, 48.42647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43922, 48.42647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43855, 48.42647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43787, 48.42648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4372, 48.42648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43652, 48.42648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29662, 48.42693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29594, 48.42693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29527, 48.42693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29459, 48.42693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29391, 48.42693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29324, 48.42693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29256, 48.42694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29189, 48.42694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29121, 48.42694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29053, 48.42694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28986, 48.42694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28918, 48.42695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28851, 48.42695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25404, 48.42703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25336, 48.42703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25269, 48.42703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25201, 48.42703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25133, 48.42703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22633, 48.42709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22565, 48.42709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22497, 48.42709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2243, 48.42709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08528, 48.42264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08461, 48.42265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08393, 48.42265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08325, 48.42266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08258, 48.42267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0819, 48.42267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08123, 48.42268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08055, 48.42268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07988, 48.42269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0792, 48.4227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07852, 48.4227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07785, 48.42271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07717, 48.42272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07582, 48.42273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07515, 48.42274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07447, 48.42274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44126, 48.42691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44058, 48.42691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4399, 48.42692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43923, 48.42692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43855, 48.42692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43788, 48.42693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4372, 48.42693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29594, 48.42738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29527, 48.42738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29459, 48.42738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29392, 48.42738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29256, 48.42739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29189, 48.42739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29121, 48.42739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29054, 48.42739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28986, 48.42739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25472, 48.42748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25404, 48.42748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25336, 48.42748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25201, 48.42748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25134, 48.42748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.227, 48.42753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22633, 48.42754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22565, 48.42754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22498, 48.42754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2243, 48.42754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08597, 48.42308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08529, 48.42309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08462, 48.4231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08394, 48.4231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08326, 48.42311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08259, 48.42312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08191, 48.42312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08124, 48.42313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08056, 48.42313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07989, 48.42314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07921, 48.42315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07853, 48.42315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07786, 48.42316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07718, 48.42317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07516, 48.42319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44126, 48.42736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44058, 48.42736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43991, 48.42737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43923, 48.42737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43856, 48.42737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43788, 48.42737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4372, 48.42738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29595, 48.42783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29527, 48.42783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29459, 48.42783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29392, 48.42783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29324, 48.42783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29257, 48.42784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29189, 48.42784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29122, 48.42784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29054, 48.42784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25539, 48.42792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25472, 48.42793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25404, 48.42793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25337, 48.42793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25269, 48.42793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25201, 48.42793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25134, 48.42793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22701, 48.42798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22633, 48.42799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22565, 48.42799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22498, 48.42799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2243, 48.42799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08733, 48.42352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08665, 48.42353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08598, 48.42353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0853, 48.42354, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08463, 48.42355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08395, 48.42355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08327, 48.42356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0826, 48.42357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08192, 48.42357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08125, 48.42358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08057, 48.42358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0799, 48.42359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07922, 48.4236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07854, 48.4236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07787, 48.42361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44126, 48.42781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44059, 48.42781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43991, 48.42782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43924, 48.42782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43856, 48.42782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43788, 48.42782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29527, 48.42828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2946, 48.42828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29392, 48.42828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29325, 48.42828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29257, 48.42829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29189, 48.42829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29122, 48.42829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25607, 48.42837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2554, 48.42837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25472, 48.42838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25404, 48.42838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25337, 48.42838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25269, 48.42838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25202, 48.42838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25134, 48.42838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22768, 48.42843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22701, 48.42843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22633, 48.42844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22566, 48.42844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22498, 48.42844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2243, 48.42844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08869, 48.42396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08801, 48.42396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08734, 48.42397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08666, 48.42398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08599, 48.42398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08531, 48.42399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08463, 48.424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08396, 48.424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08328, 48.42401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08261, 48.42401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08193, 48.42402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08126, 48.42403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08058, 48.42403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0799, 48.42404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07923, 48.42405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07855, 48.42405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.44059, 48.42826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43991, 48.42827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43924, 48.42827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43856, 48.42827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2946, 48.42873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29392, 48.42873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29325, 48.42873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29257, 48.42874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2919, 48.42874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25675, 48.42882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25607, 48.42882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2554, 48.42882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25472, 48.42883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25405, 48.42883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25337, 48.42883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25269, 48.42883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25202, 48.42883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25134, 48.42883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22769, 48.42888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22701, 48.42888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22633, 48.42889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22566, 48.42889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22498, 48.42889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08937, 48.4244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0887, 48.42441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08802, 48.42441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08735, 48.42442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08667, 48.42443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.086, 48.42443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08532, 48.42444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08464, 48.42445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08397, 48.42445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08329, 48.42446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08262, 48.42446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08194, 48.42447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08127, 48.42448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08059, 48.42448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07991, 48.42449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07856, 48.4245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4629, 48.42863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46222, 48.42863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25743, 48.42927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25675, 48.42927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25608, 48.42927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2554, 48.42927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25472, 48.42928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25405, 48.42928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25337, 48.42928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2527, 48.42928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25202, 48.42928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25134, 48.42928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22836, 48.42933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22769, 48.42933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22701, 48.42933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22634, 48.42933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22566, 48.42934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09074, 48.42484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09006, 48.42484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08938, 48.42485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08871, 48.42486, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08803, 48.42486, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08736, 48.42487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08668, 48.42488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08601, 48.42488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08533, 48.42489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08465, 48.4249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08398, 48.4249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0833, 48.42491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08263, 48.42491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08195, 48.42492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08128, 48.42493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0806, 48.42493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07992, 48.42494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.07925, 48.42495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25811, 48.42972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25743, 48.42972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25675, 48.42972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25608, 48.42972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2554, 48.42972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25473, 48.42973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25405, 48.42973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25337, 48.42973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2527, 48.42973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25202, 48.42973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22837, 48.42978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22769, 48.42978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22701, 48.42978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22634, 48.42978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22566, 48.42979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0921, 48.42527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09142, 48.42528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09075, 48.42529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09007, 48.42529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08939, 48.4253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08872, 48.42531, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08804, 48.42531, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08737, 48.42532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08669, 48.42533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08601, 48.42533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08534, 48.42534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08466, 48.42535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08399, 48.42535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08331, 48.42536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08264, 48.42536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08196, 48.42537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08128, 48.42538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08061, 48.42538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25811, 48.43017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25743, 48.43017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25676, 48.43017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25608, 48.43017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2554, 48.43017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25473, 48.43018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25405, 48.43018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25338, 48.43018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2527, 48.43018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24256, 48.4302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24189, 48.4302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24121, 48.4302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24053, 48.43021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23175, 48.43022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23107, 48.43023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22837, 48.43023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22769, 48.43023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22702, 48.43023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22634, 48.43023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09278, 48.42572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09211, 48.42572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09143, 48.42573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09075, 48.42574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09008, 48.42574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0894, 48.42575, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08873, 48.42576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08805, 48.42576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08738, 48.42577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0867, 48.42578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08602, 48.42578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08535, 48.42579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08467, 48.42579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.084, 48.4258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08332, 48.42581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08265, 48.42581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08197, 48.42582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08129, 48.42583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25811, 48.43062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25743, 48.43062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25676, 48.43062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25608, 48.43062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24324, 48.43065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24256, 48.43065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24189, 48.43065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24121, 48.43065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24054, 48.43066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23986, 48.43066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23378, 48.43067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2331, 48.43067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23243, 48.43067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23175, 48.43067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23107, 48.43068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2304, 48.43068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22972, 48.43068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22905, 48.43068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22837, 48.43068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22769, 48.43068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22702, 48.43068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22634, 48.43068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09347, 48.42616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09279, 48.42617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09212, 48.42617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09144, 48.42618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09076, 48.42619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09009, 48.42619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08941, 48.4262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08874, 48.42621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08806, 48.42621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08739, 48.42622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08671, 48.42623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08603, 48.42623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08536, 48.42624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08468, 48.42624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08401, 48.42625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08333, 48.42626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08266, 48.42626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0813, 48.42628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08063, 48.42628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25676, 48.43107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24257, 48.4311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24189, 48.4311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24121, 48.4311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24054, 48.43111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23986, 48.43111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23716, 48.43111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23648, 48.43111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23581, 48.43112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23513, 48.43112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23446, 48.43112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23378, 48.43112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2331, 48.43112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23243, 48.43112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23175, 48.43112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23108, 48.43112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2304, 48.43113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22972, 48.43113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22905, 48.43113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22837, 48.43113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2277, 48.43113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22702, 48.43113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09348, 48.42661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0928, 48.42662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09213, 48.42662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09145, 48.42663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09077, 48.42664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0901, 48.42664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08942, 48.42665, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08875, 48.42666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08807, 48.42666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0874, 48.42667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08672, 48.42668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08604, 48.42668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08537, 48.42669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08469, 48.42669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24122, 48.43155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24054, 48.43156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23987, 48.43156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23919, 48.43156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23851, 48.43156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23784, 48.43156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23716, 48.43156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23649, 48.43156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23581, 48.43157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23513, 48.43157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23446, 48.43157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23378, 48.43157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23311, 48.43157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23243, 48.43157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23175, 48.43157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23108, 48.43157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2304, 48.43158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22973, 48.43158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22905, 48.43158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22837, 48.43158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2277, 48.43158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22702, 48.43158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22635, 48.43158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09416, 48.42705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09349, 48.42706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09281, 48.42707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09214, 48.42707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09146, 48.42708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09078, 48.42709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09011, 48.42709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08943, 48.4271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08876, 48.42711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08808, 48.42711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0874, 48.42712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08673, 48.42712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08605, 48.42713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0847, 48.42714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23987, 48.43201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23919, 48.43201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23784, 48.43201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23716, 48.43201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23649, 48.43201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23581, 48.43201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23514, 48.43202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23446, 48.43202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23378, 48.43202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23311, 48.43202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23243, 48.43202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23176, 48.43202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23108, 48.43202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2304, 48.43203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22973, 48.43203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22905, 48.43203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22838, 48.43203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2277, 48.43203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22702, 48.43203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22635, 48.43203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09417, 48.4275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0935, 48.42751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09282, 48.42752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09214, 48.42752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09147, 48.42753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09079, 48.42754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09012, 48.42754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08944, 48.42755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08877, 48.42756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08809, 48.42756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08741, 48.42757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23852, 48.43246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23784, 48.43246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23717, 48.43246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23649, 48.43246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23581, 48.43246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23514, 48.43247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23446, 48.43247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23379, 48.43247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23311, 48.43247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23243, 48.43247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23176, 48.43247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23108, 48.43247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23041, 48.43248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22973, 48.43248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22905, 48.43248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22838, 48.43248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2277, 48.43248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22703, 48.43248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22635, 48.43248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09418, 48.42795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09351, 48.42796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09283, 48.42797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09215, 48.42797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09148, 48.42798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0908, 48.42799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09013, 48.42799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08945, 48.428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23987, 48.43291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23852, 48.43291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23717, 48.43291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23649, 48.43291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23582, 48.43291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23514, 48.43292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23446, 48.43292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23379, 48.43292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23311, 48.43292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23244, 48.43292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23176, 48.43292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23108, 48.43292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23041, 48.43293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22973, 48.43293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22906, 48.43293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22838, 48.43293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2277, 48.43293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22703, 48.43293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22635, 48.43293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09352, 48.42841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09284, 48.42842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09216, 48.42842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09149, 48.42843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09081, 48.42844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24055, 48.43335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23987, 48.43336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23852, 48.43336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23785, 48.43336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23717, 48.43336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23649, 48.43336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23582, 48.43336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23514, 48.43337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23447, 48.43337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23379, 48.43337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23311, 48.43337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23244, 48.43337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23176, 48.43337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23109, 48.43337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23041, 48.43338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22838, 48.43338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22771, 48.43338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22703, 48.43338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22635, 48.43338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09353, 48.42886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09285, 48.42887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09217, 48.42887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.0915, 48.42888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24055, 48.4338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23988, 48.43381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23852, 48.43381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23785, 48.43381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23717, 48.43381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23582, 48.43381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23514, 48.43382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23447, 48.43382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23379, 48.43382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23312, 48.43382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23244, 48.43382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23176, 48.43382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23109, 48.43382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23041, 48.43383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22838, 48.43383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22771, 48.43383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22703, 48.43383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22636, 48.43383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09353, 48.42931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09286, 48.42932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09218, 48.42932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09151, 48.42933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.08948, 48.42935, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24055, 48.43425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23988, 48.43426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2392, 48.43426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23853, 48.43426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23785, 48.43426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23717, 48.43426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23379, 48.43427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23312, 48.43427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23244, 48.43427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23177, 48.43427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23109, 48.43427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22906, 48.43428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22839, 48.43428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22771, 48.43428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22703, 48.43428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09287, 48.42977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23988, 48.43471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2392, 48.43471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23853, 48.43471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23785, 48.43471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23177, 48.43472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23109, 48.43472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23042, 48.43472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22906, 48.43473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22839, 48.43473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22771, 48.43473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22704, 48.43473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09491, 48.4302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09423, 48.4302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23921, 48.43516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23853, 48.43516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23785, 48.43516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23718, 48.43516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23515, 48.43517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23447, 48.43517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23312, 48.43517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23245, 48.43517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23177, 48.43517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23109, 48.43517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23042, 48.43517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22974, 48.43518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22907, 48.43518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22839, 48.43518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22771, 48.43518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09492, 48.43065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09424, 48.43065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23921, 48.43561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23853, 48.43561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23786, 48.43561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23718, 48.43561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2365, 48.43561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23583, 48.43561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23515, 48.43561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23448, 48.43562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2338, 48.43562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23312, 48.43562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23245, 48.43562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23177, 48.43562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2311, 48.43562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23042, 48.43562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22974, 48.43563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22907, 48.43563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22839, 48.43563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.09493, 48.4311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23921, 48.43606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23853, 48.43606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23786, 48.43606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23718, 48.43606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23651, 48.43606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23583, 48.43606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23515, 48.43606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23448, 48.43607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2338, 48.43607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23313, 48.43607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23989, 48.4365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23921, 48.43651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23854, 48.43651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23786, 48.43651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23718, 48.43651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23651, 48.43651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23583, 48.43651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23516, 48.43651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23989, 48.43695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23921, 48.43696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23854, 48.43696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23786, 48.43696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23719, 48.43696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23651, 48.43696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23989, 48.4374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23922, 48.43741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23854, 48.43741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23786, 48.43741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23719, 48.43741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23989, 48.43785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23922, 48.43786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23854, 48.43786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23787, 48.43786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24125, 48.4383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24057, 48.4383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2399, 48.4383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23922, 48.43831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23854, 48.43831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24193, 48.43875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24125, 48.43875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24058, 48.43875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2399, 48.43875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23922, 48.43876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23855, 48.43876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24193, 48.4392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24125, 48.4392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24058, 48.4392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2399, 48.4392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23923, 48.43921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23855, 48.43921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23787, 48.43921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24193, 48.43965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24126, 48.43965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24058, 48.43965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2399, 48.43965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23923, 48.43965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23855, 48.43966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23788, 48.43966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24193, 48.4401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24126, 48.4401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24058, 48.4401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23991, 48.4401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23923, 48.4401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23855, 48.44011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23788, 48.44011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2372, 48.44011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23653, 48.44011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27033, 48.44049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24194, 48.44055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24126, 48.44055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24058, 48.44055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23991, 48.44055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23923, 48.44055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23856, 48.44056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23788, 48.44056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2372, 48.44056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23653, 48.44056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23585, 48.44056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27168, 48.44093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27101, 48.44093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27033, 48.44094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26966, 48.44094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24126, 48.441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24059, 48.441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23991, 48.441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23923, 48.441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23856, 48.44101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23788, 48.44101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23721, 48.44101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23653, 48.44101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23585, 48.44101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27169, 48.44138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27101, 48.44138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27033, 48.44139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26966, 48.44139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26898, 48.44139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23991, 48.44145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23924, 48.44145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23856, 48.44146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23788, 48.44146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23721, 48.44146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23653, 48.44146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23586, 48.44146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23518, 48.44146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27237, 48.44183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27169, 48.44183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27101, 48.44183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27034, 48.44184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26966, 48.44184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26898, 48.44184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23924, 48.4419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23856, 48.44191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23789, 48.44191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23721, 48.44191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23653, 48.44191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23586, 48.44191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23518, 48.44191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.11669, 48.43718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27237, 48.44228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27169, 48.44228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27102, 48.44228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27034, 48.44228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26966, 48.44229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26899, 48.44229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26831, 48.44229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24059, 48.44235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23992, 48.44235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23924, 48.44235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23856, 48.44236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23789, 48.44236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23721, 48.44236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23654, 48.44236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23586, 48.44236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23518, 48.44236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27305, 48.44273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27237, 48.44273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27169, 48.44273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27102, 48.44273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27034, 48.44273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26967, 48.44274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26899, 48.44274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26831, 48.44274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24195, 48.4428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24127, 48.4428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24059, 48.4428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23992, 48.4428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23924, 48.4428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23857, 48.44281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23789, 48.44281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23721, 48.44281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23654, 48.44281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23586, 48.44281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23519, 48.44281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.11874, 48.43806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2744, 48.44317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27372, 48.44318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27305, 48.44318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27237, 48.44318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2717, 48.44318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27102, 48.44318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27034, 48.44318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26967, 48.44319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26899, 48.44319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26832, 48.44319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24195, 48.44325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24127, 48.44325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2406, 48.44325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23992, 48.44325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23924, 48.44325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23857, 48.44325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23789, 48.44326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23722, 48.44326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23654, 48.44326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23586, 48.44326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23519, 48.44326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.11942, 48.43851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27576, 48.44362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27508, 48.44362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2744, 48.44362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27373, 48.44363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27305, 48.44363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27237, 48.44363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2717, 48.44363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27102, 48.44363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27035, 48.44363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26967, 48.44364, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26899, 48.44364, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26832, 48.44364, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24263, 48.4437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24195, 48.4437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24127, 48.4437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2406, 48.4437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23992, 48.4437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23925, 48.4437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23857, 48.4437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23789, 48.44371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23722, 48.44371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23654, 48.44371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23587, 48.44371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23519, 48.44371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27576, 48.44407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27508, 48.44407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27441, 48.44407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27373, 48.44408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27305, 48.44408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27238, 48.44408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2717, 48.44408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27103, 48.44408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27035, 48.44408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26967, 48.44409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.269, 48.44409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26832, 48.44409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24263, 48.44415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24195, 48.44415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24128, 48.44415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2406, 48.44415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23992, 48.44415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23925, 48.44415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23857, 48.44415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2379, 48.44416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23722, 48.44416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23654, 48.44416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23587, 48.44416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23519, 48.44416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.1235, 48.43937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27576, 48.44452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27508, 48.44452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27441, 48.44452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27373, 48.44453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2717, 48.44453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27103, 48.44453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27035, 48.44453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26968, 48.44454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.269, 48.44454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26832, 48.44454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24331, 48.44459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24263, 48.4446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24195, 48.4446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24128, 48.4446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2406, 48.4446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23993, 48.4446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23925, 48.4446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23857, 48.4446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2379, 48.44461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23722, 48.44461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23655, 48.44461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23587, 48.44461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.12553, 48.4398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.12486, 48.4398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27576, 48.44497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27509, 48.44497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27441, 48.44497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27373, 48.44498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27238, 48.44498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27171, 48.44498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27103, 48.44498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27035, 48.44498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26968, 48.44499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.269, 48.44499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26833, 48.44499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24331, 48.44504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24263, 48.44505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24196, 48.44505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24128, 48.44505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2406, 48.44505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23993, 48.44505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23925, 48.44505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23858, 48.44505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2379, 48.44506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23722, 48.44506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23655, 48.44506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23587, 48.44506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.1269, 48.44023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27509, 48.44542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27441, 48.44542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27374, 48.44543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27238, 48.44543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27171, 48.44543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27103, 48.44543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27036, 48.44543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26968, 48.44544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.269, 48.44544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26833, 48.44544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24399, 48.44549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24331, 48.44549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24264, 48.4455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24196, 48.4455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24128, 48.4455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24061, 48.4455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23993, 48.4455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23925, 48.4455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23858, 48.4455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2379, 48.44551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23723, 48.44551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23655, 48.44551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27509, 48.44587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27442, 48.44587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27374, 48.44588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27306, 48.44588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27171, 48.44588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27103, 48.44588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27036, 48.44588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26968, 48.44589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26901, 48.44589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24399, 48.44594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24331, 48.44594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24264, 48.44595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24196, 48.44595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24129, 48.44595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24061, 48.44595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23993, 48.44595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23926, 48.44595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23858, 48.44595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2379, 48.44596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23723, 48.44596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23655, 48.44596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27509, 48.44632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27442, 48.44632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27374, 48.44633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27307, 48.44633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27239, 48.44633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27171, 48.44633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27104, 48.44633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27036, 48.44633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26968, 48.44633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26901, 48.44634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24332, 48.44639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24264, 48.4464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24196, 48.4464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24129, 48.4464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24061, 48.4464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23994, 48.4464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23926, 48.4464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23858, 48.4464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23791, 48.4464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23723, 48.44641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23655, 48.44641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27645, 48.44677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27577, 48.44677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2751, 48.44677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27442, 48.44677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27374, 48.44678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27307, 48.44678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27239, 48.44678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27172, 48.44678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27104, 48.44678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27036, 48.44678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26969, 48.44678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24264, 48.44684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24197, 48.44685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24129, 48.44685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24061, 48.44685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23994, 48.44685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23926, 48.44685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23858, 48.44685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23791, 48.44685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23723, 48.44686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28051, 48.44721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27983, 48.44721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27916, 48.44721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27848, 48.44721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2778, 48.44722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27713, 48.44722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27645, 48.44722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27577, 48.44722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2751, 48.44722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27442, 48.44722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27375, 48.44722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27307, 48.44723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27239, 48.44723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27172, 48.44723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27104, 48.44723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27037, 48.44723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26969, 48.44723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24197, 48.4473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24129, 48.4473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24062, 48.4473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23994, 48.4473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23926, 48.4473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23859, 48.4473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28051, 48.44766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27983, 48.44766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27916, 48.44766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27848, 48.44766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27781, 48.44767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27713, 48.44767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27645, 48.44767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27578, 48.44767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2751, 48.44767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27442, 48.44767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27375, 48.44767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27307, 48.44768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2724, 48.44768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27172, 48.44768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27104, 48.44768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27037, 48.44768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28051, 48.44811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27984, 48.44811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27848, 48.44811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27781, 48.44811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27713, 48.44812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27646, 48.44812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27578, 48.44812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2751, 48.44812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27443, 48.44812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27375, 48.44812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27308, 48.44813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2724, 48.44813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27172, 48.44813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27105, 48.44813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27037, 48.44813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28052, 48.44856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27984, 48.44856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27916, 48.44856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27849, 48.44856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27781, 48.44856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27713, 48.44857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27646, 48.44857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27578, 48.44857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27511, 48.44857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27443, 48.44857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27375, 48.44857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27308, 48.44858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2724, 48.44858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27173, 48.44858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27105, 48.44858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28052, 48.44901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27849, 48.44901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27781, 48.44901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27714, 48.44902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27646, 48.44902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27578, 48.44902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27511, 48.44902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27443, 48.44902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27376, 48.44902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27308, 48.44903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2724, 48.44903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27173, 48.44903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27105, 48.44903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27984, 48.44946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27849, 48.44946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27782, 48.44946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27714, 48.44947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27646, 48.44947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27579, 48.44947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27511, 48.44947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27443, 48.44947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27376, 48.44947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27308, 48.44948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27241, 48.44948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27173, 48.44948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27105, 48.44948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27849, 48.44991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27782, 48.44991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27714, 48.44992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27647, 48.44992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27444, 48.44992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27376, 48.44992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27308, 48.44993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27241, 48.44993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27309, 48.45038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27241, 48.45038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27173, 48.45038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.16224, 48.44843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.16156, 48.44844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.1636, 48.44886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.16293, 48.44887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.16225, 48.44888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.16496, 48.4493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.16361, 48.44931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.167, 48.44973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.16565, 48.44974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.16904, 48.45016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.17108, 48.45059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.16905, 48.45061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.18055, 48.45094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.17988, 48.45095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.17717, 48.45098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.1765, 48.45098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.17582, 48.45099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.17515, 48.451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.17447, 48.451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.17379, 48.45101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.17921, 48.45141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.17516, 48.45145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.1738, 48.45146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.17313, 48.45147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.17787, 48.45187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.17719, 48.45188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.1935, 48.45531, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.20096, 48.45613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.20029, 48.45614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27451, 48.46387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27587, 48.46431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27519, 48.46431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27451, 48.46432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27384, 48.46432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27655, 48.46476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27587, 48.46476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27519, 48.46476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27452, 48.46477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27384, 48.46477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27722, 48.46521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27655, 48.46521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27587, 48.46521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2752, 48.46521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27452, 48.46522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27384, 48.46522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.21322, 48.4596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.21254, 48.45961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2779, 48.46566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27723, 48.46566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27655, 48.46566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27587, 48.46566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2752, 48.46566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27452, 48.46567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.21526, 48.46003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.21458, 48.46003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27926, 48.4661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27858, 48.46611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27791, 48.46611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27723, 48.46611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27655, 48.46611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27588, 48.46611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2752, 48.46611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27452, 48.46612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.21662, 48.46046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.21595, 48.46047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27994, 48.46655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27926, 48.46655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27859, 48.46656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27791, 48.46656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27723, 48.46656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27656, 48.46656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27588, 48.46656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28062, 48.467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27994, 48.467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27926, 48.467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27859, 48.46701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27791, 48.46701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.21935, 48.46133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.21867, 48.46134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2813, 48.46745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28062, 48.46745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27994, 48.46745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27927, 48.46745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27859, 48.46746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.22071, 48.46177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28333, 48.46789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28265, 48.4679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28197, 48.4679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2813, 48.4679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28062, 48.4679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27995, 48.4679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27927, 48.4679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28468, 48.46834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28401, 48.46834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28333, 48.46834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28265, 48.46835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28198, 48.46835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2813, 48.46835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28062, 48.46835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27995, 48.46835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28536, 48.46879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28469, 48.46879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28401, 48.46879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28333, 48.46879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28266, 48.46879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28198, 48.4688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2813, 48.4688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28063, 48.4688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27995, 48.4688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28536, 48.46924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28469, 48.46924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28401, 48.46924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28333, 48.46924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28266, 48.46924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28198, 48.46925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28131, 48.46925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28063, 48.46925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28537, 48.46969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28469, 48.46969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28401, 48.46969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28334, 48.46969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28266, 48.46969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28198, 48.4697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28131, 48.4697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28063, 48.4697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28605, 48.47014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28537, 48.47014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28469, 48.47014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28402, 48.47014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28334, 48.47014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28266, 48.47014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28199, 48.47015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28131, 48.47015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28063, 48.47015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28605, 48.47059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28537, 48.47059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2847, 48.47059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28402, 48.47059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28334, 48.47059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28267, 48.47059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28199, 48.4706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28131, 48.4706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.23025, 48.46482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28673, 48.47103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28605, 48.47104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28537, 48.47104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2847, 48.47104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28402, 48.47104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28334, 48.47104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28267, 48.47104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28199, 48.47105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28132, 48.47105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28741, 48.47148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28673, 48.47148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28605, 48.47149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28538, 48.47149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2847, 48.47149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28402, 48.47149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28335, 48.47149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28267, 48.47149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28741, 48.47193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28673, 48.47193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28606, 48.47194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28538, 48.47194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2847, 48.47194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28809, 48.47238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28741, 48.47238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28673, 48.47238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28606, 48.47239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28538, 48.47239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28471, 48.47239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28809, 48.47283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28741, 48.47283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28674, 48.47283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28606, 48.47283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28538, 48.47284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28809, 48.47328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28742, 48.47328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28674, 48.47328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28606, 48.47328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28539, 48.47329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2881, 48.47373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28742, 48.47373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28674, 48.47373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28607, 48.47373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2881, 48.47418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28742, 48.47418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28674, 48.47418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27593, 48.47556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27525, 48.47556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27458, 48.47556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27661, 48.47601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27593, 48.47601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27525, 48.47601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27458, 48.47601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2739, 48.47601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27661, 48.47646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27593, 48.47646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27526, 48.47646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27458, 48.47646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2739, 48.47646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27323, 48.47646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27526, 48.47691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27458, 48.47691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27391, 48.47691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27323, 48.47691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27458, 48.47736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27391, 48.47736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27323, 48.47736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27256, 48.47737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27459, 48.47781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27391, 48.47781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27323, 48.47781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27256, 48.47782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27188, 48.47782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27459, 48.47826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27391, 48.47826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27324, 48.47826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27256, 48.47827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27188, 48.47827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27527, 48.47871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27459, 48.47871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27392, 48.47871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27324, 48.47871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27256, 48.47872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27189, 48.47872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27459, 48.47916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27392, 48.47916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27324, 48.47916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27257, 48.47917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27189, 48.47917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2746, 48.47961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27392, 48.47961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27324, 48.47961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27257, 48.47962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27392, 48.48006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27325, 48.48006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.26703, 48.47476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.26975, 48.47563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.27179, 48.47606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.27932, 48.47957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.28069, 48.48001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.28001, 48.48002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.27934, 48.48002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.28408, 48.48042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.28341, 48.48043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.28273, 48.48044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.28205, 48.48044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.28138, 48.48045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.2807, 48.48046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.28477, 48.48086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.28409, 48.48087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.28139, 48.4809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.28478, 48.48131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29969, 48.48899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29901, 48.489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29833, 48.489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30037, 48.48944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29969, 48.48944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29901, 48.48945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29834, 48.48945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30037, 48.48989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29969, 48.48989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29901, 48.4899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29834, 48.4899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30105, 48.49034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30037, 48.49034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29969, 48.49034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29902, 48.49035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30173, 48.49079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30105, 48.49079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30037, 48.49079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2997, 48.49079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29902, 48.49079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30173, 48.49124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30105, 48.49124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30038, 48.49124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2997, 48.49124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30173, 48.49169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30106, 48.49169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30038, 48.49169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2997, 48.49169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30241, 48.49214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30173, 48.49214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30106, 48.49214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30038, 48.49214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30241, 48.49259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30174, 48.49259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30106, 48.49259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30038, 48.49259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30242, 48.49304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30174, 48.49304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30106, 48.49304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30039, 48.49304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30242, 48.49348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30174, 48.49349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30107, 48.49349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30039, 48.49349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3031, 48.49393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30242, 48.49393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30175, 48.49394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30107, 48.49394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3031, 48.49438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30242, 48.49438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30175, 48.49439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30107, 48.49439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30378, 48.49483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3031, 48.49483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30243, 48.49483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30175, 48.49484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30107, 48.49484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3012, 48.48833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30052, 48.48833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29985, 48.48834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29579, 48.48839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32273, 48.49523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32206, 48.49523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32138, 48.49523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3207, 48.49523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32003, 48.49524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30378, 48.49528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30311, 48.49528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30243, 48.49528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30175, 48.49529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30256, 48.48876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30189, 48.48877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30121, 48.48878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30053, 48.48878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29986, 48.48879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29918, 48.4888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29512, 48.48884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32477, 48.49567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32409, 48.49568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32341, 48.49568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32274, 48.49568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32206, 48.49568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32138, 48.49568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32071, 48.49568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32003, 48.49569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30446, 48.49573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30379, 48.49573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30311, 48.49573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30243, 48.49573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30176, 48.49574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30393, 48.4892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30325, 48.4892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30258, 48.48921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3019, 48.48922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30122, 48.48923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30055, 48.48923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29987, 48.48924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29919, 48.48925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29852, 48.48926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32612, 48.49612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32545, 48.49612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32477, 48.49612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32409, 48.49612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32342, 48.49613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32274, 48.49613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32206, 48.49613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32139, 48.49613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32071, 48.49613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30514, 48.49618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30447, 48.49618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30379, 48.49618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30311, 48.49618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30244, 48.49618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30176, 48.49619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30462, 48.48964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30394, 48.48964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30326, 48.48965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30259, 48.48966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30191, 48.48967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30123, 48.48968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30056, 48.48968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29988, 48.48969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.2992, 48.4897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29853, 48.48971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32748, 48.49657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3268, 48.49657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32613, 48.49657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32545, 48.49657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32477, 48.49657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3241, 48.49657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32342, 48.49658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32274, 48.49658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32206, 48.49658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32139, 48.49658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31056, 48.49661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30988, 48.49661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3065, 48.49662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30582, 48.49662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30515, 48.49663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30447, 48.49663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30379, 48.49663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30311, 48.49663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30244, 48.49663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30176, 48.49664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30531, 48.49008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30463, 48.49009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30395, 48.49009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30328, 48.4901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3026, 48.49011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30192, 48.49012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30125, 48.49013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30057, 48.49013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29989, 48.49014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29922, 48.49015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29854, 48.49016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29786, 48.49016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32816, 48.49701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32748, 48.49701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32681, 48.49702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32613, 48.49702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32545, 48.49702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32478, 48.49702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3241, 48.49702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32342, 48.49703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32274, 48.49703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32207, 48.49703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31124, 48.49706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31056, 48.49706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30989, 48.49706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30921, 48.49707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30853, 48.49707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30786, 48.49707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30718, 48.49707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3065, 48.49707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30582, 48.49707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30515, 48.49708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30447, 48.49708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30379, 48.49708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30312, 48.49708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30244, 48.49708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30176, 48.49709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30599, 48.49052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30532, 48.49053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30464, 48.49054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30396, 48.49054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30329, 48.49055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30261, 48.49056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30193, 48.49057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30126, 48.49057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30058, 48.49058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.2999, 48.49059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29923, 48.4906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29855, 48.49061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29787, 48.49061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32884, 48.49746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32816, 48.49746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32749, 48.49746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32681, 48.49747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32613, 48.49747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32545, 48.49747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32478, 48.49747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3241, 48.49747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32342, 48.49748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31124, 48.49751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31057, 48.49751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30989, 48.49751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30921, 48.49752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30853, 48.49752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30786, 48.49752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30718, 48.49752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3065, 48.49752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30583, 48.49752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30515, 48.49753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30447, 48.49753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3038, 48.49753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30312, 48.49753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30244, 48.49753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30668, 48.49096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.306, 48.49097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30533, 48.49098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30465, 48.49099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30398, 48.49099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3033, 48.491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30262, 48.49101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30195, 48.49102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30127, 48.49102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30059, 48.49103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29992, 48.49104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29924, 48.49105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29856, 48.49106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29789, 48.49106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32952, 48.49791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32884, 48.49791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32816, 48.49791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32749, 48.49791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32681, 48.49792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32613, 48.49792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32546, 48.49792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32478, 48.49792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31057, 48.49796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30989, 48.49796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30921, 48.49797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30854, 48.49797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30786, 48.49797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30718, 48.49797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30651, 48.49797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30583, 48.49797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30515, 48.49798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30448, 48.49798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3038, 48.49798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30312, 48.49798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30737, 48.49141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30669, 48.49141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30602, 48.49142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30534, 48.49143, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30466, 48.49144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30399, 48.49144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30331, 48.49145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30263, 48.49146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30196, 48.49147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30128, 48.49147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3006, 48.49148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29993, 48.49149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29925, 48.4915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29857, 48.4915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.2979, 48.49151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29722, 48.49152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33155, 48.49835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33087, 48.49835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3302, 48.49836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32952, 48.49836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32884, 48.49836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32817, 48.49836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32749, 48.49836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32681, 48.49837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32614, 48.49837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32546, 48.49837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30989, 48.49841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30922, 48.49841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30854, 48.49842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30786, 48.49842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30719, 48.49842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30651, 48.49842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30583, 48.49842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30516, 48.49843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30448, 48.49843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30806, 48.49185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30738, 48.49185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3067, 48.49186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30603, 48.49187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30535, 48.49188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30467, 48.49189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.304, 48.49189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30332, 48.4919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30265, 48.49191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30197, 48.49192, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30129, 48.49192, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30062, 48.49193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29994, 48.49194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29926, 48.49195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29859, 48.49195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29791, 48.49196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29723, 48.49197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29656, 48.49198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29588, 48.49199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.2952, 48.49199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33223, 48.4988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33155, 48.4988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33088, 48.4988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3302, 48.49881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32952, 48.49881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32885, 48.49881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32817, 48.49881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32749, 48.49881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32682, 48.49882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30942, 48.49228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30875, 48.49229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30807, 48.4923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30739, 48.4923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30672, 48.49231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30604, 48.49232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30536, 48.49233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30469, 48.49234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30401, 48.49234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30333, 48.49235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30266, 48.49236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30198, 48.49237, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3013, 48.49237, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30063, 48.49238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29995, 48.49239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29927, 48.4924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.2986, 48.4924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29792, 48.49241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29724, 48.49242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29589, 48.49243, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33359, 48.49925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33291, 48.49925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33223, 48.49925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33156, 48.49925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33088, 48.49925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3302, 48.49926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32953, 48.49926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32885, 48.49926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32817, 48.49926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31011, 48.49272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30943, 48.49273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30876, 48.49274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30808, 48.49275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3074, 48.49275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30673, 48.49276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30605, 48.49277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30537, 48.49278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3047, 48.49279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30402, 48.49279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30334, 48.4928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30267, 48.49281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30199, 48.49282, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30132, 48.49282, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30064, 48.49283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29996, 48.49284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29929, 48.49285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29861, 48.49285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29793, 48.49286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29726, 48.49287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33427, 48.49969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33359, 48.4997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33291, 48.4997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33224, 48.4997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33156, 48.4997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33088, 48.4997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33021, 48.49971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32953, 48.49971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32885, 48.49971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3108, 48.49317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31012, 48.49317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30945, 48.49318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30877, 48.49319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30809, 48.4932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30742, 48.4932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30674, 48.49321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30606, 48.49322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30539, 48.49323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30471, 48.49323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30403, 48.49324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30336, 48.49325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30268, 48.49326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.302, 48.49327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30133, 48.49327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30065, 48.49328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29997, 48.49329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.2993, 48.4933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29862, 48.4933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29794, 48.49331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29727, 48.49332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33495, 48.50014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33427, 48.50014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33359, 48.50015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33292, 48.50015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33224, 48.50015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33156, 48.50015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33089, 48.50015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33021, 48.50016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32953, 48.50016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31216, 48.4936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31149, 48.49361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31081, 48.49362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31013, 48.49362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30946, 48.49363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30878, 48.49364, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3081, 48.49365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30743, 48.49365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30675, 48.49366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30607, 48.49367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3054, 48.49368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30472, 48.49368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30404, 48.49369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30337, 48.4937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30269, 48.49371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30201, 48.49372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30134, 48.49372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30066, 48.49373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29998, 48.49374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29931, 48.49375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29863, 48.49375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29796, 48.49376, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29728, 48.49377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33563, 48.50059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33495, 48.50059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33427, 48.50059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3336, 48.5006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33292, 48.5006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33224, 48.5006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33157, 48.5006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33089, 48.5006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31285, 48.49404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31218, 48.49405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3115, 48.49406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31082, 48.49407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31015, 48.49407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30947, 48.49408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30879, 48.49409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30812, 48.4941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30744, 48.4941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30676, 48.49411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30609, 48.49412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30541, 48.49413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30473, 48.49413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30406, 48.49414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30338, 48.49415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3027, 48.49416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30203, 48.49416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30135, 48.49417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30067, 48.49418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3, 48.49419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29932, 48.4942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29864, 48.4942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29797, 48.49421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29729, 48.49422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33631, 48.50104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33563, 48.50104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33495, 48.50104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33428, 48.50104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3336, 48.50105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33292, 48.50105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33225, 48.50105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31422, 48.49448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31354, 48.49448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31286, 48.49449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31219, 48.4945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31151, 48.49451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31083, 48.49451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31016, 48.49452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30948, 48.49453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3088, 48.49454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30813, 48.49455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30745, 48.49455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30677, 48.49456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3061, 48.49457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30542, 48.49458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30474, 48.49458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30407, 48.49459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30339, 48.4946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30271, 48.49461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30204, 48.49461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30136, 48.49462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30068, 48.49463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30001, 48.49464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29933, 48.49465, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29865, 48.49465, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29798, 48.49466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.2973, 48.49467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33699, 48.50149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33631, 48.50149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33563, 48.50149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33496, 48.50149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33428, 48.50149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3336, 48.5015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33293, 48.5015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3149, 48.49492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31423, 48.49493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31355, 48.49493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31287, 48.49494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3122, 48.49495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31152, 48.49496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31085, 48.49496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31017, 48.49497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30949, 48.49498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30882, 48.49499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30814, 48.495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30746, 48.495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30679, 48.49501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30611, 48.49502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30543, 48.49503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30476, 48.49503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30408, 48.49504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3034, 48.49505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30273, 48.49506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30205, 48.49506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30137, 48.49507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3007, 48.49508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30002, 48.49509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29934, 48.49509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29867, 48.4951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29799, 48.49511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33699, 48.50194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33631, 48.50194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33564, 48.50194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33496, 48.50194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33428, 48.50194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33361, 48.50195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31627, 48.49535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31559, 48.49536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31492, 48.49537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31424, 48.49538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31356, 48.49538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31289, 48.49539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31221, 48.4954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31153, 48.49541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31086, 48.49541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31018, 48.49542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3095, 48.49543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30883, 48.49544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30815, 48.49544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30747, 48.49545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3068, 48.49546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30612, 48.49547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30544, 48.49548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30477, 48.49548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30409, 48.49549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30341, 48.4955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30274, 48.49551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30206, 48.49551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30138, 48.49552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30071, 48.49553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30003, 48.49554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29935, 48.49554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29868, 48.49555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.298, 48.49556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33767, 48.50238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33699, 48.50239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33632, 48.50239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33564, 48.50239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33496, 48.50239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33429, 48.50239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31763, 48.49579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31696, 48.49579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31628, 48.4958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3156, 48.49581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31493, 48.49582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31425, 48.49583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31357, 48.49583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3129, 48.49584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31222, 48.49585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31154, 48.49586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31087, 48.49586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31019, 48.49587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30952, 48.49588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30884, 48.49589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30816, 48.49589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30749, 48.4959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30681, 48.49591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30613, 48.49592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30546, 48.49593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30478, 48.49593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3041, 48.49594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30343, 48.49595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30275, 48.49596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30207, 48.49596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3014, 48.49597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30072, 48.49598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30004, 48.49599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29937, 48.49599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29869, 48.496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29801, 48.49601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33767, 48.50283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.337, 48.50284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33632, 48.50284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33564, 48.50284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33497, 48.50284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33429, 48.50284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31832, 48.49623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31765, 48.49624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31697, 48.49624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31629, 48.49625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31562, 48.49626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31494, 48.49627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31426, 48.49627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31359, 48.49628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31291, 48.49629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31223, 48.4963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31156, 48.49631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31088, 48.49631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3102, 48.49632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30953, 48.49633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30885, 48.49634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30817, 48.49634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3075, 48.49635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30682, 48.49636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30614, 48.49637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30547, 48.49638, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30479, 48.49638, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30411, 48.49639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30344, 48.4964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30276, 48.49641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30208, 48.49641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30141, 48.49642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30073, 48.49643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30005, 48.49644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29938, 48.49644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.2987, 48.49645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.337, 48.50328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33632, 48.50329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33565, 48.50329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31901, 48.49667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31833, 48.49668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31766, 48.49669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31698, 48.49669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3163, 48.4967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31563, 48.49671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31495, 48.49672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31427, 48.49672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3136, 48.49673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31292, 48.49674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31224, 48.49675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31157, 48.49676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31089, 48.49676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31021, 48.49677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30954, 48.49678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30886, 48.49679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30818, 48.49679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30751, 48.4968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30683, 48.49681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30616, 48.49682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30548, 48.49682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3048, 48.49683, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30413, 48.49684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30345, 48.49685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30277, 48.49686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3021, 48.49686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30142, 48.49687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30074, 48.49688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30007, 48.49689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.29939, 48.49689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3197, 48.49711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31902, 48.49712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31835, 48.49713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31767, 48.49714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31699, 48.49714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31632, 48.49715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31564, 48.49716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31496, 48.49717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31429, 48.49717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31361, 48.49718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31293, 48.49719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31226, 48.4972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31158, 48.49721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3109, 48.49721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31023, 48.49722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30955, 48.49723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30887, 48.49724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3082, 48.49724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30752, 48.49725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30684, 48.49726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30617, 48.49727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30549, 48.49727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30481, 48.49728, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30414, 48.49729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30346, 48.4973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30278, 48.49731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30211, 48.49731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30143, 48.49732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30075, 48.49733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30008, 48.49734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31971, 48.49756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31903, 48.49757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31836, 48.49758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31768, 48.49759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.317, 48.49759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31633, 48.4976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31565, 48.49761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31497, 48.49762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3143, 48.49762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31362, 48.49763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31294, 48.49764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31227, 48.49765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31159, 48.49765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31091, 48.49766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31024, 48.49767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30956, 48.49768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30888, 48.49769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30821, 48.49769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30753, 48.4977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30685, 48.49771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30618, 48.49772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3055, 48.49772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30482, 48.49773, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30415, 48.49774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30347, 48.49775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30279, 48.49775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30212, 48.49776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30144, 48.49777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30077, 48.49778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31972, 48.49801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31905, 48.49802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31837, 48.49803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31769, 48.49804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31702, 48.49804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31634, 48.49805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31566, 48.49806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31499, 48.49807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31431, 48.49807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31363, 48.49808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31296, 48.49809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31228, 48.4981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3116, 48.4981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31093, 48.49811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31025, 48.49812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30957, 48.49813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3089, 48.49814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30822, 48.49814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30754, 48.49815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30687, 48.49816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30619, 48.49817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30551, 48.49817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30484, 48.49818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30416, 48.49819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30348, 48.4982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32041, 48.49845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31973, 48.49846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31906, 48.49847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31838, 48.49848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3177, 48.49848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31703, 48.49849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31635, 48.4985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31567, 48.49851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.315, 48.49852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31432, 48.49852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31364, 48.49853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31297, 48.49854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31229, 48.49855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31161, 48.49855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31094, 48.49856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31026, 48.49857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30958, 48.49858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30891, 48.49859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30823, 48.49859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30755, 48.4986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30688, 48.49861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3062, 48.49862, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30552, 48.49862, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30485, 48.49863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30417, 48.49864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32042, 48.4989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31975, 48.49891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31907, 48.49892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31839, 48.49893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31772, 48.49893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31704, 48.49894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31636, 48.49895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31569, 48.49896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31501, 48.49897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31433, 48.49897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31366, 48.49898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31298, 48.49899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3123, 48.499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31163, 48.499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31095, 48.49901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31027, 48.49902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3096, 48.49903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30892, 48.49903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30824, 48.49904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30757, 48.49905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30689, 48.49906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30486, 48.49908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30418, 48.49909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34514, 48.50596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34446, 48.50596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31976, 48.49936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31908, 48.49937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3184, 48.49938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31773, 48.49938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31705, 48.49939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31637, 48.4994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3157, 48.49941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31502, 48.49942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31434, 48.49942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31367, 48.49943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31299, 48.49944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31231, 48.49945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31164, 48.49945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31096, 48.49946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31028, 48.49947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30961, 48.49948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30893, 48.49948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30825, 48.49949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30758, 48.4995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30622, 48.49952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3465, 48.50641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34582, 48.50641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34514, 48.50641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34447, 48.50641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34379, 48.50641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31977, 48.49981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31909, 48.49982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31842, 48.49983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31774, 48.49983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31706, 48.49984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31639, 48.49985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31571, 48.49986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31503, 48.49986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31436, 48.49987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31368, 48.49988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.313, 48.49989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31233, 48.4999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31165, 48.4999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31097, 48.49991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30894, 48.49993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30827, 48.49994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30759, 48.49995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30624, 48.49997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34718, 48.50685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3465, 48.50686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34582, 48.50686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34515, 48.50686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34447, 48.50686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34379, 48.50686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3191, 48.50027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31843, 48.50028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31775, 48.50028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31707, 48.50029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3164, 48.5003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31572, 48.50031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31504, 48.50031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31437, 48.50032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31369, 48.50033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31166, 48.50035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31098, 48.50036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3076, 48.5004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30692, 48.50041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34786, 48.5073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34718, 48.5073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3465, 48.50731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34583, 48.50731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34515, 48.50731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34447, 48.50731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31641, 48.50075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31303, 48.50079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31235, 48.5008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31167, 48.5008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.311, 48.50081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30761, 48.50085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30694, 48.50086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30626, 48.50086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34854, 48.50775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34786, 48.50775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34718, 48.50775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34651, 48.50775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34583, 48.50776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34515, 48.50776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31507, 48.50121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31304, 48.50124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31236, 48.50124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31168, 48.50125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3083, 48.50129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30695, 48.50131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34922, 48.5082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34854, 48.5082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34786, 48.5082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34719, 48.5082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34651, 48.5082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34583, 48.50821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34516, 48.50821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31576, 48.50166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31508, 48.50166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3144, 48.50167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31373, 48.50168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31305, 48.50169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31237, 48.50169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3117, 48.5017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31102, 48.50171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31034, 48.50172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30967, 48.50173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30899, 48.50173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30764, 48.50175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3499, 48.50864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34922, 48.50865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34854, 48.50865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34787, 48.50865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34719, 48.50865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34651, 48.50865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34584, 48.50866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31712, 48.50209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31441, 48.50212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31374, 48.50213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31306, 48.50214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31238, 48.50214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31171, 48.50215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31103, 48.50216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31035, 48.50217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30968, 48.50218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.309, 48.50218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30832, 48.50219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3499, 48.50909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34922, 48.5091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34855, 48.5091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34787, 48.5091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34719, 48.5091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34652, 48.5091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3151, 48.50256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31443, 48.50257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31375, 48.50258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31307, 48.50259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3124, 48.50259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31037, 48.50262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30969, 48.50262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.30901, 48.50263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35058, 48.50954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3499, 48.50954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34923, 48.50955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34855, 48.50955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34787, 48.50955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3472, 48.50955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3185, 48.50297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31714, 48.50299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31647, 48.503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31579, 48.50301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31511, 48.50301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31444, 48.50302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31376, 48.50303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31308, 48.50304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31241, 48.50304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35058, 48.50999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34991, 48.50999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34923, 48.51, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32122, 48.50339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32054, 48.5034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31986, 48.50341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31919, 48.50342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31851, 48.50342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31783, 48.50343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31716, 48.50344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31648, 48.50345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3158, 48.50345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31513, 48.50346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31445, 48.50347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31377, 48.50348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32393, 48.50381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3219, 48.50383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32123, 48.50384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32055, 48.50385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31987, 48.50386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3192, 48.50387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31852, 48.50387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31784, 48.50388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31717, 48.50389, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31649, 48.5039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31581, 48.5039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31514, 48.50391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3253, 48.50425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32462, 48.50425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32395, 48.50426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32327, 48.50427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32259, 48.50428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32192, 48.50428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32124, 48.50429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32056, 48.5043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31989, 48.50431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.31921, 48.50432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3287, 48.50466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32802, 48.50466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32734, 48.50467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32667, 48.50468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32599, 48.50469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.33344, 48.50505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.33209, 48.50507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.33006, 48.50509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.32871, 48.50511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.33616, 48.50547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.33346, 48.5055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.33075, 48.50553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.33753, 48.5059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3567, 48.51312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35602, 48.51312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.34769, 48.50623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.34431, 48.50627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35738, 48.51357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3567, 48.51357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35602, 48.51357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35535, 48.51358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35806, 48.51402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35738, 48.51402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3567, 48.51402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35603, 48.51402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35535, 48.51403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.34975, 48.50711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35874, 48.51446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35806, 48.51447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35738, 48.51447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35671, 48.51447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35603, 48.51447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35535, 48.51448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35874, 48.51491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35806, 48.51492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35739, 48.51492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35671, 48.51492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35603, 48.51492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35536, 48.51493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.35857, 48.50791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.35586, 48.50794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35874, 48.51536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35807, 48.51537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35739, 48.51537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35671, 48.51537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35604, 48.51537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3843, 48.50805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38362, 48.50806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38294, 48.50807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38227, 48.50807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38159, 48.50808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38091, 48.50809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.36535, 48.50828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.36399, 48.50829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.36264, 48.50831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35943, 48.51581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35875, 48.51581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35807, 48.51582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35739, 48.51582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35672, 48.51582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35604, 48.51582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38634, 48.50847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38566, 48.50848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38499, 48.50849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38431, 48.5085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38363, 48.50851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38295, 48.50852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38228, 48.50852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3816, 48.50853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38092, 48.50854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38025, 48.50855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.36739, 48.5087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35943, 48.51626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35875, 48.51626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35807, 48.51627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3574, 48.51627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35672, 48.51627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38838, 48.5089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3877, 48.50891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38703, 48.50892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38635, 48.50892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38567, 48.50893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.385, 48.50894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38432, 48.50895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38364, 48.50896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38297, 48.50896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38229, 48.50897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38161, 48.50898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38094, 48.50899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38026, 48.509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.37958, 48.50901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.36875, 48.50913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35875, 48.51671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35808, 48.51672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3574, 48.51672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3911, 48.50932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39042, 48.50932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38975, 48.50933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38907, 48.50934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38839, 48.50935, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38772, 48.50936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38704, 48.50937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38636, 48.50937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38569, 48.50938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38501, 48.50939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38433, 48.5094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38366, 48.50941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38298, 48.50941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3823, 48.50942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38163, 48.50943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38095, 48.50944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38027, 48.50945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3796, 48.50946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3708, 48.50956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39247, 48.50975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39179, 48.50976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39111, 48.50977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39044, 48.50977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38976, 48.50978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38908, 48.50979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38841, 48.5098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38773, 48.50981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38705, 48.50982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38638, 48.50982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3857, 48.50983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38502, 48.50984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38435, 48.50985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38367, 48.50986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38299, 48.50986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38231, 48.50987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38164, 48.50988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38096, 48.50989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38028, 48.5099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.37352, 48.50998, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.37284, 48.50999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.37081, 48.51001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39316, 48.51019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39248, 48.5102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3918, 48.51021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39113, 48.51022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39045, 48.51022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38977, 48.51023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38909, 48.51024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38842, 48.51025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38774, 48.51026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38706, 48.51027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38639, 48.51027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38571, 48.51028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38503, 48.51029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38436, 48.5103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38368, 48.51031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.383, 48.51031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38233, 48.51032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38165, 48.51033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.37421, 48.51042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39452, 48.51062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39384, 48.51063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39317, 48.51064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39249, 48.51065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39181, 48.51066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39114, 48.51067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39046, 48.51067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38978, 48.51068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38911, 48.51069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38843, 48.5107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38775, 48.51071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38708, 48.51071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3864, 48.51072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38572, 48.51073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38505, 48.51074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38437, 48.51075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38369, 48.51076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.37692, 48.51084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.37557, 48.51085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39521, 48.51107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39453, 48.51107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39386, 48.51108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39318, 48.51109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3925, 48.5111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39183, 48.51111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39115, 48.51112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39047, 48.51112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3898, 48.51113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38912, 48.51114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38844, 48.51115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38777, 48.51116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38709, 48.51116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38641, 48.51117, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38574, 48.51118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.37964, 48.51125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.37897, 48.51126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.37829, 48.51127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3959, 48.51151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39522, 48.51152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39455, 48.51152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39387, 48.51153, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39319, 48.51154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39252, 48.51155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39184, 48.51156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39116, 48.51157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39049, 48.51157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38981, 48.51158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38913, 48.51159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38845, 48.5116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38778, 48.51161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3871, 48.51161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39659, 48.51195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39591, 48.51196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39524, 48.51197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39456, 48.51197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39388, 48.51198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3932, 48.51199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39253, 48.512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39185, 48.51201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39117, 48.51201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3905, 48.51202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38982, 48.51203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38914, 48.51204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38847, 48.51205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38238, 48.51212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39728, 48.51239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3966, 48.5124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39592, 48.51241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39525, 48.51242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39457, 48.51242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39389, 48.51243, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39322, 48.51244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39254, 48.51245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39186, 48.51246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39119, 48.51246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39051, 48.51247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38983, 48.51248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38442, 48.51255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38374, 48.51255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39729, 48.51284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39661, 48.51285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39594, 48.51286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39526, 48.51287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39458, 48.51287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39391, 48.51288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39323, 48.51289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39255, 48.5129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39188, 48.51291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38782, 48.51296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38578, 48.51298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38443, 48.513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3973, 48.51329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39663, 48.5133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39595, 48.51331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39527, 48.51331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.3946, 48.51332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39392, 48.51333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38986, 48.51338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38715, 48.51341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38647, 48.51342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39055, 48.51382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38987, 48.51383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38919, 48.51384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38852, 48.51385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.38784, 48.51385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39124, 48.51426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39056, 48.51427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39328, 48.51469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39193, 48.5147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39397, 48.51513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41294, 48.5158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41227, 48.51581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41159, 48.51581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41091, 48.51582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41024, 48.51583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39602, 48.516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41566, 48.51621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41499, 48.51622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41431, 48.51623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41363, 48.51624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41296, 48.51625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41228, 48.51626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4116, 48.51626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41093, 48.51627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41025, 48.51628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.40957, 48.51629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41771, 48.51664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41703, 48.51665, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41635, 48.51666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41568, 48.51666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.415, 48.51667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41432, 48.51668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41365, 48.51669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41297, 48.5167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41229, 48.51671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41162, 48.51671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41094, 48.51672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41026, 48.51673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.40959, 48.51674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42178, 48.51704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4211, 48.51705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42043, 48.51706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41975, 48.51706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41907, 48.51707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4184, 48.51708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41772, 48.51709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41704, 48.5171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41637, 48.51711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41569, 48.51711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41501, 48.51712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41434, 48.51713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41366, 48.51714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41298, 48.51715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41231, 48.51716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41163, 48.51716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41095, 48.51717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41027, 48.51718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4096, 48.51719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39877, 48.51732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35881, 48.52526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35814, 48.52526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35746, 48.52526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4245, 48.51746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42382, 48.51746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42315, 48.51747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42247, 48.51748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42179, 48.51749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42112, 48.5175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42044, 48.51751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41976, 48.51751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41909, 48.51752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41841, 48.51753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41773, 48.51754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41706, 48.51755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41638, 48.51756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4157, 48.51756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41503, 48.51757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41435, 48.51758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41367, 48.51759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41299, 48.5176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41232, 48.51761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41164, 48.51761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41096, 48.51762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41029, 48.51763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39946, 48.51776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39878, 48.51777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3595, 48.52571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35882, 48.52571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35814, 48.52571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35746, 48.52571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42722, 48.51787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42654, 48.51788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42587, 48.51789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42519, 48.5179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42451, 48.5179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42384, 48.51791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42316, 48.51792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42248, 48.51793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42181, 48.51794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42113, 48.51795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42045, 48.51795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41978, 48.51796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4191, 48.51797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41842, 48.51798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41775, 48.51799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41707, 48.518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41639, 48.51801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41571, 48.51801, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41504, 48.51802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41436, 48.51803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41368, 48.51804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41301, 48.51805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41233, 48.51805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41165, 48.51806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41098, 48.51807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.40624, 48.51813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.40488, 48.51815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.40353, 48.51816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.40285, 48.51817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.40218, 48.51818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3595, 48.52616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35882, 48.52616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35814, 48.52616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35747, 48.52616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42791, 48.51831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42723, 48.51832, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42656, 48.51833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42588, 48.51834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4252, 48.51835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42453, 48.51835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42385, 48.51836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42317, 48.51837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4225, 48.51838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42182, 48.51839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42114, 48.5184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42047, 48.5184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41979, 48.51841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41911, 48.51842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41843, 48.51843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41776, 48.51844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41708, 48.51845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4164, 48.51845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41573, 48.51846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41505, 48.51847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41437, 48.51848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4137, 48.51849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41302, 48.5185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41234, 48.5185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41167, 48.51851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.40151, 48.51864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3595, 48.52661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35882, 48.52661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35815, 48.52661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35747, 48.52661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4286, 48.51875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42792, 48.51876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42725, 48.51877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42657, 48.51878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42589, 48.51879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42522, 48.5188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42454, 48.5188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42386, 48.51881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42319, 48.51882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42251, 48.51883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42183, 48.51884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42115, 48.51885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42048, 48.51885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4198, 48.51886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41912, 48.51887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41845, 48.51888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41777, 48.51889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41709, 48.5189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41642, 48.5189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41574, 48.51891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41506, 48.51892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41439, 48.51893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41371, 48.51894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41303, 48.51895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39882, 48.51912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36018, 48.52706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3595, 48.52706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35883, 48.52706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35815, 48.52706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35747, 48.52706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42861, 48.5192, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42794, 48.51921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42726, 48.51922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42658, 48.51923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42591, 48.51924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42523, 48.51925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42455, 48.51925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42388, 48.51926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4232, 48.51927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42252, 48.51928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42184, 48.51929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42117, 48.5193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42049, 48.5193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41981, 48.51931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41914, 48.51932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41846, 48.51933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41778, 48.51934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41711, 48.51935, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41643, 48.51935, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41575, 48.51936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41508, 48.51937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4144, 48.51938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41372, 48.51939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.39883, 48.51957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36019, 48.52751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35951, 48.52751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35883, 48.52751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35815, 48.52751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35748, 48.52751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42863, 48.51965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42795, 48.51966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42727, 48.51967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4266, 48.51968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42592, 48.51969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42524, 48.5197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42456, 48.5197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42389, 48.51971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42321, 48.51972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42253, 48.51973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42186, 48.51974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42118, 48.51975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4205, 48.51975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41983, 48.51976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41915, 48.51977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41847, 48.51978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4178, 48.51979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41712, 48.5198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41644, 48.5198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41576, 48.51981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41509, 48.51982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41441, 48.51983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41373, 48.51984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36019, 48.52795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35951, 48.52796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35883, 48.52796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35816, 48.52796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35748, 48.52796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42728, 48.52012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42661, 48.52013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42458, 48.52015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4239, 48.52016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42322, 48.52017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42255, 48.52018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42187, 48.52019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42119, 48.5202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42052, 48.5202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41984, 48.52021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41916, 48.52022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41849, 48.52023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41781, 48.52024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41713, 48.52025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41645, 48.52025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4151, 48.52027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41442, 48.52028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36087, 48.5284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36019, 48.5284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35951, 48.52841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35884, 48.52841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35816, 48.52841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41511, 48.52072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36155, 48.52885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36087, 48.52885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36019, 48.52885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35952, 48.52886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35884, 48.52886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35816, 48.52886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41716, 48.52114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41648, 48.52115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4158, 48.52116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36223, 48.5293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36155, 48.5293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36088, 48.5293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3602, 48.5293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35952, 48.52931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35884, 48.52931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35817, 48.52931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42732, 48.52147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42529, 48.52149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4192, 48.52157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41785, 48.52159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36223, 48.52975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36156, 48.52975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36088, 48.52975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3602, 48.52975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35952, 48.52976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35885, 48.52976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42937, 48.52189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42801, 48.52191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42734, 48.52192, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42666, 48.52193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42598, 48.52194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4253, 48.52194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42463, 48.52195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42395, 48.52196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42327, 48.52197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4226, 48.52198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41989, 48.52201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.41921, 48.52202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36224, 48.5302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36156, 48.5302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36088, 48.5302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3602, 48.5302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35953, 48.53021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35885, 48.53021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43547, 48.52227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43479, 48.52228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43412, 48.52228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43344, 48.52229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42464, 48.5224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42396, 48.52241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.42329, 48.52242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36292, 48.53065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36224, 48.53065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36156, 48.53065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36088, 48.53065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36021, 48.53065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35953, 48.53066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35885, 48.53066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44158, 48.52264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43548, 48.52272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36292, 48.5311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36224, 48.5311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36157, 48.5311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36089, 48.5311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36021, 48.5311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35953, 48.53111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35886, 48.53111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44362, 48.52306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44294, 48.52307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44159, 48.52309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43956, 48.52312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43888, 48.52312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43753, 48.52314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43685, 48.52315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36292, 48.53154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36225, 48.53155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36157, 48.53155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36089, 48.53155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36021, 48.53155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35954, 48.53156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35886, 48.53156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44499, 48.5235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44363, 48.52351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4416, 48.52354, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44093, 48.52355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44025, 48.52356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43822, 48.52358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43754, 48.52359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43686, 48.5236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.43619, 48.52361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36293, 48.53199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36225, 48.532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36157, 48.532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36089, 48.532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36022, 48.532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35954, 48.53201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35886, 48.53201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44635, 48.52393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.445, 48.52395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44432, 48.52396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44365, 48.52396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44297, 48.52397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36225, 48.53245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36157, 48.53245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3609, 48.53245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36022, 48.53245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35954, 48.53246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35887, 48.53246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44772, 48.52436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44569, 48.52439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44501, 48.5244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36226, 48.5329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36158, 48.5329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3609, 48.5329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36022, 48.5329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35955, 48.5329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35887, 48.53291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44909, 48.5248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36226, 48.53335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36158, 48.53335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3609, 48.53335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36023, 48.53335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35955, 48.53335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35887, 48.53336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36226, 48.5338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36158, 48.5338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36091, 48.5338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36023, 48.5338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35955, 48.5338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35888, 48.53381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44979, 48.52569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.44911, 48.52569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36226, 48.53425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36159, 48.53425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36091, 48.53425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36023, 48.53425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35956, 48.53425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35888, 48.53426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36159, 48.5347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36091, 48.5347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36024, 48.5347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35956, 48.5347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36092, 48.53515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36024, 48.53515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35956, 48.53515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.45186, 48.52701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.45255, 48.52745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.45733, 48.52874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.45665, 48.52875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.45597, 48.52876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.45531, 48.52922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36026, 48.5383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35958, 48.5383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35891, 48.5383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35823, 48.53831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36094, 48.53875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36026, 48.53875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35959, 48.53875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35891, 48.53875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35823, 48.53876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35756, 48.53876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36095, 48.5392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36027, 48.5392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35959, 48.5392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35891, 48.5392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35824, 48.53921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35756, 48.53921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35688, 48.53921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36095, 48.53965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36027, 48.53965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35959, 48.53965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35892, 48.53965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35824, 48.53966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35756, 48.53966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35688, 48.53966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.46011, 48.5314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36095, 48.5401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36027, 48.5401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3596, 48.5401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35892, 48.5401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35824, 48.54011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35756, 48.54011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35689, 48.54011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.46013, 48.53185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.45945, 48.53186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36096, 48.54055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36028, 48.54055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3596, 48.54055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35892, 48.54055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35825, 48.54056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35757, 48.54056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35689, 48.54056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35621, 48.54056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36096, 48.541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36028, 48.541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3596, 48.541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35893, 48.541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35825, 48.54101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35757, 48.54101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35689, 48.54101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35622, 48.54101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4588, 48.53277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36096, 48.54145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36028, 48.54145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35961, 48.54145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35893, 48.54145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35825, 48.54146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35757, 48.54146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3569, 48.54146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35622, 48.54146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36029, 48.5419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35961, 48.5419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35893, 48.5419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35826, 48.54191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35758, 48.54191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3569, 48.54191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.45882, 48.53367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36029, 48.54235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35961, 48.54235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35894, 48.54235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35826, 48.54236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35758, 48.54236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3569, 48.54236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36029, 48.5428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35962, 48.5428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35894, 48.5428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35826, 48.5428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35758, 48.54281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35691, 48.54281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3603, 48.54325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35962, 48.54325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35894, 48.54325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35826, 48.54325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35759, 48.54326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3603, 48.5437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35962, 48.5437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35895, 48.5437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35827, 48.5437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35759, 48.54371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36098, 48.54415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3603, 48.54415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35963, 48.54415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35895, 48.54415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35827, 48.54415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35759, 48.54416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35692, 48.54416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36098, 48.5446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36031, 48.5446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35963, 48.5446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35895, 48.5446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35827, 48.5446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3576, 48.54461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35692, 48.54461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36099, 48.54505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36031, 48.54505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35963, 48.54505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35895, 48.54505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35828, 48.54505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3576, 48.54506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35692, 48.54506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35624, 48.54506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36099, 48.5455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36031, 48.5455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35964, 48.5455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35896, 48.5455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35828, 48.5455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3576, 48.54551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35693, 48.54551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35625, 48.54551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35557, 48.54551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36099, 48.54595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36032, 48.54595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35964, 48.54595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35896, 48.54595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35828, 48.54595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35761, 48.54596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35693, 48.54596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35625, 48.54596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35557, 48.54596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36167, 48.54639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.361, 48.54639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36032, 48.5464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35964, 48.5464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35896, 48.5464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35829, 48.5464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35761, 48.54641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35693, 48.54641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35625, 48.54641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35558, 48.54641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3549, 48.54641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36168, 48.54684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.361, 48.54684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36032, 48.54685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35964, 48.54685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35897, 48.54685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35829, 48.54685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35761, 48.54686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35694, 48.54686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35626, 48.54686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35558, 48.54686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3549, 48.54686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36236, 48.54729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36168, 48.54729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.361, 48.54729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36033, 48.5473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35965, 48.5473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35897, 48.5473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35829, 48.5473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35762, 48.54731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35694, 48.54731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35626, 48.54731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35558, 48.54731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35491, 48.54731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36304, 48.54774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36236, 48.54774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36168, 48.54774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36101, 48.54774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36033, 48.54775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35965, 48.54775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35897, 48.54775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3583, 48.54775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35762, 48.54775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35694, 48.54776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35626, 48.54776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35559, 48.54776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35491, 48.54776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36304, 48.54819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36236, 48.54819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36169, 48.54819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36101, 48.54819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36033, 48.5482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35965, 48.5482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35898, 48.5482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3583, 48.5482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35762, 48.5482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35694, 48.54821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35627, 48.54821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35559, 48.54821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35491, 48.54821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36305, 48.54864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36237, 48.54864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36169, 48.54864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36101, 48.54864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36034, 48.54865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35966, 48.54865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35898, 48.54865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3583, 48.54865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35763, 48.54865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35695, 48.54866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35627, 48.54866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35559, 48.54866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35492, 48.54866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36305, 48.54909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36237, 48.54909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36169, 48.54909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36102, 48.54909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36034, 48.5491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35966, 48.5491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35898, 48.5491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35831, 48.5491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35763, 48.5491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35695, 48.54911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35627, 48.54911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3556, 48.54911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35492, 48.54911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36305, 48.54954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36237, 48.54954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3617, 48.54954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36102, 48.54954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36034, 48.54955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35966, 48.54955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35899, 48.54955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35831, 48.54955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35763, 48.54955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35695, 48.54956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35628, 48.54956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3556, 48.54956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36305, 48.54999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36238, 48.54999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3617, 48.54999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36102, 48.54999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36034, 48.55, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35967, 48.55, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35899, 48.55, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35831, 48.55, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35763, 48.55, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35696, 48.55001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35628, 48.55001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3556, 48.55001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36238, 48.55044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3617, 48.55044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36103, 48.55044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36035, 48.55045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35967, 48.55045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35899, 48.55045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35832, 48.55045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35764, 48.55045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35696, 48.55046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35628, 48.55046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.4997, 48.54169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36238, 48.55089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36171, 48.55089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36103, 48.55089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36035, 48.5509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35967, 48.5509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.359, 48.5509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35832, 48.5509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35764, 48.5509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35696, 48.55091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.50107, 48.54212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.49497, 48.5422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36239, 48.55134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36171, 48.55134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36103, 48.55134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36035, 48.55134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35968, 48.55135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.359, 48.55135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35832, 48.55135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35764, 48.55135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.50447, 48.54253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -124.50379, 48.54254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36239, 48.55179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36171, 48.55179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36104, 48.55179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36036, 48.55179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35968, 48.5518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.359, 48.5518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35832, 48.5518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35765, 48.5518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36239, 48.55224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36172, 48.55224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36104, 48.55224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36036, 48.55224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35968, 48.55225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35901, 48.55225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35833, 48.55225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35765, 48.55225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24382, 48.55255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36172, 48.55269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36104, 48.55269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36036, 48.55269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35969, 48.5527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35901, 48.5527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35833, 48.5527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35765, 48.5527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24789, 48.55299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24721, 48.55299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24654, 48.55299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24518, 48.553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2445, 48.553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24383, 48.553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36172, 48.55314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36104, 48.55314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36037, 48.55314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35969, 48.55315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35901, 48.55315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35833, 48.55315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35766, 48.55315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25196, 48.55343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25128, 48.55343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2506, 48.55344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24993, 48.55344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24925, 48.55344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24857, 48.55344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24789, 48.55344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24722, 48.55344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36173, 48.55359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36105, 48.55359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36037, 48.55359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35969, 48.5536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35902, 48.5536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35834, 48.5536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35766, 48.5536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25603, 48.55387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25535, 48.55387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25467, 48.55388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25399, 48.55388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25332, 48.55388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25264, 48.55388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25196, 48.55388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25128, 48.55388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25061, 48.55389, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24993, 48.55389, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24925, 48.55389, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36173, 48.55404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36105, 48.55404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36037, 48.55404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3597, 48.55405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35902, 48.55405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35834, 48.55405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35766, 48.55405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26009, 48.55431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25942, 48.55432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25738, 48.55432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25671, 48.55432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25603, 48.55432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25535, 48.55432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25467, 48.55433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.254, 48.55433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25332, 48.55433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25264, 48.55433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25196, 48.55433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36105, 48.55449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36038, 48.55449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3597, 48.5545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35902, 48.5545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35834, 48.5545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35767, 48.5545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26213, 48.55476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26145, 48.55476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26077, 48.55476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2601, 48.55476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25942, 48.55477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25874, 48.55477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25739, 48.55477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25671, 48.55477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25603, 48.55477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25535, 48.55477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25468, 48.55478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.254, 48.55478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25332, 48.55478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25264, 48.55478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25197, 48.55478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36106, 48.55494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36038, 48.55494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3597, 48.55495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35902, 48.55495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35835, 48.55495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35767, 48.55495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26145, 48.55521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26078, 48.55521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2601, 48.55521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25942, 48.55522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25739, 48.55522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25671, 48.55522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25603, 48.55522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25536, 48.55522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25468, 48.55523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.254, 48.55523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25332, 48.55523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25265, 48.55523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25197, 48.55523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36106, 48.55539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36038, 48.55539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35971, 48.5554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35903, 48.5554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35835, 48.5554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35767, 48.5554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27162, 48.55564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27094, 48.55564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27027, 48.55564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25671, 48.55567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25604, 48.55567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25536, 48.55567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25468, 48.55568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.254, 48.55568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25333, 48.55568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25265, 48.55568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36039, 48.55584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35971, 48.55585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35903, 48.55585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35835, 48.55585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35768, 48.55585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27501, 48.55608, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27433, 48.55608, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27366, 48.55608, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27298, 48.55608, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2723, 48.55608, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27162, 48.55609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27095, 48.55609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25536, 48.55612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25468, 48.55613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25401, 48.55613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25333, 48.55613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25265, 48.55613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36039, 48.55629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35971, 48.55629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35903, 48.5563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35836, 48.5563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27501, 48.55653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27434, 48.55653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27366, 48.55653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27298, 48.55653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2723, 48.55653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27163, 48.55654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27095, 48.55654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25807, 48.55657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2574, 48.55657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25672, 48.55657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36039, 48.55674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35972, 48.55674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35904, 48.55675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35836, 48.55675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27434, 48.55698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27366, 48.55698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27298, 48.55698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27231, 48.55698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27163, 48.55699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27095, 48.55699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27027, 48.55699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26959, 48.55699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26756, 48.557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26688, 48.557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25875, 48.55702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25808, 48.55702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2574, 48.55702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25672, 48.55702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25604, 48.55702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3604, 48.55719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35972, 48.55719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35904, 48.5572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35836, 48.5572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27434, 48.55743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27366, 48.55743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27299, 48.55743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27231, 48.55743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27163, 48.55744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27095, 48.55744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27027, 48.55744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2696, 48.55744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26892, 48.55744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26824, 48.55744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26756, 48.55745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26689, 48.55745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26621, 48.55745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26553, 48.55745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25876, 48.55747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25808, 48.55747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2574, 48.55747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25672, 48.55747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25605, 48.55747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25537, 48.55747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3604, 48.55764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35972, 48.55764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35904, 48.55765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35837, 48.55765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27976, 48.55787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27909, 48.55787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27841, 48.55787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27434, 48.55788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27367, 48.55788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27299, 48.55788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27231, 48.55788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27163, 48.55789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27095, 48.55789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27028, 48.55789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2696, 48.55789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26892, 48.55789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26824, 48.55789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26757, 48.5579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26689, 48.5579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26621, 48.5579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26553, 48.5579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26486, 48.5579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25876, 48.55792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25808, 48.55792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2574, 48.55792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25672, 48.55792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25605, 48.55792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25537, 48.55792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35972, 48.55809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35905, 48.5581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35837, 48.5581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28044, 48.55831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27977, 48.55832, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27909, 48.55832, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27841, 48.55832, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27773, 48.55832, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27435, 48.55833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27367, 48.55833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27299, 48.55833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27231, 48.55833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27163, 48.55834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27096, 48.55834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27028, 48.55834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2696, 48.55834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26892, 48.55834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26825, 48.55834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26757, 48.55835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26689, 48.55835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26621, 48.55835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26554, 48.55835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26486, 48.55835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25876, 48.55837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25808, 48.55837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2574, 48.55837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25673, 48.55837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25605, 48.55837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25537, 48.55837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25469, 48.55837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36041, 48.55854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35973, 48.55854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35905, 48.55855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35837, 48.55855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28112, 48.55876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28045, 48.55876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27977, 48.55877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27909, 48.55877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27841, 48.55877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27774, 48.55877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27706, 48.55877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27435, 48.55878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27367, 48.55878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27299, 48.55878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27231, 48.55878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27164, 48.55879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27096, 48.55879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27028, 48.55879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2696, 48.55879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26893, 48.55879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26825, 48.55879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26757, 48.55879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26689, 48.5588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26622, 48.5588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26554, 48.5588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26486, 48.5588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25876, 48.55882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25808, 48.55882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25741, 48.55882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25673, 48.55882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25605, 48.55882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25537, 48.55882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2547, 48.55882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25402, 48.55883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25334, 48.55883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36041, 48.55899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35973, 48.55899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35905, 48.559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35838, 48.559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2818, 48.55921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28113, 48.55921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28045, 48.55921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27977, 48.55922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27909, 48.55922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27842, 48.55922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27774, 48.55922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27706, 48.55922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27638, 48.55922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27571, 48.55923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27503, 48.55923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27435, 48.55923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27367, 48.55923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27299, 48.55923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27232, 48.55923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27164, 48.55924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27096, 48.55924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27028, 48.55924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26961, 48.55924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26893, 48.55924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26825, 48.55924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26757, 48.55924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2669, 48.55925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26622, 48.55925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26554, 48.55925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26486, 48.55925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25944, 48.55926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25876, 48.55926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25809, 48.55927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25741, 48.55927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25673, 48.55927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25605, 48.55927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25538, 48.55927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2547, 48.55927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25402, 48.55928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25334, 48.55928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25267, 48.55928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36109, 48.55944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36041, 48.55944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35973, 48.55944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35906, 48.55945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35838, 48.55945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28181, 48.55966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28113, 48.55966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28045, 48.55966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27977, 48.55967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2791, 48.55967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27842, 48.55967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27774, 48.55967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27706, 48.55967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27639, 48.55967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27571, 48.55968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27503, 48.55968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27435, 48.55968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27367, 48.55968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.273, 48.55968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27232, 48.55968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27164, 48.55969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27096, 48.55969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27029, 48.55969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26961, 48.55969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26893, 48.55969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26825, 48.55969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26758, 48.55969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2669, 48.5597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26622, 48.5597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26554, 48.5597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25944, 48.55971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25877, 48.55971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25809, 48.55972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25741, 48.55972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25673, 48.55972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25606, 48.55972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25538, 48.55972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2547, 48.55972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25402, 48.55973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25335, 48.55973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25267, 48.55973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25199, 48.55973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36177, 48.55989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36109, 48.55989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36041, 48.55989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35974, 48.55989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35906, 48.5599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35838, 48.5599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28181, 48.56011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28113, 48.56011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28045, 48.56011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27978, 48.56012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2791, 48.56012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27842, 48.56012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27774, 48.56012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27707, 48.56012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27639, 48.56012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27571, 48.56013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27503, 48.56013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27436, 48.56013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27368, 48.56013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.273, 48.56013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27232, 48.56013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27164, 48.56013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27097, 48.56014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27029, 48.56014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26961, 48.56014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26893, 48.56014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26826, 48.56014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26758, 48.56014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2669, 48.56015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26622, 48.56015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26012, 48.56016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25945, 48.56016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25877, 48.56016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25809, 48.56017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25741, 48.56017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25674, 48.56017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25606, 48.56017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25538, 48.56017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2547, 48.56017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25403, 48.56018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25335, 48.56018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25267, 48.56018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25199, 48.56018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36245, 48.56033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36177, 48.56034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3611, 48.56034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36042, 48.56034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35974, 48.56034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35906, 48.56035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35839, 48.56035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28249, 48.56056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28181, 48.56056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28113, 48.56056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28046, 48.56056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27978, 48.56057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2791, 48.56057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27842, 48.56057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27775, 48.56057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27707, 48.56057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27639, 48.56057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27571, 48.56058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27504, 48.56058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27436, 48.56058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27368, 48.56058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.273, 48.56058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27232, 48.56058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27165, 48.56058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27097, 48.56059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27029, 48.56059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26961, 48.56059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26894, 48.56059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26826, 48.56059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26758, 48.56059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2669, 48.5606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26013, 48.56061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25945, 48.56061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25877, 48.56061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25809, 48.56062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25742, 48.56062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25674, 48.56062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25606, 48.56062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25538, 48.56062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25471, 48.56062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25403, 48.56062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25335, 48.56063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25267, 48.56063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.252, 48.56063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36245, 48.56078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36178, 48.56079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3611, 48.56079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36042, 48.56079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35974, 48.56079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35907, 48.5608, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35839, 48.5608, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28249, 48.56101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28181, 48.56101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28114, 48.56101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28046, 48.56101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27978, 48.56102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2791, 48.56102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27572, 48.56102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27504, 48.56103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27436, 48.56103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27368, 48.56103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.273, 48.56103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27233, 48.56103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27165, 48.56103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27097, 48.56104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27029, 48.56104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26962, 48.56104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26894, 48.56104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26826, 48.56104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26758, 48.56104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26691, 48.56105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26081, 48.56106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26013, 48.56106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25945, 48.56106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25877, 48.56106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2581, 48.56107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25742, 48.56107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25674, 48.56107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25606, 48.56107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25539, 48.56107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25471, 48.56107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25403, 48.56107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25335, 48.56108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25267, 48.56108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.252, 48.56108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36314, 48.56123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36246, 48.56123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36178, 48.56124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3611, 48.56124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36042, 48.56124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35975, 48.56124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35907, 48.56124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28249, 48.56146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28182, 48.56146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27368, 48.56148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27301, 48.56148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27233, 48.56148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27165, 48.56148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27097, 48.56149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2703, 48.56149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26962, 48.56149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26894, 48.56149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26826, 48.56149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26759, 48.56149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26691, 48.5615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26623, 48.5615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26081, 48.56151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26013, 48.56151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25945, 48.56151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25878, 48.56151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2581, 48.56152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25742, 48.56152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25674, 48.56152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25607, 48.56152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25539, 48.56152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25471, 48.56152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25403, 48.56152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25335, 48.56153, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25268, 48.56153, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.252, 48.56153, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36314, 48.56168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36246, 48.56168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36178, 48.56169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36111, 48.56169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36043, 48.56169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35975, 48.56169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35907, 48.56169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28317, 48.56191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2825, 48.56191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28182, 48.56191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27165, 48.56193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27098, 48.56194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2703, 48.56194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26962, 48.56194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26894, 48.56194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26827, 48.56194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26759, 48.56194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26691, 48.56195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26623, 48.56195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26556, 48.56195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26081, 48.56196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26013, 48.56196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25946, 48.56196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25878, 48.56196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2581, 48.56197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25742, 48.56197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25675, 48.56197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25607, 48.56197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25539, 48.56197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25471, 48.56197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25403, 48.56197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25336, 48.56198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25268, 48.56198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.252, 48.56198, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36314, 48.56213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36246, 48.56213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36179, 48.56214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36111, 48.56214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36043, 48.56214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35975, 48.56214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28318, 48.56236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2825, 48.56236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28182, 48.56236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27166, 48.56238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27098, 48.56239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2703, 48.56239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26962, 48.56239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26895, 48.56239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26827, 48.56239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26759, 48.56239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26691, 48.5624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26624, 48.5624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26556, 48.5624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26488, 48.5624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2642, 48.5624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26081, 48.56241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26014, 48.56241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25946, 48.56241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25878, 48.56241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2581, 48.56242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25743, 48.56242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25675, 48.56242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25607, 48.56242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25539, 48.56242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25471, 48.56242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25404, 48.56242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25336, 48.56243, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25268, 48.56243, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36314, 48.56258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36247, 48.56258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36179, 48.56259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36111, 48.56259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28318, 48.56281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2825, 48.56281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28182, 48.56281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27234, 48.56283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27166, 48.56283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27098, 48.56284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2703, 48.56284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26963, 48.56284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26895, 48.56284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26827, 48.56284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26759, 48.56284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26692, 48.56284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26624, 48.56285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26556, 48.56285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26488, 48.56285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2642, 48.56285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26353, 48.56285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26014, 48.56286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25946, 48.56286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25878, 48.56286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25811, 48.56286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25743, 48.56287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25675, 48.56287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25607, 48.56287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25539, 48.56287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25472, 48.56287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25404, 48.56287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25336, 48.56288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25268, 48.56288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36247, 48.56303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36179, 48.56304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28386, 48.56325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28318, 48.56326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2825, 48.56326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28183, 48.56326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27302, 48.56328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27234, 48.56328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27166, 48.56328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27098, 48.56329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27031, 48.56329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26963, 48.56329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26895, 48.56329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26827, 48.56329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2676, 48.56329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26692, 48.56329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26624, 48.5633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26556, 48.5633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26488, 48.5633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26421, 48.5633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26353, 48.5633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25879, 48.56331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25811, 48.56331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25743, 48.56332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25675, 48.56332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25607, 48.56332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2554, 48.56332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25472, 48.56332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25404, 48.56332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25336, 48.56333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25269, 48.56333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28454, 48.5637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28386, 48.5637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28318, 48.56371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28251, 48.56371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28183, 48.56371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27302, 48.56373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27234, 48.56373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27166, 48.56373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27099, 48.56373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27031, 48.56374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26963, 48.56374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26895, 48.56374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26828, 48.56374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2676, 48.56374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26692, 48.56374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26624, 48.56375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26556, 48.56375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26489, 48.56375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26421, 48.56375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26353, 48.56375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25743, 48.56377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25675, 48.56377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25608, 48.56377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2554, 48.56377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25472, 48.56377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25404, 48.56377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25337, 48.56378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25269, 48.56378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28522, 48.56415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28454, 48.56415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28386, 48.56415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28319, 48.56416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28251, 48.56416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28183, 48.56416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27302, 48.56418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27234, 48.56418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27167, 48.56418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27099, 48.56418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27031, 48.56419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26963, 48.56419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26896, 48.56419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26828, 48.56419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2676, 48.56419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26692, 48.56419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26624, 48.5642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26557, 48.5642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26489, 48.5642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26421, 48.5642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26353, 48.5642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25743, 48.56422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25676, 48.56422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25608, 48.56422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2554, 48.56422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25472, 48.56422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25405, 48.56422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25337, 48.56422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25269, 48.56423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25201, 48.56423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2859, 48.5646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28522, 48.5646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28454, 48.5646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28387, 48.5646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28319, 48.56461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28251, 48.56461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27235, 48.56463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27167, 48.56463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27099, 48.56463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27031, 48.56464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26964, 48.56464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26896, 48.56464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26828, 48.56464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2676, 48.56464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26692, 48.56464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26625, 48.56465, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26557, 48.56465, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26354, 48.56465, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25744, 48.56467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25676, 48.56467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25608, 48.56467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2554, 48.56467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25473, 48.56467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25405, 48.56467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25337, 48.56467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25269, 48.56468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25202, 48.56468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25134, 48.56468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2859, 48.56505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28523, 48.56505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28455, 48.56505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27235, 48.56508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27167, 48.56508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27099, 48.56508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27032, 48.56509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26964, 48.56509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26896, 48.56509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26828, 48.56509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2676, 48.56509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26693, 48.56509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26625, 48.5651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26422, 48.5651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26354, 48.5651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26286, 48.5651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25744, 48.56512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25676, 48.56512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25608, 48.56512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25541, 48.56512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25473, 48.56512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25405, 48.56512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25337, 48.56512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2527, 48.56513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25202, 48.56513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25134, 48.56513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28658, 48.5655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28591, 48.5655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28523, 48.5655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27235, 48.56553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27167, 48.56553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.271, 48.56553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27032, 48.56554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26964, 48.56554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26896, 48.56554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26828, 48.56554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26761, 48.56554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26693, 48.56554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26625, 48.56555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26557, 48.56555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2649, 48.56555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26422, 48.56555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26354, 48.56555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26286, 48.56555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26219, 48.56555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25744, 48.56557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25676, 48.56557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25609, 48.56557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25541, 48.56557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25473, 48.56557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25405, 48.56557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25338, 48.56557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2527, 48.56558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25202, 48.56558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25134, 48.56558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28659, 48.56595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28591, 48.56595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27235, 48.56598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27168, 48.56598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.271, 48.56598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27032, 48.56599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26964, 48.56599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26896, 48.56599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26829, 48.56599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26761, 48.56599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26693, 48.56599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26625, 48.566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26558, 48.566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2649, 48.566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26422, 48.566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26354, 48.566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26287, 48.566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26219, 48.566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26151, 48.56601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25744, 48.56602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25677, 48.56602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25609, 48.56602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25541, 48.56602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25473, 48.56602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25406, 48.56602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25338, 48.56602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2527, 48.56603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25202, 48.56603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25134, 48.56603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28659, 48.5664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28591, 48.5664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27303, 48.56643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27236, 48.56643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27168, 48.56643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.271, 48.56643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27032, 48.56644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26964, 48.56644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26897, 48.56644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26829, 48.56644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26761, 48.56644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26626, 48.56644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26558, 48.56645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2649, 48.56645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26422, 48.56645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26355, 48.56645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26287, 48.56645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26219, 48.56645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26151, 48.56646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26083, 48.56646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25677, 48.56647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25609, 48.56647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25541, 48.56647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25473, 48.56647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25406, 48.56647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25338, 48.56647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2527, 48.56648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25202, 48.56648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28727, 48.56684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28659, 48.56685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27304, 48.56688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27236, 48.56688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27168, 48.56688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.271, 48.56688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27033, 48.56689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26965, 48.56689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26897, 48.56689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26829, 48.56689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26761, 48.56689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26626, 48.56689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26558, 48.5669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2649, 48.5669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26423, 48.5669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26355, 48.5669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26287, 48.5669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26219, 48.5669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26151, 48.56691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26084, 48.56691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25609, 48.56692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25541, 48.56692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25474, 48.56692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25406, 48.56692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25338, 48.56692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2527, 48.56693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25203, 48.56693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28727, 48.56729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28659, 48.5673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27304, 48.56733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27236, 48.56733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27168, 48.56733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27101, 48.56733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27033, 48.56734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26965, 48.56734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26897, 48.56734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26829, 48.56734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26762, 48.56734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26694, 48.56734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26626, 48.56734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26558, 48.56735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26491, 48.56735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26423, 48.56735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26355, 48.56735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26287, 48.56735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26219, 48.56735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26152, 48.56736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26084, 48.56736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26016, 48.56736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25542, 48.56737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25474, 48.56737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25406, 48.56737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25338, 48.56737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25271, 48.56738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25203, 48.56738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28727, 48.56774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2866, 48.56775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27169, 48.56778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27101, 48.56778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27033, 48.56778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26965, 48.56779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26897, 48.56779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2683, 48.56779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26762, 48.56779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26694, 48.56779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26626, 48.56779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26423, 48.5678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26355, 48.5678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26287, 48.5678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2622, 48.5678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26152, 48.56781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26084, 48.56781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26016, 48.56781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25949, 48.56781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25542, 48.56782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25474, 48.56782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25406, 48.56782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25339, 48.56782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25271, 48.56782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28795, 48.56819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28728, 48.56819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27169, 48.56823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27101, 48.56823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27033, 48.56823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26965, 48.56824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26898, 48.56824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2683, 48.56824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26762, 48.56824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26694, 48.56824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26423, 48.56825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26355, 48.56825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26288, 48.56825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2622, 48.56825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26152, 48.56825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26084, 48.56826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26017, 48.56826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25949, 48.56826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25542, 48.56827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25474, 48.56827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25407, 48.56827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25339, 48.56827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25271, 48.56827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28796, 48.56864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28728, 48.56864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27169, 48.56868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27101, 48.56868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27033, 48.56868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26966, 48.56869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26898, 48.56869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2683, 48.56869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26762, 48.56869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26695, 48.56869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26423, 48.5687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26356, 48.5687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26288, 48.5687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2622, 48.5687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26152, 48.5687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26085, 48.56871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26017, 48.56871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25475, 48.56872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25407, 48.56872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25339, 48.56872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28796, 48.56909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28728, 48.56909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2866, 48.56909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27237, 48.56913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27169, 48.56913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27101, 48.56913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27034, 48.56913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26966, 48.56914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26898, 48.56914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2683, 48.56914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26763, 48.56914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26695, 48.56914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26356, 48.56915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26288, 48.56915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2622, 48.56915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26153, 48.56915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26085, 48.56916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26017, 48.56916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28728, 48.56954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28661, 48.56954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27441, 48.56957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27373, 48.56958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27305, 48.56958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27237, 48.56958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2717, 48.56958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27102, 48.56958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27034, 48.56958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26966, 48.56959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26898, 48.56959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26492, 48.5696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26424, 48.5696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26356, 48.5696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26288, 48.5696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26221, 48.5696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26153, 48.5696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26085, 48.56961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28729, 48.56999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28661, 48.56999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28593, 48.57, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27509, 48.57002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27441, 48.57002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27373, 48.57003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27305, 48.57003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27238, 48.57003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2717, 48.57003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27102, 48.57003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27034, 48.57003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26966, 48.57004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26492, 48.57005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26424, 48.57005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26356, 48.57005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26289, 48.57005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26221, 48.57005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26153, 48.57005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28729, 48.57044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28661, 48.57044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28593, 48.57045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27577, 48.57047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27509, 48.57047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27441, 48.57047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27373, 48.57048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27306, 48.57048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27238, 48.57048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2717, 48.57048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27102, 48.57048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27034, 48.57048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26967, 48.57049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26492, 48.5705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26424, 48.5705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26357, 48.5705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26289, 48.5705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26221, 48.5705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28797, 48.57089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28729, 48.57089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28661, 48.57089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28594, 48.5709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28526, 48.5709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28119, 48.57091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27712, 48.57092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27645, 48.57092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27577, 48.57092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27509, 48.57092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27441, 48.57092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27374, 48.57093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27306, 48.57093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27238, 48.57093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2717, 48.57093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27102, 48.57093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27035, 48.57093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26967, 48.57094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26357, 48.57095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26289, 48.57095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28865, 48.57134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28797, 48.57134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28729, 48.57134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28662, 48.57134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28594, 48.57135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28526, 48.57135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28458, 48.57135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2839, 48.57135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28323, 48.57135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28255, 48.57135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28187, 48.57136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28119, 48.57136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28052, 48.57136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27984, 48.57136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27916, 48.57136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27848, 48.57136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2778, 48.57137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27713, 48.57137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27645, 48.57137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27577, 48.57137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27509, 48.57137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27442, 48.57137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27374, 48.57138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27306, 48.57138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27238, 48.57138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2717, 48.57138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27103, 48.57138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27035, 48.57138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26967, 48.57138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26764, 48.57139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26696, 48.57139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26493, 48.5714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26425, 48.5714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26357, 48.5714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28933, 48.57179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28865, 48.57179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28797, 48.57179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2873, 48.57179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28662, 48.57179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28594, 48.5718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28526, 48.5718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28459, 48.5718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28391, 48.5718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28323, 48.5718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28255, 48.5718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28187, 48.57181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2812, 48.57181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28052, 48.57181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27984, 48.57181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27916, 48.57181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27849, 48.57181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27781, 48.57182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27713, 48.57182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27645, 48.57182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27577, 48.57182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2751, 48.57182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27442, 48.57182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27374, 48.57183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27306, 48.57183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27238, 48.57183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27171, 48.57183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27103, 48.57183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27035, 48.57183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26967, 48.57183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26764, 48.57184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26696, 48.57184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26628, 48.57184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26561, 48.57184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26493, 48.57185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26425, 48.57185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29001, 48.57224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28933, 48.57224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28865, 48.57224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28798, 48.57224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2873, 48.57224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28662, 48.57224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28594, 48.57225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28527, 48.57225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28459, 48.57225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28391, 48.57225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28323, 48.57225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28255, 48.57225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28188, 48.57226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2812, 48.57226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28052, 48.57226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27984, 48.57226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27917, 48.57226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27849, 48.57226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27781, 48.57227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27713, 48.57227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27645, 48.57227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27578, 48.57227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2751, 48.57227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27442, 48.57227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27374, 48.57227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27307, 48.57228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27239, 48.57228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27171, 48.57228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27103, 48.57228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27035, 48.57228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26968, 48.57228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.269, 48.57229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26832, 48.57229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26764, 48.57229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26696, 48.57229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26629, 48.57229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26561, 48.57229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26493, 48.5723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29001, 48.57268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28933, 48.57269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28866, 48.57269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28798, 48.57269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2873, 48.57269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28662, 48.57269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28595, 48.5727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28527, 48.5727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28459, 48.5727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28391, 48.5727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28323, 48.5727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28256, 48.5727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28188, 48.57271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2812, 48.57271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28052, 48.57271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27985, 48.57271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27917, 48.57271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27849, 48.57271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27781, 48.57271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27713, 48.57272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27646, 48.57272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27578, 48.57272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2751, 48.57272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27442, 48.57272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27375, 48.57272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27307, 48.57273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27239, 48.57273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27171, 48.57273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27103, 48.57273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27036, 48.57273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26968, 48.57273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.269, 48.57274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26832, 48.57274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26765, 48.57274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26697, 48.57274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26629, 48.57274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28934, 48.57314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28866, 48.57314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28798, 48.57314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2873, 48.57314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28663, 48.57314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28595, 48.57314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28527, 48.57315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28459, 48.57315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28392, 48.57315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28324, 48.57315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28256, 48.57315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28188, 48.57315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2812, 48.57316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28053, 48.57316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27985, 48.57316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27917, 48.57316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27849, 48.57316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27781, 48.57316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27714, 48.57317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27646, 48.57317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27578, 48.57317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2751, 48.57317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27443, 48.57317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27375, 48.57317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27307, 48.57318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27239, 48.57318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27171, 48.57318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27104, 48.57318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27036, 48.57318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26968, 48.57318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.269, 48.57319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26833, 48.57319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26765, 48.57319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28934, 48.57359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28866, 48.57359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28798, 48.57359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28731, 48.57359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28663, 48.57359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28595, 48.57359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28324, 48.5736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28256, 48.5736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28188, 48.5736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28121, 48.57361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28053, 48.57361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27985, 48.57361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27917, 48.57361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27849, 48.57361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27782, 48.57361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27714, 48.57362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27646, 48.57362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27578, 48.57362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27511, 48.57362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27443, 48.57362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27375, 48.57362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27307, 48.57363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27239, 48.57363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27172, 48.57363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27104, 48.57363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27036, 48.57363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26968, 48.57363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26901, 48.57364, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28256, 48.57405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28189, 48.57405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28121, 48.57406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28053, 48.57406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27985, 48.57406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27918, 48.57406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2785, 48.57406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27782, 48.57406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27714, 48.57407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27646, 48.57407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27579, 48.57407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27511, 48.57407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27443, 48.57407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27375, 48.57407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27307, 48.57408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2724, 48.57408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27172, 48.57408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27104, 48.57408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27036, 48.57408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26969, 48.57408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28257, 48.5745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28189, 48.5745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28121, 48.57451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28053, 48.57451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27986, 48.57451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27918, 48.57451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2785, 48.57451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27782, 48.57451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27714, 48.57452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27647, 48.57452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27579, 48.57452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27511, 48.57452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27443, 48.57452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27376, 48.57452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27308, 48.57453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2724, 48.57453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27172, 48.57453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27037, 48.57453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26969, 48.57453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28257, 48.57495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28189, 48.57495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28121, 48.57496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28054, 48.57496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27986, 48.57496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27918, 48.57496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2785, 48.57496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27782, 48.57496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27715, 48.57497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27647, 48.57497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27579, 48.57497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27511, 48.57497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27444, 48.57497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27376, 48.57497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27308, 48.57498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2724, 48.57498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27172, 48.57498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27105, 48.57498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27037, 48.57498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26969, 48.57498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28189, 48.5754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28122, 48.57541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28054, 48.57541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27986, 48.57541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27918, 48.57541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2785, 48.57541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27783, 48.57541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27715, 48.57542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27647, 48.57542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27579, 48.57542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27512, 48.57542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27444, 48.57542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27376, 48.57542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27308, 48.57543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2724, 48.57543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27105, 48.57543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27037, 48.57543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26969, 48.57543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2819, 48.57585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28122, 48.57586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28054, 48.57586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27986, 48.57586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27919, 48.57586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27851, 48.57586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27783, 48.57586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27715, 48.57587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27647, 48.57587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2758, 48.57587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27512, 48.57587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27444, 48.57587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27376, 48.57587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27308, 48.57587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27241, 48.57588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27173, 48.57588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27105, 48.57588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27037, 48.57588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2697, 48.57588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2819, 48.5763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28122, 48.57631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28054, 48.57631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27987, 48.57631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27919, 48.57631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27851, 48.57631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27783, 48.57631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27715, 48.57632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27648, 48.57632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2758, 48.57632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27512, 48.57632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27444, 48.57632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27376, 48.57632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27309, 48.57632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27241, 48.57633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27173, 48.57633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27105, 48.57633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27038, 48.57633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2819, 48.57675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28122, 48.57676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28055, 48.57676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27987, 48.57676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27919, 48.57676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27851, 48.57676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27783, 48.57676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27716, 48.57676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27648, 48.57677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2758, 48.57677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27512, 48.57677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28123, 48.5772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28055, 48.57721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27987, 48.57721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27919, 48.57721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27851, 48.57721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28055, 48.57766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27987, 48.57766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2792, 48.57766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28667, 48.58034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28599, 48.58034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28531, 48.58034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28463, 48.58035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28396, 48.58035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2887, 48.58078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28803, 48.58079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28735, 48.58079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28667, 48.58079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28599, 48.58079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28531, 48.58079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28464, 48.58079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28396, 48.5808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28328, 48.5808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2826, 48.5808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29006, 48.58123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28938, 48.58123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28871, 48.58123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28803, 48.58124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28735, 48.58124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28667, 48.58124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28599, 48.58124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28532, 48.58124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28464, 48.58124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28396, 48.58125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28328, 48.58125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2826, 48.58125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28193, 48.58125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29074, 48.58168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29006, 48.58168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28939, 48.58168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28871, 48.58168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28803, 48.58169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28735, 48.58169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28667, 48.58169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.286, 48.58169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28532, 48.58169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28464, 48.58169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28396, 48.5817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28328, 48.5817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28261, 48.5817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28193, 48.5817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28125, 48.5817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28057, 48.5817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29142, 48.58213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29074, 48.58213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29007, 48.58213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28939, 48.58213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28871, 48.58213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28803, 48.58214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28736, 48.58214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28668, 48.58214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.286, 48.58214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28532, 48.58214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28464, 48.58214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28397, 48.58215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28329, 48.58215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28261, 48.58215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28193, 48.58215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28125, 48.58215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28058, 48.58215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2799, 48.58216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2921, 48.58258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29143, 48.58258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29075, 48.58258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29007, 48.58258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28939, 48.58258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28871, 48.58258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28804, 48.58259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28736, 48.58259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28668, 48.58259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.286, 48.58259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28532, 48.58259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28465, 48.58259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28397, 48.5826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28329, 48.5826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28261, 48.5826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28193, 48.5826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28126, 48.5826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28058, 48.5826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2799, 48.58261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27922, 48.58261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29211, 48.58303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29143, 48.58303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29075, 48.58303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29007, 48.58303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28872, 48.58303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28804, 48.58304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28736, 48.58304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28668, 48.58304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.286, 48.58304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28533, 48.58304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28465, 48.58304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28397, 48.58305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28329, 48.58305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28261, 48.58305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28194, 48.58305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28126, 48.58305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28058, 48.58305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2799, 48.58306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27922, 48.58306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29279, 48.58347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29211, 48.58348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29143, 48.58348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29075, 48.58348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29007, 48.58348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2894, 48.58348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28872, 48.58348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28804, 48.58349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28736, 48.58349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28668, 48.58349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28601, 48.58349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28533, 48.58349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28465, 48.58349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28397, 48.5835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28329, 48.5835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28262, 48.5835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28194, 48.5835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28126, 48.5835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28058, 48.5835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27991, 48.58351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27923, 48.58351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29347, 48.58392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29279, 48.58392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29211, 48.58392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29143, 48.58393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29076, 48.58393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29008, 48.58393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2894, 48.58393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28872, 48.58393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28804, 48.58394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28737, 48.58394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28669, 48.58394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28601, 48.58394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28533, 48.58394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28465, 48.58394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28398, 48.58395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2833, 48.58395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28262, 48.58395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28194, 48.58395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28126, 48.58395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28059, 48.58395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27991, 48.58396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27923, 48.58396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27855, 48.58396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33889, 48.58425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33822, 48.58425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33754, 48.58425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33686, 48.58425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33618, 48.58425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29347, 48.58437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29279, 48.58437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29211, 48.58437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29144, 48.58438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29076, 48.58438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29008, 48.58438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2894, 48.58438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28872, 48.58438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28805, 48.58439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28737, 48.58439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28669, 48.58439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28601, 48.58439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28533, 48.58439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28466, 48.58439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28398, 48.5844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2833, 48.5844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28262, 48.5844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28194, 48.5844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28127, 48.5844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28059, 48.5844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27991, 48.58441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27923, 48.58441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34093, 48.58469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34025, 48.58469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33957, 48.58469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3389, 48.5847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33822, 48.5847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33754, 48.5847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33686, 48.5847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33618, 48.5847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33551, 48.58471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33483, 48.58471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29415, 48.58482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29347, 48.58482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29279, 48.58482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29212, 48.58482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29144, 48.58483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29076, 48.58483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2894, 48.58483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28873, 48.58483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28805, 48.58483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28737, 48.58484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28669, 48.58484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28601, 48.58484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28534, 48.58484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28466, 48.58484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28398, 48.58484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2833, 48.58485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28262, 48.58485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28195, 48.58485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28127, 48.58485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28059, 48.58485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27991, 48.58485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34229, 48.58514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34161, 48.58514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34093, 48.58514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34025, 48.58514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33958, 48.58514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3389, 48.58515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33822, 48.58515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33754, 48.58515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33687, 48.58515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33619, 48.58515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33551, 48.58516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33483, 48.58516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33415, 48.58516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29483, 48.58527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29415, 48.58527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29347, 48.58527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2928, 48.58527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29212, 48.58527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29144, 48.58528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29076, 48.58528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28941, 48.58528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28873, 48.58528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28805, 48.58528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28737, 48.58529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28669, 48.58529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28602, 48.58529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28534, 48.58529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28466, 48.58529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28398, 48.58529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28331, 48.5853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28263, 48.5853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34433, 48.58558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34365, 48.58558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34297, 48.58558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34229, 48.58559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34161, 48.58559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34094, 48.58559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34026, 48.58559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33958, 48.58559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3389, 48.5856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33822, 48.5856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33755, 48.5856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33687, 48.5856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33619, 48.5856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33551, 48.58561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33483, 48.58561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33416, 48.58561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33348, 48.58561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29551, 48.58572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29483, 48.58572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29416, 48.58572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29348, 48.58572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2928, 48.58572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29212, 48.58572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29144, 48.58573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29077, 48.58573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28941, 48.58573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28873, 48.58573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28805, 48.58573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28738, 48.58574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2867, 48.58574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28602, 48.58574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28534, 48.58574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28466, 48.58574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28399, 48.58574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28331, 48.58575, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34975, 48.58601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34907, 48.58602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3484, 48.58602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34772, 48.58602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34704, 48.58602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34636, 48.58602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34568, 48.58603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34501, 48.58603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34433, 48.58603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34365, 48.58603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34297, 48.58603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34229, 48.58604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34162, 48.58604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34094, 48.58604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34026, 48.58604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33958, 48.58604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33891, 48.58605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33823, 48.58605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33755, 48.58605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33687, 48.58605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33619, 48.58605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33552, 48.58606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33484, 48.58606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33416, 48.58606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33348, 48.58606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3328, 48.58606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29687, 48.58616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29619, 48.58616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29551, 48.58617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29484, 48.58617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29416, 48.58617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29348, 48.58617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2928, 48.58617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29212, 48.58617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29145, 48.58618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29077, 48.58618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29009, 48.58618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28941, 48.58618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28873, 48.58618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28806, 48.58618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28738, 48.58619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2867, 48.58619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28602, 48.58619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28534, 48.58619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28467, 48.58619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28399, 48.58619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28331, 48.5862, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35043, 48.58646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34976, 48.58646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34908, 48.58647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3484, 48.58647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34772, 48.58647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34704, 48.58647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34637, 48.58647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34569, 48.58648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34501, 48.58648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34433, 48.58648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34365, 48.58648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34298, 48.58648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3423, 48.58649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34162, 48.58649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34094, 48.58649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34026, 48.58649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33959, 48.58649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33891, 48.5865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33823, 48.5865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33755, 48.5865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33687, 48.5865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3362, 48.5865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33552, 48.58651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33484, 48.58651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33416, 48.58651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33348, 48.58651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33281, 48.58651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33213, 48.58652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29823, 48.58661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29755, 48.58661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29687, 48.58661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29619, 48.58661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29552, 48.58662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29484, 48.58662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29416, 48.58662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29348, 48.58662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2928, 48.58662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29213, 48.58662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29145, 48.58663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29077, 48.58663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29009, 48.58663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28941, 48.58663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28874, 48.58663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28806, 48.58663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28738, 48.58664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2867, 48.58664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28602, 48.58664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28535, 48.58664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28467, 48.58664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28399, 48.58664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35111, 48.58691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35044, 48.58691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34976, 48.58691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34908, 48.58692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3484, 48.58692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34772, 48.58692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34705, 48.58692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34637, 48.58692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34569, 48.58693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34501, 48.58693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34433, 48.58693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34366, 48.58693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34298, 48.58693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3423, 48.58694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34162, 48.58694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34095, 48.58694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34027, 48.58694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33959, 48.58694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33891, 48.58695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33823, 48.58695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33756, 48.58695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33688, 48.58695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3362, 48.58695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33552, 48.58696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33484, 48.58696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33417, 48.58696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33349, 48.58696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33281, 48.58696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33213, 48.58697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33145, 48.58697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29891, 48.58706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29823, 48.58706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29755, 48.58706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29688, 48.58706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2962, 48.58706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29552, 48.58706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29484, 48.58707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29416, 48.58707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29349, 48.58707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29281, 48.58707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29213, 48.58707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29145, 48.58708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29077, 48.58708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2901, 48.58708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28942, 48.58708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28806, 48.58708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28738, 48.58709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28671, 48.58709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28603, 48.58709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28535, 48.58709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28467, 48.58709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28399, 48.58709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3518, 48.58736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35112, 48.58736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35044, 48.58736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34976, 48.58736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34908, 48.58736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34841, 48.58737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34773, 48.58737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34705, 48.58737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34637, 48.58737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34569, 48.58738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34502, 48.58738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34434, 48.58738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34366, 48.58738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34298, 48.58738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3423, 48.58739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34163, 48.58739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34095, 48.58739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34027, 48.58739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33959, 48.58739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33891, 48.5874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33824, 48.5874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33756, 48.5874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33688, 48.5874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3362, 48.5874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33552, 48.58741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33485, 48.58741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33417, 48.58741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33349, 48.58741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33281, 48.58741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33213, 48.58741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33146, 48.58742, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29891, 48.58751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29823, 48.58751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29756, 48.58751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29688, 48.58751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2962, 48.58751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29552, 48.58751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29484, 48.58752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29417, 48.58752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29349, 48.58752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29078, 48.58753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2901, 48.58753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28942, 48.58753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28874, 48.58753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28806, 48.58753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28739, 48.58754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28671, 48.58754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28603, 48.58754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28535, 48.58754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28467, 48.58754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.284, 48.58754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3518, 48.58781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35112, 48.58781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35044, 48.58781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34977, 48.58781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34909, 48.58781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34841, 48.58782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34773, 48.58782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34705, 48.58782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34638, 48.58782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3457, 48.58782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34502, 48.58783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34434, 48.58783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34366, 48.58783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34299, 48.58783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34231, 48.58784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34163, 48.58784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34095, 48.58784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34027, 48.58784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3396, 48.58784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33892, 48.58785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33824, 48.58785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33756, 48.58785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33688, 48.58785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33621, 48.58785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33553, 48.58785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33485, 48.58786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33417, 48.58786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33349, 48.58786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33281, 48.58786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33214, 48.58786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33146, 48.58787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33078, 48.58787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29959, 48.58795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29891, 48.58796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29824, 48.58796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29756, 48.58796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29688, 48.58796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2962, 48.58796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29552, 48.58796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29485, 48.58797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29417, 48.58797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28874, 48.58798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28807, 48.58798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28739, 48.58799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28671, 48.58799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28603, 48.58799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28535, 48.58799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28468, 48.58799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.284, 48.58799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27044, 48.58803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35112, 48.58826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35045, 48.58826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34977, 48.58826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34909, 48.58826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34841, 48.58827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34773, 48.58827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34706, 48.58827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34638, 48.58827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3457, 48.58827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34502, 48.58828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34434, 48.58828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34367, 48.58828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34299, 48.58828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34231, 48.58828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34163, 48.58829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34095, 48.58829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34028, 48.58829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3396, 48.58829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33892, 48.58829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33824, 48.5883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33756, 48.5883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33689, 48.5883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33621, 48.5883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33553, 48.5883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33485, 48.58831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33417, 48.58831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3335, 48.58831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33282, 48.58831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33214, 48.58831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33146, 48.58832, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33078, 48.58832, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30027, 48.5884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2996, 48.5884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29892, 48.58841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29824, 48.58841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29756, 48.58841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29688, 48.58841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29621, 48.58841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29553, 48.58841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28875, 48.58843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28807, 48.58843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28739, 48.58843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28671, 48.58844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28603, 48.58844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28536, 48.58844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28468, 48.58844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.284, 48.58844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28332, 48.58845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27247, 48.58847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2718, 48.58847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27112, 48.58847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27044, 48.58848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26976, 48.58848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26908, 48.58848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34638, 48.58872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3457, 48.58872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34503, 48.58873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34435, 48.58873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34367, 48.58873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34299, 48.58873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34231, 48.58873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34164, 48.58874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34096, 48.58874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34028, 48.58874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3396, 48.58874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33892, 48.58874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33825, 48.58875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33757, 48.58875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33689, 48.58875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33621, 48.58875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33553, 48.58875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33485, 48.58876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33418, 48.58876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3335, 48.58876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33282, 48.58876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33214, 48.58876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33146, 48.58877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33079, 48.58877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33011, 48.58877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30095, 48.58885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30028, 48.58885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2996, 48.58885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29892, 48.58886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29824, 48.58886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29756, 48.58886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29689, 48.58886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28807, 48.58888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28739, 48.58888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28672, 48.58889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28604, 48.58889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28536, 48.58889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28468, 48.58889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.284, 48.58889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28333, 48.58889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27315, 48.58892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27248, 48.58892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2718, 48.58892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27112, 48.58892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27044, 48.58893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26976, 48.58893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26909, 48.58893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26841, 48.58893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26773, 48.58893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34503, 48.58918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34435, 48.58918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34367, 48.58918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34299, 48.58918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34232, 48.58918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34164, 48.58919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34096, 48.58919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34028, 48.58919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3396, 48.58919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33893, 48.58919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33825, 48.5892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33757, 48.5892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33689, 48.5892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33621, 48.5892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33554, 48.5892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33486, 48.58921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33418, 48.58921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3335, 48.58921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33282, 48.58921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33215, 48.58921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33147, 48.58922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33079, 48.58922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33011, 48.58922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30163, 48.5893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30096, 48.5893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30028, 48.5893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2996, 48.5893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29892, 48.58931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29824, 48.58931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29757, 48.58931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28807, 48.58933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2874, 48.58933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28672, 48.58934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28604, 48.58934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28536, 48.58934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28468, 48.58934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28401, 48.58934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28333, 48.58934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28265, 48.58935, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27316, 48.58937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27248, 48.58937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2718, 48.58937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27112, 48.58937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27045, 48.58938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26977, 48.58938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26909, 48.58938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26841, 48.58938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26773, 48.58938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34435, 48.58963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34368, 48.58963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.343, 48.58963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34232, 48.58963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34164, 48.58964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34096, 48.58964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34029, 48.58964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33961, 48.58964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33893, 48.58964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33825, 48.58965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33757, 48.58965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33689, 48.58965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33622, 48.58965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33554, 48.58965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33486, 48.58966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33418, 48.58966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3335, 48.58966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33283, 48.58966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33215, 48.58966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33147, 48.58967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33079, 48.58967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33011, 48.58967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30232, 48.58975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30164, 48.58975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30096, 48.58975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30028, 48.58975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2996, 48.58975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29893, 48.58976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29825, 48.58976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29757, 48.58976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2874, 48.58978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28672, 48.58979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28604, 48.58979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28536, 48.58979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28469, 48.58979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28401, 48.58979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28333, 48.58979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28265, 48.5898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28197, 48.5898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27384, 48.58982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27316, 48.58982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27248, 48.58982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2718, 48.58982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27113, 48.58982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27045, 48.58983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26977, 48.58983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26909, 48.58983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26841, 48.58983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26774, 48.58983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.343, 48.59008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34232, 48.59008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34164, 48.59009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34097, 48.59009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34029, 48.59009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33961, 48.59009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33893, 48.59009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33825, 48.5901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33758, 48.5901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3369, 48.5901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33622, 48.5901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33554, 48.5901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33486, 48.59011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33419, 48.59011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33351, 48.59011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33283, 48.59011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33215, 48.59011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33147, 48.59012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3308, 48.59012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33012, 48.59012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32944, 48.59012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.303, 48.59019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30232, 48.5902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30164, 48.5902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30096, 48.5902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30028, 48.5902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29961, 48.5902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29893, 48.5902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29825, 48.59021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29757, 48.59021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2874, 48.59023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28672, 48.59024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28604, 48.59024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28537, 48.59024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28469, 48.59024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28401, 48.59024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28333, 48.59024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28265, 48.59025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28198, 48.59025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2813, 48.59025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28062, 48.59025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27994, 48.59025, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2752, 48.59026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27452, 48.59027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27384, 48.59027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27316, 48.59027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27248, 48.59027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27181, 48.59027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26842, 48.59028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26774, 48.59028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26706, 48.59028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34233, 48.59053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34165, 48.59054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34097, 48.59054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34029, 48.59054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33961, 48.59054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33894, 48.59054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33826, 48.59055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33758, 48.59055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3369, 48.59055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33622, 48.59055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33554, 48.59055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33487, 48.59056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33419, 48.59056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33351, 48.59056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33283, 48.59056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33215, 48.59056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33148, 48.59057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3308, 48.59057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33012, 48.59057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32944, 48.59057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30368, 48.59064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.303, 48.59064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30232, 48.59065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30164, 48.59065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30096, 48.59065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30029, 48.59065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29961, 48.59065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29893, 48.59065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29825, 48.59066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29757, 48.59066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28673, 48.59069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28605, 48.59069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28537, 48.59069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28469, 48.59069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28401, 48.59069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28334, 48.59069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28266, 48.5907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28198, 48.5907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2813, 48.5907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28062, 48.5907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27994, 48.5907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27927, 48.5907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27859, 48.59071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27791, 48.59071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27723, 48.59071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27655, 48.59071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27588, 48.59071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2752, 48.59071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27452, 48.59072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27384, 48.59072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27316, 48.59072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27249, 48.59072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26842, 48.59073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26774, 48.59073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26706, 48.59073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34165, 48.59099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34097, 48.59099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34029, 48.59099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33962, 48.59099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33894, 48.59099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33826, 48.591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33758, 48.591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3369, 48.591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33623, 48.591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33555, 48.591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33487, 48.59101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33419, 48.59101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33351, 48.59101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33284, 48.59101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33216, 48.59101, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33148, 48.59102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3308, 48.59102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33012, 48.59102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32945, 48.59102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30436, 48.59109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30368, 48.59109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.303, 48.59109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30232, 48.5911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30165, 48.5911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30097, 48.5911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30029, 48.5911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29961, 48.5911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29893, 48.5911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29825, 48.59111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29758, 48.59111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28673, 48.59114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28605, 48.59114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28537, 48.59114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28469, 48.59114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28402, 48.59114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28334, 48.59114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28266, 48.59115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28198, 48.59115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2813, 48.59115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28063, 48.59115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27995, 48.59115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27927, 48.59115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27859, 48.59116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27791, 48.59116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27724, 48.59116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27656, 48.59116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27588, 48.59116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2752, 48.59116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26842, 48.59118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26774, 48.59118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26706, 48.59118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3403, 48.59144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33962, 48.59144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33894, 48.59144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33826, 48.59145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33758, 48.59145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33691, 48.59145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33623, 48.59145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33555, 48.59145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33487, 48.59146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33419, 48.59146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33352, 48.59146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33284, 48.59146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33216, 48.59146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33148, 48.59147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3308, 48.59147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33013, 48.59147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32945, 48.59147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30504, 48.59154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30436, 48.59154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30368, 48.59154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.303, 48.59154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30233, 48.59155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30165, 48.59155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30097, 48.59155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30029, 48.59155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29961, 48.59155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29894, 48.59155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29826, 48.59156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29758, 48.59156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2969, 48.59156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28605, 48.59159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28537, 48.59159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2847, 48.59159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28402, 48.59159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28334, 48.59159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28266, 48.5916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28198, 48.5916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28131, 48.5916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28063, 48.5916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27995, 48.5916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27927, 48.5916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27859, 48.59161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27792, 48.59161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27724, 48.59161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27656, 48.59161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26842, 48.59163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26774, 48.59163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26707, 48.59163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33962, 48.59189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33894, 48.59189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33827, 48.5919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33759, 48.5919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33691, 48.5919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33623, 48.5919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33555, 48.5919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33488, 48.59191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3342, 48.59191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33352, 48.59191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33284, 48.59191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33216, 48.59191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33149, 48.59192, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33081, 48.59192, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33013, 48.59192, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32945, 48.59192, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30504, 48.59199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30436, 48.59199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30368, 48.59199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30301, 48.59199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30233, 48.592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30165, 48.592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30097, 48.592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30029, 48.592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29962, 48.592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29894, 48.592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29826, 48.59201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29758, 48.59201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2969, 48.59201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28538, 48.59204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2847, 48.59204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28402, 48.59204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28334, 48.59204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28266, 48.59205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28199, 48.59205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28131, 48.59205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26843, 48.59208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26775, 48.59208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26707, 48.59208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33895, 48.59234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33827, 48.59235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33759, 48.59235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33691, 48.59235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33623, 48.59235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33556, 48.59235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33488, 48.59236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3342, 48.59236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33352, 48.59236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33284, 48.59236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33217, 48.59236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33149, 48.59236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33081, 48.59237, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33013, 48.59237, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32945, 48.59237, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30504, 48.59244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30437, 48.59244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30369, 48.59244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30301, 48.59244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30233, 48.59245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30165, 48.59245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30098, 48.59245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3003, 48.59245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29962, 48.59245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29894, 48.59245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29826, 48.59246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29758, 48.59246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29691, 48.59246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2847, 48.59249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28402, 48.59249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28335, 48.59249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28267, 48.59249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28199, 48.5925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26843, 48.59253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26775, 48.59253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33827, 48.59279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33759, 48.5928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33692, 48.5928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33624, 48.5928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33556, 48.5928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33488, 48.5928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3342, 48.59281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33353, 48.59281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33285, 48.59281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33217, 48.59281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33149, 48.59281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33081, 48.59282, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33014, 48.59282, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32946, 48.59282, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32878, 48.59282, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30437, 48.59289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30369, 48.59289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30301, 48.59289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30233, 48.59289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30166, 48.5929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30098, 48.5929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3003, 48.5929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29962, 48.5929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29894, 48.5929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29827, 48.59291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29759, 48.59291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29691, 48.59291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26843, 48.59298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26775, 48.59298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33692, 48.59325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33624, 48.59325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33556, 48.59325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33488, 48.59325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33421, 48.59326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33353, 48.59326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33285, 48.59326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33217, 48.59326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33149, 48.59326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33082, 48.59327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33014, 48.59327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32946, 48.59327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32878, 48.59327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30369, 48.59334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30301, 48.59334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30234, 48.59334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30166, 48.59335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30098, 48.59335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3003, 48.59335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29962, 48.59335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29895, 48.59335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29827, 48.59336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29759, 48.59336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26911, 48.59343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26843, 48.59343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26775, 48.59343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33624, 48.5937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33557, 48.5937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33489, 48.5937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33421, 48.59371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33353, 48.59371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33285, 48.59371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33218, 48.59371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3315, 48.59371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33082, 48.59372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33014, 48.59372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32946, 48.59372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29827, 48.59381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29759, 48.59381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26911, 48.59388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26843, 48.59388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26776, 48.59388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33557, 48.59415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33489, 48.59415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33421, 48.59416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33353, 48.59416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33286, 48.59416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33218, 48.59416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3315, 48.59416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33082, 48.59417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33014, 48.59417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32947, 48.59417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26979, 48.59433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26912, 48.59433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26844, 48.59433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26776, 48.59433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33422, 48.59461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33354, 48.59461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33286, 48.59461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33218, 48.59461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3315, 48.59461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33082, 48.59462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33015, 48.59462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32947, 48.59462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27047, 48.59477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2698, 48.59477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26912, 48.59478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26844, 48.59478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26776, 48.59478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33286, 48.59506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33218, 48.59506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33151, 48.59506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33083, 48.59507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33015, 48.59507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32947, 48.59507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27048, 48.59522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2698, 48.59522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26912, 48.59523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26844, 48.59523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26776, 48.59523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26709, 48.59523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33219, 48.59551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33151, 48.59551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33083, 48.59552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33015, 48.59552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32947, 48.59552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3288, 48.59552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27116, 48.59567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27048, 48.59567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2698, 48.59567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26912, 48.59568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26844, 48.59568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26777, 48.59568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26709, 48.59568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26641, 48.59568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33151, 48.59596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33083, 48.59597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33016, 48.59597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32948, 48.59597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3288, 48.59597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27116, 48.59612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27048, 48.59612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2698, 48.59612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26912, 48.59613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26845, 48.59613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26777, 48.59613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26709, 48.59613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26641, 48.59613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26573, 48.59613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33084, 48.59642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33016, 48.59642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32948, 48.59642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27116, 48.59657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27048, 48.59657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26981, 48.59657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26913, 48.59658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26845, 48.59658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26777, 48.59658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26709, 48.59658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26641, 48.59658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26574, 48.59658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26506, 48.59659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33016, 48.59687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32948, 48.59687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27049, 48.59702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26981, 48.59702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26913, 48.59703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26845, 48.59703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26777, 48.59703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2671, 48.59703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26642, 48.59703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26574, 48.59703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26506, 48.59703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26438, 48.59704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27049, 48.59747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26981, 48.59747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26913, 48.59748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26845, 48.59748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26778, 48.59748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2671, 48.59748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26642, 48.59748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26574, 48.59748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26506, 48.59748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26438, 48.59749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26371, 48.59749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27049, 48.59792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26981, 48.59792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26913, 48.59793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26846, 48.59793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26778, 48.59793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2671, 48.59793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26642, 48.59793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26574, 48.59793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26507, 48.59793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26439, 48.59794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26371, 48.59794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26303, 48.59794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27049, 48.59837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26981, 48.59837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26914, 48.59837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26846, 48.59838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26778, 48.59838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2671, 48.59838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26642, 48.59838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26575, 48.59838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26507, 48.59838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26439, 48.59839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26371, 48.59839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26303, 48.59839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2705, 48.59882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26982, 48.59882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26914, 48.59882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26846, 48.59883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26778, 48.59883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2671, 48.59883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26643, 48.59883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26575, 48.59883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26507, 48.59883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26439, 48.59884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26371, 48.59884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26304, 48.59884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2705, 48.59927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26982, 48.59927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26914, 48.59927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26846, 48.59928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26779, 48.59928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26711, 48.59928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26643, 48.59928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26575, 48.59928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26507, 48.59928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26439, 48.59929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26372, 48.59929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26304, 48.59929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26982, 48.59972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26914, 48.59972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26847, 48.59973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26779, 48.59973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26711, 48.59973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26643, 48.59973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26575, 48.59973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26507, 48.59973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2644, 48.59974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26372, 48.59974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26304, 48.59974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26915, 48.60017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26847, 48.60018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26779, 48.60018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26711, 48.60018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26643, 48.60018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26576, 48.60018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26508, 48.60018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2644, 48.60019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26372, 48.60019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26711, 48.60063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26644, 48.60063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26576, 48.60063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26508, 48.60063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2644, 48.60064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26644, 48.60108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26576, 48.60108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26508, 48.60108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27126, 48.61411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27058, 48.61412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27126, 48.61456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27058, 48.61456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2699, 48.61457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26922, 48.61457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26312, 48.61458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26244, 48.61458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27194, 48.61501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27126, 48.61501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27058, 48.61501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2699, 48.61502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26923, 48.61502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26312, 48.61503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26244, 48.61503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26176, 48.61504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26108, 48.61504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26041, 48.61504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2889, 48.61542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28822, 48.61542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28754, 48.61542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28687, 48.61543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28619, 48.61543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27194, 48.61546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27126, 48.61546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27058, 48.61546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26991, 48.61547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26923, 48.61547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26855, 48.61547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2638, 48.61548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26312, 48.61548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26244, 48.61548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26177, 48.61548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26109, 48.61549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26041, 48.61549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25973, 48.61549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29094, 48.61586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29026, 48.61587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28958, 48.61587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2889, 48.61587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28822, 48.61587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28755, 48.61587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28687, 48.61587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28619, 48.61588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27262, 48.61591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27194, 48.61591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27127, 48.61591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27059, 48.61591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26991, 48.61592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26923, 48.61592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26855, 48.61592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26787, 48.61592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26448, 48.61593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2638, 48.61593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26312, 48.61593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26245, 48.61593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26177, 48.61593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26109, 48.61594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26041, 48.61594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25973, 48.61594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25905, 48.61594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29162, 48.61631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29094, 48.61631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29026, 48.61632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28958, 48.61632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28891, 48.61632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28823, 48.61632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28755, 48.61632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28687, 48.61632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27534, 48.61635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27466, 48.61635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27398, 48.61636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2733, 48.61636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27262, 48.61636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27195, 48.61636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27127, 48.61636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27059, 48.61636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26991, 48.61637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26923, 48.61637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26855, 48.61637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26788, 48.61637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2672, 48.61637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26652, 48.61637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26584, 48.61638, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26516, 48.61638, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26448, 48.61638, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26381, 48.61638, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26313, 48.61638, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26245, 48.61638, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26177, 48.61638, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26109, 48.61639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26041, 48.61639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25973, 48.61639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25906, 48.61639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29298, 48.61676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2923, 48.61676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29162, 48.61676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29094, 48.61676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29027, 48.61677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28959, 48.61677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28891, 48.61677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28823, 48.61677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28755, 48.61677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27602, 48.6168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27534, 48.6168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27466, 48.6168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27398, 48.61681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27331, 48.61681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27263, 48.61681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27195, 48.61681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27127, 48.61681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27059, 48.61681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26991, 48.61682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26923, 48.61682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26856, 48.61682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26788, 48.61682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2672, 48.61682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26652, 48.61682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26584, 48.61682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26516, 48.61683, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26449, 48.61683, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26381, 48.61683, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26313, 48.61683, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26245, 48.61683, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26177, 48.61683, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26109, 48.61684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26042, 48.61684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25974, 48.61684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29434, 48.61721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29366, 48.61721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29298, 48.61721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2923, 48.61721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29162, 48.61721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29095, 48.61721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29027, 48.61722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2767, 48.61725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27602, 48.61725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27534, 48.61725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27466, 48.61725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27399, 48.61726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27331, 48.61726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27263, 48.61726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27195, 48.61726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27127, 48.61726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27059, 48.61726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26992, 48.61727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26924, 48.61727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26856, 48.61727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26788, 48.61727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2672, 48.61727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26652, 48.61727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26585, 48.61727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26517, 48.61728, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26449, 48.61728, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26381, 48.61728, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26313, 48.61728, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26245, 48.61728, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26177, 48.61728, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2611, 48.61729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2957, 48.61765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29502, 48.61765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29434, 48.61766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29366, 48.61766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29298, 48.61766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29231, 48.61766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29163, 48.61766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29095, 48.61766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2767, 48.6177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27602, 48.6177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27535, 48.6177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27467, 48.6177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27399, 48.61771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27331, 48.61771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27263, 48.61771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27195, 48.61771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27127, 48.61771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2706, 48.61771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26992, 48.61772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26924, 48.61772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26856, 48.61772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26788, 48.61772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2672, 48.61772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26653, 48.61772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26585, 48.61772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29706, 48.6181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29638, 48.6181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2957, 48.6181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29502, 48.6181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29434, 48.61811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29366, 48.61811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29299, 48.61811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29231, 48.61811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2767, 48.61815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27603, 48.61815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27535, 48.61815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27467, 48.61815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27399, 48.61816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27331, 48.61816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27263, 48.61816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27196, 48.61816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27128, 48.61816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2706, 48.61816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26992, 48.61816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26924, 48.61817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26856, 48.61817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26789, 48.61817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26721, 48.61817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26653, 48.61817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29774, 48.61855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29706, 48.61855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29638, 48.61855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2957, 48.61855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29502, 48.61855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29435, 48.61855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27671, 48.6186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27603, 48.6186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27535, 48.6186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27467, 48.6186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27399, 48.61861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27331, 48.61861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27264, 48.61861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27196, 48.61861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27128, 48.61861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2706, 48.61861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26992, 48.61861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26924, 48.61862, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26857, 48.61862, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26789, 48.61862, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26721, 48.61862, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26653, 48.61862, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29706, 48.619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29638, 48.619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29571, 48.619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27671, 48.61905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27603, 48.61905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27535, 48.61905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27467, 48.61905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.274, 48.61905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27332, 48.61906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27264, 48.61906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27196, 48.61906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27128, 48.61906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2706, 48.61906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26993, 48.61906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26925, 48.61907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26857, 48.61907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26789, 48.61907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26721, 48.61907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26653, 48.61907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27603, 48.6195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27536, 48.6195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27468, 48.6195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.274, 48.6195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27332, 48.61951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27264, 48.61951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26993, 48.61951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26925, 48.61952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26857, 48.61952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26789, 48.61952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26721, 48.61952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27671, 48.61995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27604, 48.61995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27536, 48.61995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27468, 48.61995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.274, 48.61995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27061, 48.61996, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26993, 48.61996, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26925, 48.61997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26857, 48.61997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26789, 48.61997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26722, 48.61997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2774, 48.6204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27672, 48.6204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27604, 48.6204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27536, 48.6204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27468, 48.6204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.274, 48.6204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27129, 48.62041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27061, 48.62041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26993, 48.62041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26925, 48.62042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26858, 48.62042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2679, 48.62042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27808, 48.62084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2774, 48.62085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27672, 48.62085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27604, 48.62085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27536, 48.62085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27197, 48.62086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27129, 48.62086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27061, 48.62086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26993, 48.62086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26926, 48.62087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26858, 48.62087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27808, 48.62129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2774, 48.6213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27672, 48.6213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27604, 48.6213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27401, 48.6213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27333, 48.62131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27265, 48.62131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27197, 48.62131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27129, 48.62131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27062, 48.62131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26994, 48.62131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26926, 48.62132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27876, 48.62174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27808, 48.62174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2774, 48.62175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27672, 48.62175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27469, 48.62175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27401, 48.62175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27333, 48.62176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27265, 48.62176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27197, 48.62176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2713, 48.62176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27876, 48.62219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27808, 48.62219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27741, 48.6222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27673, 48.6222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27605, 48.6222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27537, 48.6222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27469, 48.6222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27401, 48.6222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27333, 48.62221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27266, 48.62221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27198, 48.62221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33847, 48.62248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33779, 48.62248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33711, 48.62249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27876, 48.62264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27809, 48.62264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27741, 48.62265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27673, 48.62265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27605, 48.62265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27537, 48.62265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27469, 48.62265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27402, 48.62265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27334, 48.62265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33915, 48.62293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33847, 48.62293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33779, 48.62293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33712, 48.62294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33644, 48.62294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27877, 48.62309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27809, 48.62309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27741, 48.6231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27673, 48.6231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27605, 48.6231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27537, 48.6231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2747, 48.6231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34051, 48.62338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33983, 48.62338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33915, 48.62338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33848, 48.62338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3378, 48.62338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33712, 48.62339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33644, 48.62339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27741, 48.62354, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27673, 48.62355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27606, 48.62355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27538, 48.62355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34187, 48.62382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34119, 48.62382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34051, 48.62383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33984, 48.62383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33916, 48.62383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33848, 48.62383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3378, 48.62383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33712, 48.62384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33644, 48.62384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34323, 48.62427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34255, 48.62427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34187, 48.62427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3412, 48.62427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34052, 48.62428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33984, 48.62428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33916, 48.62428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33848, 48.62428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3378, 48.62428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33713, 48.62429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34391, 48.62471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34323, 48.62472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34256, 48.62472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34188, 48.62472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3412, 48.62472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34052, 48.62472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33984, 48.62473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33916, 48.62473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33849, 48.62473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33781, 48.62473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33713, 48.62473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3446, 48.62516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34392, 48.62516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34324, 48.62517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34256, 48.62517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34188, 48.62517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3412, 48.62517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34052, 48.62517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33985, 48.62518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33917, 48.62518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33849, 48.62518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27064, 48.62536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26996, 48.62536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26928, 48.62536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2686, 48.62536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34528, 48.62561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3446, 48.62561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34392, 48.62561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34324, 48.62562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34256, 48.62562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34188, 48.62562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34121, 48.62562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34053, 48.62562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33985, 48.62563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33917, 48.62563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.272, 48.62581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27132, 48.62581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27064, 48.62581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26996, 48.62581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26928, 48.62581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2686, 48.62581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26793, 48.62582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34528, 48.62606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3446, 48.62606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34392, 48.62606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34324, 48.62607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34257, 48.62607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34189, 48.62607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34121, 48.62607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34053, 48.62607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33985, 48.62608, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27336, 48.62625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27268, 48.62625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.272, 48.62626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27132, 48.62626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27064, 48.62626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26996, 48.62626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26929, 48.62626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26861, 48.62626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26793, 48.62627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34528, 48.62651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3446, 48.62651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34393, 48.62651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34325, 48.62652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34257, 48.62652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34189, 48.62652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34121, 48.62652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34053, 48.62652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27404, 48.6267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27336, 48.6267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27268, 48.6267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.272, 48.62671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27132, 48.62671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27064, 48.62671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26997, 48.62671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26929, 48.62671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26861, 48.62671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26793, 48.62672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34529, 48.62696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34461, 48.62696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34393, 48.62696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34325, 48.62697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34257, 48.62697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34189, 48.62697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34121, 48.62697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27472, 48.62715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27404, 48.62715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27336, 48.62715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27268, 48.62715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.272, 48.62716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27133, 48.62716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27065, 48.62716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26997, 48.62716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26929, 48.62716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26861, 48.62716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34529, 48.62741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34461, 48.62741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34393, 48.62741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34325, 48.62742, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34257, 48.62742, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2754, 48.6276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27472, 48.6276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27404, 48.6276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27336, 48.6276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27268, 48.6276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27201, 48.62761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27133, 48.62761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27065, 48.62761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26997, 48.62761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26929, 48.62761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34529, 48.62786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34461, 48.62786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34393, 48.62786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34326, 48.62787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34258, 48.62787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2754, 48.62805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27472, 48.62805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27404, 48.62805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27337, 48.62805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27269, 48.62805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27201, 48.62806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27133, 48.62806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27065, 48.62806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26997, 48.62806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34597, 48.62831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34529, 48.62831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34462, 48.62831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34394, 48.62831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34326, 48.62832, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27608, 48.6285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2754, 48.6285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27473, 48.6285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27405, 48.6285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27337, 48.6285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27269, 48.6285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27201, 48.62851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27133, 48.62851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34598, 48.62876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3453, 48.62876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34462, 48.62876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34394, 48.62876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34326, 48.62877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27609, 48.62895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27541, 48.62895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27473, 48.62895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27405, 48.62895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27337, 48.62895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27269, 48.62895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27201, 48.62896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34666, 48.6292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34598, 48.62921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3453, 48.62921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34462, 48.62921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34394, 48.62921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27677, 48.62939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27609, 48.6294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27541, 48.6294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27473, 48.6294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27405, 48.6294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27337, 48.6294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34666, 48.62965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34598, 48.62966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3453, 48.62966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34463, 48.62966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28016, 48.62984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27948, 48.62984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2788, 48.62984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27813, 48.62984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27745, 48.62984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27677, 48.62984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27609, 48.62985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27541, 48.62985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27473, 48.62985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34734, 48.6301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34666, 48.6301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34599, 48.63011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34531, 48.63011, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28084, 48.63028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28016, 48.63029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27949, 48.63029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27881, 48.63029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27813, 48.63029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27745, 48.63029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27677, 48.63029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27609, 48.6303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34735, 48.63055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34667, 48.63055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34599, 48.63056, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28084, 48.63073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28017, 48.63074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27949, 48.63074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27881, 48.63074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27813, 48.63074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27745, 48.63074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27677, 48.63074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34735, 48.631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28153, 48.63118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28085, 48.63118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28017, 48.63118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27949, 48.63119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27881, 48.63119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27813, 48.63119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27745, 48.63119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28153, 48.63163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28085, 48.63163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28017, 48.63163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27949, 48.63164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27881, 48.63164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27814, 48.63164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28153, 48.63208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28085, 48.63208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28017, 48.63208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2795, 48.63209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27882, 48.63209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28221, 48.63253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28153, 48.63253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28085, 48.63253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28018, 48.63253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2795, 48.63254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28289, 48.63298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28221, 48.63298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28154, 48.63298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28086, 48.63298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28425, 48.63342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28357, 48.63343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2829, 48.63343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28222, 48.63343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28154, 48.63343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28493, 48.63387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28426, 48.63387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28358, 48.63388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2829, 48.63388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28222, 48.63388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28629, 48.63432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28562, 48.63432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28494, 48.63432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28426, 48.63432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28358, 48.63433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2829, 48.63433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28765, 48.63476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28698, 48.63477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2863, 48.63477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28562, 48.63477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28494, 48.63477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28426, 48.63477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28834, 48.63521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28766, 48.63521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28698, 48.63522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2863, 48.63522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28562, 48.63522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28494, 48.63522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28902, 48.63566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28834, 48.63566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28766, 48.63566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28698, 48.63567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2863, 48.63567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29581, 48.63609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29513, 48.6361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29445, 48.6361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29377, 48.6361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28902, 48.63611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28834, 48.63611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28766, 48.63611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29649, 48.63654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29581, 48.63654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29513, 48.63655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29445, 48.63655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29377, 48.63655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29717, 48.63699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29649, 48.63699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29581, 48.63699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29513, 48.637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29445, 48.637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29377, 48.637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29785, 48.63744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29717, 48.63744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29649, 48.63744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29581, 48.63744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29513, 48.63744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29446, 48.63745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29378, 48.63745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29853, 48.63789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29785, 48.63789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29717, 48.63789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29649, 48.63789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29582, 48.63789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29514, 48.63789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29446, 48.6379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29921, 48.63833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29853, 48.63834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29785, 48.63834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29718, 48.63834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2965, 48.63834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29582, 48.63834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29514, 48.63834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29446, 48.63835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29921, 48.63878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29854, 48.63879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29786, 48.63879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29718, 48.63879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2965, 48.63879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29582, 48.63879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29514, 48.63879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29922, 48.63923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29854, 48.63924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29786, 48.63924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29718, 48.63924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2965, 48.63924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2999, 48.63968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29922, 48.63968, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29854, 48.63969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29786, 48.63969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29718, 48.63969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2999, 48.64013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29922, 48.64013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29854, 48.64013, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29787, 48.64014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2999, 48.64058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29923, 48.64058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29855, 48.64058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39088, 48.64346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3902, 48.64346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39156, 48.6439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39088, 48.64391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3902, 48.64391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38952, 48.64391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38884, 48.64391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38816, 48.64392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39156, 48.64435, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39088, 48.64436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3902, 48.64436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38953, 48.64436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38885, 48.64436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38817, 48.64437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38749, 48.64437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39156, 48.6448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39089, 48.64481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39021, 48.64481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38953, 48.64481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38885, 48.64481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38817, 48.64482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38749, 48.64482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39157, 48.64525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39089, 48.64526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39021, 48.64526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38953, 48.64526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38885, 48.64526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38817, 48.64527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3875, 48.64527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39157, 48.6457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39089, 48.64571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39021, 48.64571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38954, 48.64571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38886, 48.64571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38818, 48.64572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3875, 48.64572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39158, 48.64615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3909, 48.64616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39022, 48.64616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38954, 48.64616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38886, 48.64616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38818, 48.64617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3875, 48.64617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39158, 48.6466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3909, 48.64661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39022, 48.64661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38954, 48.64661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38886, 48.64661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38818, 48.64661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38751, 48.64662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39158, 48.64705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3909, 48.64706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39022, 48.64706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38955, 48.64706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38887, 48.64706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38819, 48.64706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39159, 48.6475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39091, 48.64751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39023, 48.64751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38955, 48.64751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38887, 48.64751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38819, 48.64751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38751, 48.64752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39159, 48.64795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39091, 48.64796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39023, 48.64796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38955, 48.64796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38887, 48.64796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3882, 48.64796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38752, 48.64797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39159, 48.6484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39091, 48.6484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39024, 48.64841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38956, 48.64841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38888, 48.64841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3882, 48.64841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38752, 48.64842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3916, 48.64885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39092, 48.64885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39024, 48.64886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38956, 48.64886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38888, 48.64886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3882, 48.64886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38752, 48.64887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38684, 48.64887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3916, 48.6493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39092, 48.6493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39024, 48.64931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38956, 48.64931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38888, 48.64931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38821, 48.64931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38753, 48.64932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38685, 48.64932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3916, 48.64975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39092, 48.64975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39025, 48.64976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38957, 48.64976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38889, 48.64976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38821, 48.64976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38753, 48.64977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38685, 48.64977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39161, 48.6502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39093, 48.6502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39025, 48.65021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38957, 48.65021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38889, 48.65021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38821, 48.65021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38753, 48.65022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38685, 48.65022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39093, 48.65065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39025, 48.65066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38957, 48.65066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38889, 48.65066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38822, 48.65066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38754, 48.65067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39093, 48.6511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39026, 48.65111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38958, 48.65111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3889, 48.65111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38822, 48.65111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38754, 48.65112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30336, 48.65137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30268, 48.65137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.302, 48.65137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30133, 48.65137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39094, 48.65155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39026, 48.65156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38958, 48.65156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3889, 48.65156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38822, 48.65156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30404, 48.65182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30337, 48.65182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30269, 48.65182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30201, 48.65182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30133, 48.65182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30065, 48.65182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39094, 48.652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39026, 48.65201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38958, 48.65201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38891, 48.65201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38823, 48.65201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30473, 48.65226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30405, 48.65227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30337, 48.65227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30269, 48.65227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30201, 48.65227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30133, 48.65227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30065, 48.65227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39095, 48.65245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39027, 48.65246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38959, 48.65246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38891, 48.65246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38823, 48.65246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32238, 48.65267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3217, 48.65267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32102, 48.65267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32034, 48.65267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30473, 48.65271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30405, 48.65272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30337, 48.65272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30269, 48.65272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30201, 48.65272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30133, 48.65272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30065, 48.65272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39095, 48.6529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39027, 48.65291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38959, 48.65291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38891, 48.65291, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32374, 48.65311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32306, 48.65311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32238, 48.65312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3217, 48.65312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32102, 48.65312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32035, 48.65312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30541, 48.65316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30473, 48.65316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30405, 48.65317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30337, 48.65317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30269, 48.65317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30202, 48.65317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30134, 48.65317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30066, 48.65317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39095, 48.65335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39027, 48.65335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38959, 48.65336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32442, 48.65356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32374, 48.65356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32306, 48.65356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32238, 48.65356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32171, 48.65357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32103, 48.65357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32035, 48.65357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30541, 48.65361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30473, 48.65361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30405, 48.65361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30338, 48.65362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3027, 48.65362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30202, 48.65362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30134, 48.65362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39096, 48.6538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39028, 48.6538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32442, 48.65401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32375, 48.65401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32307, 48.65401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32239, 48.65401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32171, 48.65402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32103, 48.65402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32035, 48.65402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30542, 48.65406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30474, 48.65406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30406, 48.65406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30338, 48.65407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3027, 48.65407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30202, 48.65407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30134, 48.65407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32511, 48.65446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32443, 48.65446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32375, 48.65446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32307, 48.65446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32239, 48.65446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32171, 48.65447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32103, 48.65447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32035, 48.65447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30542, 48.65451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30474, 48.65451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30406, 48.65451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30338, 48.65452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3027, 48.65452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30202, 48.65452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32579, 48.6549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32511, 48.65491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32443, 48.65491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32307, 48.65491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32239, 48.65491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32171, 48.65492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32104, 48.65492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30474, 48.65496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30406, 48.65496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30338, 48.65497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3027, 48.65497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30203, 48.65497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32647, 48.65535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32579, 48.65535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32511, 48.65536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32443, 48.65536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32308, 48.65536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3224, 48.65536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32172, 48.65537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32104, 48.65537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30407, 48.65541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32647, 48.6558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32579, 48.6558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32511, 48.65581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32444, 48.65581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32376, 48.65581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32308, 48.65581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3224, 48.65581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32172, 48.65582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32104, 48.65582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30203, 48.65587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30135, 48.65587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30067, 48.65587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29999, 48.65587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32648, 48.65625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32512, 48.65626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32444, 48.65626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32376, 48.65626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32308, 48.65626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3224, 48.65626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32172, 48.65627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30271, 48.65632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30203, 48.65632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30136, 48.65632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30068, 48.65632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3, 48.65632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32444, 48.65671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32376, 48.65671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32308, 48.65671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3224, 48.65671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30339, 48.65677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30272, 48.65677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30204, 48.65677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30136, 48.65677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30068, 48.65677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3, 48.65677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29932, 48.65678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3258, 48.65715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32512, 48.65716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32444, 48.65716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32377, 48.65716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32309, 48.65716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30408, 48.65721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3034, 48.65722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30272, 48.65722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30204, 48.65722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30136, 48.65722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30068, 48.65722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3, 48.65722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29932, 48.65723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32581, 48.6576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32513, 48.65761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32445, 48.65761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32377, 48.65761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30476, 48.65766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30408, 48.65766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3034, 48.65766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30272, 48.65767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30204, 48.65767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30136, 48.65767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30068, 48.65767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30001, 48.65767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29933, 48.65768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32649, 48.65805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32581, 48.65805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32513, 48.65806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32445, 48.65806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32377, 48.65806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30476, 48.65811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30408, 48.65811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3034, 48.65811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30272, 48.65812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30204, 48.65812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30137, 48.65812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30069, 48.65812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30001, 48.65812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29933, 48.65813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32717, 48.6585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32649, 48.6585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32581, 48.6585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32513, 48.65851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32445, 48.65851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30476, 48.65856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30408, 48.65856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30341, 48.65856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30273, 48.65857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30205, 48.65857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30137, 48.65857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30069, 48.65857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30001, 48.65857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29933, 48.65858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32717, 48.65895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32649, 48.65895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32581, 48.65895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30409, 48.65901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30341, 48.65901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30273, 48.65902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30205, 48.65902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30137, 48.65902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30069, 48.65902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30001, 48.65902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32785, 48.6594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32717, 48.6594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3265, 48.6594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32582, 48.6594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30341, 48.65946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30273, 48.65947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30205, 48.65947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30137, 48.65947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32786, 48.65985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32718, 48.65985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3394, 48.66026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33872, 48.66027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33804, 48.66027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32854, 48.66029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32786, 48.6603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34076, 48.66071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34008, 48.66071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33941, 48.66071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33873, 48.66072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33805, 48.66072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33737, 48.66072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32854, 48.66074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27965, 48.66087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27898, 48.66088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2783, 48.66088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27762, 48.66088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27694, 48.66088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27626, 48.66088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27558, 48.66088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2749, 48.66089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27422, 48.66089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34145, 48.66116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34077, 48.66116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34009, 48.66116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33941, 48.66116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33873, 48.66116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33805, 48.66117, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30274, 48.66127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30071, 48.66127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30003, 48.66127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29935, 48.66127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29867, 48.66128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29799, 48.66128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29731, 48.66128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29663, 48.66128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29595, 48.66128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29527, 48.66128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29459, 48.66129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29392, 48.66129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29324, 48.66129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29256, 48.66129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29188, 48.66129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2912, 48.66129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29052, 48.6613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28984, 48.6613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28916, 48.6613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28848, 48.6613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2878, 48.6613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28713, 48.66131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28645, 48.66131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28577, 48.66131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28509, 48.66131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28441, 48.66131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28373, 48.66131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28305, 48.66132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28237, 48.66132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28169, 48.66132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28101, 48.66132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28034, 48.66132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27966, 48.66132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27898, 48.66133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2783, 48.66133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27762, 48.66133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27694, 48.66133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27626, 48.66133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27558, 48.66133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2749, 48.66133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27422, 48.66134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27355, 48.66134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27287, 48.66134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38898, 48.66146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3883, 48.66146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34145, 48.66161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34077, 48.66161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34009, 48.66161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33941, 48.66161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33873, 48.66161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33805, 48.66162, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30275, 48.66171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30207, 48.66172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30139, 48.66172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30071, 48.66172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30003, 48.66172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29935, 48.66172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29867, 48.66173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29731, 48.66173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29528, 48.66173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2946, 48.66174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29392, 48.66174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29324, 48.66174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29256, 48.66174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29188, 48.66174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2912, 48.66174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28034, 48.66177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27966, 48.66177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2783, 48.66178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27694, 48.66178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27626, 48.66178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27559, 48.66178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27491, 48.66178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27423, 48.66179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27355, 48.66179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27287, 48.66179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27219, 48.66179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27151, 48.66179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38966, 48.6619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38898, 48.66191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3883, 48.66191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34213, 48.66205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34145, 48.66206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34077, 48.66206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34009, 48.66206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33941, 48.66206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33874, 48.66206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30275, 48.66216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30207, 48.66217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30139, 48.66217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28034, 48.66222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27627, 48.66223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27559, 48.66223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27491, 48.66223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27423, 48.66224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27287, 48.66224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27219, 48.66224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27151, 48.66224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39034, 48.66235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38966, 48.66235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38898, 48.66236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38831, 48.66236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38763, 48.66236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34213, 48.6625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34145, 48.66251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34078, 48.66251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3401, 48.66251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33942, 48.66251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30275, 48.66261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30207, 48.66262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30139, 48.66262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27559, 48.66268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27491, 48.66268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27423, 48.66269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27355, 48.66269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27287, 48.66269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2722, 48.66269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27152, 48.66269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39035, 48.6628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38967, 48.6628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38899, 48.66281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38831, 48.66281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38763, 48.66281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34214, 48.66295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34146, 48.66296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34078, 48.66296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3401, 48.66296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30207, 48.66307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3014, 48.66307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28102, 48.66312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28035, 48.66312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27559, 48.66313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27491, 48.66313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27423, 48.66314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27356, 48.66314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27288, 48.66314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2722, 48.66314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39103, 48.66325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39035, 48.66325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38967, 48.66325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38899, 48.66326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38831, 48.66326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38763, 48.66326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38695, 48.66326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34214, 48.6634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34146, 48.66341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34078, 48.66341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32109, 48.66346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32041, 48.66347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31973, 48.66347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30208, 48.66352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3014, 48.66352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30072, 48.66352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28171, 48.66357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28103, 48.66357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28035, 48.66357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27627, 48.66358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2756, 48.66358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27492, 48.66358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27424, 48.66359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27356, 48.66359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39171, 48.6637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39103, 48.6637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39035, 48.6637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38967, 48.6637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.389, 48.6637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38832, 48.66371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38764, 48.66371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38696, 48.66371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34282, 48.66385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34214, 48.66385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34146, 48.66386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32109, 48.66391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32041, 48.66392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31973, 48.66392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31906, 48.66392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3014, 48.66397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30072, 48.66397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28442, 48.66401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28375, 48.66401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28307, 48.66401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28239, 48.66402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28171, 48.66402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28103, 48.66402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28035, 48.66402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27967, 48.66402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27899, 48.66402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27831, 48.66403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27763, 48.66403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27696, 48.66403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27628, 48.66403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2756, 48.66403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27492, 48.66403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39239, 48.66414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39171, 48.66415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39104, 48.66415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39036, 48.66415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38968, 48.66415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.389, 48.66415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38832, 48.66416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38764, 48.66416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38696, 48.66416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38628, 48.66416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34486, 48.6643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34418, 48.6643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3435, 48.6643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34282, 48.6643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34215, 48.6643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34147, 48.66431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32177, 48.66436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3211, 48.66436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32042, 48.66437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31974, 48.66437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31906, 48.66437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3014, 48.66442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30072, 48.66442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30005, 48.66442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28579, 48.66446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28511, 48.66446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28443, 48.66446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28375, 48.66446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28307, 48.66446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28239, 48.66447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28171, 48.66447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39308, 48.66459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3924, 48.66459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39172, 48.6646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39104, 48.6646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39036, 48.6646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38968, 48.6646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.389, 48.6646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38832, 48.66461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38764, 48.66461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38697, 48.66461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38629, 48.66461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34622, 48.66474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34554, 48.66474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34486, 48.66475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34419, 48.66475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34351, 48.66475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34283, 48.66475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34215, 48.66475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34147, 48.66476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32178, 48.66481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3211, 48.66481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32042, 48.66482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31974, 48.66482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31906, 48.66482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30073, 48.66487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30005, 48.66487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29937, 48.66487, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29326, 48.66489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29258, 48.66489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29122, 48.66489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29054, 48.66489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28715, 48.6649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28647, 48.66491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28579, 48.66491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28511, 48.66491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28443, 48.66491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28375, 48.66491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28307, 48.66491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39376, 48.66504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39308, 48.66504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3924, 48.66504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39172, 48.66505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39104, 48.66505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39036, 48.66505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38968, 48.66505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38901, 48.66505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38833, 48.66506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38765, 48.66506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38697, 48.66506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3469, 48.66519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34623, 48.66519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34555, 48.66519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34487, 48.66519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34419, 48.6652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34351, 48.6652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34283, 48.6652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34215, 48.6652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34147, 48.66521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32178, 48.66526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3211, 48.66526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32042, 48.66527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31974, 48.66527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31906, 48.66527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31839, 48.66527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30005, 48.66532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29937, 48.66532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2953, 48.66533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29462, 48.66533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29394, 48.66534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29326, 48.66534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29258, 48.66534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2919, 48.66534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29122, 48.66534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29054, 48.66534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28986, 48.66535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28851, 48.66535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28783, 48.66535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28715, 48.66535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28647, 48.66535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28579, 48.66536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28511, 48.66536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28443, 48.66536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28375, 48.66536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39444, 48.66549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39376, 48.66549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39308, 48.66549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3924, 48.66549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39173, 48.66549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39105, 48.6655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39037, 48.6655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38969, 48.6655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38901, 48.6655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38833, 48.66551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38765, 48.66551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38697, 48.66551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37407, 48.66555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37339, 48.66556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37271, 48.66556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37203, 48.66556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37135, 48.66556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34691, 48.66564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34623, 48.66564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34555, 48.66564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34487, 48.66564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34419, 48.66565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34351, 48.66565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34283, 48.66565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34215, 48.66565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34148, 48.66565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33604, 48.66567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33536, 48.66567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3211, 48.66571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32043, 48.66572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31975, 48.66572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31907, 48.66572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31839, 48.66572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31635, 48.66573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31567, 48.66573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30005, 48.66577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29937, 48.66577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2987, 48.66577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29802, 48.66578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29734, 48.66578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29666, 48.66578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29598, 48.66578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2953, 48.66578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29462, 48.66578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29394, 48.66579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29326, 48.66579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29258, 48.66579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2919, 48.66579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29123, 48.66579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29055, 48.66579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28987, 48.6658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28919, 48.6658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28851, 48.6658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28783, 48.6658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28715, 48.6658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28647, 48.6658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28579, 48.66581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28511, 48.66581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39444, 48.66594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39377, 48.66594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39309, 48.66594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39241, 48.66594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39173, 48.66594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39105, 48.66595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39037, 48.66595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38969, 48.66595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38901, 48.66595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37407, 48.666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37339, 48.66601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37272, 48.66601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37204, 48.66601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37136, 48.66601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37068, 48.66601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34759, 48.66609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34691, 48.66609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34623, 48.66609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34555, 48.66609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34487, 48.66609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34419, 48.6661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34352, 48.6661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34284, 48.6661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34216, 48.6661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34148, 48.6661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33944, 48.66611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3374, 48.66612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33673, 48.66612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33605, 48.66612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33537, 48.66612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33469, 48.66612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32111, 48.66616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32043, 48.66617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31975, 48.66617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31907, 48.66617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31839, 48.66617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31771, 48.66617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31703, 48.66617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31635, 48.66618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31567, 48.66618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30074, 48.66622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30006, 48.66622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29938, 48.66622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2987, 48.66622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29802, 48.66623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29734, 48.66623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29666, 48.66623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29598, 48.66623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2953, 48.66623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29462, 48.66623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29394, 48.66624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29327, 48.66624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29259, 48.66624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29191, 48.66624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29123, 48.66624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29055, 48.66624, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28987, 48.66625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28919, 48.66625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28851, 48.66625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28783, 48.66625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28715, 48.66625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39445, 48.66639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39377, 48.66639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39309, 48.66639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39241, 48.66639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39173, 48.66639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39105, 48.6664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37476, 48.66645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37408, 48.66645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3734, 48.66646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37272, 48.66646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37204, 48.66646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37136, 48.66646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37068, 48.66646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37, 48.66647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36932, 48.66647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36864, 48.66647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36797, 48.66647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36253, 48.66649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36185, 48.66649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36117, 48.66649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34827, 48.66653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34759, 48.66654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34691, 48.66654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34624, 48.66654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34556, 48.66654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34488, 48.66654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3442, 48.66655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34352, 48.66655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34284, 48.66655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34216, 48.66655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34148, 48.66655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3408, 48.66656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34012, 48.66656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33944, 48.66656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33877, 48.66656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33809, 48.66656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33741, 48.66657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33673, 48.66657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33605, 48.66657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33537, 48.66657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32111, 48.66661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32043, 48.66661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31975, 48.66662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31907, 48.66662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31839, 48.66662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31771, 48.66662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31704, 48.66662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31636, 48.66663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3021, 48.66666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30142, 48.66667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30074, 48.66667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30006, 48.66667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29938, 48.66667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2987, 48.66667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29802, 48.66668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29734, 48.66668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29666, 48.66668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29598, 48.66668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29531, 48.66668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29463, 48.66668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29395, 48.66669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29327, 48.66669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29259, 48.66669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29191, 48.66669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29123, 48.66669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29055, 48.66669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28987, 48.6667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28919, 48.6667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39445, 48.66684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39377, 48.66684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39309, 48.66684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39241, 48.66684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39174, 48.66684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37476, 48.6669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37408, 48.6669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3734, 48.66691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37272, 48.66691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37204, 48.66691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37136, 48.66691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37068, 48.66691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37001, 48.66692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36933, 48.66692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36865, 48.66692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36797, 48.66692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36729, 48.66692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36321, 48.66694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36254, 48.66694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36186, 48.66694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36118, 48.66694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3605, 48.66695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34828, 48.66698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3476, 48.66699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34692, 48.66699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34624, 48.66699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34556, 48.66699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34488, 48.66699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3442, 48.667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34352, 48.667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34284, 48.667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34216, 48.667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34148, 48.667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34081, 48.66701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34013, 48.66701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33945, 48.66701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33877, 48.66701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33809, 48.66701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33741, 48.66702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33673, 48.66702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33605, 48.66702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32111, 48.66706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32043, 48.66706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31975, 48.66707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31908, 48.66707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3184, 48.66707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31772, 48.66707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31704, 48.66707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3021, 48.66711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30142, 48.66712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30074, 48.66712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30006, 48.66712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29938, 48.66712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2987, 48.66712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29802, 48.66712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29735, 48.66713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29667, 48.66713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29599, 48.66713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29531, 48.66713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29463, 48.66713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29395, 48.66714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29327, 48.66714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29259, 48.66714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29191, 48.66714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29123, 48.66714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29055, 48.66714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39378, 48.66729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37748, 48.66734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3768, 48.66734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37612, 48.66735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37544, 48.66735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37476, 48.66735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37408, 48.66735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3734, 48.66735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37273, 48.66736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37205, 48.66736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37137, 48.66736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37069, 48.66736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37001, 48.66737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36933, 48.66737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36865, 48.66737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36797, 48.66737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36729, 48.66737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36661, 48.66738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36458, 48.66738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3639, 48.66739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36322, 48.66739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36254, 48.66739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36186, 48.66739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36118, 48.66739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34896, 48.66743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34828, 48.66743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3476, 48.66744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34692, 48.66744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34624, 48.66744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34556, 48.66744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34488, 48.66744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3442, 48.66745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34353, 48.66745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34285, 48.66745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34217, 48.66745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34149, 48.66745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34081, 48.66746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34013, 48.66746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32179, 48.66751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32112, 48.66751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32044, 48.66751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31976, 48.66752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31908, 48.66752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3021, 48.66756, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30142, 48.66757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30074, 48.66757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30006, 48.66757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29939, 48.66757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29871, 48.66757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29803, 48.66757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29735, 48.66758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29667, 48.66758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29599, 48.66758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29531, 48.66758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29463, 48.66758, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29395, 48.66759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29327, 48.66759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29259, 48.66759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29192, 48.66759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37816, 48.66779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37748, 48.66779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3768, 48.66779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37612, 48.6678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37544, 48.6678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37477, 48.6678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37409, 48.6678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37341, 48.6678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37273, 48.66781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37205, 48.66781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37137, 48.66781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37069, 48.66781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36933, 48.66782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36865, 48.66782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36797, 48.66782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3673, 48.66782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36662, 48.66783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36594, 48.66783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36526, 48.66783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36458, 48.66783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3639, 48.66784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36322, 48.66784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36254, 48.66784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36186, 48.66784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36118, 48.66784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34896, 48.66788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34828, 48.66788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3476, 48.66789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34692, 48.66789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34624, 48.66789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34557, 48.66789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34489, 48.66789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34421, 48.6679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34353, 48.6679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34285, 48.6679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34217, 48.6679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34149, 48.6679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3218, 48.66796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32112, 48.66796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32044, 48.66796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31976, 48.66797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30142, 48.66802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30075, 48.66802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30007, 48.66802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29939, 48.66802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29871, 48.66802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29803, 48.66802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29735, 48.66803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29667, 48.66803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29599, 48.66803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29531, 48.66803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29463, 48.66803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29395, 48.66803, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29328, 48.66804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2926, 48.66804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37816, 48.66824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37749, 48.66824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37681, 48.66824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37613, 48.66825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37545, 48.66825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37477, 48.66825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37409, 48.66825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37341, 48.66825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37273, 48.66826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37205, 48.66826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37137, 48.66826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37069, 48.66826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37002, 48.66827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36934, 48.66827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36866, 48.66827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36798, 48.66827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3673, 48.66827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36662, 48.66828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36594, 48.66828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36526, 48.66828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36458, 48.66828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3639, 48.66828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36322, 48.66829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36255, 48.66829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36187, 48.66829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34896, 48.66833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34828, 48.66833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34761, 48.66834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34693, 48.66834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34625, 48.66834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34557, 48.66834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34489, 48.66834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34421, 48.66835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34353, 48.66835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34285, 48.66835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34217, 48.66835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32248, 48.66841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3218, 48.66841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32112, 48.66841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32044, 48.66841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30143, 48.66847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30075, 48.66847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30007, 48.66847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29939, 48.66847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29871, 48.66847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29803, 48.66847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29735, 48.66848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29667, 48.66848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29599, 48.66848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29532, 48.66848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29464, 48.66848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29396, 48.66848, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29328, 48.66849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2926, 48.66849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37817, 48.66869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37749, 48.66869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37681, 48.66869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37545, 48.6687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37341, 48.6687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37274, 48.66871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37206, 48.66871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37138, 48.66871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3707, 48.66871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37002, 48.66872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36934, 48.66872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36866, 48.66872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36798, 48.66872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3673, 48.66872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36662, 48.66873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36594, 48.66873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36527, 48.66873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36459, 48.66873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36391, 48.66873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36323, 48.66874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36255, 48.66874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34897, 48.66878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34829, 48.66878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34761, 48.66879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34693, 48.66879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34625, 48.66879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34557, 48.66879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34489, 48.66879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34421, 48.6688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34353, 48.6688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34286, 48.6688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32316, 48.66886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32248, 48.66886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3218, 48.66886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32112, 48.66886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30211, 48.66891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30143, 48.66892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30075, 48.66892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30007, 48.66892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29939, 48.66892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29871, 48.66892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29736, 48.66893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29668, 48.66893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29464, 48.66893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29396, 48.66893, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29328, 48.66894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2926, 48.66894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37885, 48.66914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37817, 48.66914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37749, 48.66914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37681, 48.66914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37613, 48.66915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37342, 48.66915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37274, 48.66916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37206, 48.66916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37138, 48.66916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3707, 48.66916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37002, 48.66917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36934, 48.66917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36866, 48.66917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36798, 48.66917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36731, 48.66917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36663, 48.66918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36595, 48.66918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36527, 48.66918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36459, 48.66918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36391, 48.66918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36323, 48.66919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36255, 48.66919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3449, 48.66924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34422, 48.66925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32384, 48.6693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32316, 48.66931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32249, 48.66931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32181, 48.66931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32113, 48.66931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30211, 48.66936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30143, 48.66937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30075, 48.66937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30007, 48.66937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2994, 48.66937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29464, 48.66938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29396, 48.66938, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29328, 48.66939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37885, 48.66959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37817, 48.66959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37682, 48.66959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37614, 48.6696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37546, 48.6696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37206, 48.66961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37138, 48.66961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3707, 48.66961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37003, 48.66961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36935, 48.66962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36867, 48.66962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36799, 48.66962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36731, 48.66962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36663, 48.66963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36595, 48.66963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36527, 48.66963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36459, 48.66963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36391, 48.66963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36323, 48.66964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36256, 48.66964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32453, 48.66975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32385, 48.66975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32317, 48.66976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30279, 48.66981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30211, 48.66981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30144, 48.66981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29464, 48.66983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29397, 48.66983, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29329, 48.66984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3938, 48.66999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39312, 48.66999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39244, 48.66999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39176, 48.66999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37954, 48.67003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37886, 48.67004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37614, 48.67004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37546, 48.67005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37478, 48.67005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37071, 48.67006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37003, 48.67006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36935, 48.67007, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36867, 48.67007, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36799, 48.67007, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36731, 48.67007, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36663, 48.67008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36595, 48.67008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36527, 48.67008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3646, 48.67008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36392, 48.67008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36324, 48.67009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36256, 48.67009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32521, 48.6702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32453, 48.6702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32385, 48.6702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32317, 48.67021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3028, 48.67026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30212, 48.67026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2994, 48.67027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29872, 48.67027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29804, 48.67027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29465, 48.67028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29397, 48.67028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39584, 48.67043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39516, 48.67043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39448, 48.67043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3938, 48.67044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39312, 48.67044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39244, 48.67044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39176, 48.67044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39108, 48.67044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37954, 48.67048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37886, 48.67049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37818, 48.67049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37682, 48.67049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37614, 48.67049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37546, 48.6705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37479, 48.6705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37071, 48.67051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37003, 48.67051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36935, 48.67052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36867, 48.67052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36799, 48.67052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36732, 48.67052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36664, 48.67053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36596, 48.67053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36528, 48.67053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3646, 48.67053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36392, 48.67053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36324, 48.67054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32589, 48.67065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32521, 48.67065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32453, 48.67065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32385, 48.67065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32317, 48.67066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3028, 48.67071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30212, 48.67071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30144, 48.67071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30076, 48.67072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30008, 48.67072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2994, 48.67072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29872, 48.67072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29805, 48.67072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29737, 48.67073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29669, 48.67073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29601, 48.67073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29533, 48.67073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29465, 48.67073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40535, 48.67085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40467, 48.67085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3972, 48.67087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39652, 48.67088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39584, 48.67088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39516, 48.67088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39448, 48.67088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3938, 48.67089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39313, 48.67089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39245, 48.67089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39177, 48.67089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39109, 48.67089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39041, 48.6709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37954, 48.67093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37886, 48.67094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37818, 48.67094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37751, 48.67094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37683, 48.67094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37615, 48.67094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37547, 48.67095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37479, 48.67095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37411, 48.67095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37343, 48.67095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37275, 48.67096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37207, 48.67096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37139, 48.67096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37071, 48.67096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37004, 48.67096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36936, 48.67097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36868, 48.67097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.368, 48.67097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36732, 48.67097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36664, 48.67098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36596, 48.67098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36528, 48.67098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3646, 48.67098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32657, 48.6711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32589, 48.6711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32521, 48.6711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32453, 48.6711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32385, 48.6711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32318, 48.67111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3225, 48.67111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3028, 48.67116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30212, 48.67116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30144, 48.67116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30076, 48.67117, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30009, 48.67117, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29941, 48.67117, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29873, 48.67117, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29805, 48.67117, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29737, 48.67117, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29669, 48.67118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29601, 48.67118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40671, 48.67129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40603, 48.67129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40535, 48.6713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40467, 48.6713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40399, 48.6713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40332, 48.6713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40264, 48.6713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40196, 48.67131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39924, 48.67132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39856, 48.67132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39788, 48.67132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3972, 48.67132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39652, 48.67133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39585, 48.67133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39517, 48.67133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39449, 48.67133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39381, 48.67134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39313, 48.67134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39245, 48.67134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39177, 48.67134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39109, 48.67134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39041, 48.67135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37955, 48.67138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37887, 48.67139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37819, 48.67139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37751, 48.67139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37683, 48.67139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37615, 48.67139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37547, 48.6714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37479, 48.6714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37411, 48.6714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37343, 48.6714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37276, 48.67141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37208, 48.67141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3714, 48.67141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37072, 48.67141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37004, 48.67141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36936, 48.67142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36868, 48.67142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.368, 48.67142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36732, 48.67142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36664, 48.67142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36596, 48.67143, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36528, 48.67143, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32657, 48.67155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3259, 48.67155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32522, 48.67155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32454, 48.67155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30213, 48.67161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30145, 48.67161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30077, 48.67162, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30009, 48.67162, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29941, 48.67162, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29873, 48.67162, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40671, 48.67174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40604, 48.67174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40536, 48.67175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40468, 48.67175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.404, 48.67175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40332, 48.67175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40264, 48.67175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40196, 48.67176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40128, 48.67176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4006, 48.67176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39992, 48.67176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39924, 48.67177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39857, 48.67177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39789, 48.67177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39721, 48.67177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39653, 48.67178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39585, 48.67178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39517, 48.67178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39449, 48.67178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39381, 48.67179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39313, 48.67179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39245, 48.67179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39177, 48.67179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39109, 48.67179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39042, 48.6718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38159, 48.67183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38091, 48.67183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37955, 48.67183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37887, 48.67184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37819, 48.67184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37751, 48.67184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37683, 48.67184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37615, 48.67184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37547, 48.67185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3748, 48.67185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37412, 48.67185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37344, 48.67185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37276, 48.67186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37208, 48.67186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3714, 48.67186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37072, 48.67186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37004, 48.67186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36936, 48.67187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36868, 48.67187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.368, 48.67187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36733, 48.67187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36665, 48.67187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36597, 48.67188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36529, 48.67188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32726, 48.67199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32658, 48.672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3259, 48.672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32522, 48.672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40672, 48.67219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40604, 48.67219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40536, 48.67219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40468, 48.6722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.404, 48.6722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40332, 48.6722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40264, 48.6722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40196, 48.67221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40129, 48.67221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40061, 48.67221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39993, 48.67221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39925, 48.67222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39857, 48.67222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39789, 48.67222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39721, 48.67222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39653, 48.67223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39585, 48.67223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39517, 48.67223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39449, 48.67223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39381, 48.67223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39314, 48.67224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39246, 48.67224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39178, 48.67224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3911, 48.67224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39042, 48.67225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38974, 48.67225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38159, 48.67228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38091, 48.67228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38023, 48.67228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37955, 48.67228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37887, 48.67228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37819, 48.67229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37752, 48.67229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37684, 48.67229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37616, 48.67229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37548, 48.6723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3748, 48.6723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37412, 48.6723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37344, 48.6723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37276, 48.6723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37208, 48.67231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3714, 48.67231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37072, 48.67231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37005, 48.67231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36937, 48.67232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36869, 48.67232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36801, 48.67232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36733, 48.67232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36665, 48.67232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36597, 48.67233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36529, 48.67233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32726, 48.67244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32658, 48.67245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3259, 48.67245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40672, 48.67264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40604, 48.67264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40536, 48.67264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40468, 48.67265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40401, 48.67265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40333, 48.67265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40265, 48.67265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40197, 48.67266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40129, 48.67266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40061, 48.67266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39993, 48.67266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39925, 48.67267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39857, 48.67267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39789, 48.67267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39721, 48.67267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39654, 48.67268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39586, 48.67268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39518, 48.67268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3945, 48.67268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39382, 48.67268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39314, 48.67269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39246, 48.67269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39178, 48.67269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3911, 48.67269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38159, 48.67273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38091, 48.67273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38024, 48.67273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37956, 48.67273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37888, 48.67273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3782, 48.67274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37752, 48.67274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37684, 48.67274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3748, 48.67275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37412, 48.67275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37344, 48.67275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37277, 48.67275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37209, 48.67276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37141, 48.67276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37073, 48.67276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37005, 48.67276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36937, 48.67277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36869, 48.67277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36801, 48.67277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36733, 48.67277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36665, 48.67277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36597, 48.67278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36529, 48.67278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32726, 48.67289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32658, 48.67289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3259, 48.6729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40605, 48.67309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40537, 48.67309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40469, 48.6731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40401, 48.6731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40333, 48.6731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40265, 48.6731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40197, 48.67311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40129, 48.67311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40061, 48.67311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39993, 48.67311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39926, 48.67312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39858, 48.67312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3979, 48.67312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39722, 48.67312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39654, 48.67313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39586, 48.67313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39518, 48.67313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3945, 48.67313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39382, 48.67313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39314, 48.67314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3816, 48.67318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38092, 48.67318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38024, 48.67318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37956, 48.67318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37888, 48.67318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3782, 48.67319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37481, 48.6732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37413, 48.6732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37345, 48.6732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37277, 48.6732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37209, 48.67321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37141, 48.67321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37073, 48.67321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37005, 48.67321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36937, 48.67322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36869, 48.67322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36801, 48.67322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36734, 48.67322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36666, 48.67322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36598, 48.67323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3653, 48.67323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36462, 48.67323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32727, 48.67334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40469, 48.67355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4013, 48.67356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40062, 48.67356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39994, 48.67356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39926, 48.67357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39858, 48.67357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3979, 48.67357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39722, 48.67357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37413, 48.67365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37345, 48.67365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37277, 48.67365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37209, 48.67366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37141, 48.67366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37073, 48.67366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37006, 48.67366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36938, 48.67367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3687, 48.67367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36802, 48.67367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36734, 48.67367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36666, 48.67367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36598, 48.67368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3653, 48.67368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36462, 48.67368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37345, 48.6741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37277, 48.6741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36938, 48.67412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3687, 48.67412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36802, 48.67412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36734, 48.67412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36666, 48.67412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36598, 48.67413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3653, 48.67413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36463, 48.67413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36395, 48.67413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36938, 48.67456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3687, 48.67457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36802, 48.67457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36734, 48.67457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36667, 48.67457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36599, 48.67458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36531, 48.67458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36463, 48.67458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36395, 48.67458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36327, 48.67458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36939, 48.67501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36871, 48.67502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36803, 48.67502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36735, 48.67502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36667, 48.67502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36599, 48.67503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36531, 48.67503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36463, 48.67503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36395, 48.67503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36327, 48.67503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37007, 48.67546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36939, 48.67546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36871, 48.67547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36803, 48.67547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36735, 48.67547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36667, 48.67547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36599, 48.67548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36531, 48.67548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36463, 48.67548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36396, 48.67548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36328, 48.67548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36939, 48.67591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36871, 48.67592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36803, 48.67592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36735, 48.67592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36668, 48.67592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.366, 48.67593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36532, 48.67593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36464, 48.67593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36396, 48.67593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36328, 48.67593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3626, 48.67594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36872, 48.67637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36804, 48.67637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36736, 48.67637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36668, 48.67637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36464, 48.67638, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36396, 48.67638, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36328, 48.67638, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3626, 48.67639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33951, 48.67646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33883, 48.67646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33815, 48.67646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33747, 48.67646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34019, 48.6769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33951, 48.67691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33883, 48.67691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33816, 48.67691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33748, 48.67691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3368, 48.67691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34088, 48.67735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3402, 48.67735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33952, 48.67736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33884, 48.67736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33816, 48.67736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33748, 48.67736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3368, 48.67736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34156, 48.6778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34088, 48.6778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3402, 48.6778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33952, 48.67781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33884, 48.67781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33816, 48.67781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33748, 48.67781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3368, 48.67781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33612, 48.67782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34224, 48.67825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34156, 48.67825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34088, 48.67825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3402, 48.67825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33952, 48.67826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33884, 48.67826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33816, 48.67826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33749, 48.67826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33681, 48.67826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33613, 48.67827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34224, 48.6787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34156, 48.6787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34088, 48.6787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34021, 48.6787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33953, 48.6787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33885, 48.67871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33817, 48.67871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33749, 48.67871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33681, 48.67871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34293, 48.67914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34225, 48.67915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34157, 48.67915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34089, 48.67915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34021, 48.67915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33953, 48.67915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33885, 48.67916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33817, 48.67916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33749, 48.67916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33681, 48.67916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34293, 48.67959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34225, 48.6796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34157, 48.6796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34089, 48.6796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34021, 48.6796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33953, 48.6796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33885, 48.67961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33817, 48.67961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33749, 48.67961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33682, 48.67961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38912, 48.6799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38844, 48.6799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38776, 48.6799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34293, 48.68004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34225, 48.68005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34157, 48.68005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34089, 48.68005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34021, 48.68005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33954, 48.68005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33886, 48.68006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33818, 48.68006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3375, 48.68006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33682, 48.68006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3898, 48.68035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38912, 48.68035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38844, 48.68035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38776, 48.68035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38709, 48.68035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34361, 48.68049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34293, 48.68049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34226, 48.6805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34158, 48.6805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3409, 48.6805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34022, 48.6805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33954, 48.6805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33886, 48.68051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33818, 48.68051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3375, 48.68051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33682, 48.68051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38981, 48.68079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38913, 48.6808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38845, 48.6808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38777, 48.6808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38709, 48.6808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36943, 48.68086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36875, 48.68086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36807, 48.68087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3443, 48.68094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34362, 48.68094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34294, 48.68094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34226, 48.68095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34158, 48.68095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3409, 48.68095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34022, 48.68095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33954, 48.68095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33886, 48.68096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33818, 48.68096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3375, 48.68096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38981, 48.68124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38913, 48.68125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38845, 48.68125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38777, 48.68125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38709, 48.68125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37011, 48.68131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36943, 48.68131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36875, 48.68131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36807, 48.68132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36739, 48.68132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36671, 48.68132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34498, 48.68139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3443, 48.68139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34362, 48.68139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34294, 48.68139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34226, 48.6814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34158, 48.6814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3409, 48.6814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34022, 48.6814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33954, 48.6814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33887, 48.68141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33819, 48.68141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38981, 48.68169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38913, 48.6817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38845, 48.6817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38778, 48.6817, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37011, 48.68176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36944, 48.68176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36876, 48.68176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36808, 48.68177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3674, 48.68177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36672, 48.68177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36604, 48.68177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34566, 48.68184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34498, 48.68184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3443, 48.68184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34362, 48.68184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34294, 48.68184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34226, 48.68185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34159, 48.68185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34091, 48.68185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34023, 48.68185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33955, 48.68185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33887, 48.68186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38914, 48.68215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38846, 48.68215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38778, 48.68215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36944, 48.68221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36876, 48.68221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36808, 48.68222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3674, 48.68222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36672, 48.68222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36604, 48.68222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34634, 48.68228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34566, 48.68229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34498, 48.68229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34431, 48.68229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34363, 48.68229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34295, 48.68229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34227, 48.6823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34159, 48.6823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34091, 48.6823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34023, 48.6823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33955, 48.6823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38914, 48.6826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38846, 48.6826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36808, 48.68267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3674, 48.68267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36672, 48.68267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36605, 48.68267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36537, 48.68267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34635, 48.68273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34567, 48.68273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34499, 48.68274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34431, 48.68274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34363, 48.68274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34295, 48.68274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34227, 48.68275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34159, 48.68275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34091, 48.68275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34023, 48.68275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33955, 48.68275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38914, 48.68305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38846, 48.68305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36673, 48.68312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36605, 48.68312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36537, 48.68312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36469, 48.68313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36401, 48.68313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36333, 48.68313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34567, 48.68318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34499, 48.68319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34431, 48.68319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34363, 48.68319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34295, 48.68319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34091, 48.6832, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34024, 48.6832, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38915, 48.6835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38847, 48.6835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36605, 48.68357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36537, 48.68357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36469, 48.68358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36401, 48.68358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36333, 48.68358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36266, 48.68358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36198, 48.68358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38983, 48.68394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38915, 48.68395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38847, 48.68395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36538, 48.68402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3647, 48.68403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36402, 48.68403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36334, 48.68403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36266, 48.68403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36198, 48.68403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3613, 48.68404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39051, 48.68439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38983, 48.68439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38915, 48.6844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36402, 48.68448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36334, 48.68448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36266, 48.68448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36198, 48.68448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3613, 48.68449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39052, 48.68484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38984, 48.68484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38916, 48.68485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36402, 48.68493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36334, 48.68493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36267, 48.68493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36199, 48.68493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36131, 48.68494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39052, 48.68529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38984, 48.68529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38916, 48.6853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36403, 48.68538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36335, 48.68538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36267, 48.68538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36199, 48.68538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36131, 48.68539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39052, 48.68574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38984, 48.68574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38916, 48.68574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36403, 48.68583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36335, 48.68583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36267, 48.68583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36199, 48.68583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36131, 48.68584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39053, 48.68619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38985, 48.68619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38917, 48.68619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38849, 48.6862, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36403, 48.68628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36335, 48.68628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36267, 48.68628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.362, 48.68628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39053, 48.68664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38985, 48.68664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38917, 48.68664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38849, 48.68665, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36472, 48.68672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36404, 48.68673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36336, 48.68673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36268, 48.68673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39053, 48.68709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38985, 48.68709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38918, 48.68709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3885, 48.6871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38782, 48.6871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36608, 48.68717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3654, 48.68717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36472, 48.68717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36404, 48.68718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36336, 48.68718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39054, 48.68754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38986, 48.68754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38918, 48.68754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3885, 48.68755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38782, 48.68755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36744, 48.68762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36676, 48.68762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36608, 48.68762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3654, 48.68762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36472, 48.68762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36404, 48.68763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39054, 48.68799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38986, 48.68799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38918, 48.68799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3885, 48.688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3688, 48.68806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36812, 48.68806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36744, 48.68807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36676, 48.68807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36608, 48.68807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36541, 48.68807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36473, 48.68807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38987, 48.68844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38919, 48.68844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37016, 48.68851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36948, 48.68851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36881, 48.68851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36813, 48.68851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36745, 48.68852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36677, 48.68852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36609, 48.68852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37085, 48.68895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37017, 48.68896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36949, 48.68896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36881, 48.68896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36813, 48.68896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36745, 48.68896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37085, 48.6894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37017, 48.68941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36949, 48.68941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36881, 48.68941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36813, 48.68941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34164, 48.69039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34096, 48.6904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34028, 48.6904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3396, 48.6904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33893, 48.6904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33825, 48.6904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33757, 48.69041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33689, 48.69041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34233, 48.69084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34165, 48.69084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34097, 48.69085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34029, 48.69085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33961, 48.69085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33893, 48.69085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33825, 48.69085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33757, 48.69086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33689, 48.69086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33621, 48.69086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34233, 48.69129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34165, 48.69129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34097, 48.6913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34029, 48.6913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33961, 48.6913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33893, 48.6913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33825, 48.6913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33757, 48.69131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33689, 48.69131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33621, 48.69131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34233, 48.69174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34165, 48.69174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34097, 48.69175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34029, 48.69175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33961, 48.69175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33893, 48.69175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33826, 48.69175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33758, 48.69176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3369, 48.69176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33622, 48.69176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33554, 48.69176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34233, 48.69219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34166, 48.69219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34098, 48.69219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3403, 48.6922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33962, 48.6922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33894, 48.6922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33826, 48.6922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33758, 48.6922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3369, 48.69221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33622, 48.69221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33554, 48.69221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33486, 48.69221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34166, 48.69264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34098, 48.69264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3403, 48.69265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33962, 48.69265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33894, 48.69265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33826, 48.69265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33758, 48.69265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3369, 48.69266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33622, 48.69266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33554, 48.69266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33486, 48.69266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33418, 48.69266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3403, 48.6931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33962, 48.6931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33894, 48.6931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33826, 48.6931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33758, 48.6931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33691, 48.69311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33623, 48.69311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33555, 48.69311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33487, 48.69311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38922, 48.69339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38854, 48.69339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38787, 48.6934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38719, 48.6934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38651, 48.6934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38583, 48.6934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33759, 48.69355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33691, 48.69356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33623, 48.69356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33555, 48.69356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42388, 48.69372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4232, 48.69372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42252, 48.69372, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42184, 48.69373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39127, 48.69383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39059, 48.69384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38991, 48.69384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38923, 48.69384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38855, 48.69384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38787, 48.69385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38719, 48.69385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38651, 48.69385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38583, 48.69385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38515, 48.69385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38447, 48.69386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38379, 48.69386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38311, 48.69386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42388, 48.69417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4232, 48.69417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42252, 48.69417, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42184, 48.69418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42116, 48.69418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39127, 48.69428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39059, 48.69429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38991, 48.69429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38923, 48.69429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38855, 48.69429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38787, 48.6943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38719, 48.6943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38651, 48.6943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38583, 48.6943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38515, 48.6943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38447, 48.69431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3838, 48.69431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38312, 48.69431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38244, 48.69431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42456, 48.69462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42389, 48.69462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42321, 48.69462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42253, 48.69462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42185, 48.69463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42117, 48.69463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39195, 48.69473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39127, 48.69473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39059, 48.69474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38991, 48.69474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38923, 48.69474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38855, 48.69474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38788, 48.69475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3872, 48.69475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38652, 48.69475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38584, 48.69475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38516, 48.69475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38448, 48.69476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3838, 48.69476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38312, 48.69476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38244, 48.69476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42525, 48.69506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42457, 48.69507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42389, 48.69507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42321, 48.69507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42253, 48.69507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42185, 48.69508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42117, 48.69508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39196, 48.69518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39128, 48.69518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3906, 48.69519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38992, 48.69519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38924, 48.69519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38856, 48.69519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38788, 48.6952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3872, 48.6952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38652, 48.6952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38584, 48.6952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38516, 48.6952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38448, 48.69521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3838, 48.69521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38312, 48.69521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38244, 48.69521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42593, 48.69551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42525, 48.69551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42457, 48.69552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42389, 48.69552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42321, 48.69552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42253, 48.69552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42185, 48.69553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42118, 48.69553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4205, 48.69553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39128, 48.69563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3906, 48.69564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38992, 48.69564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38924, 48.69564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38856, 48.69564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38788, 48.69564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3872, 48.69565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38652, 48.69565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38584, 48.69565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38516, 48.69565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38449, 48.69566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38381, 48.69566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38313, 48.69566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38245, 48.69566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42661, 48.69596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42594, 48.69596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42526, 48.69596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42458, 48.69597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4239, 48.69597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42322, 48.69597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42254, 48.69597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42186, 48.69598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42118, 48.69598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4205, 48.69598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41982, 48.69598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39128, 48.69608, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3906, 48.69609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38992, 48.69609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38924, 48.69609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38857, 48.69609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38789, 48.69609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38721, 48.6961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38653, 48.6961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38585, 48.6961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38517, 48.6961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38449, 48.69611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38381, 48.69611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38313, 48.69611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38245, 48.69611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38177, 48.69612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38109, 48.69612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38041, 48.69612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37973, 48.69612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42866, 48.6964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42798, 48.6964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4273, 48.69641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42662, 48.69641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42594, 48.69641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42526, 48.69641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42458, 48.69642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4239, 48.69642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42322, 48.69642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42254, 48.69642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42186, 48.69643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42118, 48.69643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4205, 48.69643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41982, 48.69643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41914, 48.69644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39129, 48.69653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39061, 48.69654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38993, 48.69654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38925, 48.69654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38857, 48.69654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38789, 48.69654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38721, 48.69655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38653, 48.69655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38585, 48.69655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38517, 48.69655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38449, 48.69656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38381, 48.69656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38313, 48.69656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38245, 48.69656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38177, 48.69656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38109, 48.69657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38042, 48.69657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37974, 48.69657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43002, 48.69684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42934, 48.69685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42866, 48.69685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42798, 48.69685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4273, 48.69685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42662, 48.69686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42594, 48.69686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42526, 48.69686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42458, 48.69686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4239, 48.69687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42322, 48.69687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42255, 48.69687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42187, 48.69687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42119, 48.69688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42051, 48.69688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41983, 48.69688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41915, 48.69688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41847, 48.69689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39061, 48.69699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38993, 48.69699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38925, 48.69699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38857, 48.69699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38653, 48.697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38585, 48.697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38517, 48.697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3845, 48.69701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38382, 48.69701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38314, 48.69701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38246, 48.69701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38178, 48.69701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3811, 48.69702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38042, 48.69702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37974, 48.69702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37906, 48.69702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4307, 48.69729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43002, 48.69729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42934, 48.6973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42866, 48.6973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42798, 48.6973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42731, 48.6973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42663, 48.69731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42595, 48.69731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42527, 48.69731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42459, 48.69731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42391, 48.69732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42323, 48.69732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42255, 48.69732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42187, 48.69732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42119, 48.69733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42051, 48.69733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41983, 48.69733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41915, 48.69733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41847, 48.69734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41779, 48.69734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38993, 48.69744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38926, 48.69744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38586, 48.69745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38518, 48.69745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3845, 48.69746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38382, 48.69746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38314, 48.69746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38246, 48.69746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38178, 48.69746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3811, 48.69747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38042, 48.69747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37974, 48.69747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43139, 48.69774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43071, 48.69774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43003, 48.69774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42935, 48.69775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42867, 48.69775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42799, 48.69775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42731, 48.69775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42663, 48.69776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42595, 48.69776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42527, 48.69776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42459, 48.69776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42391, 48.69777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42323, 48.69777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42255, 48.69777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42187, 48.69777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42119, 48.69778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42051, 48.69778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41984, 48.69778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41916, 48.69778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41848, 48.69779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4178, 48.69779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38586, 48.6979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38518, 48.6979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3845, 48.69791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38382, 48.69791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38314, 48.69791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38246, 48.69791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38178, 48.69791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3811, 48.69792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38043, 48.69792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29889, 48.69816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29821, 48.69816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29753, 48.69816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43139, 48.69819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43071, 48.69819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43003, 48.69819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42935, 48.6982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42867, 48.6982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42799, 48.6982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42731, 48.6982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42663, 48.69821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42595, 48.69821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42527, 48.69821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4246, 48.69821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42392, 48.69822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42324, 48.69822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42256, 48.69822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42188, 48.69822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4212, 48.69823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42052, 48.69823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41984, 48.69823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41916, 48.69823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41848, 48.69824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4178, 48.69824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38654, 48.69835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38586, 48.69835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38519, 48.69835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38451, 48.69836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38383, 48.69836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38315, 48.69836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38247, 48.69836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38179, 48.69836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38111, 48.69837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30093, 48.6986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30025, 48.69861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29957, 48.69861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29889, 48.69861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29821, 48.69861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29753, 48.69861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29685, 48.69861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43139, 48.69864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43071, 48.69864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43003, 48.69864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42936, 48.69865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42868, 48.69865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.428, 48.69865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42732, 48.69865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42664, 48.69866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42596, 48.69866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42528, 48.69866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4246, 48.69866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42392, 48.69867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42324, 48.69867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42256, 48.69867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42188, 48.69867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4212, 48.69868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42052, 48.69868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41984, 48.69868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41916, 48.69868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41848, 48.69869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4178, 48.69869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38655, 48.6988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38587, 48.6988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38519, 48.6988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38451, 48.6988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38383, 48.69881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38315, 48.69881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38247, 48.69881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38179, 48.69881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30365, 48.69905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30297, 48.69905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30229, 48.69905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30161, 48.69905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30093, 48.69905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30025, 48.69906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29753, 48.69906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29685, 48.69906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43072, 48.69909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43004, 48.69909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42936, 48.6991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42868, 48.6991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.428, 48.6991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42732, 48.6991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42664, 48.69911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42596, 48.69911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42528, 48.69911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4246, 48.69911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42392, 48.69912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42324, 48.69912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42256, 48.69912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42188, 48.69912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42121, 48.69913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42053, 48.69913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41985, 48.69913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41917, 48.69913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41849, 48.69914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38655, 48.69925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38587, 48.69925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38519, 48.69925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38451, 48.69925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38383, 48.69926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38315, 48.69926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38247, 48.69926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38179, 48.69926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30433, 48.69949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30365, 48.6995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30297, 48.6995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30229, 48.6995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30161, 48.6995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30093, 48.6995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29754, 48.69951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29686, 48.69951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43072, 48.69954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43004, 48.69954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42936, 48.69955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42868, 48.69955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.428, 48.69955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42732, 48.69955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42665, 48.69956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42597, 48.69956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42529, 48.69956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42461, 48.69956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42393, 48.69957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42325, 48.69957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42257, 48.69957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42189, 48.69957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42121, 48.69958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42053, 48.69958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41985, 48.69958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38655, 48.6997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38587, 48.6997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3852, 48.6997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38452, 48.6997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38384, 48.69971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38316, 48.69971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38248, 48.69971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3818, 48.69971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30569, 48.69994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30501, 48.69994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30433, 48.69994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30365, 48.69995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30297, 48.69995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3023, 48.69995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29754, 48.69996, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43073, 48.69999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43005, 48.69999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42937, 48.7, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42869, 48.7, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42801, 48.7, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42733, 48.7, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42665, 48.70001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42597, 48.70001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42529, 48.70001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42461, 48.70001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42393, 48.70002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42325, 48.70002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42257, 48.70002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42189, 48.70002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42121, 48.70003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38656, 48.70015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38588, 48.70015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3852, 48.70015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38452, 48.70015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38384, 48.70016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38316, 48.70016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38248, 48.70016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3818, 48.70016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30841, 48.70038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30773, 48.70038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30705, 48.70039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30637, 48.70039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3057, 48.70039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30502, 48.70039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30434, 48.70039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30366, 48.7004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30298, 48.7004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29822, 48.70041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29754, 48.70041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43005, 48.70044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42937, 48.70045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42869, 48.70045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42801, 48.70045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42733, 48.70045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42665, 48.70046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42597, 48.70046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42529, 48.70046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42461, 48.70046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42393, 48.70047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42326, 48.70047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42258, 48.70047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4219, 48.70047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38656, 48.7006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38588, 48.7006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3852, 48.7006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38452, 48.7006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38384, 48.70061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38316, 48.70061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38248, 48.70061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3091, 48.70083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30842, 48.70083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30774, 48.70083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30706, 48.70084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30638, 48.70084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3057, 48.70084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30502, 48.70084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30434, 48.70084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2989, 48.70086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29822, 48.70086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29754, 48.70086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42937, 48.7009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4287, 48.7009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42802, 48.7009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42734, 48.7009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42666, 48.70091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42598, 48.70091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4253, 48.70091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42462, 48.70091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42394, 48.70092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42326, 48.70092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38724, 48.70104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38656, 48.70105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38589, 48.70105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38521, 48.70105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38453, 48.70105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38385, 48.70106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38317, 48.70106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30978, 48.70128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3091, 48.70128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30842, 48.70128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30774, 48.70128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30706, 48.70129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30638, 48.70129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3057, 48.70129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30502, 48.70129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29959, 48.70131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29891, 48.70131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29823, 48.70131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43346, 48.70133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43278, 48.70133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4321, 48.70134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43142, 48.70134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4287, 48.70135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42802, 48.70135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42734, 48.70135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42666, 48.70136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38793, 48.70149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38725, 48.70149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38657, 48.7015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38589, 48.7015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38521, 48.7015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38453, 48.7015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38385, 48.70151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30978, 48.70173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3091, 48.70173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30842, 48.70173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30774, 48.70173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30706, 48.70174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30638, 48.70174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29959, 48.70176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29891, 48.70176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29823, 48.70176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29755, 48.70176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43482, 48.70177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43414, 48.70178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43346, 48.70178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43278, 48.70178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4321, 48.70178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43142, 48.70179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43074, 48.70179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38793, 48.70194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38725, 48.70194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38657, 48.70195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38589, 48.70195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38521, 48.70195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38453, 48.70195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3091, 48.70218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30842, 48.70218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30774, 48.70218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29891, 48.70221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29823, 48.70221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29755, 48.70221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4355, 48.70222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43482, 48.70222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43414, 48.70223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43346, 48.70223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43278, 48.70223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4321, 48.70223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43142, 48.70224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43075, 48.70224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38793, 48.70239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38725, 48.70239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38658, 48.7024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3859, 48.7024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38522, 48.7024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38454, 48.7024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29823, 48.70266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29755, 48.70266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29687, 48.70266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43551, 48.70267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43483, 48.70267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43415, 48.70268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43347, 48.70268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43279, 48.70268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43211, 48.70268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43143, 48.70269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43075, 48.70269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43007, 48.70269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38794, 48.70284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38726, 48.70284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38658, 48.70285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3859, 48.70285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38522, 48.70285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29756, 48.70311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29688, 48.70311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2962, 48.70311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43551, 48.70312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43483, 48.70312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43415, 48.70313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43347, 48.70313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43279, 48.70313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43211, 48.70313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43143, 48.70314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43075, 48.70314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43007, 48.70314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29688, 48.70356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2962, 48.70356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29552, 48.70357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43551, 48.70357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43483, 48.70357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43415, 48.70358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43347, 48.70358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4328, 48.70358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43212, 48.70358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43144, 48.70359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43076, 48.70359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43008, 48.70359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2962, 48.70401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29552, 48.70402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4362, 48.70402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43552, 48.70402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43484, 48.70402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43416, 48.70403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43348, 48.70403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4328, 48.70403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43212, 48.70403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43144, 48.70404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43076, 48.70404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43008, 48.70404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29553, 48.70447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4362, 48.70447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43552, 48.70447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43484, 48.70447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43416, 48.70448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43348, 48.70448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4328, 48.70448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43212, 48.70448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43144, 48.70449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43076, 48.70449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43008, 48.70449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42941, 48.70449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4362, 48.70492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43553, 48.70492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43485, 48.70492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43417, 48.70493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43349, 48.70493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43281, 48.70493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43213, 48.70493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43145, 48.70494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43077, 48.70494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43009, 48.70494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42941, 48.70494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29553, 48.70536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29485, 48.70537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43621, 48.70537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43553, 48.70537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43485, 48.70537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43417, 48.70538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43349, 48.70538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43281, 48.70538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43213, 48.70538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43145, 48.70539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43077, 48.70539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43009, 48.70539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42941, 48.70539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29553, 48.70581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29485, 48.70582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43621, 48.70582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43553, 48.70582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43485, 48.70582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43417, 48.70583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43349, 48.70583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43281, 48.70583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43213, 48.70583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43146, 48.70584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43078, 48.70584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4301, 48.70584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42942, 48.70584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42874, 48.70585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29554, 48.70626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29486, 48.70627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43622, 48.70627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43486, 48.70627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43418, 48.70628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4335, 48.70628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43282, 48.70628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43214, 48.70628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43146, 48.70629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43078, 48.70629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4301, 48.70629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42942, 48.70629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42874, 48.7063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29554, 48.70671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29486, 48.70672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43622, 48.70672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43554, 48.70672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43486, 48.70672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43418, 48.70672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4335, 48.70673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43282, 48.70673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43214, 48.70673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43146, 48.70674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43078, 48.70674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4301, 48.70674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42942, 48.70674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42874, 48.70675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42807, 48.70675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29486, 48.70717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43486, 48.70717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43419, 48.70717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43351, 48.70718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43283, 48.70718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43215, 48.70718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43147, 48.70718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43079, 48.70719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43011, 48.70719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42943, 48.70719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42875, 48.7072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42807, 48.7072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29487, 48.70762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29419, 48.70762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43283, 48.70763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43215, 48.70763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43147, 48.70763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43079, 48.70764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43011, 48.70764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42943, 48.70764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42875, 48.70764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42807, 48.70765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29419, 48.70807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43283, 48.70808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43215, 48.70808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43147, 48.70808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43079, 48.70809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43012, 48.70809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42944, 48.70809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42876, 48.70809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42808, 48.7081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29419, 48.70852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29351, 48.70852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43352, 48.70853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43284, 48.70853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43216, 48.70853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43148, 48.70853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4308, 48.70854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43012, 48.70854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42944, 48.70854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42876, 48.70854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42808, 48.70855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29351, 48.70897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29283, 48.70897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4342, 48.70897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43352, 48.70898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43284, 48.70898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43216, 48.70898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43148, 48.70898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4308, 48.70899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43012, 48.70899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42944, 48.70899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42876, 48.70899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29284, 48.70942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29216, 48.70942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4342, 48.70942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43353, 48.70943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43285, 48.70943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43217, 48.70943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43149, 48.70943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43081, 48.70944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43013, 48.70944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42945, 48.70944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42877, 48.70944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29216, 48.70987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29148, 48.70987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43353, 48.70988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43285, 48.70988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43217, 48.70988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43149, 48.70988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43081, 48.70989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43013, 48.70989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42945, 48.70989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29148, 48.71032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2908, 48.71032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43353, 48.71033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43285, 48.71033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43217, 48.71033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43149, 48.71033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43081, 48.71034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43013, 48.71034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42945, 48.71034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29149, 48.71077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29081, 48.71077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43286, 48.71078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43218, 48.71078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4315, 48.71078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43082, 48.71079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43014, 48.71079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29081, 48.71122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29013, 48.71123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43286, 48.71123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43218, 48.71123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4315, 48.71123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43082, 48.71124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29081, 48.71167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29013, 48.71168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38461, 48.71185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38393, 48.71185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38325, 48.71185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38257, 48.71186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38189, 48.71186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38121, 48.71186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38053, 48.71186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37985, 48.71186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37917, 48.71187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37849, 48.71187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37781, 48.71187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37713, 48.71187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37645, 48.71188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37577, 48.71188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37509, 48.71188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37441, 48.71188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37373, 48.71188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37305, 48.71189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37237, 48.71189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37169, 48.71189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37101, 48.71189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29013, 48.71213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28945, 48.71213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38461, 48.7123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38393, 48.7123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38325, 48.7123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38257, 48.71231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38189, 48.71231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38121, 48.71231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38053, 48.71231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37985, 48.71231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37917, 48.71232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37849, 48.71232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37782, 48.71232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37714, 48.71232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37646, 48.71233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37578, 48.71233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3751, 48.71233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37442, 48.71233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37374, 48.71233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37306, 48.71234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37238, 48.71234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3717, 48.71234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37102, 48.71234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28946, 48.71258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28878, 48.71258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38462, 48.71275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38394, 48.71275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38326, 48.71275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38258, 48.71276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3819, 48.71276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38122, 48.71276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38054, 48.71276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37986, 48.71276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37918, 48.71277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3785, 48.71277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37782, 48.71277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37714, 48.71277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37646, 48.71278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37578, 48.71278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3751, 48.71278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37442, 48.71278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37374, 48.71278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37306, 48.71279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37238, 48.71279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3717, 48.71279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37102, 48.71279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37034, 48.7128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28946, 48.71303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28878, 48.71303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38462, 48.7132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38394, 48.7132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38326, 48.7132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38258, 48.71321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3819, 48.71321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38122, 48.71321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38054, 48.71321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37986, 48.71321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37918, 48.71322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3785, 48.71322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37782, 48.71322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37714, 48.71322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37646, 48.71323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37578, 48.71323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3751, 48.71323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37442, 48.71323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37374, 48.71323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37306, 48.71324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37238, 48.71324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3717, 48.71324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37102, 48.71324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37035, 48.71325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28946, 48.71348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28878, 48.71348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38462, 48.71365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38394, 48.71365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38326, 48.71365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38258, 48.71365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3819, 48.71366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38122, 48.71366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38054, 48.71366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37986, 48.71366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37918, 48.71367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3785, 48.71367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37783, 48.71367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37715, 48.71367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37647, 48.71368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37579, 48.71368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37511, 48.71368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37443, 48.71368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37375, 48.71368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37307, 48.71369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37239, 48.71369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37171, 48.71369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37103, 48.71369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28946, 48.71393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28878, 48.71393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38395, 48.7141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38327, 48.7141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38259, 48.7141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38191, 48.71411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38123, 48.71411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38055, 48.71411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37987, 48.71411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37919, 48.71412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37851, 48.71412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37783, 48.71412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37715, 48.71412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37647, 48.71412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37579, 48.71413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37511, 48.71413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37443, 48.71413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37375, 48.71413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37307, 48.71414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37239, 48.71414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37171, 48.71414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37103, 48.71414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37035, 48.71414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28947, 48.71438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39007, 48.71453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38939, 48.71453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38463, 48.71455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38395, 48.71455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38327, 48.71455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38259, 48.71455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38191, 48.71456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38123, 48.71456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38055, 48.71456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37987, 48.71456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37919, 48.71457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37851, 48.71457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37783, 48.71457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37715, 48.71457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37647, 48.71457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37579, 48.71458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37511, 48.71458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37443, 48.71458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37171, 48.71459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37103, 48.71459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37036, 48.71459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29015, 48.71482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28947, 48.71483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39143, 48.71497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39075, 48.71498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39007, 48.71498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38939, 48.71498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38871, 48.71498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38803, 48.71499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38463, 48.715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38395, 48.715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38327, 48.715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38259, 48.715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38191, 48.71501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38123, 48.71501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38055, 48.71501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37987, 48.71501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37919, 48.71502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37851, 48.71502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37784, 48.71502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37716, 48.71502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37648, 48.71502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3758, 48.71503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37512, 48.71503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37444, 48.71503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37036, 48.71504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36968, 48.71505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.369, 48.71505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29015, 48.71527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28947, 48.71528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39211, 48.71542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39143, 48.71542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39075, 48.71543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39007, 48.71543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38939, 48.71543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38871, 48.71543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38803, 48.71544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38735, 48.71544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38532, 48.71545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38464, 48.71545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38396, 48.71545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38328, 48.71545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3826, 48.71545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38192, 48.71546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38124, 48.71546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38056, 48.71546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37988, 48.71546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3792, 48.71547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37852, 48.71547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37784, 48.71547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37716, 48.71547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37648, 48.71547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3758, 48.71548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37512, 48.71548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37036, 48.71549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36968, 48.7155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.369, 48.7155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36832, 48.7155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36764, 48.7155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29083, 48.71572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29015, 48.71572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39212, 48.71587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39144, 48.71587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39076, 48.71588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39008, 48.71588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3894, 48.71588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38872, 48.71588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38804, 48.71589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38736, 48.71589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38668, 48.71589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.386, 48.71589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38532, 48.71589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38464, 48.7159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38396, 48.7159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38328, 48.7159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3826, 48.7159, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38192, 48.71591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38124, 48.71591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38056, 48.71591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37988, 48.71591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3792, 48.71592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37852, 48.71592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37784, 48.71592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37716, 48.71592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37648, 48.71592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3758, 48.71593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37104, 48.71594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37037, 48.71594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36969, 48.71595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36901, 48.71595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36833, 48.71595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36765, 48.71595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36697, 48.71595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29084, 48.71617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29016, 48.71617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39144, 48.71632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39076, 48.71633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39008, 48.71633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3894, 48.71633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38872, 48.71633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38804, 48.71634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38736, 48.71634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38668, 48.71634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.386, 48.71634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38532, 48.71634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38464, 48.71635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38396, 48.71635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38328, 48.71635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3826, 48.71635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38192, 48.71636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38124, 48.71636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38056, 48.71636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37988, 48.71636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3792, 48.71636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37853, 48.71637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37785, 48.71637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37717, 48.71637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37649, 48.71637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37173, 48.71639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37105, 48.71639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37037, 48.71639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36969, 48.7164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36901, 48.7164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36833, 48.7164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36697, 48.7164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36629, 48.71641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29288, 48.71662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2922, 48.71662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29152, 48.71662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29084, 48.71662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39144, 48.71677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39076, 48.71678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39008, 48.71678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3894, 48.71678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38872, 48.71678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38804, 48.71679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38737, 48.71679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38669, 48.71679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38601, 48.71679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38533, 48.71679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38465, 48.7168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38397, 48.7168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38329, 48.7168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38261, 48.7168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38193, 48.71681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38125, 48.71681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38057, 48.71681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37989, 48.71681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37921, 48.71681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37853, 48.71682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37785, 48.71682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37717, 48.71682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37105, 48.71684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37037, 48.71684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36969, 48.71685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36901, 48.71685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36833, 48.71685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36765, 48.71685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36697, 48.71685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36629, 48.71686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29288, 48.71707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2922, 48.71707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29152, 48.71707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39077, 48.71723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39009, 48.71723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38941, 48.71723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38873, 48.71723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38805, 48.71724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38737, 48.71724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38669, 48.71724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38465, 48.71725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38397, 48.71725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38329, 48.71725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38261, 48.71725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38193, 48.71726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38125, 48.71726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38057, 48.71726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37989, 48.71726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37921, 48.71726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37853, 48.71727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37785, 48.71727, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37037, 48.71729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3697, 48.7173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36902, 48.7173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36834, 48.7173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36766, 48.7173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36698, 48.7173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29356, 48.71751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29288, 48.71752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2922, 48.71752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39009, 48.71768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38941, 48.71768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38873, 48.71768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38805, 48.71768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38737, 48.71769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38669, 48.71769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38465, 48.7177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38397, 48.7177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38329, 48.7177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38261, 48.7177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38193, 48.71771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38125, 48.71771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38057, 48.71771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37989, 48.71771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37921, 48.71771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37854, 48.71772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36902, 48.71775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29357, 48.71796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29289, 48.71797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38941, 48.71813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38873, 48.71813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38806, 48.71813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38738, 48.71814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38466, 48.71815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38398, 48.71815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3833, 48.71815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38262, 48.71815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38194, 48.71816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38126, 48.71816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38058, 48.71816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3799, 48.71816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37922, 48.71816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29425, 48.71841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29357, 48.71841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38942, 48.71858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38874, 48.71858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38806, 48.71858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38738, 48.71859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38466, 48.7186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38398, 48.7186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3833, 48.7186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29493, 48.71886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38942, 48.71903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38874, 48.71903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38806, 48.71903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38738, 48.71904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38466, 48.71905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38398, 48.71905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3833, 48.71905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29901, 48.7193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29833, 48.7193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29765, 48.7193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29697, 48.71931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29629, 48.71931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29561, 48.71931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38943, 48.71948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38875, 48.71948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38807, 48.71948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38467, 48.7195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38399, 48.7195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29901, 48.71975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29833, 48.71975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29766, 48.71975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29698, 48.71975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2963, 48.71976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38943, 48.71993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38875, 48.71993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38807, 48.71993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38467, 48.71995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38399, 48.71995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29902, 48.7202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29834, 48.7202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29766, 48.7202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29698, 48.7202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2963, 48.72021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39011, 48.72038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38943, 48.72038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38875, 48.72038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38807, 48.72038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38739, 48.72039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38671, 48.72039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38467, 48.7204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38399, 48.7204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36564, 48.72046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36496, 48.72046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36428, 48.72046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29902, 48.72065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29834, 48.72065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29766, 48.72065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39012, 48.72083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38944, 48.72083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38876, 48.72083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38808, 48.72083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3874, 48.72084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38672, 48.72084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38536, 48.72084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38468, 48.72084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.384, 48.72085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36496, 48.72091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36428, 48.72091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3636, 48.72091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29902, 48.7211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29834, 48.7211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29766, 48.7211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38944, 48.72128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38876, 48.72128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38808, 48.72128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3874, 48.72129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38672, 48.72129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38604, 48.72129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38536, 48.72129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38468, 48.72129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36497, 48.72136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36429, 48.72136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36361, 48.72136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36293, 48.72137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36225, 48.72137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29971, 48.72155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29903, 48.72155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29835, 48.72155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38944, 48.72173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38876, 48.72173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38808, 48.72173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3874, 48.72174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38672, 48.72174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38604, 48.72174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36497, 48.72181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36429, 48.72181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36361, 48.72181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36293, 48.72181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36225, 48.72182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36157, 48.72182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30039, 48.72199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29971, 48.722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29903, 48.722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38945, 48.72218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38877, 48.72218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38809, 48.72218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38741, 48.72219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38673, 48.72219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38605, 48.72219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36429, 48.72226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36361, 48.72226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36293, 48.72226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36225, 48.72227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36157, 48.72227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36089, 48.72227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35614, 48.72229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35546, 48.72229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35478, 48.72229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3541, 48.72229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35342, 48.72229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35274, 48.7223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30107, 48.72244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30039, 48.72244, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29971, 48.72245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39013, 48.72263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38945, 48.72263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38877, 48.72263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38809, 48.72263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38741, 48.72263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38673, 48.72264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36362, 48.72271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36294, 48.72271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36226, 48.72272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36158, 48.72272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3609, 48.72272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36022, 48.72272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35818, 48.72273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3575, 48.72273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35682, 48.72273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35614, 48.72274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35546, 48.72274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35478, 48.72274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3541, 48.72274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35342, 48.72274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35274, 48.72275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30175, 48.72289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30107, 48.72289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30039, 48.72289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39013, 48.72308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38945, 48.72308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38877, 48.72308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38809, 48.72308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38741, 48.72308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38673, 48.72309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36294, 48.72316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36226, 48.72317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36158, 48.72317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3609, 48.72317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36022, 48.72317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35954, 48.72317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35886, 48.72318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35818, 48.72318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3575, 48.72318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35682, 48.72318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35614, 48.72319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35546, 48.72319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35478, 48.72319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3541, 48.72319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35342, 48.72319, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35274, 48.7232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33235, 48.72326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30176, 48.72334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30108, 48.72334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3004, 48.72334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38946, 48.72353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38878, 48.72353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3881, 48.72353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38742, 48.72353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38674, 48.72354, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36226, 48.72362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36158, 48.72362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3609, 48.72362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36022, 48.72362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35954, 48.72362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35886, 48.72363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35818, 48.72363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3575, 48.72363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35682, 48.72363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35614, 48.72364, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35546, 48.72364, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35479, 48.72364, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35411, 48.72364, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35343, 48.72364, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35275, 48.72365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33371, 48.7237, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33303, 48.7237, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33235, 48.72371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33167, 48.72371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33099, 48.72371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30244, 48.72379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30176, 48.72379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30108, 48.72379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38878, 48.72398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3881, 48.72398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38742, 48.72398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36159, 48.72407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36091, 48.72407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36023, 48.72407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35955, 48.72407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35887, 48.72408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35819, 48.72408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35751, 48.72408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35683, 48.72408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35615, 48.72409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35547, 48.72409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35479, 48.72409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35411, 48.72409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35343, 48.72409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33371, 48.72415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33303, 48.72415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33235, 48.72416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33167, 48.72416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33099, 48.72416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33031, 48.72416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3038, 48.72424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30312, 48.72424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30244, 48.72424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30176, 48.72424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36091, 48.72452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36023, 48.72452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35887, 48.72453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35819, 48.72453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35751, 48.72453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35683, 48.72453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35615, 48.72453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35547, 48.72454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35479, 48.72454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35411, 48.72454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35343, 48.72454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33372, 48.7246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33304, 48.7246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33236, 48.72461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33168, 48.72461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.331, 48.72461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33032, 48.72461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3038, 48.72468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30312, 48.72469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30244, 48.72469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36023, 48.72497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35955, 48.72497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35887, 48.72498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35683, 48.72498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35615, 48.72498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35547, 48.72499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35479, 48.72499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35411, 48.72499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35343, 48.72499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33372, 48.72505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33304, 48.72505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33236, 48.72506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33168, 48.72506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.331, 48.72506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33032, 48.72506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30381, 48.72513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36024, 48.72542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35956, 48.72542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3582, 48.72543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35752, 48.72543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35684, 48.72543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35616, 48.72543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35548, 48.72544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3548, 48.72544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35412, 48.72544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35344, 48.72544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33372, 48.7255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33304, 48.7255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33236, 48.72551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33168, 48.72551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.331, 48.72551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33032, 48.72551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32964, 48.72551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32896, 48.72552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35956, 48.72587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35888, 48.72588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3582, 48.72588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35752, 48.72588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35684, 48.72588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35616, 48.72588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35548, 48.72589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3548, 48.72589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35412, 48.72589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35344, 48.72589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33373, 48.72595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33305, 48.72595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33237, 48.72596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33169, 48.72596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33101, 48.72596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33033, 48.72596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32965, 48.72596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32897, 48.72597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35956, 48.72632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35888, 48.72633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3582, 48.72633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35752, 48.72633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35684, 48.72633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35616, 48.72633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35548, 48.72634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3548, 48.72634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35412, 48.72634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35344, 48.72634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33237, 48.72641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33169, 48.72641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33101, 48.72641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33033, 48.72641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32965, 48.72641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32897, 48.72641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32829, 48.72642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35957, 48.72677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35889, 48.72678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35821, 48.72678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35753, 48.72678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35685, 48.72678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35617, 48.72678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35549, 48.72679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35481, 48.72679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35413, 48.72679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35345, 48.72679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35277, 48.72679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33169, 48.72686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33101, 48.72686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33033, 48.72686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32965, 48.72686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32897, 48.72686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32829, 48.72687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32761, 48.72687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35957, 48.72722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35889, 48.72723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35821, 48.72723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35753, 48.72723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35685, 48.72723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35617, 48.72723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35549, 48.72724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35481, 48.72724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35413, 48.72724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35345, 48.72724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35277, 48.72724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33101, 48.72731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33033, 48.72731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32965, 48.72731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32897, 48.72731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3283, 48.72732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32762, 48.72732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36093, 48.72767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36025, 48.72767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35957, 48.72767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35821, 48.72768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35753, 48.72768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35685, 48.72768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35617, 48.72768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35549, 48.72769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35481, 48.72769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35413, 48.72769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35345, 48.72769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33102, 48.72776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33034, 48.72776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32966, 48.72776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32898, 48.72776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3283, 48.72777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32762, 48.72777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36162, 48.72812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36094, 48.72812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36026, 48.72812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35822, 48.72813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35754, 48.72813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35686, 48.72813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35618, 48.72813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3555, 48.72814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35482, 48.72814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35414, 48.72814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33102, 48.72821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33034, 48.72821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32966, 48.72821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32898, 48.72821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3283, 48.72822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30654, 48.72828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30586, 48.72828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36162, 48.72857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36094, 48.72857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3589, 48.72857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35822, 48.72858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35754, 48.72858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35686, 48.72858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35618, 48.72858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3555, 48.72859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35482, 48.72859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33102, 48.72866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33034, 48.72866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32966, 48.72866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32898, 48.72866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30723, 48.72872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30655, 48.72873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30587, 48.72873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36162, 48.72902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35958, 48.72902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3589, 48.72902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35822, 48.72903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35754, 48.72903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35686, 48.72903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35618, 48.72903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3555, 48.72903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35482, 48.72904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35414, 48.72904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33103, 48.72911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33035, 48.72911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32967, 48.72911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30723, 48.72917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30655, 48.72918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30587, 48.72918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35959, 48.72947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35891, 48.72947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35823, 48.72948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35755, 48.72948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35687, 48.72948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35619, 48.72948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35551, 48.72948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35483, 48.72949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35415, 48.72949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35347, 48.72949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33171, 48.72956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33103, 48.72956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30791, 48.72962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30723, 48.72962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30655, 48.72963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30587, 48.72963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36027, 48.72992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35959, 48.72992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35891, 48.72992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35823, 48.72993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35755, 48.72993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35687, 48.72993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35619, 48.72993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35551, 48.72993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35483, 48.72994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35415, 48.72994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35347, 48.72994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33511, 48.73, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33443, 48.73, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33375, 48.73, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33307, 48.73, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33239, 48.73, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33171, 48.73001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30859, 48.73007, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30792, 48.73007, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30724, 48.73007, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30656, 48.73008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30588, 48.73008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36095, 48.73037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36027, 48.73037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35959, 48.73037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35891, 48.73037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35823, 48.73038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35755, 48.73038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35687, 48.73038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35619, 48.73038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35551, 48.73038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35483, 48.73039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35415, 48.73039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35347, 48.73039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33579, 48.73044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33511, 48.73045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33443, 48.73045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33375, 48.73045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33308, 48.73045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3324, 48.73045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33172, 48.73046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30928, 48.73052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3086, 48.73052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30792, 48.73052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30724, 48.73052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30656, 48.73052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36163, 48.73082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36096, 48.73082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36028, 48.73082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3596, 48.73082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35892, 48.73082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35824, 48.73083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35756, 48.73083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35688, 48.73083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3562, 48.73083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35552, 48.73083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35484, 48.73084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35416, 48.73084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35348, 48.73084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3528, 48.73084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33648, 48.73089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3358, 48.73089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33512, 48.7309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33444, 48.7309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33376, 48.7309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33308, 48.7309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3324, 48.7309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33172, 48.73091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33104, 48.73091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32152, 48.73093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30996, 48.73097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30928, 48.73097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3086, 48.73097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30792, 48.73097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30724, 48.73097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30656, 48.73097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36232, 48.73126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36164, 48.73126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36096, 48.73127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36028, 48.73127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3596, 48.73127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35892, 48.73127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35824, 48.73128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35756, 48.73128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35688, 48.73128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3562, 48.73128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35552, 48.73128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35484, 48.73129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35416, 48.73129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35348, 48.73129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3528, 48.73129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33648, 48.73134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3358, 48.73134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33512, 48.73135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33444, 48.73135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33376, 48.73135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33308, 48.73135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3324, 48.73135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33172, 48.73135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33104, 48.73136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33036, 48.73136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32968, 48.73136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.329, 48.73136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32832, 48.73136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32764, 48.73137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32696, 48.73137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32628, 48.73137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3256, 48.73137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32492, 48.73137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32424, 48.73138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32356, 48.73138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32288, 48.73138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3222, 48.73138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32152, 48.73138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32084, 48.73139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30996, 48.73142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30928, 48.73142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3086, 48.73142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30792, 48.73142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30724, 48.73142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36232, 48.73171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36164, 48.73171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36096, 48.73172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36028, 48.73172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3596, 48.73172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35892, 48.73172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35824, 48.73173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35756, 48.73173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35688, 48.73173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3562, 48.73173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35552, 48.73173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35484, 48.73174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35416, 48.73174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35348, 48.73174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3528, 48.73174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33648, 48.73179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3358, 48.73179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33512, 48.73179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33444, 48.7318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33376, 48.7318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33308, 48.7318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3324, 48.7318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33172, 48.7318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33104, 48.73181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33036, 48.73181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32968, 48.73181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.329, 48.73181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32832, 48.73181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32764, 48.73182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32696, 48.73182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32628, 48.73182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3256, 48.73182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32492, 48.73182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32424, 48.73183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32356, 48.73183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32288, 48.73183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3222, 48.73183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32152, 48.73183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32084, 48.73184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32017, 48.73184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31541, 48.73185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31473, 48.73185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31405, 48.73185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31337, 48.73186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31269, 48.73186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31201, 48.73186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31133, 48.73186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31065, 48.73186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30997, 48.73187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30929, 48.73187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30861, 48.73187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30793, 48.73187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37796, 48.73211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37728, 48.73211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3766, 48.73212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.363, 48.73216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36232, 48.73216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36164, 48.73216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36096, 48.73217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36028, 48.73217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3596, 48.73217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35892, 48.73217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35824, 48.73218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35757, 48.73218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35689, 48.73218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35621, 48.73218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35553, 48.73218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35485, 48.73219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35417, 48.73219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35349, 48.73219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35281, 48.73219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33649, 48.73224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33581, 48.73224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33513, 48.73224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33445, 48.73225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33377, 48.73225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33309, 48.73225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33241, 48.73225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33173, 48.73225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33105, 48.73226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33037, 48.73226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32969, 48.73226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32697, 48.73227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32629, 48.73227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32561, 48.73227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32493, 48.73227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32425, 48.73228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32357, 48.73228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32289, 48.73228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32221, 48.73228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32153, 48.73228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32085, 48.73229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32017, 48.73229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31609, 48.7323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31541, 48.7323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31473, 48.7323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31405, 48.7323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31337, 48.73231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31269, 48.73231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31201, 48.73231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31133, 48.73231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31065, 48.73231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30997, 48.73232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30929, 48.73232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30861, 48.73232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37797, 48.73256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37729, 48.73256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37661, 48.73257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37593, 48.73257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36369, 48.73261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36301, 48.73261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36233, 48.73261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36165, 48.73261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36097, 48.73262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36029, 48.73262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35961, 48.73262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35893, 48.73262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35825, 48.73262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35757, 48.73263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35689, 48.73263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35621, 48.73263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35553, 48.73263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35485, 48.73264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35417, 48.73264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35349, 48.73264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35281, 48.73264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33581, 48.73269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33513, 48.73269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33445, 48.7327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33377, 48.7327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33309, 48.7327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33241, 48.7327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33173, 48.7327, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32629, 48.73272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32561, 48.73272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32493, 48.73272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32425, 48.73273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32357, 48.73273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32289, 48.73273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32221, 48.73273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32153, 48.73273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32085, 48.73274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32017, 48.73274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31677, 48.73275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31609, 48.73275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31541, 48.73275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31473, 48.73275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31405, 48.73275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31337, 48.73276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31269, 48.73276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31201, 48.73276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31133, 48.73276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31065, 48.73276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30997, 48.73276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30929, 48.73277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19846, 48.73301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19778, 48.73301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1971, 48.73301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19642, 48.73301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19574, 48.73302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19506, 48.73302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19438, 48.73302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19302, 48.73302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19234, 48.73302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19166, 48.73302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18962, 48.73303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18894, 48.73303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18826, 48.73303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1869, 48.73303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37797, 48.73301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37729, 48.73301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37661, 48.73302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37593, 48.73302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37525, 48.73302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36301, 48.73306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36233, 48.73306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36165, 48.73306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36097, 48.73307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36029, 48.73307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35961, 48.73307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35893, 48.73307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35825, 48.73307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35757, 48.73308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35689, 48.73308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35621, 48.73308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35553, 48.73308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35485, 48.73309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35417, 48.73309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35349, 48.73309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35281, 48.73309, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33445, 48.73315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33377, 48.73315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32493, 48.73317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32425, 48.73318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32357, 48.73318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32289, 48.73318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32221, 48.73318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32153, 48.73318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31541, 48.7332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31473, 48.7332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31405, 48.7332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31337, 48.73321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31269, 48.73321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31201, 48.73321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31133, 48.73321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19846, 48.73346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19778, 48.73346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1971, 48.73346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19642, 48.73346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19574, 48.73347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19506, 48.73347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19438, 48.73347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1937, 48.73347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19302, 48.73347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19234, 48.73347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19166, 48.73347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19098, 48.73347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1903, 48.73347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18962, 48.73348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18894, 48.73348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18826, 48.73348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18758, 48.73348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1869, 48.73348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18622, 48.73348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37865, 48.73346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37797, 48.73346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37729, 48.73346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37661, 48.73347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37593, 48.73347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37525, 48.73347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36301, 48.73351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36233, 48.73351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36165, 48.73351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36097, 48.73352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36029, 48.73352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35961, 48.73352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35893, 48.73352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35825, 48.73352, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35757, 48.73353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35689, 48.73353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35621, 48.73353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35553, 48.73353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35485, 48.73354, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35417, 48.73354, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35349, 48.73354, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35281, 48.73354, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32426, 48.73363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32358, 48.73363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3229, 48.73363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1903, 48.73392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18962, 48.73393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1869, 48.73393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18622, 48.73393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18554, 48.73393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18486, 48.73393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18418, 48.73393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37934, 48.73391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37866, 48.73391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37798, 48.73391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3773, 48.73391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37662, 48.73392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37594, 48.73392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37526, 48.73392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36234, 48.73396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36166, 48.73396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36098, 48.73397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3603, 48.73397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35962, 48.73397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35894, 48.73397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35826, 48.73397, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35758, 48.73398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3569, 48.73398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35622, 48.73398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35554, 48.73398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35486, 48.73398, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35418, 48.73399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3535, 48.73399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18554, 48.73438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18486, 48.73438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18418, 48.73438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1835, 48.73439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38002, 48.73435, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37934, 48.73436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37866, 48.73436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37798, 48.73436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3773, 48.73436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37662, 48.73437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36166, 48.73441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36098, 48.73442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3603, 48.73442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35962, 48.73442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35894, 48.73442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35826, 48.73442, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35758, 48.73443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3569, 48.73443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35622, 48.73443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35554, 48.73443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35486, 48.73443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35418, 48.73444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3535, 48.73444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18486, 48.73483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18418, 48.73483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18351, 48.73483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3807, 48.7348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38002, 48.7348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37934, 48.73481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35622, 48.73488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35554, 48.73488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35486, 48.73488, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35418, 48.73489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18351, 48.73528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38071, 48.73525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38003, 48.73525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37935, 48.73526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38071, 48.7357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38003, 48.7357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37935, 48.73571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38003, 48.73615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37935, 48.73616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38004, 48.7366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37936, 48.73661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54736, 48.73998, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54804, 48.74042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54736, 48.74043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54668, 48.74043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.546, 48.74043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54873, 48.74087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54805, 48.74087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54737, 48.74088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54669, 48.74088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54601, 48.74088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18557, 48.74203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18489, 48.74203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18421, 48.74203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54873, 48.74132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54805, 48.74132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54737, 48.74133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54669, 48.74133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54601, 48.74133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41068, 48.7419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41, 48.7419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40932, 48.7419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18625, 48.74248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18557, 48.74248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18489, 48.74248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18421, 48.74248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16925, 48.7425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16857, 48.7425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16789, 48.74251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54874, 48.74177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54806, 48.74177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54738, 48.74178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5467, 48.74178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54602, 48.74178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41136, 48.74234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41068, 48.74235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41, 48.74235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40932, 48.74235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40864, 48.74235, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18693, 48.74293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18625, 48.74293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18557, 48.74293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18489, 48.74293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18421, 48.74293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17197, 48.74295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17129, 48.74295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17061, 48.74295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16993, 48.74295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16925, 48.74295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16857, 48.74295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16789, 48.74296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16721, 48.74296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16653, 48.74296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54874, 48.74222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54806, 48.74222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54738, 48.74223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5467, 48.74223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54602, 48.74223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41205, 48.74279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41137, 48.74279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41069, 48.7428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41001, 48.7428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40933, 48.7428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40865, 48.7428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40797, 48.74281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18694, 48.74338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18626, 48.74338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18558, 48.74338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1849, 48.74338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18422, 48.74338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17265, 48.7434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17197, 48.7434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17129, 48.7434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17061, 48.7434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16993, 48.7434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16925, 48.7434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16857, 48.7434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16585, 48.74341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54807, 48.74267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54739, 48.74268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54671, 48.74268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54603, 48.74268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41273, 48.74324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41205, 48.74324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41137, 48.74324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41069, 48.74325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41001, 48.74325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40933, 48.74325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40865, 48.74325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40797, 48.74325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40729, 48.74326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18626, 48.74383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18558, 48.74383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1849, 48.74383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18422, 48.74383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18354, 48.74383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18082, 48.74384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18014, 48.74384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17266, 48.74385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17198, 48.74385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1713, 48.74385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17062, 48.74385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16994, 48.74385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16585, 48.74386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54807, 48.74312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54739, 48.74313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54671, 48.74313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54603, 48.74313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41274, 48.74369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41206, 48.74369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41138, 48.74369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4107, 48.74369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41002, 48.7437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40934, 48.7437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40866, 48.7437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40798, 48.7437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4073, 48.74371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40662, 48.74371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18558, 48.74428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1849, 48.74428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18422, 48.74428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18354, 48.74428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18286, 48.74428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18218, 48.74428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1815, 48.74428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18082, 48.74428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18014, 48.74429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17266, 48.7443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17198, 48.7443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1713, 48.7443, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16586, 48.74431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54808, 48.74357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5474, 48.74358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54672, 48.74358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54604, 48.74358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41274, 48.74414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41206, 48.74414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41138, 48.74414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4107, 48.74414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41002, 48.74415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40934, 48.74415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40866, 48.74415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40798, 48.74415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4073, 48.74416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40662, 48.74416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40594, 48.74416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40526, 48.74416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4005, 48.74418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39982, 48.74418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18558, 48.74473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1849, 48.74473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18422, 48.74473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18354, 48.74473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18286, 48.74473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18218, 48.74473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17198, 48.74475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1713, 48.74475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17062, 48.74475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16994, 48.74475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16926, 48.74475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16858, 48.74475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1679, 48.74475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16722, 48.74476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16654, 48.74476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54876, 48.74402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54808, 48.74402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5474, 48.74403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54672, 48.74403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54604, 48.74403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41342, 48.74458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41274, 48.74459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41206, 48.74459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41138, 48.74459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4107, 48.74459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41002, 48.7446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40934, 48.7446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40866, 48.7446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40798, 48.7446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4073, 48.74461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40662, 48.74461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40594, 48.74461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40526, 48.74461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40458, 48.74462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4039, 48.74462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40322, 48.74462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40254, 48.74462, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40186, 48.74463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40118, 48.74463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4005, 48.74463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39982, 48.74463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39914, 48.74464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39846, 48.74464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17198, 48.7452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1713, 48.7452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17062, 48.7452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16994, 48.7452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16926, 48.7452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16858, 48.7452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1679, 48.7452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54877, 48.74447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54809, 48.74447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54741, 48.74448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54673, 48.74448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54605, 48.74448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41343, 48.74503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41275, 48.74504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41207, 48.74504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41139, 48.74504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41071, 48.74504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41003, 48.74505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40935, 48.74505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40867, 48.74505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40799, 48.74505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40731, 48.74506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40663, 48.74506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40595, 48.74506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40527, 48.74506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40459, 48.74507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40391, 48.74507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40323, 48.74507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40255, 48.74507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40187, 48.74508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40119, 48.74508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40051, 48.74508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39982, 48.74508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39914, 48.74508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39846, 48.74509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39778, 48.74509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17062, 48.74565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16994, 48.74565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16926, 48.74565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54877, 48.74492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54809, 48.74492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54741, 48.74493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54673, 48.74493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54605, 48.74493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41275, 48.74549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41207, 48.74549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41139, 48.74549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41071, 48.74549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41003, 48.7455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40935, 48.7455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40867, 48.7455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40799, 48.7455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40731, 48.74551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40663, 48.74551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40595, 48.74551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40527, 48.74551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40459, 48.74552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40391, 48.74552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40323, 48.74552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40255, 48.74552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40187, 48.74553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40119, 48.74553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40051, 48.74553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39983, 48.74553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39915, 48.74553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39847, 48.74554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39779, 48.74554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54878, 48.74537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5481, 48.74537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54742, 48.74538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54674, 48.74538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41275, 48.74594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41207, 48.74594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41139, 48.74594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41071, 48.74594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40935, 48.74595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40867, 48.74595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40799, 48.74595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40731, 48.74596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40663, 48.74596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40595, 48.74596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40527, 48.74596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40459, 48.74597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40391, 48.74597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40323, 48.74597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40255, 48.74597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40187, 48.74598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40119, 48.74598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40051, 48.74598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39983, 48.74598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39915, 48.74598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39847, 48.74599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39779, 48.74599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39711, 48.74599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54946, 48.74582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54878, 48.74582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5481, 48.74582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54742, 48.74583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.408, 48.7464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40732, 48.74641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40664, 48.74641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40596, 48.74641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40528, 48.74641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4046, 48.74642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40392, 48.74642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40324, 48.74642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40256, 48.74642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40188, 48.74642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4012, 48.74643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40052, 48.74643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39984, 48.74643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39916, 48.74643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39848, 48.74644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3978, 48.74644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39712, 48.74644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55015, 48.74626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54947, 48.74627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54879, 48.74627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40732, 48.74686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40664, 48.74686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40596, 48.74686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40528, 48.74686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4046, 48.74687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40392, 48.74687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40324, 48.74687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40256, 48.74687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40188, 48.74687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4012, 48.74688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40052, 48.74688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39984, 48.74688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39916, 48.74688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39848, 48.74689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3978, 48.74689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39712, 48.74689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55151, 48.74671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55083, 48.74671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55015, 48.74671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54947, 48.74672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40732, 48.74731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40664, 48.74731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40596, 48.74731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40528, 48.74731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4046, 48.74731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40392, 48.74732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40324, 48.74732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40256, 48.74732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40188, 48.74732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4012, 48.74733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40052, 48.74733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39984, 48.74733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39916, 48.74733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39848, 48.74734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3978, 48.74734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39712, 48.74734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55356, 48.74715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55288, 48.74715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5522, 48.74715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55152, 48.74716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55084, 48.74716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40597, 48.74776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40529, 48.74776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40461, 48.74776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40393, 48.74777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40053, 48.74778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39985, 48.74778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39917, 48.74778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39849, 48.74779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39781, 48.74779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55356, 48.7476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55288, 48.7476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5522, 48.7476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39985, 48.74823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39917, 48.74823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39849, 48.74824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39781, 48.74824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55425, 48.74804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55357, 48.74805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55289, 48.74805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55221, 48.74805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.39917, 48.74868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55357, 48.74849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55289, 48.7485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55221, 48.7485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55358, 48.74894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5529, 48.74895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55222, 48.74895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55154, 48.74895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55086, 48.74896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55018, 48.74896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55222, 48.7494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55154, 48.7494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55086, 48.74941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55018, 48.74941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55223, 48.74985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55155, 48.74985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55087, 48.74986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55019, 48.74986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55223, 48.7503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55155, 48.7503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55087, 48.75031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55224, 48.75075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55156, 48.75075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55088, 48.75076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55292, 48.7512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55224, 48.7512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55156, 48.7512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55429, 48.75164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55361, 48.75164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55293, 48.75165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55225, 48.75165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55565, 48.75208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55497, 48.75209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55429, 48.75209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55361, 48.75209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55293, 48.7521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55225, 48.7521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38628, 48.75278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3856, 48.75278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38492, 48.75278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38424, 48.75278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55702, 48.75253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55634, 48.75253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55566, 48.75253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55498, 48.75254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5543, 48.75254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55362, 48.75254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38628, 48.75323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3856, 48.75323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38492, 48.75323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38424, 48.75323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38356, 48.75323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55702, 48.75298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55634, 48.75298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55566, 48.75298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55498, 48.75299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41826, 48.75356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41758, 48.75357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4169, 48.75357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41622, 48.75357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41554, 48.75357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41486, 48.75358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38561, 48.75368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38493, 48.75368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38425, 48.75368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38357, 48.75368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55771, 48.75342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55703, 48.75343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55635, 48.75343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55567, 48.75343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42098, 48.754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4203, 48.75401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41962, 48.75401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41894, 48.75401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41826, 48.75401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41758, 48.75402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4169, 48.75402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41622, 48.75402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41554, 48.75402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41486, 48.75403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41418, 48.75403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4135, 48.75403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38493, 48.75413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38425, 48.75413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38357, 48.75413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55771, 48.75387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55703, 48.75388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55635, 48.75388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42235, 48.75445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42167, 48.75445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42099, 48.75445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42031, 48.75446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41963, 48.75446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41895, 48.75446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41827, 48.75446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41759, 48.75447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41691, 48.75447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41623, 48.75447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41555, 48.75447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41487, 48.75448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41418, 48.75448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4135, 48.75448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38425, 48.75458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38357, 48.75458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38289, 48.75459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5584, 48.75432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55772, 48.75432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55704, 48.75433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55636, 48.75433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42235, 48.7549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42167, 48.7549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42099, 48.7549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42031, 48.75491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41963, 48.75491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41895, 48.75491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41827, 48.75491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41759, 48.75492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41691, 48.75492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41623, 48.75492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41555, 48.75492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41487, 48.75493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41419, 48.75493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41351, 48.75493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41283, 48.75493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38358, 48.75503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26249, 48.75537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5584, 48.75477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55772, 48.75477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55704, 48.75478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55636, 48.75478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55568, 48.75478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.555, 48.75479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42236, 48.75535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42168, 48.75535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42099, 48.75535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42031, 48.75536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41963, 48.75536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41895, 48.75536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41827, 48.75536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41759, 48.75537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41691, 48.75537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41623, 48.75537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41555, 48.75537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41487, 48.75537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41419, 48.75538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41351, 48.75538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41283, 48.75538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41215, 48.75538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38358, 48.75548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38018, 48.75549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3795, 48.7555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26317, 48.75582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26249, 48.75582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26181, 48.75582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25841, 48.75583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25773, 48.75583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25705, 48.75583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25637, 48.75584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55909, 48.75522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55841, 48.75522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55773, 48.75522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55705, 48.75523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55637, 48.75523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55569, 48.75523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55501, 48.75523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42236, 48.7558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42168, 48.7558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.421, 48.7558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.42032, 48.7558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41964, 48.75581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41896, 48.75581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41828, 48.75581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4176, 48.75581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41692, 48.75582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41624, 48.75582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41556, 48.75582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41488, 48.75582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4142, 48.75583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41352, 48.75583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41284, 48.75583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41216, 48.75583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41147, 48.75584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40943, 48.75584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38086, 48.75594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38018, 48.75594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26386, 48.75627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26318, 48.75627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2625, 48.75627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26182, 48.75627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26114, 48.75628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26046, 48.75628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25977, 48.75628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25909, 48.75628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25841, 48.75628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25773, 48.75628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25705, 48.75628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25637, 48.75629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55977, 48.75566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55909, 48.75567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55841, 48.75567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55773, 48.75567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55705, 48.75567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55637, 48.75568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55569, 48.75568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55501, 48.75568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41828, 48.75626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4176, 48.75626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41692, 48.75627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41624, 48.75627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41556, 48.75627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41488, 48.75627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4142, 48.75628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41352, 48.75628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41284, 48.75628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41216, 48.75628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41148, 48.75629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4108, 48.75629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41012, 48.75629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40944, 48.75629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38291, 48.75639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38223, 48.75639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38155, 48.75639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38087, 48.75639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38019, 48.75639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26386, 48.75672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26318, 48.75672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2625, 48.75672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26182, 48.75672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26114, 48.75673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26046, 48.75673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25978, 48.75673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2591, 48.75673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25842, 48.75673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25774, 48.75673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25706, 48.75673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25638, 48.75674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2557, 48.75674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56114, 48.7561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56046, 48.75611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55978, 48.75611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5591, 48.75611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55842, 48.75612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55774, 48.75612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55706, 48.75612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55638, 48.75613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5557, 48.75613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41556, 48.75672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41488, 48.75672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4142, 48.75673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41352, 48.75673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41284, 48.75673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41216, 48.75673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41148, 48.75674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4108, 48.75674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38359, 48.75683, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38291, 48.75683, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38223, 48.75684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38155, 48.75684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38087, 48.75684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26386, 48.75717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26318, 48.75717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2625, 48.75717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26182, 48.75717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26114, 48.75718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26046, 48.75718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25978, 48.75718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2591, 48.75718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25842, 48.75718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25774, 48.75718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25706, 48.75718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25638, 48.75719, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56251, 48.75655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56183, 48.75655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56114, 48.75655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56046, 48.75656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55978, 48.75656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5591, 48.75656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55842, 48.75657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55774, 48.75657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55706, 48.75657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55638, 48.75658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41489, 48.75717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41421, 48.75718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41353, 48.75718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41285, 48.75718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41217, 48.75718, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38359, 48.75728, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38291, 48.75728, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38223, 48.75729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38155, 48.75729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38087, 48.75729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26386, 48.75762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26318, 48.75762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2625, 48.75762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26182, 48.75762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26114, 48.75762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26046, 48.75763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25978, 48.75763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2591, 48.75763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25842, 48.75763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25774, 48.75763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25706, 48.75763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20808, 48.75773, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56319, 48.75699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56251, 48.757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56183, 48.757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56115, 48.757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56047, 48.75701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55979, 48.75701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55911, 48.75701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41421, 48.75763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41353, 48.75763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38292, 48.75773, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38224, 48.75774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38156, 48.75774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38088, 48.75774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26251, 48.75807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26183, 48.75807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26114, 48.75807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26046, 48.75808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25978, 48.75808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2591, 48.75808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25842, 48.75808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25774, 48.75808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21012, 48.75818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20944, 48.75818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20876, 48.75818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20808, 48.75818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2074, 48.75818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5632, 48.75744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56252, 48.75745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56184, 48.75745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56115, 48.75745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56047, 48.75746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55979, 48.75746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38224, 48.75819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38156, 48.75819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38088, 48.75819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26115, 48.75852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26047, 48.75853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25979, 48.75853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25911, 48.75853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25843, 48.75853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21216, 48.75863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21148, 48.75863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2108, 48.75863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21012, 48.75863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20944, 48.75863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20876, 48.75863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20808, 48.75863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2074, 48.75863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5632, 48.75789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56252, 48.7579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56184, 48.7579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56116, 48.7579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56048, 48.75791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38156, 48.75864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38088, 48.75864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3802, 48.75864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26047, 48.75898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25979, 48.75898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25911, 48.75898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25843, 48.75898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21557, 48.75907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21489, 48.75907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21421, 48.75907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21353, 48.75907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21285, 48.75907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21217, 48.75907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21149, 48.75908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21081, 48.75908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21013, 48.75908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20945, 48.75908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20877, 48.75908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56389, 48.75834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56321, 48.75834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56253, 48.75835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56185, 48.75835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56116, 48.75835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56048, 48.75836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26047, 48.75943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25979, 48.75943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25911, 48.75943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25843, 48.75943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25775, 48.75943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25707, 48.75943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21761, 48.75951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21693, 48.75952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21625, 48.75952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21557, 48.75952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21489, 48.75952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21421, 48.75952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21353, 48.75952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21285, 48.75952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56457, 48.75879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56389, 48.75879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56321, 48.75879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56253, 48.7588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56185, 48.7588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56117, 48.7588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26115, 48.75987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26047, 48.75988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25979, 48.75988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25911, 48.75988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25843, 48.75988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25775, 48.75988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25707, 48.75988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21897, 48.75996, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21829, 48.75996, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21761, 48.75996, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21693, 48.75997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21625, 48.75997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21557, 48.75997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21489, 48.75997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21421, 48.75997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56458, 48.75924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5639, 48.75924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56322, 48.75924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56254, 48.75925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26048, 48.76033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2598, 48.76033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25912, 48.76033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25844, 48.76033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25775, 48.76033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25707, 48.76033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21966, 48.76041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21898, 48.76041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2183, 48.76041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21762, 48.76041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21693, 48.76042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21625, 48.76042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21557, 48.76042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21489, 48.76042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56458, 48.75969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5639, 48.75969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56322, 48.75969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26048, 48.76078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2598, 48.76078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25912, 48.76078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25844, 48.76078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25776, 48.76078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25708, 48.76078, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22918, 48.76084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2285, 48.76084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22782, 48.76084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22714, 48.76085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22646, 48.76085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21966, 48.76086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21898, 48.76086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2183, 48.76086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21762, 48.76086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21694, 48.76087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21626, 48.76087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21558, 48.76087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56459, 48.76014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56391, 48.76014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26048, 48.76122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2598, 48.76123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25912, 48.76123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25844, 48.76123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25776, 48.76123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25708, 48.76123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23055, 48.76129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22987, 48.76129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22918, 48.76129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2285, 48.76129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22782, 48.76129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22714, 48.7613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22646, 48.7613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22578, 48.7613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26048, 48.76167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2598, 48.76168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25912, 48.76168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25844, 48.76168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25776, 48.76168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23055, 48.76174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22987, 48.76174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22919, 48.76174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22851, 48.76174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22783, 48.76174, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22715, 48.76175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22647, 48.76175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22579, 48.76175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25981, 48.76213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25912, 48.76213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25844, 48.76213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23123, 48.76219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23055, 48.76219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22987, 48.76219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22919, 48.76219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22851, 48.76219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22783, 48.76219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22715, 48.76219, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22647, 48.7622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25913, 48.76258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23123, 48.76264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23055, 48.76264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22987, 48.76264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22919, 48.76264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22851, 48.76264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22783, 48.76264, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30472, 48.76382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30404, 48.76382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30336, 48.76382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30268, 48.76382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37956, 48.76404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37888, 48.76405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3054, 48.76426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30472, 48.76426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30404, 48.76427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30336, 48.76427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30268, 48.76427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56463, 48.76373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56395, 48.76374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56327, 48.76374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38025, 48.76449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37957, 48.76449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37889, 48.76449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37821, 48.7645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30609, 48.76471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30541, 48.76471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30472, 48.76471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30404, 48.76472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30336, 48.76472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30268, 48.76472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56531, 48.76418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56463, 48.76418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56395, 48.76419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56327, 48.76419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38025, 48.76494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37957, 48.76494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37889, 48.76494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37821, 48.76495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37753, 48.76495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30609, 48.76516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30541, 48.76516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30473, 48.76516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30405, 48.76517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30337, 48.76517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30269, 48.76517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24077, 48.76532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24009, 48.76532, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56532, 48.76463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56464, 48.76463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56396, 48.76464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56328, 48.76464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37685, 48.7654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30677, 48.76561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30609, 48.76561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30541, 48.76561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30473, 48.76561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30405, 48.76562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30337, 48.76562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30269, 48.76562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24213, 48.76576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24145, 48.76576, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24077, 48.76577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24009, 48.76577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56532, 48.76508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56464, 48.76508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56396, 48.76509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56328, 48.76509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37686, 48.76585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30745, 48.76606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30677, 48.76606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30609, 48.76606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30541, 48.76606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30473, 48.76606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30405, 48.76607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30337, 48.76607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30269, 48.76607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24282, 48.76621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24214, 48.76621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24145, 48.76621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24077, 48.76622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24009, 48.76622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56465, 48.76553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56397, 48.76554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56329, 48.76554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37686, 48.7663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3095, 48.7665, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30882, 48.7665, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30814, 48.7665, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30746, 48.76651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30678, 48.76651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3061, 48.76651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30542, 48.76651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24418, 48.76666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2435, 48.76666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24282, 48.76666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24214, 48.76666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24146, 48.76666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56465, 48.76598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56397, 48.76599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56329, 48.76599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37686, 48.76675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37618, 48.76675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31018, 48.76695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3095, 48.76695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30882, 48.76695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30814, 48.76695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30746, 48.76696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30678, 48.76696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3061, 48.76696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24554, 48.76711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24486, 48.76711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24418, 48.76711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2435, 48.76711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24282, 48.76711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24214, 48.76711, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56466, 48.76643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56398, 48.76644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37687, 48.7672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37619, 48.7672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31086, 48.7674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31018, 48.7674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3095, 48.7674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30882, 48.7674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30814, 48.7674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30746, 48.76741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30678, 48.76741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24759, 48.76755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2469, 48.76755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24622, 48.76755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24554, 48.76755, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56398, 48.76689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5633, 48.76689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37755, 48.76765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37687, 48.76765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37619, 48.76765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31087, 48.76785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31019, 48.76785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30951, 48.76785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30883, 48.76785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30815, 48.76785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.30747, 48.76786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25303, 48.76799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25235, 48.76799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25167, 48.76799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25099, 48.76799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25031, 48.76799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24963, 48.768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24895, 48.768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24827, 48.768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24759, 48.768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24691, 48.768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56399, 48.76734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56331, 48.76734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37755, 48.7681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37687, 48.7681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31087, 48.7683, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31019, 48.7683, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25371, 48.76844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25303, 48.76844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25235, 48.76844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25167, 48.76844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25099, 48.76844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25031, 48.76844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24963, 48.76845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56399, 48.76779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56331, 48.76779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25304, 48.76889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25236, 48.76889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25167, 48.76889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25099, 48.76889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.564, 48.76824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56332, 48.76824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56264, 48.76824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56196, 48.76825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56468, 48.76868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.564, 48.76869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56332, 48.76869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56264, 48.76869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56196, 48.7687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56128, 48.7687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56469, 48.76913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56401, 48.76914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56333, 48.76914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56265, 48.76914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56197, 48.76915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56129, 48.76915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5606, 48.76915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55992, 48.76916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56469, 48.76958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56401, 48.76958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56333, 48.76959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56265, 48.76959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56197, 48.76959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56129, 48.7696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56061, 48.7696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55993, 48.7696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55925, 48.76961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5647, 48.77003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56402, 48.77003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56334, 48.77004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56266, 48.77004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56198, 48.77004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5613, 48.77005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56061, 48.77005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55993, 48.77005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55925, 48.77006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56402, 48.77048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56334, 48.77049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56266, 48.77049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56198, 48.77049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5613, 48.7705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56062, 48.7705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55994, 48.7705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55926, 48.77051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55858, 48.77051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08973, 48.77183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08905, 48.77183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56335, 48.77094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56267, 48.77094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56199, 48.77094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56131, 48.77095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56062, 48.77095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08973, 48.77228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08905, 48.77228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08973, 48.77273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09041, 48.77318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08973, 48.77318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09314, 48.77363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09246, 48.77363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09178, 48.77363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0911, 48.77363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0945, 48.77407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09382, 48.77408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09314, 48.77408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09246, 48.77408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09178, 48.77408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5484, 48.77326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09586, 48.77452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09518, 48.77452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0945, 48.77452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09382, 48.77453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09314, 48.77453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09246, 48.77453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54841, 48.77371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54773, 48.77371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09858, 48.77497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0979, 48.77497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09722, 48.77497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09654, 48.77497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09586, 48.77497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09518, 48.77497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0945, 48.77497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54841, 48.77416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54773, 48.77416, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09995, 48.77542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09927, 48.77542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09859, 48.77542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0979, 48.77542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09722, 48.77542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09654, 48.77542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54842, 48.77461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54774, 48.77461, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09927, 48.77587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09859, 48.77587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09791, 48.77587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54842, 48.77506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54774, 48.77506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3708, 48.77577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37012, 48.77577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36944, 48.77577, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3674, 48.77578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54843, 48.77551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54775, 48.77551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37149, 48.77621, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37081, 48.77622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37013, 48.77622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36945, 48.77622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36877, 48.77622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36809, 48.77622, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36741, 48.77623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36672, 48.77623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36604, 48.77623, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54843, 48.77596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54775, 48.77596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37149, 48.77666, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37081, 48.77667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37013, 48.77667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36945, 48.77667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36877, 48.77667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36809, 48.77667, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36741, 48.77668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36673, 48.77668, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54844, 48.77641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54775, 48.77641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37013, 48.77712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36945, 48.77712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36877, 48.77712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36809, 48.77712, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36741, 48.77713, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54912, 48.77685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54844, 48.77686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54776, 48.77686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37014, 48.77757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36946, 48.77757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36878, 48.77757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3681, 48.77757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54913, 48.7773, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54845, 48.77731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54776, 48.77731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37082, 48.77802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37014, 48.77802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36946, 48.77802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36878, 48.77802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54845, 48.77776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54777, 48.77776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54709, 48.77776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54641, 48.77777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37219, 48.77846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37151, 48.77846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37082, 48.77846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37014, 48.77847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36946, 48.77847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56002, 48.77815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55934, 48.77815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54709, 48.77821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54641, 48.77822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54573, 48.77822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37219, 48.77891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37151, 48.77891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37083, 48.77891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37015, 48.77892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36947, 48.77892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56071, 48.7786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56003, 48.7786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55935, 48.7786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55867, 48.77861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55799, 48.77861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54574, 48.77867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37219, 48.77936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37151, 48.77936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37083, 48.77936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37015, 48.77937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36947, 48.77937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56616, 48.77902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56548, 48.77902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5648, 48.77903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5614, 48.77904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56071, 48.77905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56003, 48.77905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55935, 48.77905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55867, 48.77906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55799, 48.77906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55731, 48.77906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54574, 48.77912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37152, 48.77981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37083, 48.77981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37015, 48.77982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36947, 48.77982, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56548, 48.77947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5648, 48.77948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56412, 48.77948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56344, 48.77948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56208, 48.77949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5614, 48.77949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56072, 48.7795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56004, 48.7795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55936, 48.7795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55868, 48.77951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.558, 48.77951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55732, 48.77951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55664, 48.77952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54643, 48.77957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54575, 48.77957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37152, 48.78026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37084, 48.78026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37016, 48.78027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36948, 48.78027, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56413, 48.77993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56345, 48.77993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56277, 48.77994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.558, 48.77996, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55732, 48.77996, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55664, 48.77997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37288, 48.78071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3722, 48.78071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37152, 48.78071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37084, 48.78071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37016, 48.78072, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55733, 48.78041, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55665, 48.78042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37493, 48.78115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37425, 48.78115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37357, 48.78115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37289, 48.78116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37221, 48.78116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37153, 48.78116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37084, 48.78116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37016, 48.78117, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55733, 48.78086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55665, 48.78087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55597, 48.78087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37629, 48.7816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37561, 48.7816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37493, 48.7816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37425, 48.7816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37357, 48.7816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37289, 48.78161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37221, 48.78161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37153, 48.78161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37085, 48.78161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55734, 48.78131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55666, 48.78132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3763, 48.78205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37562, 48.78205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37493, 48.78205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37425, 48.78205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37357, 48.78205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37289, 48.78206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37221, 48.78206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37153, 48.78206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55734, 48.78176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55666, 48.78177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3763, 48.7825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37562, 48.7825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37494, 48.7825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37426, 48.7825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37358, 48.7825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3729, 48.78251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37222, 48.78251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55735, 48.78221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3763, 48.78295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37562, 48.78295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37494, 48.78295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37426, 48.78295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37358, 48.78295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3729, 48.78296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55803, 48.78266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37631, 48.78339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37563, 48.7834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37495, 48.7834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37426, 48.7834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37358, 48.7834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3729, 48.78341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06525, 48.78399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06457, 48.78399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06389, 48.78399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06321, 48.78399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06253, 48.78399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06185, 48.78399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06117, 48.78399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06048, 48.78399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0598, 48.78399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05912, 48.78399, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55872, 48.7831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55804, 48.78311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37631, 48.78384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37563, 48.78385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37495, 48.78385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37427, 48.78385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37359, 48.78385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06797, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06729, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06661, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06593, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06525, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06457, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06389, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06321, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06253, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06185, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06117, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06049, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0598, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05912, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05844, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05776, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05708, 48.78444, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0564, 48.78445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05572, 48.78445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05368, 48.78445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.053, 48.78445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05232, 48.78445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55872, 48.78355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55804, 48.78356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37631, 48.78429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37563, 48.7843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37495, 48.7843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37427, 48.7843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07206, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07138, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0707, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07002, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06933, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06865, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06797, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06729, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06661, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06457, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06389, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05776, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05708, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0564, 48.78489, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05572, 48.7849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05504, 48.7849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05436, 48.7849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05368, 48.7849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.053, 48.7849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05232, 48.7849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05164, 48.7849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05096, 48.7849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05028, 48.7849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0496, 48.7849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04891, 48.7849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04347, 48.7849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55873, 48.784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55805, 48.78401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37632, 48.78474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37564, 48.78475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37496, 48.78475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0741, 48.78533, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07342, 48.78534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07274, 48.78534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07206, 48.78534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07138, 48.78534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0707, 48.78534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07002, 48.78534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05164, 48.78535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05096, 48.78535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05028, 48.78535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0496, 48.78535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04892, 48.78535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04823, 48.78535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04755, 48.78535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04347, 48.78535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04279, 48.78535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37564, 48.7852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37496, 48.7852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07478, 48.78578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0741, 48.78578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07342, 48.78578, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07274, 48.78579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07206, 48.78579, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05028, 48.7858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0496, 48.7858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04892, 48.7858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04823, 48.7858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04755, 48.7858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04687, 48.7858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04347, 48.7858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04279, 48.7858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37564, 48.78565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04892, 48.78625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04824, 48.78625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04755, 48.78625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04687, 48.78625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04619, 48.78625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04347, 48.78625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04279, 48.78625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04687, 48.7867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04619, 48.7867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04551, 48.7867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04483, 48.7867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04415, 48.7867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04347, 48.7867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04279, 48.7867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04211, 48.7867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04143, 48.7867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04619, 48.78715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04551, 48.78715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04483, 48.78715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04415, 48.78715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04347, 48.78715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04279, 48.78715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04211, 48.78715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04143, 48.78715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04075, 48.78715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08976, 48.78757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08908, 48.78757, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04551, 48.7876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04483, 48.7876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04415, 48.7876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04347, 48.7876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04279, 48.7876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04211, 48.7876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04143, 48.7876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04075, 48.7876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04007, 48.7876, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0918, 48.78802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09112, 48.78802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09044, 48.78802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08976, 48.78802, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04551, 48.78805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04483, 48.78805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04415, 48.78805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04347, 48.78805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04279, 48.78805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04211, 48.78805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04143, 48.78805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04075, 48.78805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04007, 48.78805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09453, 48.78847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09385, 48.78847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09316, 48.78847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09248, 48.78847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0918, 48.78847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09112, 48.78847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04551, 48.7885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04483, 48.7885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04415, 48.7885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04347, 48.7885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04279, 48.7885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04211, 48.7885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04143, 48.7885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04075, 48.7885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04007, 48.7885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09725, 48.78892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09657, 48.78892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09589, 48.78892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09521, 48.78892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09453, 48.78892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09385, 48.78892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09317, 48.78892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09248, 48.78892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04483, 48.78895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04415, 48.78895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04347, 48.78895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04279, 48.78895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04211, 48.78895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04143, 48.78895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04075, 48.78895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04007, 48.78895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03939, 48.78895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09861, 48.78936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09793, 48.78937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09725, 48.78937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09657, 48.78937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09589, 48.78937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09521, 48.78937, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04415, 48.7894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04347, 48.7894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04279, 48.7894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04211, 48.7894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04143, 48.7894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04075, 48.7894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04007, 48.7894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03939, 48.7894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10066, 48.78981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09997, 48.78981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09929, 48.78981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09861, 48.78981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09793, 48.78981, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04347, 48.78985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04279, 48.78985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04211, 48.78985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04143, 48.78985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04075, 48.78985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04007, 48.78985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03939, 48.78985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31917, 48.78986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31849, 48.78987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31781, 48.78987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10202, 48.79026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10134, 48.79026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10066, 48.79026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09998, 48.79026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04211, 48.7903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04143, 48.7903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04075, 48.7903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04007, 48.7903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03939, 48.7903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03871, 48.7903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31918, 48.79031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31849, 48.79032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31781, 48.79032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10338, 48.79071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1027, 48.79071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10202, 48.79071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10134, 48.79071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04143, 48.79075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04075, 48.79075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04007, 48.79075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03939, 48.79075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03871, 48.79075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03803, 48.79075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31918, 48.79076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3185, 48.79077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31782, 48.79077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10474, 48.79116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10406, 48.79116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10338, 48.79116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1027, 48.79116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04007, 48.7912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03939, 48.7912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03871, 48.7912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03803, 48.7912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03735, 48.7912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03667, 48.7912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3185, 48.79122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31782, 48.79122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10679, 48.79161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10611, 48.79161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10542, 48.79161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10474, 48.79161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10406, 48.79161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10338, 48.79161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03939, 48.79165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03871, 48.79165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03803, 48.79165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03735, 48.79165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03667, 48.79165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03599, 48.79165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3185, 48.79167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31782, 48.79167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31714, 48.79167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31646, 48.79167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31578, 48.79167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10679, 48.79206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10611, 48.79206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10543, 48.79206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10474, 48.79206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10406, 48.79206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03871, 48.7921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03803, 48.7921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03735, 48.7921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03667, 48.7921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03599, 48.7921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03531, 48.7921, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31783, 48.79212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31714, 48.79212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31646, 48.79212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31578, 48.79212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3151, 48.79212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10543, 48.79251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10475, 48.79251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10406, 48.79251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03803, 48.79255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03735, 48.79255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03667, 48.79255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03599, 48.79255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03531, 48.79255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31783, 48.79257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31715, 48.79257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31647, 48.79257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31579, 48.79257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31511, 48.79257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10543, 48.79296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10475, 48.79296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31715, 48.79302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31647, 48.79302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31579, 48.79302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31511, 48.79302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31443, 48.79303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10611, 48.79341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10543, 48.79341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10475, 48.79341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31715, 48.79347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31647, 48.79347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31579, 48.79347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31511, 48.79347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31443, 48.79348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31375, 48.79348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10747, 48.79385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10679, 48.79386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10611, 48.79386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10543, 48.79386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31648, 48.79392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31579, 48.79392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31511, 48.79392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31443, 48.79393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31375, 48.79393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1102, 48.7943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10951, 48.7943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10883, 48.7943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10815, 48.7943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10747, 48.7943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10679, 48.79431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10611, 48.79431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05846, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05777, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05709, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05641, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05573, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05505, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05437, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05369, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0496, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04892, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04824, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04756, 48.79434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3158, 48.79437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31512, 48.79437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31444, 48.79438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31375, 48.79438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31307, 48.79438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11837, 48.79474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11769, 48.79474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11292, 48.79475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11224, 48.79475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11156, 48.79475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11088, 48.79475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1102, 48.79475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10952, 48.79475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05846, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05777, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05709, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05641, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05573, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05505, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05437, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05369, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04892, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04824, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04756, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04688, 48.79479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0462, 48.7948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04552, 48.7948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3158, 48.79482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31512, 48.79482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31444, 48.79483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31376, 48.79483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12041, 48.79519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11973, 48.79519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11905, 48.79519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11837, 48.79519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11564, 48.7952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11496, 48.7952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11428, 48.7952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1136, 48.7952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11292, 48.7952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11224, 48.7952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11156, 48.7952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05846, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05778, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05709, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05641, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05573, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05505, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05437, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05369, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04892, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04824, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04756, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04688, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0462, 48.79524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04552, 48.79525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.79525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04416, 48.79525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31512, 48.79527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31444, 48.79527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31376, 48.79528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12245, 48.79564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12177, 48.79564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12109, 48.79564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12041, 48.79564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11769, 48.79564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11701, 48.79564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11633, 48.79565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11565, 48.79565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11496, 48.79565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11428, 48.79565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05846, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05778, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05709, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05641, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05573, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05505, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05437, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05369, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04824, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04756, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04688, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0462, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04552, 48.79569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.7957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04416, 48.7957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04348, 48.7957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12518, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1245, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12382, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12314, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12245, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12177, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12109, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12041, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11905, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11837, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11769, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11701, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11633, 48.79609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05846, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05778, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0571, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05641, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05573, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05505, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05437, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05369, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04824, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04756, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04688, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0462, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04552, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.79614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04416, 48.79615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04348, 48.79615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0428, 48.79615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04212, 48.79615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04144, 48.79615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12858, 48.79653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1279, 48.79653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12722, 48.79653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12654, 48.79653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12586, 48.79653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12518, 48.79654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1245, 48.79654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12382, 48.79654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12314, 48.79654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12246, 48.79654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12177, 48.79654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12109, 48.79654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12041, 48.79654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11973, 48.79654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11905, 48.79654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05846, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05778, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0571, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05642, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05573, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05505, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05437, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05369, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04825, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04756, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04688, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0462, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04552, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.79659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04416, 48.7966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04348, 48.7966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0428, 48.7966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04212, 48.7966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04144, 48.7966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04076, 48.7966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04008, 48.7966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20484, 48.79687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20416, 48.79687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20348, 48.79687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12926, 48.79698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12858, 48.79698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1279, 48.79698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12722, 48.79698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12654, 48.79698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12586, 48.79698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12518, 48.79699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1245, 48.79699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12382, 48.79699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12314, 48.79699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12246, 48.79699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12178, 48.79699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05846, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05778, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0571, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05642, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05573, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05505, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05437, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05369, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04825, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04756, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04688, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0462, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04552, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04416, 48.79704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04348, 48.79705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0428, 48.79705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04212, 48.79705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04144, 48.79705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04076, 48.79705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04008, 48.79705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03939, 48.79705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03871, 48.79705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20688, 48.79732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2062, 48.79732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20552, 48.79732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20484, 48.79732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20416, 48.79732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20348, 48.79732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2028, 48.79732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12995, 48.79743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12927, 48.79743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12859, 48.79743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1279, 48.79743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12722, 48.79743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12654, 48.79743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12586, 48.79743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12518, 48.79744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1245, 48.79744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10407, 48.79746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10339, 48.79746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09522, 48.79746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09454, 48.79746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09386, 48.79746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09318, 48.79747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05846, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05778, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0571, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05642, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05574, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05505, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05437, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05369, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04825, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04757, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04688, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0462, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04552, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04416, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04348, 48.79749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0428, 48.7975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04212, 48.7975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04144, 48.7975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04076, 48.7975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04008, 48.7975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0394, 48.7975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03871, 48.7975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03803, 48.7975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03735, 48.7975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03667, 48.7975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20756, 48.79777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20688, 48.79777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2062, 48.79777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20552, 48.79777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20484, 48.79777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20416, 48.79777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20348, 48.79777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2028, 48.79777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13063, 48.79788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12995, 48.79788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12927, 48.79788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12722, 48.79788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12654, 48.79788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10544, 48.7979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10476, 48.79791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10408, 48.79791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1034, 48.79791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09727, 48.79791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09659, 48.79791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09591, 48.79791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09522, 48.79791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09454, 48.79791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09386, 48.79791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09318, 48.79792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05846, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05778, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0571, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05642, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05574, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05505, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05437, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05369, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04825, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04757, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04688, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0462, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04552, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04416, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04348, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0428, 48.79794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04212, 48.79795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04144, 48.79795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04076, 48.79795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04008, 48.79795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0394, 48.79795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03871, 48.79795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03803, 48.79795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03735, 48.79795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03667, 48.79795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03599, 48.79795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03531, 48.79795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03463, 48.79795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20825, 48.79821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20757, 48.79822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20689, 48.79822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2062, 48.79822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20552, 48.79822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20484, 48.79822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20416, 48.79822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20348, 48.79822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2028, 48.79822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13131, 48.79833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13063, 48.79833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12995, 48.79833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10612, 48.79835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10544, 48.79835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10476, 48.79836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10408, 48.79836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1034, 48.79836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09863, 48.79836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09795, 48.79836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09727, 48.79836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09659, 48.79836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09591, 48.79836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09523, 48.79836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09454, 48.79836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09386, 48.79836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06935, 48.79838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06867, 48.79838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06799, 48.79838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06731, 48.79838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06663, 48.79838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06595, 48.79838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06527, 48.79838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06459, 48.79838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06391, 48.79838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06323, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0605, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05846, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05778, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0571, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05642, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05574, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05506, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05437, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05369, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04825, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04757, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04689, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0462, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04552, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04416, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04348, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0428, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04212, 48.79839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04144, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04076, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04008, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0394, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03871, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03803, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03735, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03667, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03599, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03531, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03463, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03395, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03327, 48.7984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20825, 48.79866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20757, 48.79867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20689, 48.79867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20621, 48.79867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20553, 48.79867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20484, 48.79867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20416, 48.79867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20348, 48.79867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2028, 48.79867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20212, 48.79868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13335, 48.79878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13267, 48.79878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13199, 48.79878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13131, 48.79878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13063, 48.79878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10748, 48.7988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1068, 48.7988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10612, 48.7988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10544, 48.7988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10476, 48.7988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10408, 48.79881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1034, 48.79881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09999, 48.79881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09931, 48.79881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09863, 48.79881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09795, 48.79881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09727, 48.79881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09659, 48.79881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09591, 48.79881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09523, 48.79881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09455, 48.79881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08025, 48.79882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07889, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07821, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07752, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07684, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07616, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07548, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0748, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07412, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07344, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07276, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07208, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0714, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07072, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07003, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06935, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06867, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06799, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06731, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06663, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06595, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06527, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06459, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06391, 48.79883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06323, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06255, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06186, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06118, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0605, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05846, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05778, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0571, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05642, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05574, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05506, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05438, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05369, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04825, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04757, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04689, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0462, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04552, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04416, 48.79884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03667, 48.79885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03599, 48.79885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03531, 48.79885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03463, 48.79885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03395, 48.79885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03327, 48.79885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20825, 48.79911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20757, 48.79912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20689, 48.79912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20621, 48.79912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20553, 48.79912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20485, 48.79912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20417, 48.79912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20348, 48.79912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2028, 48.79912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20212, 48.79913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20144, 48.79913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13472, 48.79922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13404, 48.79922, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13336, 48.79923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13267, 48.79923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13199, 48.79923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11021, 48.79925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10953, 48.79925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10884, 48.79925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10816, 48.79925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10748, 48.79925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1068, 48.79925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10612, 48.79925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10544, 48.79925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10476, 48.79925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10408, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1034, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10272, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10204, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10136, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10067, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09999, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09931, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09863, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09795, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09727, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09659, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09591, 48.79926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08025, 48.79927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07957, 48.79927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07889, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07821, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07752, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07684, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07616, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07548, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0748, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07412, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07344, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07276, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0714, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07072, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07004, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06935, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06867, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06799, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06731, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06663, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06595, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06527, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06459, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.06391, 48.79928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05982, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05914, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05846, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05778, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0571, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05642, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05574, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05506, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05438, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05369, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04825, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04757, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04689, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04621, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04552, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.79929, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03463, 48.7993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03395, 48.7993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.03327, 48.7993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20757, 48.79957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20689, 48.79957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20621, 48.79957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20553, 48.79957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20485, 48.79957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20281, 48.79957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20212, 48.79957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20144, 48.79958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13608, 48.79967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1354, 48.79967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13472, 48.79967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13404, 48.79967, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11157, 48.7997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11089, 48.7997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11021, 48.7997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10953, 48.7997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10885, 48.7997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10816, 48.7997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10748, 48.7997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1068, 48.7997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10612, 48.7997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10544, 48.7997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10476, 48.7997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10408, 48.79971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1034, 48.79971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10272, 48.79971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10204, 48.79971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10136, 48.79971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10068, 48.79971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09999, 48.79971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09931, 48.79971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09863, 48.79971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09795, 48.79971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09727, 48.79971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09659, 48.79971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07957, 48.79972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.07889, 48.79973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05642, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05574, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05506, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05438, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0537, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04825, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04757, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04689, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04621, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04552, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.79974, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20621, 48.80002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20213, 48.80002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13812, 48.80012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13744, 48.80012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13676, 48.80012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13608, 48.80012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1354, 48.80012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11225, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11157, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11089, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11021, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10953, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10885, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10817, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10748, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1068, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10612, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10544, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10476, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10408, 48.80015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1034, 48.80016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10272, 48.80016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10204, 48.80016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10136, 48.80016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10068, 48.80016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1, 48.80016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09931, 48.80016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09863, 48.80016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09795, 48.80016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09727, 48.80016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0537, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05301, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05233, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05165, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04825, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04757, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04689, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04621, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04553, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.80019, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13949, 48.80057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13881, 48.80057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13813, 48.80057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13744, 48.80057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13676, 48.80057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13608, 48.80057, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11498, 48.80059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11429, 48.80059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11361, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11293, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11225, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11157, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11089, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11021, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10953, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10885, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10817, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10749, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1068, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10612, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10544, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10476, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10408, 48.8006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1034, 48.80061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10272, 48.80061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10204, 48.80061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10136, 48.80061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10068, 48.80061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1, 48.80061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09932, 48.80061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09863, 48.80061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09251, 48.80061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09183, 48.80062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09114, 48.80062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09046, 48.80062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08978, 48.80062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0891, 48.80062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08842, 48.80062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05097, 48.80064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.05029, 48.80064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.80064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.80064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04825, 48.80064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04757, 48.80064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04689, 48.80064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04621, 48.80064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04553, 48.80064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04484, 48.80064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04416, 48.80064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14085, 48.80102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14017, 48.80102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13949, 48.80102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13881, 48.80102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13813, 48.80102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13745, 48.80102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11634, 48.80104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11566, 48.80104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11498, 48.80104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1143, 48.80104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11361, 48.80105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11293, 48.80105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11225, 48.80105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11157, 48.80105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11089, 48.80105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10681, 48.80105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10613, 48.80105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10544, 48.80105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10476, 48.80105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10408, 48.80105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1034, 48.80106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10272, 48.80106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10204, 48.80106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10136, 48.80106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10068, 48.80106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1, 48.80106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09932, 48.80106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09387, 48.80106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09319, 48.80106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09251, 48.80106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09183, 48.80106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09115, 48.80107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09046, 48.80107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08978, 48.80107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0891, 48.80107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08842, 48.80107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04961, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04893, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04825, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04757, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04689, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04621, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04553, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04485, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04416, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04348, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0428, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04212, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04144, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04076, 48.80109, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14289, 48.80146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14221, 48.80146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14153, 48.80146, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14085, 48.80147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14017, 48.80147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.13949, 48.80147, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1177, 48.80149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11702, 48.80149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11634, 48.80149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11566, 48.80149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11498, 48.80149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1143, 48.80149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11362, 48.8015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11293, 48.8015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10681, 48.8015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10613, 48.8015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10545, 48.8015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10476, 48.8015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10408, 48.8015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1034, 48.8015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10272, 48.80151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10204, 48.80151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10136, 48.80151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10068, 48.80151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1, 48.80151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09932, 48.80151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09523, 48.80151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09455, 48.80151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09387, 48.80151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09319, 48.80151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09251, 48.80151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09183, 48.80151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09115, 48.80152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09047, 48.80152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.08978, 48.80152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04553, 48.80154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04485, 48.80154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04416, 48.80154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04348, 48.80154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0428, 48.80154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04212, 48.80154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04144, 48.80154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04076, 48.80154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04008, 48.80154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14562, 48.80191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14494, 48.80191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14426, 48.80191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14358, 48.80191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1429, 48.80191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14221, 48.80191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14153, 48.80191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14085, 48.80191, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11906, 48.80194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11838, 48.80194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1177, 48.80194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11702, 48.80194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11634, 48.80194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11566, 48.80194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11498, 48.80194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1143, 48.80194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10681, 48.80195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10613, 48.80195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10545, 48.80195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10477, 48.80195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10408, 48.80195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1034, 48.80195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10272, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10204, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10136, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10068, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09932, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09864, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09796, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09728, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09659, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09591, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09523, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09455, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09387, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09319, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09251, 48.80196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04212, 48.80199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04144, 48.80199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.04076, 48.80199, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1463, 48.80236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14562, 48.80236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14494, 48.80236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14426, 48.80236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14358, 48.80236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1429, 48.80236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14222, 48.80236, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11975, 48.80239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11907, 48.80239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11838, 48.80239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1177, 48.80239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11702, 48.80239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11634, 48.80239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11566, 48.80239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11498, 48.80239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10681, 48.8024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10613, 48.8024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10545, 48.8024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10477, 48.8024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10409, 48.8024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1034, 48.8024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10272, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10204, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10136, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10068, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09932, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09864, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09796, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09728, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0966, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09591, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09523, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09455, 48.80241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14766, 48.80281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14698, 48.80281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1463, 48.80281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14562, 48.80281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14494, 48.80281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14426, 48.80281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12111, 48.80284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12043, 48.80284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11975, 48.80284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11907, 48.80284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11839, 48.80284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1177, 48.80284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11702, 48.80284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10749, 48.80285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10681, 48.80285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10613, 48.80285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10545, 48.80285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10477, 48.80285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10409, 48.80285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10341, 48.80285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10272, 48.80285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10204, 48.80286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10136, 48.80286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10068, 48.80286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1, 48.80286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09932, 48.80286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09864, 48.80286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09796, 48.80286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09728, 48.80286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.0966, 48.80286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.09592, 48.80286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14971, 48.80325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14903, 48.80325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14835, 48.80325, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14767, 48.80326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14698, 48.80326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1463, 48.80326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14562, 48.80326, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12315, 48.80328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12247, 48.80329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12179, 48.80329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12111, 48.80329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12043, 48.80329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11975, 48.80329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11907, 48.80329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11839, 48.80329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10749, 48.8033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10681, 48.8033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10613, 48.8033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10545, 48.8033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10477, 48.8033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10409, 48.8033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10341, 48.8033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10273, 48.8033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10204, 48.80331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10136, 48.80331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10068, 48.80331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15107, 48.8037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15039, 48.8037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14971, 48.8037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14903, 48.8037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14835, 48.8037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14767, 48.80371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14699, 48.80371, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12383, 48.80373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12315, 48.80373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12247, 48.80374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12179, 48.80374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12111, 48.80374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12043, 48.80374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.11975, 48.80374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10817, 48.80375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10749, 48.80375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10681, 48.80375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10613, 48.80375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10545, 48.80375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10477, 48.80375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10409, 48.80375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10341, 48.80375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15243, 48.80415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15175, 48.80415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15107, 48.80415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15039, 48.80415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14971, 48.80415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14903, 48.80415, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12315, 48.80418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12247, 48.80418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12179, 48.80419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.12111, 48.80419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10817, 48.8042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10749, 48.8042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10681, 48.8042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10613, 48.8042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10545, 48.8042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10477, 48.8042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1538, 48.8046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15312, 48.8046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15244, 48.8046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15176, 48.8046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15107, 48.8046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15039, 48.8046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.14971, 48.8046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10681, 48.80465, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.10613, 48.80465, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15516, 48.80505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15448, 48.80505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1538, 48.80505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15312, 48.80505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15244, 48.80505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15176, 48.80505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15108, 48.80505, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15652, 48.80549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15584, 48.80549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15516, 48.80549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15448, 48.8055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1538, 48.8055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15312, 48.8055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15244, 48.8055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15176, 48.8055, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15789, 48.80594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15721, 48.80594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15653, 48.80594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15585, 48.80594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15516, 48.80594, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15448, 48.80595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1538, 48.80595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15312, 48.80595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15244, 48.80595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27501, 48.80617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27433, 48.80617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15925, 48.80639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15857, 48.80639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15789, 48.80639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15721, 48.80639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15653, 48.80639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15585, 48.80639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15517, 48.80639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15448, 48.8064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1538, 48.8064, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27502, 48.80662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27434, 48.80662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27365, 48.80662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26821, 48.80664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26753, 48.80664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26684, 48.80664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16061, 48.80684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15993, 48.80684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15925, 48.80684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15857, 48.80684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15789, 48.80684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15721, 48.80684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15653, 48.80684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15585, 48.80684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15517, 48.80684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27502, 48.80707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27434, 48.80707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27366, 48.80707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27298, 48.80708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26685, 48.80709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26617, 48.80709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16198, 48.80728, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1613, 48.80729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16062, 48.80729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15994, 48.80729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15925, 48.80729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15857, 48.80729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15789, 48.80729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15721, 48.80729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15653, 48.80729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15585, 48.80729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27502, 48.80752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27434, 48.80752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27366, 48.80752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27298, 48.80753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2723, 48.80753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27162, 48.80753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27094, 48.80753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26753, 48.80754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26685, 48.80754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16402, 48.80773, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16334, 48.80773, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16266, 48.80773, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16198, 48.80773, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1613, 48.80774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16062, 48.80774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15994, 48.80774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15926, 48.80774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15857, 48.80774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15789, 48.80774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15721, 48.80774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27502, 48.80797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27434, 48.80797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27366, 48.80797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27298, 48.80797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2723, 48.80798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27162, 48.80798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27094, 48.80798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26889, 48.80798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26821, 48.80799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26753, 48.80799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26685, 48.80799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16607, 48.80818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16539, 48.80818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1647, 48.80818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16402, 48.80818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16334, 48.80818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16266, 48.80818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16198, 48.80818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1613, 48.80819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16062, 48.80819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15994, 48.80819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15926, 48.80819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27503, 48.80842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27434, 48.80842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27366, 48.80842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27298, 48.80842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2723, 48.80843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27162, 48.80843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27094, 48.80843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27026, 48.80843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26958, 48.80843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2689, 48.80843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26822, 48.80844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26754, 48.80844, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16811, 48.80863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16743, 48.80863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16675, 48.80863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16607, 48.80863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16539, 48.80863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16471, 48.80863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16403, 48.80863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16334, 48.80863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16266, 48.80863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16198, 48.80863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1613, 48.80864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16062, 48.80864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.15994, 48.80864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27571, 48.80887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27503, 48.80887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27435, 48.80887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27367, 48.80887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27299, 48.80887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2723, 48.80888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27162, 48.80888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27094, 48.80888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27026, 48.80888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26958, 48.80888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2689, 48.80888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26822, 48.80889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26754, 48.80889, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16947, 48.80907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16879, 48.80907, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16811, 48.80908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16743, 48.80908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16675, 48.80908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16607, 48.80908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16539, 48.80908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16471, 48.80908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16403, 48.80908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16335, 48.80908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16266, 48.80908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16198, 48.80908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1613, 48.80908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16062, 48.80909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27571, 48.80932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27503, 48.80932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27435, 48.80932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27367, 48.80932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27299, 48.80932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27231, 48.80933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27163, 48.80933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27094, 48.80933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27026, 48.80933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26958, 48.80933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2689, 48.80933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26822, 48.80934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26754, 48.80934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17084, 48.80952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17016, 48.80952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16948, 48.80952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1688, 48.80952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16811, 48.80952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16743, 48.80953, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16675, 48.80953, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16607, 48.80953, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16539, 48.80953, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16471, 48.80953, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16403, 48.80953, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16335, 48.80953, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16267, 48.80953, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2764, 48.80977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27571, 48.80977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27503, 48.80977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27435, 48.80977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27367, 48.80977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27299, 48.80977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27231, 48.80978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27163, 48.80978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27095, 48.80978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27027, 48.80978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26959, 48.80978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2689, 48.80978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26822, 48.80979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26754, 48.80979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1722, 48.80997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17152, 48.80997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17084, 48.80997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17016, 48.80997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16948, 48.80997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1688, 48.80997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16812, 48.80997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16743, 48.80998, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16675, 48.80998, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16607, 48.80998, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16539, 48.80998, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16471, 48.80998, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16403, 48.80998, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2764, 48.81022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27572, 48.81022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27504, 48.81022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27435, 48.81022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27367, 48.81022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27299, 48.81022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27231, 48.81023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27163, 48.81023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27095, 48.81023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27027, 48.81023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26959, 48.81023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26891, 48.81023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26823, 48.81024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17357, 48.81042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17288, 48.81042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1722, 48.81042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17152, 48.81042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17084, 48.81042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17016, 48.81042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16948, 48.81042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1688, 48.81042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16812, 48.81042, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16744, 48.81043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16676, 48.81043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16607, 48.81043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16539, 48.81043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27708, 48.81066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2764, 48.81067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27572, 48.81067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27504, 48.81067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27436, 48.81067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27368, 48.81067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.273, 48.81067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27231, 48.81068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27163, 48.81068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27095, 48.81068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27027, 48.81068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26959, 48.81068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26891, 48.81068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17561, 48.81086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17493, 48.81086, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17425, 48.81087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17357, 48.81087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17289, 48.81087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1722, 48.81087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17152, 48.81087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17084, 48.81087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17016, 48.81087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16948, 48.81087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1688, 48.81087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16812, 48.81087, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16744, 48.81088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27708, 48.81111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2764, 48.81112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27572, 48.81112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27504, 48.81112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27436, 48.81112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27368, 48.81112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.273, 48.81112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27232, 48.81113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27164, 48.81113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27095, 48.81113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17697, 48.81131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17629, 48.81131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17561, 48.81131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17493, 48.81131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17425, 48.81132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17357, 48.81132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17289, 48.81132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17221, 48.81132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17153, 48.81132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17084, 48.81132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17016, 48.81132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.16948, 48.81132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1688, 48.81132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27777, 48.81156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27709, 48.81156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27641, 48.81157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27572, 48.81157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27504, 48.81157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27436, 48.81157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27368, 48.81157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.273, 48.81157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27232, 48.81157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17834, 48.81176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17766, 48.81176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17698, 48.81176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17629, 48.81176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17561, 48.81176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17493, 48.81176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17425, 48.81176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17357, 48.81177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17289, 48.81177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17221, 48.81177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17153, 48.81177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17085, 48.81177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17016, 48.81177, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27777, 48.81201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27709, 48.81201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27641, 48.81201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27573, 48.81202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27505, 48.81202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27436, 48.81202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27368, 48.81202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17902, 48.81221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17834, 48.81221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17766, 48.81221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17698, 48.81221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1763, 48.81221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17561, 48.81221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17493, 48.81221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17425, 48.81221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17357, 48.81222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17289, 48.81222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17221, 48.81222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17153, 48.81222, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27641, 48.81246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27573, 48.81247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27505, 48.81247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1797, 48.81266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17902, 48.81266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17834, 48.81266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17766, 48.81266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17698, 48.81266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1763, 48.81266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17562, 48.81266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17494, 48.81266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17425, 48.81266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17357, 48.81267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17289, 48.81267, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18107, 48.8131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18039, 48.8131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1797, 48.81311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17902, 48.81311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17834, 48.81311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17766, 48.81311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17698, 48.81311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1763, 48.81311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17562, 48.81311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17494, 48.81311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17426, 48.81311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18175, 48.81355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18107, 48.81355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18039, 48.81355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17971, 48.81356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17902, 48.81356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17834, 48.81356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17766, 48.81356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17698, 48.81356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1763, 48.81356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17562, 48.81356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17494, 48.81356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18243, 48.814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18175, 48.814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18107, 48.814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18039, 48.814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17971, 48.81401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17903, 48.81401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17835, 48.81401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17766, 48.81401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17698, 48.81401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1763, 48.81401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18311, 48.81445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18243, 48.81445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18175, 48.81445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18107, 48.81445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18039, 48.81445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17971, 48.81446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17903, 48.81446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17835, 48.81446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17767, 48.81446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17698, 48.81446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18312, 48.8149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18243, 48.8149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18175, 48.8149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18107, 48.8149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18039, 48.8149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17971, 48.81491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17903, 48.81491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17835, 48.81491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1838, 48.81535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18312, 48.81535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18244, 48.81535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18176, 48.81535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18107, 48.81535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18039, 48.81535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17971, 48.81535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17903, 48.81536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18448, 48.8158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1838, 48.8158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18312, 48.8158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18244, 48.8158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18176, 48.8158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18108, 48.8158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18039, 48.8158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18516, 48.81625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18448, 48.81625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1838, 48.81625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18312, 48.81625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18244, 48.81625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18176, 48.81625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18517, 48.8167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18448, 48.8167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1838, 48.8167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18312, 48.8167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18517, 48.81715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18449, 48.81715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17837, 48.8212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17769, 48.82121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17701, 48.82121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17633, 48.82121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17565, 48.82121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18995, 48.82164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18927, 48.82164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18859, 48.82164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18791, 48.82164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17973, 48.82165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17905, 48.82165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17837, 48.82165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17769, 48.82166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17701, 48.82166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17633, 48.82166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17565, 48.82166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.286, 48.82189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28532, 48.82189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28464, 48.82189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28395, 48.82189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19132, 48.82208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19064, 48.82208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18995, 48.82209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18927, 48.82209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18859, 48.82209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18791, 48.82209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18042, 48.8221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17974, 48.8221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17906, 48.8221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17837, 48.8221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17769, 48.8221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17701, 48.82211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17633, 48.82211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17565, 48.82211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28736, 48.82233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28668, 48.82234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.286, 48.82234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28532, 48.82234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28464, 48.82234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28396, 48.82234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19268, 48.82253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.192, 48.82253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19132, 48.82253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19064, 48.82253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18996, 48.82254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18927, 48.82254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18859, 48.82254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18791, 48.82254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1811, 48.82255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18042, 48.82255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17974, 48.82255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17906, 48.82255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17838, 48.82255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17769, 48.82255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17701, 48.82256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17633, 48.82256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28805, 48.82278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28737, 48.82278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28668, 48.82278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.286, 48.82279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28532, 48.82279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28464, 48.82279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19336, 48.82298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19268, 48.82298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.192, 48.82298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19132, 48.82298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19064, 48.82298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18996, 48.82298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18928, 48.82299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18859, 48.82299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18791, 48.82299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18246, 48.823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18178, 48.823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17974, 48.823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17906, 48.823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17838, 48.823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1777, 48.823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17701, 48.82301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28873, 48.82323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28805, 48.82323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28737, 48.82323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28669, 48.82323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28601, 48.82324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28532, 48.82324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28464, 48.82324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28396, 48.82324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20154, 48.82342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20086, 48.82342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20018, 48.82342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1995, 48.82342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19541, 48.82343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19473, 48.82343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19405, 48.82343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19336, 48.82343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19268, 48.82343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.192, 48.82343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19132, 48.82343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19064, 48.82343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18996, 48.82343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18928, 48.82344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1886, 48.82344, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18315, 48.82345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18247, 48.82345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17974, 48.82345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17906, 48.82345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17838, 48.82345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1777, 48.82345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2901, 48.82368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28941, 48.82368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28873, 48.82368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28805, 48.82368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28737, 48.82368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28669, 48.82368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28601, 48.82369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28533, 48.82369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28465, 48.82369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28397, 48.82369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28328, 48.82369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20358, 48.82386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2029, 48.82386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20222, 48.82386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20154, 48.82386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20086, 48.82387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20018, 48.82387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1995, 48.82387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19882, 48.82387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19814, 48.82387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19745, 48.82387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19677, 48.82387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19609, 48.82387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19541, 48.82388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19473, 48.82388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19405, 48.82388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19337, 48.82388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19269, 48.82388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.192, 48.82388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19132, 48.82388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19064, 48.82388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18996, 48.82388, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18383, 48.82389, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18042, 48.8239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17974, 48.8239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17906, 48.8239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29214, 48.82412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29146, 48.82412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29078, 48.82412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2901, 48.82413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28942, 48.82413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28874, 48.82413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28805, 48.82413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28737, 48.82413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28669, 48.82413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28601, 48.82414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28533, 48.82414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28465, 48.82414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28397, 48.82414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28329, 48.82414, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20427, 48.82431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20359, 48.82431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20291, 48.82431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20222, 48.82431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20154, 48.82431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20086, 48.82432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20018, 48.82432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1995, 48.82432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19882, 48.82432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19814, 48.82432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19746, 48.82432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19677, 48.82432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19609, 48.82432, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19541, 48.82433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19473, 48.82433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19405, 48.82433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19337, 48.82433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19269, 48.82433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19201, 48.82433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19132, 48.82433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19064, 48.82433, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18451, 48.82434, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18111, 48.82435, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18043, 48.82435, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17974, 48.82435, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29283, 48.82457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29214, 48.82457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29146, 48.82457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29078, 48.82457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2901, 48.82458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28942, 48.82458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28874, 48.82458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28806, 48.82458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28738, 48.82458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28669, 48.82458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28601, 48.82459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28533, 48.82459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28465, 48.82459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28397, 48.82459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20563, 48.82476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20495, 48.82476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20427, 48.82476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20359, 48.82476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20291, 48.82476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20223, 48.82476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20154, 48.82476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20086, 48.82477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20018, 48.82477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1995, 48.82477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19882, 48.82477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19814, 48.82477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19746, 48.82477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19678, 48.82477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19609, 48.82477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19541, 48.82477, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19473, 48.82478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19405, 48.82478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19337, 48.82478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19269, 48.82478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19201, 48.82478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19133, 48.82478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1852, 48.82479, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18247, 48.8248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18179, 48.8248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18111, 48.8248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18043, 48.8248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.17975, 48.8248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29283, 48.82502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29215, 48.82502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29147, 48.82502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29078, 48.82502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2901, 48.82503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28942, 48.82503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28874, 48.82503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28806, 48.82503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28738, 48.82503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2867, 48.82503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28602, 48.82504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28534, 48.82504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28465, 48.82504, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20631, 48.82521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20563, 48.82521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20495, 48.82521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20427, 48.82521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20359, 48.82521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20291, 48.82521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20223, 48.82521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20155, 48.82521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20087, 48.82522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20018, 48.82522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1995, 48.82522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19882, 48.82522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19814, 48.82522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19746, 48.82522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19678, 48.82522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1961, 48.82522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19542, 48.82522, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19473, 48.82523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19405, 48.82523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19337, 48.82523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19269, 48.82523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19201, 48.82523, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18588, 48.82524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18315, 48.82524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18247, 48.82525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18179, 48.82525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18111, 48.82525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18043, 48.82525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2976, 48.82546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29692, 48.82546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29624, 48.82546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29556, 48.82546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29487, 48.82546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29419, 48.82546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29351, 48.82547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29283, 48.82547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29215, 48.82547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29147, 48.82547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29079, 48.82547, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29011, 48.82548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28942, 48.82548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28874, 48.82548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28806, 48.82548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28738, 48.82548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2867, 48.82548, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28602, 48.82549, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20632, 48.82566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20564, 48.82566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20495, 48.82566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20427, 48.82566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20359, 48.82566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20291, 48.82566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20223, 48.82566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20155, 48.82566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20087, 48.82567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20019, 48.82567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1995, 48.82567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19882, 48.82567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19814, 48.82567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19746, 48.82567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19678, 48.82567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1961, 48.82567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19542, 48.82567, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19474, 48.82568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19405, 48.82568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19337, 48.82568, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18656, 48.82569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18588, 48.82569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18452, 48.82569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18384, 48.82569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18316, 48.82569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18247, 48.8257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18179, 48.8257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18111, 48.8257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29828, 48.8259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2976, 48.82591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29692, 48.82591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29624, 48.82591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29556, 48.82591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29488, 48.82591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2942, 48.82591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29351, 48.82592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29283, 48.82592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29215, 48.82592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29147, 48.82592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29079, 48.82592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29011, 48.82592, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28943, 48.82593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28875, 48.82593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28807, 48.82593, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.207, 48.8261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20632, 48.82611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20564, 48.82611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20496, 48.82611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20427, 48.82611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20359, 48.82611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20291, 48.82611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20223, 48.82611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20155, 48.82611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20087, 48.82611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20019, 48.82612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19951, 48.82612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19883, 48.82612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19814, 48.82612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19746, 48.82612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19678, 48.82612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1961, 48.82612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19542, 48.82612, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19474, 48.82613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19406, 48.82613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18793, 48.82614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18724, 48.82614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18656, 48.82614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18588, 48.82614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1852, 48.82614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18452, 48.82614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18384, 48.82614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18316, 48.82614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18248, 48.82615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29829, 48.82635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2976, 48.82636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29692, 48.82636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29624, 48.82636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29556, 48.82636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29488, 48.82636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2942, 48.82636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29352, 48.82637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29284, 48.82637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29216, 48.82637, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20768, 48.82655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.207, 48.82655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20632, 48.82656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20564, 48.82656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20496, 48.82656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20428, 48.82656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2036, 48.82656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20291, 48.82656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20223, 48.82656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20155, 48.82656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20087, 48.82656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20019, 48.82657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19951, 48.82657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19883, 48.82657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19815, 48.82657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19746, 48.82657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19678, 48.82657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1961, 48.82657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19542, 48.82657, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18861, 48.82659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18793, 48.82659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18725, 48.82659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18656, 48.82659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18588, 48.82659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1852, 48.82659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18452, 48.82659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18384, 48.82659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18316, 48.82659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29829, 48.8268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29761, 48.82681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29693, 48.82681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29624, 48.82681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29556, 48.82681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29488, 48.82681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2942, 48.82681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29352, 48.82682, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20837, 48.827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20768, 48.827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.207, 48.827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20632, 48.827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20564, 48.82701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20496, 48.82701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20428, 48.82701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2036, 48.82701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20292, 48.82701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20223, 48.82701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20155, 48.82701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20087, 48.82701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20019, 48.82702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19951, 48.82702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19883, 48.82702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19815, 48.82702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19747, 48.82702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19678, 48.82702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1961, 48.82702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18929, 48.82703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18861, 48.82704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18793, 48.82704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18725, 48.82704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18657, 48.82704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18589, 48.82704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1852, 48.82704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18452, 48.82704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20973, 48.82745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20905, 48.82745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20837, 48.82745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20769, 48.82745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20701, 48.82745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20632, 48.82745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20564, 48.82746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20496, 48.82746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20428, 48.82746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2036, 48.82746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20292, 48.82746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20224, 48.82746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20156, 48.82746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20087, 48.82746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20019, 48.82747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19951, 48.82747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19883, 48.82747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19815, 48.82747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19747, 48.82747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19679, 48.82747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19066, 48.82748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18997, 48.82748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18929, 48.82748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18861, 48.82749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18793, 48.82749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18725, 48.82749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18657, 48.82749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18589, 48.82749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18521, 48.82749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21109, 48.8279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21041, 48.8279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20837, 48.8279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20769, 48.8279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20701, 48.8279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20633, 48.8279, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20564, 48.82791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20496, 48.82791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20428, 48.82791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2036, 48.82791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20292, 48.82791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20224, 48.82791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20156, 48.82791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20088, 48.82791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20019, 48.82792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19951, 48.82792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19883, 48.82792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19815, 48.82792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19747, 48.82792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19134, 48.82793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19066, 48.82793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18998, 48.82793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18929, 48.82793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18861, 48.82793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18793, 48.82794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18725, 48.82794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18657, 48.82794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18589, 48.82794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21246, 48.82834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21178, 48.82834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20837, 48.82835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20769, 48.82835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20701, 48.82835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20633, 48.82835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20565, 48.82836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20497, 48.82836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20428, 48.82836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2036, 48.82836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20292, 48.82836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20224, 48.82836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20156, 48.82836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20088, 48.82836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2002, 48.82837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19952, 48.82837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19883, 48.82837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19815, 48.82837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1927, 48.82838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19202, 48.82838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19134, 48.82838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19066, 48.82838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18998, 48.82838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1893, 48.82838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18862, 48.82838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18793, 48.82839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18725, 48.82839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18657, 48.82839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21382, 48.82879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21314, 48.82879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20905, 48.8288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20837, 48.8288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20769, 48.8288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20701, 48.8288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20633, 48.8288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20565, 48.82881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20497, 48.82881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20429, 48.82881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2036, 48.82881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20292, 48.82881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20224, 48.82881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20156, 48.82881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20088, 48.82881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2002, 48.82881, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19952, 48.82882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19339, 48.82883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1927, 48.82883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19202, 48.82883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19134, 48.82883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19066, 48.82883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18998, 48.82883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1893, 48.82883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18862, 48.82883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18794, 48.82884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18725, 48.82884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21451, 48.82924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21383, 48.82924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20974, 48.82925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20906, 48.82925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20838, 48.82925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20769, 48.82925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20701, 48.82925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20633, 48.82925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20565, 48.82926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20497, 48.82926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20429, 48.82926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20361, 48.82926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20293, 48.82926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20224, 48.82926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20156, 48.82926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20088, 48.82926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2002, 48.82926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19407, 48.82928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19339, 48.82928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19271, 48.82928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19202, 48.82928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19134, 48.82928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19066, 48.82928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18998, 48.82928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1893, 48.82928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18862, 48.82928, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21519, 48.82969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21451, 48.82969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21042, 48.8297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20974, 48.8297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20906, 48.8297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20838, 48.8297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2077, 48.8297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20701, 48.8297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20633, 48.8297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20565, 48.8297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20497, 48.82971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20429, 48.82971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20361, 48.82971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20293, 48.82971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20225, 48.82971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20156, 48.82971, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19475, 48.82972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19407, 48.82972, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19339, 48.82973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19271, 48.82973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19203, 48.82973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19135, 48.82973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19066, 48.82973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.18998, 48.82973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1893, 48.82973, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21587, 48.83014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21519, 48.83014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21179, 48.83014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2111, 48.83014, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21042, 48.83015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20974, 48.83015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20906, 48.83015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20838, 48.83015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2077, 48.83015, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20497, 48.83016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20429, 48.83016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20361, 48.83016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20293, 48.83016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20225, 48.83016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19543, 48.83017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19475, 48.83017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19407, 48.83017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19339, 48.83018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19271, 48.83018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19203, 48.83018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19135, 48.83018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19067, 48.83018, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21656, 48.83058, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21588, 48.83059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21315, 48.83059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21247, 48.83059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21179, 48.83059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21111, 48.83059, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21042, 48.8306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20974, 48.8306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20906, 48.8306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20838, 48.8306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20497, 48.83061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20429, 48.83061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20361, 48.83061, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19612, 48.83062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19544, 48.83062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19476, 48.83062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19407, 48.83062, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19339, 48.83063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19271, 48.83063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19203, 48.83063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19135, 48.83063, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21656, 48.83103, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21588, 48.83104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2152, 48.83104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21451, 48.83104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21383, 48.83104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21315, 48.83104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21247, 48.83104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21179, 48.83104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21111, 48.83104, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21043, 48.83105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20975, 48.83105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20566, 48.83105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20498, 48.83106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2043, 48.83106, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1968, 48.83107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19612, 48.83107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19544, 48.83107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19476, 48.83107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19408, 48.83107, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19339, 48.83108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19271, 48.83108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19203, 48.83108, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21724, 48.83148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21656, 48.83148, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21588, 48.83149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2152, 48.83149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21452, 48.83149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21384, 48.83149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21315, 48.83149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21247, 48.83149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21179, 48.83149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21111, 48.83149, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21043, 48.8315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20634, 48.8315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20566, 48.8315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20498, 48.83151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19817, 48.83152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19748, 48.83152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1968, 48.83152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19612, 48.83152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19544, 48.83152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19476, 48.83152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19408, 48.83152, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1934, 48.83153, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19271, 48.83153, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21724, 48.83193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21656, 48.83193, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21588, 48.83194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2152, 48.83194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21452, 48.83194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21384, 48.83194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21316, 48.83194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21247, 48.83194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21179, 48.83194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21111, 48.83194, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20771, 48.83195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20702, 48.83195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20634, 48.83195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20566, 48.83195, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19885, 48.83197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19749, 48.83197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.1968, 48.83197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19612, 48.83197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19544, 48.83197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19476, 48.83197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19408, 48.83197, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21793, 48.83238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21725, 48.83238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21656, 48.83238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21588, 48.83238, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2152, 48.83239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21452, 48.83239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21384, 48.83239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21316, 48.83239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21248, 48.83239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21179, 48.83239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21111, 48.83239, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20907, 48.8324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20839, 48.8324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20771, 48.8324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20703, 48.8324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20634, 48.8324, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20021, 48.83241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19953, 48.83241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19817, 48.83242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19749, 48.83242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19681, 48.83242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19612, 48.83242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19544, 48.83242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19476, 48.83242, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21793, 48.83283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21725, 48.83283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21657, 48.83283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21588, 48.83283, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2152, 48.83284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21452, 48.83284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21384, 48.83284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21316, 48.83284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21248, 48.83284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2118, 48.83284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21112, 48.83284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21043, 48.83284, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20975, 48.83285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20907, 48.83285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20839, 48.83285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20771, 48.83285, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2009, 48.83286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20021, 48.83286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19953, 48.83286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19885, 48.83287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19817, 48.83287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19749, 48.83287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19681, 48.83287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19613, 48.83287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19545, 48.83287, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21861, 48.83328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21793, 48.83328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21725, 48.83328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21657, 48.83328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21589, 48.83328, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21521, 48.83329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21452, 48.83329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21384, 48.83329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21316, 48.83329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21248, 48.83329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2118, 48.83329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21112, 48.83329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21044, 48.83329, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20975, 48.8333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20907, 48.8333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20158, 48.83331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20022, 48.83331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19953, 48.83331, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19885, 48.83332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19817, 48.83332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19749, 48.83332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19681, 48.83332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21861, 48.83373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21793, 48.83373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21725, 48.83373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21657, 48.83373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21589, 48.83373, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21521, 48.83374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21453, 48.83374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21384, 48.83374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21316, 48.83374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21248, 48.83374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2118, 48.83374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21112, 48.83374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21044, 48.83374, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20976, 48.83375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20226, 48.83376, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20022, 48.83376, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19954, 48.83376, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19886, 48.83376, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19817, 48.83377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19749, 48.83377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2193, 48.83418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21862, 48.83418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21793, 48.83418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21725, 48.83418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21657, 48.83418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21589, 48.83418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21521, 48.83419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21453, 48.83419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21385, 48.83419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21317, 48.83419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21248, 48.83419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2118, 48.83419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21112, 48.83419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21044, 48.83419, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20295, 48.83421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20022, 48.83421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19954, 48.83421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19886, 48.83421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19818, 48.83422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2193, 48.83463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21862, 48.83463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21794, 48.83463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21726, 48.83463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21657, 48.83463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21589, 48.83463, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21521, 48.83464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21453, 48.83464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21385, 48.83464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21317, 48.83464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21249, 48.83464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2118, 48.83464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20363, 48.83466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20295, 48.83466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20227, 48.83466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20158, 48.83466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2009, 48.83466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20022, 48.83466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19954, 48.83466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19886, 48.83466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21998, 48.83508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2193, 48.83508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21862, 48.83508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21794, 48.83508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21658, 48.83508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21589, 48.83508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21521, 48.83508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21453, 48.83509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21385, 48.83509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21317, 48.83509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21249, 48.83509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20431, 48.8351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20363, 48.83511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20295, 48.83511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20227, 48.83511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20159, 48.83511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2009, 48.83511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20022, 48.83511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.19954, 48.83511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22135, 48.83552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22067, 48.83552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21998, 48.83553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2193, 48.83553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21862, 48.83553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21794, 48.83553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21726, 48.83553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21658, 48.83553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2159, 48.83553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21521, 48.83553, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21453, 48.83554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21385, 48.83554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21317, 48.83554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20499, 48.83555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20431, 48.83555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20363, 48.83556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20295, 48.83556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20227, 48.83556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20159, 48.83556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20091, 48.83556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20023, 48.83556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22203, 48.83597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22135, 48.83597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22067, 48.83597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21999, 48.83598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21931, 48.83598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21862, 48.83598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21794, 48.83598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21726, 48.83598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21658, 48.83598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2159, 48.83598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21522, 48.83598, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21454, 48.83599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20636, 48.836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20568, 48.836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.205, 48.836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20432, 48.836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20363, 48.83601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20295, 48.83601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20227, 48.83601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20159, 48.83601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20091, 48.83601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22271, 48.83642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22203, 48.83642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22135, 48.83642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22067, 48.83642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21999, 48.83643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21931, 48.83643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21863, 48.83643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21794, 48.83643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21726, 48.83643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21658, 48.83643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2159, 48.83643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21522, 48.83643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20704, 48.83645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20636, 48.83645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20568, 48.83645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.205, 48.83645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20432, 48.83645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20364, 48.83646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20295, 48.83646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20227, 48.83646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20159, 48.83646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22408, 48.83687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2234, 48.83687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22272, 48.83687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22203, 48.83687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22135, 48.83687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22067, 48.83687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21999, 48.83688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21931, 48.83688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21863, 48.83688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21795, 48.83688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21726, 48.83688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21658, 48.83688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2159, 48.83688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20841, 48.8369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20773, 48.8369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20704, 48.8369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20636, 48.8369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20568, 48.8369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.205, 48.8369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20432, 48.8369, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20364, 48.83691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20296, 48.83691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20227, 48.83691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22544, 48.83731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22476, 48.83732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22408, 48.83732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2234, 48.83732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22272, 48.83732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22204, 48.83732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22136, 48.83732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22067, 48.83732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21999, 48.83732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21931, 48.83733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21863, 48.83733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21795, 48.83733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21727, 48.83733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20909, 48.83735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20841, 48.83735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20773, 48.83735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20705, 48.83735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20636, 48.83735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20568, 48.83735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.205, 48.83735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20432, 48.83735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20364, 48.83735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20296, 48.83736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22613, 48.83776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22545, 48.83776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22476, 48.83777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22408, 48.83777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2234, 48.83777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22272, 48.83777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22204, 48.83777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22136, 48.83777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22068, 48.83777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21999, 48.83777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21931, 48.83778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21863, 48.83778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21045, 48.83779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20977, 48.83779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20909, 48.8378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20773, 48.8378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20705, 48.8378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20637, 48.8378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20569, 48.8378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.205, 48.8378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20432, 48.8378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22749, 48.83821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22681, 48.83821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22613, 48.83821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22545, 48.83821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22477, 48.83822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22408, 48.83822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2234, 48.83822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22272, 48.83822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22204, 48.83822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22136, 48.83822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22068, 48.83822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22, 48.83822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21114, 48.83824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21046, 48.83824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20978, 48.83824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20909, 48.83824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20841, 48.83825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20773, 48.83825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20705, 48.83825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20637, 48.83825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20569, 48.83825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20501, 48.83825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20432, 48.83825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43191, 48.83808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43123, 48.83808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4176, 48.83813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22817, 48.83866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22749, 48.83866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22681, 48.83866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22613, 48.83866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22545, 48.83866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22477, 48.83867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22409, 48.83867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22341, 48.83867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22272, 48.83867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22204, 48.83867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22136, 48.83867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22068, 48.83867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21182, 48.83869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21114, 48.83869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21046, 48.83869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20978, 48.83869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2091, 48.83869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20841, 48.8387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20773, 48.8387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20705, 48.8387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20637, 48.8387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20569, 48.8387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20501, 48.8387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43328, 48.83852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43259, 48.83852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43191, 48.83852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43123, 48.83853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43055, 48.83853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41828, 48.83858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4176, 48.83858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41692, 48.83858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36854, 48.83874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36786, 48.83875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36718, 48.83875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22886, 48.83911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22818, 48.83911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2275, 48.83911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22681, 48.83911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22613, 48.83911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22545, 48.83911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22477, 48.83911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22409, 48.83912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22341, 48.83912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22273, 48.83912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22204, 48.83912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2125, 48.83914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21182, 48.83914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21114, 48.83914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21046, 48.83914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20978, 48.83914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2091, 48.83914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20842, 48.83915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20773, 48.83915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20705, 48.83915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20637, 48.83915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20569, 48.83915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43532, 48.83896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43464, 48.83896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43396, 48.83897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43328, 48.83897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4326, 48.83897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43192, 48.83897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43123, 48.83898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41829, 48.83902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41761, 48.83903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41693, 48.83903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36923, 48.83919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36855, 48.83919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36787, 48.8392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36718, 48.8392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3665, 48.8392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23022, 48.83955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22954, 48.83956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22886, 48.83956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22818, 48.83956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2275, 48.83956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22682, 48.83956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22613, 48.83956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22545, 48.83956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22477, 48.83956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22409, 48.83957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22341, 48.83957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22273, 48.83957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21319, 48.83959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21251, 48.83959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21183, 48.83959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21114, 48.83959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21046, 48.83959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20978, 48.83959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2091, 48.83959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20842, 48.8396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20774, 48.8396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20706, 48.8396, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43669, 48.83941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43601, 48.83941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43533, 48.83941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43465, 48.83941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43396, 48.83942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43328, 48.83942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4326, 48.83942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43192, 48.83942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43124, 48.83943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41829, 48.83947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41761, 48.83948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41693, 48.83948, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37196, 48.83963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37128, 48.83964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37059, 48.83964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36855, 48.83964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36787, 48.83965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36719, 48.83965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36651, 48.83965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23091, 48.84, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23023, 48.84, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22954, 48.84001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22886, 48.84001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22818, 48.84001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2275, 48.84001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22682, 48.84001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22614, 48.84001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22546, 48.84001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22477, 48.84001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22409, 48.84002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22341, 48.84002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21387, 48.84004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21319, 48.84004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21251, 48.84004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21183, 48.84004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21115, 48.84004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21046, 48.84004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20978, 48.84004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2091, 48.84004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20842, 48.84005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20774, 48.84005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43738, 48.83985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43669, 48.83986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43601, 48.83986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43533, 48.83986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43465, 48.83986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43397, 48.83987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43329, 48.83987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43261, 48.83987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43192, 48.83987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43124, 48.83988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4183, 48.83992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41761, 48.83993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41693, 48.83993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41625, 48.83993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37332, 48.84008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37264, 48.84008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37196, 48.84008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37128, 48.84009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36924, 48.84009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36855, 48.84009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36787, 48.8401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36719, 48.8401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23227, 48.84045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23159, 48.84045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23091, 48.84045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23023, 48.84045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22955, 48.84045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22886, 48.84046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22818, 48.84046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2275, 48.84046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22682, 48.84046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22614, 48.84046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22546, 48.84046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22478, 48.84046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22409, 48.84047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21387, 48.84049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21319, 48.84049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21251, 48.84049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21183, 48.84049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21115, 48.84049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21047, 48.84049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20978, 48.84049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2091, 48.84049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43806, 48.8403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43738, 48.8403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4367, 48.84031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43602, 48.84031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43533, 48.84031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43465, 48.84031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43397, 48.84032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43329, 48.84032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43261, 48.84032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43193, 48.84032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4183, 48.84037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41762, 48.84038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41694, 48.84038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41626, 48.84038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37469, 48.84052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37401, 48.84053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37333, 48.84053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37265, 48.84053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37196, 48.84053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36992, 48.84054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36924, 48.84054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36856, 48.84054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23364, 48.8409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23296, 48.8409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23227, 48.8409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23159, 48.8409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23091, 48.8409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23023, 48.8409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22955, 48.8409, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22887, 48.84091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22819, 48.84091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2275, 48.84091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22682, 48.84091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22614, 48.84091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22546, 48.84091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22478, 48.84091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21456, 48.84093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21388, 48.84093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21319, 48.84094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21251, 48.84094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21183, 48.84094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21115, 48.84094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21047, 48.84094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.20979, 48.84094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43806, 48.84075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43738, 48.84075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4367, 48.84076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43602, 48.84076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43534, 48.84076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43466, 48.84076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43398, 48.84077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43329, 48.84077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43261, 48.84077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4183, 48.84082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41762, 48.84083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41694, 48.84083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41626, 48.84083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37537, 48.84097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37469, 48.84097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37401, 48.84098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37333, 48.84098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3706, 48.84099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36992, 48.84099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23568, 48.84134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.235, 48.84134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23432, 48.84134, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23364, 48.84135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23296, 48.84135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23228, 48.84135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23159, 48.84135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23091, 48.84135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23023, 48.84135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22955, 48.84135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22887, 48.84136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22819, 48.84136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22751, 48.84136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22682, 48.84136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22614, 48.84136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21456, 48.84138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21388, 48.84138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2132, 48.84139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21251, 48.84139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21183, 48.84139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21115, 48.84139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43875, 48.8412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43807, 48.8412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43739, 48.8412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43671, 48.84121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43602, 48.84121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43534, 48.84121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43466, 48.84121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43398, 48.84122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4333, 48.84122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41831, 48.84127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41763, 48.84128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41694, 48.84128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41626, 48.84128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37538, 48.84142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3747, 48.84142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37402, 48.84143, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37129, 48.84143, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37061, 48.84144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.36993, 48.84144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23705, 48.84179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23637, 48.84179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23568, 48.84179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.235, 48.84179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23432, 48.84179, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23364, 48.8418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23296, 48.8418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23228, 48.8418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2316, 48.8418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23091, 48.8418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23023, 48.8418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22955, 48.8418, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22887, 48.84181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22819, 48.84181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22751, 48.84181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21524, 48.84183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21456, 48.84183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21388, 48.84183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2132, 48.84184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21252, 48.84184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21183, 48.84184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43875, 48.84165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43807, 48.84165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43739, 48.84165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43671, 48.84166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43603, 48.84166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43535, 48.84166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43467, 48.84166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43398, 48.84167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41831, 48.84172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41763, 48.84173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41695, 48.84173, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37606, 48.84187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37538, 48.84187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3747, 48.84187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37402, 48.84188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37334, 48.84188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37266, 48.84188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37197, 48.84188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37129, 48.84188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37061, 48.84189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23841, 48.84224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23773, 48.84224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23705, 48.84224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23637, 48.84224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23569, 48.84224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23501, 48.84224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23432, 48.84224, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23364, 48.84225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23296, 48.84225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23228, 48.84225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2316, 48.84225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23092, 48.84225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23024, 48.84225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22955, 48.84225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22887, 48.84226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21524, 48.84228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21456, 48.84228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21388, 48.84228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2132, 48.84229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21252, 48.84229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43876, 48.8421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43808, 48.8421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43739, 48.8421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43671, 48.84211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.43603, 48.84211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41831, 48.84217, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41763, 48.84218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41695, 48.84218, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37675, 48.84232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37607, 48.84232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37538, 48.84232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3747, 48.84232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37402, 48.84233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37334, 48.84233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37266, 48.84233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37198, 48.84233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3713, 48.84233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37061, 48.84234, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23978, 48.84268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2391, 48.84268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23842, 48.84269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23773, 48.84269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23705, 48.84269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23637, 48.84269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23228, 48.8427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2316, 48.8427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23092, 48.8427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23024, 48.8427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22956, 48.8427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21797, 48.84273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21729, 48.84273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21661, 48.84273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21593, 48.84273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21525, 48.84273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21456, 48.84273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21388, 48.84273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2132, 48.84274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41832, 48.84262, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41764, 48.84263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41696, 48.84263, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37811, 48.84276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37743, 48.84276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37675, 48.84277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37607, 48.84277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37539, 48.84277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37471, 48.84277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37403, 48.84278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37334, 48.84278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37266, 48.84278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37198, 48.84278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3713, 48.84278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33995, 48.84288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33927, 48.84288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33859, 48.84288, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33791, 48.84289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24046, 48.84313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23978, 48.84313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2391, 48.84313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23842, 48.84314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23297, 48.84315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23228, 48.84315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2316, 48.84315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23092, 48.84315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2207, 48.84317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22002, 48.84317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21934, 48.84317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21865, 48.84317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21797, 48.84318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21729, 48.84318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21661, 48.84318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21593, 48.84318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21525, 48.84318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21457, 48.84318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41832, 48.84307, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41764, 48.84308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41696, 48.84308, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37948, 48.84321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3788, 48.84321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37812, 48.84321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37744, 48.84321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37675, 48.84322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37607, 48.84322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37539, 48.84322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37471, 48.84322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37403, 48.84323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37335, 48.84323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37267, 48.84323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.342, 48.84332, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34132, 48.84333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34064, 48.84333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33996, 48.84333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33927, 48.84333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33859, 48.84333, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33791, 48.84334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33723, 48.84334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24455, 48.84357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24387, 48.84357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24319, 48.84358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24251, 48.84358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24183, 48.84358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24115, 48.84358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24046, 48.84358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23978, 48.84358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23365, 48.8436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23297, 48.8436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23229, 48.8436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2316, 48.8436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22206, 48.84362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22138, 48.84362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2207, 48.84362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22002, 48.84362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21934, 48.84362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21866, 48.84362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21798, 48.84363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21729, 48.84363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21661, 48.84363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21593, 48.84363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21525, 48.84363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41764, 48.84353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41696, 48.84353, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38016, 48.84365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37948, 48.84366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3788, 48.84366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37812, 48.84366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37744, 48.84366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37676, 48.84367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37608, 48.84367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37539, 48.84367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37471, 48.84367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37403, 48.84368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34268, 48.84377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.342, 48.84377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34132, 48.84378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34064, 48.84378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33996, 48.84378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33928, 48.84378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3386, 48.84378, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33791, 48.84379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33723, 48.84379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24455, 48.84402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24387, 48.84402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24319, 48.84403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24251, 48.84403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24183, 48.84403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24115, 48.84403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24047, 48.84403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23433, 48.84404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23365, 48.84404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23297, 48.84405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23229, 48.84405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22275, 48.84407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22207, 48.84407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22138, 48.84407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2207, 48.84407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22002, 48.84407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21934, 48.84407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21866, 48.84407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21798, 48.84408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2173, 48.84408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21661, 48.84408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21593, 48.84408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38085, 48.8441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38017, 48.8441, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37949, 48.84411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37881, 48.84411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37812, 48.84411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37744, 48.84411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37676, 48.84412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37608, 48.84412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34337, 48.84422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34269, 48.84422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34201, 48.84422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34133, 48.84423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34064, 48.84423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33996, 48.84423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33928, 48.84423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3386, 48.84423, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33792, 48.84424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33724, 48.84424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24456, 48.84447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24388, 48.84447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24319, 48.84448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24251, 48.84448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24183, 48.84448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24115, 48.84448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23502, 48.84449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23433, 48.84449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23365, 48.84449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23297, 48.8445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22343, 48.84452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22275, 48.84452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22207, 48.84452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22139, 48.84452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22071, 48.84452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22002, 48.84452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21934, 48.84452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21866, 48.84452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21798, 48.84453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2173, 48.84453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21662, 48.84453, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38222, 48.84455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38153, 48.84455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38085, 48.84455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38017, 48.84455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37949, 48.84456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37881, 48.84456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37813, 48.84456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37745, 48.84456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34814, 48.84466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34746, 48.84466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34678, 48.84466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3461, 48.84466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34542, 48.84466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34474, 48.84467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34405, 48.84467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34337, 48.84467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34269, 48.84467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34201, 48.84467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34133, 48.84468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34065, 48.84468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33997, 48.84468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33928, 48.84468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3386, 48.84468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33792, 48.84469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33724, 48.84469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24456, 48.84492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24388, 48.84492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2432, 48.84492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24251, 48.84493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24183, 48.84493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23638, 48.84494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2357, 48.84494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23502, 48.84494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23434, 48.84494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23366, 48.84494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22411, 48.84496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22343, 48.84496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22275, 48.84497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22207, 48.84497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22139, 48.84497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22071, 48.84497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22003, 48.84497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21934, 48.84497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21866, 48.84497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21798, 48.84498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3829, 48.845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38222, 48.845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38154, 48.845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38086, 48.845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38018, 48.845, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37949, 48.84501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37881, 48.84501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.37813, 48.84501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34951, 48.8451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34883, 48.8451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34815, 48.84511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34746, 48.84511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34678, 48.84511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3461, 48.84511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34542, 48.84511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34474, 48.84512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34406, 48.84512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34338, 48.84512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34269, 48.84512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34201, 48.84512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34133, 48.84513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34065, 48.84513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33997, 48.84513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33929, 48.84513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33861, 48.84513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33792, 48.84514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24388, 48.84537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2432, 48.84537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24252, 48.84538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24184, 48.84538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23706, 48.84539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23638, 48.84539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2357, 48.84539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23502, 48.84539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2248, 48.84541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22412, 48.84541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22344, 48.84541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22275, 48.84542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22207, 48.84542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22139, 48.84542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22071, 48.84542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22003, 48.84542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21935, 48.84542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.21866, 48.84542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3829, 48.84545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38222, 48.84545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38154, 48.84545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38086, 48.84545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38018, 48.84545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3795, 48.84546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.35019, 48.84555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34951, 48.84555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34883, 48.84555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34815, 48.84556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34747, 48.84556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34679, 48.84556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3461, 48.84556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34542, 48.84556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34474, 48.84557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34406, 48.84557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34338, 48.84557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3427, 48.84557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34202, 48.84557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34133, 48.84558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34065, 48.84558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33997, 48.84558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33929, 48.84558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33861, 48.84558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2432, 48.84582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24252, 48.84583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24184, 48.84583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24116, 48.84583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23911, 48.84583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23843, 48.84583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23775, 48.84584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23707, 48.84584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23639, 48.84584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2357, 48.84584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22548, 48.84586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2248, 48.84586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22412, 48.84586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22344, 48.84586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22276, 48.84587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22207, 48.84587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22139, 48.84587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22071, 48.84587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22003, 48.84587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38291, 48.84589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38223, 48.8459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38154, 48.8459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.38086, 48.8459, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3502, 48.846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34952, 48.846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34883, 48.846, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34815, 48.84601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34747, 48.84601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34679, 48.84601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34611, 48.84601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34543, 48.84601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34474, 48.84602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34406, 48.84602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34338, 48.84602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3427, 48.84602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34202, 48.84602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34134, 48.84603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34066, 48.84603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.33997, 48.84603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24184, 48.84628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24116, 48.84628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24048, 48.84628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2398, 48.84628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23911, 48.84628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23843, 48.84628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23775, 48.84629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23707, 48.84629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22753, 48.84631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22685, 48.84631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22617, 48.84631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22548, 48.84631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2248, 48.84631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22412, 48.84631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22344, 48.84631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22276, 48.84632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22208, 48.84632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22139, 48.84632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3502, 48.84645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34952, 48.84645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34884, 48.84645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34816, 48.84645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34747, 48.84646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34679, 48.84646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34611, 48.84646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34543, 48.84646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34475, 48.84647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34407, 48.84647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34338, 48.84647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3427, 48.84647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34202, 48.84647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34134, 48.84648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34066, 48.84648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22821, 48.84675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22753, 48.84676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22685, 48.84676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22617, 48.84676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22549, 48.84676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2248, 48.84676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22412, 48.84676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22344, 48.84676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22276, 48.84677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22208, 48.84677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3502, 48.8469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34952, 48.8469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34884, 48.8469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34816, 48.8469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34748, 48.84691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3468, 48.84691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34611, 48.84691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34543, 48.84691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34475, 48.84691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22958, 48.8472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2289, 48.8472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22821, 48.8472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22753, 48.84721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22685, 48.84721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22617, 48.84721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22549, 48.84721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22481, 48.84721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22412, 48.84721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22344, 48.84721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22276, 48.84722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34952, 48.84735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34884, 48.84735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34816, 48.84735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34748, 48.84736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3468, 48.84736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34612, 48.84736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34544, 48.84736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23094, 48.84765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23026, 48.84765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22958, 48.84765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2289, 48.84765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22822, 48.84765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22753, 48.84766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22685, 48.84766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22617, 48.84766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22549, 48.84766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22481, 48.84766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22413, 48.84766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34953, 48.8478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34885, 48.8478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34816, 48.8478, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34748, 48.84781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3468, 48.84781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34612, 48.84781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23163, 48.8481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23094, 48.8481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23026, 48.8481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22958, 48.8481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2289, 48.8481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22822, 48.8481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22754, 48.84811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22685, 48.84811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22617, 48.84811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22549, 48.84811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22481, 48.84811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34885, 48.84825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34817, 48.84825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.34749, 48.84826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23299, 48.84854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23231, 48.84855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23163, 48.84855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23095, 48.84855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23026, 48.84855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22958, 48.84855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2289, 48.84855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22822, 48.84855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22754, 48.84856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22686, 48.84856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22618, 48.84856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22549, 48.84856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23367, 48.84899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23299, 48.84899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23231, 48.849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23163, 48.849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23095, 48.849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23027, 48.849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22958, 48.849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2289, 48.849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22822, 48.849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22754, 48.849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22686, 48.84901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22618, 48.84901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23436, 48.84944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23368, 48.84944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23299, 48.84944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23231, 48.84945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23163, 48.84945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23095, 48.84945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23027, 48.84945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22959, 48.84945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22891, 48.84945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22822, 48.84945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22754, 48.84945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23504, 48.84989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23436, 48.84989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23368, 48.84989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.233, 48.84989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23232, 48.84989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23163, 48.8499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23095, 48.8499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23027, 48.8499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22959, 48.8499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22891, 48.8499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22823, 48.8499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23504, 48.85034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23436, 48.85034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23368, 48.85034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.233, 48.85034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23232, 48.85034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23164, 48.85035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23095, 48.85035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23027, 48.85035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22959, 48.85035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.22891, 48.85035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23573, 48.85079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23505, 48.85079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23436, 48.85079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23368, 48.85079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.233, 48.85079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23232, 48.85079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23164, 48.8508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23096, 48.8508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23027, 48.8508, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23573, 48.85124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23505, 48.85124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23437, 48.85124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23368, 48.85124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.233, 48.85124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23232, 48.85124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23164, 48.85125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23505, 48.85169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23437, 48.85169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26578, 48.86377, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26647, 48.86421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26579, 48.86422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26511, 48.86422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26442, 48.86422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26783, 48.86466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26715, 48.86466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26647, 48.86466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26579, 48.86467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26511, 48.86467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26443, 48.86467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26852, 48.86511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26784, 48.86511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26716, 48.86511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26647, 48.86511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26579, 48.86512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26511, 48.86512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26988, 48.86556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2692, 48.86556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26852, 48.86556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26784, 48.86556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26716, 48.86556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26648, 48.86556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26579, 48.86557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27057, 48.866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26989, 48.86601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26921, 48.86601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26852, 48.86601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26784, 48.86601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26716, 48.86601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26648, 48.86601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27193, 48.86645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27125, 48.86645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27057, 48.86645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26989, 48.86646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26921, 48.86646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26853, 48.86646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26784, 48.86646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26716, 48.86646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27398, 48.8669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2733, 48.8669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27262, 48.8669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27194, 48.8669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27126, 48.8669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27057, 48.8669, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26989, 48.86691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26921, 48.86691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26853, 48.86691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27535, 48.86734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27467, 48.86734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27399, 48.86735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2733, 48.86735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27262, 48.86735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27194, 48.86735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27126, 48.86735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27058, 48.86735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26989, 48.86736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26921, 48.86736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27603, 48.86779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27535, 48.86779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27467, 48.86779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27399, 48.8678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27331, 48.8678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27262, 48.8678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27194, 48.8678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27126, 48.8678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27058, 48.8678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2699, 48.8678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27604, 48.86824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27535, 48.86824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27467, 48.86824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27399, 48.86824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27331, 48.86825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27263, 48.86825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27194, 48.86825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27126, 48.86825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27604, 48.86869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27536, 48.86869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27467, 48.86869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27399, 48.86869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27331, 48.8687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27263, 48.8687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27672, 48.86914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27604, 48.86914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27536, 48.86914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27468, 48.86914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27399, 48.86914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27672, 48.86959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27604, 48.86959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27536, 48.86959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27468, 48.86959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27741, 48.87004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27673, 48.87004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27605, 48.87004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27536, 48.87004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27809, 48.87048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27741, 48.87049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27673, 48.87049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27605, 48.87049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46151, 48.87035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46082, 48.87035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46014, 48.87035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27946, 48.87093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27878, 48.87093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2781, 48.87093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27741, 48.87094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27673, 48.87094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46287, 48.87079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46219, 48.87079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46151, 48.8708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46083, 48.8708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46015, 48.8708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28014, 48.87138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27946, 48.87138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27878, 48.87138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2781, 48.87138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27742, 48.87139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46356, 48.87124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46288, 48.87124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4622, 48.87124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46151, 48.87125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46083, 48.87125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46015, 48.87125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28151, 48.87183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28083, 48.87183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28015, 48.87183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27946, 48.87183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27878, 48.87183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2781, 48.87183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27742, 48.87184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46424, 48.87168, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46356, 48.87169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46288, 48.87169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4622, 48.87169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46152, 48.8717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46084, 48.8717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46015, 48.8717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28219, 48.87227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28151, 48.87227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28083, 48.87228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28015, 48.87228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27947, 48.87228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27879, 48.87228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2781, 48.87228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46493, 48.87213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46425, 48.87213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46357, 48.87214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46289, 48.87214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4622, 48.87214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46152, 48.87214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46084, 48.87215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46016, 48.87215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28288, 48.87272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2822, 48.87272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28152, 48.87272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28083, 48.87273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28015, 48.87273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27947, 48.87273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27879, 48.87273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4663, 48.87258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46562, 48.87258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46493, 48.87258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46425, 48.87258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46357, 48.87259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46289, 48.87259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46221, 48.87259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46153, 48.87259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46084, 48.8726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28288, 48.87317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2822, 48.87317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28152, 48.87317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28084, 48.87318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28015, 48.87318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27947, 48.87318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46698, 48.87302, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4663, 48.87303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46562, 48.87303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46494, 48.87303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46426, 48.87303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46358, 48.87304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46289, 48.87304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46221, 48.87304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46153, 48.87304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46085, 48.87305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28357, 48.87362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28288, 48.87362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2822, 48.87362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28152, 48.87362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28084, 48.87363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28016, 48.87363, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46767, 48.87347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46699, 48.87347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46631, 48.87347, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46563, 48.87348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46494, 48.87348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46426, 48.87348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46358, 48.87349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4629, 48.87349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46222, 48.87349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28357, 48.87407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28289, 48.87407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2822, 48.87407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28152, 48.87407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28084, 48.87408, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46836, 48.87392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46767, 48.87392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46699, 48.87392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46631, 48.87392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46563, 48.87393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46495, 48.87393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46427, 48.87393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46358, 48.87394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28425, 48.87452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28357, 48.87452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28289, 48.87452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28221, 48.87452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28153, 48.87452, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46904, 48.87436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46836, 48.87437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46768, 48.87437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.467, 48.87437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46632, 48.87437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46563, 48.87438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46495, 48.87438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29244, 48.87495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29176, 48.87495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29107, 48.87495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29039, 48.87495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28971, 48.87495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28903, 48.87496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28835, 48.87496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28766, 48.87496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28698, 48.87496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2863, 48.87496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28562, 48.87496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28494, 48.87497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28426, 48.87497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28357, 48.87497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28289, 48.87497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28221, 48.87497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28153, 48.87497, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27744, 48.87498, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27675, 48.87499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46905, 48.87481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46837, 48.87482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46768, 48.87482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.467, 48.87482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46632, 48.87482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46564, 48.87483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29244, 48.8754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29176, 48.8754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29108, 48.8754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29039, 48.8754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28971, 48.8754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28903, 48.8754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28835, 48.87541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28767, 48.87541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28699, 48.87541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2863, 48.87541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28562, 48.87541, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28494, 48.87542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28426, 48.87542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28358, 48.87542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28289, 48.87542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28221, 48.87542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28153, 48.87542, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28085, 48.87543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27948, 48.87543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2788, 48.87543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27812, 48.87543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27744, 48.87543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27676, 48.87544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46973, 48.87526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46905, 48.87526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46837, 48.87527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46769, 48.87527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46701, 48.87527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29108, 48.87585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2904, 48.87585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28972, 48.87585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28903, 48.87585, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28835, 48.87586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28767, 48.87586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28699, 48.87586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28631, 48.87586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28562, 48.87586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28494, 48.87586, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28426, 48.87587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28358, 48.87587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2829, 48.87587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28221, 48.87587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28153, 48.87587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28085, 48.87587, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28017, 48.87588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27949, 48.87588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27881, 48.87588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27812, 48.87588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27744, 48.87588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27676, 48.87588, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46974, 48.87571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46906, 48.87571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46837, 48.87572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46769, 48.87572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2904, 48.8763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28972, 48.8763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28904, 48.8763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28835, 48.87631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28767, 48.87631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28699, 48.87631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28631, 48.87631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28563, 48.87631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28494, 48.87631, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28426, 48.87632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28358, 48.87632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2829, 48.87632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28222, 48.87632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28154, 48.87632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28085, 48.87632, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28017, 48.87633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27949, 48.87633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27881, 48.87633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27813, 48.87633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27744, 48.87633, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.46906, 48.87616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28972, 48.87675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28904, 48.87675, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28836, 48.87676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28767, 48.87676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28699, 48.87676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28631, 48.87676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28563, 48.87676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28495, 48.87676, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28427, 48.87677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28358, 48.87677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2829, 48.87677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28222, 48.87677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28154, 48.87677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28086, 48.87677, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28017, 48.87678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27949, 48.87678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27881, 48.87678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27813, 48.87678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27745, 48.87678, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28904, 48.8772, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28836, 48.87721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28768, 48.87721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.287, 48.87721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28631, 48.87721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28563, 48.87721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28495, 48.87721, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28427, 48.87722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28359, 48.87722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2829, 48.87722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28222, 48.87722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28154, 48.87722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28086, 48.87722, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28018, 48.87723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27949, 48.87723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27881, 48.87723, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28904, 48.87765, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28836, 48.87766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28768, 48.87766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.287, 48.87766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28632, 48.87766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28563, 48.87766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28495, 48.87766, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28427, 48.87767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28359, 48.87767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28291, 48.87767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28222, 48.87767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28154, 48.87767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28086, 48.87767, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28018, 48.87768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2795, 48.87768, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28905, 48.8781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28836, 48.87811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28768, 48.87811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.287, 48.87811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28632, 48.87811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28564, 48.87811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28495, 48.87811, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28427, 48.87812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28359, 48.87812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28291, 48.87812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28223, 48.87812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28155, 48.87812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28086, 48.87812, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28018, 48.87813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28905, 48.87855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28837, 48.87856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28769, 48.87856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.287, 48.87856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28632, 48.87856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28564, 48.87856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28496, 48.87856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28428, 48.87857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28359, 48.87857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28291, 48.87857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28223, 48.87857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28155, 48.87857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28087, 48.87857, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28905, 48.879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28837, 48.879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28769, 48.87901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28701, 48.87901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28632, 48.87901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28564, 48.87901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28496, 48.87901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28428, 48.87902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2836, 48.87902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28291, 48.87902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28223, 48.87902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28155, 48.87902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28087, 48.87902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28974, 48.87945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28905, 48.87945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28837, 48.87945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28769, 48.87946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28701, 48.87946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28633, 48.87946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28564, 48.87946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28496, 48.87946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28428, 48.87946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2836, 48.87947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28292, 48.87947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28223, 48.87947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28155, 48.87947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28087, 48.87947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28019, 48.87947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28974, 48.8799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28906, 48.8799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28837, 48.8799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28769, 48.87991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28701, 48.87991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28633, 48.87991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28565, 48.87991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28497, 48.87991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28428, 48.87991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2836, 48.87992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28292, 48.87992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28224, 48.87992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28156, 48.87992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28087, 48.87992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28019, 48.87992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28633, 48.88036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28565, 48.88036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28497, 48.88036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28429, 48.88036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2836, 48.88037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28292, 48.88037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28224, 48.88037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28156, 48.88037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28088, 48.88037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28019, 48.88037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27951, 48.88038, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28292, 48.88082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28224, 48.88082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28156, 48.88082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28088, 48.88082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2802, 48.88082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27951, 48.88083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27883, 48.88083, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28293, 48.88127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28224, 48.88127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28156, 48.88127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28088, 48.88127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2802, 48.88127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27952, 48.88128, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28225, 48.88172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28157, 48.88172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28088, 48.88172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40576, 48.89035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40507, 48.89035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40781, 48.89079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40712, 48.89079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40644, 48.89079, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40576, 48.8908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40508, 48.8908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4044, 48.8908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40849, 48.89124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40781, 48.89124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40713, 48.89124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40645, 48.89124, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40576, 48.89125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40508, 48.89125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4044, 48.89125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4085, 48.89169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40781, 48.89169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40713, 48.89169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40645, 48.89169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40577, 48.8917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40509, 48.8917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4044, 48.8917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40918, 48.89213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4085, 48.89214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40782, 48.89214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40714, 48.89214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40645, 48.89214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40577, 48.89215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40509, 48.89215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40987, 48.89258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40919, 48.89258, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4085, 48.89259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40782, 48.89259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40714, 48.89259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40646, 48.89259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40577, 48.8926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40509, 48.8926, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41055, 48.89303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40987, 48.89303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40919, 48.89303, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40851, 48.89304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40782, 48.89304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40714, 48.89304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40646, 48.89304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40578, 48.89304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41124, 48.89348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41056, 48.89348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40987, 48.89348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40919, 48.89348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40851, 48.89348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40783, 48.89349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40715, 48.89349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41192, 48.89392, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41124, 48.89393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41056, 48.89393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40988, 48.89393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4092, 48.89393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40851, 48.89393, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40783, 48.89394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41261, 48.89437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41193, 48.89437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41125, 48.89437, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41056, 48.89438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40988, 48.89438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4092, 48.89438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40852, 48.89438, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41398, 48.89481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4133, 48.89482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41261, 48.89482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41193, 48.89482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41125, 48.89482, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41057, 48.89483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.40989, 48.89483, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41466, 48.89526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41398, 48.89526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4133, 48.89527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41262, 48.89527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41194, 48.89527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41125, 48.89527, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41057, 48.89528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41603, 48.89571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41535, 48.89571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41467, 48.89571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41399, 48.89571, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4133, 48.89572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41262, 48.89572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41194, 48.89572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41126, 48.89572, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41672, 48.89615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41604, 48.89616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41535, 48.89616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41467, 48.89616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41399, 48.89616, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41331, 48.89617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41263, 48.89617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41194, 48.89617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41126, 48.89617, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41809, 48.8966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4174, 48.8966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41672, 48.8966, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41604, 48.89661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41536, 48.89661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41468, 48.89661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41399, 48.89661, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41331, 48.89662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41263, 48.89662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41195, 48.89662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41126, 48.89662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41877, 48.89705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41809, 48.89705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41741, 48.89705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41673, 48.89705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41604, 48.89706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41536, 48.89706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41468, 48.89706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.414, 48.89706, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41332, 48.89707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41263, 48.89707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41195, 48.89707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41127, 48.89707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41946, 48.89749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41878, 48.8975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41809, 48.8975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41741, 48.8975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41673, 48.8975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41605, 48.89751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41537, 48.89751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41468, 48.89751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.414, 48.89751, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41332, 48.89752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41264, 48.89752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41195, 48.89752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41127, 48.89752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41946, 48.89794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41878, 48.89795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4181, 48.89795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41742, 48.89795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41673, 48.89795, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41605, 48.89796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41537, 48.89796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41469, 48.89796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.414, 48.89796, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41332, 48.89797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41264, 48.89797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41196, 48.89797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41128, 48.89797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41947, 48.89839, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41878, 48.8984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4181, 48.8984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41742, 48.8984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41674, 48.8984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41605, 48.89841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41537, 48.89841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41469, 48.89841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41401, 48.89841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41333, 48.89842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41264, 48.89842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41196, 48.89842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41128, 48.89842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41947, 48.89884, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41879, 48.89885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41811, 48.89885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41742, 48.89885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41674, 48.89885, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41606, 48.89886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41538, 48.89886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41469, 48.89886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41401, 48.89886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41333, 48.89887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41265, 48.89887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41197, 48.89887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41879, 48.8993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41811, 48.8993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41743, 48.8993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41674, 48.8993, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41606, 48.89931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41538, 48.89931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4147, 48.89931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41402, 48.89931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41333, 48.89932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41743, 48.89975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41675, 48.89975, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41607, 48.89976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.41538, 48.89976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.4147, 48.89976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53308, 48.93256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53239, 48.93256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53376, 48.933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53308, 48.93301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5324, 48.93301, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53377, 48.93345, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53309, 48.93346, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53377, 48.9339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53309, 48.93391, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53446, 48.93435, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53378, 48.93435, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5331, 48.93436, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53515, 48.9348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53447, 48.9348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53378, 48.9348, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5331, 48.93481, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53584, 48.93524, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53515, 48.93525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53447, 48.93525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53379, 48.93525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53311, 48.93526, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53652, 48.93569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53584, 48.93569, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53516, 48.9357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53448, 48.9357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53379, 48.9357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53858, 48.93613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53789, 48.93613, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53721, 48.93614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53653, 48.93614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53585, 48.93614, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53516, 48.93615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53448, 48.93615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5338, 48.93615, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53926, 48.93658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53858, 48.93658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5379, 48.93658, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53722, 48.93659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53653, 48.93659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53585, 48.93659, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53517, 48.9366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53449, 48.9366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53995, 48.93702, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53927, 48.93703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53859, 48.93703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5379, 48.93703, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53722, 48.93704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53654, 48.93704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53586, 48.93704, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53517, 48.93705, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53996, 48.93747, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53927, 48.93748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53859, 48.93748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53791, 48.93748, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53723, 48.93749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53654, 48.93749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53586, 48.93749, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53996, 48.93792, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53928, 48.93793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5386, 48.93793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53791, 48.93793, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53723, 48.93794, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53997, 48.93837, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53928, 48.93838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5386, 48.93838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53792, 48.93838, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50721, 48.93987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50653, 48.93987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50584, 48.93988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50858, 48.94032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5079, 48.94032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50721, 48.94032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50653, 48.94032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51063, 48.94076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50995, 48.94076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50927, 48.94076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50858, 48.94076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5079, 48.94077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50722, 48.94077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50654, 48.94077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.512, 48.9412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51132, 48.9412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51064, 48.94121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50995, 48.94121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50927, 48.94121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50859, 48.94121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50791, 48.94122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50722, 48.94122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50654, 48.94122, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51201, 48.94165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51132, 48.94165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51064, 48.94166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50996, 48.94166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50928, 48.94166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50859, 48.94166, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50791, 48.94167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50723, 48.94167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50654, 48.94167, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.51065, 48.94211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50996, 48.94211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50928, 48.94211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5086, 48.94211, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50791, 48.94212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50723, 48.94212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50655, 48.94212, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50587, 48.94213, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50928, 48.94256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5086, 48.94256, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.50792, 48.94257, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5329, 48.97979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53427, 48.98023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53359, 48.98023, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5329, 48.98024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53222, 48.98024, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53496, 48.98068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53427, 48.98068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53359, 48.98068, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53291, 48.98069, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53564, 48.98112, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53496, 48.98113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53428, 48.98113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53359, 48.98113, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53291, 48.98114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53565, 48.98157, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53497, 48.98158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53428, 48.98158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5336, 48.98158, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53634, 48.98202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53565, 48.98202, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53497, 48.98203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53429, 48.98203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5336, 48.98203, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53634, 48.98247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53566, 48.98247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53498, 48.98248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53429, 48.98248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53703, 48.98292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53635, 48.98292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53566, 48.98292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53498, 48.98293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5343, 48.98293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53772, 48.98336, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53704, 48.98337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53635, 48.98337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53567, 48.98337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53499, 48.98338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53909, 48.98381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53841, 48.98381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53772, 48.98381, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53704, 48.98382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53636, 48.98382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53567, 48.98382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54046, 48.98425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53978, 48.98425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5391, 48.98426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53841, 48.98426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53773, 48.98426, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53705, 48.98427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53636, 48.98427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53568, 48.98427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54183, 48.98469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54115, 48.9847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54047, 48.9847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53978, 48.9847, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5391, 48.98471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53842, 48.98471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53773, 48.98471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53705, 48.98471, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53637, 48.98472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54252, 48.98514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54184, 48.98514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54115, 48.98515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54047, 48.98515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53979, 48.98515, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5391, 48.98516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53842, 48.98516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53774, 48.98516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53705, 48.98516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64571, 48.98506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64503, 48.98506, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64435, 48.98507, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54321, 48.98559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54253, 48.98559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54184, 48.98559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54116, 48.9856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54048, 48.9856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53979, 48.9856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53911, 48.9856, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53843, 48.98561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53774, 48.98561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53706, 48.98561, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6464, 48.9855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64572, 48.98551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64504, 48.98551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64435, 48.98551, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64367, 48.98552, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63615, 48.98556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63547, 48.98556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54321, 48.98604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54253, 48.98604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54185, 48.98604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54116, 48.98604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54048, 48.98605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5398, 48.98605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53911, 48.98605, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53843, 48.98606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53775, 48.98606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64778, 48.98595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64709, 48.98595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64641, 48.98595, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64573, 48.98596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64504, 48.98596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64436, 48.98596, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64368, 48.98597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64299, 48.98597, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63753, 48.986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63684, 48.98601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63616, 48.98601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63547, 48.98601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5439, 48.98648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54322, 48.98649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54254, 48.98649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54185, 48.98649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54117, 48.98649, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54049, 48.9865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5398, 48.9865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53912, 48.9865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53844, 48.98651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64846, 48.98639, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64778, 48.9864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6471, 48.9864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64641, 48.9864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64573, 48.98641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64505, 48.98641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64436, 48.98641, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64368, 48.98642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.643, 48.98642, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63821, 48.98645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63753, 48.98645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63685, 48.98646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63616, 48.98646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63548, 48.98646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54459, 48.98693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54391, 48.98693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54322, 48.98693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54254, 48.98694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54186, 48.98694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54117, 48.98694, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54049, 48.98695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53981, 48.98695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53912, 48.98695, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53844, 48.98696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64915, 48.98684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64847, 48.98684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64779, 48.98684, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6471, 48.98685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64642, 48.98685, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64574, 48.98686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64505, 48.98686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64437, 48.98686, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64369, 48.98687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.643, 48.98687, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64232, 48.98688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63959, 48.98689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6389, 48.98689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63822, 48.9869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63754, 48.9869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63685, 48.98691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63617, 48.98691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63549, 48.98691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54528, 48.98737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5446, 48.98738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54391, 48.98738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54323, 48.98738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54255, 48.98739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54186, 48.98739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54118, 48.98739, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5405, 48.9874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53981, 48.9874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53913, 48.9874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64916, 48.98729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64848, 48.98729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64779, 48.98729, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64711, 48.9873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64643, 48.9873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64574, 48.98731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64506, 48.98731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64438, 48.98731, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64369, 48.98732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64301, 48.98732, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64233, 48.98733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64164, 48.98733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64096, 48.98733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64028, 48.98734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63959, 48.98734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63891, 48.98734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63823, 48.98735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63754, 48.98735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63686, 48.98736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63618, 48.98736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54597, 48.98782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54528, 48.98782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5446, 48.98783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54392, 48.98783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54323, 48.98783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54255, 48.98784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54187, 48.98784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54118, 48.98784, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5405, 48.98785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53982, 48.98785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53913, 48.98785, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64985, 48.98773, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64917, 48.98774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64848, 48.98774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6478, 48.98774, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64712, 48.98775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64643, 48.98775, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64575, 48.98776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64507, 48.98776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64438, 48.98776, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6437, 48.98777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64302, 48.98777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64233, 48.98777, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64165, 48.98778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64096, 48.98778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64028, 48.98779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6396, 48.98779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63891, 48.98779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63823, 48.9878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63755, 48.9878, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63686, 48.98781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54666, 48.98827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54597, 48.98827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54529, 48.98827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54461, 48.98828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54392, 48.98828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54324, 48.98828, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54256, 48.98829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54187, 48.98829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54119, 48.98829, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54051, 48.9883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53982, 48.9883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53914, 48.9883, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64985, 48.98818, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64917, 48.98819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64849, 48.98819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6478, 48.98819, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64712, 48.9882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64644, 48.9882, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64575, 48.98821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64507, 48.98821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64439, 48.98821, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6437, 48.98822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64302, 48.98822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64234, 48.98822, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64165, 48.98823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64097, 48.98823, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64029, 48.98824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6396, 48.98824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63892, 48.98824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63824, 48.98825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63755, 48.98825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54734, 48.98871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54666, 48.98872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54598, 48.98872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54529, 48.98872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54461, 48.98873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54393, 48.98873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54324, 48.98873, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54256, 48.98874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54188, 48.98874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54119, 48.98874, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54051, 48.98875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53983, 48.98875, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64986, 48.98863, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64918, 48.98864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64849, 48.98864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64781, 48.98864, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64713, 48.98865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64644, 48.98865, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64576, 48.98866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64508, 48.98866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64439, 48.98866, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64371, 48.98867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64303, 48.98867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64234, 48.98867, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64166, 48.98868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64098, 48.98868, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64029, 48.98869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63961, 48.98869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63893, 48.98869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63824, 48.9887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54803, 48.98916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54735, 48.98916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54667, 48.98917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54598, 48.98917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5453, 48.98917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54462, 48.98918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54393, 48.98918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54325, 48.98918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54257, 48.98919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54188, 48.98919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5412, 48.98919, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54052, 48.9892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53983, 48.9892, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64987, 48.98908, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64918, 48.98909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6485, 48.98909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64782, 48.98909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64713, 48.9891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64645, 48.9891, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64577, 48.98911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64508, 48.98911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6444, 48.98911, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64372, 48.98912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64303, 48.98912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64235, 48.98912, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64167, 48.98913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64098, 48.98913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6403, 48.98914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.63962, 48.98914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54804, 48.98961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54735, 48.98961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54667, 48.98962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54599, 48.98962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5453, 48.98962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54462, 48.98963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54394, 48.98963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54325, 48.98963, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54257, 48.98964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54189, 48.98964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5412, 48.98964, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54052, 48.98965, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64987, 48.98953, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64919, 48.98954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64851, 48.98954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64782, 48.98954, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64714, 48.98955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64646, 48.98955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64577, 48.98955, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64509, 48.98956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64441, 48.98956, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64372, 48.98957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64304, 48.98957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64235, 48.98957, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64167, 48.98958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64099, 48.98958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6403, 48.98959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54873, 48.99006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54804, 48.99006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54736, 48.99006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54668, 48.99007, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54599, 48.99007, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54531, 48.99007, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54463, 48.99008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54394, 48.99008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54326, 48.99008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54258, 48.99009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54189, 48.99009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54121, 48.99009, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54053, 48.9901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64988, 48.98998, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64919, 48.98999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64851, 48.98999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64783, 48.98999, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64714, 48.99, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64646, 48.99, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64578, 48.99, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64509, 48.99001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64441, 48.99001, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64373, 48.99002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64304, 48.99002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64236, 48.99002, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64168, 48.99003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64099, 48.99003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54873, 48.99051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54805, 48.99051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54736, 48.99051, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54668, 48.99052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.546, 48.99052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54531, 48.99052, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54463, 48.99053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54395, 48.99053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54326, 48.99053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54258, 48.99054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5419, 48.99054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54121, 48.99054, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64988, 48.99043, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6492, 48.99044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64852, 48.99044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64783, 48.99044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64715, 48.99045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64647, 48.99045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64578, 48.99045, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6451, 48.99046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64442, 48.99046, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64373, 48.99047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64305, 48.99047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64237, 48.99047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64168, 48.99048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54942, 48.99095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54874, 48.99096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54805, 48.99096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54737, 48.99096, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54669, 48.99097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.546, 48.99097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54532, 48.99097, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54464, 48.99098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54395, 48.99098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54327, 48.99098, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54259, 48.99099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5419, 48.99099, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64989, 48.99088, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64921, 48.99089, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64716, 48.9909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64647, 48.9909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64579, 48.9909, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64511, 48.99091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64442, 48.99091, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64374, 48.99092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64306, 48.99092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64237, 48.99092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54942, 48.9914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54874, 48.99141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54806, 48.99141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54737, 48.99141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54669, 48.99142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54601, 48.99142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54532, 48.99142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54464, 48.99143, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54396, 48.99143, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54327, 48.99143, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54259, 48.99144, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6499, 48.99133, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64648, 48.99135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6458, 48.99135, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64511, 48.99136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64443, 48.99136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64374, 48.99137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64306, 48.99137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64238, 48.99137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54943, 48.99185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54875, 48.99186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54806, 48.99186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54738, 48.99186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5467, 48.99187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54601, 48.99187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54533, 48.99187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54465, 48.99188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54396, 48.99188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54328, 48.99188, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54259, 48.99189, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6499, 48.99178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64648, 48.9918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6458, 48.9918, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64512, 48.99181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64443, 48.99181, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64375, 48.99182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64307, 48.99182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64238, 48.99182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55012, 48.9923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54943, 48.9923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54875, 48.99231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54807, 48.99231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54738, 48.99231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5467, 48.99232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54602, 48.99232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54533, 48.99232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54465, 48.99233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54397, 48.99233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54328, 48.99233, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64717, 48.99225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64649, 48.99225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64581, 48.99225, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64512, 48.99226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64444, 48.99226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64376, 48.99226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64307, 48.99227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54944, 48.99275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54876, 48.99276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54807, 48.99276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54739, 48.99276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54671, 48.99277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54602, 48.99277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54534, 48.99277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54466, 48.99278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54397, 48.99278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54329, 48.99278, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6506, 48.99268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64786, 48.99269, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64718, 48.9927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6465, 48.9927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64581, 48.9927, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64513, 48.99271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64445, 48.99271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64376, 48.99271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54739, 48.99321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54671, 48.99322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54603, 48.99322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54534, 48.99322, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54466, 48.99323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54398, 48.99323, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6506, 48.99313, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64855, 48.99314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64787, 48.99314, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64719, 48.99315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6465, 48.99315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64582, 48.99315, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64513, 48.99316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64445, 48.99316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54672, 48.99367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54603, 48.99367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54535, 48.99367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54466, 48.99367, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54398, 48.99368, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65061, 48.99358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64992, 48.99358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64924, 48.99358, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64856, 48.99359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64787, 48.99359, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64719, 48.9936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64651, 48.9936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64582, 48.9936, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64514, 48.99361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54672, 48.99411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54604, 48.99412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54535, 48.99412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54467, 48.99412, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6513, 48.99402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65061, 48.99403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64993, 48.99403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64925, 48.99403, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64856, 48.99404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64788, 48.99404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6472, 48.99404, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64651, 48.99405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64583, 48.99405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54673, 48.99456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54604, 48.99457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54536, 48.99457, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6513, 48.99447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65062, 48.99448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64994, 48.99448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64925, 48.99448, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64857, 48.99449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64789, 48.99449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6472, 48.99449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64652, 48.9945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54673, 48.99501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54605, 48.99502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.54536, 48.99502, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65131, 48.99492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65063, 48.99493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64994, 48.99493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64926, 48.99493, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64858, 48.99494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64789, 48.99494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64721, 48.99494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64653, 48.99495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65132, 48.99537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65063, 48.99537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64995, 48.99538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64926, 48.99538, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64858, 48.99539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6479, 48.99539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64721, 48.99539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65064, 48.99582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64995, 48.99583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64927, 48.99583, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64859, 48.99584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6479, 48.99584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64722, 48.99584, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.65064, 48.99627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64996, 48.99628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64928, 48.99628, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64859, 48.99629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64791, 48.99629, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64997, 48.99673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.64928, 48.99673, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6486, 48.99674, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55703, 48.99901, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55634, 48.99902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55566, 48.99902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55498, 48.99902, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55772, 48.99946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55703, 48.99946, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55635, 48.99947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55567, 48.99947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55498, 48.99947, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5584, 48.99991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55772, 48.99991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55704, 48.99991, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55635, 48.99992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55567, 48.99992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55499, 48.99992, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55841, 49.00036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55773, 49.00036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55704, 49.00036, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55636, 49.00037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55568, 49.00037, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5591, 49.0008, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55841, 49.00081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55773, 49.00081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55705, 49.00081, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55636, 49.00082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55568, 49.00082, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55979, 49.00125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5591, 49.00125, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55842, 49.00126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55774, 49.00126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55705, 49.00126, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55637, 49.00127, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55979, 49.0017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55911, 49.0017, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55842, 49.00171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55774, 49.00171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55706, 49.00171, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55637, 49.00172, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56048, 49.00214, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5598, 49.00215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55911, 49.00215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55843, 49.00215, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55775, 49.00216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55706, 49.00216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55638, 49.00216, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56049, 49.00259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5598, 49.0026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55912, 49.0026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55843, 49.0026, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55775, 49.00261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55707, 49.00261, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56117, 49.00304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56049, 49.00304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55981, 49.00305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55912, 49.00305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55844, 49.00305, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55776, 49.00306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55707, 49.00306, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56118, 49.00349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5605, 49.00349, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55981, 49.0035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55913, 49.0035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55845, 49.0035, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55776, 49.00351, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56118, 49.00394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5605, 49.00394, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55982, 49.00395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55913, 49.00395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55845, 49.00395, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56187, 49.00439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56119, 49.00439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56051, 49.00439, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55982, 49.0044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55914, 49.0044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55846, 49.0044, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56188, 49.00484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56119, 49.00484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56051, 49.00484, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55983, 49.00485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55914, 49.00485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56257, 49.00528, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56188, 49.00529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5612, 49.00529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56052, 49.00529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.55983, 49.0053, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56326, 49.00573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56257, 49.00573, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56189, 49.00574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5612, 49.00574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56052, 49.00574, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56394, 49.00618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56326, 49.00618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56258, 49.00618, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56189, 49.00619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56121, 49.00619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56053, 49.00619, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56463, 49.00662, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56395, 49.00663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56327, 49.00663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56258, 49.00663, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5619, 49.00664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56121, 49.00664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56053, 49.00664, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56464, 49.00707, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56395, 49.00708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56327, 49.00708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56259, 49.00708, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5619, 49.00709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56122, 49.00709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56054, 49.00709, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56533, 49.00752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56464, 49.00752, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56396, 49.00753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56328, 49.00753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56259, 49.00753, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56191, 49.00754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56122, 49.00754, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56533, 49.00797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56465, 49.00797, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56396, 49.00798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56328, 49.00798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5626, 49.00798, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56191, 49.00799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56123, 49.00799, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56602, 49.00841, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56534, 49.00842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56465, 49.00842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56397, 49.00842, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56329, 49.00843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5626, 49.00843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56192, 49.00843, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56671, 49.00886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56603, 49.00886, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56534, 49.00887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56466, 49.00887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56397, 49.00887, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56329, 49.00888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56261, 49.00888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56192, 49.00888, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60158, 49.00913, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6009, 49.00914, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56671, 49.00931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56603, 49.00931, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56535, 49.00932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56466, 49.00932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56398, 49.00932, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5633, 49.00933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56261, 49.00933, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60227, 49.00958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60159, 49.00958, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6009, 49.00959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60022, 49.00959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59954, 49.00959, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5674, 49.00976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56672, 49.00976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56604, 49.00976, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56535, 49.00977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56467, 49.00977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56399, 49.00977, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5633, 49.00978, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60296, 49.01003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60228, 49.01003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60159, 49.01003, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60091, 49.01004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60023, 49.01004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59954, 49.01004, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59886, 49.01005, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56809, 49.0102, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56741, 49.01021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56672, 49.01021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56604, 49.01021, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56536, 49.01022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56467, 49.01022, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60365, 49.01047, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60297, 49.01048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60228, 49.01048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6016, 49.01048, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60092, 49.01049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60023, 49.01049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59955, 49.01049, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59886, 49.0105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59818, 49.0105, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5681, 49.01065, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56741, 49.01066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56673, 49.01066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56605, 49.01066, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56536, 49.01067, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60434, 49.01092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60366, 49.01092, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60297, 49.01093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60229, 49.01093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6016, 49.01093, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60092, 49.01094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60024, 49.01094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59955, 49.01094, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59887, 49.01095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59819, 49.01095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5975, 49.01095, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56879, 49.0111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5681, 49.0111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56742, 49.01111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56674, 49.01111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56605, 49.01111, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60434, 49.01137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60366, 49.01137, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60298, 49.01138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60229, 49.01138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60161, 49.01138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60093, 49.01139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60024, 49.01139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59956, 49.01139, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59887, 49.0114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59819, 49.0114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59751, 49.0114, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59682, 49.01141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56948, 49.01155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56879, 49.01155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56811, 49.01155, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56742, 49.01156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56674, 49.01156, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60503, 49.01182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60435, 49.01182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60367, 49.01182, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60298, 49.01183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6023, 49.01183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60162, 49.01183, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60093, 49.01184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60025, 49.01184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59956, 49.01184, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59888, 49.01185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5982, 49.01185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59751, 49.01185, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59683, 49.01186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56948, 49.012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5688, 49.012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56811, 49.012, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56743, 49.01201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56675, 49.01201, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60572, 49.01226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60504, 49.01226, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60436, 49.01227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60367, 49.01227, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60299, 49.01228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6023, 49.01228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60162, 49.01228, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60094, 49.01229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60025, 49.01229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59957, 49.01229, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59889, 49.0123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5982, 49.0123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59752, 49.0123, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59683, 49.01231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56949, 49.01245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5688, 49.01245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56812, 49.01245, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56743, 49.01246, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60573, 49.01271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60504, 49.01271, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60436, 49.01272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60368, 49.01272, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60299, 49.01273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60231, 49.01273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60163, 49.01273, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59957, 49.01274, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59889, 49.01275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59821, 49.01275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59752, 49.01275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59684, 49.01276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57017, 49.01289, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56949, 49.0129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56881, 49.0129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56812, 49.0129, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60642, 49.01316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60573, 49.01316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60505, 49.01316, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60437, 49.01317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60368, 49.01317, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.603, 49.01318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60232, 49.01318, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59821, 49.0132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59753, 49.0132, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.59685, 49.01321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57018, 49.01334, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5695, 49.01335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56881, 49.01335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56813, 49.01335, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60711, 49.0136, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60642, 49.01361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60574, 49.01361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60506, 49.01361, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60437, 49.01362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60369, 49.01362, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57839, 49.01375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57771, 49.01375, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57702, 49.01376, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57018, 49.01379, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5695, 49.0138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56882, 49.0138, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6078, 49.01405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60711, 49.01405, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60643, 49.01406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60574, 49.01406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60506, 49.01406, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60438, 49.01407, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57908, 49.0142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57839, 49.0142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57771, 49.0142, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57703, 49.01421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57634, 49.01421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57566, 49.01421, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57087, 49.01424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57019, 49.01424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56951, 49.01424, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56882, 49.01425, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60849, 49.0145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6078, 49.0145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60712, 49.0145, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60643, 49.01451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60575, 49.01451, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57977, 49.01464, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57908, 49.01465, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5784, 49.01465, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57772, 49.01465, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57703, 49.01466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57635, 49.01466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57566, 49.01466, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57498, 49.01467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5743, 49.01467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57361, 49.01467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57293, 49.01468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57225, 49.01468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57156, 49.01468, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57088, 49.01469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57019, 49.01469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.56951, 49.01469, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60849, 49.01495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60781, 49.01495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60712, 49.01495, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60644, 49.01496, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58046, 49.01509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57977, 49.01509, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57909, 49.0151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57841, 49.0151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57772, 49.0151, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57704, 49.01511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57635, 49.01511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57567, 49.01511, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57499, 49.01512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5743, 49.01512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57362, 49.01512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57293, 49.01513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57225, 49.01513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57157, 49.01513, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57088, 49.01514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5702, 49.01514, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60918, 49.01539, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.6085, 49.0154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.60781, 49.0154, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58115, 49.01554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58046, 49.01554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57978, 49.01554, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57909, 49.01555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57841, 49.01555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57773, 49.01555, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57704, 49.01556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57636, 49.01556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57568, 49.01556, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57499, 49.01557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57431, 49.01557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57362, 49.01557, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57294, 49.01558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57226, 49.01558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57157, 49.01558, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57089, 49.01559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57021, 49.01559, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58115, 49.01599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58047, 49.01599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57978, 49.01599, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5791, 49.016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57842, 49.016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57773, 49.016, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57705, 49.01601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57636, 49.01601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57568, 49.01601, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.575, 49.01602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57431, 49.01602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57363, 49.01602, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57295, 49.01603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57226, 49.01603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57158, 49.01603, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57089, 49.01604, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58184, 49.01643, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58116, 49.01644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58047, 49.01644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57979, 49.01644, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5791, 49.01645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57842, 49.01645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57774, 49.01645, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57705, 49.01646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57637, 49.01646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57569, 49.01646, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.575, 49.01647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57432, 49.01647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57363, 49.01647, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57295, 49.01648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57227, 49.01648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57158, 49.01648, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58184, 49.01688, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58116, 49.01689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58048, 49.01689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57979, 49.01689, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57911, 49.0169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57843, 49.0169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57774, 49.0169, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57706, 49.01691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57637, 49.01691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57569, 49.01691, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57501, 49.01692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57432, 49.01692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57364, 49.01692, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57296, 49.01693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57227, 49.01693, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58185, 49.01733, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58117, 49.01734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58048, 49.01734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5798, 49.01734, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57911, 49.01735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57843, 49.01735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57775, 49.01735, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57706, 49.01736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57638, 49.01736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5757, 49.01736, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57501, 49.01737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57433, 49.01737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57364, 49.01737, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57296, 49.01738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57228, 49.01738, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58186, 49.01778, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58117, 49.01779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58049, 49.01779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5798, 49.01779, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57912, 49.0178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57844, 49.0178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57775, 49.0178, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57707, 49.01781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57638, 49.01781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5757, 49.01781, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57502, 49.01782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57433, 49.01782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57365, 49.01782, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57297, 49.01783, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28904, 48.52141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28837, 48.52141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28769, 48.52141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28701, 48.52141, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28972, 48.52186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28905, 48.52186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28837, 48.52186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28769, 48.52186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28701, 48.52186, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29176, 48.5223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29108, 48.5223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2904, 48.5223, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28973, 48.52231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28905, 48.52231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28837, 48.52231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28769, 48.52231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28702, 48.52231, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29244, 48.52275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29176, 48.52275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29108, 48.52275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2904, 48.52275, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28973, 48.52276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28905, 48.52276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28837, 48.52276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2877, 48.52276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28702, 48.52276, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29312, 48.5232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29244, 48.5232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29176, 48.5232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29108, 48.5232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29041, 48.5232, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28973, 48.52321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28905, 48.52321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28838, 48.52321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2877, 48.52321, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2938, 48.52365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29312, 48.52365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29244, 48.52365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29176, 48.52365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29109, 48.52365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29041, 48.52365, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28973, 48.52366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28906, 48.52366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28838, 48.52366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2877, 48.52366, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2938, 48.5241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29312, 48.5241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29244, 48.5241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29177, 48.5241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29109, 48.5241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29041, 48.5241, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28974, 48.52411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28906, 48.52411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28838, 48.52411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2877, 48.52411, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29448, 48.52454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2938, 48.52454, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29312, 48.52455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29245, 48.52455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29177, 48.52455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29109, 48.52455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29042, 48.52455, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28974, 48.52456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28906, 48.52456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28838, 48.52456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28771, 48.52456, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29448, 48.52499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2938, 48.52499, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29313, 48.525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29245, 48.525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29177, 48.525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29109, 48.525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29042, 48.525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28974, 48.525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28906, 48.52501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28839, 48.52501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28771, 48.52501, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29516, 48.52544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29448, 48.52544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29381, 48.52544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29313, 48.52545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29245, 48.52545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29177, 48.52545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2911, 48.52545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29042, 48.52545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28974, 48.52545, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28907, 48.52546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28839, 48.52546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28771, 48.52546, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29449, 48.52589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29381, 48.52589, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29313, 48.5259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29245, 48.5259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29178, 48.5259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2911, 48.5259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29042, 48.5259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28975, 48.5259, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28907, 48.52591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28839, 48.52591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28771, 48.52591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28704, 48.52591, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29449, 48.52634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29381, 48.52634, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29313, 48.52635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29246, 48.52635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29178, 48.52635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2911, 48.52635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29043, 48.52635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28975, 48.52635, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28907, 48.52636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28839, 48.52636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28772, 48.52636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28704, 48.52636, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29517, 48.52679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29449, 48.52679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29381, 48.52679, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29314, 48.5268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29246, 48.5268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29178, 48.5268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29111, 48.5268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29043, 48.5268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28975, 48.5268, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28907, 48.52681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2884, 48.52681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28772, 48.52681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28704, 48.52681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28636, 48.52681, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29517, 48.52724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29449, 48.52724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29382, 48.52724, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29314, 48.52725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29246, 48.52725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29178, 48.52725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29111, 48.52725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29043, 48.52725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28975, 48.52725, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28908, 48.52726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2884, 48.52726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28772, 48.52726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28704, 48.52726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28637, 48.52726, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31684, 48.52763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31617, 48.52763, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31549, 48.52764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31481, 48.52764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31414, 48.52764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31346, 48.52764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31278, 48.52764, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29585, 48.52769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29517, 48.52769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2945, 48.52769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29382, 48.52769, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29314, 48.5277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29246, 48.5277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29179, 48.5277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29111, 48.5277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29043, 48.5277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28976, 48.5277, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28908, 48.52771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2884, 48.52771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28772, 48.52771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28705, 48.52771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28637, 48.52771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28569, 48.52771, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3182, 48.52808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31752, 48.52808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31685, 48.52808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31617, 48.52808, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31549, 48.52809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31482, 48.52809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31414, 48.52809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31346, 48.52809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31278, 48.52809, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31211, 48.5281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31143, 48.5281, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29721, 48.52813, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29653, 48.52814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29585, 48.52814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29518, 48.52814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2945, 48.52814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29382, 48.52814, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29314, 48.52815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29247, 48.52815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29179, 48.52815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29111, 48.52815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29044, 48.52815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28976, 48.52815, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28908, 48.52816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2884, 48.52816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28773, 48.52816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28705, 48.52816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28637, 48.52816, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32362, 48.52851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32294, 48.52852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32227, 48.52852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32159, 48.52852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32091, 48.52852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32024, 48.52852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31956, 48.52852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31888, 48.52853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3182, 48.52853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31753, 48.52853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31685, 48.52853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31617, 48.52853, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3155, 48.52854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31482, 48.52854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31414, 48.52854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31346, 48.52854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31279, 48.52854, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31211, 48.52855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31143, 48.52855, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29721, 48.52858, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29653, 48.52859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29586, 48.52859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29518, 48.52859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2945, 48.52859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29382, 48.52859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29315, 48.52859, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29247, 48.5286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29179, 48.5286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29112, 48.5286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29044, 48.5286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28976, 48.5286, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28908, 48.52861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28841, 48.52861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28773, 48.52861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28705, 48.52861, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3243, 48.52896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32362, 48.52896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32295, 48.52896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32227, 48.52897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32159, 48.52897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32092, 48.52897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32024, 48.52897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31956, 48.52897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31888, 48.52898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31821, 48.52898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31753, 48.52898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31685, 48.52898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31618, 48.52898, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3155, 48.52899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31482, 48.52899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31414, 48.52899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31347, 48.52899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31279, 48.52899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31211, 48.52899, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31143, 48.529, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29721, 48.52903, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29654, 48.52904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29586, 48.52904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29518, 48.52904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2945, 48.52904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29383, 48.52904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29315, 48.52904, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29247, 48.52905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2918, 48.52905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29112, 48.52905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29044, 48.52905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28976, 48.52905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28909, 48.52905, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28841, 48.52906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28773, 48.52906, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32498, 48.52941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3243, 48.52941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32363, 48.52941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32295, 48.52941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32227, 48.52942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3216, 48.52942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32092, 48.52942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32024, 48.52942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31956, 48.52942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31889, 48.52943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31821, 48.52943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31753, 48.52943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31686, 48.52943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31618, 48.52943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3155, 48.52944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31482, 48.52944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31415, 48.52944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31347, 48.52944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31279, 48.52944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31211, 48.52944, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31144, 48.52945, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29586, 48.52949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29518, 48.52949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29451, 48.52949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29383, 48.52949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29315, 48.52949, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29247, 48.5295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2918, 48.5295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29112, 48.5295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29044, 48.5295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28977, 48.5295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28909, 48.5295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28841, 48.52951, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32498, 48.52986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32431, 48.52986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32363, 48.52986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32295, 48.52986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32228, 48.52987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3216, 48.52987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32092, 48.52987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32024, 48.52987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31957, 48.52987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31889, 48.52988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31821, 48.52988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31754, 48.52988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31686, 48.52988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31618, 48.52988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3155, 48.52989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31483, 48.52989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31415, 48.52989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31347, 48.52989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31279, 48.52989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31212, 48.52989, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29519, 48.52994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29451, 48.52994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29383, 48.52994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29315, 48.52994, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29248, 48.52995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2918, 48.52995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29112, 48.52995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29045, 48.52995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28977, 48.52995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.28909, 48.52995, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32499, 48.53031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32431, 48.53031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32363, 48.53031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32296, 48.53031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32228, 48.53032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3216, 48.53032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32092, 48.53032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32025, 48.53032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31618, 48.53033, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31551, 48.53034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31483, 48.53034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31415, 48.53034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.31347, 48.53034, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29519, 48.53039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29451, 48.53039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29383, 48.53039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29316, 48.53039, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29248, 48.5304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2918, 48.5304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29113, 48.5304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29045, 48.5304, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32431, 48.53076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32364, 48.53076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32296, 48.53076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.32228, 48.53077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.3216, 48.53077, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29451, 48.53084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29384, 48.53084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29316, 48.53084, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29248, 48.53085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.29181, 48.53085, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2458, 48.5413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24513, 48.5413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24445, 48.5413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24377, 48.5413, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24309, 48.54131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24242, 48.54131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24174, 48.54131, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24648, 48.54175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2458, 48.54175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24513, 48.54175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24445, 48.54175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24377, 48.54175, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2431, 48.54176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24242, 48.54176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24174, 48.54176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24106, 48.54176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24039, 48.54176, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24716, 48.5422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24648, 48.5422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24581, 48.5422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24513, 48.5422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24445, 48.5422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24377, 48.5422, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2431, 48.54221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24242, 48.54221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24174, 48.54221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24106, 48.54221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24039, 48.54221, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24784, 48.54265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24716, 48.54265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24649, 48.54265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24581, 48.54265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24513, 48.54265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24445, 48.54265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24378, 48.54265, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2431, 48.54266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24242, 48.54266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24174, 48.54266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24107, 48.54266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24039, 48.54266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23971, 48.54266, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24784, 48.5431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24717, 48.5431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24649, 48.5431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24581, 48.5431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24513, 48.5431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24446, 48.5431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24378, 48.5431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2431, 48.54311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24242, 48.54311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24175, 48.54311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24107, 48.54311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24039, 48.54311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23971, 48.54311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23904, 48.54311, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23836, 48.54312, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24785, 48.54355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24717, 48.54355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24649, 48.54355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24581, 48.54355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24514, 48.54355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24446, 48.54355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24378, 48.54355, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2431, 48.54356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24243, 48.54356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24175, 48.54356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24107, 48.54356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24039, 48.54356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23972, 48.54356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23904, 48.54356, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23836, 48.54357, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24717, 48.544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24649, 48.544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24582, 48.544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24514, 48.544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24446, 48.544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24378, 48.544, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24311, 48.54401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24243, 48.54401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24175, 48.54401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24107, 48.54401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2404, 48.54401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23972, 48.54401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23904, 48.54401, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23836, 48.54402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23633, 48.54402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23565, 48.54402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23498, 48.54402, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24717, 48.54445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2465, 48.54445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24582, 48.54445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24514, 48.54445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24446, 48.54445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24379, 48.54445, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24311, 48.54446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24243, 48.54446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24175, 48.54446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24108, 48.54446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2404, 48.54446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23972, 48.54446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23904, 48.54446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23837, 48.54446, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23701, 48.54447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23633, 48.54447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23566, 48.54447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23498, 48.54447, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2465, 48.5449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24582, 48.5449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24514, 48.5449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24446, 48.5449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24379, 48.5449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24311, 48.5449, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24243, 48.54491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24176, 48.54491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24108, 48.54491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2404, 48.54491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23972, 48.54491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23905, 48.54491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23837, 48.54491, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23769, 48.54492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23701, 48.54492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23634, 48.54492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23566, 48.54492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23498, 48.54492, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2465, 48.54535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24582, 48.54535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24514, 48.54535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24447, 48.54535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24379, 48.54535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24311, 48.54535, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24243, 48.54536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24176, 48.54536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24108, 48.54536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2404, 48.54536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23973, 48.54536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23905, 48.54536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23837, 48.54536, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23769, 48.54537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23702, 48.54537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23634, 48.54537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23566, 48.54537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23498, 48.54537, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2465, 48.5458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24582, 48.5458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24515, 48.5458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24447, 48.5458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24379, 48.5458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24311, 48.5458, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24244, 48.54581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24176, 48.54581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24108, 48.54581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2404, 48.54581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23973, 48.54581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23905, 48.54581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23837, 48.54581, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23769, 48.54582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23702, 48.54582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23634, 48.54582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23566, 48.54582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23498, 48.54582, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24718, 48.54625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2465, 48.54625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24583, 48.54625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24515, 48.54625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24447, 48.54625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24379, 48.54625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24312, 48.54625, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24244, 48.54626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24176, 48.54626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24108, 48.54626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24041, 48.54626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23973, 48.54626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23905, 48.54626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23837, 48.54626, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2377, 48.54627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23702, 48.54627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23634, 48.54627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23566, 48.54627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23499, 48.54627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23431, 48.54627, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24718, 48.5467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24651, 48.5467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24583, 48.5467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24515, 48.5467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24447, 48.5467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2438, 48.5467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24312, 48.5467, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24244, 48.54671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24176, 48.54671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24109, 48.54671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24041, 48.54671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23973, 48.54671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23905, 48.54671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23838, 48.54671, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2377, 48.54672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23702, 48.54672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23634, 48.54672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23567, 48.54672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23499, 48.54672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23431, 48.54672, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24922, 48.54714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24854, 48.54714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24786, 48.54714, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24719, 48.54715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24651, 48.54715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24583, 48.54715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24515, 48.54715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24448, 48.54715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2438, 48.54715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24312, 48.54715, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24244, 48.54716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24177, 48.54716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24109, 48.54716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24041, 48.54716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23973, 48.54716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23906, 48.54716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23838, 48.54716, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2377, 48.54717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23702, 48.54717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23635, 48.54717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23567, 48.54717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23499, 48.54717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23431, 48.54717, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24922, 48.54759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24854, 48.54759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24787, 48.54759, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24719, 48.5476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24651, 48.5476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24583, 48.5476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24516, 48.5476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24448, 48.5476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2438, 48.5476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24312, 48.5476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24245, 48.54761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24177, 48.54761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24109, 48.54761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24041, 48.54761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23974, 48.54761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23906, 48.54761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23838, 48.54761, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2377, 48.54762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23703, 48.54762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23635, 48.54762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23567, 48.54762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23499, 48.54762, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24922, 48.54804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24855, 48.54804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24787, 48.54804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24719, 48.54804, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24651, 48.54805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24584, 48.54805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24516, 48.54805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24448, 48.54805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2438, 48.54805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24313, 48.54805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24245, 48.54805, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24177, 48.54806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24109, 48.54806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24042, 48.54806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23974, 48.54806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23906, 48.54806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23838, 48.54806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23771, 48.54806, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23703, 48.54807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23635, 48.54807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23567, 48.54807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.235, 48.54807, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24922, 48.54849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24855, 48.54849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24787, 48.54849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24719, 48.54849, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24651, 48.5485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24584, 48.5485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24516, 48.5485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24448, 48.5485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2438, 48.5485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24313, 48.5485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24245, 48.5485, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24177, 48.54851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24109, 48.54851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24042, 48.54851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23974, 48.54851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23906, 48.54851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23838, 48.54851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23771, 48.54851, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23703, 48.54852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23635, 48.54852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23567, 48.54852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.235, 48.54852, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24855, 48.54894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24787, 48.54894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24719, 48.54894, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24652, 48.54895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24584, 48.54895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24516, 48.54895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24448, 48.54895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24381, 48.54895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24313, 48.54895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24245, 48.54895, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24177, 48.54896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2411, 48.54896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24042, 48.54896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23974, 48.54896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23906, 48.54896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23839, 48.54896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23771, 48.54896, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23703, 48.54897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23635, 48.54897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23568, 48.54897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.235, 48.54897, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24787, 48.54939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2472, 48.54939, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24652, 48.5494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24584, 48.5494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24516, 48.5494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24449, 48.5494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24381, 48.5494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24313, 48.5494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24245, 48.5494, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24178, 48.54941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2411, 48.54941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24042, 48.54941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23974, 48.54941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23907, 48.54941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23839, 48.54941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23771, 48.54941, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23703, 48.54942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23636, 48.54942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23568, 48.54942, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24923, 48.54984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24855, 48.54984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24788, 48.54984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2472, 48.54984, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24652, 48.54985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24584, 48.54985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24517, 48.54985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24449, 48.54985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24381, 48.54985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24313, 48.54985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24246, 48.54985, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24178, 48.54986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2411, 48.54986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24042, 48.54986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23975, 48.54986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23907, 48.54986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23839, 48.54986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23771, 48.54986, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23704, 48.54987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23636, 48.54987, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2533, 48.55028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25262, 48.55028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25194, 48.55028, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25127, 48.55029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25059, 48.55029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24991, 48.55029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24923, 48.55029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24856, 48.55029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24788, 48.55029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2472, 48.55029, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24652, 48.5503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24585, 48.5503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24517, 48.5503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24449, 48.5503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24381, 48.5503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24314, 48.5503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24246, 48.5503, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24178, 48.55031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2411, 48.55031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24043, 48.55031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23975, 48.55031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23907, 48.55031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23839, 48.55031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23772, 48.55031, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23704, 48.55032, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26346, 48.55071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26279, 48.55071, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25398, 48.55073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2533, 48.55073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25262, 48.55073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25195, 48.55073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25127, 48.55073, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25059, 48.55074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24991, 48.55074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24924, 48.55074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24856, 48.55074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24788, 48.55074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2472, 48.55074, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24653, 48.55075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24585, 48.55075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24517, 48.55075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24449, 48.55075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24382, 48.55075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24314, 48.55075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24246, 48.55075, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24178, 48.55076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24111, 48.55076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24043, 48.55076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.23975, 48.55076, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26414, 48.55116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26347, 48.55116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26279, 48.55116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26211, 48.55116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26143, 48.55116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26076, 48.55116, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25398, 48.55118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2533, 48.55118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25263, 48.55118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25195, 48.55118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25127, 48.55118, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25059, 48.55119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24992, 48.55119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24924, 48.55119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24856, 48.55119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24788, 48.55119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24721, 48.55119, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24653, 48.5512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24585, 48.5512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24517, 48.5512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2445, 48.5512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24382, 48.5512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24314, 48.5512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24246, 48.5512, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24179, 48.55121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24111, 48.55121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24043, 48.55121, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26482, 48.5516, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26415, 48.55161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26347, 48.55161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26279, 48.55161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26211, 48.55161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26144, 48.55161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26076, 48.55161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26008, 48.55162, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25398, 48.55163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25331, 48.55163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25263, 48.55163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25195, 48.55163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25127, 48.55163, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2506, 48.55164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24992, 48.55164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24924, 48.55164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24856, 48.55164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24789, 48.55164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24721, 48.55164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24653, 48.55164, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24585, 48.55165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24518, 48.55165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2445, 48.55165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24382, 48.55165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24314, 48.55165, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26483, 48.55205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26415, 48.55206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26347, 48.55206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26279, 48.55206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26212, 48.55206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26144, 48.55206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26076, 48.55206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26008, 48.55206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25466, 48.55208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25399, 48.55208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25331, 48.55208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25263, 48.55208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25195, 48.55208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25128, 48.55208, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2506, 48.55209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24992, 48.55209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24924, 48.55209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24856, 48.55209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24789, 48.55209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24721, 48.55209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24653, 48.55209, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24585, 48.5521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24518, 48.5521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2445, 48.5521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24382, 48.5521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26483, 48.5525, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26415, 48.55251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26347, 48.55251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2628, 48.55251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26212, 48.55251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26144, 48.55251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26076, 48.55251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26009, 48.55251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25534, 48.55253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25466, 48.55253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25399, 48.55253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25331, 48.55253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25263, 48.55253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25195, 48.55253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25128, 48.55253, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2506, 48.55254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24992, 48.55254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24924, 48.55254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24857, 48.55254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24789, 48.55254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24721, 48.55254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24653, 48.55254, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24586, 48.55255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24518, 48.55255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2445, 48.55255, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26551, 48.55295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26483, 48.55295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26415, 48.55296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26348, 48.55296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2628, 48.55296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26212, 48.55296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26144, 48.55296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26077, 48.55296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26009, 48.55296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2567, 48.55297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25602, 48.55297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25534, 48.55298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25467, 48.55298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25399, 48.55298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25331, 48.55298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25263, 48.55298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25196, 48.55298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25128, 48.55298, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2506, 48.55299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24992, 48.55299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24925, 48.55299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.24857, 48.55299, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26551, 48.5534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26483, 48.5534, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26416, 48.55341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26348, 48.55341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2628, 48.55341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26212, 48.55341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26145, 48.55341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26077, 48.55341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26009, 48.55341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25941, 48.55342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25738, 48.55342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2567, 48.55342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25602, 48.55342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25535, 48.55342, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25467, 48.55343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25399, 48.55343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25331, 48.55343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25264, 48.55343, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27161, 48.55384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27093, 48.55384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27026, 48.55384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26958, 48.55384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26484, 48.55385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26416, 48.55385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26348, 48.55386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2628, 48.55386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26212, 48.55386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26145, 48.55386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26077, 48.55386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26009, 48.55386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25941, 48.55387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.25738, 48.55387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2567, 48.55387, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27297, 48.55428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27229, 48.55429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27161, 48.55429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27094, 48.55429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27026, 48.55429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26958, 48.55429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26416, 48.5543, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26348, 48.55431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2628, 48.55431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26213, 48.55431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26145, 48.55431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26077, 48.55431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.275, 48.55473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27433, 48.55473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27365, 48.55473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27297, 48.55473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27229, 48.55474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27162, 48.55474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27094, 48.55474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27026, 48.55474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26958, 48.55474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27501, 48.55518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27433, 48.55518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27365, 48.55518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27297, 48.55518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2723, 48.55519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27162, 48.55519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27094, 48.55519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27026, 48.55519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.26959, 48.55519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27501, 48.55563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27433, 48.55563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27365, 48.55563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.27298, 48.55563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.2723, 48.55564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52704, 48.29115, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52839, 48.2916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52772, 48.2916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52705, 48.2916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52637, 48.2916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5257, 48.29161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52502, 48.29161, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5284, 48.29204, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52772, 48.29205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52705, 48.29205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52638, 48.29205, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5257, 48.29206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52503, 48.29206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52435, 48.29206, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53312, 48.29247, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53245, 48.29248, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52908, 48.29249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5284, 48.29249, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52773, 48.2925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52706, 48.2925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52638, 48.2925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52571, 48.29251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52503, 48.29251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52436, 48.29251, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5338, 48.29292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53313, 48.29292, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53245, 48.29293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53178, 48.29293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5311, 48.29293, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52908, 48.29294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52841, 48.29294, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52773, 48.29295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52706, 48.29295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52639, 48.29295, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52571, 48.29296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52504, 48.29296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52436, 48.29296, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53381, 48.29337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53313, 48.29337, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53246, 48.29338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53178, 48.29338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53111, 48.29338, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53043, 48.29339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52976, 48.29339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52909, 48.29339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52841, 48.29339, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52774, 48.2934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52706, 48.2934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52639, 48.2934, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52572, 48.29341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52504, 48.29341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52437, 48.29341, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53448, 48.29382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53381, 48.29382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53314, 48.29382, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53246, 48.29383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53179, 48.29383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53111, 48.29383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53044, 48.29383, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52977, 48.29384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52909, 48.29384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52842, 48.29384, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52774, 48.29385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52707, 48.29385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52639, 48.29385, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52572, 48.29386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52505, 48.29386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52437, 48.29386, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53449, 48.29427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53381, 48.29427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53314, 48.29427, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53247, 48.29428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53179, 48.29428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53112, 48.29428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53044, 48.29428, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52977, 48.29429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5291, 48.29429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52842, 48.29429, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52775, 48.2943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52707, 48.2943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5264, 48.2943, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52573, 48.29431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52505, 48.29431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52438, 48.29431, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53449, 48.29472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53382, 48.29472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53315, 48.29472, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53247, 48.29473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5318, 48.29473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53112, 48.29473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53045, 48.29473, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52977, 48.29474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5291, 48.29474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52843, 48.29474, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52775, 48.29475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52708, 48.29475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5264, 48.29475, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52573, 48.29476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52506, 48.29476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52438, 48.29476, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5345, 48.29517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53382, 48.29517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53315, 48.29517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53248, 48.29517, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5318, 48.29518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53113, 48.29518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53045, 48.29518, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52978, 48.29519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52911, 48.29519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52843, 48.29519, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52776, 48.2952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52708, 48.2952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52641, 48.2952, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52573, 48.29521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52506, 48.29521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52439, 48.29521, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5345, 48.29562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53383, 48.29562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53315, 48.29562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53248, 48.29562, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53181, 48.29563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53113, 48.29563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53046, 48.29563, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52978, 48.29564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52911, 48.29564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52844, 48.29564, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52776, 48.29565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52709, 48.29565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52641, 48.29565, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52574, 48.29566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52507, 48.29566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52439, 48.29566, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53518, 48.29606, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53451, 48.29607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53383, 48.29607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53316, 48.29607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53249, 48.29607, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53181, 48.29608, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53114, 48.29608, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53046, 48.29608, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52979, 48.29609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52911, 48.29609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52844, 48.29609, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52777, 48.2961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52709, 48.2961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52642, 48.2961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52574, 48.29611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52507, 48.29611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5244, 48.29611, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53519, 48.29651, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53451, 48.29652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53384, 48.29652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53316, 48.29652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53249, 48.29652, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53182, 48.29653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53114, 48.29653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53047, 48.29653, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52979, 48.29654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52912, 48.29654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52845, 48.29654, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52777, 48.29655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5271, 48.29655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52642, 48.29655, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52575, 48.29656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52507, 48.29656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5244, 48.29656, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53587, 48.29696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53519, 48.29696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53452, 48.29696, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53384, 48.29697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53317, 48.29697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53249, 48.29697, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53182, 48.29698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53115, 48.29698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53047, 48.29698, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5298, 48.29699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52912, 48.29699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52845, 48.29699, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52778, 48.297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5271, 48.297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52643, 48.297, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52575, 48.29701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52508, 48.29701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5244, 48.29701, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53587, 48.29741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5352, 48.29741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53452, 48.29741, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53385, 48.29742, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53317, 48.29742, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5325, 48.29742, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53182, 48.29743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53115, 48.29743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53048, 48.29743, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52913, 48.29744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52845, 48.29744, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52778, 48.29745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52711, 48.29745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52643, 48.29745, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52576, 48.29746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52508, 48.29746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52441, 48.29746, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53587, 48.29786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5352, 48.29786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53453, 48.29786, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53385, 48.29787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53318, 48.29787, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53048, 48.29788, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52981, 48.29789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52913, 48.29789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52846, 48.29789, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52778, 48.2979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52711, 48.2979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52644, 48.2979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52576, 48.2979, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52509, 48.29791, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53588, 48.29831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53521, 48.29831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53453, 48.29831, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53386, 48.29832, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53318, 48.29832, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53049, 48.29833, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52981, 48.29834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52914, 48.29834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52846, 48.29834, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52779, 48.29835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52712, 48.29835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52644, 48.29835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52577, 48.29835, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52509, 48.29836, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53319, 48.29877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.53251, 48.29877, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52982, 48.29879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52914, 48.29879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52847, 48.29879, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52779, 48.2988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52712, 48.2988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52645, 48.2988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52577, 48.2988, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5305, 48.29923, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52982, 48.29924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52915, 48.29924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52847, 48.29924, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5278, 48.29925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52712, 48.29925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52645, 48.29925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52578, 48.29925, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52848, 48.29969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5278, 48.29969, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52713, 48.2997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.52646, 48.2997, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.58049, 49.01824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57981, 49.01824, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57913, 49.01825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57844, 49.01825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57776, 49.01825, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57707, 49.01826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57639, 49.01826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57571, 49.01826, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57502, 49.01827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57434, 49.01827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57365, 49.01827, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57913, 49.01869, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57845, 49.0187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57776, 49.0187, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57708, 49.01871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5764, 49.01871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57571, 49.01871, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57503, 49.01872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57434, 49.01872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57366, 49.01872, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57777, 49.01915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57708, 49.01915, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.5764, 49.01916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57572, 49.01916, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57503, 49.01917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57435, 49.01917, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57709, 49.0196, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57641, 49.01961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57572, 49.01961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57504, 49.01961, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57435, 49.01962, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57573, 49.02006, 0.0 ] } },
+{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -123.57504, 49.02006, 0.0 ] } }
+]
+}
diff --git a/src/data/layers/KelpBeds.jsx b/src/data/layers/KelpBeds.jsx
new file mode 100644
index 00000000..4b80d0fe
--- /dev/null
+++ b/src/data/layers/KelpBeds.jsx
@@ -0,0 +1,26 @@
+import { circle } from 'leaflet';
+
+const color = '#f0b500';
+
+const layer = {
+ title: "Kelp Beds",
+ description: [
+ {type: 'p', content: 'Location of kelp beds within the CRD. Each point symbolizes kelp found within a 50 x 50 meter grid. Data was sourced from the Government of Canada’s Coastal Resource Information Management System which collected data from 1979 onward.'},
+ {type: 'link', url: 'https://open.canada.ca/data/en/dataset/2d994dbd-0518-4463-ac52-28bd05129371/resource/f706b222-c7cd-4dc8-8ca0-4aa26020d822', content: 'Coastal Resource Information Management System - Kelp Beds'},
+ ],
+ data: require('../geojson/KelpBeds.geojson'),
+ shape: 'point',
+ symbology: 'density',
+ color: color,
+ options: {
+ pointToLayer: (f,l) => circle(l, {
+ radius: 10,
+ stroke: false,
+ fill: true,
+ fillColor: color,
+ fillOpacity: 0.8
+ }),
+ },
+}
+
+export default layer;
\ No newline at end of file
diff --git a/src/data/questions/CreateCommunity.jsx b/src/data/questions/CreateCommunity.jsx
index 033a8458..c2c24f39 100644
--- a/src/data/questions/CreateCommunity.jsx
+++ b/src/data/questions/CreateCommunity.jsx
@@ -82,6 +82,7 @@ const Question = {
{ key: 'WatershedRunoffAbsorption', active: false, group: 'Water' },
{ key: 'Watersheds', active: false, group: 'Water' },
{ key: 'Eelgrass', active: false, group: 'Water' },
+ { key: 'KelpBeds', active: false, group: 'Water' },
{ key: 'PumpoutStations', active: false, group: 'Water' },
],
sections: {
diff --git a/src/data/questions/ProtectTheCoast.jsx b/src/data/questions/ProtectTheCoast.jsx
index ed796d7c..c9028875 100644
--- a/src/data/questions/ProtectTheCoast.jsx
+++ b/src/data/questions/ProtectTheCoast.jsx
@@ -19,6 +19,7 @@ const Question = {
{ key: 'AquiferSusceptibilitySediment', active: false, ...LegendGroups.StartOff },
{ key: 'CoastalFloodInundationScenarios', active: true, ...LegendGroups.StartOn },
{ key: 'Eelgrass', active: true, ...LegendGroups.StartOn },
+ { key: 'KelpBeds', active: false, ...LegendGroups.StartOff },
{ key: 'HardShorelines', active: false, ...LegendGroups.StartOn },
{ key: 'ShellfishPO', active: false, ...LegendGroups.StartOn },
{ key: 'ShorelineSensitivity', active: true, ...LegendGroups.StartOn },
From 916d479f36317dc2a10ea091270fe83741c6d72f Mon Sep 17 00:00:00 2001
From: Doug Johnson
Date: Wed, 10 Sep 2025 12:25:48 -0700
Subject: [PATCH 5/5] No Change Preview Bump
---
src/data/questions/ProtectTheCoast.jsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/data/questions/ProtectTheCoast.jsx b/src/data/questions/ProtectTheCoast.jsx
index c9028875..8a420f9d 100644
--- a/src/data/questions/ProtectTheCoast.jsx
+++ b/src/data/questions/ProtectTheCoast.jsx
@@ -3,6 +3,7 @@ import {
InitiativeTags as Tag,
} from '../TextContent';
+
const Question = {
key: 'protect-the-coast',
title: "Protect the Coast",