diff --git a/.gitignore b/.gitignore
index 15f4100..3b32691 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,6 @@ bower_components/
!/node_modules/mapbox-gl
/node_modules/mapbox-gl/*
!/node_modules/mapbox-gl/dist
+
+
+build/
\ No newline at end of file
diff --git a/apply-shim.js b/apply-shim.js
new file mode 100644
index 0000000..85c75d4
--- /dev/null
+++ b/apply-shim.js
@@ -0,0 +1,522 @@
+(function() {
+/*
+
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
+ This code may only be used under the BSD style license found at
+ http://polymer.github.io/LICENSE.txt The complete set of authors may be found
+ at http://polymer.github.io/AUTHORS.txt The complete set of contributors may
+ be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by
+ Google as part of the polymer project is also subject to an additional IP
+ rights grant found at http://polymer.github.io/PATENTS.txt
+ */
+'use strict';
+var l = !(window.ShadyDOM && window.ShadyDOM.inUse), p;
+
+function r(a) {
+ p = a && a.shimcssproperties ? !1 :
+ l ||
+ !(navigator.userAgent.match(/AppleWebKit\/601|Edge\/15/) ||
+ !window.CSS || !CSS.supports ||
+ !CSS.supports('box-shadow', '0 0 0 var(--foo)'))
+}
+var t;
+window.ShadyCSS && void 0 !== window.ShadyCSS.cssBuild &&
+ (t = window.ShadyCSS.cssBuild);
+var aa = !(!window.ShadyCSS || !window.ShadyCSS.disableRuntime);
+window.ShadyCSS&& void 0 !== window.ShadyCSS.nativeCss ?
+ p = window.ShadyCSS.nativeCss :
+ window.ShadyCSS ? (r(window.ShadyCSS), window.ShadyCSS = void 0) :
+ r(window.WebComponents && window.WebComponents.flags);
+var u = p, v = t;
+
+function w() {
+ this.end = this.start = 0;
+ this.rules = this.parent = this.previous = null;
+ this.cssText = this.parsedCssText = '';
+ this.atRule = !1;
+ this.type = 0;
+ this.parsedSelector = this.selector = this.keyframesName = ''
+}
+
+function x(a) {
+ a = a.replace(ba, '').replace(ca, '');
+ var b = y, c = a, e = new w;
+ e.start = 0;
+ e.end = c.length;
+ for (var d = e, f = 0, g = c.length; f < g; f++)
+ if ('{' === c[f]) {
+ d.rules || (d.rules = []);
+ var h = d, k = h.rules[h.rules.length - 1] || null;
+ d = new w;
+ d.start = f + 1;
+ d.parent = h;
+ d.previous = k;
+ h.rules.push(d)
+ } else
+ '}' === c[f] && (d.end = f + 1, d = d.parent || e);
+ return b(e, a)
+}
+
+function y(a, b) {
+ var c = b.substring(a.start, a.end - 1);
+ a.parsedCssText = a.cssText = c.trim();
+ a.parent &&
+ (c = b.substring(
+ a.previous ? a.previous.end : a.parent.start, a.start - 1),
+ c = da(c),
+ c = c.replace(z, ' '),
+ c = c.substring(c.lastIndexOf(';') + 1),
+ c = a.parsedSelector = a.selector = c.trim(),
+ a.atRule = 0 === c.indexOf('@'),
+ a.atRule ? 0 === c.indexOf('@media') ? a.type = A :
+ c.match(ea) &&
+ (a.type = B, a.keyframesName = a.selector.split(z).pop()) :
+ a.type = 0 === c.indexOf('--') ? C : D);
+ if (c = a.rules)
+ for (var e = 0, d = c.length, f = void 0; e < d && (f = c[e]); e++)
+ y(f, b);
+ return a
+}
+
+function da(a) {
+ return a.replace(/\\([0-9a-f]{1,6})\s/gi, function(a, c) {
+ a = c;
+ for (c = 6 - a.length; c--;)
+ a = '0' + a;
+ return '\\' + a
+ })
+}
+
+function E(a, b, c) {
+ c = void 0 === c ? '' : c;
+ var e = '';
+ if (a.cssText || a.rules) {
+ var d = a.rules, f;
+ if (f = d)
+ f = d[0], f = !(f && f.selector && 0 === f.selector.indexOf('--'));
+ if (f) {
+ f = 0;
+ for (var g = d.length, h = void 0; f < g && (h = d[f]); f++)
+ e = E(h, b, e)
+ } else
+ b ? b = a.cssText :
+ (b = a.cssText,
+ b = b.replace(fa, '').replace(ha, ''),
+ b = b.replace(ia, '').replace(ja, '')),
+ (e = b.trim()) && (e = ' ' + e + '\n')
+ }
+ e &&
+ (a.selector && (c += a.selector + ' {\n'),
+ c += e,
+ a.selector && (c += '}\n\n'));
+ return c
+}
+var D = 1, B = 7, A = 4, C = 1E3, ba = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,
+ ca = /@import[^;]*;/gim,
+ fa = /(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,
+ ha = /(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,
+ ia = /@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,
+ ja = /[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim, ea = /^@[^\s]*keyframes/,
+ z = /\s+/g;
+var G = /(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gi,
+ H = /(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi, ka = /@media\s(.*)/;
+var I = new Set;
+
+function J(a) {
+ if (!a)
+ return '';
+ 'string' === typeof a && (a = x(a));
+ return E(a, u)
+}
+
+function K(a) {
+ !a.__cssRules && a.textContent && (a.__cssRules = x(a.textContent));
+ return a.__cssRules || null
+}
+
+function L(a, b, c, e) {
+ if (a) {
+ var d = !1, f = a.type;
+ if (e && f === A) {
+ var g = a.selector.match(ka);
+ g && (window.matchMedia(g[1]).matches || (d = !0))
+ }
+ f === D ? b(a) : c && f === B ? c(a) : f === C && (d = !0);
+ if ((a = a.rules) && !d)
+ for (d = 0, f = a.length, g = void 0; d < f && (g = a[d]); d++)
+ L(g, b, c, e)
+ }
+}
+
+function M(a, b) {
+ var c = a.indexOf('var(');
+ if (-1 === c)
+ return b(a, '', '', '');
+ a: {var e = 0; var d = c + 3; for (var f = a.length; d < f; d++)
+ if ('(' === a[d]) e++;
+ else if (')' === a[d] && 0 === --e) break a;d = -1 }
+ e = a.substring(c + 4, d);
+ c = a.substring(0, c);
+ a = M(a.substring(d + 1), b);
+ d = e.indexOf(',');
+ return -1 === d ?
+ b(c, e.trim(), '', a) :
+ b(c, e.substring(0, d).trim(), e.substring(d + 1).trim(), a)
+}
+
+function N(a) {
+ if (void 0 !== v)
+ return v;
+ if (void 0 === a.__cssBuild) {
+ var b = a.getAttribute('css-build');
+ if (b)
+ a.__cssBuild = b;
+ else {
+ a: {
+ b = 'template' === a.localName ? a.content.firstChild : a.firstChild;
+ if (b instanceof Comment &&
+ (b = b.textContent.trim().split(':'), 'css-build' === b[0])) {
+ b = b[1];
+ break a
+ } b = ''
+ } if ('' !== b) {
+ var c =
+ 'template' === a.localName ? a.content.firstChild : a.firstChild;
+ c.parentNode.removeChild(c)
+ }
+ a.__cssBuild = b
+ }
+ }
+ return a.__cssBuild || ''
+};
+var la = /;\s*/m, ma = /^\s*(initial)|(inherit)\s*$/, O = /\s*!important/;
+
+function P() {
+ this.a = {}
+}
+P.prototype.set = function(a, b) {
+ a = a.trim();
+ this.a[a] = {h: b, i: {}}
+};
+P.prototype.get = function(a) {
+ a = a.trim();
+ return this.a[a] || null
+};
+var Q = null;
+
+function R() {
+ this.b = this.c = null;
+ this.a = new P
+}
+R.prototype.o = function(a) {
+ a = H.test(a) || G.test(a);
+ H.lastIndex = 0;
+ G.lastIndex = 0;
+ return a
+};
+R.prototype.m = function(a, b) {
+ if (void 0 === a._gatheredStyle) {
+ var c = [];
+ for (var e = a.content.querySelectorAll('style'), d = 0; d < e.length;
+ d++) {
+ var f = e[d];
+ if (f.hasAttribute('shady-unscoped')) {
+ if (!l) {
+ var g = f.textContent;
+ I.has(g) ||
+ (I.add(g), g = f.cloneNode(!0), document.head.appendChild(g));
+ f.parentNode.removeChild(f)
+ }
+ } else
+ c.push(f.textContent), f.parentNode.removeChild(f)
+ }
+ (c = c.join('').trim()) ? (e = document.createElement('style'),
+ e.textContent = c,
+ a.content.insertBefore(e, a.content.firstChild),
+ c = e) :
+ c = null;
+ a._gatheredStyle = c
+ }
+ return (a = a._gatheredStyle) ? this.j(a, b) : null
+};
+R.prototype.j = function(a, b) {
+ b = void 0 === b ? '' : b;
+ var c = K(a);
+ this.l(c, b);
+ a.textContent = J(c);
+ return c
+};
+R.prototype.f = function(a) {
+ var b = this, c = K(a);
+ L(c, function(a) {
+ ':root' === a.selector && (a.selector = 'html');
+ b.g(a)
+ });
+ a.textContent = J(c);
+ return c
+};
+R.prototype.l = function(a, b) {
+ var c = this;
+ this.c = b;
+ L(a, function(a) {
+ c.g(a)
+ });
+ this.c = null
+};
+R.prototype.g = function(a) {
+ a.cssText = na(this, a.parsedCssText, a);
+ ':root' === a.selector && (a.selector = ':host > *')
+};
+
+function na(a, b, c) {
+ b = b.replace(G, function(b, d, f, g) {
+ return oa(a, b, d, f, g, c)
+ });
+ return S(a, b, c)
+}
+
+function pa(a, b) {
+ for (var c = b; c.parent;)
+ c = c.parent;
+ var e = {}, d = !1;
+ L(c, function(c) {
+ (d = d || c === b) ||
+ c.selector === b.selector && Object.assign(e, T(a, c.parsedCssText))
+ });
+ return e
+}
+
+function S(a, b, c) {
+ for (var e; e = H.exec(b);) {
+ var d = e[0], f = e[1];
+ e = e.index;
+ var g = b.slice(0, e + d.indexOf('@apply'));
+ b = b.slice(e + d.length);
+ var h = c ? pa(a, c) : {};
+ Object.assign(h, T(a, g));
+ d = void 0;
+ var k = a;
+ f = f.replace(la, '');
+ var n = [];
+ var m = k.a.get(f);
+ m || (k.a.set(f, {}), m = k.a.get(f));
+ if (m) {
+ k.c && (m.i[k.c] = !0);
+ var q = m.h;
+ for (d in q)
+ k = h && h[d], m = [d, ': var(', f, '_-_', d],
+ k && m.push(',', k.replace(O, '')), m.push(')'),
+ O.test(q[d]) && m.push(' !important'), n.push(m.join(''))
+ }
+ d = n.join('; ');
+ b = g + d + b;
+ H.lastIndex = e + d.length
+ }
+ return b
+}
+
+function T(a, b, c) {
+ c = void 0 === c ? !1 : c;
+ b = b.split(';');
+ for (var e, d, f = {}, g = 0, h; g < b.length; g++)
+ if (e = b[g])
+ if (h = e.split(':'), 1 < h.length) {
+ e = h[0].trim();
+ d = h.slice(1).join(':');
+ if (c) {
+ var k = a;
+ h = e;
+ var n = ma.exec(d);
+ n &&
+ (n[1] ? (k.b ||
+ (k.b = document.createElement('meta'),
+ k.b.setAttribute('apply-shim-measure', ''),
+ k.b.style.all = 'initial',
+ document.head.appendChild(k.b)),
+ h = window.getComputedStyle(k.b).getPropertyValue(h)) :
+ h = 'apply-shim-inherit',
+ d = h)
+ }
+ f[e] = d
+ }
+ return f
+}
+
+function qa(a, b) {
+ if (Q)
+ for (var c in b.i)
+ c !== a.c && Q(c)
+}
+
+function oa(a, b, c, e, d, f) {
+ e && M(e, function(b, c) {
+ c && a.a.get(c) && (d = '@apply ' + c + ';')
+ });
+ if (!d)
+ return b;
+ var g = S(a, '' + d, f);
+ f = b.slice(0, b.indexOf('--'));
+ var h = g = T(a, g, !0), k = a.a.get(c), n = k && k.h;
+ n ? h = Object.assign(Object.create(n), g) : a.a.set(c, h);
+ var m = [], q, Z = !1;
+ for (q in h) {
+ var F = g[q];
+ void 0 === F && (F = 'initial');
+ !n || q in n || (Z = !0);
+ m.push(c + '_-_' + q + ': ' + F)
+ }
+ Z && qa(a, k);
+ k && (k.h = h);
+ e && (f = b + ';' + f);
+ return f + m.join('; ') + ';'
+}
+R.prototype.detectMixin = R.prototype.o;
+R.prototype.transformStyle = R.prototype.j;
+R.prototype.transformCustomStyle = R.prototype.f;
+R.prototype.transformRules = R.prototype.l;
+R.prototype.transformRule = R.prototype.g;
+R.prototype.transformTemplate = R.prototype.m;
+R.prototype._separator = '_-_';
+Object.defineProperty(R.prototype, 'invalidCallback', {
+ get: function() {
+ return Q
+ },
+ set: function(a) {
+ Q = a
+ }
+});
+var U = {};
+var ra = Promise.resolve();
+
+function sa(a) {
+ if (a = U[a])
+ a._applyShimCurrentVersion = a._applyShimCurrentVersion || 0,
+ a._applyShimValidatingVersion = a._applyShimValidatingVersion || 0,
+ a._applyShimNextVersion = (a._applyShimNextVersion || 0) + 1
+}
+
+function ta(a) {
+ return a._applyShimCurrentVersion === a._applyShimNextVersion
+}
+
+function ua(a) {
+ a._applyShimValidatingVersion = a._applyShimNextVersion;
+ a._validating || (a._validating = !0, ra.then(function() {
+ a._applyShimCurrentVersion = a._applyShimNextVersion;
+ a._validating = !1
+ }))
+};
+var V = new R;
+
+function W() {
+ this.a = null;
+ V.invalidCallback = sa
+}
+
+function X(a) {
+ !a.a && window.ShadyCSS.CustomStyleInterface &&
+ (a.a = window.ShadyCSS.CustomStyleInterface,
+ a.a.transformCallback =
+ function(a) {
+ V.f(a)
+ },
+ a.a.validateCallback =
+ function() {
+ requestAnimationFrame(function() {
+ a.a.enqueued && a.flushCustomStyles()
+ })
+ })
+}
+W.prototype.prepareTemplate = function(a, b) {
+ X(this);
+ '' === N(a) && (U[b] = a, b = V.m(a, b), a._styleAst = b)
+};
+W.prototype.flushCustomStyles = function() {
+ X(this);
+ if (this.a) {
+ var a = this.a.processStyles();
+ if (this.a.enqueued) {
+ for (var b = 0; b < a.length; b++) {
+ var c = this.a.getStyleForCustomStyle(a[b]);
+ c && V.f(c)
+ }
+ this.a.enqueued = !1
+ }
+ }
+};
+W.prototype.styleSubtree = function(a, b) {
+ X(this);
+ if (b)
+ for (var c in b)
+ null === c ? a.style.removeProperty(c) : a.style.setProperty(c, b[c]);
+ if (a.shadowRoot)
+ for (this.styleElement(a),
+ a = a.shadowRoot.children || a.shadowRoot.childNodes,
+ b = 0;
+ b < a.length;
+ b++)
+ this.styleSubtree(a[b]);
+ else
+ for (a = a.children || a.childNodes, b = 0; b < a.length; b++)
+ this.styleSubtree(a[b])
+};
+W.prototype.styleElement = function(a) {
+ X(this);
+ var b = a.localName, c;
+ b ? -1 < b.indexOf('-') ? c = b :
+ c = a.getAttribute && a.getAttribute('is') || '' :
+ c = a.is;
+ b = U[c];
+ if (!(b && '' !== N(b) || !b || ta(b))) {
+ if (ta(b) || b._applyShimValidatingVersion !== b._applyShimNextVersion)
+ this.prepareTemplate(b, c), ua(b);
+ if (a = a.shadowRoot)
+ if (a = a.querySelector('style'))
+ a.__cssRules = b._styleAst, a.textContent = J(b._styleAst)
+ }
+};
+W.prototype.styleDocument = function(a) {
+ X(this);
+ this.styleSubtree(document.body, a)
+};
+if (!window.ShadyCSS || !window.ShadyCSS.ScopingShim) {
+ var Y = new W, va = window.ShadyCSS && window.ShadyCSS.CustomStyleInterface;
+ window.ShadyCSS = {
+ prepareTemplate: function(a, b) {
+ Y.flushCustomStyles();
+ Y.prepareTemplate(a, b)
+ },
+ prepareTemplateStyles: function(a, b, c) {
+ window.ShadyCSS.prepareTemplate(a, b, c)
+ },
+ prepareTemplateDom: function() {},
+ styleSubtree: function(a, b) {
+ Y.flushCustomStyles();
+ Y.styleSubtree(a, b)
+ },
+ styleElement: function(a) {
+ Y.flushCustomStyles();
+ Y.styleElement(a)
+ },
+ styleDocument: function(a) {
+ Y.flushCustomStyles();
+ Y.styleDocument(a)
+ },
+ getComputedStyleValue: function(a, b) {
+ return (a = window.getComputedStyle(a).getPropertyValue(b)) ? a.trim() :
+ ''
+ },
+ flushCustomStyles: function() {
+ Y.flushCustomStyles()
+ },
+ nativeCss: u,
+ nativeShadow: l,
+ cssBuild: v,
+ disableRuntime: aa
+ };
+ va && (window.ShadyCSS.CustomStyleInterface = va)
+}
+window.ShadyCSS.ApplyShim = V;
+}).call(this);
+
+// # sourceMappingURL=apply-shim.min.js.map
\ No newline at end of file
diff --git a/demo/building.html b/demo/building.html
index c84d184..41b84d4 100644
--- a/demo/building.html
+++ b/demo/building.html
@@ -1,25 +1,36 @@
-
+
-
-
+
+
mapbox-gl demo
-
+
-
-
-
+
-
-
-
-
-
+
Basic mapbox-gl demo
@@ -34,29 +45,30 @@
Basic mapbox-gl demo
-
+ latitude="40.7135"
+ longitude="-74.0066"
+ zoom="15"
+ pitch="45"
+ >
-
+ fill-extrusion-opacity="0.6"
+ fill-extrusion-color="#666"
+ >
diff --git a/demo/centered.html b/demo/centered.html
index bc36311..1309e22 100644
--- a/demo/centered.html
+++ b/demo/centered.html
@@ -1,43 +1,48 @@
-
-
-
-
-
-
-
mapbox-gl demo
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
mapbox-gl demo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/controls.html b/demo/controls.html
index bd22c46..2977067 100644
--- a/demo/controls.html
+++ b/demo/controls.html
@@ -1,200 +1,199 @@
-
+
-
-
-
-
-
mapbox-gl demo
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
mapbox-gl-control demo
-
-
- 1. Declare as a child of mapbox-gl
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ mapbox-gl-control demo
+
+
+ 1. Declare as a child of mapbox-gl
+
+
-
-
+ position="top-right"
+ >
- ```
-
-
-
-
-
-
-
- 2. Pass in map object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 3. Custom IControl
-
-
-
-
-
-
-
-
I am a custom Control.
-
Click me!
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 2. Pass in map object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3. Custom IControl
+
-
-
-
+ access-token="pk.eyJ1IjoiZXRlcm5hMiIsImEiOiJjaXppZjRoaTIwMmYxMndsNHJ4dzR1eWJsIn0.MvJ5fsV47RHlSAt2fBEKLg"
+ >
+
I am a custom Control.
Click me!
-
- ```
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/demo/data-driven.html b/demo/data-driven.html
index a7f8c3d..804935b 100644
--- a/demo/data-driven.html
+++ b/demo/data-driven.html
@@ -1,621 +1,329 @@
-
-
-
-
-
-
-mapbox-gl demo
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- mapbox-gl-control demo
-
-
- 1. Loading with `source-data` attribute for `mapbox-layer`
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 2. Reference to `geojson-source` from `mapbox-layer`
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 3. Dynamically update `geojson-source`
-
-
-
-
-
- Add point
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4. Dynamically update `source-data` of `mapbox-layer`
-
-
-
-
-
- Add point
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ mapbox-gl demo
+
+
+
+
+
+
+
+
+
+
+
+
+ mapbox-gl-control demo
+
+
+ 1. Loading with `source-data` attribute for `mapbox-layer`
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2. Reference to `geojson-source` from `mapbox-layer`
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3. Dynamically update `geojson-source`
+
+
+
+
+ Add point
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4. Dynamically update `source-data` of `mapbox-layer`
+
+
+
+
+ Add point
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/dom-repeat.html b/demo/dom-repeat.html
index 5d53858..bf25ad8 100644
--- a/demo/dom-repeat.html
+++ b/demo/dom-repeat.html
@@ -1,20 +1,24 @@
-
+
-
-
+
+
mapbox-layer demo
-
+
+
+
Declaring GeoJSON directly in the "mapbox-layer"
@@ -32,92 +37,90 @@ Declaring GeoJSON directly in the "mapbox-layer"
-
+ latitude="40.7135"
+ longitude="-74.0066"
+ zoom="1"
+ access-token="pk.eyJ1IjoiZXRlcm5hMiIsImEiOiJjaXppZjRoaTIwMmYxMndsNHJ4dzR1eWJsIn0.MvJ5fsV47RHlSAt2fBEKLg"
+ >
-
+ opacity="0.7"
+ >
+ source-data="[[item.data]]"
+ >
-
-
-
diff --git a/demo/event-handling.html b/demo/event-handling.html
index a871e70..5de1824 100644
--- a/demo/event-handling.html
+++ b/demo/event-handling.html
@@ -1,308 +1,257 @@
-
+
-
-
-
-
-mapbox-gl demo
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- mapbox-gl-control demo
-
-
- 1. Event-handling on a mapbox-gl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+ section:nth-child(even) > marked-element,
+ section:nth-child(even) {
+ background-color: #eaeaea;
+ }
-
-
Move your mouse over the different land masses (islands)
+ h2,
+ h4 {
+ margin: 25px 5px 5px 10px;
+ }
+
+
+
+
+
+
+
mapbox-gl-control demo
+
+
+ 1. Event-handling on a mapbox-gl
+
+
+
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/geocoder.html b/demo/geocoder.html
index e27b42f..8cdf683 100644
--- a/demo/geocoder.html
+++ b/demo/geocoder.html
@@ -1,22 +1,27 @@
-
+
-
-
+
+
mapbox-gl demo
-
+
+
+
-
@@ -41,38 +43,41 @@
Basic mapbox-gl demo
access-token="[[key]]"
map="{{map}}"
map-style-url="mapbox://styles/mapbox/dark-v9"
- latitude=40.66995747013945
- longitude=-103.59179687498357
- zoom=3>
+ latitude="40.66995747013945"
+ longitude="-103.59179687498357"
+ zoom="3"
+ >
+ source-url="https://d2ad6b4ur7yvpq.cloudfront.net/naturalearth-3.3.0/ne_10m_parks_and_protected_lands_point.geojson"
+ >
-
+ radius="80"
+ opacity="0.2"
+ levels="[[levels]]"
+ >
diff --git a/demo/index.html b/demo/index.html
index a1eeeca..a0ed74f 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -1,27 +1,33 @@
-
+
-
-
+
+
mapbox-gl demo
-
+
+
+
+
-
-
-
-
-
+
@@ -40,7 +46,12 @@
2 way data-binding: latitude, longitude, and zoom level
Zoom level
-
+
2 way data-binding: latitude, longitude, and zoom level
longitude="{{lon}}"
zoom="{{zoom}}"
max-zoom="[[maxZoom]]"
- min-zoom="[[minZoom]]">
+ min-zoom="[[minZoom]]"
+ >
-
-
diff --git a/demo/mapbox-source-data.html b/demo/mapbox-source-data.html
index 3dab5ed..a59e870 100644
--- a/demo/mapbox-source-data.html
+++ b/demo/mapbox-source-data.html
@@ -1,30 +1,40 @@
-
+
-
-
+
+
mapbox-layer demo
-
+
+
-
-
-
+
Declaring GeoJSON directly in the "mapbox-layer"
@@ -32,15 +42,15 @@ Declaring GeoJSON directly in the "mapbox-layer"
-
+ latitude="40.7135"
+ longitude="-74.0066"
+ zoom="1"
+ pitch="45"
+ >
Declaring GeoJSON directly in the "mapbox-layer"
rendering-type="circle"
source-data="[[sourceData]]"
color="#009688"
- opacity=0.7>
-
+ opacity="0.7"
+ >
@@ -108,7 +118,8 @@ Referencing data from "geojson-source" in "mapbox-layer"
interactive
access-token="[[key]]"
map="{{map}}"
- zoom=10>
+ zoom="10"
+ >
@@ -118,7 +129,8 @@ Referencing data from "geojson-source" in "mapbox-layer"
layer-id="coastline_outline"
rendering-type="line"
color="#eee"
- line-width=2>
+ line-width="2"
+ >
@@ -128,23 +140,24 @@ Referencing data from "geojson-source" in "mapbox-layer"
layer-id="coastline_fill"
rendering-type="fill"
color="#009688"
- opacity=0.7>
+ opacity="0.7"
+ >
+ source-url="./sg.geojson"
+ >
-
@@ -159,10 +172,11 @@ Real time data using "geojson-source"
interactive
access-token="[[key]]"
map="{{map}}"
- latitude=40.7135
- longitude=-74.0066
- zoom=1
- pitch=45>
+ latitude="40.7135"
+ longitude="-74.0066"
+ zoom="1"
+ pitch="45"
+ >
Real time data using "geojson-source"
rendering-type="circle"
source="geojsonsrc"
color="#009688"
- opacity=0.7>
+ opacity="0.7"
+ >
+ source-data="[[sourceData]]"
+ >
-
-
diff --git a/demo/markers.html b/demo/markers.html
index 7f18b14..588d05a 100644
--- a/demo/markers.html
+++ b/demo/markers.html
@@ -1,476 +1,488 @@
-
+
-
-
-
-
-
mapbox-gl demo
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
mapbox-gl-control demo
-
-
- 1. Plotting Map markers
-
-
-
-
-
-
-
-
-
-
-
- [[msg]]
-
-
-
-
-
+
+
+
+ mapbox-gl demo
+
+
+
+
+
+
+
+
+ mapbox-gl-control demo
+
+
+ 1. Plotting Map markers
+
+
+
+
+
+
+
+
+
+
+ [[msg]]
+
+
+
+
+
+ [[item.msg]]
+
+
+
+
+
+ Generate random markers
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+ 2. Attach popup to a map marker
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Click on marker to show popup!
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 2. Attach popup to a map marker
-
-
-
-
-
-
-
-
-
-
-
-
-
+ ```
+
+
+
+
+
+
+ 3. Display a popup on click
+
+
+
+
+
+
+
+
+ Click on the map to show a popup!
+
+
+
+
+
+
+
-
-
-
-
-
- 3. Display a popup on click
-
-
-
-
-
-
-
-
-
- Click on the map to show a popup!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4. Style a popup with slotted elements
-
-
-
-
-
-
-
-
-
Hi
-
You clicked on [[lat]], [[lng]]!
-
-
+ ```
-
-
- Click on the map to show a popup!
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ 4. Style a popup with slotted elements
+
+
+
+
+
+
+
+
Hi
+
You clicked on [[lat]], [[lng]]!
+
+
+
+
+ Click on the map to show a popup!
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+ ```
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/sg.geojson b/demo/sg.geojson
index 614febf..30209ad 100644
--- a/demo/sg.geojson
+++ b/demo/sg.geojson
@@ -1 +1,16552 @@
-{"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"MSLINK": 1.0, "GDO_GID": 1.0, "MAPID": 0.0, "COSTAL_NAM": "Linkway"}, "geometry": {"type": "Polygon", "coordinates": [[[103.71078240777986, 1.308448955581538], [103.71124249723321, 1.3087136444150553], [103.7113291550914, 1.3085962795655703], [103.71133737269422, 1.3085880104754222], [103.71136750307201, 1.3085439107037302], [103.71140037298235, 1.3085025666586478], [103.71142776445683, 1.3084612223451306], [103.71144419992687, 1.308439172073445], [103.71146337339913, 1.3084143663423644], [103.711477069335, 1.3083895585346514], [103.71148528706958, 1.308378533850796], [103.71150172267153, 1.308353727081157], [103.71152363634081, 1.3083178954934955], [103.71154828904325, 1.3082765501400493], [103.71157568167698, 1.308229692829472], [103.71158937747774, 1.3082076424227436], [103.71161677037553, 1.3081552721165919], [103.71163046747245, 1.3081249522171567], [103.71166059940163, 1.308067069049016], [103.7116934715264, 1.3079981600240296], [103.71171264655473, 1.307959570898621], [103.71172634364927, 1.3079292509984035], [103.71173730094476, 1.3079016865576363], [103.71176743572659, 1.3078217514077042], [103.71178387225005, 1.307777649152971], [103.71180030967142, 1.307733546898103], [103.71194362336685, 1.3073189849680213], [103.71194294915445, 1.3091201571023712], [103.71213741742433, 1.3089994694180986], [103.71213548006739, 1.3072784580445018], [103.7121425197352, 1.3071938606805116], [103.71143395516717, 1.306958168241688], [103.71143395341524, 1.3069758675238892], [103.71139601365581, 1.30722789256117], [103.71134943569064, 1.307415331208598], [103.7112754672833, 1.3076413567655651], [103.71119328362481, 1.3078453299368034], [103.71105905996887, 1.3080823739999987], [103.71078240777986, 1.308448955581538]]]}, "id": "0"}, {"type": "Feature", "properties": {"MSLINK": 3.0, "GDO_GID": 2.0, "MAPID": 0.0, "COSTAL_NAM": "SENTOSA"}, "geometry": {"type": "Polygon", "coordinates": [[[103.81250835260626, 1.2535517434605448], [103.81262353081506, 1.253629073923913], [103.81273870768675, 1.253648407450227], [103.81281549386966, 1.2535710785126555], [103.8129492670313, 1.2534305041526441], [103.81298258707223, 1.2534437370831895], [103.81327956788186, 1.253801853488377], [103.81328781703716, 1.2538332359243582], [103.81310343272662, 1.254286379276803], [103.81298825253407, 1.2544603691736504], [103.81279628776574, 1.254615026751878], [103.81260432282276, 1.2547890160229542], [103.81248914485087, 1.254789014197599], [103.81222039549611, 1.2548083446406644], [103.81204762746314, 1.2548856718704555], [103.81191325204976, 1.2550403298525297], [103.81170208914334, 1.2553109810510124], [103.81156771294917, 1.2554463064022636], [103.81135655216453, 1.2555622975817282], [103.81118378250788, 1.2557169551988487], [103.81108779986478, 1.2558136156279505], [103.81093422832484, 1.255948940780409], [103.81079985255548, 1.2560262700641507], [103.81064627969155, 1.2561035973643764], [103.81051190497229, 1.256161593117003], [103.81039672694193, 1.2561615921021951], [103.81018556758048, 1.2561035923941557], [103.81010878368114, 1.2560069295557856], [103.80999360702987, 1.2558522694404906], [103.81005119802683, 1.2556782782628915], [103.81012798485885, 1.2555429524781911], [103.810166378248, 1.2554269589604228], [103.81007039677503, 1.2553882937841556], [103.80984004078287, 1.255388290807176], [103.80974405755153, 1.255446286867608], [103.80955209307307, 1.2556396085188544], [103.80926414262707, 1.2559875883493394], [103.80909137300752, 1.256219574460312], [103.80891860209982, 1.256490225781172], [103.80884181409729, 1.256741545385616], [103.80872663296688, 1.2570701941632374], [103.80863064837781, 1.2572635175530826], [103.80841948513914, 1.257514835859362], [103.80826591317938, 1.2576694925542233], [103.80790117790542, 1.257978806255156], [103.80765162232166, 1.25821079150728], [103.80724849410568, 1.2585587699526541], [103.80690295440773, 1.2589067480158656], [103.80674938059558, 1.2591387341532432], [103.80663431820795, 1.2593291705326084], [103.80659592381541, 1.2595224962406713], [103.80671109772466, 1.2596771583104118], [103.80688386247918, 1.2597931557432989], [103.80711421557697, 1.2598511559174534], [103.80722939062225, 1.2599864853542901], [103.80732537151121, 1.2600058171220243], [103.80738296054265, 1.2599671533834094], [103.80753653084128, 1.259909156182408], [103.80767090548552, 1.2597931609503845], [103.80774769180891, 1.259735163878676], [103.8079972425959, 1.2597351654281264], [103.80815081029903, 1.2598511625897642], [103.8082851819843, 1.2599478260418522], [103.80836196666425, 1.2599671593942205], [103.80863248265987, 1.2599924661221364], [103.80907369140891, 1.2599520804487998], [103.8096865080256, 1.2596965107582738], [103.81012852475082, 1.259525196370636], [103.81093477298622, 1.2594092078030261], [103.81133789760189, 1.2592352186622602], [103.8118562010638, 1.2590805639305507], [103.81222093069852, 1.2590998986354192], [103.81251191155876, 1.2591285594139137], [103.81304616135772, 1.2590643483090687], [103.81359794800558, 1.2590864208868462], [103.81401469148494, 1.2590271709349021], [103.81425585655572, 1.2589821127337142], [103.81446170545019, 1.258981363618273], [103.81465880519507, 1.2588762986285704], [103.81488488997132, 1.2587362086761442], [103.81507619301689, 1.2586661660535923], [103.81531321786656, 1.2585835485390091], [103.81554136138422, 1.25853658010753], [103.81582930358479, 1.2585365811638032], [103.81615563884468, 1.25857524857076], [103.81636679572284, 1.2586525795045012], [103.8166739341847, 1.258787908875391], [103.81692348189026, 1.2589812356814598], [103.817211421818, 1.259213228830858], [103.81732659790896, 1.2594065547586146], [103.81732659594887, 1.259580549168799], [103.81738485484888, 1.259736118404676], [103.81751922765841, 1.2598521148992232], [103.81769199392824, 1.2599487790073685], [103.81788395654266, 1.2600261106069768], [103.81805672441185, 1.2600067799248875], [103.81821029661857, 1.2598907869646654], [103.81832547526014, 1.2598134589964258], [103.81855583519128, 1.259504142149343], [103.81855583851267, 1.259233488296001], [103.81857435549172, 1.2589039097375636], [103.81867033729552, 1.2587685819986576], [103.81891988964884, 1.2586332533058522], [103.8190926557272, 1.2585945881324831], [103.81915024334629, 1.258613921060327], [103.81938128759467, 1.258672857072857], [103.81966923371148, 1.258614862579534], [103.81991878689819, 1.2584795383114664], [103.82007166347586, 1.2583625992680956], [103.82034041339675, 1.2581112748617078], [103.82056681424656, 1.2579394656134144], [103.82089679569417, 1.257799172157915], [103.82115344711885, 1.257666262457487], [103.82132909532588, 1.2576847946213041], [103.82136383164094, 1.2576775499131736], [103.82138495889423, 1.257653163806143], [103.82147609499759, 1.2574595134334265], [103.82166675101884, 1.2573487548971924], [103.82185740731425, 1.2571715417913674], [103.82216406031928, 1.2569706519905035], [103.82239441474839, 1.2569513194548398], [103.82246628882332, 1.2570095753384891], [103.82270155411253, 1.256893321989273], [103.82275914421864, 1.256738661323884], [103.82291271415423, 1.2566419979775565], [103.82310467758802, 1.2564873369355896], [103.82321985391732, 1.2564680038698126], [103.82341181569262, 1.2565066698358842], [103.82350779517827, 1.2566613311022474], [103.82376122702917, 1.2565008913504299], [103.82399151511241, 1.25617308335432], [103.8242908184741, 1.2560568219494688], [103.82466345363498, 1.2556309224223254], [103.82504737941171, 1.2552636022211277], [103.82531612854214, 1.255012278191141], [103.82575764206277, 1.2548576168026098], [103.82598799522239, 1.254896281785467], [103.8263527230675, 1.254741620981637], [103.82706212129365, 1.2545867945772333], [103.82754489141368, 1.2544749962720876], [103.82758522553917, 1.2544528448423187], [103.82764939412874, 1.2543937727580883], [103.82768606141, 1.254345776372293], [103.82770806107665, 1.2543088566182752], [103.82789323089875, 1.254290398920097], [103.82791523223379, 1.2543143971988922], [103.82796473212153, 1.254355011434787], [103.82800506612594, 1.2543900855102372], [103.82805090098259, 1.254397470649329], [103.82840596104597, 1.254412815709383], [103.82877071716868, 1.2544128199924391], [103.82903948524802, 1.2543934914543788], [103.82936584724595, 1.254374162977033], [103.8296730103398, 1.2543741670449964], [103.8299417783342, 1.2544128362533677], [103.83022974341274, 1.2544515063613189], [103.83044091831188, 1.2545675077103908], [103.83063289529287, 1.254644843795952], [103.83094005840111, 1.2546641803275353], [103.83130481547303, 1.2546448525463285], [103.83168876960511, 1.2546448573393807], [103.8320361194709, 1.2546070351777194], [103.83208170366413, 1.2545913336127932], [103.83232273057787, 1.2544902862892777], [103.8325146924118, 1.2543162919329844], [103.83262986946177, 1.2543549571932575], [103.83280223699859, 1.2543935410678677], [103.83307100505873, 1.2542582119115064], [103.83351255302577, 1.2538328889991703], [103.83395409996999, 1.253484898272916], [103.83433805294626, 1.2532529058875372], [103.83449163573351, 1.2531562409477484], [103.83479879865381, 1.2530982456656614], [103.83525954350752, 1.253078918178228], [103.83577788136759, 1.2530789240736224], [103.83631541721404, 1.2530982633616894], [103.83681455711259, 1.2530982681682052], [103.83701551582067, 1.2531425085295804], [103.83722103549438, 1.2532050342271839], [103.83732369697688, 1.25325672125214], [103.83742905322063, 1.25335304954032], [103.837736196686, 1.2535077081369885], [103.83787057174499, 1.253546372228481], [103.8380241433233, 1.2537783615072697], [103.8381777145733, 1.2538170264524342], [103.83860003588654, 1.2538750216628431], [103.8389455715007, 1.253875019131617], [103.83925271463758, 1.2538170188023776], [103.8394638749661, 1.2537010226337997], [103.83965583829888, 1.2536236908169727], [103.83994378536481, 1.2536236891969925], [103.84003689333079, 1.2535077547760156], [103.84021253400789, 1.2534496940766109], [103.84046953825397, 1.2533896091743826], [103.84080762348219, 1.2534883549488591], [103.84099958805164, 1.2535463513257383], [103.8412683382716, 1.2536236800685518], [103.84153708826646, 1.2536236774263563], [103.84161963777998, 1.253581109602899], [103.84171561981812, 1.2533877822590813], [103.84183079655138, 1.2530204631383959], [103.84181159997783, 1.2526144792261251], [103.84177320489594, 1.2520345027584352], [103.84213793719601, 1.2519958345158093], [103.84219552696284, 1.2521118290965256], [103.84234909824153, 1.2521698264096777], [103.84273302595102, 1.2521698232438927], [103.84307856126708, 1.252150487552107], [103.84338570447761, 1.252189150707243], [103.84367365063714, 1.2522278129979905], [103.84398079288829, 1.2522471425651727], [103.84424954322066, 1.252363136227794], [103.84447990125051, 1.2524791291226105], [103.84476784804329, 1.2526531204883495], [103.84501740173003, 1.2528464446073437], [103.84543972374058, 1.2530590987083496], [103.84590043831744, 1.2531170916508445], [103.8463611524362, 1.253078423255493], [103.8467450796827, 1.2529624238193124], [103.84703302476743, 1.252769095286136], [103.84718659617297, 1.2526530978914772], [103.84745534544258, 1.2525370998657768], [103.84773756863942, 1.252351148192392], [103.84804555281842, 1.252203468170363], [103.84824239640142, 1.252092442668484], [103.84841516319537, 1.2520151112222264], [103.84845355519428, 1.2518024531614258], [103.84839596482973, 1.2516284599779606], [103.84828078537375, 1.2511838123495502], [103.84822319405376, 1.2508358265473132], [103.84806962042695, 1.2505265074174823], [103.84776247602888, 1.2500818608382667], [103.84641872015602, 1.247974623897048], [103.84607318271699, 1.2474333151312325], [103.84557407401908, 1.2467566787414972], [103.84503657368508, 1.2461573746875498], [103.84467184090185, 1.2456740636522803], [103.84444148306247, 1.2452487489352728], [103.8443263035612, 1.2449974263398], [103.84413433941835, 1.2446881062131185], [103.84388478618591, 1.2443981207268544], [103.8430785363364, 1.243667362414275], [103.84250264500326, 1.2430680561496275], [103.84194594930976, 1.2425267493441847], [103.8415812177092, 1.2420821021824278], [103.8414660392671, 1.2420434382162093], [103.84144684335645, 1.242101436120282], [103.8415428264252, 1.242662079843875], [103.8415044347759, 1.2428360734968391], [103.84148523795268, 1.2431840597178436], [103.84161961338451, 1.2434933802278214], [103.84173479299213, 1.2438800303456785], [103.84181157903424, 1.244112020569364], [103.84186916852225, 1.24447933915462], [103.84192368788848, 1.2446076159427606], [103.84188702314268, 1.2447626776124052], [103.84180636181051, 1.2448365165784145], [103.84167720647694, 1.245020652978581], [103.84156202922463, 1.2454073047271312], [103.84158122629815, 1.2457166264968202], [103.84160042301477, 1.2459099516753331], [103.8415877843761, 1.2462088959537454], [103.8416261780541, 1.2463828893608067], [103.84176236811938, 1.2465126571883256], [103.84189436176314, 1.2468227789502186], [103.8419016956414, 1.2471329020202253], [103.84181158671964, 1.2473598925439495], [103.84121650039644, 1.2479205411185843], [103.8411205189045, 1.2479398749247126], [103.84104373342888, 1.2479205425382924], [103.84096694795439, 1.2479012110539718], [103.84026671511997, 1.246873816192381], [103.84013472168253, 1.2465710775845937], [103.84013472067858, 1.2461797325472252], [103.84023610147817, 1.2458609019564093], [103.84013471886989, 1.2451238382694316], [103.84016069379474, 1.2449046680127862], [103.84023747872405, 1.2447500068951998], [103.8402182821657, 1.2445760143189146], [103.84004551409633, 1.2440540359807677], [103.83994953157985, 1.2436093869908518], [103.83981515581738, 1.2430874085359778], [103.83966158519137, 1.2426814258075833], [103.8395272102985, 1.2424881008834192], [103.83950801375886, 1.2422947747792956], [103.83966158404137, 1.2421981113389104], [103.8402374727372, 1.2417534588392838], [103.84037184697931, 1.2416954597333068], [103.84050622147606, 1.2417341236954562], [103.84060220317099, 1.2418694517364577], [103.84062140057947, 1.242024111698537], [103.8406597929673, 1.2421014420514611], [103.84083256050924, 1.2421207732743336], [103.84096693436841, 1.2419274458335103], [103.84099571971029, 1.2416838377991346], [103.84084214762593, 1.2414325151519179], [103.84024706015265, 1.2407752114893966], [103.83999750686155, 1.2405045573301627], [103.83976715158614, 1.2402725683299969], [103.83942161717205, 1.24002124696286], [103.83915286817536, 1.2398472558421156], [103.83880733395354, 1.239634599623665], [103.83851938896673, 1.2394606084771982], [103.83807787243555, 1.2390932923300089], [103.83763635782294, 1.2387259761072704], [103.83724506568713, 1.2385424683510387], [103.83709840677817, 1.2385018580440275], [103.83699024607633, 1.23850001238699], [103.83693708222596, 1.2385037049835166], [103.83688391931325, 1.2385369323387354], [103.83687475262494, 1.238575697966764], [103.8368802525628, 1.2386310767643471], [103.83689125232847, 1.238658766604175], [103.83692425065621, 1.238688301319116], [103.83703241054135, 1.2387436799743308], [103.83709657418022, 1.2387787529757923], [103.83716440290505, 1.2388175184935806], [103.83728538927198, 1.2389017536053728], [103.83738255039495, 1.2389922053548625], [103.83744488022529, 1.2390715813943645], [103.83751087702255, 1.2392063362312158], [103.83753470872938, 1.2393041731366252], [103.83753837568466, 1.2393540145071253], [103.83752371021393, 1.2395061947801402], [103.83744489175254, 1.2401371180674445], [103.83742655942139, 1.2403069470320425], [103.8374247265422, 1.2403789408369277], [103.83743572545067, 1.2404250896725597], [103.83747239076493, 1.2405063115597568], [103.83751455501654, 1.240565382820365], [103.83755855223656, 1.2406096857933173], [103.83759521747146, 1.2406373746840025], [103.83768504571312, 1.240668756009891], [103.8377675410767, 1.240687215774857], [103.83783999809208, 1.24068597576694], [103.83798115719615, 1.2406878213305876], [103.83811498346165, 1.2407007417564415], [103.83824514286005, 1.2407192014192774], [103.83834780381174, 1.2407358135101185], [103.83844496492789, 1.2407690406053797], [103.83851279461787, 1.240805959373793], [103.83858062431702, 1.2408465706636091], [103.8386612867944, 1.2409111792566314], [103.83872361668168, 1.2409776336941896], [103.83877128090185, 1.2410680854915304], [103.83880794628467, 1.2411585373108653], [103.83887018131954, 1.2414085335689047], [103.83895084355758, 1.2417740353099787], [103.83900400809011, 1.2420611874274172], [103.83901684116705, 1.2422217863815186], [103.83900950851299, 1.2423196233382632], [103.83898567624583, 1.2424193052355055], [103.83894351227092, 1.242520834789813], [103.83889584838931, 1.2426075951669264], [103.83859384648798, 1.2424034760413223], [103.83860851287157, 1.2422816417403033], [103.83860667880627, 1.2421930356586612], [103.83859934571696, 1.2420785855434973], [103.83858101369333, 1.2419179865980583], [103.8385370152004, 1.2417020088997068], [103.83848577914867, 1.2415124658095338], [103.83843261582771, 1.2413537127397873], [103.83839595137097, 1.241272489962293], [103.83835562009641, 1.241222649568475], [103.83830245609727, 1.2411746541033428], [103.83821262782118, 1.2411377353705655], [103.8380861343667, 1.2411100475569923], [103.83797064068261, 1.241098972002542], [103.83787363055961, 1.241093419369507], [103.8378223005414, 1.2410934194576795], [103.83773247145847, 1.2411063411797492], [103.83767197563505, 1.241134032038798], [103.83762431077257, 1.2411801809695449], [103.83759497940947, 1.2412281765835154], [103.83758398062454, 1.2412632505973917], [103.83758214684461, 1.2413315509743248], [103.83756748049838, 1.2415032257418301], [103.8375674753617, 1.2416631753904952], [103.83756930949187, 1.2418145444188948], [103.8375913083577, 1.2419899116496669], [103.8376151401373, 1.2421154375017351], [103.83763333447907, 1.2421828370977817], [103.83767366579691, 1.2422585215468194], [103.83772316295617, 1.2423249760285888], [103.83791198657227, 1.2425391076817907], [103.83805864414198, 1.2427052438315427], [103.83809119776569, 1.2427363150479953], [103.8381498616419, 1.2427713880322684], [103.83821585744829, 1.2427861552897106], [103.83827818724154, 1.2427843093636435], [103.83833135114762, 1.2427658484560815], [103.8383881819028, 1.24273077525599], [103.83841751330685, 1.2427030853455838], [103.83845784530797, 1.2426513980827507], [103.83850917521247, 1.2425775583719807], [103.8385293407513, 1.2425461768596024], [103.8388263243908, 1.2427455399462708], [103.83862466901955, 1.2430685868450457], [103.83858067194873, 1.2431295031644796], [103.83854217379326, 1.2431608847135867], [103.83849450976885, 1.2431867288520606], [103.83844501272691, 1.2431996505189167], [103.838379016049, 1.2432051889791393], [103.8383373990457, 1.2432032428649344], [103.83821640537558, 1.2431810915717212], [103.8380990785795, 1.243153403742508], [103.83801108323422, 1.243118330809686], [103.83794875335279, 1.243074027877644], [103.8378680908174, 1.2430038809315047], [103.8377782623959, 1.2429134291908712], [103.83771436815245, 1.2428459265752851], [103.83765203731485, 1.2427591664029], [103.83756404186512, 1.242646562226034], [103.83750171196169, 1.2425764161430795], [103.83744488286666, 1.2425284215713077], [103.83738438599694, 1.2424822728133278], [103.83731105640469, 1.2424435073109406], [103.83721206223937, 1.242402896939508], [103.83710428769336, 1.2423647319804638], [103.83688796588238, 1.2422908944805984], [103.83664964548102, 1.2422059803256482], [103.83673234443259, 1.2418974361329733], [103.83680933994458, 1.2419066659835318], [103.83687350271164, 1.2419066658978326], [103.83696333182331, 1.2418918965869843], [103.83704216027274, 1.2418623617178466], [103.83709532414821, 1.2418291334557088], [103.83713382228052, 1.2417829836436305], [103.83716132066198, 1.2417312964188463], [103.8371723194171, 1.2416703792665802], [103.8371888187696, 1.2414913203567675], [103.83719249531502, 1.2413409298427316], [103.83719066305724, 1.241226479714576], [103.83717966317113, 1.241124951169937], [103.8371631642673, 1.2409901953508142], [103.83713933162073, 1.240864670397837], [103.83711549994311, 1.2407871392022165], [103.83709533428868, 1.2407391436647188], [103.8370641688926, 1.240687457428226], [103.83703678991169, 1.2406585774680736], [103.83700562545185, 1.2406327343713204], [103.83694879463035, 1.240599507167603], [103.83688279887531, 1.2405773557358637], [103.83680763640112, 1.24057551093121], [103.83662981213173, 1.2405884336347794], [103.83648865393872, 1.2405921254267915], [103.83635482770096, 1.240592126488352], [103.83620633574445, 1.2405902817497547], [103.83603217832521, 1.2405792070778137], [103.83582502348735, 1.2405607473794276], [103.83575963875437, 1.240555270604806], [103.83572114147637, 1.2405589622588753], [103.83567714344923, 1.2405829596295639], [103.83563681231094, 1.2406198803752873], [103.83560564792967, 1.2406697208739952], [103.83560564796747, 1.2407140239173318], [103.83561114698813, 1.2407730952399088], [103.83563314651589, 1.2408340123574733], [103.83573580764757, 1.2410629125282473], [103.8357631372065, 1.2410992354276589], [103.8358676303637, 1.2412358360772906], [103.83612245045843, 1.2415071915059406], [103.8362487768747, 1.2416158065351648], [103.83642293360766, 1.2417505612744386], [103.83652926152796, 1.2418170157116297], [103.83657142573459, 1.2418391671814486], [103.83648893073021, 1.2421467889164808], [103.83639726945097, 1.2421061776009834], [103.8362304447159, 1.2420231091327927], [103.83601778978309, 1.2418957394669905], [103.83586196479034, 1.2417868278236708], [103.8357157764831, 1.2416708241302767], [103.8355819509757, 1.241536069309744], [103.83544262468985, 1.241371779727491], [103.83533263076139, 1.241209334116139], [103.83520290339287, 1.2409682078358422], [103.8351332406656, 1.240800224758374], [103.83506907689186, 1.2405934760600705], [103.83505628993069, 1.240502101719742], [103.83505262387463, 1.2403839599715252], [103.83506545655362, 1.2403119670652876], [103.83508745509242, 1.2402602798651827], [103.83512045337305, 1.2402196684183016], [103.83516995036449, 1.240190132720406], [103.83523044709776, 1.240171672774544], [103.83529644371265, 1.2401735185355325], [103.83546326734219, 1.240179054929619], [103.83610075602658, 1.2402104376180432], [103.83639407301516, 1.2402104363886886], [103.83683153486388, 1.2402012149354198], [103.83701119211392, 1.2402012137859633], [103.83707535485024, 1.2402085978374864], [103.83712301886942, 1.2402067510554584], [103.83716151703092, 1.2401975210482612], [103.8371945153005, 1.240171676955107], [103.83721834681874, 1.240142142160624], [103.83722751352357, 1.2401144513883593], [103.83724034699772, 1.2400129237120814], [103.83726043049577, 1.2397977969004514], [103.837265930161, 1.2396611952382566], [103.83726043021836, 1.2396095080607898], [103.83724393141483, 1.2395393609966823], [103.83721643289346, 1.2394784448045433], [103.83716510189637, 1.2394009145533211], [103.83709543921435, 1.2393233843273102], [103.83704441466735, 1.2392795281124265], [103.8369747520525, 1.239246300926904], [103.83687942400647, 1.239218611202516], [103.83666676939622, 1.2391946150534516], [103.83654577593538, 1.2391835403473093], [103.83635328693863, 1.2391890789078464], [103.83617362978423, 1.2392149240573365], [103.83601047221205, 1.2392296916081538], [103.83588947876466, 1.2392315384422303], [103.83572695282511, 1.2392160594797894], [103.83555829534316, 1.2391809865354446], [103.83536947227728, 1.2391274545972506], [103.83521731437679, 1.2390573085258503], [103.83504315699427, 1.2389410127022515], [103.83471851744886, 1.238648661457545], [103.83443057368508, 1.238358674167784], [103.83418102122197, 1.2381266846808046], [103.83393146880655, 1.2379140277854528], [103.83370111339123, 1.2377400351905943], [103.8334323649993, 1.2376433739444455], [103.83308683150157, 1.2376047105120167], [103.83283728007754, 1.2376240439969748], [103.83239576446151, 1.237740041380035], [103.83216540900906, 1.237914035733792], [103.83187746443984, 1.238107361747264], [103.83168550012076, 1.2383200204063611], [103.8315994232638, 1.2384446771507196], [103.83153192967993, 1.2385520125975935], [103.83141675136862, 1.238745338672146], [103.83114800260991, 1.2390739938314332], [103.83086005685364, 1.2393639828090703], [103.83084086067679, 1.2394799775793832], [103.83082142196595, 1.2395225179968028], [103.83076346715218, 1.2395301100869216], [103.83066809335813, 1.239479978314446], [103.83041854188939, 1.2393639841658592], [103.8302457745783, 1.239363984873215], [103.82993863398848, 1.2392866558418534], [103.82986080924611, 1.2392714687350626], [103.82978506272458, 1.2393059882547677], [103.82959309981398, 1.2396153098359517], [103.82961229564125, 1.2397893034017748], [103.82965068759715, 1.2399246308590817], [103.82969948370871, 1.239958169311225], [103.82978506187537, 1.2399439636591278], [103.82991943622986, 1.239905297701828], [103.83001541843645, 1.239866631689503], [103.83008079594657, 1.2398769460565187], [103.83013059572053, 1.2399052970630096], [103.83020738068143, 1.2400986224046948], [103.83018818428825, 1.2403692780921314], [103.83003461262854, 1.2406592680377018], [103.82978505961204, 1.2409685895566152], [103.82940113326373, 1.2411425834514451], [103.82903640285419, 1.241374576071062], [103.82888283117258, 1.2415679019666777], [103.82878684852497, 1.241819225798481], [103.82849890304298, 1.2421478797399432], [103.82830693913452, 1.2423218738188466], [103.82799979771818, 1.2425152002668576], [103.82783659485335, 1.2425877327325494], [103.82778159788282, 1.2426080392330607], [103.82769176960261, 1.2426191138978049], [103.82764227164392, 1.2426209614090655], [103.82758910863292, 1.242608039723266], [103.82755244344699, 1.2425932713590324], [103.8275322779031, 1.242567428174538], [103.82751761224415, 1.2425360466695785], [103.82751577931747, 1.2425065110023774], [103.82754511088044, 1.2424566696921702], [103.82759277507384, 1.2423957526611165], [103.82769360327897, 1.2422960701294263], [103.82771010207425, 1.2422591503597158], [103.8277119360458, 1.242220384749153], [103.82769543659093, 1.2421447011028814], [103.82759827579366, 1.2420025609087801], [103.82746230138886, 1.2418772264431441], [103.82734712337768, 1.2417418987823448], [103.8272658743122, 1.2417215386220224], [103.82721274902697, 1.2417225667620195], [103.82712654901162, 1.2417363056759863], [103.82703998227935, 1.2417998968138855], [103.82692480350154, 1.241993223589753], [103.82680962465953, 1.2422058811664172], [103.82640649944838, 1.2426118659512675], [103.82613775052747, 1.2429598531997526], [103.82586900085477, 1.243230509056002], [103.82567703697512, 1.243307839866193], [103.82560199647585, 1.243359522308181], [103.82558105525482, 1.2434238352726898], [103.82553495778427, 1.2435669084224965], [103.82547736807565, 1.243740901782756], [103.82522781441735, 1.2439922250136224], [103.82351933129742, 1.2458094885461044], [103.8233657599292, 1.2459834814941104], [103.82332736614235, 1.2461574748755326], [103.82325057928851, 1.2463121354943227], [103.82323701208809, 1.2464040777266612], [103.82325057870032, 1.2464667955032194], [103.82330300764957, 1.246485300824722], [103.8233465610944, 1.2464667958712747], [103.82336575721382, 1.2464667959444617], [103.82351932839558, 1.2463507999355075], [103.82353852555553, 1.2463121356834226], [103.82369209650992, 1.2462541375066851], [103.82388406217854, 1.2460028142217405], [103.82403763331082, 1.2458868181815783], [103.82421040021167, 1.2458674852706406], [103.82426798938948, 1.2458868180849674], [103.82444075673352, 1.2460028134588603], [103.82455593291829, 1.2461574738574133], [103.8246135216599, 1.246312134963946], [103.82457512872065, 1.246524792687889], [103.82445994981595, 1.2466407879850405], [103.8243639680521, 1.2467181181144915], [103.82417200401007, 1.2467567835820457], [103.82403762942995, 1.2467374513982759], [103.82396078280244, 1.2467780444589367], [103.82393947585231, 1.246831514068546], [103.82390113607067, 1.2469861929308526], [103.82380521592869, 1.2471602286151875], [103.82365170746746, 1.2473149540781905], [103.82351739331796, 1.247469671464698], [103.82336387860506, 1.247605062487426], [103.8231143726747, 1.2476824932688793], [103.82290323053917, 1.2476825756366339], [103.82271307521012, 1.2477040806744826], [103.82250191486573, 1.2477620785542485], [103.82234834265908, 1.2478780735967812], [103.8221931491789, 1.2480695161903097], [103.82211485328743, 1.2482922347653793], [103.82203809187129, 1.2483502639288675], [103.82198156625084, 1.2483920236490167], [103.8219095687066, 1.2484762739924231], [103.8215320442953, 1.2481058615328167], [103.82236565878449, 1.2472961264487623], [103.82246352401037, 1.2472014343991344], [103.82247438118058, 1.2471350811725506], [103.82244432836241, 1.247085438635303], [103.8223863870309, 1.247046474724934], [103.82230995385939, 1.2470467737488018], [103.82207959768137, 1.2470467736722217], [103.82183004291149, 1.2472014344026638], [103.82106218517738, 1.247820076364481], [103.82096620300153, 1.2479554042086467], [103.82096620218881, 1.2481293968281388], [103.82106218338542, 1.2482067277355808], [103.82121575388346, 1.2482840580028338], [103.82129253931177, 1.248284057453415], [103.82140771816479, 1.2482260601403194], [103.82145954632867, 1.2481759531209233], [103.82184263618447, 1.2485538320539438], [103.82176412787595, 1.248644341475687], [103.82159022154786, 1.2488429338593596], [103.82138728721779, 1.249075151298628], [103.82117621668687, 1.249307230315632], [103.82098430686099, 1.2494233037761844], [103.82079239611983, 1.2495393772223533], [103.82060045527741, 1.2495587857777415], [103.82040850823714, 1.249558861705459], [103.82021653821884, 1.249481604451901], [103.82021650814832, 1.249384939575517], [103.82029325634684, 1.2492882434308659], [103.82038918739003, 1.249152874916965], [103.8204083578493, 1.2490755355140226], [103.82035075624154, 1.249017558187989], [103.820254776547, 1.2489982639832249], [103.82015995004417, 1.2489026992424295], [103.82002557596984, 1.2487673711705631], [103.8198528083471, 1.2487093733482904], [103.81979521894338, 1.248728706568397], [103.81969923696866, 1.2488060365234155], [103.81966084429685, 1.2488833667769044], [103.81960325468735, 1.2489413643153835], [103.8194880758655, 1.2489800298387241], [103.81931530883232, 1.2489800289171051], [103.81921932614229, 1.2490186936271188], [103.81893137995793, 1.249115356931031], [103.81873955262661, 1.249247240337524], [103.81845160945056, 1.249440565750316], [103.81816366511228, 1.2496725563571411], [103.81795250709762, 1.2497498864788463], [103.81785652514556, 1.2498078837512097], [103.81779893592073, 1.249943212606043], [103.81766456256761, 1.250001210546668], [103.81741500937724, 1.2502525339116963], [103.81728063576529, 1.2503491961539654], [103.81718465479354, 1.2503878616921589], [103.81693947394282, 1.2504645240980639], [103.81608885983403, 1.2506491185241977], [103.81608152656246, 1.25070818979592], [103.81611819075196, 1.2507451089350483], [103.816191518523, 1.2507746450781647], [103.81643350315272, 1.250730342715117], [103.81653616388661, 1.2506786552947664], [103.81687347465953, 1.2507081922012389], [103.81697613352563, 1.2508115672057345], [103.816973491904, 1.2509485070588187], [103.81593684610809, 1.2519955037248138], [103.81568729063827, 1.2522661550067058], [103.81559130957392, 1.2523048195800273], [103.81540683658594, 1.252394746573225], [103.81509885271753, 1.2524907328417485], [103.81476153589608, 1.2526531734199229], [103.814612291146, 1.2527881199009172], [103.81457389681832, 1.2529427787155227], [103.81451630790748, 1.2530007743284943], [103.81424755476966, 1.253445417030333], [103.81413237643292, 1.2535034131156495], [103.81397880395389, 1.2535614089104687], [103.81374844797192, 1.2535807388947657], [103.81354447103182, 1.2537150970620852], [103.81348855715373, 1.2537446313908271], [103.8134592255903, 1.2537427853578154], [103.81337856400415, 1.2537095574632047], [103.81307791628103, 1.2533532859452292], [103.81306405860566, 1.253309875409355], [103.81325701470575, 1.2531071055935077], [103.81339138996235, 1.253068443210577], [103.81344897904482, 1.2529911132018907], [103.81344897991936, 1.2528751193366996], [103.81335299982634, 1.2527784564446187], [103.81329541087537, 1.2527204590694312], [103.8131994291573, 1.2527204574246666], [103.81310344743926, 1.2527204566807288], [103.81302666128984, 1.252797786532212], [103.81289228559255, 1.2528944467333258], [103.81250835518466, 1.2533390874402086], [103.81250835457385, 1.2534164169844069], [103.81250835396297, 1.253493745624194], [103.81250835260626, 1.2535517434605448]]]}, "id": "1"}, {"type": "Feature", "properties": {"MSLINK": 5.0, "GDO_GID": 3.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SARIMBUN"}, "geometry": {"type": "Polygon", "coordinates": [[[103.68479869384501, 1.4347463044882853], [103.68490653487461, 1.434800600305419], [103.68501437544825, 1.4348481088905891], [103.68508851350401, 1.4349363341159875], [103.68514580179435, 1.4350008070150484], [103.68523005076855, 1.4350618876037886], [103.68531430059393, 1.435095822897729], [103.68541540368456, 1.4350992199273653], [103.68546595750482, 1.4350585034691634], [103.68551650933559, 1.4350347528172793], [103.6855906530508, 1.435021183182228], [103.68563783687199, 1.434956715273996], [103.68569176366945, 1.4348651007009696], [103.68571198832954, 1.434780272070137], [103.68571873448394, 1.4346615118523247], [103.68571199607344, 1.4346174003141203], [103.6856210076312, 1.4345427466592617], [103.6855670877503, 1.4344986338644168], [103.68551654044981, 1.434423981929198], [103.68550306410039, 1.4343425451755258], [103.68550643926363, 1.4342577154511829], [103.68550307425085, 1.434142347738861], [103.68542558139914, 1.4337657026711295], [103.68535144722969, 1.4335892543534616], [103.6852975300171, 1.4335179953580173], [103.68523686876613, 1.4335044196692168], [103.68518968690499, 1.4335247773762476], [103.68508857738856, 1.4336503204815598], [103.6850413942134, 1.433691036249722], [103.68499421191011, 1.433718181179444], [103.68489647641582, 1.433748715067752], [103.6847886317863, 1.4337928227462444], [103.68467404572223, 1.4338538948816346], [103.68457293879248, 1.4339387200220945], [103.68447183358737, 1.433982828124604], [103.68441454053699, 1.4340065774091282], [103.68435050716958, 1.434043899800634], [103.68429995335629, 1.4340846162346672], [103.68423591824866, 1.4341626565589825], [103.68420558368595, 1.4342305187023128], [103.6842022106717, 1.4342814168061395], [103.68419546815731, 1.4343289206232441], [103.6842426441733, 1.4344408971373144], [103.68427634211086, 1.434485010444157], [103.68431004272512, 1.4345155492965398], [103.68441788412714, 1.43453591352065], [103.68452572511498, 1.4345766348995865], [103.68465715399586, 1.434661469819168], [103.68471444421489, 1.4346818316286734], [103.68479869384501, 1.4347463044882853]]]}, "id": "2"}, {"type": "Feature", "properties": {"MSLINK": 6.0, "GDO_GID": 4.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SAMULUN"}, "geometry": {"type": "Polygon", "coordinates": [[[103.6949631300743, 1.306222169769214], [103.69514505948769, 1.3062679939233695], [103.6953572832314, 1.3064970208953999], [103.69553920658468, 1.306588643730026], [103.6960091804613, 1.3067719051521658], [103.69632755598485, 1.3068635462895817], [103.69660048645927, 1.3067109175834815], [103.6968430892946, 1.3065735501064535], [103.69707055363702, 1.3062987829344177], [103.69725637860722, 1.3061217704989263], [103.69749900923816, 1.3058164719315914], [103.69754064854486, 1.305718716258341], [103.6976468000743, 1.3055813313188522], [103.6980865290034, 1.305276057846215], [103.6981017144709, 1.305123395088334], [103.69825339015618, 1.3047264850339482], [103.69840504670371, 1.3044517072761164], [103.6985718244857, 1.3044364623913172], [103.69866279830578, 1.304405941448584], [103.69869313793475, 1.304299080020151], [103.69854154298211, 1.3041769268793502], [103.69854155512976, 1.3041005950881415], [103.69879934131532, 1.3038258311528041], [103.69899644131759, 1.3038105896741334], [103.6992845488771, 1.3035510974647428], [103.6993603822686, 1.3033831741094555], [103.69951200055628, 1.3033526618024134], [103.69952715908181, 1.303367930057212], [103.69954243004241, 1.3026656718418705], [103.69948178464698, 1.3026656631747098], [103.69945154450727, 1.3021313299439945], [103.69951218818625, 1.302146605150565], [103.6994820102931, 1.3012153418769632], [103.69913329664273, 1.3012305626425444], [103.6990878331393, 1.3010931577312892], [103.69913332950193, 1.3010168310845291], [103.69945172089432, 1.3010016059838219], [103.69946689151685, 1.3009405424417273], [103.69954483168306, 1.3008787958383117], [103.69953185721562, 1.3003064278521101], [103.69939118274367, 1.3003146039196016], [103.69939120606517, 1.3001619385183163], [103.69942152918213, 1.3001619428500846], [103.69943678705656, 1.299536016415309], [103.69620740560867, 1.2995966568126212], [103.69622252141696, 1.2998867236749043], [103.69605573262842, 1.2999783002198748], [103.69585860063277, 1.300192006489875], [103.69570696242452, 1.3003446508940828], [103.69566145990389, 1.3004667779870736], [103.69560081367217, 1.3004667701358625], [103.69560077264626, 1.3007263012762353], [103.69538851351047, 1.3007262733310863], [103.69538849167256, 1.3008636712642876], [103.69557042334768, 1.3008942288114438], [103.6955096950933, 1.3014285497710272], [103.6953580838817, 1.3014132631354312], [103.69532774153672, 1.3015353910520393], [103.69550967761108, 1.3015354155335128], [103.69546410690752, 1.3020850056663542], [103.69540340388038, 1.3024513937980464], [103.69534272441089, 1.3026651174572341], [103.69522132787012, 1.3033368284561984], [103.69509999769186, 1.3035810773082979], [103.69496353176709, 1.303672659040026], [103.69485732942951, 1.3041306411330325], [103.69610052095139, 1.304405603191019], [103.6961914773241, 1.3044819481042589], [103.69614597120817, 1.3046193408297007], [103.69602467336532, 1.304665124740516], [103.69479664722829, 1.3043596303991754], [103.69458436852663, 1.3044817346455617], [103.69452368018523, 1.3047565235103449], [103.69449327554342, 1.3052755822559197], [103.69458417843515, 1.3056877910263018], [103.69462962947114, 1.3059015286791804], [103.6949631300743, 1.306222169769214]]]}, "id": "3"}, {"type": "Feature", "properties": {"MSLINK": 7.0, "GDO_GID": 5.0, "MAPID": 0.0, "COSTAL_NAM": "SINGAPORE - MAIN ISLAND"}, "geometry": {"type": "Polygon", "coordinates": [[[103.74269991610176, 1.4392505045425865], [103.74285806283561, 1.439268940866505], [103.74296195494006, 1.4393131475428111], [103.74298586538622, 1.4393433216504046], [103.74301503961163, 1.4395383332373135], [103.74310412669873, 1.4398051771155986], [103.74310360043154, 1.4398887085476393], [103.74312351087923, 1.4399279143642576], [103.74320332658617, 1.4400038740528318], [103.74326501550803, 1.4400877335300597], [103.74358047005154, 1.4401875677884797], [103.74372390010817, 1.4401943426214385], [103.74383126872594, 1.4401519268328753], [103.74394512263191, 1.4401524639981989], [103.74410416647366, 1.4400956220333134], [103.74446292554347, 1.4400270212379682], [103.74462190274977, 1.4399732793878826], [103.74473838479959, 1.4399102996089654], [103.74492224336741, 1.4397360569068773], [103.7451013353438, 1.4397361244801046], [103.74526918756587, 1.439692389700791], [103.74545078247571, 1.4395895661931755], [103.74574897835925, 1.439366832304777], [103.74608401596016, 1.439208578138516], [103.74620578584114, 1.4392016382212933], [103.74646478763466, 1.4391667994496853], [103.7465704934521, 1.4390611458988374], [103.74674189394244, 1.4388324698709707], [103.74678048363026, 1.438750467350996], [103.74679769238264, 1.4385663840727172], [103.74691728587132, 1.4384628354844522], [103.74707301729684, 1.4383345385691853], [103.74734475218264, 1.438249013356243], [103.74748357439952, 1.4382490186148538], [103.74772424698274, 1.4381777485532667], [103.74792219185429, 1.438092640106771], [103.74804962553532, 1.4379643221575975], [103.74826200949492, 1.4377932292199842], [103.7484604318071, 1.4376503102557046], [103.74877189354079, 1.4374649953431644], [103.74915413936147, 1.4372796839152981], [103.74952223229414, 1.4369945808886089], [103.74966380687634, 1.4368947951024782], [103.74977706361159, 1.4368805428984006], [103.74983369075304, 1.4368948013569631], [103.75004604427558, 1.4369375764742323], [103.75031502430915, 1.4370373773362695], [103.7503999651608, 1.4370801477584243], [103.75054150916023, 1.437279847087131], [103.75066892161996, 1.4374366619130217], [103.7508529720335, 1.437507933304105], [103.75112197692076, 1.4374936586544038], [103.75134850931126, 1.4374651305847872], [103.75146177927466, 1.4374080974143584], [103.75157505165237, 1.4373082942063367], [103.75175910731343, 1.437308281837337], [103.75198563777369, 1.4373082673587079], [103.75218552086552, 1.4372948998917576], [103.75258201237952, 1.4377082621210755], [103.75278026328117, 1.4379363268722385], [103.75285107000808, 1.4380361077396924], [103.75304929359648, 1.438121611420085], [103.75330414279297, 1.438164335292615], [103.75351652998336, 1.4382783476642138], [103.75377084714316, 1.438349814832361], [103.75390784773857, 1.4384594682073641], [103.75405889973295, 1.438593880808621], [103.7543680337408, 1.4387247619482502], [103.7545479151544, 1.4387624864687898], [103.75468948533363, 1.4387624913835697], [103.75484934500038, 1.4386466064345793], [103.75492009215904, 1.4385467961574274], [103.75508993768783, 1.4384897141155655], [103.75534472331559, 1.4384753661306018], [103.75564198280132, 1.4384895124303927], [103.75592509072622, 1.4385179182030001], [103.75619402882057, 1.4384893106108625], [103.75637800490625, 1.4383466924960417], [103.75659032557986, 1.4383323610158403], [103.75709402071143, 1.4383629201487602], [103.75742104613037, 1.4382972816024069], [103.75752524830361, 1.4382937752549558], [103.75787884839627, 1.4383216739823677], [103.7580581048168, 1.4383201280519593], [103.75841599331802, 1.4382838776593816], [103.75864298734838, 1.4382911688852078], [103.75918796195194, 1.4381906360708572], [103.75929809768911, 1.4381827916062095], [103.75930877975577, 1.4381685301503664], [103.75931561481386, 1.4381022152434886], [103.75960209142839, 1.4381358460764524], [103.75983978057604, 1.4381420125019815], [103.75988041451777, 1.4382156144972864], [103.75992304508662, 1.4382346997456361], [103.76014345016266, 1.438199953102042], [103.76035497309584, 1.4382349171655038], [103.76082633082211, 1.4383702159474958], [103.76109720733197, 1.4385069371506707], [103.76124872059428, 1.4385605734128113], [103.76141802117661, 1.4386841798931131], [103.76260628625678, 1.4388162217180094], [103.76271870881159, 1.439017351949294], [103.76291270196499, 1.439231117758938], [103.76294794592792, 1.4391978337711326], [103.76302029839377, 1.4389566360567858], [103.76294095746576, 1.4387021105579678], [103.76292677280153, 1.4385368829853227], [103.76297597504214, 1.4383438852942159], [103.76302107956813, 1.4383599707901764], [103.76309097869941, 1.43853445986266], [103.76312654834678, 1.4386936668477812], [103.76320752001537, 1.4388675114490364], [103.76332113079319, 1.4390613443842275], [103.76331978786978, 1.4395171134854416], [103.76324952224181, 1.4396312193232517], [103.76316736606167, 1.4396675332883286], [103.7631473353862, 1.4397871572920034], [103.76322283587221, 1.440361718664842], [103.76329680519238, 1.440641633076798], [103.76347526906268, 1.4408527332062826], [103.76376671118776, 1.4410234370908586], [103.76391086235164, 1.4409922681210952], [103.76402691810628, 1.4411353536711438], [103.76398924254434, 1.4412867908258695], [103.76443697736896, 1.4421279634435726], [103.76443359610433, 1.4422721396138225], [103.76437578879482, 1.4424094310177795], [103.76439621341031, 1.4425754971167837], [103.76467929179358, 1.442892156699904], [103.76494103929068, 1.4434811907694822], [103.76498489146799, 1.4435513760963117], [103.76510216610906, 1.4436276065945182], [103.76578588240122, 1.4438386204682154], [103.76584832711885, 1.4438914072941211], [103.76603234700656, 1.4439055941007262], [103.76615974215652, 1.4439055472476936], [103.7662305247909, 1.4439340304577957], [103.7663720950396, 1.444005253251459], [103.76676335370433, 1.4447445373295442], [103.76690483059102, 1.4455571750377147], [103.76710295550039, 1.4461132122270777], [103.76725864472691, 1.446369859662706], [103.76751341776816, 1.4466978090643865], [103.76762664058471, 1.4469401907180766], [103.76776817821145, 1.447154065857099], [103.7679521814697, 1.4473822067393223], [103.76805476035052, 1.4474396195861068], [103.76818472528137, 1.4474856310103592], [103.77073199993247, 1.4485290316842658], [103.77080458415546, 1.4485359864444718], [103.77101387541376, 1.4487284823215474], [103.77116056124709, 1.4488875900785863], [103.77149552889331, 1.4489181966214257], [103.77158544988654, 1.4489560566348407], [103.77163756843069, 1.4489990831401756], [103.77177058593885, 1.4491832729968754], [103.77185044675697, 1.4492678186637236], [103.77225980842786, 1.4496102144615661], [103.7725670842446, 1.449801347270974], [103.77278824165765, 1.4499650456768314], [103.77295094796824, 1.4500555686622056], [103.77371411963578, 1.4503631620252815], [103.77402759611881, 1.4505162699538101], [103.77421606075913, 1.4505781541570892], [103.77449758958639, 1.4507220900353333], [103.77552686298277, 1.4509805575039283], [103.77581566499255, 1.4510269876823991], [103.77610755412978, 1.451092479165972], [103.77637109895906, 1.451148028229551], [103.77644185022726, 1.451151633908548], [103.7766083988524, 1.4511837746638259], [103.77685201891707, 1.4512073846778581], [103.77688908177483, 1.4511689664508394], [103.77712184077929, 1.4512156392336542], [103.77714707068219, 1.45151184685224], [103.77736847350556, 1.4519117373720356], [103.77755615767408, 1.4520389081682141], [103.77769121882496, 1.4521307523150124], [103.77804447749584, 1.4523714292727279], [103.77817189028816, 1.4524427070795807], [103.77826234036135, 1.4524993595157694], [103.7784267163181, 1.4526422863911002], [103.7775608083724, 1.4538531829672956], [103.77756315005392, 1.454039357042509], [103.77885307967478, 1.4553328026737273], [103.77899008190826, 1.4552054689461273], [103.77774324470745, 1.4539503142937018], [103.77856828668975, 1.4527848419100031], [103.77875232748387, 1.4528988874982298], [103.77931860755723, 1.4533122991916325], [103.77982202999605, 1.453484869181218], [103.78208861061091, 1.4548929107733384], [103.78225271522406, 1.454973010354377], [103.78283324431736, 1.4554043740350378], [103.78377689010222, 1.4563727049941115], [103.78509941898855, 1.457531913258803], [103.78585999502052, 1.4581514889121057], [103.78663146829449, 1.4586670265918495], [103.7874834754034, 1.4593329757535627], [103.78912821200632, 1.460432504857811], [103.79043928384729, 1.4612853142808948], [103.7915412461036, 1.4618279432301475], [103.79162619141601, 1.4621130571141896], [103.79189365904826, 1.4620447862841222], [103.79222078784244, 1.4622698630462732], [103.79203881852008, 1.4625575014849441], [103.79173168941908, 1.462362459879385], [103.79161225715069, 1.4625287148974764], [103.79314189196032, 1.4635832197779235], [103.79326841994192, 1.463396052307721], [103.79226013524914, 1.4627060535782552], [103.79246145819558, 1.4623981613549781], [103.79382054175626, 1.463281998431905], [103.79477415989949, 1.4639004884217595], [103.79518746677951, 1.4644821802304373], [103.79558273167879, 1.464846908562396], [103.79640818658466, 1.4653349964502758], [103.79669388996749, 1.4654839760412068], [103.797010660149, 1.4656258188678248], [103.79678552826493, 1.4659737445636165], [103.79694712483422, 1.4660833895111494], [103.79725769490773, 1.4655962230727215], [103.79752819648306, 1.465755373686688], [103.79744389679018, 1.4658968626890805], [103.79746170597106, 1.4660296289429389], [103.79728957602997, 1.4663055184805032], [103.79752807837308, 1.4664588164416925], [103.79743082165986, 1.466598504646013], [103.79764624600718, 1.466751593314553], [103.79774109655087, 1.466592428693173], [103.79791137107173, 1.466701654086569], [103.79817188447012, 1.466651796146479], [103.79836986386047, 1.46665339999045], [103.79866266780019, 1.4667207706005003], [103.79903260976143, 1.4668058895900202], [103.79937710594473, 1.4668270615009487], [103.79981241205594, 1.4667725494630888], [103.80023076354043, 1.4671242644537061], [103.80043687171677, 1.4672534847600427], [103.80076464206026, 1.4675327913614415], [103.80103398411929, 1.4678102639227295], [103.8014247592902, 1.468240256369229], [103.801537894534, 1.468397688662914], [103.80207907467307, 1.4686204708860169], [103.8022762227741, 1.4687060273310844], [103.80238522898561, 1.4687988454747802], [103.80284445939894, 1.4689853378859097], [103.8031326906997, 1.469057837401778], [103.80326827841502, 1.469105090419644], [103.80375790821844, 1.4692065665668308], [103.80413113110055, 1.4693314939346092], [103.80420589032788, 1.4693716414161744], [103.80490105307732, 1.4695868156615297], [103.80498155382791, 1.4695327719347768], [103.80522428407292, 1.4696168374077767], [103.80544514959024, 1.4697569414577], [103.80621444570845, 1.4699982414758086], [103.80761703137564, 1.4703140211776964], [103.80798511612667, 1.4703852928674763], [103.80826825823496, 1.4704423098667927], [103.80860802875331, 1.470513581133781], [103.8088579042031, 1.4705045900104858], [103.80914851336323, 1.4702675414588822], [103.80932071575343, 1.470170621797194], [103.80953980588971, 1.470060413908922], [103.80962378444822, 1.4699795828050324], [103.80965299322084, 1.469942840639731], [103.80971139899357, 1.469792186976735], [103.80975155855687, 1.469722374164775], [103.80984190399876, 1.4697026428171693], [103.81002154955824, 1.4698594188243173], [103.81009824009536, 1.4698924949121162], [103.81028083600289, 1.469943945147258], [103.81077829994415, 1.4700018629797496], [103.81092582604737, 1.4700348909223537], [103.81112832668397, 1.470034920088705], [103.81135474254118, 1.4700716991860368], [103.81139870571037, 1.4701104090890533], [103.81247953082027, 1.470331843853682], [103.81495000274177, 1.4706068781014987], [103.81753771390727, 1.470663597103867], [103.81848427665243, 1.470514926288503], [103.81960843949766, 1.4700711479025586], [103.82020943617904, 1.4698040414546685], [103.82058284244562, 1.4697856552085435], [103.82099500073943, 1.4696904958906039], [103.82131990363301, 1.469510536574429], [103.82165210417197, 1.469312206008509], [103.8222325583316, 1.4690220846569844], [103.822466163601, 1.4687796268642659], [103.822484374665, 1.4686216219896475], [103.82234920106931, 1.4683386306131814], [103.82208347099909, 1.467958219630408], [103.82194013185666, 1.4678497730554707], [103.82177662135854, 1.4678023048842321], [103.82145083417774, 1.4677063104070738], [103.82097977417519, 1.4674967098412695], [103.8199413422207, 1.4666785089871917], [103.81931494146552, 1.4661336803789973], [103.81847847058893, 1.464954095543405], [103.81859169662164, 1.4648542979735626], [103.81811023613554, 1.4642413099106555], [103.81844992634812, 1.4639989418786878], [103.81873314049396, 1.4643695862879422], [103.81894544983228, 1.4642270165693279], [103.81874255794183, 1.4639450609311275], [103.8187142219277, 1.4638452696571014], [103.81884163426997, 1.4638737760274647], [103.81901152266914, 1.4639307927239733], [103.81909649400937, 1.4640733489946665], [103.81925223018467, 1.464144621969002], [103.81937967500598, 1.4643014330746957], [103.81940802858735, 1.464472504464142], [103.81956380599051, 1.4647148504375722], [103.81980451715081, 1.4649429360092263], [103.82004093668559, 1.465768298463351], [103.8205911002073, 1.46605616149117], [103.82192833541825, 1.4665110020970311], [103.82218314024655, 1.466482477954924], [103.82356313112398, 1.4681280688071885], [103.82371415083213, 1.4680113369381351], [103.82230940542097, 1.4662946459000015], [103.82233037475484, 1.4658595838473008], [103.82246734903855, 1.4657640746891272], [103.82319785407945, 1.4659241712791242], [103.82399021021362, 1.4654734236881797], [103.82420104654165, 1.465766991815557], [103.82436260579476, 1.4656573347778317], [103.82402876018419, 1.4651055649414537], [103.82397945662461, 1.4645962271946167], [103.82347740510475, 1.4637410434973142], [103.82423260738372, 1.463327673890911], [103.82751282558068, 1.4691238519988497], [103.83452109062708, 1.4651240303685127], [103.83436736846674, 1.464818341098434], [103.83531445203478, 1.4641839891187076], [103.83574627398693, 1.4642648867252377], [103.83616189117718, 1.464173034552746], [103.83650494759983, 1.4640516929206275], [103.83690117364065, 1.4639303945605988], [103.83739417318853, 1.4637603950743943], [103.83769909965797, 1.463560079780466], [103.8386650554595, 1.463041671169585], [103.84063369676731, 1.461610762584144], [103.84078690751726, 1.4614221697180563], [103.8410700263259, 1.461051493643585], [103.84119035569736, 1.4607378545125764], [103.84158671620264, 1.4605097273731351], [103.84186982559656, 1.4605667265360092], [103.84237942441871, 1.4605096600935752], [103.84322876238731, 1.4602244699638958], [103.84400719145688, 1.4596088534395408], [103.8441345931804, 1.459466284432603], [103.84431861777185, 1.459323709714627], [103.84448848545486, 1.4593094389206545], [103.84467251001112, 1.4591668641736153], [103.84478575609288, 1.4590528079759348], [103.84488484734328, 1.4589387518456627], [103.84488484864626, 1.45884185109763], [103.84509260070153, 1.458681850915913], [103.84514094423939, 1.4585885131055198], [103.84515930727534, 1.4584266038934257], [103.84536661357046, 1.458267550557154], [103.84558076645733, 1.4583034037932527], [103.84575128044624, 1.4581789108766363], [103.84618943664029, 1.4577609748627045], [103.84628985552544, 1.4577385279795905], [103.84639255179705, 1.4577725974716647], [103.8464595354731, 1.457759718038086], [103.8465195877044, 1.4576591271332051], [103.84694921557383, 1.457335772981414], [103.84712167706837, 1.457273660235287], [103.84723776093992, 1.4571949581813333], [103.8475018994277, 1.4570761204381157], [103.84796869228997, 1.4567360703999495], [103.84817654621033, 1.4566883620444626], [103.84859468082564, 1.4566778903213067], [103.84885448361374, 1.456587645712051], [103.84902409731927, 1.456524999265315], [103.84933424284608, 1.4563504114916783], [103.84989889378139, 1.4560905502707937], [103.8501936691275, 1.455870132963965], [103.85083956088528, 1.455275876132047], [103.85096124144393, 1.4551354492196626], [103.85109808159787, 1.454902796087233], [103.85122703304133, 1.4548035339241936], [103.85150316492155, 1.4542641068635507], [103.85195116854177, 1.4531466697364885], [103.85220911798102, 1.4527447892037981], [103.85237014272127, 1.452175676357746], [103.85239579421298, 1.4519613293070741], [103.85231964794956, 1.4513577215114029], [103.85235226097251, 1.4512591935343915], [103.85262123504063, 1.450959808002749], [103.85341400871819, 1.4490836942393068], [103.85379215709855, 1.4489990541571882], [103.85400043921504, 1.4489952014745813], [103.8544483401569, 1.4487730512501396], [103.85485338673081, 1.4484531613458518], [103.85498937504316, 1.4482127593943324], [103.85512736084156, 1.4477764342732768], [103.85539304931207, 1.4472454309740261], [103.855489421874, 1.4469175783214698], [103.85563657815379, 1.4468026494375719], [103.85570904972606, 1.4466599473753918], [103.85581172093379, 1.44601048214133], [103.85600733776185, 1.445357564916368], [103.85640856118759, 1.4444452985089324], [103.85647179760441, 1.4440227086317272], [103.85664709186823, 1.4438587981555282], [103.85666025435022, 1.4433992610113415], [103.85651587544969, 1.4431140587614144], [103.85698747294046, 1.442119647265993], [103.85712868434149, 1.4422380848655454], [103.85749464007975, 1.4422302944151184], [103.85780780090442, 1.4420090610923741], [103.85800308776231, 1.4416726628269183], [103.8582981309299, 1.4414509141475234], [103.85851036335127, 1.441108165210255], [103.85875850846571, 1.4408745698291705], [103.85887896192997, 1.4406391788948736], [103.85961909255522, 1.4397011192335358], [103.85979151719108, 1.4394719569044339], [103.85981892193708, 1.4393367578361596], [103.86004220261349, 1.438953594424697], [103.86015481192909, 1.4388661736872594], [103.86043163379944, 1.4385017416882413], [103.86131093721679, 1.4375261324454116], [103.86132870494895, 1.4372876614787014], [103.86128005787647, 1.4370839306511876], [103.86129153650397, 1.4370070017197005], [103.8614601355804, 1.436861875496661], [103.86166212951065, 1.4364541695699171], [103.86183571100155, 1.436072515985821], [103.86218006090282, 1.4358582434705032], [103.86240509944466, 1.4354781826785687], [103.86248606634663, 1.435184259833933], [103.86251703016724, 1.4346901657747773], [103.86240935058036, 1.434472508524105], [103.8623009354179, 1.434425836603015], [103.86230218720556, 1.4342865003719685], [103.86259361082716, 1.4341713593897012], [103.86268444285786, 1.4339812148535085], [103.86268552219639, 1.4334972518551792], [103.86262267818707, 1.4333634068409191], [103.86249272468267, 1.4333182970406748], [103.86232357301947, 1.4334417312781478], [103.86227057918299, 1.4337896515114186], [103.86220423955285, 1.4337910116127883], [103.86211168401142, 1.4336954739977934], [103.8618793932311, 1.4332936726622942], [103.8615801266055, 1.4330303582478257], [103.86145659978517, 1.4330506708812998], [103.861221306906, 1.4330141401960341], [103.86118865068191, 1.4329804213956685], [103.86145205706967, 1.4328769634732368], [103.86139648911511, 1.4326732752292521], [103.86139600665878, 1.4325328619196958], [103.86151738829128, 1.4324948219794262], [103.86162301606835, 1.4324813040499877], [103.86184743605894, 1.4327479763979785], [103.8619011955921, 1.4327669429436947], [103.86197613417073, 1.4325750396453565], [103.86212491636054, 1.4325156979457843], [103.86219074884418, 1.4325619589324967], [103.86219410108309, 1.432672348234533], [103.86199110513797, 1.4331847623576832], [103.86207273777565, 1.433315275477471], [103.86220299101784, 1.4333296523071477], [103.86235236142116, 1.4332378981905152], [103.86240893682368, 1.4329447977216956], [103.86244917453338, 1.4326960791077106], [103.8620973020811, 1.4318283791775552], [103.86184381966943, 1.431548372371904], [103.86177452939326, 1.4315717989706007], [103.86171121907833, 1.431653760433039], [103.86144458273283, 1.431489721206663], [103.86130497079562, 1.4314053747308555], [103.86116535301971, 1.4312085670022434], [103.86110949912519, 1.4309836442906478], [103.86084649171676, 1.4308445228800566], [103.86081937952672, 1.4307080456795074], [103.86073805250516, 1.4305715682262337], [103.86049409184535, 1.4305169756119456], [103.86025013273138, 1.4305169739827157], [103.86016880997856, 1.430435087519585], [103.8600332757282, 1.43040779179589], [103.85992484723417, 1.430353200242378], [103.8598706260298, 1.4301894269344653], [103.85995191785372, 1.4296162248847764], [103.85992491324092, 1.4291392438732873], [103.85992374267828, 1.4288531004892187], [103.8598616570807, 1.4287722465718904], [103.85968271467436, 1.4287501948299397], [103.85922621010909, 1.428294473980896], [103.85903995785867, 1.428125415230854], [103.85896326254822, 1.4280041354882038], [103.85887926569009, 1.42791960645397], [103.85862363137096, 1.4278314012754663], [103.85849582450379, 1.427989432112702], [103.85828089906943, 1.428063150967964], [103.85815893808558, 1.4279398151681812], [103.85812697835786, 1.4278194537433688], [103.85801193119057, 1.4275300350737588], [103.85794437144241, 1.4275309537315723], [103.85784667420901, 1.4273150379343118], [103.8577535418224, 1.4270972844162264], [103.85776722270285, 1.4268244042613643], [103.85786763797876, 1.4266002213569349], [103.85781924568863, 1.4264752659341264], [103.85768777791804, 1.4264568888575078], [103.85762569473258, 1.4264210559122463], [103.85759282338826, 1.4263392836892266], [103.85760925088773, 1.4262005468778107], [103.85747514131016, 1.4259268498366025], [103.85740569767776, 1.425794815266107], [103.85738124303138, 1.4255853965256367], [103.85739739206558, 1.4254553226182511], [103.85744044896909, 1.4253686072443292], [103.85753279744576, 1.425305462686454], [103.85762428510385, 1.4252458478658625], [103.85775882550844, 1.425218750790969], [103.85778331248059, 1.4252527338071497], [103.85786559444692, 1.4253144195798282], [103.8579839025085, 1.425353991458696], [103.85811845987209, 1.4253160528495552], [103.85816689655414, 1.4252239166476546], [103.85820456894912, 1.425126360709607], [103.85825300681371, 1.425061322861987], [103.8583337394384, 1.4250233857301213], [103.86128999344196, 1.4236271197045443], [103.86141733902234, 1.4235531674181012], [103.861600337868, 1.4236236223400043], [103.86185330532315, 1.423607353318921], [103.86192892398346, 1.4235715657982255], [103.86197199036617, 1.4234685889766345], [103.86204050465808, 1.423424336696325], [103.86224649036967, 1.4234957019727688], [103.86243487679184, 1.4234631904243054], [103.86249409221138, 1.4233276951806173], [103.86253715683553, 1.4232301382008121], [103.8626910931092, 1.4229876301886912], [103.86281706116534, 1.4229212157152482], [103.86298930145234, 1.4228724438694487], [103.8630700386221, 1.4228507679375628], [103.86316154083327, 1.4228236729152168], [103.86327457326706, 1.422796578512564], [103.86336877393788, 1.4227692926260394], [103.86350430831891, 1.422769298985853], [103.86358562894745, 1.4227693024361496], [103.86369404799501, 1.4228784920735664], [103.86380247028893, 1.4229603843901129], [103.86385667883191, 1.4230422756150773], [103.86391088360476, 1.4231787578518276], [103.86391087695547, 1.4232879416868836], [103.86388376432146, 1.4233971249789588], [103.86382954911602, 1.4234244184944613], [103.86366690871195, 1.423424410704903], [103.86355848351708, 1.4233971103002763], [103.86347715853836, 1.4234789942737736], [103.86347715331166, 1.4235608816980119], [103.8635313618578, 1.4236427720258238], [103.86363978418244, 1.423724666157602], [103.86374820561606, 1.4238065584753108], [103.86391084083563, 1.4238884536821943], [103.86424579888347, 1.4240422687976844], [103.86439502581467, 1.4240907216836585], [103.86467986272415, 1.4242744962705216], [103.86523494152526, 1.4244288806772614], [103.86536640833324, 1.4244472627479479], [103.86557821955108, 1.424436246434073], [103.86585576072086, 1.4244766865594065], [103.86611990253608, 1.4244836509154373], [103.86616800508295, 1.4243618496166135], [103.8661196220072, 1.4242809920541455], [103.86594342903412, 1.424091710338543], [103.86578641793245, 1.4237471499896834], [103.86580376803612, 1.4236911036107494], [103.86594252919319, 1.4238748710618268], [103.86605755176305, 1.4240843643733065], [103.86615888614786, 1.424168899226401], [103.86651307125584, 1.4241780164401208], [103.86651306539284, 1.424270714625305], [103.86640463078078, 1.424407190104265], [103.86637751966119, 1.424489077012443], [103.86643173114592, 1.424516374448246], [103.86648593469823, 1.424680153932394], [103.86662146969357, 1.4246528627910786], [103.8667027917901, 1.4246255706237538], [103.86678410226305, 1.424789350609311], [103.86686541785369, 1.4248712422665648], [103.86694673485158, 1.4249258375110105], [103.86705515875434, 1.4249804341620467], [103.8671635863586, 1.4249804388928557], [103.86724491035712, 1.4248985547913224], [103.86724491315314, 1.4248439628763736], [103.86727202234886, 1.4248166678737686], [103.86729913853105, 1.4246528926311957], [103.86740756891207, 1.4245983063402097], [103.86765152918318, 1.4245983171668484], [103.86781417334448, 1.4245437318524747], [103.86805813360881, 1.4245437426359362], [103.86824788326473, 1.4245164541936945], [103.86846473524606, 1.4245437599476887], [103.86854604445615, 1.424734835372786], [103.86865447204721, 1.4247348400332702], [103.86887132405285, 1.4247621457480766], [103.86900685902148, 1.424734855370516], [103.86909856112587, 1.424734151249365], [103.86917987648211, 1.42467957434245], [103.86928075584495, 1.424501753155731], [103.86960566459892, 1.4244909164687016], [103.87015350880021, 1.4244505911931655], [103.87052966301412, 1.4243110029120192], [103.87072688448482, 1.4242889883931469], [103.8709460055734, 1.4242155242486267], [103.87135502631374, 1.4240612411931644], [103.87165812639586, 1.4238995883720158], [103.87193564168288, 1.4236791260781239], [103.87207075985215, 1.4236129976311092], [103.87222047391818, 1.423499093205071], [103.87245783503025, 1.4233521282613324], [103.87261121047717, 1.4232713017532654], [103.87281204166904, 1.4231022790655101], [103.87297265397538, 1.422789915416359], [103.87305663105506, 1.4226980505111155], [103.87317300350776, 1.4225191861605633], [103.87321089171236, 1.4224173858065832], [103.87339439182907, 1.4224132831280931], [103.8734765696599, 1.4224114603027422], [103.87363358443159, 1.422286532370937], [103.87371391055942, 1.4221983419361661], [103.87383076551895, 1.422124858520231], [103.87411192936511, 1.42189337171391], [103.8741374721605, 1.4218125220533675], [103.87411307536028, 1.4217052342091479], [103.87432986833882, 1.421405018691362], [103.8744382699908, 1.4212685582247704], [103.8745195440403, 1.4210775018062145], [103.87460080273063, 1.4208318543773057], [103.87470916237481, 1.420558914570868], [103.87462777554012, 1.4203678276118419], [103.8745735546615, 1.4203678177337176], [103.87449222334345, 1.4203678029141318], [103.87427534162546, 1.4203677624767592], [103.87427530148288, 1.42023128314796], [103.87432947274617, 1.420067517295965], [103.87449210197961, 1.419958364024029], [103.87479021836998, 1.4196308677807512], [103.87508835093185, 1.419357963412628], [103.87525094756178, 1.4191396262643687], [103.87538646626305, 1.4190304670950857], [103.8757116851434, 1.4186756792588866], [103.8760369269921, 1.4184027806032604], [103.87644348281744, 1.4180753038428493], [103.87721055511422, 1.4174285490489928], [103.87735389128815, 1.417364258717265], [103.8780640949067, 1.4167561400561282], [103.8781736698398, 1.4167681044646423], [103.87823359219733, 1.416722748555684], [103.87828658993448, 1.4167654371031753], [103.87839503151872, 1.4167654566882164], [103.87853058260022, 1.4167654820667173], [103.87855764309404, 1.4166017103232822], [103.87855760653954, 1.4164775004993055], [103.87868944988735, 1.416377705900309], [103.8788492220393, 1.4163143376054668], [103.87907260801177, 1.4161650697701902], [103.8793707714316, 1.4160013486899523], [103.87956051142406, 1.415892199956361], [103.8796418089633, 1.4157830307805532], [103.88010363858312, 1.4155433949341905], [103.88053250997534, 1.4151829547795365], [103.880599233321, 1.4150768588975913], [103.88109333871728, 1.4149528378520493], [103.88131600076966, 1.4153584484512192], [103.88131599513727, 1.415783867426868], [103.88131599197892, 1.415979888240183], [103.88139942634089, 1.4160919009778477], [103.88156629566804, 1.4163439282533024], [103.8817609778559, 1.4165399513097119], [103.88203909637939, 1.4166799698690473], [103.8822337801918, 1.416735978406533], [103.88251190089638, 1.4167639842411228], [103.88284564688833, 1.4167919915594922], [103.88304033133065, 1.4167919936953781], [103.88317939138952, 1.416791996115302], [103.88351313708367, 1.4167639970045565], [103.88395813271936, 1.416707996306311], [103.88443093872277, 1.4166519967145974], [103.88459781214118, 1.416623995718463], [103.88512624303706, 1.416511990224267], [103.88540436600329, 1.4163999821440516], [103.8856824885837, 1.416231967700858], [103.88604404963064, 1.4159519431793448], [103.88629436225533, 1.415727923875772], [103.88668373416616, 1.4154759022361905], [103.8870174822932, 1.415251883637855], [103.88737904252375, 1.4150278634370146], [103.88776841321311, 1.4148878542798216], [103.88843590692947, 1.4145798293914007], [103.88882527654143, 1.414551830908376], [103.8892424598869, 1.414439823550635], [103.88985432628515, 1.4143558203984654], [103.89024369583339, 1.4143278216780968], [103.89049400611673, 1.4142158127829583], [103.89085556347275, 1.4141878128408203], [103.89121711991926, 1.4141598137467475], [103.89157867915485, 1.4139918001384375], [103.89191242469592, 1.4139077935047006], [103.8922461705317, 1.4139077967635794], [103.892579914191, 1.413963805394683], [103.89290874630166, 1.4139889481789012], [103.89338152145932, 1.4138490779234054], [103.8936596411601, 1.4137091466519183], [103.89478391967192, 1.413689458837853], [103.89582266319363, 1.4138936741829273], [103.8965225897618, 1.4141437423465955], [103.89724466410574, 1.414531349781283], [103.89850716024907, 1.4155860128315945], [103.89899181882873, 1.4165842805397657], [103.90001860444012, 1.417755732514096], [103.90138229021788, 1.4185405659595367], [103.90306198609599, 1.4188721483547173], [103.9045116130414, 1.41896287667689], [103.90577641323931, 1.418974001533307], [103.90594061778488, 1.4190642626506684], [103.90613519250005, 1.419316345922478], [103.9067190402258, 1.419680558712664], [103.9068302189056, 1.419848609346691], [103.90705261860487, 1.4200446961872655], [103.90719157896575, 1.4202967630539776], [103.90744176938263, 1.4205488643065556], [103.90766417009894, 1.4207449501760847], [103.90799777393875, 1.4210250784900849], [103.90824806961191, 1.420941145438664], [103.90833150988098, 1.4208851653507089], [103.90844275698088, 1.4208291924896828], [103.90858180462678, 1.4208012313599154], [103.90883208140238, 1.420773303646057], [103.90911014078368, 1.4208293930334714], [103.9093325847094, 1.4208854652365182], [103.90955502774618, 1.4209415374174337], [103.90983348522984, 1.4209974548729238], [103.9099725176608, 1.421053480050234], [103.91002812956165, 1.421081489934899], [103.910194963502, 1.4211935258960253], [103.91038959716776, 1.4213615708287406], [103.91061205374835, 1.4214176076325002], [103.9108067097183, 1.4214176345311498], [103.9110291831986, 1.4213336559964245], [103.91133509678113, 1.4211376773826547], [103.91152976247922, 1.4210536943202752], [103.91165276185056, 1.4209355812181572], [103.91178270346855, 1.4208636772067869], [103.9119887495297, 1.4207996403497543], [103.9121713420108, 1.420803341071432], [103.91222246397736, 1.4208401007683689], [103.91227165527326, 1.4208885042044606], [103.91230820817339, 1.4209179580512452], [103.91236816147612, 1.4209282738658917], [103.91240325796042, 1.4209106086387575], [103.91248612153746, 1.4208637733441178], [103.91270817664524, 1.4207152068687516], [103.9127958326413, 1.4206233359282292], [103.91282140137612, 1.420579236493692], [103.91285793900754, 1.420424877643988], [103.91297482345175, 1.420230102738974], [103.91298214486365, 1.4200904417038833], [103.91290771714094, 1.4198706243806551], [103.91297594858729, 1.4196817457990016], [103.91317063619302, 1.4194297455220102], [103.91333752663894, 1.4190937317777839], [103.91361563374942, 1.4188697457288537], [103.91378251704225, 1.4185897391584303], [103.91381036000045, 1.4183097130288522], [103.91386604769964, 1.4177496598633723], [103.91386609000479, 1.4174136229811207], [103.91386615699362, 1.4168815663155852], [103.91400522187405, 1.4166855642750933], [103.91403307536837, 1.4163215282416726], [103.91414438185511, 1.415733481272533], [103.91420005093364, 1.4153134433886014], [103.91425002701766, 1.4146474777410198], [103.91444908260614, 1.414409528312145], [103.9144400172302, 1.4139050912086388], [103.91446198750718, 1.4134346543491758], [103.91448757234053, 1.4132619173959338], [103.91459632350059, 1.413126966325928], [103.91470092846819, 1.4126532247243968], [103.91492345461226, 1.4121492017864796], [103.91497199781973, 1.4120668930869222], [103.91490040896797, 1.4118506542731082], [103.91491378369874, 1.4117271087656522], [103.91514877987255, 1.4114941826609801], [103.91525470444294, 1.4113214573252426], [103.91552868523482, 1.410590108203597], [103.91565651186096, 1.4104945667457611], [103.91566749470196, 1.4102740500894206], [103.91582822380414, 1.4098955141708007], [103.91601082578727, 1.4098110075887555], [103.91602546479687, 1.4095610881499767], [103.91627383939223, 1.4091678631206646], [103.91635419190858, 1.409072316094921], [103.91652952731063, 1.4086937832289221], [103.91674500511395, 1.4085431239716346], [103.91690206229728, 1.4083152767071099], [103.9170870312124, 1.4078846042162676], [103.91707371073298, 1.4075103322510383], [103.91719424785015, 1.4072898297175362], [103.91733119726422, 1.4072365559682465], [103.91746449839947, 1.4071575541200603], [103.91761058014386, 1.4070803912745142], [103.91780781275897, 1.4068010941886038], [103.91791738254267, 1.40667982325367], [103.9180305962607, 1.4066136821502284], [103.91825338125804, 1.406418920334099], [103.91838452360813, 1.406281720948093], [103.91850811816938, 1.4062278371786185], [103.91861038483876, 1.4060992149154616], [103.91866882813777, 1.4059852883505852], [103.91878205247288, 1.4058419661615802], [103.9188952718421, 1.4057353972801385], [103.91895737951977, 1.4055222375353196], [103.91907791699404, 1.4052943851590725], [103.91928974622668, 1.4050987021129542], [103.91943673659345, 1.4050555359424592], [103.9196266589485, 1.4048276918196907], [103.91983117888135, 1.404677030902831], [103.91988596127203, 1.4046366092626292], [103.92003204896702, 1.4045079925455262], [103.92018546332918, 1.4041992879375969], [103.9202731433158, 1.4039052753495043], [103.92057262187981, 1.403662743819726], [103.92078371490821, 1.4033946365794288], [103.9210145769475, 1.4029644938639694], [103.92130673903787, 1.4028175184208702], [103.92178513801464, 1.4027073199262203], [103.92247177920756, 1.4018731138571268], [103.92288449957833, 1.4013806732981544], [103.9230488188018, 1.401479926228733], [103.92312553781343, 1.4012189901476366], [103.92367336524357, 1.4007339193288513], [103.92402761523108, 1.400517120726479], [103.92434533751185, 1.4003848497804634], [103.92448780884915, 1.3999548585365138], [103.926039372648, 1.3981475909074517], [103.9271393731186, 1.3985873630127967], [103.92802671036104, 1.3990434063727035], [103.92845419911905, 1.3991115354234003], [103.9288772974839, 1.399291947545778], [103.92934592618768, 1.3993868104185105], [103.9297089504905, 1.3994012751906177], [103.93024641652998, 1.399315030058005], [103.93080787189831, 1.3990977461611278], [103.93205216301968, 1.398439755464845], [103.9326301269611, 1.3980363191495042], [103.93343092354435, 1.3973455743150198], [103.93418664977148, 1.3964474599167203], [103.93441161538108, 1.396175709107193], [103.93461408771618, 1.395903955636659], [103.93495154203265, 1.3954283864046522], [103.93510903125777, 1.39511133623209], [103.93531806080165, 1.39462040561378], [103.93642463454773, 1.392880253068014], [103.93664429178932, 1.392445923233511], [103.93719665524259, 1.391148511944402], [103.93767328352726, 1.3901400893839837], [103.93800793242623, 1.38983732914664], [103.94038646725369, 1.3887924488894159], [103.94052648211289, 1.388685212236181], [103.94059670019911, 1.388421061912719], [103.94082582753195, 1.3881712990629542], [103.94135378566887, 1.3879340687005064], [103.94230592781393, 1.387419871149353], [103.94257440109887, 1.3870203149551457], [103.94406215582742, 1.3862476874181489], [103.94427488863853, 1.3859905463512234], [103.94446685652628, 1.3858358678016753], [103.94469720877291, 1.3855651676685878], [103.94490836653115, 1.3853331407730136], [103.94515792393354, 1.3851204563510204], [103.94550347238736, 1.3849077827107517], [103.94600259962849, 1.3846177777935205], [103.9465593271727, 1.3843664541145773], [103.94680889522657, 1.3842697956135743], [103.94706660195924, 1.3841043382307883], [103.94741215190291, 1.383911002315605], [103.94771930755563, 1.38373699986733], [103.94800726513422, 1.383562994698887], [103.94837232202937, 1.3834065412204222], [103.94852589797647, 1.3833098727623765], [103.94875626607613, 1.3832518629325667], [103.94910181023869, 1.3830005264167722], [103.94921699192213, 1.3829231914511964], [103.94935136696502, 1.3827685262274534], [103.94939061928638, 1.3826748133684272], [103.94937573630317, 1.3825100410936235], [103.94954657165991, 1.3824629750968096], [103.94955077987612, 1.3824855224509165], [103.94959388607091, 1.382574581928523], [103.94971893721267, 1.3826913271293237], [103.94978938987042, 1.3827285607708624], [103.94988309899794, 1.382757442379704], [103.94998259923757, 1.3827639208352835], [103.9500800878368, 1.382757432639501], [103.95027707523542, 1.3826912977206463], [103.95047405776045, 1.3825259777567316], [103.95062179702587, 1.3824598452558707], [103.95076953709473, 1.382410244488888], [103.95091727796999, 1.3823771754555407], [103.95108143658584, 1.3823606346233885], [103.95124559340138, 1.3823440955888247], [103.95147541515978, 1.382344083189924], [103.95168882006548, 1.3823275398501085], [103.95191863853832, 1.3822614040584704], [103.95209920890379, 1.3821952707243277], [103.95227503319707, 1.3821512483686431], [103.95243936236622, 1.3820777335195087], [103.95285201446843, 1.3819784788027718], [103.95335595964349, 1.3818057128172556], [103.95350020987765, 1.3818700228140504], [103.95362436867427, 1.3817864027797735], [103.95466372506874, 1.381620490476431], [103.95483445084315, 1.3816489483045], [103.95490200940307, 1.3816011529046817], [103.95517589837338, 1.3815386202319222], [103.95578575532028, 1.381295923003952], [103.95603043025463, 1.3812591253756261], [103.95627875759065, 1.3812517319620274], [103.95658917042627, 1.3813398965126553], [103.95691991034606, 1.3813672795896745], [103.95701666337936, 1.3813176557943054], [103.95728316575642, 1.381302936894456], [103.95765554199625, 1.3812624841975214], [103.9577541071792, 1.381277179412075], [103.95791474204094, 1.3812551171708094], [103.95816300582948, 1.3811668925880183], [103.95822506875473, 1.3811558624206532], [103.95839299955708, 1.3811595270533426], [103.95860472697065, 1.3812183183563145], [103.95886210034509, 1.3812137078186508], [103.95904646595244, 1.38118153618612], [103.95926915787143, 1.381174170954887], [103.95973280484475, 1.3811190108541682], [103.95989709107475, 1.3810895967267378], [103.96005407057345, 1.3810859111741562], [103.96030960962412, 1.3811263242393277], [103.9604994292465, 1.381207169412508], [103.96058338239848, 1.3812659701226224], [103.96066051881334, 1.3813890894190484], [103.96130984163628, 1.3813890470842138], [103.9617734715401, 1.3814184191012624], [103.96208011623649, 1.381479042581259], [103.96235024173903, 1.381600311811053], [103.96259014185149, 1.3817357711958087], [103.96278173421736, 1.3817621906742428], [103.96338830646285, 1.38180915430931], [103.96387822282429, 1.3818796258911992], [103.96418149029074, 1.3819971146412096], [103.96430376200202, 1.3820180420273958], [103.9644161397939, 1.3820109609667648], [103.96453144116713, 1.3819970906942378], [103.96481141542, 1.381926566548216], [103.96520805871258, 1.381762028352472], [103.96546471325904, 1.3816445030411164], [103.96572137186872, 1.3815034751502606], [103.96588469516048, 1.3814329592313577], [103.96599953414099, 1.3814589712701983], [103.96600223211539, 1.3814834711830781], [103.9660130376813, 1.3815038883514064], [103.96602384481803, 1.381520222326231], [103.96604453515425, 1.381532995273284], [103.96607653995298, 1.3815392751710198], [103.96610906342919, 1.3815329916456198], [103.96614140331144, 1.381521575877154], [103.96617359798587, 1.3815004852543968], [103.96618973633618, 1.3814679833937256], [103.96633491866973, 1.3815004743646024], [103.96635103234824, 1.3815898913203328], [103.96635100723064, 1.3817198978446177], [103.96636892548618, 1.3817490353704314], [103.96639939088273, 1.3817848970228026], [103.9664391486704, 1.3818091597114206], [103.96648004405756, 1.381817392523274], [103.96657683647963, 1.3818173861577785], [103.96675493788882, 1.3817988882318786], [103.96681985035838, 1.3817595303574084], [103.96686790635863, 1.381701426016226], [103.96691177300146, 1.3816234567016146], [103.96693246419022, 1.3815227150608402], [103.96691633205123, 1.3813927311581404], [103.96688406776357, 1.3811002660170286], [103.96686794005181, 1.38082405315102], [103.96683567311959, 1.380596579962889], [103.96699707519163, 1.3799954506376269], [103.96704548844718, 1.380011708323571], [103.96701320644561, 1.3801741787349273], [103.96694864509439, 1.3804341276008085], [103.96693250141844, 1.3805641042863093], [103.96693249875628, 1.3806290953380482], [103.96693249610269, 1.3807103332482724], [103.9669457813493, 1.380756107670401], [103.96697281416827, 1.3807914974333728], [103.96723910449114, 1.380877290908106], [103.96725262119257, 1.3808840990812754], [103.9672918212767, 1.3809140466057126], [103.96735118816918, 1.3809628028046506], [103.96742334502015, 1.3810219059825304], [103.9674488922046, 1.3810678886120387], [103.96748116185057, 1.3812303716389933], [103.96751467086519, 1.3813649559401766], [103.96751342708637, 1.3814903403351075], [103.96749728256728, 1.3816528143545255], [103.96749727727943, 1.3817827946450394], [103.96750793854778, 1.3818256218962826], [103.96752954957219, 1.3818640388573311], [103.96761023606504, 1.3819615425474308], [103.96763400428334, 1.3820109446660052], [103.96763048874658, 1.3820852083354285], [103.96761292023582, 1.3821559331327231], [103.9675940880277, 1.382205253569213], [103.9674811178116, 1.382351458201258], [103.96736814494942, 1.3825789016409253], [103.96730358713069, 1.3827576126062364], [103.9672228900371, 1.3829363199647884], [103.96715833661217, 1.383001297494844], [103.96709435082788, 1.3830617405216445], [103.96708029693498, 1.3830900288485108], [103.9670802968283, 1.3831041739700003], [103.96706975615706, 1.383128926947682], [103.96704867630636, 1.3831890410657157], [103.96703813441547, 1.3832562312165735], [103.96702056789242, 1.383298664863862], [103.96696435642443, 1.3833729179550298], [103.96694678939639, 1.3834224237105484], [103.9669397619285, 1.3834754676361813], [103.96693624527595, 1.383546195251753], [103.96685895536051, 1.3836416622437817], [103.96684490155187, 1.3836876317455549], [103.96684138378285, 1.3837866505086702], [103.96682381380334, 1.3839281027190753], [103.96681678521837, 1.3840094386963704], [103.96681377879666, 1.3840934504521458], [103.96677600830279, 1.3842083761642194], [103.96592894072003, 1.3838920954209943], [103.9658528088574, 1.3840980916035621], [103.96670768777395, 1.3844137849945886], [103.96674983873285, 1.3845384524875388], [103.96676389111842, 1.3845472954449194], [103.96677442963711, 1.3845481820269103], [103.9667849689061, 1.3845464170202824], [103.9667900033239, 1.3845412474035967], [103.9668954012938, 1.3843449994629604], [103.96693492698596, 1.3842512926886397], [103.96695688318731, 1.384227427147122], [103.96697005757414, 1.384218588073148], [103.96698235350273, 1.3842159385004278], [103.96699673797427, 1.3842179082887687], [103.9670434207236, 1.3842351952275713], [103.96706929994356, 1.3842407112698203], [103.96708862171772, 1.3842362950794238], [103.96710223560551, 1.3842292249112933], [103.96714439308352, 1.3841974052646864], [103.96722168320086, 1.3841054752216841], [103.96731302761494, 1.3839605026601416], [103.96740437010689, 1.3838615024182706], [103.96754147101117, 1.3837692958470023], [103.96786367984294, 1.3839498378114332], [103.96813391791908, 1.384177723319758], [103.96834207581523, 1.384317403626915], [103.96913819006475, 1.384820997771669], [103.96948511777231, 1.3851076938351736], [103.96969692431183, 1.3853465913051417], [103.96979552242286, 1.3854935986131274], [103.96998175785173, 1.3859125495922158], [103.97011687409375, 1.3861073348963002], [103.97031042563432, 1.3862102653070603], [103.97076326231235, 1.3864813655919568], [103.97097141965885, 1.3866366630479958], [103.97153028513333, 1.3868233321013952], [103.9714607983147, 1.3869303935945856], [103.97135189768645, 1.386841961570166], [103.97127990438644, 1.386927475888338], [103.97193287098253, 1.3874787046155146], [103.97200283078843, 1.387377590162664], [103.9715315402818, 1.386990982564694], [103.97163293511943, 1.3868315159661073], [103.97210676859937, 1.387234026592489], [103.97222656367589, 1.3873240016785684], [103.97268737351577, 1.3874058064652113], [103.97295786075415, 1.3874093472718612], [103.97331919076032, 1.3874826586473101], [103.97354170148456, 1.3874889379351953], [103.97364401398335, 1.3874420488308323], [103.97371698557423, 1.387155315781013], [103.97366952111378, 1.3869421597209823], [103.97358099650053, 1.386564039729063], [103.9744228140763, 1.3866751525948238], [103.97487026495173, 1.3867154520948428], [103.9756494863821, 1.3867554529161454], [103.9759040589269, 1.3868049322926481], [103.97604000737955, 1.386753398965999], [103.97610021471954, 1.3865916421485482], [103.97586294510711, 1.386136004922582], [103.97563299301665, 1.3859119235194757], [103.97549063062684, 1.38563266081003], [103.975505215638, 1.3854562262613144], [103.97557820042027, 1.3853348927323312], [103.97566122842153, 1.3853017672891141], [103.97578259999297, 1.3855185579766214], [103.97585350006618, 1.385592609124109], [103.97597671296145, 1.3857211593408276], [103.97634553972291, 1.3862467101683906], [103.97644778947944, 1.3863091853716614], [103.97653178014632, 1.3864451672649643], [103.97661942127483, 1.3868126925592517], [103.97657925080915, 1.386981758118839], [103.97640396448847, 1.387121427498202], [103.97623963295008, 1.387205966334324], [103.97580415800331, 1.3872528459105493], [103.97554396785264, 1.3872840983015557], [103.97543258866804, 1.3872234603710112], [103.97470405699606, 1.387327320447314], [103.97454063971135, 1.3873898071691424], [103.97445573553063, 1.3874706676014643], [103.97440826123655, 1.3875781718896636], [103.97431331485029, 1.3876636270763958], [103.97423662548293, 1.3879429527363867], [103.97419554211065, 1.387994408840889], [103.97408233457827, 1.3884244231920035], [103.97402207925202, 1.388537441228014], [103.97390248297603, 1.3886357606112152], [103.973894265607, 1.3886982407194393], [103.97325063720463, 1.388912355060501], [103.97274486567454, 1.3887488268461143], [103.97271930263372, 1.3888342778592657], [103.97298213088584, 1.388919525444149], [103.9731271500614, 1.3891638327714784], [103.97324763537709, 1.3890856996206982], [103.97342158519585, 1.38908735598863], [103.97339468237344, 1.3891570540150888], [103.97343729992652, 1.3891865824906369], [103.97352077467215, 1.3891989645470573], [103.97357853512389, 1.3892608664456234], [103.97366777774603, 1.3894546485811134], [103.97369056562734, 1.3897137657538343], [103.97377510349054, 1.3899253197690917], [103.97380605781717, 1.390400187234839], [103.9738509947221, 1.3904466135535605], [103.97394490906514, 1.3904421702253964], [103.97408316002097, 1.3904833438397939], [103.97424671820403, 1.390671751384136], [103.97428573293203, 1.390693287310627], [103.97469214017579, 1.3907006352081015], [103.9747323524953, 1.3907185861660976], [103.97460172698327, 1.3910577829049864], [103.9746929253388, 1.3910900386920533], [103.97471005106583, 1.391040962490612], [103.97466986134333, 1.3910253339314338], [103.97476133442922, 1.3907819900979448], [103.97492548337492, 1.390900496749447], [103.97496927569664, 1.3911306468331104], [103.97508476378977, 1.3911986107487557], [103.9751857874098, 1.391249734516312], [103.97525649335527, 1.3913804556684004], [103.97537118671588, 1.391531679641418], [103.97543151352112, 1.3916822440067], [103.97564584859587, 1.3917653499476124], [103.97586018209925, 1.3918070930943731], [103.97611673322761, 1.3919506104692911], [103.97624582842583, 1.3920318567492422], [103.97632197794462, 1.3920866292671314], [103.97674876013421, 1.392309230703876], [103.97718456624547, 1.392211429874927], [103.97758565365737, 1.3921813062660395], [103.97823607451406, 1.3924492328815294], [103.97847737910273, 1.392421499273175], [103.97946574868192, 1.3925504928812478], [103.9803167856757, 1.3923218234763097], [103.98051233436135, 1.392317217950347], [103.98083676220261, 1.3924141848499507], [103.98156995279406, 1.3926928174366593], [103.98174997596638, 1.3929765022926748], [103.98181342436023, 1.393004265772581], [103.98208461017093, 1.3929192160151276], [103.98231400933618, 1.3929320044724534], [103.98296347434632, 1.3925672080444118], [103.98345842011969, 1.3922883835876587], [103.98362515571071, 1.3922517914963541], [103.98386911541108, 1.392124289876889], [103.9844230459185, 1.3922510383968516], [103.98479969675641, 1.3922836009162753], [103.98494840577811, 1.3923983999183014], [103.98508452011184, 1.3926074106199873], [103.98517093086758, 1.392665414347286], [103.98525170639557, 1.3926491423700162], [103.98542727497659, 1.39212194644474], [103.98589273623449, 1.3919406017756852], [103.98614605000692, 1.3918143392056768], [103.98704024145178, 1.3918175671820083], [103.98729318950286, 1.391595624952242], [103.98740656892309, 1.391400017820007], [103.98766350720526, 1.3911187229995063], [103.98799288841022, 1.3907940212970087], [103.98833427971648, 1.3907561503574495], [103.98844504627962, 1.3911022310585373], [103.98811293223764, 1.3913395970703624], [103.98795383952735, 1.3915744962965937], [103.9878632796968, 1.3917874159342567], [103.98782156776923, 1.3919521742325625], [103.9877963072191, 1.3923280725648515], [103.98716725447065, 1.3927369800080274], [103.98653545574206, 1.3928582953053112], [103.98614469181474, 1.3929795992451919], [103.98604608995814, 1.393115590805219], [103.98610452554279, 1.393273625865302], [103.9863053889666, 1.3933471219147562], [103.98679110693728, 1.3932625667547263], [103.98728412672196, 1.3930677513456857], [103.98765183723076, 1.39291279656968], [103.98833023914955, 1.3927018720171842], [103.98953880352866, 1.3922914036819831], [103.9914965859344, 1.39158373131275], [103.99160793095218, 1.391568498886009], [103.99481837250418, 1.3905667359284009], [103.99589938282656, 1.39025146722389], [103.99734518225394, 1.3898155598513153], [103.99761064931144, 1.3897692823476329], [103.997704835223, 1.3897052651252693], [103.99815012662064, 1.3895671489249874], [103.99848417000887, 1.3894031603939725], [103.99883969276324, 1.3891345195364233], [103.99902284207828, 1.388969677905861], [103.99931236277965, 1.388638177750349], [103.99946387814029, 1.3883631989972771], [103.99957196425797, 1.388251768735082], [103.99983739867525, 1.387767998568983], [104.0000535434871, 1.3875141862866611], [104.00050870046826, 1.3866182259363922], [104.00067615366365, 1.3861526665405606], [104.00076181577103, 1.3857344155220666], [104.00102117612741, 1.3850953426304857], [104.00112532930018, 1.3846306287817154], [104.00136976536261, 1.3842762540687679], [104.00162509208357, 1.3840371528409003], [104.00195557132088, 1.3836909672508482], [104.0021136237586, 1.3833727676437388], [104.00225889020724, 1.3829503703686576], [104.0025655346756, 1.3823005339155154], [104.00271079855554, 1.3818943834583062], [104.00288254495226, 1.3814992317331727], [104.00313274936936, 1.3811586127089592], [104.0036732557676, 1.3799212245637684], [104.00405960735227, 1.3794250547529208], [104.0044461227065, 1.3776753521615168], [104.00501470933409, 1.3766185381344131], [104.00555479523793, 1.3754312323531963], [104.00575526112944, 1.3750024534159413], [104.00612280604577, 1.3740019692528613], [104.00672831123065, 1.3737012344201498], [104.00720587580727, 1.373504096936568], [104.00741487184104, 1.373504102427206], [104.00776894391352, 1.373610321570667], [104.00850717171461, 1.3736189798359129], [104.00850811489065, 1.3738366764029306], [104.00858375520752, 1.3738338238960397], [104.00859035221981, 1.374113698411841], [104.00857015690997, 1.3741136980939526], [104.00859018796498, 1.3747078756037592], [104.00859033919515, 1.3747115888947323], [104.00859165596779, 1.374716671300655], [104.0085938506414, 1.3747217545460952], [104.0085964837195, 1.374725511967398], [104.00859911763175, 1.3747283858289199], [104.00860153315969, 1.3747308165701706], [104.00860548345786, 1.3747334687662527], [104.00861053265632, 1.3747354579852786], [104.00861514239054, 1.3747365627726806], [104.00861997222557, 1.3747370046479386], [104.0086248010976, 1.3747365629635437], [104.00863072792292, 1.3747347945019168], [104.00863489979673, 1.3747323641784124], [104.00863973020797, 1.3747283864463011], [104.00864368175525, 1.3747235243150395], [104.00864609771429, 1.3747195458569372], [104.00864785399558, 1.3747138003281458], [104.00864852404014, 1.3747098635995925], [104.00864447309046, 1.373795073014011], [104.00857375583341, 1.373795267245298], [104.00857301071389, 1.373619751823739], [104.00871097869006, 1.3736213694869166], [104.00873847098057, 1.3727422852226105], [104.00859608288516, 1.3726403191893441], [104.00731721656766, 1.372623750325057], [104.00672299464189, 1.372395006925801], [104.00655333271736, 1.3713974196526815], [104.00660812552789, 1.3712100304368517], [104.00701349548928, 1.370592752498977], [104.00702446624383, 1.370457720787004], [104.00676162360101, 1.370041595026609], [104.00656172941086, 1.3699286043538166], [104.00676439432331, 1.3697853100189992], [104.00790912284724, 1.3694022913859194], [104.00862387197968, 1.369341683854001], [104.00932217535352, 1.369402328489962], [104.00973018977727, 1.3695483940485542], [104.0101984364196, 1.369810203184652], [104.01077619644194, 1.3702869631746544], [104.01168530628789, 1.3708078228050409], [104.01200569350988, 1.370926327791443], [104.01254515990215, 1.3710283044371818], [104.01295319663637, 1.3709980011279983], [104.01336124314454, 1.3708822692106328], [104.01529851115602, 1.3700795406081734], [104.01446412728332, 1.3693638740333844], [104.01433419110337, 1.3692082851965974], [104.01420074455577, 1.3690208721967192], [104.01414807411223, 1.368911253320841], [104.01412525444503, 1.3688193169339522], [104.0141112226373, 1.3686778743218593], [104.01413933387013, 1.3685647223126995], [104.0142517561983, 1.3683384185515912], [104.01440632080308, 1.3681545486692501], [104.0147575929728, 1.3678150967634837], [104.01533569512239, 1.3674152208154666], [104.01614542202447, 1.366969516678708], [104.01698806372366, 1.366592234528593], [104.01728315070223, 1.366500255615534], [104.01760985517038, 1.3664047381825875], [104.01790494389388, 1.366348128702496], [104.01818598067469, 1.366312741977718], [104.01850371966768, 1.3663055946196099], [104.01867936941034, 1.3663197324084342], [104.01890420154682, 1.3663621619631454], [104.01909390450409, 1.3664187420298122], [104.01926553545152, 1.366520888738048], [104.0193674135598, 1.3665880837564595], [104.01946226852135, 1.3666906506266276], [104.01955360958785, 1.3668215124618925], [104.01963792833277, 1.3669983560948733], [104.01966954964897, 1.3671256847302655], [104.01969766266771, 1.3674121772924301], [104.01970820286367, 1.367447545968807], [104.01972928185977, 1.3674652290717424], [104.01976441124657, 1.3674652272309202], [104.01981007935265, 1.3674581506658583], [104.01985926155129, 1.3674369260253887], [104.02079720997638, 1.3669346192007892], [104.02091664858669, 1.3668603356792555], [104.02098339232893, 1.3667931301958751], [104.02103608501668, 1.3667117762085101], [104.0210887755039, 1.3666021275271478], [104.02116254525718, 1.3665136988849962], [104.02126441904984, 1.366432341928423], [104.02140486430021, 1.3663471004196126], [104.026869218593, 1.3640017518140768], [104.0271326877045, 1.363885015697729], [104.02735751569043, 1.363810724264036], [104.0276455765249, 1.3637152077933166], [104.02778960593855, 1.36365507067892], [104.02790377553319, 1.3635878611844807], [104.03176787881597, 1.3610569124769072], [104.03196460093851, 1.3609472526139683], [104.03211916899261, 1.3608835783608526], [104.03221752983609, 1.360848201630425], [104.03231940610992, 1.360826973299095], [104.03242128145422, 1.3608163558063366], [104.0325969304691, 1.360816343924874], [104.03274096153403, 1.3608021868711064], [104.03285688802343, 1.3607738843585995], [104.03294471112602, 1.3607349706258105], [104.03304482810474, 1.3606712999474369], [104.03741103486895, 1.357632564995236], [104.04122344667233, 1.3546057946242207], [104.04131477942904, 1.3545173639985804], [104.04137449608356, 1.3544147883187263], [104.04138854440757, 1.354344049094905], [104.04137814056557, 1.3542769556432273], [104.04134300899116, 1.3542274405325587], [104.04128328657633, 1.3541991492186778], [104.04122356627214, 1.3541956165233398], [104.04113223048905, 1.3542062334328295], [104.04102684245184, 1.354230999333917], [104.04089208064092, 1.3542887678013835], [104.0377779450196, 1.3567790001637534], [104.0372088454385, 1.3568179458583765], [104.03718425427674, 1.3567931884130282], [104.03717371272138, 1.3567436720543637], [104.03714560760008, 1.3567118410131231], [104.0370964249631, 1.3566800117577344], [104.03704724290789, 1.3566658672342577], [104.03697698332539, 1.356662335334853], [104.03690672492522, 1.3566729503155652], [104.03675918283726, 1.3567330890878682], [104.03655719183855, 1.3568498226986805], [104.03486056195425, 1.3580267542087796], [104.0347903023058, 1.3580338330922135], [104.0347270685207, 1.3580303005432837], [104.03464978248327, 1.3580090835304637], [104.03442846213044, 1.357927748666587], [104.03435820281771, 1.3579171418968279], [104.03427037842478, 1.3579171483401915], [104.03417201598424, 1.3579313025459459], [104.03408770610497, 1.3579560664152281], [104.03400339678356, 1.3579985159224248], [104.03381721418826, 1.3581187849639238], [104.03373992985047, 1.3581400112887199], [104.03360643727335, 1.3581541684040717], [104.03356428218046, 1.358164782760805], [104.03353266627794, 1.3581860061761062], [104.03350807648516, 1.3582213767949334], [104.03348700064561, 1.3582638228242039], [104.033479977394, 1.3583062658735605], [104.03347646736107, 1.3584123745870502], [104.03348204143789, 1.3585252851303773], [104.03206631613497, 1.358560748683604], [104.03193984974322, 1.3585466077393389], [104.0318590506486, 1.358518317935131], [104.03181337988866, 1.3584900252245553], [104.03175365753613, 1.3584299011444698], [104.03136720796853, 1.3578427906624484], [104.03132856209658, 1.357747294447271], [104.03131450616262, 1.3576730197007203], [104.03130747567585, 1.3575386153571596], [104.03129693318697, 1.3574431186334757], [104.03125477395531, 1.3573476227048549], [104.03120207576501, 1.3572662763385166], [104.03095364901048, 1.356978621997596], [104.03092905650351, 1.3569255688954776], [104.03092905432027, 1.3568654407803822], [104.03095715607864, 1.3568123842512143], [104.03123115863399, 1.3566036854042012], [104.03127331267622, 1.3565470916725952], [104.03130141248415, 1.3564480548185032], [104.03130492222573, 1.3563702407716154], [104.03129438226257, 1.3563277982644724], [104.03126627696273, 1.3562818202549327], [104.03122060629042, 1.3562429157772387], [104.03115737261759, 1.35621816143907], [104.03111170392077, 1.3562146282467968], [104.0310625221042, 1.3562252422298773], [104.03102036702577, 1.3562358556344913], [104.03091498095372, 1.3563101383927791], [104.03078851674098, 1.3563879598260318], [104.03073933610382, 1.3564021107511275], [104.03068312909102, 1.3563985775117835], [104.03063745899694, 1.3563667478223853], [104.03060584062457, 1.3563243061352628], [104.03059529952786, 1.356267714926761], [104.0305988103989, 1.3562146613224626], [104.03062339907656, 1.356165141128749], [104.03067257921565, 1.3561226955267263], [104.03077796553711, 1.3560625596667275], [104.0308166067491, 1.3560236509710535], [104.03083065678553, 1.3559812064415453], [104.03083416908507, 1.3559458366731456], [104.03082362966732, 1.3559210789023082], [104.03079552401714, 1.3558927847208577], [104.03076039400001, 1.3558715650114541], [104.03069364693215, 1.3558574217913268], [104.03048286877232, 1.3558538985071433], [104.03039153024663, 1.3558326824927398], [104.03034937500652, 1.3558079264039473], [104.03031775660635, 1.3557760955554015], [104.03020533408387, 1.355574495999413], [104.03015966348234, 1.3555249815567696], [104.03011399341169, 1.3554931518537874], [104.03002616802662, 1.3554577877429583], [104.02996644770865, 1.355443643926012], [104.0298329544124, 1.3554365791241785], [104.02975566933512, 1.3554259727797162], [104.02970297338844, 1.3554047535816918], [104.02966081697829, 1.355376461434817], [104.02963973775468, 1.3553552414645742], [104.0296291968394, 1.355334020634628], [104.02959975438327, 1.3541807716948875], [104.02959184514052, 1.3540339885316557], [104.02958495498774, 1.353955763841973], [104.02957265805698, 1.3539203944559195], [104.02954894318104, 1.353874416058958], [104.02951644694646, 1.3538204791123827], [104.02949185531743, 1.3537886476749679], [104.0294391792597, 1.3537348941457894], [104.02941282990898, 1.3537012948283085], [104.02939614326193, 1.3536738841578464], [104.02938472354253, 1.3536411680883282], [104.02938120998526, 1.3536164097354892], [104.02937080695008, 1.353297890789446], [104.02936377744857, 1.3532298048783946], [104.0293444531309, 1.3531413818353457], [104.02933215599636, 1.3531033599615139], [104.02931904309273, 1.353078053442715], [104.02929532896503, 1.3530524122682925], [104.02909508395122, 1.3528808824663097], [104.02907049243186, 1.3528614307939777], [104.02904063183487, 1.352842863107851], [104.02901428434228, 1.3528322544007299], [104.02898266701496, 1.3528242977018008], [104.02895479249473, 1.352820205929642], [104.0288757511024, 1.352813136635016], [104.0288397425188, 1.3528051811945674], [104.02879495125882, 1.3527839622302185], [104.02875718637546, 1.352758321283734], [104.02873435036057, 1.3527353325165654], [104.0287211765485, 1.3527123429662633], [104.0286842856371, 1.352581477953968], [104.02867813617226, 1.3525399186281832], [104.02867991661702, 1.3525112077946206], [104.02868606255535, 1.3524749542523156], [104.02870186812879, 1.352395371177264], [104.028715916504, 1.3522981044060824], [104.02871854840002, 1.3522309021702], [104.02871254803618, 1.3520761912262793], [104.02870903265219, 1.352028442253064], [104.02870464149737, 1.3520072209172056], [104.02869410164817, 1.351987768101296], [104.0286844400442, 1.3519727366260206], [104.02866599668685, 1.3519559369351666], [104.0284615239387, 1.351804984285341], [104.02830700379715, 1.3516530734802943], [104.02829558565631, 1.3516398101669416], [104.02828768163646, 1.3516247785474922], [104.02828592500718, 1.3516141678433695], [104.02828768063114, 1.3516009043701167], [104.0282955839799, 1.3515849870104824], [104.02830963505343, 1.3515664175731454], [104.0283263209819, 1.3515513839671927], [104.02834125155043, 1.3515416572825147], [104.02835354631283, 1.3515390038037032], [104.02836847600092, 1.3515407706194666], [104.0283921895909, 1.3515487279680283], [104.02844137103926, 1.3515681776624948], [104.02846244880507, 1.3515717138114822], [104.02848352711646, 1.3515708276439922], [104.02849757820738, 1.3515637526105586], [104.02850899534138, 1.3515531417457864], [104.02852568063297, 1.3515301497782006], [104.0285450008119, 1.3514885901997953], [104.02854851283348, 1.3514717887315226], [104.0285493904939, 1.3514576408660486], [104.02854763344013, 1.3514417242871692], [104.02854148553637, 1.351419618629382], [104.02852611426573, 1.3513904398201597], [104.02805886321737, 1.350647707471198], [104.0279815656045, 1.3503081639070467], [104.02880650771762, 1.3516056672646888], [104.02883373457213, 1.35163484511104], [104.02886535254063, 1.3516622545791186], [104.02889609191091, 1.3516808212943339], [104.02893297706721, 1.3516949670035725], [104.02896020366917, 1.3516985017452086], [104.02898391655408, 1.3516976162640084], [104.02899708996466, 1.3516931946885946], [104.02900674979952, 1.3516861200083434], [104.02901553131817, 1.351673740428682], [104.02902782610748, 1.3516489807921341], [104.0290409984833, 1.351609189731475], [104.0290445096303, 1.3515702821087379], [104.02904099389416, 1.351484511166206], [104.02903484520736, 1.3514526782237157], [104.0290265013645, 1.3514323416722949], [104.02761236488351, 1.3491829781409779], [104.02753507474164, 1.3490379667321306], [104.02747886072761, 1.348864659844699], [104.02742264599833, 1.3486595186054195], [104.02736994686899, 1.3485392656648372], [104.02724347201058, 1.3483093714095824], [104.02719779871812, 1.3481891178994478], [104.02716617818628, 1.3480830110580977], [104.0271563288632, 1.3480004547000872], [104.0271282199575, 1.347883736729137], [104.02707200918283, 1.3477847057521875], [104.02690689279432, 1.3475654235990362], [104.0268471692988, 1.347462855946023], [104.0267979826889, 1.3473426017988361], [104.02676987554712, 1.3472364946667355], [104.02674536337128, 1.3468206080198974], [104.0267242796711, 1.3466614469919531], [104.02669617254442, 1.3465553398568038], [104.02583233219767, 1.3449120511836654], [104.02568829259415, 1.3446573986357166], [104.02564692790713, 1.3445354083602328], [104.02563638514324, 1.3444434485105385], [104.02563286763238, 1.3442984329578667], [104.02561529857864, 1.344188788917196], [104.02558016587302, 1.3441074400543713], [104.02535883750731, 1.3437431463509018], [104.02530631994483, 1.3436206369395711], [104.02528875305246, 1.3435498984335008], [104.02527469579046, 1.343408421563177], [104.0252536152094, 1.3432987768890499], [104.02520442961311, 1.3431891344349944], [104.02497617154215, 1.3426953631811516], [104.0249621177451, 1.3426210883474716], [104.0249586002774, 1.342522053130792], [104.02496211068615, 1.3424265552137669], [104.0249480549649, 1.3423275208278505], [104.02491994874131, 1.3422426353478911], [104.02437204735138, 1.3411859833055741], [104.02416500851365, 1.3408129820302253], [104.02406664290845, 1.3407210272385706], [104.02403502542569, 1.3406856584094475], [104.02399989365652, 1.3406149221649926], [104.0239717863978, 1.340515888865843], [104.02395070372832, 1.3403779485667904], [104.0239120475709, 1.3399782735402093], [104.02389096686397, 1.3399004613876009], [104.0238417822335, 1.3398014297341463], [104.02377503294164, 1.3397059354985155], [104.02316602085394, 1.339018956499618], [104.0231169924232, 1.3389523994582757], [104.02309942398823, 1.3388250706223035], [104.02410531530644, 1.33875137630448], [104.0235209634596, 1.3384395156252635], [104.02305374242304, 1.3384395439012953], [104.02295186654003, 1.3384324752162053], [104.02289565884176, 1.3384147939333721], [104.0228359382383, 1.3383794281712977], [104.0225443546175, 1.3381070993245607], [104.02249868498174, 1.3380752703163872], [104.02244247702288, 1.338054052071159], [104.0223335768024, 1.3380540587075214], [104.02228088282851, 1.3380646727387195], [104.02221413826551, 1.3381000456054517], [104.02216847153042, 1.3381531033983545], [104.02214037026405, 1.3382132328264944], [104.02212983356921, 1.338280435699107], [104.02212632302438, 1.3383405650311744], [104.02213637913131, 1.3384161732353335], [104.01409948518163, 1.3420846876005903], [104.01390627560957, 1.34214128957488], [104.01377278440054, 1.342166057247983], [104.01360416299535, 1.3421872878551084], [104.01342500267057, 1.3421872984244536], [104.01320017401342, 1.3421731636484227], [104.01296436615239, 1.3421378061416587], [104.0127553434676, 1.3420918384907312], [104.01270528460398, 1.3420750400803765], [104.01268771879992, 1.3420635469605307], [104.01267542263858, 1.342046746667006], [104.01267366608471, 1.3420237561556618], [104.01267981251813, 1.3419910386689757], [104.01268947288372, 1.341966279291369], [104.01271011077469, 1.341939751079833], [104.01350651542371, 1.3414172976693377], [104.0136505441856, 1.341346550667939], [104.01375944445111, 1.3413076379284368], [104.01383672854142, 1.341286411386444], [104.01393860339411, 1.3412651839205343], [104.01402993857018, 1.341236882425567], [104.0141318127396, 1.341169675482314], [104.01513134509004, 1.3405624363315374], [104.01532806547083, 1.3404492427911057], [104.01543345268813, 1.340403256344896], [104.01550371055257, 1.3403891032802422], [104.01564422926955, 1.3403890954707098], [104.01586203168321, 1.3403996945211685], [104.01596742023263, 1.3403961505672668], [104.01608334635864, 1.3403713859172968], [104.01620435679737, 1.3403263333749904], [104.01828664041405, 1.3391946501165302], [104.01840959154988, 1.3391486613180819], [104.01854308172203, 1.339113284374631], [104.01916970619214, 1.3390012524979245], [104.01931022356705, 1.3389729479764179], [104.0194472258219, 1.338909275111473], [104.02055282990263, 1.3382412864230873], [104.02066172944333, 1.3381846877505186], [104.02073901388692, 1.3381705358163334], [104.02083035009018, 1.33817052969714], [104.02094979053845, 1.3381846710226863], [104.0210622050175, 1.338184664176682], [104.02115705331147, 1.338156363074712], [104.02182098786716, 1.3378309223383047], [104.02194745120075, 1.3377601753598594], [104.02201419467332, 1.337675284291478], [104.02206688475687, 1.3375550248057568], [104.02209498538477, 1.3374630619213015], [104.02210643595907, 1.337337708656125], [104.02208623531286, 1.3368166001322737], [104.02204411821062, 1.3364502373667875], [104.02203621298092, 1.3363945303306775], [104.02202391472548, 1.336338823634051], [104.02201074033863, 1.336306107634905], [104.02198621188208, 1.3362622309068226], [104.02188520949774, 1.3361021887631266], [104.02185359166141, 1.3360491369478409], [104.02183953842649, 1.3360155365513022], [104.0218281209849, 1.335986356460955], [104.02181406588676, 1.3359165030002123], [104.02180308525634, 1.3358298481089028], [104.02174430823065, 1.334697125027088], [104.02171266644537, 1.3345061258068986], [104.0216067892044, 1.3341055668520465], [104.02153123230522, 1.3338765517269313], [104.02149785323972, 1.3338102366978108], [104.02147016258073, 1.333775078229172], [104.02145492795586, 1.3337557351480456], [104.02080940741456, 1.3330707159709478], [104.02075008654072, 1.3330077662278967], [104.02074860378879, 1.3330058997430416], [104.0207219798564, 1.3329723997768999], [104.02070968233338, 1.3329494109906186], [104.02070616812628, 1.332937915943547], [104.02070616505927, 1.3329211147492803], [104.02071055371312, 1.332899006436044], [104.02077814445636, 1.3327071060803029], [104.02077989875586, 1.3326876504557799], [104.02077726209993, 1.3326717339270135], [104.02076320757527, 1.3326443247651438], [104.02073328845934, 1.3325963118863335], [104.02073290383247, 1.3325956942381039], [104.0202433534418, 1.331945626346006], [104.02022929789597, 1.3319164473475684], [104.02022402642528, 1.3318969949719974], [104.02022138807646, 1.3318704666849293], [104.0202090528134, 1.3315848464043256], [104.02020728754964, 1.3315780927804826], [104.02020026694214, 1.3315512455885463], [104.02018954649635, 1.3315296647655113], [104.02018796840073, 1.3315264878701216], [104.02016996335901, 1.3315043848826336], [104.0194907914512, 1.330821965097673], [104.01946676269239, 1.3308019841888028], [104.01945039096638, 1.3307883693911138], [104.01942228764949, 1.330773341969608], [104.01938715882582, 1.3307618529364649], [104.01938201006408, 1.3307610113683033], [104.01931690293881, 1.3307503701856558], [104.0191311378286, 1.3307327420222335], [104.0188013658599, 1.3307319286539436], [104.01862046395546, 1.3307416895247666], [104.01830959491222, 1.3307665078368363], [104.01827710375834, 1.3307727033446881], [104.01826121625511, 1.330781848525708], [104.01825866358028, 1.3307833183030338], [104.01824658807995, 1.3307971405454868], [104.01823934637349, 1.3308054286453808], [104.01821037324869, 1.3308505321606148], [104.01818227949865, 1.3309035939759515], [104.01815857639879, 1.3309610777796528], [104.01814058269342, 1.3310185584396446], [104.01807873072154, 1.3314386038865962], [104.01807281627534, 1.331496542146128], [104.0180725918007, 1.3314987352356817], [104.01807084247888, 1.3315491407679667], [104.01807260441026, 1.3315836265890886], [104.0180778759954, 1.3316048478996643], [104.01809193184458, 1.3316384483295995], [104.01811433160218, 1.3316835425435865], [104.01821270997078, 1.3318462312638026], [104.01830186317862, 1.3319762045535999], [104.01835456481281, 1.3320575486434372], [104.018364228284, 1.3320876124513845], [104.01836422978604, 1.332095702854281], [104.0183642301976, 1.3321012203535525], [104.01836423146624, 1.3321061816714657], [104.0183563300226, 1.3321238697379907], [104.0183440389554, 1.332138904744431], [104.01832208615622, 1.3321592463598728], [104.01829486591421, 1.33217782215831], [104.01828107906955, 1.3321849902513414], [104.0182676444435, 1.332191975637018], [104.01824828458618, 1.3321965414031962], [104.01822637198795, 1.3322017096656393], [104.01817939043924, 1.3322034875667732], [104.01805644608552, 1.332203510410295], [104.01796160472946, 1.332214139269776], [104.01788784370689, 1.3322530612435215], [104.01775788928622, 1.3323556616174586], [104.01764307687094, 1.3324652244169064], [104.01762442515358, 1.3324830236231446], [104.0174882139659, 1.332620226169729], [104.01748393717821, 1.3326245339575291], [104.01734947275553, 1.3327011397336344], [104.01721598315302, 1.3327400535191287], [104.01709654300588, 1.3327506715353339], [104.01707995303867, 1.3327506718764877], [104.01696305141186, 1.3327506788411247], [104.0169311079102, 1.332738887480091], [104.0168576618495, 1.3327117784697935], [104.01674875891693, 1.3326481196956033], [104.01659769957037, 1.3325243340859396], [104.01650284634778, 1.3324111569238266], [104.01642204439783, 1.3322696830927208], [104.01639049916935, 1.3321876419188605], [104.01637988613267, 1.3321600389342034], [104.01629666010038, 1.331667845451759], [104.01628566410605, 1.331613445405459], [104.01625447927886, 1.3314591630244466], [104.01619473824412, 1.3312893928965222], [104.01618814782121, 1.3312711497352108], [104.01613945077466, 1.331136363040533], [104.01613851339447, 1.331133770310491], [104.01613147765738, 1.3310594912310174], [104.01613753043883, 1.3309515454717542], [104.01614198948572, 1.3308720220557988], [104.01611737954472, 1.3307199304433992], [104.01605868156636, 1.3305230800750831], [104.0160267446609, 1.3304783627596257], [104.0159687744872, 1.3304032093397056], [104.01586600881082, 1.3302665148440922], [104.01578871456752, 1.3301568787066218], [104.01572371579122, 1.3300551982103843], [104.01567101162003, 1.3299620015029667], [104.01565783459739, 1.3299284018918256], [104.0156508057214, 1.3298983378710993], [104.01564992171217, 1.3298638501689275], [104.01565255032413, 1.3298196358140641], [104.01566132359797, 1.3297559655062083], [104.01567185618933, 1.329716171075453], [104.01568941358752, 1.3296754907541], [104.01575781083123, 1.3295835131636211], [104.01579556707946, 1.3295472509470556], [104.01582630091194, 1.3295322118679158], [104.01587372032671, 1.3295224765227007], [104.01595714538162, 1.3295100805829276], [104.016036179737, 1.3295047615841085], [104.01612312025821, 1.3295091665764434], [104.016234650407, 1.3295241787793366], [104.01633300761712, 1.3295489201595174], [104.01641380542445, 1.329586929806256], [104.01661492315128, 1.3297027325492423], [104.01681604432501, 1.3298406441597808], [104.01701148917877, 1.3300002418219692], [104.01726770061046, 1.3302236935689318], [104.0173274229521, 1.3302740863523685], [104.01735903952316, 1.3302882290728943], [104.01739065486836, 1.3302979503775525], [104.01743544380696, 1.330306784420034], [104.01747144805061, 1.3303094305866632], [104.01749603760537, 1.3303067735393626], [104.01752062490391, 1.330297926148593], [104.0176396601896, 1.3302335828514706], [104.01767741926203, 1.3302114693186282], [104.01770463935887, 1.3301911255055883], [104.01771956587281, 1.3301760903047726], [104.01777048959903, 1.330105338402603], [104.01778453925748, 1.3300920712910012], [104.01779771072383, 1.3300867635166125], [104.01781527367181, 1.3300849914589166], [104.01785918329853, 1.330086751657263], [104.01792241067758, 1.3300858561047082], [104.01796983144739, 1.3300823101574788], [104.01800407906387, 1.330073460226377], [104.01812669067209, 1.3300348248770555], [104.01815566892071, 1.3300224392940025], [104.01818728036156, 1.330003864073363], [104.01821362217221, 1.3299782144425012], [104.0182540114452, 1.3299339927228895], [104.01827859489892, 1.3298977332743538], [104.01828649653577, 1.3298826986004546], [104.01828912900382, 1.329866780764291], [104.01828912595614, 1.329849980471643], [104.0182856113054, 1.3298322950754806], [104.01827506744239, 1.329792504941512], [104.01820393894846, 1.3296100086761573], [104.01819163951696, 1.3295728702568188], [104.0181881236402, 1.3295507643494482], [104.01819163372997, 1.3295313094957932], [104.01820216895338, 1.3295153910642077], [104.01822412090044, 1.3294959321078335], [104.0184565985218, 1.3293398103128742], [104.01847855156144, 1.3293230056507466], [104.01849172242899, 1.3293097376981085], [104.01850050098288, 1.3292938203025222], [104.01850401133353, 1.329277902400091], [104.018503129808, 1.329253142902899], [104.0184855448222, 1.3291037014789298], [104.01847060855846, 1.3290479958480443], [104.01844990287755, 1.3290067197134106], [104.01842618775598, 1.3289748907483867], [104.0184033520757, 1.3289519036429644], [104.01837612640648, 1.3289333382835165], [104.0183489009351, 1.3289174263154937], [104.01810738909217, 1.3288166635485192], [104.01799710806968, 1.3287789075874576], [104.01793739057358, 1.3287691920189446], [104.0178618680321, 1.328765668884695], [104.01756065493457, 1.3287648396005236], [104.01746016123037, 1.3287675113842132], [104.01739517780558, 1.3287763663233327], [104.0173056071603, 1.328794953111745], [104.01723623245125, 1.3288029239119326], [104.0171782734353, 1.3288055879757117], [104.01710187326795, 1.328805601835441], [104.01701229841994, 1.3288038495593182], [104.01697066466825, 1.3287997179405724], [104.01694607364078, 1.3287944175177755], [104.01691621491771, 1.3287838116089785], [104.01688196362234, 1.3287670156845124], [104.01632968332363, 1.3283693637201452], [104.01629104036549, 1.328346378673725], [104.016258546006, 1.3283331204643447], [104.01622837840596, 1.3283254636868087], [104.01618359033883, 1.3283157451524548], [104.01614143804547, 1.3283104469325497], [104.01557037483049, 1.328283206644188], [104.01553436881763, 1.328280561349738], [104.01550538728425, 1.328272607844842], [104.01548343222198, 1.3282620004261876], [104.01545884112852, 1.3282434348347745], [104.01518744708427, 1.3279684743348528], [104.01515877525188, 1.3279440741109363], [104.01513154967859, 1.327926393174528], [104.01509378693402, 1.3279104828500166], [104.0150261642025, 1.3278910413989602], [104.01496556891063, 1.327882210282547], [104.01480574098167, 1.3278689750288908], [104.0147539261317, 1.3278574889617087], [104.0147144068527, 1.32784334768884], [104.01467839962098, 1.3278238993712765], [104.01464678129321, 1.3277973777292624], [104.01460945370233, 1.3277602438428429], [104.01396041799536, 1.3269283852750162], [104.01387610094719, 1.326832013813833], [104.01376719508139, 1.3267480275562376], [104.01366223034414, 1.3266899798602256], [104.0134971251239, 1.3266245741706646], [104.01343477364935, 1.3266095527950965], [104.01321961745542, 1.326582179998306], [104.01312126050308, 1.3265715853778899], [104.013063054038, 1.3265689579449857], [104.01301124274389, 1.3265689680619208], [104.01296821329804, 1.3265733971442442], [104.01277326373051, 1.3266088035126276], [104.01273111216649, 1.3266132334312488], [104.01267403081056, 1.3266123594614656], [104.0126248528464, 1.326607947057152], [104.01259323762396, 1.3265991101459962], [104.01255283818396, 1.3265778949927813], [104.01250541330765, 1.3265487219812813], [104.0124274106952, 1.3264934640224972], [104.01172590891346, 1.3258137644208916], [104.01163456488258, 1.3257112039331445], [104.01146188265847, 1.3254748410960442], [104.01138722012918, 1.325345750885385], [104.0113195817748, 1.325206930151646], [104.0112899682273, 1.3251685060264622], [104.01105370742727, 1.324932446183722], [104.01093633468389, 1.3248356284186709], [104.01079757008785, 1.324737497248709], [104.01046308061264, 1.3245360805070938], [104.0104103868292, 1.324508678562501], [104.01038491861499, 1.324499839367433], [104.01035769405065, 1.32449542352447], [104.0102935878773, 1.324494550902028], [104.01025143487543, 1.324491021499183], [104.0102257404505, 1.324485330396788], [104.01018797700904, 1.324471188913869], [104.01013089201818, 1.3244437863736431], [104.01004921538356, 1.3243889762445056], [104.01001935399742, 1.324365105987933], [104.01000354469073, 1.32434919128499], [104.00999300416485, 1.3243288547865133], [104.00998685134044, 1.324297021745112], [104.00995785371816, 1.324073653159545], [104.009947309457, 1.3240259036912474], [104.00993061903434, 1.323989651795985], [104.0099148093555, 1.3239684321144778], [104.00974266014775, 1.3237686151817207], [104.00972860776058, 1.3237562382079844], [104.00971104325711, 1.323748282903143], [104.00968733209115, 1.3237447503600348], [104.0096592311135, 1.323748292037256], [104.00963113153396, 1.3237589085248898], [104.00956527332015, 1.323797828765043], [104.00953717678517, 1.323826131826469], [104.0095204945829, 1.3238553158228294], [104.0095152308074, 1.3238924564692305], [104.00949070624841, 1.324357000088633], [104.00948193237716, 1.3244144800498243], [104.00946437735631, 1.3244772674254137], [104.00940117499923, 1.324665631209747], [104.00937837475887, 1.3247739218501564], [104.00937047680814, 1.3248163685669108], [104.00935292078437, 1.3248650072249615], [104.00932658043901, 1.3248994996022374], [104.00929057997283, 1.3249366451585955], [104.00923877445383, 1.3249799849034603], [104.00919311274232, 1.3250038687046577], [104.00913822980132, 1.325023332650306], [104.00873779605287, 1.3251189077898002], [104.00861836835497, 1.325136614628993], [104.0076177213029, 1.3252072972352618], [104.00707088512618, 1.3252931560809658], [104.00692423272716, 1.3253179431914013], [104.00685398173309, 1.3253356410528923], [104.00679302781026, 1.3253630402362118], [104.006729803744, 1.3253975388076933], [104.00660599074544, 1.3254621134382756], [104.00643329782804, 1.3255699669591907], [104.00639202710249, 1.3255911970108352], [104.00634724286142, 1.3256097748196527], [104.00630245831279, 1.3256239312094134], [104.00626294153302, 1.3256318968807828], [104.00620498381038, 1.3256398656558759], [104.00615141489114, 1.3256389912846538], [104.00611453192352, 1.3256363450028688], [104.00606710835112, 1.325624858432372], [104.00602671119525, 1.3256098326052232], [104.005985433032, 1.3255886164916193], [104.00595401293772, 1.3255684957706422], [104.00592151785733, 1.3255437420857903], [104.00588989800681, 1.3255066076439008], [104.00586706172835, 1.3254730095395901], [104.00578192390846, 1.3252751694648477], [104.00569236293435, 1.3248229683543395], [104.00568006528506, 1.3247955580481647], [104.00566337709554, 1.3247778762551687], [104.00564142089225, 1.324762847320052], [104.00561770814654, 1.3247495865324042], [104.00559575345301, 1.3247434004337946], [104.00556589542127, 1.3247416372107068], [104.00552769561993, 1.3247451813581164], [104.00472189825088, 1.322999138902115], [104.00472013923242, 1.322977916394958], [104.00472452743139, 1.3229602295103204], [104.00473681914731, 1.322940774051373], [104.00475086807272, 1.3229292759388485], [104.00476755298885, 1.3229257360159659], [104.00478599499336, 1.3229283854145037], [104.00480443736211, 1.3229363406962995], [104.00481936856517, 1.3229496012012008], [104.0048369351646, 1.322975242218772], [104.00486548206, 1.3230274100805968], [104.00561132152576, 1.3246234078874959], [104.0056385511679, 1.324662311571603], [104.00565875094986, 1.324680877583747], [104.00570354111615, 1.324709166463025], [104.00573867005832, 1.3247241926666287], [104.00577379755212, 1.3247312604973374], [104.00580365642095, 1.324732139253271], [104.0058343910088, 1.3247277120644307], [104.00586161261525, 1.3247153285576811], [104.00588180917603, 1.3247002912448709], [104.00589673417107, 1.3246755288085459], [104.00590331721399, 1.3246534212548322], [104.00590682091186, 1.3245791404553757], [104.00589626843752, 1.3244765659138547], [104.00587869559165, 1.324412900165764], [104.00517650784442, 1.3228863353081295], [104.00508867424425, 1.3227625507467946], [104.00498327907232, 1.3226599936500274], [104.00490051051443, 1.3226002284111198], [104.0048188361499, 1.322563103759571], [104.00477141227638, 1.322546311271946], [104.00474330979245, 1.3225410100547583], [104.00471520832846, 1.32253747776644], [104.00469237523933, 1.3225365985056916], [104.00462914758754, 1.3225445676012395], [104.00459138702486, 1.3225454592098813], [104.00456855447038, 1.3225392731600838], [104.00454571993711, 1.3225304346206197], [104.00450971284715, 1.322510986132451], [104.00448775577269, 1.3224959580876705], [104.00447238590046, 1.3224800433122532], [104.0042927344222, 1.3219928369272804], [104.00432785964568, 1.3219804501794161], [104.00435595929726, 1.3219707191207417], [104.00447977876823, 1.3219494743404856], [104.00451578373948, 1.3219512353461087], [104.00454037295124, 1.3219574212752627], [104.00458252796427, 1.321977751993344], [104.00468616057856, 1.3220343279270412], [104.00473534032727, 1.32205288922503], [104.00478055674832, 1.3220608390304025], [104.00481041354654, 1.3220581808485896], [104.00484993015755, 1.3220484471822267], [104.00490613011188, 1.3220254453857405], [104.0049544254099, 1.322000677017376], [104.00506418612807, 1.3219263770651768], [104.0051985379088, 1.321859147495915], [104.00523980997454, 1.321844991378553], [104.00526176319529, 1.321843219111214], [104.005290302305, 1.321847630402208], [104.00544925663768, 1.3218891638353971], [104.00553180813668, 1.3219156775445604], [104.0057615546443, 1.3220224122178004], [104.00584235334227, 1.3220657272477683], [104.00593896102296, 1.3221337989422548], [104.00595564654203, 1.3221391027536629], [104.0059722319716, 1.3221393303963889], [104.00604845624864, 1.3221188548613887], [104.00611745385362, 1.322090550781382], [104.00626267078457, 1.3220092684425133], [104.00630047366302, 1.3219967792874268], [104.00633659837276, 1.3219889241926603], [104.00638226261871, 1.3219889155644098], [104.00640058401954, 1.3219888030430902], [104.00642403193844, 1.3219929876830858], [104.00655313880922, 1.3221067227544812], [104.00656286595856, 1.3221248653516071], [104.00657548180155, 1.3221409765521879], [104.00659624122625, 1.3221575773441738], [104.00662115095274, 1.3221728032165065], [104.00664190898883, 1.3221823291960815], [104.00666610550098, 1.3221879580445755], [104.00687587890035, 1.3221879197841764], [104.00710178730604, 1.3221716281077311], [104.00731155663951, 1.3221390880005712], [104.00760201251403, 1.3221390358489855], [104.00784405817409, 1.3221389916096409], [104.008312020116, 1.322171409629583], [104.00863474825296, 1.3221713505450376], [104.00895747524234, 1.3221550409668805], [104.00926406633099, 1.3221549856620318], [104.00955452601838, 1.3221711837310202], [104.00976429848527, 1.322171145225284], [104.0099256634404, 1.3221711164976018], [104.01021611633038, 1.3221548117788835], [104.01040976060011, 1.3222035302471096], [104.01052272239843, 1.3222522635389524], [104.010700229644, 1.3223009849502418], [104.01084547167972, 1.3223984645409956], [104.01090600344487, 1.3224509537762215], [104.01099071488176, 1.322512196379864], [104.01108164968973, 1.3225358126227762], [104.01118435623309, 1.322544663427713], [104.01132958622041, 1.3225608880263922], [104.01162005622754, 1.322658341705965], [104.01179757059096, 1.3227558170905538], [104.01224942417502, 1.3229995012846436], [104.01252376727398, 1.3231619623304354], [104.01270127873784, 1.3232431853833033], [104.01287878311214, 1.3232756552699574], [104.01328000416397, 1.323277215879384], [104.01339768145392, 1.3232860365544201], [104.01343368719901, 1.3232984100925924], [104.01344686158907, 1.3233090190831756], [104.01344949798967, 1.3233222831407079], [104.01344686574626, 1.3233417379283683], [104.0134354526919, 1.3233585408693311], [104.01340910947684, 1.3233771156381986], [104.01337310654203, 1.323391270600046], [104.01328371437738, 1.3234158232709463], [104.01320292583253, 1.3234405986879576], [104.01316780115968, 1.3234600585596483], [104.0131449724209, 1.3234821700222283], [104.0131195102824, 1.323520198415468], [104.01311248734415, 1.3235343485467406], [104.01311248926149, 1.3235484963568631], [104.01312303070546, 1.323568833743401], [104.01314059636155, 1.3235927057612376], [104.01317221474392, 1.323620996361526], [104.01325175669491, 1.323666690587114], [104.01329830274375, 1.323683483869398], [104.01337382699813, 1.3237002705119494], [104.01351346079446, 1.323727657896657], [104.01357669007716, 1.3237426792162286], [104.0136451909515, 1.3237674265415016], [104.01371281464752, 1.3238019012263726], [104.01375145751108, 1.323824884518501], [104.01379010088687, 1.323854943523453], [104.01387669163296, 1.323933218591761], [104.0139109445731, 1.3239615089876917], [104.01394080451027, 1.3239774208238795], [104.01398032340225, 1.3239871407021553], [104.0143940616483, 1.3240549707993559], [104.01445465626749, 1.324068223359786], [104.01454072096705, 1.3240911995336289], [104.01501728093363, 1.3242528242202372], [104.01506733698858, 1.3242607734700276], [104.01511300337351, 1.3242651851861915], [104.01520169845102, 1.3242678229879554], [104.01534259813802, 1.3242677836413679], [104.01544270960365, 1.3242748401983], [104.01553492077274, 1.324290740167827], [104.01563064521086, 1.3243181351939755], [104.01576563092095, 1.324370997703968], [104.0158279862035, 1.3244019357624945], [104.01587892484571, 1.3244372978902201], [104.01595006429807, 1.3244921103982679], [104.01597553471737, 1.3245186342928021], [104.01601199836486, 1.3245748475104264], [104.01605064577517, 1.3246349719222232], [104.0160866574101, 1.3246782944243563], [104.01614901587074, 1.3247401832892374], [104.01628319046704, 1.3248698856767613], [104.01634291277834, 1.3249220465308436], [104.01636838262212, 1.324940611147875], [104.01639385207694, 1.3249538716933364], [104.01642019825633, 1.324963593412701], [104.0164579614033, 1.324973313378198], [104.0165115309313, 1.3249830312626936], [104.01671949764324, 1.324997569645066], [104.01699381755236, 1.3249975193517847], [104.01713986020496, 1.324992628526204], [104.01723586126765, 1.3249812228041968], [104.0175908493086, 1.3248836510961706], [104.01772655166594, 1.3248696070796704], [104.01784949469547, 1.3248686998397723], [104.0180748025887, 1.3248845589824274], [104.01844610916591, 1.3248844894931715], [104.01860593706377, 1.3248879972399208], [104.01864667581282, 1.3248923947890905], [104.01871605274916, 1.3249038776496431], [104.01877050035729, 1.3249162470009512], [104.01881968023248, 1.3249348079954242], [104.01893384991438, 1.324983422298602], [104.01904154978014, 1.325028468479953], [104.0191460562498, 1.325062052136115], [104.019224217037, 1.3250806073165768], [104.01930413106766, 1.3250894350676103], [104.01937701991105, 1.3250938428360794], [104.01948896855511, 1.3250964669644445], [104.01954253722997, 1.3250946885589994], [104.01960488613086, 1.325087602704646], [104.01963562144165, 1.325081407322799], [104.0196698678859, 1.325069904891453], [104.01969796805527, 1.3250557513420134], [104.01976382391071, 1.3250115249698096], [104.01980158225285, 1.3249929483685043], [104.01984109868548, 1.3249814446315293], [104.01989027561783, 1.3249725935536059], [104.01997406023536, 1.324964623410899], [104.02022960850076, 1.324964575084955], [104.02043821659397, 1.324953040409422], [104.02049793004123, 1.3249459556379575], [104.02095316435833, 1.3248344568406707], [104.02100673132509, 1.3248220675515736], [104.02105063872281, 1.3248194062912158], [104.02147972462276, 1.324819326513977], [104.02154558723132, 1.324817545317828], [104.02183774236623, 1.3247821236163806], [104.02188077291022, 1.3247812313361453], [104.0219308284435, 1.3247821065403036], [104.02197256983601, 1.324784738646937], [104.02202614019615, 1.324793571945142], [104.02208849151135, 1.324806824174789], [104.02212713261498, 1.3248174275426503], [104.02215523587157, 1.3248324558455815], [104.022171922863, 1.3248448325368023], [104.0221798280678, 1.3248536747594648], [104.02219212548577, 1.324875779079921], [104.02220587627768, 1.3249152940213569], [104.0321556104779, 1.3249134127418905], [104.0326463779288, 1.3251951577968026], [104.03275702788957, 1.3251951379825013], [104.0327512771857, 1.3155201478449707], [104.02861723113955, 1.3155246468731305], [104.0286178623233, 1.3198682261993961], [104.02281989537686, 1.3198695167782322], [104.0228192967594, 1.3156815681317078], [104.01485278865452, 1.31551210378961], [104.01434048159611, 1.3154975041707568], [104.01316021654952, 1.3154269785047081], [104.01205019098157, 1.3152573989572378], [104.01102445089234, 1.3149604671657547], [104.01005491035508, 1.3146352298607267], [104.00914155806376, 1.3141967920818671], [104.00832654400618, 1.313645149098821], [104.00731674506335, 1.3129457939657798], [104.0068487348203, 1.3125395996978113], [104.0064461765821, 1.3121991577242267], [104.00644526270845, 1.3121983845595857], [104.00644437939002, 1.3121976792198586], [104.00589658272956, 1.311759715576483], [104.00545196667449, 1.3114080450689654], [104.00520264849987, 1.3112398033003538], [104.00458942250575, 1.3109148907187609], [104.00391165348798, 1.3106062391764302], [104.0034436728218, 1.3104113100264723], [104.0028788800035, 1.3102651496006579], [104.00239477621967, 1.3101677286059288], [104.00197522844475, 1.3101515518183184], [104.00149113946838, 1.310167889281663], [104.00097477636174, 1.3101679810782647], [104.0005391052529, 1.3102493151292853], [103.9999259317885, 1.3103144286189463], [103.99974198012215, 1.3103452108970612], [103.99950312749627, 1.3104053840350742], [103.99928049884178, 1.3104770541146806], [103.9985705372157, 1.3107697009982258], [103.997973533481, 1.311078578028583], [103.99721515951117, 1.3113549809233866], [103.99650520213768, 1.3116801300125622], [103.9957952465077, 1.3120215284806933], [103.99519824012899, 1.3123141544580073], [103.99443987210877, 1.312639311600409], [103.99374118956285, 1.3128621751059433], [103.99361695280871, 1.3129157249211478], [103.99350585565315, 1.3129718675914799], [103.99319445301288, 1.3131587567008935], [103.99308449028287, 1.3132083390458074], [103.99298019063119, 1.3132366097512669], [103.99277294431744, 1.313247257445965], [103.99266495329748, 1.313273416692377], [103.99255868011726, 1.3133109635404043], [103.99227770374351, 1.3134522472790564], [103.99185817539559, 1.3135985807477957], [103.99142252037137, 1.3138099215686554], [103.99114821654535, 1.313923727560706], [103.99110274572921, 1.3139401427988084], [103.9910535687211, 1.3139472252634472], [103.99097980209957, 1.3139401641742863], [103.99092230757111, 1.3139237663287213], [103.99063183911497, 1.3138263108828023], [103.9902454470337, 1.3136966698192392], [103.99024454577267, 1.3136963669151596], [103.99024364990743, 1.3136961363596418], [103.98948611369747, 1.3135014850690307], [103.98884063639738, 1.3133390850891582], [103.98874481507042, 1.3133045517176378], [103.98855511728995, 1.3131984711388607], [103.98845334018704, 1.3131603894130661], [103.98831273385822, 1.313131306692504], [103.98801781076114, 1.31309544544075], [103.98790514764947, 1.3130552563023774], [103.98780040149616, 1.3130274799308426], [103.98637166622201, 1.3125432041098255], [103.98480637003338, 1.3120234350124877], [103.98422543944267, 1.3118610225834988], [103.98409776948445, 1.3118454029598356], [103.98399952781038, 1.3118448102271125], [103.98391511277188, 1.3118560457026378], [103.98385430403808, 1.3118773371516037], [103.983813250731, 1.3118985089323125], [103.9837886652927, 1.3119232727445482], [103.9837640831299, 1.3119727970721373], [103.98375750334388, 1.312007363978605], [103.98376760384245, 1.3120364648187954], [103.98380976035055, 1.3120718282315462], [103.98383819494862, 1.3120886051306873], [103.98395115492963, 1.3121210883835333], [103.9841286602562, 1.3121698109545785], [103.98437071175653, 1.3122185241650437], [103.98452207811678, 1.3122478108515634], [103.98456435498485, 1.3122672439138612], [103.98476672436823, 1.312411700636102], [103.98506974922836, 1.3127548755962526], [103.98529587759847, 1.3132639684719514], [103.98529345135832, 1.3134695200430357], [103.9846166900357, 1.3160775283799215], [103.98419937725531, 1.3167449093208696], [103.98352424643241, 1.3168098816948415], [103.98332161705954, 1.3168761285085324], [103.98326019786931, 1.31719448106332], [103.98343871937703, 1.3180615169409824], [103.98329148563822, 1.3178160866617301], [103.9828204211024, 1.3174743053653852], [103.98213025546596, 1.3170994564939704], [103.98173674077425, 1.31690092027459], [103.98123194532785, 1.3166694863368227], [103.98097998085862, 1.3165482129013564], [103.98037366314036, 1.31642464622868], [103.97997547709767, 1.316410342927096], [103.97953979174453, 1.3163616109143323], [103.97920798009426, 1.3163242323984712], [103.97895887940697, 1.3162803836959363], [103.97865228746792, 1.3161991447891184], [103.97807137498306, 1.3160366658750031], [103.97793756775265, 1.3159902193328636], [103.97769948474615, 1.315893319087122], [103.97758728191309, 1.3158416811337637], [103.97746309007037, 1.3157641158187146], [103.97723228136721, 1.3155979400807605], [103.97716709846212, 1.3155742694790409], [103.9769610973883, 1.3155266721960641], [103.97689341548003, 1.3155004514310202], [103.97684121174638, 1.3154705725289724], [103.97679562159941, 1.3154297694564068], [103.97674818930213, 1.315386705584755], [103.97669599892336, 1.3153073607985737], [103.97665137146272, 1.3152567055491038], [103.97663858841358, 1.3152512566032708], [103.9766217026872, 1.3152631589808212], [103.97660819508587, 1.3152835612601355], [103.97660296139627, 1.3153054597802907], [103.97660296148094, 1.315354211214454], [103.97663353219997, 1.315753751989754], [103.97662846586634, 1.3158268599897112], [103.97661909312093, 1.3158742228656017], [103.97655454613562, 1.3159879781330073], [103.97653559463973, 1.316015584873311], [103.9765102659771, 1.3160716911367745], [103.97649486509746, 1.3161387848230897], [103.9760636566078, 1.316331512023481], [103.97605508445507, 1.3163156264967115], [103.97604242933285, 1.3163003136660871], [103.97602617545631, 1.316283773823548], [103.97600572448094, 1.316267562505867], [103.97596953775333, 1.3162446625289863], [103.97594548736724, 1.3162314765083367], [103.97593016681648, 1.3162260620710402], [103.97591130711376, 1.3162246704388492], [103.97588851913487, 1.3162263719500726], [103.97576885141838, 1.3162423218261727], [103.97573005390048, 1.3162421033914253], [103.97568659067534, 1.3162340208931846], [103.97565593805598, 1.3162260579386271], [103.97557351146985, 1.3161770236477408], [103.97551078378194, 1.3161284856228281], [103.97539752769111, 1.3160100948671647], [103.97538176829526, 1.3159983888056614], [103.97536335126046, 1.315991379247632], [103.97530554163166, 1.3159798935459128], [103.9752540605965, 1.315970535443998], [103.97522046721983, 1.3159658627204927], [103.97502443631117, 1.3159641068105532], [103.97501076320628, 1.3159658602454687], [103.97500080389005, 1.3159692105711898], [103.97498560987646, 1.3159768668630658], [103.97488811371393, 1.3160385408714494], [103.9748602586198, 1.3160525772546086], [103.97483329650254, 1.3160634293282125], [103.97478851442872, 1.3160751189533906], [103.97460744741662, 1.3161122117367459], [103.97457662101688, 1.316113748195838], [103.9745445498502, 1.3161103441962807], [103.97451880968538, 1.3161039635805734], [103.97446353296691, 1.3160907775143804], [103.9744300147062, 1.3160796856149344], [103.97420420949747, 1.3159658483346737], [103.97416764308305, 1.3159497364914616], [103.97413430902934, 1.315938677134223], [103.97410743136281, 1.3159333239337085], [103.97397838280388, 1.3159333222154523], [103.9737848104134, 1.315933319625445], [103.9737409839905, 1.3159378647183828], [103.97357509742342, 1.315965839694089], [103.97354876050916, 1.315973464051007], [103.97347083405992, 1.3160079074658833], [103.97344603630687, 1.3160146237553536], [103.97343327432941, 1.3160164142090527], [103.97340500054656, 1.3160151379435205], [103.9731556857774, 1.3159820957808488], [103.97296212593879, 1.3159333073189245], [103.97292450537769, 1.3159305457075081], [103.97270424704874, 1.3159313946359972], [103.97267176554276, 1.3159333037614873], [103.97264040199587, 1.3159381954096032], [103.97254798034695, 1.3159598862983293], [103.9725104474266, 1.31596582463818], [103.97248130314006, 1.3159679668992557], [103.97231687412291, 1.31596582193386], [103.9721878255524, 1.3159658201225652], [103.97201038747372, 1.3159495551568627], [103.97173055965379, 1.315897186529596], [103.97170566327875, 1.315891656841227], [103.9716877835759, 1.3158845034311344], [103.97167950314689, 1.3158788959442813], [103.97166684641837, 1.3158665602480553], [103.97154265103558, 1.315705620575801], [103.97141363575649, 1.3155755226227968], [103.97120105329391, 1.3154209238103547], [103.97118784240267, 1.3154129010446105], [103.97117750269321, 1.3154107320547999], [103.97110718784633, 1.3154129001007642], [103.97096412387836, 1.3153988831980596], [103.970929749806, 1.3153966359571119], [103.97091264157734, 1.315398882437336], [103.97088816449062, 1.3154035611558088], [103.9708048524016, 1.3154267897937248], [103.97077531043251, 1.315435722006745], [103.97075229555695, 1.3154454180436892], [103.9707432340783, 1.3154523097848425], [103.97073310350898, 1.3154625178809365], [103.9706774594159, 1.315533438324557], [103.97067161398513, 1.315542987807505], [103.97066859338209, 1.3155487514743287], [103.97066732429195, 1.3155589590793897], [103.97067280112152, 1.315595113363163], [103.97067159777387, 1.3156080358595363], [103.97066815487803, 1.315614253539519], [103.9706601339822, 1.3156223353633034], [103.97064747203943, 1.315629565535024], [103.97057479896822, 1.3156568197969365], [103.97053419886164, 1.3156711778876566], [103.97049410618429, 1.315680960781908], [103.97044574229562, 1.3156893414673865], [103.97040377207033, 1.3156903223078882], [103.97023603736385, 1.3156893385860338], [103.96999407186054, 1.3156893347522953], [103.96984889616617, 1.3156730705628426], [103.9696230659036, 1.3156568053733944], [103.96958727901107, 1.3156490578613473], [103.96944563596591, 1.3156080175488851], [103.96941698236984, 1.3155951536661086], [103.96938955771678, 1.3155772885929782], [103.96936508730568, 1.3155560211471062], [103.96933597660893, 1.315531351745139], [103.96931661266632, 1.315510443050368], [103.96923598788375, 1.3153966090783737], [103.96914265792996, 1.3152714929766387], [103.96912310797357, 1.315250250580492], [103.96910173495306, 1.315230658744855], [103.96900102952566, 1.315151650135151], [103.96897795848668, 1.3151364156079342], [103.96895419491167, 1.3151257038334272], [103.9689162189178, 1.3151133686011776], [103.96881666112257, 1.3150876259464253], [103.96878677691213, 1.3150819499929578], [103.96871757211812, 1.3150738669647857], [103.96868761619496, 1.3150713626120774], [103.9686714388506, 1.315073426344873], [103.96865160287473, 1.315080231847951], [103.96863092325388, 1.3150887385021177], [103.96849402214366, 1.315152668996515], [103.96838600361168, 1.3152103053595305], [103.96836495642358, 1.3152177141360202], [103.96835139744027, 1.3152196628703001], [103.96833114149739, 1.3152200872144217], [103.96826817023322, 1.3152177130730445], [103.96809073220409, 1.3152014478185048], [103.96804524264212, 1.3151907516850927], [103.9679294348471, 1.31515265990669], [103.96773587965448, 1.3150876087778365], [103.96760185753253, 1.3150519326170464], [103.96755844978085, 1.3150388199057166], [103.96752421801533, 1.3150259852407569], [103.96737162640149, 1.3149546157994252], [103.9673326403926, 1.314941246006048], [103.96726419528916, 1.314924055967941], [103.96721973252731, 1.3149087203849013], [103.9671840259358, 1.3148900264316874], [103.96701006204576, 1.3147786210993089], [103.96698807856933, 1.314769138237064], [103.96690132289422, 1.3147355910705965], [103.96687052103188, 1.314725382479071], [103.96681878303549, 1.3147157257701911], [103.96679810704417, 1.3147080687431247], [103.96677490134738, 1.3146948825812532], [103.96662186725459, 1.3145984387657925], [103.96658642544854, 1.3145741929090207], [103.96655731168981, 1.3145588800021308], [103.96653452602301, 1.314553350145896], [103.9665001266803, 1.3145488319897012], [103.96645497526174, 1.3145433015241414], [103.9664275461257, 1.3145420251316198], [103.96641150983416, 1.3145437261927015], [103.9663861882203, 1.314550531067719], [103.96630992984177, 1.3145764107680986], [103.9662352303104, 1.3145998042909708], [103.96618500935263, 1.3146125639142454], [103.96613879838495, 1.314621006800895], [103.96608013902902, 1.3146312147634847], [103.9660569287758, 1.3146337663066685], [103.96603962636196, 1.3146341913780109], [103.96602190331545, 1.3146324894116959], [103.96600122579896, 1.3146299375026977], [103.96591327394762, 1.3146091825679567], [103.96554390150507, 1.3145216581993453], [103.96548777938224, 1.3145097480245225], [103.96536090159093, 1.3144897737979298], [103.96532925352736, 1.3144838184471488], [103.96530056072055, 1.3144765877879707], [103.96527566598591, 1.3144676549166858], [103.96525161478688, 1.3144548938347287], [103.96518380628268, 1.3144111697129157], [103.96506245866327, 1.31433220452833], [103.96500507951488, 1.314286691018734], [103.96486906666357, 1.3141724881242094], [103.96479945315095, 1.3141146397554937], [103.96464980571668, 1.3140168833975836], [103.96462617848384, 1.3140011460299592], [103.96460988296815, 1.3139943524176723], [103.9645972241183, 1.3139922251225258], [103.96458709663253, 1.3139930757585803], [103.96457443546444, 1.3139981797445128], [103.96455755316373, 1.3140079622197811], [103.96439431808727, 1.314120542247445], [103.96438165545351, 1.3141320265087502], [103.96437625739401, 1.3141399878952515], [103.9643720347741, 1.3141506216103522], [103.96436443401377, 1.3141689100264724], [103.96435599100394, 1.3141812450698702], [103.96434881468029, 1.3141884758254385], [103.96433910716992, 1.3141961317648794], [103.9643285566666, 1.3142008105880096], [103.96431547396719, 1.3142037875348336], [103.96427580517117, 1.3142093161860375], [103.96425315916179, 1.314211013964348], [103.96422150959374, 1.3142105878701527], [103.96419619106003, 1.3142076102356428], [103.96397641001654, 1.3141582761869033], [103.9639582671085, 1.31415189505673], [103.96394603120893, 1.3141446644193624], [103.96393801399083, 1.31413743355996], [103.96391143846385, 1.3141012785518134], [103.96390637582535, 1.3140970246976793], [103.96390257759806, 1.3140957488422091], [103.96389793664346, 1.3140965991869187], [103.96389202626187, 1.3141017037188323], [103.96388527238689, 1.3141114865614805], [103.96387530320206, 1.314132679912854], [103.9636913102419, 1.3137504644533953], [103.96370030165215, 1.313726275905928], [103.96370199227776, 1.3137177693849065], [103.9637003061837, 1.3137096880914791], [103.96369595586516, 1.3137010082500498], [103.96368709662204, 1.3136920763282238], [103.96367570452769, 1.3136861207958106], [103.96366093584608, 1.3136831435057879], [103.96364447890382, 1.3136822924601623], [103.96360058970167, 1.3136890973766837], [103.96354754368501, 1.3137013850172592], [103.96350196387789, 1.3137171224077495], [103.96343443545025, 1.313754126124101], [103.96336732705998, 1.3137992102944993], [103.96331608972368, 1.313844488974719], [103.96327852336015, 1.3138814938316419], [103.96324812933454, 1.3139210504233738], [103.96314392820935, 1.314092220017423], [103.9631093108308, 1.3141458116282976], [103.96308665551985, 1.314176233754013], [103.96307610343614, 1.3141851657883477], [103.96305246854112, 1.3141949486070337], [103.96303432258885, 1.3141992018671664], [103.96300056246258, 1.314201327978263], [103.9629727110327, 1.3142004766193744], [103.96295329959605, 1.3141983496684884], [103.96289928732094, 1.314187289423587], [103.96282656062516, 1.3141691001608768], [103.96261051613465, 1.3141095474026248], [103.96250158716519, 1.3140779655037247], [103.96217430592179, 1.3139628002036388], [103.9621143880279, 1.3139445089654906], [103.96209006419357, 1.3139416099369061], [103.96204364511115, 1.3139394825704758], [103.96195291616404, 1.313941608002519], [103.96193330437563, 1.3139399169564299], [103.9618881520931, 1.3139348114560294], [103.96184089151353, 1.3139237517417854], [103.96176049276743, 1.313900419734327], [103.96167526012358, 1.3138651142155504], [103.96162294000646, 1.3138400172449414], [103.9615226545011, 1.313779336088561], [103.96145852439557, 1.3137291436664238], [103.96135661820371, 1.3136387615150331], [103.96110505004374, 1.3134089985844346], [103.96108437552776, 1.3133945361793893], [103.96106243434077, 1.3133856040156473], [103.96104049163743, 1.313382200219411], [103.9609548290976, 1.3133741169092428], [103.96091025831613, 1.313371580653684], [103.96055214217584, 1.3133711495548377], [103.96049251081813, 1.3133682034825649], [103.96045495488873, 1.3133635235205752], [103.960406429917, 1.3133494857764032], [103.96034144862419, 1.3133290685955525], [103.9603076899144, 1.3133235383363495], [103.96024289982388, 1.3133171767445928], [103.96017875931805, 1.3133095191665087], [103.96015681653009, 1.313304414256463], [103.9601445806654, 1.3132976086491837], [103.96013529911784, 1.3132886758304658], [103.96012728437233, 1.3132767666901184], [103.96006077106301, 1.3131672138047008], [103.96004347477154, 1.3131463709405125], [103.96002828606677, 1.3131353122664007], [103.96000971987206, 1.3131272300213543], [103.9599759637111, 1.3131187225958634], [103.95989053185417, 1.3131056136936459], [103.95984833557326, 1.3130958297364828], [103.95982048639999, 1.3130860468568317], [103.95979517003975, 1.3130724347771177], [103.95976859002292, 1.3130528684387708], [103.95970553068611, 1.3129956987546714], [103.95966376273886, 1.3129625207232223], [103.95962536671885, 1.3129408270189415], [103.95942461926997, 1.3128456747661108], [103.95925391097609, 1.3127645702451025], [103.95918935495742, 1.3127309665002322], [103.95908230532613, 1.3126711356780478], [103.9589878833213, 1.3126180399043526], [103.95893851911256, 1.3125857123439293], [103.95888335434165, 1.3125445512622596], [103.95873412432935, 1.3124328031008463], [103.95864354999439, 1.312363160901266], [103.9585747787911, 1.312309140462312], [103.958507462347, 1.3122552881593244], [103.95846147551524, 1.312217431145375], [103.95842787857637, 1.3121941274134554], [103.95841015614984, 1.3121864710675246], [103.95838990182865, 1.3121830680658926], [103.95836120576226, 1.3121817916450302], [103.95818288188325, 1.312181782520083], [103.95797894456412, 1.3121928368296163], [103.95791564475631, 1.3121958135468446], [103.95787007046279, 1.3121962372633724], [103.95782913706044, 1.312194535494616], [103.957773175246, 1.312188584877808], [103.9577263362552, 1.312180077170245], [103.95769890864302, 1.3121728454506905], [103.95766768358146, 1.312161785753976], [103.95760167302356, 1.3121317325643902], [103.95752614646752, 1.3120938751992324], [103.95748437701612, 1.3120658013491742], [103.95740397392348, 1.3120071746323416], [103.95734786031734, 1.3119659149845948], [103.95731030963249, 1.3119395429311544], [103.95727655411993, 1.3119255061935973], [103.9571586178277, 1.3118852190987744], [103.95711431237027, 1.3118690549190264], [103.95707000860597, 1.3118507645818842], [103.95690612871188, 1.3117739299456133], [103.95684621315536, 1.3117467061817427], [103.95665862629914, 1.3116758179849182], [103.95658436362548, 1.311648168970872], [103.95653583941343, 1.311630302978668], [103.95646550417071, 1.311600186665021], [103.95638660103008, 1.3115648815404248], [103.95634060959644, 1.311542338055312], [103.95632035758287, 1.3115308536515171], [103.9562971517755, 1.3115138392161214], [103.9562612910874, 1.3114836370857812], [103.95617451547707, 1.3114052050977714], [103.95612768790907, 1.311354163374271], [103.9560350371912, 1.3112118221717364], [103.95601267914074, 1.3111850252007233], [103.95599284928285, 1.3111701376563913], [103.9559578284463, 1.3111522718901396], [103.95586173422433, 1.3111148604290535], [103.95583515044568, 1.3111093306562054], [103.9558098310673, 1.3111067779826449], [103.95575849618396, 1.3111067615176017], [103.95573908401815, 1.3111076116692688], [103.95572346835756, 1.311111439700225], [103.95571502767649, 1.3111169684843007], [103.95570574168994, 1.3111271764822698], [103.95568087740338, 1.3111704424142516], [103.955651324958, 1.3112231835840382], [103.95562430714699, 1.3112910311026673], [103.95560615196283, 1.3113271857007733], [103.95558799893718, 1.311352279943466], [103.95556014013667, 1.3113841799919421], [103.95554072340241, 1.311402043917058], [103.95551474289594, 1.3114222586030058], [103.95544088251297, 1.3114630905864118], [103.95538939408195, 1.3114839305335524], [103.95534313935472, 1.3114979187714757], [103.95527181806781, 1.3115162057690015], [103.9552334144547, 1.3115221601665479], [103.95518034473557, 1.311527688422884], [103.95513856772943, 1.3115285378570247], [103.95508202197755, 1.31152470884102], [103.95502463238728, 1.3115187528040055], [103.95494519574198, 1.3115064908184701], [103.95488907365322, 1.3114933043367125], [103.95479371125614, 1.3114643784334292], [103.95469603574041, 1.3114300454546786], [103.9546040520458, 1.3113858076142342], [103.95455215423327, 1.3113581592547934], [103.95452829610136, 1.3113413211841083], [103.95445530783851, 1.3112813501186902], [103.95439624136, 1.3112337138804395], [103.95437530460848, 1.3112210809524147], [103.9542740364244, 1.311180674430541], [103.95419850926471, 1.311147497937967], [103.95404087383851, 1.3110591583985813], [103.95394866596114, 1.311023918046891], [103.95368648672276, 1.310942010854657], [103.95361939650024, 1.3109186173308707], [103.95357298437611, 1.3108918205934996], [103.95345756144543, 1.3108145167205583], [103.95340102333688, 1.310782191194668], [103.9533491233185, 1.3107643280124552], [103.95328625034777, 1.3107485897060693], [103.95325598980341, 1.310744761188278], [103.95323615630016, 1.3107473124468445], [103.95321842925362, 1.3107553928775397], [103.9532036560743, 1.3107707035459029], [103.95319478912423, 1.3107877159403936], [103.95319352090186, 1.3107987745489973], [103.95319562758107, 1.310808981989714], [103.9532099663726, 1.310842156941561], [103.95323373304751, 1.3109011374296062], [103.95323879197963, 1.3109224032754885], [103.95323963186988, 1.3109360129897734], [103.95323836432365, 1.310942392425567], [103.95323287472797, 1.3109534503332223], [103.95322274417786, 1.3109653594698183], [103.95320797171392, 1.3109768419708097], [103.95319530967369, 1.3109827960006726], [103.95318180563423, 1.310987474015216], [103.95315690712101, 1.3109921525784436], [103.95300057078596, 1.3110121383795421], [103.95294782082975, 1.3110151135563306], [103.95290097957692, 1.311015113094651], [103.95274256406655, 1.3109985862381792], [103.95269572430858, 1.3109922045889733], [103.95266365484555, 1.310985398988774], [103.95263791552514, 1.3109760418773115], [103.9526096464128, 1.3109586025969129], [103.95254860141863, 1.3109119322649965], [103.9524975518772, 1.310865571649144], [103.95235973271718, 1.3107126152319006], [103.95227346543741, 1.310626031143246], [103.95224055753118, 1.3105979603909923], [103.95221102243335, 1.310581797221717], [103.95211162621668, 1.3105465092099269], [103.95208799597205, 1.3105409792547524], [103.95207238278253, 1.3105401280898954], [103.95205508048524, 1.3105426801226259], [103.95202047345508, 1.310553311653135], [103.95190967330687, 1.3106034095884374], [103.95187844299416, 1.3106136159057158], [103.95185143387438, 1.3106199956626945], [103.95182147105103, 1.3106225473923592], [103.9517902438922, 1.3106233971710883], [103.95165711021882, 1.3106131995786507], [103.95161322568984, 1.3106046916107303], [103.95157862650498, 1.310591081690397], [103.95141168571853, 1.3105001233797668], [103.95128952114835, 1.3104245497641087], [103.95124859308459, 1.3104020068429194], [103.95121736898498, 1.310391373015218], [103.95116040317816, 1.310377762338944], [103.95112557340946, 1.310371379185877], [103.9511124914668, 1.3103713789004976], [103.95110362834032, 1.310374355577821], [103.95109560838843, 1.3103845635002302], [103.9510905394627, 1.310399023596939], [103.95108293114772, 1.3104499133563468], [103.95108292816924, 1.310463098061846], [103.95108672237018, 1.3104745814812757], [103.95109600241807, 1.31049074381432], [103.95112381174977, 1.3105336201477868], [103.95113266958045, 1.3105519086575796], [103.95113477553149, 1.3105659442686302], [103.95113266188662, 1.3105795541245062], [103.95112463959623, 1.3105974165739267], [103.95110944248849, 1.3106169813736561], [103.95109213631216, 1.3106327172009848], [103.95107441027582, 1.3106433488243994], [103.95104951012188, 1.3106514295795562], [103.95083880156166, 1.3106854182563423], [103.95077128063072, 1.3106934983076992], [103.95072823675821, 1.3106960488328863], [103.95068266152055, 1.3106951972637766], [103.95063431588495, 1.3106905257958577], [103.95060013580165, 1.310684996323607], [103.95055920639636, 1.3106722358836633], [103.95037795794624, 1.3105979048853351], [103.95021326665552, 1.3105155179356047], [103.94996992658018, 1.310416125404043], [103.94969172278927, 1.3103336768103604], [103.94948644537322, 1.310296786583404], [103.94941597781424, 1.3102789214688113], [103.94938559735947, 1.3102661614208593], [103.94924985555694, 1.310185054534902], [103.9492156809705, 1.3101620862132668], [103.94917728815686, 1.3101293364985611], [103.9491401607128, 1.3101012640890868], [103.94911611056226, 1.3100893547485388], [103.94909918716088, 1.3100856096644182], [103.949031248569, 1.3100775278181396], [103.94896752966982, 1.310071996077321], [103.94893377042843, 1.3100732718921995], [103.94889747660092, 1.3100792260934402], [103.9488683569458, 1.3100890072249962], [103.94884527753085, 1.3101033542042038], [103.94884274464441, 1.3101059064337623], [103.94884105557128, 1.3101101597307532], [103.94884147542633, 1.310115263031016], [103.9488452720981, 1.3101220681855612], [103.94885708335659, 1.3101386554615284], [103.94889589142961, 1.3101939473113833], [103.94890095173129, 1.3102067067323566], [103.94890263621217, 1.3102198913605752], [103.94890094409061, 1.3102360533081303], [103.94889756520176, 1.3102479621153647], [103.94889080810816, 1.3102671005562576], [103.94887982981685, 1.3102900673611282], [103.94885956775892, 1.3103134587429957], [103.9488335757005, 1.3103375738808898], [103.94879938634071, 1.310364792267832], [103.94876899836207, 1.310383929995738], [103.94872637203831, 1.3104000911280484], [103.94860924613278, 1.3104323904490682], [103.94858350297828, 1.310437069005949], [103.94855354188901, 1.3104383437359017], [103.9485121861517, 1.3104357908246527], [103.94845479830776, 1.3104281344300492], [103.94840307566687, 1.310417512366288], [103.94826130745854, 1.3103392517330308], [103.94807433738242, 1.3102110036106387], [103.94802792383409, 1.3101910129984902], [103.94795956769588, 1.3101693204803742], [103.94785913949559, 1.3101425224983778], [103.94772104324112, 1.3101140595021044], [103.9474225184485, 1.3100613524577895], [103.94734867193272, 1.310053695886334], [103.94730921204153, 1.3100490754939562], [103.94727207825484, 1.3100392919865227], [103.9472412779982, 1.3100222787114955], [103.94721511965386, 1.3100056911786977], [103.94714645744637, 1.309951371949506], [103.94707895267956, 1.3098994826884869], [103.94704572616328, 1.3098783356785777], [103.94701112773376, 1.3098608966188579], [103.94698032417409, 1.3098502627165802], [103.94693770583442, 1.3098443076223971], [103.94680416246223, 1.309834119731619], [103.94672272120702, 1.3098213583580114], [103.94662081343253, 1.30980144711488], [103.946563848477, 1.3097861343188504], [103.94651152616035, 1.3097674200013947], [103.94643317396498, 1.3097313449048547], [103.94637916649398, 1.3097041233185618], [103.94635089900216, 1.3096815806414726], [103.94622121181327, 1.3095623173259034], [103.94616889646808, 1.309518508736573], [103.94612375205908, 1.3094866093772728], [103.94608339004562, 1.309462080358828], [103.94604330674704, 1.3094412393192572], [103.94599815772811, 1.3094267769801595], [103.94587156816009, 1.309394875871783], [103.94577817870564, 1.3093766942535898], [103.9456819688043, 1.309360529488431], [103.94557708012746, 1.3093507761397152], [103.9454871973101, 1.309343967621291], [103.9454530172882, 1.309339289081284], [103.94530313643558, 1.3093058678525302], [103.94526136249523, 1.309294382510796], [103.94522971605497, 1.3092824734716098], [103.94520229177219, 1.309268011225662], [103.94509103250671, 1.3091996979242897], [103.94491255701071, 1.309100595876411], [103.94489382821486, 1.3090917592796367], [103.9448714647942, 1.3090828269829267], [103.94484952208143, 1.3090781487907936], [103.94464972764156, 1.3090391145638687], [103.94460499923063, 1.3090263541905838], [103.94457715098977, 1.3090152950741654], [103.94441992096891, 1.3089414192462334], [103.94433764131173, 1.3089061156754656], [103.94431162977848, 1.3088967928510669], [103.94428251477648, 1.3088899861025038], [103.94425677310498, 1.3088874342315227], [103.94413885653458, 1.308880221755647], [103.94410678716825, 1.3088746911925742], [103.94408189174113, 1.3088678860627678], [103.9440586845337, 1.3088576777395757], [103.9440405414597, 1.3088457680843233], [103.94385977592633, 1.308712385271104], [103.94382897638127, 1.308690268629592], [103.94380745750786, 1.3086792101277078], [103.9437846719446, 1.3086741051037103], [103.9437169419337, 1.308667745909976], [103.94343141929548, 1.3086349988903807], [103.94339724010906, 1.3086286183096776], [103.94336601519511, 1.3086188353842392], [103.94334027590715, 1.3086090522163047], [103.94327298938803, 1.30857305158682], [103.943157502761, 1.3085098426032447], [103.94303651982933, 1.3084282029361989], [103.94300487500232, 1.3084116155965866], [103.94298715275116, 1.308406510342203], [103.94283081910557, 1.3083843973967413], [103.94280592300844, 1.3083826955743625], [103.94279494999743, 1.3083835461574571], [103.94277384883006, 1.3083903497029319], [103.94274261857076, 1.3084022579180163], [103.94269281752347, 1.3084226715778713], [103.94265333246364, 1.3084379461934], [103.94262674568819, 1.3084451750288892], [103.94260058014683, 1.3084481515304054], [103.94255711562514, 1.308447299716298], [103.94251702771194, 1.30844347149462], [103.94245603398141, 1.3084341438511198], [103.94242649670804, 1.3084281890084897], [103.94240244496847, 1.3084201077678816], [103.94236826813317, 1.3084056457838704], [103.94226763861262, 1.308354357421003], [103.94192318121212, 1.3081742169855237], [103.94186323648805, 1.3081531777787831], [103.9417131101798, 1.3080929039847824], [103.94166667423103, 1.3080725062836664], [103.94163290243024, 1.3080529572286406], [103.94155920977393, 1.308006756515973], [103.94147486188581, 1.307954172363635], [103.94144742234323, 1.3079392985886045], [103.94140943020149, 1.3079227250678762], [103.94135724543536, 1.307904106491889], [103.94132938386785, 1.3078960317357424], [103.94127118273596, 1.3078844023366456], [103.94117963060839, 1.3078597660191493], [103.94115733726845, 1.307850188873046], [103.94114129602279, 1.3078408393560057], [103.94112187705146, 1.307829364731454], [103.94110414639418, 1.3078166148817627], [103.94105940004006, 1.3077826145694809], [103.94101507591331, 1.3077464907934049], [103.94099162860277, 1.3077313075483794], [103.94089284797401, 1.3076713841860619], [103.94084654641075, 1.3076413549951038], [103.94068824394557, 1.3075308576793234], [103.94066223757959, 1.3075156745409648], [103.94064450807788, 1.307508874492735], [103.94061538055527, 1.3075029259402635], [103.94043245222187, 1.30746938463972], [103.94038559437271, 1.3074583362373096], [103.94019120450146, 1.3073896437183432], [103.9401109980887, 1.3073590462155744], [103.9400793372262, 1.307345021801884], [103.9400552744694, 1.3073309979671497], [103.94002530346764, 1.307309748523047], [103.93994745097581, 1.3072513553117664], [103.93992507750501, 1.3072377564541484], [103.93982798485322, 1.307188883387331], [103.9398001231362, 1.3071769840611136], [103.93978830351895, 1.307173584159805], [103.93977141788162, 1.3071697612325541], [103.93970072518209, 1.3071580744482914], [103.93956618406351, 1.3071359892997876], [103.93937387090524, 1.3070918338068684], [103.93932827909971, 1.3070803611834758], [103.93930970502421, 1.3070748363131666], [103.93929704068569, 1.3070693120961572], [103.93928100034964, 1.307059961661716], [103.9391865782939, 1.3069920145306626], [103.93905668529307, 1.3069037523789448], [103.93903009017662, 1.3068833528801276], [103.93892042480742, 1.3067844554567618], [103.93887154828944, 1.3067386524314564], [103.93875968132544, 1.3066141263438067], [103.93874786144617, 1.3066043515809278], [103.93873646404295, 1.3065984013521892], [103.93868876135183, 1.306581828196677], [103.93868327391482, 1.306581403377529], [103.93867947493392, 1.3065831037406848], [103.93867272002056, 1.30659160503996], [103.93866766426834, 1.3066003712459517], [103.93859973698375, 1.306559221062693], [103.93860463543174, 1.3065274532893065], [103.93860294621503, 1.3065070518306359], [103.9385961931481, 1.3064951515997334], [103.93857424103778, 1.3064798516037948], [103.93855229003847, 1.3064696522161678], [103.93853202679112, 1.3064662526642976], [103.93850501014447, 1.3064645545039626], [103.93847003618995, 1.306467994365898], [103.93839742865248, 1.3064764984365962], [103.93835183679217, 1.3064850013690334], [103.93809348619816, 1.3065547205406167], [103.93803100893213, 1.306564924378746], [103.93795164673907, 1.3065666288128805], [103.93775815560629, 1.3065649502760588], [103.93769399023753, 1.3065598541590833], [103.93765515300878, 1.3065530549705906], [103.93759098769786, 1.3065275573203692], [103.93748798611747, 1.3064748598508773], [103.937418754249, 1.306435761688262], [103.93734614606689, 1.3064068630730137], [103.93723638978749, 1.3063677674970942], [103.93711481348204, 1.3063150716882073], [103.93703545141818, 1.3062759730307245], [103.9369983024158, 1.3062436734302998], [103.9368992761009, 1.3061489527212775], [103.93683511121264, 1.306089452799688], [103.93659871259216, 1.3059296561671863], [103.93657169567341, 1.3059211571734792], [103.93654130215897, 1.305916057820571], [103.93647882441405, 1.3059143611026873], [103.93640846573432, 1.3059177969701194], [103.93633079095585, 1.305917801078586], [103.93628520075423, 1.3059229035670339], [103.93620246052788, 1.3059365095042412], [103.93616531195472, 1.3059365119382516], [103.9361281641419, 1.3059331139656842], [103.9360960812929, 1.3059263144738227], [103.93605386692774, 1.3059093168932854], [103.93578638899805, 1.3057821753020655], [103.93573066645692, 1.305756678158911], [103.93569689510612, 1.305746478324815], [103.93561415564717, 1.3057345830056397], [103.93553985885457, 1.305720986230875], [103.93548392642214, 1.30570453001056], [103.93543327251213, 1.3056773270239097], [103.93536573431473, 1.30563482108965], [103.93512597547438, 1.3054579979952707], [103.93506856949179, 1.3054205931528051], [103.93500947299452, 1.3053967890978089], [103.93496050717802, 1.3053848869551676], [103.93491201284388, 1.3053666443010237], [103.93486304738128, 1.3053411405317956], [103.93473472503672, 1.3052697299778804], [103.93468913755035, 1.305252727987651], [103.93463848260832, 1.305244226313023], [103.93457769843161, 1.3052374243464397], [103.93449665205502, 1.3052306222942665], [103.93442483823623, 1.3052238949281467], [103.93432521948496, 1.3052085926060177], [103.93419858349107, 1.3051762875305266], [103.93412429253517, 1.305150782959147], [103.93406519661193, 1.3051184787693328], [103.9337852692083, 1.3049385370993698], [103.93373123951714, 1.304889231570277], [103.93364006407708, 1.304797419738876], [103.9336164275962, 1.3047685154249336], [103.93356408625893, 1.3046733043388696], [103.93354889181484, 1.30464950119948], [103.93352862997928, 1.3046358994819551], [103.93348979597728, 1.3046188971976005], [103.93346784514604, 1.3046120963598133], [103.93344589548225, 1.304612096334404], [103.93343238702147, 1.3046188967835077], [103.93341887909807, 1.3046392988577837], [103.93340705834858, 1.3046750026928917], [103.93340427848685, 1.3047037516117002], [103.93340427391021, 1.3048380658525285], [103.9334025844352, 1.3049009725325424], [103.93339414055245, 1.3049400766387511], [103.93338063123323, 1.304970680836276], [103.93336881147302, 1.304985981329003], [103.93334348414817, 1.3050080831747923], [103.93331646818753, 1.3050233851796356], [103.93328607439292, 1.3050335858054474], [103.93325061702619, 1.305036985820684], [103.93297539435872, 1.305036981433267], [103.93291460949044, 1.3050352800350526], [103.93284707171908, 1.3050250778883064], [103.93276687274621, 1.3050200121231235], [103.93267569464554, 1.3050200112267571], [103.93263854891062, 1.3050234103960994], [103.93260309014532, 1.3050370116214305], [103.93255581161391, 1.3050659142399312], [103.93237514087555, 1.3051985254988483], [103.93232617347161, 1.3052376284952032], [103.93229409133447, 1.3052716320212223], [103.93227720603149, 1.3052988350367722], [103.93223836935813, 1.3053515401605384], [103.9322113535192, 1.3053702416562438], [103.93218264828137, 1.305385542812092], [103.9321455018405, 1.30539404348859], [103.9321134202354, 1.3053957431514835], [103.93208978296262, 1.3053923418706055], [103.93206276682697, 1.3053804406112743], [103.9320492593594, 1.3053668386148023], [103.93203237495885, 1.3053481361419654], [103.9319986074626, 1.3052750278325285], [103.93196484006344, 1.305227421666452], [103.93187366510475, 1.3051237083442286], [103.93185035957941, 1.3051018779299772], [103.93179295261716, 1.3050610726013425], [103.93175616771661, 1.3050316288813695], [103.93150686428909, 1.3050267044787591], [103.93126586327584, 1.3049715667547546], [103.93048802046974, 1.304717792025178], [103.92960454205836, 1.304273232971666], [103.92954589745457, 1.3042692994384986], [103.92951212582497, 1.304274401347545], [103.92948848632057, 1.304282903273341], [103.9294749779783, 1.3042931050128468], [103.92946878670695, 1.304309022952659], [103.9293278562606, 1.3043113797111594], [103.9293264643056, 1.3042848059476408], [103.92931970980874, 1.3042576020485717], [103.92929438231751, 1.3042286995631363], [103.9292639881234, 1.3042048969774966], [103.92922992517506, 1.3041812374215398], [103.9292048890019, 1.3041572935489463], [103.92917280599278, 1.3041215886987578], [103.92914747728614, 1.3041079880420698], [103.92911696777979, 1.3040999874023047], [103.92907824655985, 1.3040943899703192], [103.92892332769432, 1.3040999975230205], [103.9286328660543, 1.3040837626202213], [103.92858603970406, 1.3040714270767413], [103.92849992352373, 1.3040340249750726], [103.92841380670788, 1.3039796217404198], [103.92836314988453, 1.3039439184890447], [103.92834240612017, 1.303921268588138], [103.92818104104086, 1.303661262057391], [103.9280842212276, 1.3034987570248477], [103.92807004245677, 1.3034819255475565], [103.92804977982212, 1.3034700248904327], [103.92801938621977, 1.3034615250233599], [103.92797379417323, 1.3034649280592276], [103.92793833514544, 1.303471730213767], [103.92779169640578, 1.3035738799975363], [103.92739865939025, 1.3036484062204665], [103.92715216731548, 1.3036594459970918], [103.92702618239073, 1.303637399621048], [103.92675230026089, 1.3038028080097595], [103.92665370330666, 1.3038138385943678], [103.92643460029358, 1.3036925616539818], [103.92609499176737, 1.3034279484388807], [103.92601282701162, 1.303427952387419], [103.92594471320349, 1.3033404866712412], [103.92579920091163, 1.3033866154991456], [103.92581837199288, 1.303477581107147], [103.92551436426128, 1.3035933716650645], [103.92537194625709, 1.3035823527151822], [103.92493373949206, 1.3034390334922534], [103.92474219683393, 1.3033447931454485], [103.92401470247222, 1.3030953346213496], [103.92397173487052, 1.3030428351549608], [103.92399412467635, 1.302963588575652], [103.92396700895841, 1.3029292807139168], [103.92388096969694, 1.3029295289097713], [103.92368755147284, 1.3028751755030663], [103.92378028859513, 1.3030291346395173], [103.92371453216114, 1.3031547567427293], [103.92362760977704, 1.3032098338173375], [103.9234202521778, 1.3032502066563767], [103.92320973684372, 1.303233119038196], [103.9228496730409, 1.3031135443158695], [103.92199207115856, 1.3027548001949882], [103.92171378506305, 1.3026903931110971], [103.92168391911217, 1.3026612709407486], [103.92174641233392, 1.3026190032974758], [103.92147538958773, 1.3024882870776637], [103.92142284304448, 1.3024986013858597], [103.92147907942153, 1.302603492031851], [103.9214658354457, 1.3026717800972076], [103.92133634077935, 1.3026985221646454], [103.92111089763824, 1.3026719363582402], [103.920365243162, 1.302340759967769], [103.92016343933312, 1.3021671282289753], [103.91985556840817, 1.3019872518879192], [103.91969021874033, 1.3019234782432605], [103.91947366953312, 1.3018722453513591], [103.91902524067494, 1.3017846486786904], [103.91829435182362, 1.3016217976483184], [103.91779640502966, 1.3015307586107345], [103.91748832356082, 1.301416727793502], [103.91741112488872, 1.3014372829562877], [103.91741488100348, 1.3015789369517057], [103.91735484473759, 1.3016329792248647], [103.91710403932579, 1.3016589175405884], [103.91691193940075, 1.3016295854879536], [103.91644243302976, 1.3014457728743065], [103.9161775038448, 1.3012650626183757], [103.91595374382737, 1.3010450744534021], [103.91583433817925, 1.3010212945204322], [103.91552077620902, 1.3008388964367477], [103.91528039632276, 1.3006874007469917], [103.91518658054585, 1.3005584578014175], [103.91502939428409, 1.3004927762650174], [103.91486566116507, 1.3003968638552779], [103.9148179177248, 1.3005029961253864], [103.91463498131301, 1.300503470522244], [103.9145948949528, 1.300572035264795], [103.91452063399915, 1.3005201525048746], [103.91453734813334, 1.3004736803211698], [103.91366172737001, 1.3000143594784148], [103.91256330823254, 1.299404369275612], [103.91168558252015, 1.2989918522132409], [103.91120633068033, 1.2988151887670067], [103.9108075054038, 1.2987156034964749], [103.9103863403176, 1.2986376430934043], [103.90948182974122, 1.2985001132940142], [103.90921653200532, 1.2984393001287329], [103.9078962008556, 1.2980617143169837], [103.90736129590132, 1.2979940538559651], [103.90729637543829, 1.297970254714181], [103.90700713791874, 1.2977547568704924], [103.90670992090912, 1.2977411322761885], [103.90666302649062, 1.2977295668281965], [103.90661406062644, 1.2977074601720335], [103.90651613140078, 1.2976564496562077], [103.90646788464021, 1.2976436154209958], [103.90642326549974, 1.2976377419696776], [103.90632870907721, 1.2976377356735709], [103.90627425255424, 1.2976273524415425], [103.90601608160138, 1.297513585490966], [103.90569336693945, 1.2973835626175225], [103.90554391846517, 1.2973185793100053], [103.90545291762723, 1.29728819980982], [103.90540733015959, 1.2972609942272868], [103.90529420710591, 1.2971640767660557], [103.90523004702699, 1.2971147681483137], [103.90507170911175, 1.2970115214196165], [103.90494507657986, 1.296918003831144], [103.90488260714234, 1.2968533942191007], [103.90484546352909, 1.2968023855217448], [103.90475499347933, 1.296633901439218], [103.90472458156036, 1.2965437986963109], [103.90471613146451, 1.2965046978489054], [103.90471781334051, 1.2964655958096394], [103.90474649163731, 1.296319388256912], [103.90475043506751, 1.2962774989031907], [103.90474704897011, 1.2962315961894872], [103.90472508483056, 1.2961618947565654], [103.90466765231163, 1.2960530923371836], [103.90459164521437, 1.295947691755532], [103.90451057417327, 1.2958507905284404], [103.90447173016321, 1.2958184904528065], [103.9044413329308, 1.295803191279254], [103.90442782324449, 1.2957997921560578], [103.9044191830139, 1.2958054356322497], [103.90441280297661, 1.295823925537104], [103.90441449862357, 1.2958596261677267], [103.90441919875697, 1.295886681896748], [103.90443139761813, 1.2959276293513806], [103.90443647207123, 1.295973530209535], [103.9044353590812, 1.296016674740583], [103.90441490623739, 1.2960735987098009], [103.90438696942563, 1.2961304206970365], [103.90434738594277, 1.296196006301119], [103.9043063050002, 1.2962441684675279], [103.90419336669895, 1.2963579171448025], [103.90410417971881, 1.2964444193712201], [103.90406429370051, 1.2964879158858746], [103.90395583788963, 1.296622552525886], [103.90393220147331, 1.2966463542446494], [103.90390856387549, 1.296659955640145], [103.90388681751993, 1.2966666639189373], [103.90364476706497, 1.2966991717343368], [103.90354976688165, 1.296702448186032], [103.90345112202668, 1.296699178948061], [103.90332349163226, 1.296683754954315], [103.90322519593275, 1.2966666896226067], [103.90304767527135, 1.296601699705381], [103.90287015775742, 1.2965529593902023], [103.90269263397398, 1.2964717198317735], [103.90233759674457, 1.2963579895212534], [103.90209552525172, 1.2962767534968354], [103.90186958444235, 1.296163016873477], [103.90164364901582, 1.2960817794598445], [103.90141771763086, 1.2960167916407528], [103.90124019928476, 1.2959680503021578], [103.90103438526945, 1.2958644455534822], [103.90041857339439, 1.2957630629167554], [103.899542076924, 1.2954433689494997], [103.89900521263431, 1.295189811937066], [103.89845742071651, 1.295090606550922], [103.89801920026335, 1.2950795981650196], [103.89747273144671, 1.295210562277377], [103.89686167276183, 1.2946977977925471], [103.8966206261731, 1.2945544802068782], [103.89634667520546, 1.2942016873270474], [103.89629903196303, 1.2942086792537268], [103.89625522866822, 1.2943079071981534], [103.89604435707425, 1.294423677414858], [103.89579784660876, 1.2943575365234774], [103.89569650795393, 1.2943520269328066], [103.89519251848303, 1.294142568682961], [103.89464467715223, 1.2937677357167452], [103.89437074212238, 1.2935031434469442], [103.89429405952241, 1.2935362215229695], [103.89410783541318, 1.2936354537773402], [103.89393255396475, 1.2936685351216328], [103.89360389172047, 1.2936795717222298], [103.8932971228206, 1.293591381807406], [103.89308895072145, 1.2934921635096022], [103.8896730069178, 1.2902812257205458], [103.88945120699435, 1.290548591529168], [103.88934166254354, 1.2906037203974836], [103.88922115695921, 1.2906257750874506], [103.8886843274295, 1.2905596416856089], [103.88843233275259, 1.290449399738844], [103.88831180581093, 1.2903556903098379], [103.8850027151937, 1.2872990939721494], [103.88471789672384, 1.287428647269315], [103.88418108003667, 1.2874286644299466], [103.88381954140402, 1.287373550641059], [103.88363874340548, 1.287188885710407], [103.88046511266734, 1.2843308489214282], [103.88015767051934, 1.284294058725195], [103.87986136869587, 1.2844189487844668], [103.87910540882338, 1.2842205196009595], [103.87849467388257, 1.283881830603535], [103.87538504297989, 1.2809596130869731], [103.8755761089582, 1.280791378195848], [103.87607875478274, 1.280578010283271], [103.87661711679505, 1.2804891925802628], [103.87738285098013, 1.2805524822683592], [103.8773987280237, 1.2803875023638884], [103.87714387689697, 1.2802975414655242], [103.87644899660391, 1.2802110625941066], [103.87592985252387, 1.2802970899736996], [103.87560208866215, 1.2804241414892823], [103.87515976466453, 1.2807108106947909], [103.87449501051348, 1.28135785015611], [103.87389819891412, 1.2818271933659022], [103.87352710107558, 1.2821359376088146], [103.87307533679936, 1.2825584295326125], [103.87279926141427, 1.2828336555265427], [103.87242817326998, 1.2832073972113884], [103.87218795936704, 1.2834846583149015], [103.87144876528319, 1.2843215134508459], [103.87096178991558, 1.2849146211807176], [103.87049391716184, 1.2854996046331528], [103.87020351268636, 1.2858733448235455], [103.86960658191964, 1.2866874734014475], [103.86918712706702, 1.2873212029962702], [103.86881607571777, 1.2879061838754398], [103.86849343106685, 1.2884749144052594], [103.86809014372935, 1.2892873858599079], [103.86776945866453, 1.2899375868728442], [103.86747697540275, 1.290613118720847], [103.86733198776565, 1.29096107318828], [103.86683197861903, 1.2923747664981364], [103.86662736602993, 1.2929144126667793], [103.86644002250434, 1.2933891993647135], [103.8662587183657, 1.2938213759228325], [103.8661468998016, 1.2941462550237686], [103.8658234864197, 1.2940777933794767], [103.86444448216271, 1.2937203778072222], [103.86470549474434, 1.2914029417874222], [103.86489915684966, 1.2897492939919037], [103.8648810285513, 1.2894388303248758], [103.86482662338462, 1.2891953271785548], [103.86473594442738, 1.288976173597111], [103.86460294315394, 1.2888178942303978], [103.86443971287667, 1.2887083143651636], [103.86423416170504, 1.2886291704973003], [103.86401651924567, 1.288580464059139], [103.86341195162535, 1.288531745950363], [103.86269251512103, 1.288531726360923], [103.86184611865269, 1.2885560516911112], [103.86184149349849, 1.2882807703411907], [103.8618077421502, 1.2876006838870273], [103.86175979031486, 1.2860294989271646], [103.86429812335834, 1.2853442772396442], [103.86462231802909, 1.285249052696411], [103.86510552510946, 1.2850542836009813], [103.86597678736732, 1.2845985884638633], [103.8679827047449, 1.2833267428827404], [103.86925547819382, 1.2823720325690406], [103.87034284535888, 1.2813518564721031], [103.87078060832064, 1.280891457875455], [103.87122635580329, 1.2803269667057464], [103.87163201179013, 1.2796785365460195], [103.87190630781012, 1.2791585054995758], [103.87200311088924, 1.2788009878491635], [103.87203536841818, 1.2784434738878652], [103.87203534649984, 1.2779397047387027], [103.87201919558204, 1.2775984429436469], [103.8718739474921, 1.277143432099492], [103.87169643151336, 1.2767696770939858], [103.87153505677917, 1.2765096746415556], [103.87114776653931, 1.2761196767110143], [103.87071206937391, 1.2757784337306068], [103.87035662483552, 1.2755454582547519], [103.86890482368513, 1.2764496446995248], [103.86885641121582, 1.2763683936222214], [103.87026206479942, 1.2754910548450802], [103.87000204811018, 1.2752958044192477], [103.86929202569105, 1.274775816495639], [103.86620988533075, 1.272500863985712], [103.86517775793497, 1.2717174329715155], [103.86354600311229, 1.2705575513928506], [103.8623365842774, 1.2696489743448107], [103.86172228043857, 1.2693010150511879], [103.8612423584739, 1.269088377890245], [103.86058966976354, 1.2689337439193813], [103.85953386008552, 1.2689531182549438], [103.85901555674128, 1.269030468391956], [103.8584588646126, 1.2692238153601787], [103.85765262320983, 1.2695911634926995], [103.85531069374092, 1.270925193430527], [103.85595613918736, 1.2723767505156818], [103.85087417129584, 1.2745605974456489], [103.85050026589063, 1.2738385360168034], [103.85043905489258, 1.2736958194982013], [103.85045363808473, 1.2736892455719362], [103.85046021726599, 1.2737047562911918], [103.85048316131069, 1.2736947366783749], [103.85047674296722, 1.2736792268624666], [103.85050369716497, 1.2736674310498597], [103.85051075796697, 1.273683747554926], [103.85053466433774, 1.2736729212416613], [103.85052921013816, 1.2736597175500302], [103.85057665808101, 1.2736392161819763], [103.85061310415925, 1.2737247552950082], [103.8511424533672, 1.2734945727023081], [103.8511282715503, 1.2734613247279383], [103.85213303708261, 1.2730299924471755], [103.85196872277521, 1.2726525885892448], [103.85165212035666, 1.2727975243985514], [103.85163158053436, 1.2727690904068936], [103.85161892347487, 1.2641513161099447], [103.85169850469859, 1.2641513101185675], [103.85170361984287, 1.2638669623484233], [103.85179090239707, 1.2638695400703348], [103.85179348942785, 1.2641461319510907], [103.8518653701731, 1.2641383701753275], [103.85189104021859, 1.2641202736469987], [103.85191927333571, 1.2640401376602928], [103.85191156907983, 1.2640065333207262], [103.85183968828346, 1.2640065392633986], [103.8518396553569, 1.2635438299488135], [103.8513937551008, 1.2635398475702009], [103.85080839941882, 1.2629195042214527], [103.85211836468368, 1.2614008753332313], [103.85126422983456, 1.26064708138407], [103.8457335098725, 1.2668461427404447], [103.84427513165006, 1.2655435706990483], [103.84631018102519, 1.262421760983696], [103.84632942831013, 1.262388152873127], [103.8463345587988, 1.2623623024768436], [103.846331986148, 1.2623312836730676], [103.84632171126937, 1.2622976802327033], [103.8463063030914, 1.2622666633020958], [103.84586210631788, 1.2618143708276184], [103.8458312973769, 1.2617962809626224], [103.84580049031956, 1.2617962856332035], [103.84575941849758, 1.261809218251196], [103.84570294592741, 1.2618402472869679], [103.83947169620232, 1.2677012424185228], [103.83945244425499, 1.2677167559420492], [103.83942677496735, 1.2677270992257785], [103.83938826742336, 1.2677348614817092], [103.83260485344537, 1.2675217141865966], [103.82482864043617, 1.263046882127495], [103.82474520559127, 1.2630003540780546], [103.82464765120743, 1.2629564115581704], [103.82453982835885, 1.2629253941850336], [103.8244448410084, 1.2629047173616457], [103.82439463105506, 1.2628991273079648], [103.82404740773633, 1.2628921425760193], [103.82364059100213, 1.262905497648864], [103.82350647159446, 1.2629101736137534], [103.82292317779881, 1.2629147284241387], [103.8223621611729, 1.262951493063081], [103.8213583710303, 1.2630420897030226], [103.82077639517551, 1.2630834987185948], [103.8207731677873, 1.2628673391789715], [103.82086237944384, 1.2628666821378585], [103.8208617345042, 1.2628233829451412], [103.820773164401, 1.2628240399893667], [103.82076929112543, 1.2625752274418194], [103.82099392593827, 1.2625693845175503], [103.8209939225361, 1.2625286700031144], [103.82072720408806, 1.262533854344672], [103.82073495307354, 1.263084166842523], [103.82050609242927, 1.2630880255459078], [103.82050350578176, 1.262858601687276], [103.82046114628218, 1.2628592535237195], [103.82046373292916, 1.26308803076135], [103.82012357200793, 1.263091948561863], [103.82012226849122, 1.2628638170474131], [103.82007504254537, 1.2628637905788465], [103.82007539271609, 1.2630917846248966], [103.81985926968194, 1.2630918106372668], [103.81985917225093, 1.2619457278091375], [103.81763806201722, 1.2619459902035792], [103.81763808300572, 1.2621920109553846], [103.81970554001462, 1.2621917667493443], [103.81969991750981, 1.2629568269882878], [103.81954825349573, 1.2631056955209674], [103.81955884783463, 1.2638362217571013], [103.81949151673423, 1.2639259325993542], [103.81871255504221, 1.264030290219441], [103.81870579653803, 1.2639843846123018], [103.81852850069916, 1.264004807781055], [103.81854539432891, 1.2641068220617329], [103.81858423162669, 1.2641017171434337], [103.81859774682492, 1.2641952294687968], [103.81839733529849, 1.2642200676062616], [103.8183522553323, 1.2641662748088227], [103.81828510110434, 1.26411533244052], [103.81819729852494, 1.264077910206585], [103.81807234339877, 1.2640455811340576], [103.81789672715979, 1.2640234448511558], [103.81777852073506, 1.2640217231347126], [103.81770590669406, 1.2640285117642334], [103.81766706763959, 1.264026804087573], [103.81764173895971, 1.2640182983806332], [103.817624855617, 1.2640046921061336], [103.81761303822071, 1.2639876872586295], [103.81757253766096, 1.2638567557564941], [103.81756073228509, 1.2637836404852134], [103.81755399191607, 1.2637139256573096], [103.81755401225836, 1.26361870868132], [103.81814168799735, 1.2635201970110064], [103.8181146950034, 1.2633977693404879], [103.81696235242691, 1.2635668957333883], [103.81691408939454, 1.263593673675219], [103.81688949281605, 1.263618430511169], [103.81687543417941, 1.2636502631660225], [103.81595845513024, 1.263766954609952], [103.8158741496474, 1.263735104113876], [103.81576524755285, 1.2637315465073424], [103.81566688063069, 1.2637456783480718], [103.81552634614624, 1.2638093229747065], [103.81531904644739, 1.2639684617432931], [103.81387213453327, 1.2653881523555597], [103.8136283940016, 1.2656273080177518], [103.81356746582539, 1.2656870887902876], [103.81334858693623, 1.2659018493695906], [103.81322227020335, 1.2660257888953508], [103.8128078731274, 1.2663555831193398], [103.8112289549386, 1.2663974222560346], [103.81082118780992, 1.2660009460248394], [103.81081732864271, 1.265997192876476], [103.81081375432377, 1.2659919005014113], [103.81042775851515, 1.2654201602757287], [103.81029862307997, 1.2657355428440293], [103.80986143993199, 1.2651498441083384], [103.80947437444493, 1.265054529531202], [103.80947144972741, 1.2650538096296198], [103.80946538821945, 1.2650544724730421], [103.80924977697964, 1.265078368312529], [103.80924698343848, 1.2650786739617947], [103.80924079166584, 1.265076877835116], [103.80895792803086, 1.2649948519870007], [103.8089542719111, 1.2649937920366936], [103.80894894271823, 1.2649932864462863], [103.80858769694706, 1.2649590374166875], [103.80858503729262, 1.2649587859777023], [103.80857871160158, 1.2649609762889338], [103.80825125914195, 1.2650737799927805], [103.80824843414561, 1.2650747566794591], [103.80824350293227, 1.2650815882044122], [103.80798762971311, 1.2654360153734474], [103.80798479749943, 1.2654399375764245], [103.80797966323601, 1.2654447360864016], [103.80788489770511, 1.265533290569235], [103.80788135385906, 1.2655366023187176], [103.80787591231402, 1.265539656305439], [103.80778757885636, 1.2655892227703782], [103.8077842893093, 1.265591067642283], [103.80778007422943, 1.2655973954420963], [103.80760770610853, 1.2658562085074607], [103.80687572928872, 1.265627965609352], [103.80691582398899, 1.2655919930960182], [103.80690995663237, 1.2655857366391468], [103.80626906895681, 1.2649876598837821], [103.80652924557988, 1.264706504581288], [103.80550220774897, 1.2637585103283464], [103.80551302996764, 1.2635617785105593], [103.805499301381, 1.2635536092339454], [103.80515843459318, 1.2637677356429882], [103.80514509329748, 1.2637573931797577], [103.80543317632987, 1.2628206370019697], [103.80537406206605, 1.2625539897808347], [103.80537346546932, 1.2625513291326662], [103.80536709943867, 1.2625450048396003], [103.80510500320071, 1.262284572916429], [103.80342809146968, 1.2636891756975104], [103.80231954362426, 1.2648150345442986], [103.8009176920829, 1.2658691992979347], [103.80104989273644, 1.266127662115367], [103.80106043165448, 1.2661983926261295], [103.80106745717742, 1.2662797331018016], [103.80105340778108, 1.266346929046398], [103.801011256453, 1.2664388852448674], [103.80090568010033, 1.2665516980122642], [103.80080857454071, 1.2666380925747462], [103.80077526554811, 1.2666674125680293], [103.80047197867653, 1.2669176103058741], [103.80041621393518, 1.2669149561869484], [103.8003600114853, 1.266922029409937], [103.8003002947817, 1.2669361774331103], [103.80024057879655, 1.2669644724347946], [103.80018788830745, 1.2670033793430713], [103.79947831687791, 1.2676683351333167], [103.79931843785083, 1.267825485412907], [103.79926223401797, 1.267867929225691], [103.79922359419089, 1.2678820775020774], [103.7991428022603, 1.2679032982556622], [103.79905498497223, 1.2679033522533403], [103.79902337105757, 1.267896277889927], [103.79898121900072, 1.2678998142984288], [103.79887583732827, 1.2679564053293697], [103.7987037139906, 1.2680412921304725], [103.79856320498264, 1.2681014205504144], [103.79846133689155, 1.268133251910152], [103.79839108280879, 1.2681650845998094], [103.79836298078664, 1.268193380889978], [103.7983419032632, 1.2682393621302048], [103.79830326228458, 1.2683383985998122], [103.79828218437247, 1.268479879863943], [103.79827867067092, 1.2685789177158007], [103.79826813223715, 1.2686107503106578], [103.79825056840478, 1.2686248988592312], [103.79820841624002, 1.2686355091965833], [103.79814167489198, 1.2686390452549112], [103.79807142041994, 1.2686319703505002], [103.79803629432229, 1.2686107471385273], [103.79795901607422, 1.2685329309071374], [103.7976534152059, 1.2682428896422624], [103.79762180129143, 1.2682358152616346], [103.79758667396464, 1.2682393517445951], [103.79755505966186, 1.268260573130604], [103.79749885579177, 1.2683030169036535], [103.79748129176281, 1.2683313133306529], [103.79749885462415, 1.26838790601462], [103.79758666964516, 1.268554148487789], [103.79761125775848, 1.2686390379404138], [103.79760071926783, 1.2686744084075694], [103.79755856561836, 1.2687274632895458], [103.79750587481107, 1.2687840549948537], [103.79744264534048, 1.2688229616973243], [103.79737941686423, 1.2688547944563706], [103.79731267555896, 1.2688547935220753], [103.79727052263544, 1.2688547929310938], [103.79724005799366, 1.2688438261754578], [103.79722952028168, 1.2688226032977032], [103.79722952116428, 1.26875893691707], [103.79719439590644, 1.2686775842840183], [103.79713116761395, 1.2686316018683954], [103.79706793873277, 1.268628064006461], [103.79698363439425, 1.2686492846414092], [103.79693094297451, 1.268684654509274], [103.79688527763544, 1.2686881908332175], [103.79681853733253, 1.2686811159444489], [103.79674477099186, 1.2686386703407275], [103.79667451792106, 1.2685962247850378], [103.79663939133587, 1.2685467057872093], [103.7966042649016, 1.2684865758762591], [103.79656913901806, 1.2684512047610732], [103.79651386343991, 1.2684211510222658], [103.79645414788232, 1.2684140762248224], [103.79642604623784, 1.2684140758216709], [103.7963979443928, 1.2684282233017363], [103.79636632987764, 1.2684635934606343], [103.79633822803173, 1.268477741844381], [103.79630661376655, 1.2684954262437491], [103.796274998854, 1.2684954257883312], [103.79621528334593, 1.2684848140144416], [103.79614151646558, 1.2684812759777326], [103.79610638988093, 1.268495423352928], [103.79608882578519, 1.2685272567407608], [103.79606774840937, 1.2686227564574521], [103.79608179736697, 1.2687217936538995], [103.79609935979545, 1.2688066830176792], [103.79610287115327, 1.2688774242944283], [103.79610287059701, 1.2689163318782102], [103.79610989537457, 1.2689764613888532], [103.79613799651976, 1.2690118324085526], [103.7961871734272, 1.269064888586905], [103.79626445239148, 1.2690896494029478], [103.79635226961568, 1.2690967246096845], [103.79686863650782, 1.2690931950164561], [103.79702319396047, 1.2691780863145519], [103.7971145214934, 1.2693337170353314], [103.79723043945161, 1.2694079968638707], [103.79727610352914, 1.2694964235859718], [103.79731825419412, 1.2695954611707005], [103.79734284191616, 1.2697086472966705], [103.7973015465197, 1.2698788309973146], [103.7971741751939, 1.2699143273359979], [103.79706528172099, 1.2699213997424923], [103.7969915157955, 1.2699107868829134], [103.79688262216713, 1.2698648038143778], [103.79678075542861, 1.2697940620453063], [103.79654892016183, 1.269599520817297], [103.79650325530687, 1.2695676874254107], [103.79644353992363, 1.2695464638392393], [103.7963592350541, 1.269539388685738], [103.7962538544193, 1.269514627466826], [103.79616252471033, 1.269514626147214], [103.79605011783202, 1.2695323102771563], [103.79600796503584, 1.2695853651320352], [103.79598337493691, 1.2696419572123638], [103.79594824718303, 1.2696737903432744], [103.79591663295145, 1.2696879377663444], [103.79584637889896, 1.2697126964423153], [103.79581476466637, 1.2697268438640972], [103.79578666270174, 1.2697480661828207], [103.79575856053238, 1.2697834363844913], [103.79571493624624, 1.269814410241161], [103.79565820679285, 1.2698484026746453], [103.79561102567506, 1.269847100601241], [103.79558643707921, 1.2698612481232752], [103.7955653602889, 1.2699143041843135], [103.79554779581703, 1.2699708963632443], [103.79553374371511, 1.2700274885937024], [103.79551618034589, 1.2700699328891376], [103.79549510249949, 1.2701335998617995], [103.79545294968216, 1.2701866547066913], [103.79540377148034, 1.2702220245931013], [103.7953581056999, 1.2702538566553103], [103.79531946545569, 1.2702927636666175], [103.79528433853174, 1.2703281337585755], [103.79525974877218, 1.2703599670354975], [103.79524569792277, 1.2703918004685106], [103.79523249553242, 1.2704683927372824], [103.79524654503572, 1.2705285232576886], [103.79535192347917, 1.2707053769752206], [103.79525356710337, 1.270772578867081], [103.79451589998638, 1.2696195054033406], [103.79430162637264, 1.2697503456572956], [103.79501471254117, 1.27094231916054], [103.79408120697454, 1.2714744595248078], [103.79401797305648, 1.2715027561308558], [103.79397581559893, 1.2715027609106249], [103.79391609284475, 1.2714921581252465], [103.79388095961, 1.2714674087383477], [103.79382474464487, 1.2714037613924434], [103.7926948403291, 1.2696470576570014], [103.78012135156473, 1.2771417288240274], [103.77722907721477, 1.2790496545023826], [103.77061810111041, 1.2679540357847925], [103.75749540684058, 1.2759946133587317], [103.7501095226931, 1.2806113200510567], [103.75292762935464, 1.2853060130780949], [103.75648406049517, 1.2858666309411826], [103.75654086356768, 1.285832617719313], [103.76911180352691, 1.2783035866755494], [103.77225748050137, 1.2836908415805264], [103.7670545552558, 1.286814215468952], [103.76069394712951, 1.2906223159141677], [103.76276280198825, 1.2941657574411618], [103.76191261209598, 1.2950643956125738], [103.75880207849599, 1.2981188122788883], [103.7585976233325, 1.2983825829707576], [103.75624779466025, 1.297299420327186], [103.75610811515138, 1.2971533277941851], [103.75578767416647, 1.2970293052122424], [103.75438540229293, 1.2970900791556672], [103.75392468000776, 1.2969359944942658], [103.75317426020614, 1.29690017686953], [103.7528907416353, 1.2967132828205656], [103.75119818948667, 1.296575495314524], [103.75083262113385, 1.2966797085776436], [103.75047932160963, 1.2966411249425733], [103.74938107720737, 1.296434410643944], [103.74901408446736, 1.2964619832780166], [103.74855397967498, 1.2967762342480125], [103.7483376185935, 1.2968313687220392], [103.7481705544936, 1.2968258591129906], [103.74602654881224, 1.297316118982601], [103.74459648581205, 1.2977134834217796], [103.7444348301446, 1.2978328021725736], [103.74453774625447, 1.295469764868915], [103.74436497925284, 1.2954890922584017], [103.74425911459377, 1.2979624988915497], [103.74410351792919, 1.2980773457548027], [103.74384881590846, 1.2985900756486275], [103.74386250815503, 1.298915363099173], [103.74397205422241, 1.2994997794851206], [103.7440377826666, 1.2996541548992522], [103.74435547127499, 1.2999518863317645], [103.74490286793319, 1.3007232908541393], [103.7439897840978, 1.300808753416591], [103.74106321992387, 1.2940002859371367], [103.74229178745694, 1.2932076540150355], [103.7422917864985, 1.2932849879639712], [103.74252214336477, 1.2932463283892837], [103.74256053640042, 1.2930143270180472], [103.74375070946678, 1.292318360372336], [103.7440386530461, 1.2925310398509586], [103.74405785221225, 1.2919123661901555], [103.7437699084392, 1.2919123559925958], [103.74375071039263, 1.2921636915625911], [103.74256053740122, 1.292859658214242], [103.74256053823989, 1.2926083210684907], [103.74225339817448, 1.2926276443935114], [103.74225339559695, 1.2930529838267584], [103.74100563208604, 1.2938842820055916], [103.74071768854975, 1.2935749347585075], [103.74077527818035, 1.29351693550953], [103.74064090440557, 1.2933815952653818], [103.7401993874536, 1.2937682505293633], [103.74029536884375, 1.2938649233120763], [103.74058331353999, 1.293671597250857], [103.74087125776896, 1.293961611930691], [103.7437461631401, 1.3008984096711562], [103.74350920464741, 1.3013246748217913], [103.74304012239116, 1.3014472372282897], [103.74289299693909, 1.3010572567478462], [103.74190159011415, 1.3000786043716537], [103.7413374184599, 1.299662327778941], [103.74079789472158, 1.2993756147297209], [103.74013786778343, 1.299226730255793], [103.73976332543091, 1.299195595364997], [103.73910593376065, 1.2993939754873285], [103.73844309064398, 1.2994931239320973], [103.73802950917784, 1.2995123666854844], [103.7376515154263, 1.2996032815374288], [103.73744332859836, 1.29971351188958], [103.73725707051615, 1.299757591583837], [103.73671901837709, 1.2997026335579402], [103.73560159061097, 1.3001656940313109], [103.73525102660429, 1.3002318399647392], [103.73439833943257, 1.3002701424495473], [103.73270509361983, 1.2977120144722583], [103.73276268733018, 1.2971706765907645], [103.73330018611152, 1.2968613605158767], [103.7331850101648, 1.296629353249673], [103.7309390308945, 1.2976732761905574], [103.73105420756694, 1.2979052835453178], [103.73228277703537, 1.2973639930653138], [103.73414431116431, 1.3003638579321253], [103.73403500973951, 1.3004523247694826], [103.73331196934981, 1.3006617981570596], [103.73258894218978, 1.300738962058614], [103.73216168923389, 1.300915364448753], [103.73195354069034, 1.300981513839722], [103.73144960848259, 1.3009594459389104], [103.73049650464041, 1.3013673779882804], [103.73001245082743, 1.301501203852673], [103.72962008496717, 1.3017973630104962], [103.72954339510193, 1.301929671802922], [103.72908870201567, 1.3037020819557186], [103.7288421925722, 1.304311258001], [103.7287983663901, 1.3044986981156612], [103.72827519415442, 1.3065274586507003], [103.72747768143716, 1.3088941823332831], [103.72742331244595, 1.3094873708264516], [103.72747536991797, 1.309633457537005], [103.7275274556803, 1.3099835251721224], [103.7273632255728, 1.3106671597720747], [103.72741781181345, 1.3108716603133879], [103.7275602188674, 1.311152827455125], [103.72760951209477, 1.311307192587328], [103.7277519161881, 1.3116600277892385], [103.72785639934438, 1.3120453379627357], [103.72785597466763, 1.3121231222213423], [103.72795212377561, 1.3124451320425077], [103.72621266933507, 1.312858701616594], [103.72593016886708, 1.3122191817058917], [103.72574396593446, 1.3116623310586402], [103.72549754048713, 1.3106258253016239], [103.72492797663165, 1.308993862867739], [103.72485129452777, 1.308955262217665], [103.72472916356848, 1.3089879948425143], [103.72290730507216, 1.3051950784943342], [103.72373448424851, 1.3044674589260807], [103.72640438221944, 1.3053387584263934], [103.72762334122595, 1.3016643327462238], [103.72729789784334, 1.3015928453618741], [103.72698576098624, 1.3006638530451482], [103.722224790182, 1.3029353072146608], [103.71608718137058, 1.3083429100924964], [103.71352940531024, 1.30847688740707], [103.71349652649205, 1.308611953308136], [103.71330701509785, 1.3088941523931195], [103.71289068021218, 1.3090595293976788], [103.71213741742433, 1.3089994694180986], [103.71194294915445, 1.3091201571023712], [103.71167793185337, 1.3090472435011355], [103.71144789045277, 1.308881820708019], [103.71137121448635, 1.3087770619146952], [103.71124249723321, 1.3087136444150553], [103.71078240777986, 1.308448955581538], [103.71071141879528, 1.308361800470111], [103.71065665118186, 1.308276340930862], [103.71048390361685, 1.308209097583961], [103.7099989310629, 1.307922992992324], [103.70988138873733, 1.3080325986411492], [103.70973261461921, 1.3079978972083361], [103.70960391274193, 1.3077690680905047], [103.708445292713, 1.3077192984412218], [103.70839052718219, 1.3076117769352804], [103.70855639737324, 1.3020948441220712], [103.70254206508562, 1.3018955586174217], [103.7024420308675, 1.3039728919327462], [103.70174331834276, 1.3042531669155377], [103.70148875042615, 1.3042105933113786], [103.70047791691258, 1.304607734850595], [103.70026423895551, 1.3047208013342702], [103.69980673664023, 1.30501862414283], [103.69957939928696, 1.3049552351832658], [103.69941778652438, 1.3049662814549223], [103.69896575178218, 1.3053137321706016], [103.69894378150354, 1.305583934537], [103.6981985663901, 1.306358774509469], [103.6980972814174, 1.3064112446439733], [103.69778221736047, 1.3068660711068176], [103.69764513676809, 1.3076765449229266], [103.69765881493991, 1.3077840607667215], [103.69735182882594, 1.3079497412889423], [103.6971436737293, 1.3078477495298864], [103.69491935265891, 1.3078036389098382], [103.69462332263555, 1.307522359526401], [103.69424532376814, 1.3073072811807884], [103.69430521834641, 1.307139037903028], [103.69432690555377, 1.3070259576773033], [103.69429388514975, 1.3069239166650481], [103.69410734280433, 1.3066619297579825], [103.69399773150202, 1.3065736877488439], [103.6939996256168, 1.306166208533428], [103.69368196359984, 1.3056700559560632], [103.69361626168829, 1.3053833939277053], [103.69351778124499, 1.3043580335685268], [103.6935725962623, 1.3040603513885045], [103.69376710292224, 1.3037378667322335], [103.6937917754167, 1.303553193754376], [103.69372065415736, 1.3027814162320457], [103.6936166334694, 1.3022742468881416], [103.69364954316202, 1.3019214371783594], [103.69381671292791, 1.3011469128110273], [103.69384589131315, 1.3006068221529543], [103.6937973142274, 1.2998718289948257], [103.69350532976844, 1.2998963182419139], [103.69352963893375, 1.3000923165670828], [103.69338364197293, 1.3001413103832284], [103.69335932517738, 1.3000188104687866], [103.69253204220917, 1.300043278724498], [103.69253203049038, 1.3001412781092923], [103.69231304404384, 1.3001412694276164], [103.6922887358721, 1.2999452711009993], [103.69199675456842, 1.299945260098288], [103.69148580176903, 1.2998227417622314], [103.69112082788871, 1.2997982282700198], [103.69095547621413, 1.299816950944488], [103.69071586552596, 1.2998658217216743], [103.6903427037051, 1.2998810444117588], [103.69000468828092, 1.299913640942393], [103.68986134105695, 1.2999153899259261], [103.68962581497887, 1.299855542053868], [103.6892497698808, 1.2997733221310737], [103.68905128113234, 1.299740003982366], [103.6889089383681, 1.2997281441321684], [103.68866906083123, 1.2996817853864793], [103.6882242022203, 1.2996563408060098], [103.6878768690727, 1.2996396813465498], [103.6876122332999, 1.299606367392249], [103.68713257938653, 1.2995064319329221], [103.68666946330728, 1.2993731878975867], [103.68610711053608, 1.2992399415823483], [103.68585901354203, 1.2991733189666068], [103.68442005900522, 1.2990234039046888], [103.68384116932509, 1.2989734297501476], [103.68182869523758, 1.2979896078595865], [103.67869784641083, 1.2966896470955533], [103.67770195473959, 1.297243097404405], [103.67419017680898, 1.2957305783726405], [103.6742067049502, 1.2953641765214308], [103.67506673607126, 1.2944814989627536], [103.67483517442587, 1.2942483282922872], [103.67437207972985, 1.2946813398943664], [103.67438862833248, 1.2949811240616038], [103.67419015912452, 1.295164320665881], [103.67414053142492, 1.2948978456555504], [103.67344584439444, 1.2941650275410417], [103.67372700913256, 1.2939052205460089], [103.67395857167661, 1.2941217356799821], [103.67496745241091, 1.2930392045459644], [103.67447124893927, 1.2925562109205155], [103.67337967422336, 1.2938052855997566], [103.67329696718798, 1.2935054999542657], [103.67395852914193, 1.2927727107320621], [103.67377658795206, 1.2926228149087056], [103.67351195613615, 1.2926727740733661], [103.67315164217203, 1.292355078945477], [103.67270492034292, 1.2928380617769881], [103.67301578170311, 1.2931224380608934], [103.67273781471114, 1.2934710001036818], [103.67215906317622, 1.2929545973238177], [103.67186134218178, 1.2929545665294662], [103.66863336784152, 1.2901693968296155], [103.66664562544, 1.2885367248825719], [103.66654640738169, 1.2884367665576428], [103.6657689512555, 1.2895028618716418], [103.66517346992494, 1.2901858219781723], [103.66526405851118, 1.2902844738865227], [103.66511906708818, 1.2904316752145706], [103.66218014543348, 1.2888695907277867], [103.6613862527886, 1.2891527311643263], [103.6616011998889, 1.2895692093335624], [103.66214699382014, 1.2894359788153926], [103.66487570041392, 1.2907521925597127], [103.6648922151628, 1.2909354379868434], [103.66436289100903, 1.2916017439035432], [103.66284119732443, 1.2926344696368492], [103.66158455658277, 1.29036881869047], [103.66110489729343, 1.2906519812027277], [103.66229539867878, 1.2928010168665882], [103.66141877546356, 1.2933506892557665], [103.66123683308754, 1.2934839443513975], [103.6598809759327, 1.2911016758694958], [103.65951709747353, 1.2913182117832394], [103.66085641405073, 1.2937004792947642], [103.6592851244839, 1.2945666131679583], [103.65921899170102, 1.2944000226555274], [103.65905359376406, 1.2944833037412937], [103.6578134862647, 1.2922842866161506], [103.65758192245845, 1.2924508564351864], [103.65880549740992, 1.294599896637617], [103.65864009830906, 1.2946998360149191], [103.65877238305471, 1.2948830894454528], [103.65850773296245, 1.2951162894140897], [103.65831581521341, 1.295609368750524], [103.65896074184694, 1.2962257813849958], [103.65818482366893, 1.2969272418093898], [103.65702736032885, 1.2957778362819687], [103.65621686266714, 1.2958943387932176], [103.65629944301249, 1.2962940963565208], [103.65598516165039, 1.2963606858011445], [103.65491034048206, 1.295411163409645], [103.65469525937665, 1.2956110127164011], [103.65634881561984, 1.2971269109324388], [103.65648117527273, 1.2969936771956467], [103.6571756495233, 1.2976933130085935], [103.65633075970167, 1.2986744006669981], [103.65595041261764, 1.2983578603371355], [103.65489875455394, 1.29963268080802], [103.65394113279878, 1.3008227778881405], [103.65277536696694, 1.299758180771883], [103.652213008545, 1.2997414611335905], [103.65170042094815, 1.299225061524462], [103.65112135328519, 1.2997746490033217], [103.64948832071852, 1.3014292457494439], [103.65038128570785, 1.3023455319244448], [103.65031506100416, 1.3028619420505259], [103.64900838138618, 1.3037280883915936], [103.64882643676839, 1.303861343288146], [103.64968092360623, 1.304856724990352], [103.64949103357424, 1.3050332177037607], [103.64903818253195, 1.305245590498189], [103.64746692110822, 1.3037464974580657], [103.6472022816899, 1.303979682378514], [103.64797964202546, 1.3047958535648208], [103.6479300199786, 1.3050790095247404], [103.64862468373022, 1.3056953045478723], [103.64811194577001, 1.3062116407760604], [103.6464249080421, 1.304496013937636], [103.64607757015612, 1.3047791647441402], [103.64556483723413, 1.304812468227002], [103.64491979224628, 1.3042294865169155], [103.64470477308522, 1.3044460147520522], [103.64581292584342, 1.3055120372619107], [103.6462264206574, 1.305462075244483], [103.64743380958757, 1.3067113189054236], [103.64702031026175, 1.307161032608787], [103.64650757091465, 1.3077606500113181], [103.64622639003417, 1.3082436783031823], [103.64616022695373, 1.3085434903452373], [103.64586251173243, 1.3085434851563857], [103.64445664793118, 1.3070110806150397], [103.64427470741477, 1.3072276094628297], [103.64538285977441, 1.3083102887909255], [103.6451347607263, 1.308510159826181], [103.64568056697577, 1.3091431081768994], [103.64586250540042, 1.3090764868285298], [103.64587904873585, 1.3087100486882886], [103.64607752706027, 1.3087100527550746], [103.6460775233201, 1.3090148753920776], [103.64299688682821, 1.311058159424417], [103.64279841804789, 1.3111914115823313], [103.64147532353296, 1.312374046780627], [103.64117756866764, 1.3120408884509693], [103.64099564439958, 1.3122241148193434], [103.64130993681093, 1.3125239578399812], [103.64124378268653, 1.3125905850387383], [103.64092949027714, 1.3122907420098304], [103.64081371726122, 1.312374025467453], [103.64031832398251, 1.3118080415508575], [103.64007022474097, 1.312024568460085], [103.63993790855497, 1.31187465876939], [103.63967326759747, 1.3121078408398195], [103.64002059904662, 1.3124576298276387], [103.63987173917252, 1.312607533923806], [103.63947478857479, 1.3122077742792317], [103.63921014856767, 1.312474270178798], [103.64010328554014, 1.3133737280510838], [103.63998750615791, 1.3134570078400765], [103.63983864937218, 1.3132737856691235], [103.63965670964434, 1.3134570010563824], [103.64010263333205, 1.3138398538947726], [103.63993724733096, 1.3139897657389348], [103.63863125227164, 1.312674133554464], [103.6383004528161, 1.3129572842593957], [103.63839968969381, 1.3130405672740812], [103.63821774899763, 1.3132237825430375], [103.63823428794483, 1.3133237209857527], [103.63810196878583, 1.3133403743153356], [103.63790348814109, 1.3135402456500112], [103.63825081986927, 1.3138733792863964], [103.63818465973952, 1.313923347180106], [103.63793656500484, 1.3137068095525146], [103.63780424445204, 1.3138567129864993], [103.6380357948587, 1.3143897199558112], [103.6383500466619, 1.3146895389126538], [103.63884624224285, 1.3146062691677816], [103.63909433636908, 1.3148561179045894], [103.63823425274259, 1.3157222268756286], [103.63768844682542, 1.315189214128203], [103.63720943866613, 1.315638550655732], [103.63563753213884, 1.3136567910431982], [103.63567061904448, 1.3131904155895529], [103.63466170878475, 1.31205776532408], [103.63466171508733, 1.3116247020456038], [103.63591876308557, 1.310137310119979], [103.636712687071, 1.309204575080777], [103.63750660916448, 1.308288495279911], [103.63825233711252, 1.3073056289389149], [103.63886445788681, 1.30618972601899], [103.63965857800645, 1.3045408463226598], [103.63998943695091, 1.304107816623338], [103.6402872060469, 1.3037580649771177], [103.64048572939754, 1.303408303827749], [103.64083316770652, 1.302575532003137], [103.64106481297661, 1.3018093744811983], [103.6412798415862, 1.3018243689766305], [103.64146179875492, 1.3017411040501357], [103.64162722150881, 1.3015912127603209], [103.64169340547757, 1.301374690595567], [103.6417099700545, 1.3011248516405651], [103.6417099874721, 1.300941635599797], [103.6420077618407, 1.300525259468454], [103.64209048660688, 1.3003253932327528], [103.64212359270043, 1.3000589008379342], [103.64295073796471, 1.2989596691990202], [103.64303345491331, 1.2988264270966552], [103.64306656266444, 1.2985599337644096], [103.64305006869266, 1.2980602520213866], [103.64314933821527, 1.2978104201916032], [103.64766574121523, 1.289616013935815], [103.64776502130952, 1.2892329342796534], [103.64847636496657, 1.2882336276904947], [103.64951861396062, 1.2862632871505695], [103.65007614344185, 1.2850807516683014], [103.65019197831599, 1.2845477680715731], [103.65024167950547, 1.2836816594922336], [103.65019211969407, 1.2830154155147342], [103.65004332626013, 1.2822159159450621], [103.6497744026474, 1.2815153501547558], [103.64947669350576, 1.2810323125696403], [103.64896397103205, 1.2804326783330897], [103.64850086479076, 1.2800478991928574], [103.64788890367196, 1.279631481878189], [103.64683351917645, 1.2792312635068344], [103.64633132723165, 1.279133253779241], [103.64571511000749, 1.2790808704861034], [103.64514333487206, 1.2790817797432823], [103.64123452372779, 1.2793812555512898], [103.64120166486003, 1.2788795675945848], [103.6442109912629, 1.2786635763085001], [103.64476477074977, 1.2786094886423538], [103.64474834039451, 1.278397235937702], [103.64495374683833, 1.278383456907239], [103.64494279278807, 1.2782483872133352], [103.64449363913836, 1.2782814581135775], [103.64450459296339, 1.2784192842952056], [103.64470725928545, 1.2783999921035283], [103.64472095143306, 1.2785681407756908], [103.6411989265119, 1.278838220056446], [103.64118797307187, 1.2786976364942735], [103.64064844078935, 1.2787389747813753], [103.64070046880865, 1.2793977858419674], [103.64043754980014, 1.279425346224213], [103.63942437338274, 1.2658053360247183], [103.63103352142288, 1.2617836097778485], [103.61636960577302, 1.2547407239463118], [103.61547889918087, 1.2531328256545364], [103.6155667666964, 1.2514872910933679], [103.62832139691228, 1.2245538858659273], [103.6235593008015, 1.2223150704212933], [103.62795051828668, 1.212872365593192], [103.6090892797188, 1.2177374911550782], [103.60885101434705, 1.2178063661242715], [103.6086182233449, 1.2178890239509854], [103.60821285423106, 1.2180630544734625], [103.6077363378043, 1.2183409408665868], [103.60734194123303, 1.2186330587423333], [103.60715569527491, 1.2187956574820589], [103.60690097003706, 1.2190574756949577], [103.6065092836466, 1.2195480514367865], [103.6061422231148, 1.2201929868532457], [103.60588195833763, 1.2208930654738808], [103.6057168543172, 1.2218218679526764], [103.60566753975218, 1.2500139478528656], [103.61067582001405, 1.2499981576223123], [103.61063966318841, 1.2575204880633697], [103.6173953825748, 1.2606689272798286], [103.61740237407254, 1.2715281881012523], [103.6102321931145, 1.2715339575075433], [103.61023388377619, 1.2741730147676922], [103.61337646155663, 1.2826658247744744], [103.62114149762087, 1.2873376110300658], [103.6201229807558, 1.289103776744978], [103.61937304598855, 1.2904004930426134], [103.61931434424126, 1.2904916917263143], [103.61859240734077, 1.2916339690999648], [103.61802978672588, 1.2915674065378469], [103.61771559836328, 1.2918670398012009], [103.61771568417903, 1.292000204777188], [103.61768323197857, 1.2929989437856029], [103.61804729614843, 1.293065513051781], [103.61806399288291, 1.2932985504617927], [103.61793168488049, 1.2933984291710274], [103.61753457047702, 1.2933984440577684], [103.6175015902104, 1.2935732365307322], [103.61748533274755, 1.2940226696080184], [103.61723713630322, 1.2940226781871158], [103.61727062474856, 1.294638564486204], [103.61733712990538, 1.2951379315618428], [103.61742016198721, 1.2956040061019392], [103.61756944376762, 1.2961699519061392], [103.6176688602886, 1.2963863417370973], [103.61776822545895, 1.2965195025551848], [103.61785097883673, 1.2965527909374783], [103.61785076527455, 1.2962198785062855], [103.61804932224939, 1.2962198710827832], [103.61806633888263, 1.2969522780474063], [103.61871163942538, 1.2969356088955137], [103.61884437406202, 1.2975015559797773], [103.61912120101383, 1.2982060124234673], [103.61943543682108, 1.299072146921998], [103.61976621470649, 1.2998550013503347], [103.62013007007934, 1.3006878252877936], [103.62185820950405, 1.3054186487606618], [103.63032254537825, 1.328182523704198], [103.63038484437331, 1.3283493477985766], [103.63163710253089, 1.3317026357964665], [103.63193561041972, 1.3328714086459799], [103.63208075626038, 1.333444768786794], [103.63244227061332, 1.333830691185706], [103.63244774027685, 1.334293786730039], [103.63227518171455, 1.3350435566547858], [103.6323381716057, 1.3352144630699416], [103.63351856843529, 1.3367112840079045], [103.6335925127139, 1.3369042422905841], [103.63368835910236, 1.3375658104553634], [103.63384446321572, 1.3379737795810864], [103.63445067815994, 1.3397274382622513], [103.63443759169306, 1.3400830691476338], [103.6344375868213, 1.340366225768042], [103.63443757883248, 1.3407992889396299], [103.63442103692232, 1.3409158829787216], [103.63442103292076, 1.3411324136591551], [103.63437140760911, 1.3414322263193335], [103.63440448664791, 1.3415255019016525], [103.63480143851106, 1.341991887882362], [103.63496682449924, 1.3427747371809098], [103.63549608995737, 1.3435742518418157], [103.63564197182043, 1.3437578920251938], [103.63604566230212, 1.3458045853356557], [103.63570737132018, 1.3457807206810333], [103.63525405078708, 1.3458794939462126], [103.6348210135506, 1.3462422909684586], [103.63459095211765, 1.3466033935072104], [103.63438118513459, 1.3470121935726298], [103.63426613471836, 1.347523199387494], [103.63424578865414, 1.3483203756692135], [103.63436752434424, 1.349138001247557], [103.6344216356531, 1.349390103899462], [103.63423894259309, 1.3496353799466179], [103.6340630179291, 1.3498193355700476], [103.63394122068037, 1.350023734155388], [103.63434041706851, 1.3498738578112892], [103.63458503316082, 1.3499073518848006], [103.63476064879447, 1.3501209144155735], [103.63500650863138, 1.3504524653789103], [103.63523032444677, 1.3506590438615542], [103.63555270234163, 1.3509530755892596], [103.63613897075668, 1.351301662609416], [103.63645286196679, 1.3513837081704534], [103.637000473237, 1.3514478600756163], [103.63728702000637, 1.351390163550941], [103.63784101144955, 1.351236292887345], [103.63849236798903, 1.3514310377959988], [103.63884910294894, 1.3522992034503512], [103.63911033715027, 1.3529003231133852], [103.63928452116711, 1.353576596144752], [103.64057670152349, 1.3563148753811898], [103.64039049062661, 1.3566043286571896], [103.64049185421196, 1.3568579164048666], [103.64042344200632, 1.3574174949454716], [103.64049742851738, 1.3577813463058837], [103.64079323061235, 1.3578447149690813], [103.64075212773821, 1.357651763917326], [103.64079319222348, 1.3574780994851505], [103.64090822441082, 1.3574863564556272], [103.64128350200346, 1.358010053903619], [103.64279545422949, 1.3590380709493635], [103.64372402714194, 1.3600110199426094], [103.64983214721481, 1.3713755690113547], [103.6492550178729, 1.3715987918084354], [103.64906878885947, 1.3717311240798065], [103.64903319444281, 1.3718303630273914], [103.64898116703912, 1.371929602508642], [103.64895927618969, 1.3721170474177093], [103.6490140735026, 1.3723044847080748], [103.64912364363383, 1.37244781158414], [103.64936468419945, 1.3726352280275687], [103.64997820664571, 1.3727895257299019], [103.65013158302148, 1.3727895086202453], [103.6504821513898, 1.372734340745074], [103.65060266178494, 1.372734327405899], [103.65090744303626, 1.3728416503828103], [103.65100806174341, 1.3731753243146865], [103.65087662541066, 1.3734509901753338], [103.6507999599408, 1.3736604936658838], [103.65072331340834, 1.3740464133007289], [103.65083289415666, 1.3742889746001488], [103.65098628293988, 1.3743992178817006], [103.65118349211835, 1.3744984304266064], [103.65138069464076, 1.3745314872384535], [103.65158884306635, 1.3744873604876215], [103.65187366918701, 1.3743329646734697], [103.65224610749074, 1.3739029076729963], [103.65265141442016, 1.3734838736232398], [103.65283763199668, 1.3732523065731363], [103.65308959003947, 1.3730868875558746], [103.65316628303495, 1.3731309836249308], [103.65319915665403, 1.373197136417358], [103.65321012918324, 1.373351499704948], [103.65318822524812, 1.3734176582911588], [103.65312250289674, 1.3735169004587884], [103.6529253242384, 1.3736933387372843], [103.65264052592111, 1.3741013334473913], [103.65248718946482, 1.3744652098976402], [103.6525200726168, 1.3746195703293198], [103.65262963068781, 1.3746526366398921], [103.65288159748467, 1.3745644011551987], [103.65314452445622, 1.374531293530938], [103.65328693578593, 1.3744348001091249], [103.65503735005899, 1.376965084190921], [103.65499660677409, 1.3771153504574578], [103.65481594610593, 1.3774271293658364], [103.65481162847804, 1.3776324431359563], [103.65485396357131, 1.3778146594559397], [103.65499403793619, 1.3780678066554717], [103.65500229299238, 1.378214094713018], [103.65506906343317, 1.378509931214314], [103.65512805494731, 1.3786248191988], [103.6552561774716, 1.3787696277053334], [103.65529117662808, 1.3788317083110528], [103.65538505721969, 1.3791360677275986], [103.65549630953322, 1.3793482253466876], [103.65555076309751, 1.3794175233002122], [103.65571850403181, 1.3795568154598803], [103.65595152617416, 1.3798767538674597], [103.65614002709471, 1.3800852310909975], [103.65633700889732, 1.3804254081530642], [103.65638527057857, 1.3805539122611952], [103.65674687129194, 1.3811878693648219], [103.6571578173871, 1.38222151559077], [103.65732346062119, 1.3827976214847604], [103.65725473406616, 1.3828986261213163], [103.65707669411336, 1.3832977565811024], [103.65718741532962, 1.3834537162902854], [103.65737800077422, 1.3835473435257473], [103.65754394667006, 1.383541165560509], [103.65766460121647, 1.3834462737372848], [103.65772507068887, 1.3834568285042534], [103.65773572769463, 1.383494159466382], [103.65770738809287, 1.3835493224058735], [103.65747357828299, 1.3836316713647736], [103.65731473212028, 1.3837336468887595], [103.65725995491454, 1.383810820870974], [103.6572681620691, 1.3839624202361112], [103.65734209775592, 1.384091971694362], [103.65754442756237, 1.384222515771227], [103.65767619764027, 1.3843207653086662], [103.6578404987457, 1.384601919533056], [103.65792264563811, 1.3848169182281382], [103.65804587703212, 1.3849464724375924], [103.6581608952501, 1.3850181424745593], [103.65846761425948, 1.3851339251471324], [103.65859906327232, 1.385224890904704], [103.65862644427486, 1.3853268767024909], [103.65869216626554, 1.38540681433575], [103.65863738833835, 1.3855060393580678], [103.65864833655114, 1.3856162924994828], [103.65879073724567, 1.3857706546951296], [103.65929463384079, 1.3859581124682134], [103.65949181483036, 1.385969147570837], [103.65954658881424, 1.3859360746494935], [103.65974378056423, 1.3857376292094528], [103.65995192225537, 1.385638411838733], [103.66012719023806, 1.3857045732488162], [103.66017100590774, 1.3857486766838583], [103.66019290958472, 1.3858589315372924], [103.66013812308715, 1.38610148590488], [103.6599957022087, 1.3863219846141033], [103.65982041932068, 1.3865094066340375], [103.65978755120375, 1.3865976073438189], [103.65978754738019, 1.3866747845205112], [103.6598203960008, 1.386928368579811], [103.65991896950509, 1.3872481087067994], [103.66010517192456, 1.3876781067220132], [103.66019280101969, 1.3878104147150299], [103.66052141839673, 1.3881411922940203], [103.66086099806311, 1.3883286404306985], [103.66123344668691, 1.388416862740142], [103.66138680450867, 1.3885271235977807], [103.66154015448741, 1.3887586636517608], [103.66156205436198, 1.3889350706301118], [103.66154012844001, 1.3892437786608773], [103.66147438057722, 1.3896186365152599], [103.66149627725943, 1.3898391437063107], [103.66157294810789, 1.3900376038958469], [103.6618029806917, 1.3902691477474896], [103.66185774711097, 1.390379404093901], [103.66201108503424, 1.3908424756833415], [103.66242730398065, 1.3918127261493551], [103.6625106854993, 1.3920987333890753], [103.66271208047299, 1.392584514228052], [103.66275588484056, 1.3928380990809732], [103.66272298752196, 1.3934444909169967], [103.66264629045871, 1.393720119805944], [103.66242716837067, 1.3942934255873212], [103.66240525165937, 1.3944367542023175], [103.66239428858147, 1.3945800827127364], [103.66246821063038, 1.3949687296114521], [103.66265713616536, 1.395704679970085], [103.66270641131845, 1.3960795444282847], [103.66271188288788, 1.3961897980750764], [103.66270090988563, 1.396520557014674], [103.66272281213043, 1.3966528619681358], [103.66283233993107, 1.3969726028458596], [103.66301854811279, 1.3973254226682275], [103.66309248000105, 1.3975293947159606], [103.66298566374897, 1.3977002820340387], [103.66276655962973, 1.397931803003276], [103.66253649484545, 1.3982846014412322], [103.6622714961463, 1.398809160573617], [103.66227354766497, 1.3989571330136095], [103.66237212400607, 1.399221746035378], [103.66255830843235, 1.4000155797753933], [103.66261307585633, 1.400114810170025], [103.6626678463727, 1.4001589143946698], [103.66277739119258, 1.4001699456608647], [103.6631498540393, 1.4000376614057088], [103.66324844440122, 1.4000597169025717], [103.66325939588867, 1.4001148438731408], [103.66322652764272, 1.4002030446134066], [103.66309506355857, 1.4003573929912063], [103.66288691761505, 1.4005227617066665], [103.6628759553914, 1.4006660902120829], [103.66298548641655, 1.4009307040230725], [103.66307310375858, 1.4012835193670685], [103.6632373993309, 1.4017135156875873], [103.66334693956108, 1.4018017241172005], [103.66354412043634, 1.4018458360125572], [103.66397135252471, 1.4017797059719344], [103.6640370784673, 1.4018127850109112], [103.6640370754064, 1.4018679120876079], [103.663982297908, 1.4019450861900176], [103.66380701785127, 1.402066356249691], [103.6636755599279, 1.4021214755521179], [103.66362078399982, 1.4021765995370559], [103.6635769588781, 1.4023089015015409], [103.66356599280633, 1.4025183821404428], [103.66336879122233, 1.4028601570479544], [103.6631935086764, 1.4030145022071954], [103.66307299839274, 1.403201926520993], [103.66297438707278, 1.4035547327458946], [103.66288669455915, 1.4045745712807398], [103.6627880913258, 1.4047895593517234], [103.66274426059356, 1.4050100644193202], [103.66274423968879, 1.4053849252491228], [103.6627935144709, 1.4057653017751268], [103.6628592361981, 1.4058700459602955], [103.6630509380496, 1.4059362076394686], [103.66355484774914, 1.4059803357345992], [103.66411352508133, 1.4061236931973022], [103.66422306563969, 1.4062229275691014], [103.66424487225812, 1.406262125027508], [103.66437641458221, 1.4064985686955997], [103.66453251073591, 1.4066336371926635], [103.66488030771323, 1.4068514052565175], [103.66496793756869, 1.4069726881159572], [103.66497888537424, 1.407104992268223], [103.66496790407841, 1.4075901064923708], [103.66489120434196, 1.4079098374204182], [103.66501166264723, 1.408687129182706], [103.66508012322477, 1.4087946300128675], [103.66513215529902, 1.4088359775179617], [103.66521978918213, 1.4089021342040637], [103.66554841816246, 1.409067531135854], [103.66617712399693, 1.4092702066381824], [103.66644668692676, 1.409255007516113], [103.66676437520691, 1.4091888719319976], [103.66710397479659, 1.4090676098890074], [103.66767362939481, 1.4088030313133872], [103.66806799970801, 1.4087258732548438], [103.66807892379606, 1.4092991913769048], [103.66817750266715, 1.4095417532457633], [103.66838563206282, 1.4096961188639705], [103.66871427046839, 1.4097071600866362], [103.66901004273431, 1.409751276809522], [103.66933867601492, 1.4098615461602972], [103.66950298926415, 1.4099718074555425], [103.6696782505966, 1.4102143738050676], [103.66971110262857, 1.410434881771348], [103.66974396364674, 1.4105010353363856], [103.66979873376592, 1.410556165394446], [103.67001782015907, 1.4106664287248003], [103.6705107750262, 1.4107326056856628], [103.67067508929516, 1.4108428669105122], [103.67074081253118, 1.410920047833203], [103.67085034572565, 1.4111846605087899], [103.67085033973817, 1.41128388873055], [103.67080651184851, 1.4114713170364543], [103.67066408930751, 1.4117028422452462], [103.67045594118206, 1.4118902625838463], [103.67040116450256, 1.411967437732943], [103.67034638180634, 1.4121438401944353], [103.67032446309868, 1.4123312700291184], [103.67031349964752, 1.412496648715193], [103.67035730125473, 1.4128163856701257], [103.67045587600148, 1.413136125585661], [103.67061744093986, 1.4134503551520885], [103.67065577926613, 1.4135109970206186], [103.67077353619351, 1.4136102308249205], [103.6709042658512, 1.4136595783105124], [103.67179232141694, 1.413555153568661], [103.67217573268289, 1.4135661981973247], [103.6727563204272, 1.4137426314473653], [103.67282204532361, 1.4137977613072477], [103.67282204243614, 1.4138528874983844], [103.6727672650174, 1.4139410877633334], [103.67193441093299, 1.4144639769199094], [103.67167147368559, 1.4146844686815734], [103.67148522117212, 1.414949065113434], [103.67140851807996, 1.415246740774952], [103.67143041655474, 1.4154672452517518], [103.67151803742128, 1.4158310800791034], [103.67161661906368, 1.4161067143181691], [103.67186856568472, 1.4165256823349601], [103.67190142252599, 1.4166800363355891], [103.67202187638928, 1.4176612820529662], [103.67208759975645, 1.4178046123954884], [103.67221905601382, 1.4179148694580328], [103.67250388990665, 1.417947958227012], [103.67284350631522, 1.4178597715393506], [103.67304070431007, 1.4177826035559735], [103.6730954794965, 1.417793631524062], [103.67315025330879, 1.417837734662385], [103.67320502423392, 1.417936963085489], [103.6732159694587, 1.4181133665713175], [103.67316118180068, 1.4183228424606267], [103.67300779699964, 1.4185433392455171], [103.67284346103503, 1.4186866598534984], [103.67263530525858, 1.4188079272713194], [103.6721532687165, 1.4189291827177297], [103.6721203978829, 1.4190284086347802], [103.67217516649426, 1.4191607131533754], [103.67242734055, 1.4193627748628406], [103.672657176656, 1.4195135396697347], [103.67310632698687, 1.419756113239492], [103.67342402188125, 1.41988842972684], [103.67373070300964, 1.4210791617568672], [103.67361018886398, 1.421200433524913], [103.6735225309308, 1.421487084333179], [103.67352251936411, 1.4217075881860939], [103.67359644542299, 1.422096228629279], [103.67376348651503, 1.4225785871810914], [103.67390588926466, 1.4228652485712627], [103.67390586891801, 1.423240104128661], [103.67389486959596, 1.4240339165138494], [103.67392498573946, 1.4242433965015395], [103.67394963262188, 1.4242764724834047], [103.67405916811846, 1.424585182604819], [103.67419061541972, 1.4248718432281937], [103.67435493162706, 1.4251144040927877], [103.67449734033148, 1.4252908130854678], [103.67454209945947, 1.4253759101711259], [103.67493553156298, 1.4256298565076513], [103.6751765476928, 1.4256105723192414], [103.675461390565, 1.4255003332726386], [103.67561476923073, 1.4254011129023383], [103.67572432149268, 1.4254011177363957], [103.67633778901018, 1.4258972775704917], [103.67661983307052, 1.4260218743686799], [103.67691562860756, 1.426088120929904], [103.67694848087116, 1.4261432656510664], [103.67690463697245, 1.4262094139079016], [103.67682792794395, 1.4262645267173764], [103.67669644424858, 1.4262975693781579], [103.67658686320236, 1.4263636995591154], [103.67649918480191, 1.4264629163586655], [103.67645532112708, 1.4265952267086772], [103.67644432602002, 1.4267275465475655], [103.67664133304409, 1.4274112728311057], [103.67679462759861, 1.4277200699759163], [103.67689319042529, 1.427863448605831], [103.67775842610571, 1.4288726600368447], [103.67801034771522, 1.4291098113620477], [103.67816370080256, 1.4292201239279974], [103.67825134326341, 1.4292422035154633], [103.67851429469778, 1.4292312514736187], [103.6786896156018, 1.429154113267565], [103.67891974034032, 1.4289998024359174], [103.67899917784607, 1.4289805286499624], [103.6790430123545, 1.4289474600526622], [103.6794347276528, 1.4288345463299605], [103.67957716111864, 1.428823559806584], [103.67992774127507, 1.428878795506545], [103.68056322932145, 1.4287687077982183], [103.68071660901754, 1.4287908052547686], [103.68083710731443, 1.428857001650482], [103.68090279246906, 1.4290334504097124], [103.68096849637004, 1.429143738859774], [103.68113278991693, 1.429309189934696], [103.68132997173426, 1.429408488306778], [103.68160385236055, 1.4294857543044472], [103.6821077502345, 1.4297725984992498], [103.6824582207877, 1.4302027482966828], [103.6824855977711, 1.4302496204077504], [103.68294012595747, 1.4307652581024022], [103.68313724116453, 1.4310906085233857], [103.68328786365315, 1.4311761103723657], [103.68352615425522, 1.431195474843206], [103.68364120636939, 1.4311514002435684], [103.68380558657526, 1.4310246377474931], [103.68403572180902, 1.4308317318878434], [103.68420008708571, 1.4307545898221232], [103.68433978069945, 1.430746359324197], [103.68482458180205, 1.4307768217878258], [103.68514232945489, 1.4307107499680913], [103.68527382855517, 1.4306225724823918], [103.68532862543987, 1.4305674534413129], [103.68541632318484, 1.4304020741526229], [103.68550400140666, 1.4303028569889662], [103.68564645788105, 1.4302146819964499], [103.68575601940654, 1.4302147126012092], [103.68586556733398, 1.430258851589498], [103.6859203066015, 1.4304022171165556], [103.68593116222321, 1.4307440553511732], [103.68583239276292, 1.4313063995008126], [103.6858214006384, 1.4314276925638498], [103.68584327806722, 1.431548994989127], [103.68587611361974, 1.4316592739653646], [103.68597466789247, 1.4318357328898383], [103.68607323487882, 1.4319680834227604], [103.68617182387246, 1.432023245854736], [103.68636901206922, 1.4321004900937464], [103.68657440752959, 1.4322135746651568], [103.68675241679976, 1.4323101103675795], [103.68690579343446, 1.4323432352141123], [103.68720160627004, 1.4323543452948364], [103.68732558993916, 1.4324025782889604], [103.687643284032, 1.4325900192838035], [103.68792263907648, 1.432703037935021], [103.68807877757308, 1.4327291757911018], [103.68853896095992, 1.43279541245863], [103.68863756851448, 1.4328285092927922], [103.68883476345184, 1.4330160003544052], [103.6890319899229, 1.4330160318564409], [103.689097726117, 1.433049123875255], [103.6894270507407, 1.4333692287984692], [103.6895359465399, 1.4334130854298635], [103.6898044394681, 1.4334563633886541], [103.68999613488569, 1.4334462402974009], [103.69010571122247, 1.4334131765249833], [103.6902152896532, 1.4333608163973357], [103.69038331110866, 1.433229233392944], [103.69054650086868, 1.4331258516635728], [103.69064265757375, 1.433093478857216], [103.69077413814264, 1.4331155535031712], [103.69093848198166, 1.4331817422137467], [103.69112472220255, 1.4333582046350317], [103.69133562236024, 1.433493319388874], [103.6915367591753, 1.4335143022534815], [103.69199664538445, 1.4334644019945553], [103.69250946906915, 1.4334644835259094], [103.69287340495727, 1.4334811996181287], [103.69320423401976, 1.4336311712185015], [103.69346889541637, 1.4337644749510166], [103.6936508488545, 1.4338644496816806], [103.69389895970912, 1.4340477237295661], [103.69406436360106, 1.434181011366338], [103.69439519655434, 1.4343143262873999], [103.69464331782301, 1.4344309687458283], [103.69484181355823, 1.4345309471127201], [103.69504031021057, 1.434630924559576], [103.69521200537287, 1.4347174027727212], [103.6959477440619, 1.4350201713956334], [103.696118355274, 1.4350365551591715], [103.69642863451625, 1.4348603274368423], [103.69646962271271, 1.4348789072921833], [103.69639599116881, 1.435225888157598], [103.69637236950872, 1.4353224498995234], [103.6964154290341, 1.4354456870791616], [103.69649655601386, 1.4355930829424894], [103.69671837065589, 1.4358859817997764], [103.69700391995343, 1.4361622577856268], [103.69719954495687, 1.4364139315368851], [103.69749489992587, 1.436688549460968], [103.69767683432981, 1.4369051286231163], [103.69777607260627, 1.4370217483127303], [103.69794147040975, 1.437205008898508], [103.69800761694047, 1.4373549387517248], [103.69800758172694, 1.437571488045172], [103.69823915211181, 1.4377381023649636], [103.69848728784113, 1.437771456402434], [103.6987354050687, 1.437921415134468], [103.69903312216672, 1.4382379574100244], [103.69916543392382, 1.438421213249844], [103.69939700628082, 1.4385878265620167], [103.69957894101195, 1.4388044046949635], [103.69974434095421, 1.4389710077419313], [103.7000089655823, 1.4393375184445165], [103.7001743480457, 1.4396207252877309], [103.70027358013903, 1.4397706606536287], [103.70038936276137, 1.4398706246953707], [103.70067057584909, 1.439953957273092], [103.70090215860986, 1.4400539389218023], [103.70113373497992, 1.4401872372192928], [103.70118336071732, 1.4402039020680448], [103.70158034371536, 1.4404704875061887], [103.70181192657434, 1.440570469974312], [103.70206005259028, 1.440670454284015], [103.70258966582539, 1.4408250999713053], [103.70304339858677, 1.4410830644632817], [103.7031792073661, 1.4411378765758176], [103.70346692591261, 1.441835471357932], [103.70371305695096, 1.4421316574998193], [103.704745099641, 1.4435378012738367], [103.70485800040998, 1.4436297043815827], [103.70496418414939, 1.4437862427185955], [103.70503230239702, 1.4438477115123074], [103.70528122357373, 1.4439586229553143], [103.7054486318554, 1.4440594027205167], [103.70575909629895, 1.4442967455204871], [103.70619614797725, 1.4446948311940104], [103.70661101833967, 1.4451506147166506], [103.70667780314807, 1.445260877311928], [103.70679037032853, 1.4453433053222537], [103.70694035644995, 1.4454013294200454], [103.70700533314472, 1.4454494324280167], [103.70719157896319, 1.4456632121978252], [103.70732255997113, 1.4457178773160582], [103.70746434970802, 1.4457164337295174], [103.70753215817058, 1.445694382846924], [103.70776512753424, 1.4458426025876565], [103.70796298408925, 1.4460754143321286], [103.70804182396931, 1.4461311337123182], [103.7083572328019, 1.4462910504661013], [103.70860463464822, 1.4464888453153952], [103.70868302968168, 1.4465294129777748], [103.70892477692311, 1.4466077793067083], [103.70949753104115, 1.446895774023519], [103.70983011073551, 1.4471344351979394], [103.7098407166902, 1.4471879016351585], [103.7098246924613, 1.4472124849222048], [103.70984622945913, 1.4473065858280982], [103.7099189802614, 1.447400533988571], [103.7105699630717, 1.4477219895991171], [103.7106227016238, 1.447808756923099], [103.71062321808952, 1.447896561418379], [103.71065162195099, 1.4479621020499034], [103.710758273458, 1.4480201262688053], [103.71109190634624, 1.448314043831525], [103.71130009113196, 1.448410951136551], [103.71140887660953, 1.4485239000372345], [103.7116272720632, 1.4486234567426057], [103.71186979963095, 1.448651216556044], [103.71209536965047, 1.4489175668308596], [103.7124417935357, 1.4491430988870946], [103.71257544445965, 1.4492687481200046], [103.71273057402801, 1.4493543832070315], [103.71318663722825, 1.4494392530004547], [103.71353568549723, 1.4495740124528613], [103.71380416883935, 1.4496264905589555], [103.71412285810828, 1.44972503947906], [103.71498841551966, 1.4499010404971049], [103.7151525102567, 1.4499058368132454], [103.71539271863763, 1.4498489406465376], [103.71548357809822, 1.449947294746441], [103.71568350123273, 1.450119505633753], [103.71588418882658, 1.450209975808687], [103.71686970583877, 1.4503722134812222], [103.71738682060685, 1.4503452667025671], [103.71745984564603, 1.4503558596380106], [103.71762827626029, 1.4504474910117744], [103.71761237753688, 1.4505320706314953], [103.71765475754336, 1.450597762940124], [103.71772020007971, 1.4506109202478814], [103.71781583548915, 1.450660921900658], [103.71837357897444, 1.4506999492770936], [103.71846418507604, 1.4507294786078695], [103.71876818710362, 1.4509001906047652], [103.71931429373011, 1.4511024580927887], [103.71947764729444, 1.45110622670839], [103.71963236005874, 1.451053327560823], [103.71970049238648, 1.4510073830922516], [103.72005396013462, 1.4510444978538588], [103.72036151610972, 1.4511466157864756], [103.72051196188457, 1.451156696124598], [103.7205969440298, 1.4511977557048168], [103.72139409674827, 1.4511914577727922], [103.72168855018255, 1.451168342455393], [103.72176751647469, 1.4511126449158416], [103.72182063357442, 1.4509849064284221], [103.72190000500846, 1.450949964009879], [103.72195735218362, 1.450961484805035], [103.72201730727865, 1.4510244177997076], [103.72220743600646, 1.4511106318902662], [103.72227088306262, 1.451118481269865], [103.72235730209593, 1.4511044046220556], [103.72246727799187, 1.4510335487675519], [103.72250859062754, 1.4509513162676566], [103.72261964962404, 1.4508188408517015], [103.72265773261809, 1.4507379357925265], [103.72277727146204, 1.4506654941402832], [103.72291586972764, 1.4504235190090293], [103.72288665438911, 1.4503507942111535], [103.72287987660287, 1.4500284476192054], [103.72269449462799, 1.4496029922745193], [103.72267207872628, 1.449499001302552], [103.72266375928734, 1.449244121846121], [103.72254905500053, 1.4488907883126931], [103.7224666156148, 1.4488008056650965], [103.7223272985871, 1.4487094374423322], [103.722186956826, 1.4485513272483264], [103.72203131648644, 1.4482633372524092], [103.72194482706827, 1.4480463647865351], [103.72188399649018, 1.4477876274391404], [103.7219045465481, 1.4476770231789682], [103.7219926242692, 1.447644404483448], [103.72211301455205, 1.4476883805074012], [103.72214773711673, 1.447673619416145], [103.72232674267904, 1.4475206445609083], [103.72252327513208, 1.4476689316143982], [103.72259036072475, 1.4476725695430626], [103.72261923000751, 1.4476538624252882], [103.72270265452588, 1.4476820364939473], [103.7227525762268, 1.447754964886182], [103.72274423751868, 1.4478046908207516], [103.72269017835812, 1.447830862211405], [103.72265190584481, 1.447818560104368], [103.72263823553736, 1.4478911715607357], [103.72259150651165, 1.4479303118596731], [103.72249682777408, 1.447868497680274], [103.72248162880425, 1.4478330133859998], [103.72243419751337, 1.4478261134831885], [103.72233760533291, 1.4479744286123066], [103.72226948326129, 1.448163356418489], [103.72239566481551, 1.4483599085277656], [103.72252252053087, 1.4484230392381536], [103.72263527962069, 1.4483815182897553], [103.72271002638402, 1.4483358281687666], [103.72284774348658, 1.4482130994414935], [103.72295264365559, 1.4481480673917615], [103.723082715028, 1.4480900073909044], [103.7236998549017, 1.447953498741023], [103.72397000002829, 1.448003186667569], [103.72418940492604, 1.448033440078048], [103.72424486043649, 1.4480085854692466], [103.72425889489601, 1.447949146049944], [103.72431059800151, 1.4479400497660444], [103.72442809799068, 1.4479750361723223], [103.72444198086173, 1.4480415544798253], [103.72455017004124, 1.4481422305755702], [103.72466452847445, 1.44815980875388], [103.72479422398779, 1.448125041381643], [103.72480940634036, 1.4480950715548866], [103.72491222712826, 1.448180677086803], [103.72493378207774, 1.4483264911303597], [103.72499332596072, 1.4484015687063692], [103.72524957117982, 1.4484801863589507], [103.72538592925973, 1.4485521204308585], [103.72550666316288, 1.4486482608063946], [103.72575856817572, 1.4487082962690327], [103.72579023786119, 1.4486625262086137], [103.72576350684581, 1.4486136649622854], [103.72586027129194, 1.4486006368205162], [103.72600048112781, 1.4488373711334481], [103.72606362857061, 1.4488906202687921], [103.72637460217265, 1.4490266583556375], [103.72749427934234, 1.449662147747559], [103.7279104958169, 1.449826324384596], [103.72818912674958, 1.4499737674410829], [103.72824796767902, 1.449921141740193], [103.72820294512772, 1.4497267325266754], [103.7282351718489, 1.4496628851609854], [103.72835048509386, 1.4497111979515118], [103.72835571447037, 1.4498580168667041], [103.72843882443301, 1.4499493459446346], [103.72884545615541, 1.4500638932885404], [103.72893766843835, 1.4500293238043558], [103.7289515245586, 1.4499963287941222], [103.7289311819071, 1.449940842519059], [103.72858774131888, 1.4496937258788691], [103.72856324193968, 1.449634278301498], [103.72858613970932, 1.4495830463475061], [103.72867741669528, 1.4495449525298802], [103.728774598498, 1.4495629502363925], [103.72886695357002, 1.449686725529704], [103.72908384804546, 1.449874046174159], [103.72921460556586, 1.4499024066955857], [103.72926361594513, 1.449866116909435], [103.72933554139168, 1.449832417370214], [103.73027916799144, 1.4500109855006058], [103.73034976984681, 1.4499959736079875], [103.73063345265528, 1.4496504894656386], [103.73083506994058, 1.4495237106933883], [103.73086729728075, 1.4494844221446048], [103.73067490867693, 1.449350481856232], [103.73043019522628, 1.449044637089691], [103.73043691948129, 1.4489641672481441], [103.73049210495309, 1.4489088942472144], [103.73071898467023, 1.4489180269005115], [103.73076616567488, 1.4488968859661444], [103.73085648378876, 1.4487989829207581], [103.73092349764242, 1.4487807323226134], [103.73097360339469, 1.4488238482610587], [103.73103429449722, 1.4488102186631238], [103.7310449799779, 1.448744812055162], [103.73101156844555, 1.4486606370233046], [103.73094437725538, 1.4486058685062357], [103.73096016198146, 1.4485472710736726], [103.73100760035469, 1.448497648161287], [103.73101782539695, 1.4484201067999698], [103.73098063736593, 1.4483090376724346], [103.73083190266418, 1.4480177665855922], [103.73080565337217, 1.4479648954712752], [103.73072520563885, 1.4479598364240378], [103.73070487689249, 1.448034078210154], [103.73061641623022, 1.4481714332338214], [103.73058299520201, 1.4482587270810905], [103.73057464946356, 1.4483684674375041], [103.73050538172288, 1.4483913989019066], [103.73047914355547, 1.4483709102823616], [103.73034644427287, 1.448341558569453], [103.7303168318444, 1.448281799673799], [103.73031752309956, 1.4481970428794209], [103.73038574135269, 1.4480926608944877], [103.73046410012878, 1.4480316643384037], [103.73051466092431, 1.4480265271560513], [103.73055425710194, 1.448039438733442], [103.73058239940286, 1.448019897654044], [103.73056603776317, 1.4479589609816692], [103.73049489617615, 1.4479282944302794], [103.7303938384319, 1.4478579521399297], [103.73033224922207, 1.4478811136588996], [103.7302883686106, 1.4480256079329625], [103.7302085399424, 1.448022093546169], [103.73015855575161, 1.4479145209908804], [103.73016784314679, 1.4478465613095355], [103.73020380950058, 1.4477882930903445], [103.73024742504404, 1.447623481404161], [103.73032032429845, 1.4475939419373676], [103.73042194643656, 1.4476822738291102], [103.7304746904322, 1.4476458449097707], [103.73047136021701, 1.4476061504913866], [103.73043171079243, 1.4475187755345558], [103.73041575811062, 1.4474160067013881], [103.73045502369283, 1.4472272934213433], [103.7305113046735, 1.4471883622913637], [103.73058458248127, 1.4473127724130053], [103.73063673742854, 1.4475061853121944], [103.73070742189428, 1.4475507003363195], [103.7307674945745, 1.4475604765136878], [103.73080113049598, 1.4475099178653088], [103.73089339019593, 1.4475772210804043], [103.73088777731832, 1.4476824524140586], [103.73095610101863, 1.4477104373909075], [103.73101551651007, 1.447807499861536], [103.73108155085644, 1.447849506867366], [103.73111846199001, 1.4479433750112964], [103.73118465761482, 1.4479759242015529], [103.73125254355433, 1.4479471323848936], [103.73130309480018, 1.4478540559045652], [103.73144152176623, 1.4478224438560687], [103.73167592731966, 1.4476664022160597], [103.73185518370545, 1.4476594240971463], [103.73202948310625, 1.4475582889687215], [103.73215116233193, 1.4474170158665667], [103.73241467722616, 1.447255906498715], [103.73246036343191, 1.4471620266959029], [103.73246258619861, 1.4469465597698925], [103.73227854137293, 1.446889525156256], [103.7321369716774, 1.4468895188065665], [103.73198124196887, 1.446846742711289], [103.73175472179192, 1.4467184234089976], [103.73172639892131, 1.4465758557533204], [103.73164144961413, 1.446461799182484], [103.73152819129416, 1.4464190249730606], [103.73134414137155, 1.4462764493751015], [103.7313158225364, 1.446205165357489], [103.73138661155596, 1.4462621949284806], [103.73151402585508, 1.4462764570501883], [103.73171222855302, 1.4463620050929635], [103.73179718939109, 1.446661398950583], [103.73196708025965, 1.4467612029698556], [103.73209449396035, 1.4467897214277134], [103.73251920482691, 1.4467897395525213], [103.7325475138234, 1.4467184562699618], [103.73246255925976, 1.4465188606203858], [103.73239176733176, 1.4464048038040689], [103.73223603415076, 1.4463192577229336], [103.73215108545683, 1.446190943898673], [103.73220771125288, 1.446176690071017], [103.73236343948626, 1.4461909525095666], [103.73243421838593, 1.4460911592986823], [103.7324625195597, 1.4458915669036574], [103.73251914336947, 1.4458202866946164], [103.73251915613055, 1.4460198794519712], [103.7324908488502, 1.4461339309320538], [103.73246254390214, 1.4462764960499883], [103.73256165587463, 1.446476094140711], [103.73273154065016, 1.446490358092275], [103.7329580483435, 1.4464333409072216], [103.73311376613577, 1.4462765232699746], [103.73309959591006, 1.4460769307847912], [103.73314206084673, 1.4459771353866], [103.73319868897786, 1.4459913942681102], [103.73338272879154, 1.4459771460617423], [103.7335101378459, 1.445905868056386], [103.7336516969766, 1.4457347942864391], [103.73370831168492, 1.4455209458457976], [103.73367998780176, 1.4453783782055551], [103.73362335325112, 1.4452643229543043], [103.73366581199218, 1.4450789875276988], [103.7337082754297, 1.4449506802837708], [103.7337790518783, 1.4448223733827612], [103.73396308660692, 1.44473684056943], [103.73410465853435, 1.444765359531157], [103.73424623338661, 1.444850905765048], [103.73426039725337, 1.4449507027712103], [103.73435950433712, 1.4450790162389653], [103.73445860114006, 1.4450505069410111], [103.73454353495929, 1.444922201537766], [103.73477004071086, 1.4448224132426093], [103.73485497597215, 1.4447226205621884], [103.73516641840448, 1.4445515531808168], [103.73546369806105, 1.4442949451192075], [103.73559109568872, 1.4440668433112631], [103.7357751311955, 1.443981311245227], [103.73595915361534, 1.4436961854769], [103.73612418408652, 1.4431159391929413], [103.73629227906765, 1.4429719040918], [103.73639974600047, 1.4429478861232703], [103.73671068093128, 1.4431682328684274], [103.736870182015, 1.4431660276101324], [103.73718916518504, 1.4429720654051228], [103.73763209758305, 1.442402810643867], [103.7377113635047, 1.4423216212395753], [103.73779349527989, 1.4421701747466695], [103.73771138846826, 1.4419818486475078], [103.73750266270841, 1.4417817903187142], [103.73729157434299, 1.4415229284171287], [103.73698258671588, 1.4413478696010564], [103.73677577986945, 1.4411623073195399], [103.73641926610217, 1.44059205991632], [103.73622645899307, 1.4404395824810219], [103.73623720801307, 1.4403755604121649], [103.7363884621713, 1.4401893894138609], [103.73639074786061, 1.4400910708447283], [103.73649968261192, 1.4399475730801943], [103.73660721458727, 1.4397627160415947], [103.73662707628225, 1.439612669593622], [103.73660009910115, 1.4393885258263768], [103.73661083601078, 1.4390996448820939], [103.73707958298068, 1.439099669356114], [103.73708758592304, 1.4394199831243077], [103.73714745501427, 1.4398880149455457], [103.73729653650928, 1.4402541967272307], [103.73751995176966, 1.4406621966548787], [103.73779185665559, 1.4410392088226538], [103.7379520765199, 1.4411870598516783], [103.7380056836255, 1.4411332615863308], [103.73804749520409, 1.4409413033675103], [103.73805427580719, 1.4406866831102165], [103.73800959785352, 1.4403779752887758], [103.73794991053067, 1.4401372513796449], [103.73801046963638, 1.4400500788116848], [103.73812174966407, 1.4399272900573985], [103.73811994124416, 1.4398297264518887], [103.73807624336979, 1.4396578894119731], [103.7381442696608, 1.4394871061274077], [103.7381634741715, 1.439298717374448], [103.7426238500333, 1.439180717263364], [103.74269991610176, 1.4392505045425865]]]}, "id": "4"}, {"type": "Feature", "properties": {"MSLINK": 8.0, "GDO_GID": 6.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU KEPPEL"}, "geometry": {"type": "Polygon", "coordinates": [[[103.81181524841334, 1.2648047437191832], [103.81196882339715, 1.2647467498779492], [103.81216079783445, 1.2644954392822854], [103.81229517790858, 1.2643794501451056], [103.81241036035983, 1.2643214541547012], [103.81244875979293, 1.2641281392130044], [103.8125831387834, 1.2640314808617936], [103.81273671355291, 1.2639928177753073], [103.8134470207996, 1.263006907225455], [103.813485418797, 1.2628715864798918], [103.8132934574523, 1.262736265765477], [103.81313988500918, 1.2627169346717975], [103.81296711618121, 1.262716935124197], [103.81267916633797, 1.2627169355510488], [103.81241041452918, 1.2627169361013693], [103.81221844993311, 1.262658941229081], [103.81183451817613, 1.2626396099736572], [103.81168094559091, 1.2626396104998032], [103.81150818075494, 1.2624849590132028], [103.8114122000655, 1.2624269639861516], [103.81129701996237, 1.2624269639107646], [103.8112394265222, 1.2625622853627534], [103.81116263520616, 1.2626782740379325], [103.81100906016265, 1.2627556004444962], [103.8108170941991, 1.2627556005870766], [103.81058673362882, 1.2627942646942114], [103.81045235479976, 1.2628715912361588], [103.81035636826967, 1.2629682489144642], [103.81029877387029, 1.2631035694394468], [103.81024117467605, 1.2633742119048852], [103.81024116864721, 1.2635481945455738], [103.81031794956118, 1.2637028470702587], [103.81047151866665, 1.263799505156104], [103.81068267921502, 1.2638961628346768], [103.81081705349763, 1.2639348256137695], [103.8109322303086, 1.264012152535712], [103.81108580035395, 1.2641088096811581], [103.81110499169154, 1.264263461685736], [103.81114337928042, 1.2644181138552155], [103.81129694584666, 1.2646114295181157], [103.8114697108082, 1.2647660819229176], [103.81164247855037, 1.2648047440805936], [103.81181524841334, 1.2648047437191832]]]}, "id": "5"}, {"type": "Feature", "properties": {"MSLINK": 9.0, "GDO_GID": 7.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU BRANI"}, "geometry": {"type": "Polygon", "coordinates": [[[103.8313253968077, 1.2633584464015326], [103.83211242927699, 1.2633778238194702], [103.83255390949317, 1.2638031450698592], [103.83305300290667, 1.2638031741120037], [103.83328336415265, 1.263648534936413], [103.83330254242355, 1.2639385105493839], [103.83566363950145, 1.263957978668442], [103.8356828596269, 1.2635326837990608], [103.83602837073498, 1.263803346358272], [103.83694981825748, 1.263049466517427], [103.8370074043378, 1.2630881334687636], [103.8369689908019, 1.263455431444757], [103.83716094967123, 1.263474774631562], [103.8374681016602, 1.2631654858290684], [103.83746811650751, 1.2628948428273628], [103.83710339337799, 1.2629141542926834], [103.83819762456994, 1.2617929830557308], [103.83842797051055, 1.26187032210406], [103.83948379702434, 1.2609424656626447], [103.83995605494573, 1.2604669158787862], [103.839744913865, 1.2602155933553747], [103.84016724756034, 1.2597903209267023], [103.84039758565969, 1.260002981757018], [103.84201012325728, 1.25851453753451], [103.84252846086616, 1.257625311540052], [103.84189501912972, 1.2572386451776525], [103.84187583314879, 1.2570646598663289], [103.84137675714905, 1.2567553260924984], [103.84103122683263, 1.2568519648817902], [103.84095445828405, 1.2565619876736998], [103.84064732717628, 1.2565233070530533], [103.84041696360538, 1.256755272818808], [103.84028259807612, 1.2566586074050006], [103.84047457185721, 1.2563879756268437], [103.83657793017575, 1.2543192744426555], [103.83093422808855, 1.2563680955422378], [103.8309341559932, 1.257585987752115], [103.83047351934154, 1.2565033899047713], [103.82991682496093, 1.2567353353684896], [103.82926416420794, 1.256754628152507], [103.82926417990174, 1.2564839860418244], [103.82863071723114, 1.2564839478926515], [103.82803559866426, 1.257257176197102], [103.82736948672938, 1.257295799280479], [103.82669762119416, 1.2574504115236584], [103.82598735180271, 1.2578176686571125], [103.82523867752724, 1.258378238938126], [103.824585978335, 1.2590161415824024], [103.82431720539657, 1.2595187469802949], [103.82412521736293, 1.2599826937280347], [103.82428069115069, 1.2602262994788522], [103.82441507060538, 1.2600716544220805], [103.82479896970882, 1.2603809847462066], [103.82472217905345, 1.260496969312403], [103.82581629952762, 1.261250969013426], [103.82606586296674, 1.2609610103889837], [103.82608503846156, 1.2613089802779662], [103.82691043099102, 1.2618116529830405], [103.82733274556306, 1.2617343515848574], [103.82967455510322, 1.263261689285148], [103.82996250252809, 1.2631070541038556], [103.83009687075192, 1.2631650566334056], [103.83040397958784, 1.2635903708446774], [103.83061514840254, 1.2633584041506978], [103.83082630347948, 1.263358417025473], [103.83084548512512, 1.2635903966301507], [103.83130618599355, 1.263609755871517], [103.8313253968077, 1.2633584464015326]]]}, "id": "6"}, {"type": "Feature", "properties": {"MSLINK": 10.0, "GDO_GID": 8.0, "MAPID": 0.0, "COSTAL_NAM": "ISLET"}, "geometry": {"type": "Polygon", "coordinates": [[[103.81421683817078, 1.2525078117820705], [103.8148119275851, 1.2520825040319181], [103.81492710633887, 1.2520825057526006], [103.81494630303708, 1.2520051763420346], [103.8149271079567, 1.2518505171141225], [103.8148119305185, 1.2517925193644084], [103.81475434114797, 1.2517925189544352], [103.81460077085366, 1.2518118504675813], [103.81442800280881, 1.2519278430866414], [103.81400568099401, 1.2521791594289429], [103.81396728706596, 1.252275821301859], [103.81396728635653, 1.2523724825554825], [103.8140056790115, 1.2524498132905186], [103.81406326617547, 1.252507809745895], [103.81414005172385, 1.2525078112172938], [103.81421683817078, 1.2525078117820705]]]}, "id": "7"}, {"type": "Feature", "properties": {"MSLINK": 11.0, "GDO_GID": 9.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU PALAWAN"}, "geometry": {"type": "Polygon", "coordinates": [[[103.8147849560647, 1.2495793297616253], [103.81564879708336, 1.2489993555549435], [103.8157639781423, 1.2487673640698695], [103.8156871933465, 1.2486707013906693], [103.81561040790895, 1.2486707008708486], [103.81536085364412, 1.248806028362291], [103.8152072813332, 1.248883359562309], [103.8150729063156, 1.2489220229481293], [103.8148617454436, 1.2490186854329366], [103.81472736973443, 1.2491540127702871], [103.81463138601639, 1.2493280065060015], [103.81461218891904, 1.2494633346592652], [103.81466977755659, 1.2495599972320754], [103.81470816983881, 1.2495599975062843], [103.8147849560647, 1.2495793297616253]]]}, "id": "8"}, {"type": "Feature", "properties": {"MSLINK": 12.0, "GDO_GID": 10.0, "MAPID": 0.0, "COSTAL_NAM": "ISLET"}, "geometry": {"type": "Polygon", "coordinates": [[[103.82846051288375, 1.2410459233217428], [103.8289404218868, 1.240620605728485], [103.82898163808477, 1.2406324565988338], [103.82902380315012, 1.240628765049468], [103.82905560014834, 1.2406206050140376], [103.82907880010865, 1.240584462095761], [103.82909399242624, 1.2405432746151828], [103.82910446479255, 1.2405032383838386], [103.82909896689449, 1.2403943274804377], [103.82909399360166, 1.2403692819820467], [103.82908980024536, 1.2403334094244935], [103.82907146859478, 1.2403057204449235], [103.82904213630164, 1.240283568875535], [103.82901720855733, 1.2402726187806623], [103.82899630529532, 1.240266954706903], [103.82894680828277, 1.2402669555291774], [103.82890203120937, 1.2402726194934834], [103.82887347879101, 1.240278031166693], [103.82883131461394, 1.2402909526651087], [103.82878685289693, 1.240311285431847], [103.82813417536303, 1.2408719309685956], [103.82809985253077, 1.2409185843887953], [103.82808152075181, 1.2409591957765314], [103.82807658685827, 1.2410072591603134], [103.82808152054791, 1.2410625701466216], [103.82810168603503, 1.2411142564674904], [103.82813417479679, 1.2411619192917653], [103.82816768163347, 1.2411862494951498], [103.82822267939221, 1.2412065553147924], [103.82826854905255, 1.2412199173996077], [103.82831067456257, 1.2412323986247529], [103.82834733887009, 1.2412287070757753], [103.8283837273399, 1.241219916714699], [103.82841516853412, 1.2412102463965113], [103.8284316672786, 1.2411917874289808], [103.82845183292918, 1.2411585592798648], [103.82846051274221, 1.2411232537824184], [103.82846051288375, 1.2410459233217428]]]}, "id": "9"}, {"type": "Feature", "properties": {"MSLINK": 13.0, "GDO_GID": 11.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SUBAR DARAT"}, "geometry": {"type": "Polygon", "coordinates": [[[103.833689961675, 1.2163227835103734], [103.83368997333022, 1.216128554765216], [103.83357747727518, 1.215966691460867], [103.83351319651426, 1.2158372026209787], [103.83348106376559, 1.2156267866409707], [103.83348107274283, 1.2154811150813734], [103.8334167919975, 1.215335439906926], [103.83325608252208, 1.2151412030212383], [103.8331275102816, 1.2150440814061387], [103.83295072458851, 1.214914585305986], [103.83261322320853, 1.2146555948834925], [103.83251678909318, 1.2146717748572033], [103.83250071102101, 1.2147688874171918], [103.83254891453517, 1.21499548974682], [103.83251676019489, 1.2151573449160453], [103.83240424527045, 1.2153191955362463], [103.83233995282907, 1.215383934509768], [103.83225959043702, 1.2154163017161668], [103.83214708544085, 1.2154162944338722], [103.83200243603964, 1.2154001007993456], [103.83197029524526, 1.2153515408835354], [103.83195423436912, 1.215157312128825], [103.83197030974323, 1.2151087558547309], [103.83193816805434, 1.2150601977471653], [103.83185780567587, 1.2150763786098122], [103.83172922168362, 1.2151896711018964], [103.83169706909901, 1.2153353390248802], [103.83168098826857, 1.215481009670357], [103.83163276211229, 1.215642863914038], [103.83163274940142, 1.2158532771827861], [103.83163274213227, 1.215982763314582], [103.83163273305594, 1.2161284348735657], [103.83168094741221, 1.216176993898729], [103.83174523535762, 1.2161769975550276], [103.8318738121383, 1.2161931911946753], [103.83200238620117, 1.2162579411100662], [103.83208274680923, 1.2162579456705702], [103.83222739354785, 1.2163065119640348], [103.83229167606802, 1.2164036290753404], [103.83227559978086, 1.216484557109808], [103.83217916107164, 1.2165816651118109], [103.83208271692719, 1.2167597020552203], [103.83216307392813, 1.216824450131008], [103.83224343364795, 1.2168406410183101], [103.83230772250761, 1.2168406446611402], [103.83240415489304, 1.216856835549725], [103.8328220387943, 1.216743560280473], [103.83288632765168, 1.2167435639094253], [103.833047053396, 1.2166788312660632], [103.83322384909863, 1.2166464703726212], [103.83335242860558, 1.2166141058508275], [103.83354529875753, 1.216549374081475], [103.83367388094551, 1.216468454166781], [103.833689961675, 1.2163227835103734]]]}, "id": "10"}, {"type": "Feature", "properties": {"MSLINK": 14.0, "GDO_GID": 12.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SUBAR LAUT"}, "geometry": {"type": "Polygon", "coordinates": [[[103.83544189524562, 1.2152060723237792], [103.8356508387866, 1.2151251558667826], [103.83579549525108, 1.2149956786490885], [103.83587586113723, 1.214914755054416], [103.8360526628676, 1.2147690941733442], [103.83619731932808, 1.2146719886930586], [103.83639020513841, 1.2143320999292673], [103.8364062839494, 1.21421880101392], [103.83640629187157, 1.214073129453001], [103.83632593397031, 1.2140245678348747], [103.83621342020082, 1.2141702331882702], [103.83610091435779, 1.2141702269759718], [103.83598841029597, 1.2141540344270554], [103.8358276918405, 1.2140892829228842], [103.8357151904367, 1.2140245331754702], [103.83557055527837, 1.2137817401294213], [103.83549020005765, 1.2136846203946146], [103.83537770222404, 1.2135551289223672], [103.83524913709131, 1.2133447076054678], [103.83523307421856, 1.2131828506272173], [103.83518486518805, 1.2130533618132697], [103.83512058530752, 1.2129076866769917], [103.83500808840223, 1.2127458234286508], [103.83499202822324, 1.2125515937840001], [103.83502418060868, 1.2124221103419788], [103.83513668548107, 1.2124221165994757], [103.83524918946632, 1.212438309184389], [103.83528133561802, 1.2124059392101585], [103.83524919391338, 1.2123735665689883], [103.83508848002103, 1.2122278860719315], [103.83481525505944, 1.2121954991021329], [103.83475096630956, 1.212195495519309], [103.83457417358774, 1.2121792993264682], [103.83439737997583, 1.2121792894541654], [103.83425273073867, 1.212179280463822], [103.83409200797085, 1.2121954568980746], [103.83401164390075, 1.212244009585437], [103.83396342420762, 1.2123087494995575], [103.83396341883524, 1.2123896775427894], [103.83402770669534, 1.2124058665721942], [103.83410806808818, 1.2124058719764454], [103.83420449942862, 1.212422062800905], [103.83430092541936, 1.2125515543292837], [103.83433306532967, 1.2126162987416014], [103.8343652025705, 1.21274578576878], [103.83433305461875, 1.2128105265874365], [103.83426875959807, 1.2129076373681011], [103.8341080287422, 1.2130694853656068], [103.83404373639449, 1.21313422347663], [103.83396337498391, 1.2131504044025125], [103.83383480639736, 1.2130047265367374], [103.83372230687579, 1.2128914204221621], [103.833577660292, 1.2128428551124042], [103.83344907737467, 1.212939961356708], [103.83340085136867, 1.2131018147309207], [103.83336869260992, 1.213344597955304], [103.83341689976325, 1.2135064576568788], [103.83349725221217, 1.2136521337367396], [103.83377046296704, 1.2139273067758052], [103.83385082440476, 1.2139273112833568], [103.8339472522181, 1.2140082456358727], [103.8340276056046, 1.2141377353673959], [103.83414010429189, 1.2142510414681125], [103.83426867473955, 1.2143643493671985], [103.83439724341987, 1.2145262135425652], [103.83442937621989, 1.2147204431814462], [103.83444544262161, 1.2148175584528185], [103.83449365343154, 1.2149146755190547], [103.8345740086531, 1.2150117943784198], [103.83468650561838, 1.2151574713103295], [103.83476685996403, 1.2152707764955157], [103.83494364665565, 1.2153840861438916], [103.83507222520453, 1.2153840942029508], [103.83521687816113, 1.2153193587262672], [103.83544189524562, 1.2152060723237792]]]}, "id": "11"}, {"type": "Feature", "properties": {"MSLINK": 15.0, "GDO_GID": 13.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU TEKUKOR"}, "geometry": {"type": "Polygon", "coordinates": [[[103.83618015784538, 1.23357686510829], [103.83639929020438, 1.2334746363178468], [103.83659667106296, 1.2333218489958164], [103.8367150718107, 1.2331651250590767], [103.83687131084685, 1.2328161773238477], [103.83693561323865, 1.2325733958578853], [103.83720886571085, 1.2321687697869843], [103.83751427056787, 1.2316184739034537], [103.83772322839525, 1.2312947713875912], [103.8380125489868, 1.2309548887146713], [103.83833401059516, 1.2306635649387279], [103.83867154317785, 1.2304207982720634], [103.83883227651914, 1.2302265791677722], [103.83886443065862, 1.2300647239410571], [103.83905730160268, 1.2299838072563516], [103.83934661150042, 1.229821965925975], [103.83949127291545, 1.2296277459132856], [103.83955557158805, 1.2294658924116133], [103.83955557761541, 1.2293525926235542], [103.83965202167664, 1.2291583700011417], [103.83965202687756, 1.2290774419685195], [103.83976454537736, 1.2288508493564032], [103.83979669944458, 1.2286889941170727], [103.83978063964467, 1.2284623936743475], [103.83970027949617, 1.2284300166862439], [103.83955563025283, 1.2284138234641249], [103.83941098101121, 1.2283976293297494], [103.83923418116326, 1.2284947341436983], [103.83913774227688, 1.2285918423888527], [103.8389930826205, 1.2287536915322097], [103.83878413293436, 1.2289317217042448], [103.83865554770838, 1.229061200848911], [103.83859125332538, 1.229142124488014], [103.83843052437027, 1.2292554155463937], [103.8383180100835, 1.229401080973624], [103.83818942307407, 1.2295629300423487], [103.83807691050127, 1.22967622370351], [103.8379322542337, 1.2297895156070373], [103.8378479750517, 1.2299548346313127], [103.83783165623876, 1.2300288632885685], [103.83781467243266, 1.2300508855164882], [103.83775264219798, 1.230085886366018], [103.83764293113931, 1.230177955454844], [103.83749826956077, 1.2303721753665962], [103.8373696841796, 1.2304854681181312], [103.83728931700183, 1.2305825771750434], [103.8370482128277, 1.2309386478415623], [103.83698391924992, 1.2310195732496259], [103.83691962391445, 1.2311328686026737], [103.83685532328867, 1.231327093794449], [103.83677495784343, 1.2314080174098394], [103.83675887894753, 1.2315213163130772], [103.83669457654439, 1.231747912351247], [103.83663027766482, 1.2319259512070009], [103.83653383680279, 1.2320554311108498], [103.8365177587722, 1.232152544586756], [103.8364534545743, 1.2324115114687384], [103.83645345281494, 1.2324438823193817], [103.83642130116021, 1.2325733666639436], [103.83629270946365, 1.2327999582431202], [103.83626056484371, 1.2327999564701477], [103.83618020108192, 1.2328323237909293], [103.83611590743266, 1.2329132482725869], [103.83608375662135, 1.2330103608577703], [103.83601945943572, 1.2331560279423277], [103.83600337696802, 1.23333406944484], [103.83601944353818, 1.2334311846929276], [103.83606765473819, 1.233528300812166], [103.83611587123197, 1.2335283034749647], [103.83618015784538, 1.23357686510829]]]}, "id": "12"}, {"type": "Feature", "properties": {"MSLINK": 16.0, "GDO_GID": 14.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SERINGAT"}, "geometry": {"type": "Polygon", "coordinates": [[[103.85177057405612, 1.22794509663321], [103.85160985125496, 1.227945087795882], [103.85130447928015, 1.2279450726964525], [103.85114375647858, 1.227945063830923], [103.8510794673579, 1.2279450606437348], [103.85091874941843, 1.227864123734551], [103.85080624787692, 1.2277831892118702], [103.85075803455864, 1.2277022578808923], [103.85064552985105, 1.227686066860623], [103.85061338449911, 1.227702250686336], [103.85058123268472, 1.227831735201015], [103.85058122712124, 1.2279450349858998], [103.85054907858597, 1.228025961415837], [103.85053300506095, 1.228042146040749], [103.85038835100335, 1.2281230668643526], [103.85014726314508, 1.2281877974410802], [103.85005082386922, 1.2283010915041863], [103.84977758352417, 1.2285438628309269], [103.84968114252138, 1.2286733441145725], [103.84964899234984, 1.2287866413839348], [103.84963290270868, 1.2291103545067992], [103.84963289790636, 1.2292074679616982], [103.8496489625424, 1.2293531403060474], [103.84972931713837, 1.2294826295416297], [103.8498578865656, 1.2296444938464883], [103.84990610139022, 1.2296768671087974], [103.85000253513391, 1.229676871930743], [103.85009896967509, 1.2296606913241934], [103.85017933635922, 1.2295635809782206], [103.85025970054586, 1.2294988432885554], [103.85034006562715, 1.229434104692107], [103.85045257358807, 1.2293855531197713], [103.85056508154487, 1.2293370024470696], [103.85070973417865, 1.2293046387930362], [103.85082224064615, 1.229304644384434], [103.850982962737, 1.2293208377888314], [103.8511597558777, 1.2293532183092017], [103.85138476543949, 1.2293856012032114], [103.85149726864404, 1.2294341648493723], [103.8516579874831, 1.2294989153916929], [103.85183477670756, 1.2296122247997203], [103.8519312024709, 1.2297579001837624], [103.85199548309994, 1.229952132064727], [103.85209190809888, 1.230113993771359], [103.85217226047982, 1.2302920401087212], [103.85215618302594, 1.2303891536756006], [103.85207581481875, 1.2305186349296233], [103.85189901035461, 1.2306804831860347], [103.85177042568395, 1.230809961150718], [103.85181863976518, 1.2308585216107564], [103.85194721342758, 1.2309556413980915], [103.85210793326718, 1.2310203919108416], [103.85226864986289, 1.2311337004962934], [103.85239722355458, 1.231230822069867], [103.85252580105362, 1.2312308283764317], [103.85260616613046, 1.2311660888078118], [103.8526061716066, 1.231052789931316], [103.85260617485203, 1.2310042318487793], [103.85263832414141, 1.2309071199715125], [103.85278297984058, 1.2307938272721066], [103.85284727461257, 1.2306967169649332], [103.85300800303656, 1.2305834250393786], [103.85316873312442, 1.2304539476795804], [103.85331338799853, 1.230356841280576], [103.85342589684072, 1.23030828958267], [103.85360269473173, 1.230243556486568], [103.85381163410013, 1.230243566637776], [103.85426165742328, 1.2302435893503574], [103.85458310252464, 1.2302597912097462], [103.85472775271838, 1.2302597981857575], [103.85496883821007, 1.2302274398503554], [103.85509741962701, 1.2301627034308025], [103.85529028790955, 1.2301465272686718], [103.85561173223904, 1.2301789153322251], [103.85583674039175, 1.2302436686950455], [103.85609389238125, 1.230324609900195], [103.85623853725363, 1.2304379165725443], [103.85638317834025, 1.2306321521666936], [103.85651174746057, 1.2308102006599462], [103.85652781475599, 1.2309073157776795], [103.85657602892357, 1.2309558752452552], [103.85668853001145, 1.231052995844728], [103.85676888665121, 1.2311662985304024], [103.85672066400303, 1.2312795960211047], [103.85657600679113, 1.2314090752611304], [103.85638313614902, 1.2314738077906706], [103.85630277115615, 1.231538545663573], [103.85627062275312, 1.2316194730628969], [103.85635098077334, 1.2316842194884108], [103.85651170379334, 1.2316842280346194], [103.85668849866586, 1.2316842364293852], [103.85694565549716, 1.2316842495232434], [103.85723495693176, 1.2316842632065754], [103.85749211361629, 1.2316680908233832], [103.85770105684759, 1.2315871726416265], [103.8577814195542, 1.2315709900945155], [103.85782963750992, 1.231538621514154], [103.85786178436354, 1.2314900667534765], [103.85791000396563, 1.2314415118433346], [103.85792607971598, 1.2313767690938864], [103.85797430216591, 1.2312472870626798], [103.85797430681403, 1.2311663581339667], [103.85797431656322, 1.230955944004341], [103.85791003502499, 1.2308102694544436], [103.85784575499541, 1.2306322240545287], [103.85779754832193, 1.230421808560518], [103.85765290263431, 1.230324687398619], [103.85762076421054, 1.2302113861067538], [103.85755649098837, 1.2298876691674787], [103.85744399684432, 1.2296610643053598], [103.85731542696543, 1.2294992003758203], [103.85696185173579, 1.2291754697395003], [103.85692971108628, 1.2291107256149352], [103.8567529216862, 1.228997416549082], [103.85652791513554, 1.228900291508561], [103.85628683586681, 1.2288031656832497], [103.85604575827551, 1.2286898544111091], [103.85569217031617, 1.2286412785298473], [103.85562787812329, 1.2287060189600805], [103.85567609070658, 1.2287869492949828], [103.85569215872236, 1.2288678789955056], [103.85567608293177, 1.228932620829017], [103.85540283831367, 1.2292563207535658], [103.85512959593169, 1.2295314634724523], [103.85480814245439, 1.2296933040608966], [103.85432596679723, 1.229838950515296], [103.85410095407222, 1.2298713104747965], [103.85365093391549, 1.2298065451309483], [103.85324913565202, 1.2296284822802162], [103.85286342122974, 1.229240006918367], [103.85259021493158, 1.2288191643557895], [103.85236521626554, 1.2285439965722338], [103.8523812991892, 1.2283335841240688], [103.85234916414827, 1.2281555401580215], [103.852365240799, 1.2280746120136425], [103.85241346111097, 1.2279936863515297], [103.85241346749581, 1.2278803856634666], [103.85236525581043, 1.2277832698418114], [103.85225275277402, 1.2277508916560398], [103.85210810024337, 1.2277832572017262], [103.85197951807852, 1.2278641779975956], [103.85189915387063, 1.2279127312181268], [103.85180271940375, 1.2279289118892192], [103.85177057405612, 1.22794509663321]]]}, "id": "13"}, {"type": "Feature", "properties": {"MSLINK": 17.0, "GDO_GID": 15.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SAKIJANG PELEPAH"}, "geometry": {"type": "Polygon", "coordinates": [[[103.85472803090884, 1.2247890386842228], [103.85477625199049, 1.22470811297944], [103.85487269016937, 1.224611003267889], [103.85493698536052, 1.2244815202503787], [103.85504949776995, 1.2243520413605302], [103.85514593669406, 1.2242387462140658], [103.85529059283029, 1.2241254533803696], [103.85540309971223, 1.2240930879311653], [103.85559596679343, 1.2240930971791868], [103.85569239943543, 1.2240931027023363], [103.85572454394891, 1.2240931042411527], [103.8557727611684, 1.2240931065486467], [103.85577275492209, 1.2242064063331475], [103.85583704485023, 1.2242064094083962], [103.85591740658647, 1.224206413250282], [103.85601384470596, 1.2241093034981323], [103.85611028358046, 1.2239960092218287], [103.85614243494871, 1.2238503401210399], [103.85611029590862, 1.2237532233234263], [103.85611030429061, 1.2235751809339004], [103.85617459330506, 1.223575184001296], [103.85620674314234, 1.2234618866540896], [103.85631925620908, 1.2233162213820423], [103.85649605902815, 1.2231543728356353], [103.85660856737263, 1.223089636486065], [103.85667285789268, 1.2230572677870277], [103.85675322186891, 1.2230087144246022], [103.85686573171614, 1.222911606309719], [103.85691395194323, 1.2228468650877122], [103.85709075318329, 1.2227173891615961], [103.85726755667187, 1.2225393560442162], [103.85746043509484, 1.222312764685939], [103.8575890175822, 1.2222156573001342], [103.85765331032827, 1.2221347323025022], [103.8578140387927, 1.2220052546670672], [103.85799083978664, 1.2218595923529785], [103.85813550167599, 1.2216168141579442], [103.85824801695976, 1.2214387779558362], [103.85832838760017, 1.2212445530074592], [103.85839268868612, 1.2210017710275338], [103.85845698826438, 1.2207913598962634], [103.85845700098555, 1.2205162040501296], [103.85842486265338, 1.220402902757947], [103.85836057671106, 1.2203381571378384], [103.8582159285528, 1.2203057776897435], [103.8580873529329, 1.2202572144683765], [103.85787842411804, 1.220046790491364], [103.8577177109729, 1.2198687396216725], [103.85755700025508, 1.2196583187951262], [103.85738022292324, 1.2193184101768013], [103.85738022745267, 1.2192212958149853], [103.85754095877616, 1.2190270755899326], [103.85762132638558, 1.2188975950749756], [103.8576052613917, 1.218751922773466], [103.85754098093116, 1.218590062769492], [103.85754099073364, 1.218379648619365], [103.85757314361601, 1.2182177931680587], [103.85763743928405, 1.2180721255634366], [103.85778209498866, 1.2179588325979251], [103.857830311952, 1.217942649444796], [103.8580874719764, 1.2178455480921573], [103.85807140546297, 1.2177322475482875], [103.8580553359467, 1.2176836896110756], [103.85791069244567, 1.2175541966845713], [103.85776604444149, 1.2175218181126883], [103.85738031665045, 1.2174246855348618], [103.8570588724524, 1.217440855739056], [103.85699458041324, 1.2174894089674613], [103.85710708335719, 1.2175541569094357], [103.85718744021545, 1.2176350896543517], [103.85718743945921, 1.2176512759844504], [103.85721958238375, 1.2176836483582003], [103.85718743251081, 1.2177807611989842], [103.85705884718816, 1.2179426111720117], [103.85702670123369, 1.2179749814036476], [103.85694633665256, 1.2180397201988244], [103.85678561444593, 1.2180397116631738], [103.85667310935045, 1.2180397063155306], [103.8563355846537, 1.2182015463107319], [103.85625522170933, 1.2182500996597327], [103.85623914599077, 1.2183148405959814], [103.85620699773598, 1.2183957679996034], [103.85607841461376, 1.2185090616492438], [103.85601412190391, 1.2185899866104215], [103.85590161130365, 1.2186870946897344], [103.8558694592146, 1.2188489501224373], [103.85578908756567, 1.219043174098076], [103.8556283591752, 1.2191726516130492], [103.85559621075939, 1.2192373935836365], [103.85545155502608, 1.2193668709543706], [103.85527475545639, 1.2194639768254774], [103.85511403252518, 1.2194963399468863], [103.85506581308132, 1.2195448939032327], [103.85495330561396, 1.2195934456660849], [103.85485686915368, 1.2196581836250802], [103.85472828591492, 1.2197714763065446], [103.85459969778259, 1.2199495124936581], [103.854455041191, 1.2200951770458193], [103.85443896310198, 1.2202084760572747], [103.85439074054277, 1.220321772608894], [103.85410142870661, 1.2205645435972852], [103.85397284771861, 1.2206292799657816], [103.8538442659485, 1.2207102026582617], [103.85379604257946, 1.2208396846250296], [103.85366745134957, 1.2210986497050658], [103.8535227962021, 1.2212119415473026], [103.85344242820753, 1.2213252374203654], [103.85323348173529, 1.2214870832944362], [103.85310489432234, 1.2216651194103982], [103.85292809463442, 1.221778409649965], [103.85273521273355, 1.2220697423904812], [103.85263876908515, 1.222280151814722], [103.85260661664597, 1.2224258208779528], [103.85255838770438, 1.2226686035146694], [103.85255838613763, 1.2227009752702698], [103.8525905234712, 1.2228304620607322], [103.8525744445063, 1.222959947390174], [103.85252622115273, 1.2231056156634166], [103.85236549146629, 1.2232350920806063], [103.85234941887899, 1.2232512785252028], [103.85225297818678, 1.2233807580939067], [103.8522208264999, 1.2235102417262755], [103.85225296786662, 1.2235749859136142], [103.85231724982003, 1.2237206606168445], [103.85231724275754, 1.223866332159496], [103.85223687149397, 1.2240443706024058], [103.85223686352889, 1.2241900421447787], [103.85225292748667, 1.2243518999027119], [103.85218862745607, 1.2245784954102417], [103.85215647732392, 1.2246756072857543], [103.85201181720394, 1.2248860143126745], [103.85197966627527, 1.224999312515742], [103.85185108345067, 1.225096420539228], [103.85177071065566, 1.2253230152435923], [103.85162605599234, 1.2254201224632348], [103.8515135441619, 1.2255334157854734], [103.85140103717082, 1.2255657810717786], [103.85120816997939, 1.2255657715216974], [103.85103136657551, 1.2257114333925105], [103.85083848429849, 1.22601895142], [103.85083847784622, 1.2261322512062767], [103.8508706152463, 1.2262779243444906], [103.8510795511423, 1.2263426782254627], [103.85125634656815, 1.2263426869880274], [103.8514492137063, 1.2263265102041525], [103.85154564890738, 1.2262941441212543], [103.8517063747627, 1.2262294103585358], [103.85180281310747, 1.226132300756594], [103.85191532416324, 1.226035192847711], [103.85204390860206, 1.225905713970604], [103.85218856495962, 1.2257924222075183], [103.85236536426952, 1.2257115019618807], [103.85251001422073, 1.2257115099671039], [103.85262251963842, 1.2257115154845584], [103.85267073688776, 1.225711517847721], [103.85278323917838, 1.225776265963648], [103.85284752187869, 1.2258895688956304], [103.85289573354635, 1.2259866865189133], [103.8529760897553, 1.2260838039040522], [103.85305645154898, 1.226083807831316], [103.85318502880145, 1.2260838150142659], [103.85339396940343, 1.2260514543534518], [103.85349040624625, 1.2260029018710155], [103.85360291723475, 1.2259057929873651], [103.85361899383535, 1.2258248666435974], [103.85472803090884, 1.2247890386842228]]]}, "id": "14"}, {"type": "Feature", "properties": {"MSLINK": 18.0, "GDO_GID": 16.0, "MAPID": 0.0, "COSTAL_NAM": "KUSU ISLAND(PULAU TEMBAKUL)"}, "geometry": {"type": "Polygon", "coordinates": [[[103.8586751286163, 1.2235716488488593], [103.85857985358915, 1.2237000605743364], [103.85845897555936, 1.2238606317661354], [103.85844784666224, 1.223877482908671], [103.8584258888982, 1.2239031471924666], [103.85841395943172, 1.223921212000561], [103.85840208850986, 1.223954468335464], [103.85839939316364, 1.223977116379683], [103.85840208627708, 1.2240043069998445], [103.85842224775763, 1.2240596838072058], [103.85844974071836, 1.224164900113926], [103.85844973917895, 1.2241925890646357], [103.85797463135854, 1.2246111572503644], [103.85791033255617, 1.2248215674622673], [103.85792639760905, 1.2249672397542706], [103.85799067900223, 1.2251129143129809], [103.85813532366811, 1.2252262208904219], [103.85834425830008, 1.2253395313782192], [103.85856926984248, 1.2253233564910764], [103.8587460657862, 1.2252909939079788], [103.85890678842132, 1.2252910014124956], [103.85900322200231, 1.225291006814913], [103.85911572888502, 1.2252586412090825], [103.85913180457231, 1.2251938984506983], [103.85900322795801, 1.2251615207050663], [103.85892286709365, 1.225161516956846], [103.8588264364994, 1.2250967698529083], [103.85884251442917, 1.2249834708221432], [103.85889073837006, 1.2248378015379686], [103.85892288661667, 1.22475687501037], [103.85897110608103, 1.2247083209857657], [103.85901932464513, 1.2246597651515858], [103.85924434222589, 1.224530291331736], [103.85927648748665, 1.2245141074029489], [103.85942114049142, 1.2244655569512661], [103.85958186217799, 1.2244655644160987], [103.85974258624313, 1.2244332010220391], [103.85983902127191, 1.2244008346413175], [103.85995153196099, 1.2243037254939253], [103.86025691856958, 1.2240123983488551], [103.8604819323566, 1.2239638515491242], [103.86062658220578, 1.2239638582109102], [103.86078730475943, 1.2239638665080461], [103.86089981009758, 1.223963871677223], [103.86104446084478, 1.2239638783163178], [103.86126946347923, 1.2241419319144589], [103.86136589336513, 1.2242228652586367], [103.86149446906177, 1.2242552428908096], [103.86157483152512, 1.224239061137659], [103.86165519308894, 1.224222879382115], [103.86173555683636, 1.2241581404467388], [103.86188021649242, 1.223980105563657], [103.86194451368209, 1.223818251534977], [103.86208917150937, 1.2236402157365114], [103.86210525219879, 1.2234621740861824], [103.86213740340897, 1.2233326894395709], [103.86216955299193, 1.2232193911213054], [103.86223385087244, 1.2230413516611478], [103.86241065620862, 1.2228147610326376], [103.86253924939071, 1.222474867523731], [103.86266784271692, 1.2221511603373685], [103.86274821901281, 1.221843636387873], [103.86274822696019, 1.2216655940052374], [103.86273216239411, 1.221503736319525], [103.86268394901367, 1.221438991534272], [103.86255537705739, 1.221325685024283], [103.86252323619807, 1.2212447555397414], [103.86229823227856, 1.2210990737934078], [103.8622500174646, 1.221066699849022], [103.86218572633506, 1.221115254105074], [103.86220179449481, 1.2211961828634337], [103.86221786483276, 1.2212285544433366], [103.86225000205522, 1.2213904128636408], [103.86224999987867, 1.221438970946221], [103.86224999680363, 1.2214875281244282], [103.86220177762843, 1.22155226763146], [103.86202497889589, 1.2216331885208254], [103.86194461232007, 1.2217626691626955], [103.86167137410926, 1.2219568845114706], [103.86143028652683, 1.2220539869467968], [103.86133384867794, 1.2221510968906864], [103.86123741374801, 1.2221834642281675], [103.86109275870237, 1.2222805701454296], [103.86107668397668, 1.222345312915617], [103.86096417487525, 1.2224100503554571], [103.86075523318794, 1.2224747824528912], [103.86062665668608, 1.222442404782499], [103.86057844186713, 1.2224100317127076], [103.86048201207012, 1.2223290983369384], [103.860482016486, 1.2222319839796638], [103.86049809359572, 1.222134870363144], [103.86054631355809, 1.2220539445568361], [103.86057846352035, 1.2219730180093795], [103.86057846646216, 1.2219082754058725], [103.86051417511933, 1.2219406432933881], [103.86043381050804, 1.2220053821921997], [103.86040166454755, 1.2220377524635986], [103.86028915101905, 1.2221996033283644], [103.86024093252124, 1.2222481582805858], [103.86016056641844, 1.2223452689253258], [103.86012841749833, 1.22244238089267], [103.86011233963553, 1.2225556799318515], [103.8600159002433, 1.2226851606787723], [103.85996767787749, 1.2227984582296232], [103.85995160533913, 1.222814642910446], [103.85995159926708, 1.2229279426924804], [103.85985516429194, 1.2229603099808128], [103.85971051375508, 1.2229764877963898], [103.85946942378233, 1.2231221481405443], [103.85945334959848, 1.2231545182432297], [103.8594372724458, 1.223251631853675], [103.85926047574588, 1.2232839944801297], [103.85913189847771, 1.2232678030675157], [103.85905153469214, 1.2233325410212625], [103.85890688487493, 1.223332534273268], [103.85890688860135, 1.2232516062447003], [103.85892296577316, 1.2231544926370446], [103.85895511548983, 1.2230411934500265], [103.85889083111502, 1.2229602624206541], [103.85876225162555, 1.2229926272644984], [103.85873010100276, 1.2231059264494], [103.85864972959206, 1.2233163359282304], [103.85863119665906, 1.2234028775278951], [103.85867152594315, 1.2234213379527432], [103.85870177933958, 1.2234504473736543], [103.85871423019252, 1.2234589437666548], [103.85873026471867, 1.2235079258444872], [103.85872064441341, 1.2235222076721006], [103.85870691071831, 1.223539557145752], [103.85868516852435, 1.2235567439097612], [103.8586751286163, 1.2235716488488593]]]}, "id": "15"}, {"type": "Feature", "properties": {"MSLINK": 19.0, "GDO_GID": 17.0, "MAPID": 0.0, "COSTAL_NAM": "KUSU ISLAND(PULAU TEMBAKUL)"}, "geometry": {"type": "Polygon", "coordinates": [[[103.86012836904615, 1.2234458935041743], [103.86012837052203, 1.2234135226548433], [103.86009622749398, 1.2233811485108936], [103.8600600223076, 1.2233531777616007], [103.86002885737169, 1.2233716352639707], [103.85991519793328, 1.2234196229235152], [103.85981803879692, 1.2234583813671507], [103.85977404284895, 1.2234602258045666], [103.85970621703522, 1.2234362255272444], [103.8596567226921, 1.2234011511148613], [103.85958191320601, 1.2234296818626875], [103.85951762048865, 1.223510606001091], [103.85953368858473, 1.2235915347755646], [103.85961404807747, 1.2236400965892156], [103.8597265497016, 1.223721029836022], [103.85985087794336, 1.223741719574324], [103.85994350605414, 1.223722726076854], [103.86002701093874, 1.2236466708385934], [103.86006407470823, 1.223543003984431], [103.86012836904615, 1.2234458935041743]]]}, "id": "16"}, {"type": "Feature", "properties": {"MSLINK": 20.0, "GDO_GID": 18.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SAKIJANG PELEPAH"}, "geometry": {"type": "Polygon", "coordinates": [[[103.85922847034713, 1.22045149839534], [103.85927669196101, 1.2203543871856044], [103.85934098535576, 1.2202572758186803], [103.85938920770505, 1.2201439782774122], [103.85938921290466, 1.220030678492517], [103.85934100185916, 1.219917376463856], [103.85922850263826, 1.2197878860147973], [103.85916421982316, 1.2196745832337124], [103.85906778793222, 1.2196422069823276], [103.85905171078385, 1.2197393196884831], [103.8591159930055, 1.2198849942270982], [103.85913205495682, 1.2200792227920934], [103.8591320467692, 1.2202572651822745], [103.85908382217339, 1.2204191198989534], [103.85908381919506, 1.220483862503965], [103.85909988949173, 1.220516235008101], [103.85922847034713, 1.22045149839534]]]}, "id": "17"}, {"type": "Feature", "properties": {"MSLINK": 21.0, "GDO_GID": 19.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SAKIJANG BENDERA"}, "geometry": {"type": "Polygon", "coordinates": [[[103.84443751909426, 1.2232308375271643], [103.84502799788424, 1.2234802191657173], [103.84554230085281, 1.2234418853361648], [103.84611375444248, 1.2232884697434931], [103.84615185567178, 1.2231925679494347], [103.84599947131271, 1.2231733798543005], [103.84588518162832, 1.2231925538437842], [103.84577089770205, 1.2230966437242372], [103.84577090598087, 1.222943197347521], [103.84596141060973, 1.222521231350924], [103.84630428701357, 1.2223294418569008], [103.84670429267909, 1.2224445475004655], [103.84697097816276, 1.2222335730961118], [103.84702812703622, 1.222137673000612], [103.84756148717888, 1.2219075318461239], [103.84792339984168, 1.2219650936494408], [103.8481519660645, 1.2221760934796637], [103.84813291350902, 1.2222719961008384], [103.84801862218598, 1.222310351769588], [103.84813290367187, 1.2224446240651279], [103.84826624924226, 1.2222911841813004], [103.8485329231941, 1.2222911980499465], [103.84864722014653, 1.2221377582556978], [103.84847579864123, 1.2219075801738346], [103.84841867014747, 1.2216198657153818], [103.8497139916399, 1.2206992566971422], [103.84996161373286, 1.2207759932779234], [103.85009495108228, 1.2207759996797176], [103.8502282955606, 1.2206225596985474], [103.85051400590524, 1.220852744171663], [103.8504949493147, 1.2210061897655604], [103.84982824262072, 1.221428131933362], [103.84975205008787, 1.2214281278810668], [103.84984728628041, 1.2215048563600577], [103.8499806252268, 1.2214665013992547], [103.85118069408608, 1.2207952366374581], [103.85140928434063, 1.2205458988715705], [103.85161883328836, 1.2201814744000703], [103.85159984678188, 1.2189922666953743], [103.85144745389492, 1.2191457050648153], [103.85148552381835, 1.2196444062094192], [103.85102835772491, 1.2198553714755347], [103.85059025046867, 1.2198553490166224], [103.85043787350841, 1.2197018945748754], [103.85091419683744, 1.21740022746619], [103.85139039425412, 1.2174961557562198], [103.85152372425446, 1.2176304277836738], [103.8515237162979, 1.2177838741623481], [103.85165705273002, 1.2178030620770468], [103.85163801686757, 1.2175537105985532], [103.85154280065531, 1.2170933675884883], [103.85175238020551, 1.216115159390431], [103.85159999467041, 1.2161343320734155], [103.85150473384492, 1.21651794279266], [103.85121902156301, 1.2163453004659786], [103.85106667116453, 1.2156931473499744], [103.85110480005198, 1.2150601835995962], [103.85133340024974, 1.2146190380849093], [103.85169532470456, 1.214427248683484], [103.85184770770891, 1.2144464373657666], [103.85200007728297, 1.2147341565292562], [103.85198102094603, 1.21490678282346], [103.85211435710707, 1.2149067900333408], [103.85211439047521, 1.214273823821789], [103.85194297315306, 1.2139669232064487], [103.85196204305547, 1.2135449480087477], [103.85169538035532, 1.2133531258120405], [103.85156204183131, 1.2133914799499987], [103.8512001127417, 1.2136791736618897], [103.85102866116257, 1.214024418080487], [103.85100960631607, 1.2141586829998783], [103.85068577568526, 1.214408015926916], [103.8493714282665, 1.2149450091167642], [103.84897139287828, 1.2154245068943057], [103.84879992727004, 1.2160574632525007], [103.84822845251495, 1.2166328562823325], [103.84811415179635, 1.2168822003904523], [103.84777126634417, 1.2172466162775422], [103.847733161965, 1.2174000610558076], [103.847180740162, 1.2178795503368842], [103.84699024024574, 1.2182439752798433], [103.84657116192275, 1.2185892070989695], [103.84639971527709, 1.2188385468932679], [103.84510437688543, 1.2200660461779966], [103.8441138241138, 1.2209674891702382], [103.8440566734397, 1.2210825707938042], [103.84331375881337, 1.2217538569314372], [103.84314230918135, 1.222060739473132], [103.84314230330922, 1.2221758244835599], [103.8432756339664, 1.2222909162353797], [103.84335181638309, 1.2224635475352736], [103.84358038146983, 1.2226937284437485], [103.84382801114353, 1.2226361998982687], [103.84443751909426, 1.2232308375271643]]]}, "id": "18"}, {"type": "Feature", "properties": {"MSLINK": 23.0, "GDO_GID": 20.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SELETAR"}, "geometry": {"type": "Polygon", "coordinates": [[[103.85787143448974, 1.4500678273527057], [103.85820653568406, 1.4500115650233856], [103.85859749534798, 1.4498428398855565], [103.85882091018983, 1.4496179031533514], [103.85921188457888, 1.4492523793525618], [103.85963079291591, 1.448746280884631], [103.86016140687747, 1.4481558283083542], [103.86071993164623, 1.4477621720193985], [103.86130639577536, 1.4471717139769573], [103.86164153331136, 1.4466093955132957], [103.86206044765412, 1.4460189547495448], [103.86214424209992, 1.4457378051311838], [103.86217220606153, 1.4452036324755466], [103.86217222911907, 1.444894376303191], [103.86239564312699, 1.4446694401270845], [103.86261904253726, 1.444641303394043], [103.8629820943792, 1.444219552316106], [103.86334516290763, 1.4435728886695862], [103.86373613321925, 1.4432354771459146], [103.86407125232157, 1.4429261865974905], [103.86471357287023, 1.442195150843436], [103.86513248101244, 1.4416609374225664], [103.8655793280811, 1.4409299222542968], [103.86580277224179, 1.4402832728664852], [103.86608208153508, 1.4394117047094008], [103.86616588812372, 1.4389618685207861], [103.8661659180387, 1.4385401574418817], [103.86597048369376, 1.4380060087501514], [103.86560749941698, 1.4374999926562977], [103.86530032963329, 1.4375000250392498], [103.86502108513068, 1.4374719403258305], [103.86482561263462, 1.4374719611340658], [103.86454636068106, 1.4375563330747771], [103.8643229466686, 1.4377812694582026], [103.86404368395623, 1.4380062120030506], [103.86384820392043, 1.4381186894410183], [103.8635410186645, 1.4383155201573028], [103.86342929896071, 1.4385966738249008], [103.86331758012878, 1.4388778274868665], [103.86328963564492, 1.4391589718983624], [103.86314998731355, 1.4394963565376129], [103.86295449634093, 1.4397494045649313], [103.86273108519462, 1.4399462268430607], [103.86256352883314, 1.4400587010975312], [103.86242389869994, 1.4401430574119407], [103.86206084738429, 1.4405648084043055], [103.86180949284577, 1.4410146610369192], [103.86175362478672, 1.4412676945408813], [103.86175360401012, 1.4415488358680897], [103.86158604223326, 1.4417456528117765], [103.8613905570547, 1.4419143579466989], [103.8611950818198, 1.441942492401522], [103.86102752523676, 1.442054965640403], [103.86072033303043, 1.4423361396473477], [103.86055276402196, 1.44261729837154], [103.86024557787962, 1.4428141295552608], [103.85993837689739, 1.4432077592652515], [103.85968700537698, 1.4438825259922774], [103.85968698435278, 1.4441636673178577], [103.85974280208553, 1.444585374130653], [103.85982655091561, 1.444922735140872], [103.85985446719798, 1.4450351879055658], [103.85985444619695, 1.4453163301322676], [103.85982649648436, 1.4456537033018788], [103.85968685053155, 1.4459629728702694], [103.8593517045755, 1.4466096338117769], [103.85921205998041, 1.4468907903037027], [103.85918412500304, 1.4470313630924752], [103.85904449135963, 1.4471719480099359], [103.85890486066364, 1.4472563050167975], [103.85884900315166, 1.4473687668800872], [103.85882106338279, 1.4475655702793784], [103.85882105475393, 1.4476780260833144], [103.85859764248333, 1.4478748479606969], [103.85854178165766, 1.4480154246716197], [103.85840214165275, 1.4482403523069869], [103.85831835053462, 1.4484652738886779], [103.85815078706288, 1.4486620914846908], [103.8579273510158, 1.4491681676600627], [103.85792733845784, 1.4493368540777676], [103.8576480800027, 1.449477453092154], [103.85745260646907, 1.4494774732827425], [103.85717336688681, 1.449365044872313], [103.8569778894523, 1.4494212929233687], [103.85700579543189, 1.4496743172834476], [103.85714540261957, 1.4498992165643532], [103.85736879001618, 1.4500397649508836], [103.85750840985015, 1.4500959786950836], [103.85764803118808, 1.450124078479873], [103.85787143688279, 1.4500397134021215], [103.85787143448974, 1.4500678273527057]]]}, "id": "19"}, {"type": "Feature", "properties": {"MSLINK": 24.0, "GDO_GID": 21.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU PUNGGOL BARAT"}, "geometry": {"type": "Polygon", "coordinates": [[[103.86914598202912, 1.4277283512198877], [103.86915424943561, 1.4277514910432991], [103.86920197595282, 1.4278409065384154], [103.86922126472331, 1.42787235909924], [103.86924945505264, 1.427910462210306], [103.86927563084441, 1.427955352601942], [103.86935386132205, 1.4280663592956597], [103.86936550296524, 1.4280907244777001], [103.86943676275547, 1.4281815323159357], [103.86946948278334, 1.428212393208248], [103.86949589288425, 1.4282424882039564], [103.86951280633913, 1.4282519918937504], [103.869550356567, 1.4282996982900844], [103.86959041385556, 1.4283465256044732], [103.86969112150399, 1.4284416115108653], [103.86973928246306, 1.4284984789386566], [103.86976808639031, 1.4285266123280491], [103.8697915570737, 1.4285485328239402], [103.86983761892573, 1.4286054283182696], [103.86987151331833, 1.4286295109801053], [103.86988596200553, 1.42864327516357], [103.8699179579275, 1.4286834419625236], [103.86998090084965, 1.4287468883934455], [103.87005000075617, 1.4287992653124981], [103.87009332252899, 1.4288384434571781], [103.870211128489, 1.428924015158249], [103.87032020744206, 1.4290168806871166], [103.87041722960123, 1.429085810613963], [103.87047707309847, 1.429136614077044], [103.87054730148992, 1.4291784117160886], [103.87059184081669, 1.4292141948498334], [103.87071621713186, 1.429287848712342], [103.87080089062783, 1.4293429872789494], [103.87085212534804, 1.4293769950316395], [103.87093053750485, 1.4294351714535827], [103.87097750022298, 1.4294633162842927], [103.87102736534838, 1.4294884658137221], [103.87108196441304, 1.429522853338184], [103.87115300691728, 1.4295625274985848], [103.87121615629619, 1.4296090622902116], [103.87124916824408, 1.4296297761907593], [103.87133111426495, 1.429668465312219], [103.87139594312016, 1.4297149792703199], [103.87141803986465, 1.4297358317180155], [103.8714447445794, 1.4297557797248959], [103.87156357921641, 1.4298227440542306], [103.87164839401996, 1.429889290228388], [103.87169991703732, 1.429912728658773], [103.8717984090909, 1.429964734238811], [103.87184992131421, 1.4299873279902697], [103.87191681780848, 1.4300312798358823], [103.87199040519266, 1.430073034866852], [103.87203446642934, 1.4301041749764065], [103.87206489664895, 1.4301198497944223], [103.87220970114171, 1.4302152233262206], [103.87222740891406, 1.4302209159932633], [103.8722617427952, 1.430246683439872], [103.87236285980813, 1.430307108575037], [103.87245436643846, 1.430371458808463], [103.87255130503286, 1.4304336276196201], [103.87262024757754, 1.430473327995218], [103.87267516195075, 1.4304992587704877], [103.8727123991447, 1.4305220327163826], [103.87280793665052, 1.4305728074633666], [103.8728443705553, 1.4305985486379005], [103.87291583276486, 1.4306382173078402], [103.8729628810133, 1.4306731231168306], [103.87300048476624, 1.4306916664385467], [103.8730479310647, 1.4307248765570295], [103.87310498685416, 1.4307541615688675], [103.87327815314825, 1.4308677719312886], [103.87334703812748, 1.4309028238561907], [103.87338009330354, 1.4309269173306096], [103.87341939813012, 1.4309471291661082], [103.87345743862936, 1.4309669340595432], [103.87356280072494, 1.4310311085560752], [103.87369255159803, 1.4310979342098948], [103.87376771413324, 1.431131216170946], [103.87382102735234, 1.4311635073351594], [103.87387846051188, 1.4311894063829786], [103.87396592407504, 1.4312326750055044], [103.8740192103041, 1.4312628526676967], [103.87407494329979, 1.4312870831899487], [103.87414130414695, 1.4313217453544342], [103.8742265543197, 1.4313557469926586], [103.87426319912198, 1.4313645810626558], [103.87441209432477, 1.4314176401079306], [103.87453152544938, 1.4314651541186552], [103.87460067892496, 1.4314879464469707], [103.87465224430096, 1.4315147653187357], [103.87473995475334, 1.4315440859068143], [103.87487432205248, 1.431577042087295], [103.87497972500012, 1.4316107873943114], [103.87508294424632, 1.431637798845243], [103.87513523283035, 1.4316553108870693], [103.87519245003936, 1.4316638850120151], [103.87528509902751, 1.4316851132427997], [103.87545204118844, 1.4317140516057623], [103.87545933330955, 1.4317158755722599], [103.87548374998438, 1.4317206402123137], [103.87551023247937, 1.4317228418475307], [103.87553930302413, 1.4317305039816812], [103.87557046728416, 1.431737717512318], [103.87560456094367, 1.431744048329342], [103.87562349166703, 1.4317467673992779], [103.87565631920083, 1.4317526921797807], [103.87589598897762, 1.4317775568087006], [103.87595275325397, 1.4317836005136027], [103.87597165248035, 1.4317837837458025], [103.87605785654782, 1.4317932598609984], [103.87608899381317, 1.4317983598873454], [103.87610708975187, 1.4318015121590388], [103.87612645631752, 1.4318054937081008], [103.87614541403887, 1.4318103253664183], [103.87616476980583, 1.431813461335431], [103.87620553365684, 1.4318159050634227], [103.87622528746945, 1.4318173462471302], [103.87624420739513, 1.4318192197321493], [103.87626270767767, 1.431821099555462], [103.87629925170225, 1.4318219055588854], [103.87633117155676, 1.431822347190484], [103.87636015301047, 1.4318228259560346], [103.87638702455084, 1.4318224863120748], [103.87641390059207, 1.4318225699098546], [103.87644162761713, 1.4318234873144091], [103.87646891790206, 1.4318231431397423], [103.87649076182748, 1.431823711570744], [103.87659870273247, 1.4318253057251917], [103.87661719221626, 1.4318263390615404], [103.8766482790825, 1.4318272147990203], [103.87667179257889, 1.4318269195293543], [103.87669278641904, 1.4318266550557601], [103.87671755794628, 1.4318263425787727], [103.87674652860095, 1.4318259757596947], [103.87676500278484, 1.431825742081806], [103.87678347067062, 1.4318250860661115], [103.87680194395591, 1.4318248523879402], [103.87683511283937, 1.4318244330345493], [103.87686660225154, 1.4318240345131283], [103.87689851220543, 1.4318236305570498], [103.87691656584751, 1.4318234023121559], [103.87693629985945, 1.431823154138962], [103.87695561332959, 1.4318229095911041], [103.87697450625797, 1.4318226713816822], [103.87700725549811, 1.4318222565556427], [103.8770416842095, 1.4318218218009167], [103.8771176584606, 1.4318191705569718], [103.87713864690092, 1.4318184828372391], [103.87717176808636, 1.43181426063118], [103.87723593294086, 1.4318075327396593], [103.87727368369568, 1.431804097239195], [103.87729382115162, 1.4318025748069032], [103.87731227373669, 1.431800650869546], [103.87734581546326, 1.4317964241310384], [103.87736384300541, 1.431794082385522], [103.87738272603275, 1.431792998593007], [103.87740621253026, 1.4317905889143447], [103.87741290881661, 1.4317888135191787], [103.8775240700678, 1.43177937614109], [103.87764346307314, 1.431756315265234], [103.87766356902884, 1.431752256994954], [103.87768368038415, 1.4317486219665276], [103.8777029569542, 1.431745420144315], [103.87772183458118, 1.4317439131069771], [103.87774197203619, 1.4317423906707496], [103.87776418790526, 1.4317391508074644], [103.87778724216197, 1.4317359009796091], [103.87780904918718, 1.4317335121299524], [103.87783212054147, 1.4317315302189866], [103.87785433551171, 1.4317282912592106], [103.87787444686644, 1.4317246553247525], [103.87791845356091, 1.4317177605008617], [103.87794149881488, 1.4317136659960956], [103.87796454406875, 1.431709570586735], [103.8779880035659, 1.4317050474050752], [103.87801187730638, 1.4317000964511035], [103.8780323930031, 1.4316951889722123], [103.8780520838155, 1.4316915593749977], [103.87807302995466, 1.4316874911366542], [103.87809479918074, 1.4316821441119192], [103.87811656390555, 1.4316763747492984], [103.87813622861742, 1.4316706325586719], [103.87815674341495, 1.4316657241743305], [103.87817684396906, 1.4316612435619092], [103.878196109738, 1.431657196155879], [103.87823045384683, 1.4316500003631958], [103.87826605778336, 1.4316427882666152], [103.87828489850908, 1.4316383239566386], [103.87830373923468, 1.4316338587421447], [103.87833639667467, 1.4316262587306738], [103.87836739174139, 1.4316199492783503], [103.87840471204814, 1.431615673614081], [103.87842524304402, 1.4316120331446984], [103.87844701766826, 1.4316071084543034], [103.87846627353518, 1.431602216370679], [103.87848679373114, 1.4315977303210647], [103.87850773986857, 1.4315936620787735], [103.87852910024922, 1.4315891669684917], [103.87854878115871, 1.4315846917873347], [103.8785692959545, 1.4315797833993278], [103.87876560980278, 1.4315291224753988], [103.87878945203883, 1.4315216365830568], [103.87881035587445, 1.431514187828015], [103.87883083376836, 1.431506322169706], [103.87885130716082, 1.4314980332691776], [103.87887094576824, 1.4314901775752777], [103.8789959257365, 1.4314438002174559], [103.87907065927573, 1.4314090458374624], [103.87908861841073, 1.4314012118801582], [103.87910867755815, 1.4313933516539956], [103.87912831166243, 1.4313850745246182], [103.87921142635199, 1.4313489471478738], [103.87923352700997, 1.4313364113201477], [103.87928658132492, 1.431314186421948], [103.87933461702923, 1.4312937169934277], [103.8793584178581, 1.4312828496808985], [103.87937971433269, 1.4312732828934613], [103.87940185099174, 1.4312637043321226], [103.87942357790901, 1.431254977689293], [103.87944571996773, 1.4312458232739187], [103.87946409334313, 1.4312375606370398], [103.87948705938615, 1.4312271274345838], [103.87951294852733, 1.431215389176127], [103.87954549704953, 1.4311989182480989], [103.87956429096583, 1.431190651080089], [103.87958434921107, 1.4311827899454923], [103.87960481179773, 1.4311736563630484], [103.87962399385499, 1.4311628479252005], [103.87968278905329, 1.4311295634399817], [103.8797028157959, 1.4311191673740775], [103.87972073802462, 1.4311083752396108], [103.87973990928067, 1.4310967221255142], [103.87976119495175, 1.4310863106593028], [103.8797837467489, 1.4310763052263156], [103.87980335924763, 1.4310663369319365], [103.87982129767566, 1.4310568127140189], [103.87985133823688, 1.4310412190654982], [103.87988092765282, 1.4310230959210577], [103.87989803129565, 1.431014004005359], [103.8799193232639, 1.4310040148753436], [103.87994270354531, 1.4309931529916493], [103.87996312382664, 1.4309806398004943], [103.88002141926926, 1.4309410211549851], [103.88006104230462, 1.4309193888723504], [103.88008148328649, 1.4309085650307851], [103.88010275905255, 1.4308973070774316], [103.88012194560663, 1.4308869218775508], [103.88014193094125, 1.430873145297947], [103.88023953417526, 1.430820349263316], [103.88025494214428, 1.4308100111669873], [103.88031613997275, 1.4307673981068803], [103.8803357470663, 1.4307570074704095], [103.88035702822987, 1.4307461736611302], [103.88037661912253, 1.4307345151070123], [103.88039620461481, 1.4307224333107205], [103.88041410613498, 1.430709950916004], [103.88043116207032, 1.4306970570532218], [103.88044821800548, 1.4306841622859532], [103.88046444095336, 1.4306717016302637], [103.8804815076885, 1.4306596524424129], [103.88050068343846, 1.4306484216597888], [103.88051940354114, 1.4306342381395838], [103.8805667774577, 1.430594335736448], [103.88058259516482, 1.4305831475277995], [103.88059965649848, 1.430570676001451], [103.8806175472159, 1.4305573480255414], [103.88063458694836, 1.4305431871483578], [103.88065414723373, 1.4305289927573004], [103.88067287813494, 1.4305156548155396], [103.88069159193664, 1.4305010489563494], [103.8807107001771, 1.430484325973848], [103.8808055794074, 1.4304150832176583], [103.88083852144888, 1.43039649333985], [103.88086600633534, 1.4303779732113135], [103.8808968231602, 1.4303572988191031], [103.88091138643713, 1.4303465492507195], [103.88113740713493, 1.4301860552729084], [103.88115781660181, 1.4301726964917727], [103.88133176360303, 1.4300458232998954], [103.88135507546059, 1.430029470108433], [103.88137545882167, 1.4300139978284676], [103.88158312500327, 1.4298634540018738], [103.88160728694344, 1.4298479346131006], [103.88163100223856, 1.429830307162218], [103.88165387374602, 1.4298122682435765], [103.88167675605386, 1.4297950730956317], [103.88169964826363, 1.4297787253358547], [103.88174121735761, 1.4297448117274423], [103.88176411496678, 1.42972888540032], [103.88209876298407, 1.4294905224210925], [103.88212835146332, 1.4294723974398083], [103.88223951024747, 1.429395344194967], [103.88235978053623, 1.4293080307453736], [103.88237559822565, 1.4292968425247636], [103.88239304767801, 1.4292818297157597], [103.88241216669694, 1.4292659522992286], [103.88243255994652, 1.4292513246854814], [103.88245254525287, 1.4292375480863855], [103.8824708663928, 1.4292250602409258], [103.88248877958961, 1.4292134252188837], [103.88250586790534, 1.4292030662713648], [103.88268128630034, 1.4290596901239043], [103.88272798378655, 1.4290328964411494], [103.88274381677543, 1.4290229770397356], [103.88276131393, 1.4290117670754825], [103.88278006010965, 1.4289996970343668], [103.88279838664647, 1.4289876315240126], [103.88281923193729, 1.428975534306198], [103.8828396413835, 1.428962175510582], [103.88285961588366, 1.4289475542327938], [103.88287832965858, 1.428932948356378], [103.88291243247072, 1.4289063141112555], [103.88299189912355, 1.4288469888523538], [103.88301150078766, 1.428836175856052], [103.88302941758207, 1.4288249613588726], [103.88304607004794, 1.4288133399255172], [103.88306478922121, 1.4287991563852669], [103.88308476911915, 1.4287849574432192], [103.88318915775295, 1.428703762316672], [103.88320789402503, 1.4286908466925332], [103.88322829806573, 1.428677064651583], [103.88325164680182, 1.4286636678049298], [103.88327538367471, 1.4286477305925223], [103.8833639402112, 1.4285764584807104], [103.88337975789064, 1.4285652702534177], [103.88339724513577, 1.428553215609199], [103.88341473148212, 1.4285411609648704], [103.88343347225371, 1.4285286676766022], [103.88343700457123, 1.4285264048816635], [103.88348382227714, 1.428491686244157], [103.88352370735062, 1.4284573711042163], [103.88353931662199, 1.428449268568653], [103.88355124440203, 1.4284430770339849], [103.88360410777446, 1.4284056406488939], [103.88366582053473, 1.4283706286661184], [103.88377776718636, 1.4282893374846592], [103.88391687714503, 1.4281975605063444], [103.88402254175082, 1.4281176169540701], [103.88405658512852, 1.4280863351699609], [103.88409404595232, 1.4280596592326353], [103.88417009764713, 1.4280299537229568], [103.88417214004437, 1.428025279022682], [103.88419004602503, 1.428013219841493], [103.88424234914848, 1.42799818905986], [103.88428280687488, 1.427976123497771], [103.88437004951942, 1.427900638852786], [103.88440500688762, 1.4278752625367968], [103.88447835977408, 1.427830805100475], [103.88459394722082, 1.4277384796603412], [103.8847249721382, 1.4276717392145184], [103.8848236774182, 1.4276062529376883], [103.88497574127756, 1.4275092402452882], [103.88512415002225, 1.4273886074608675], [103.88519289402151, 1.4273450526616653], [103.8853350538847, 1.4272621120665963], [103.8854136703308, 1.4272019511143663], [103.88548210000224, 1.427166853016743], [103.88554209092233, 1.4271284822185086], [103.88569885180021, 1.4270377483681174], [103.88578653187243, 1.4269973366852764], [103.88597638515344, 1.4268664582672221], [103.88610679498682, 1.4267840894541601], [103.88622829870783, 1.426694647813373], [103.88630961751329, 1.4266492441720302], [103.88644340066291, 1.426568099770488], [103.88653502774909, 1.4265073515472042], [103.88665810095289, 1.4264428241568632], [103.88675882601088, 1.4263709737470294], [103.88684552541167, 1.4263191616421966], [103.88702085676739, 1.42620241415963], [103.88716271928446, 1.4261291980823472], [103.88722309738259, 1.426088285066953], [103.88736859531926, 1.4260036115111687], [103.88743331026723, 1.4259736321420913], [103.88752743984936, 1.425911584251168], [103.88760495841981, 1.4258645383314716], [103.88769342097608, 1.4258194672790183], [103.88774383478972, 1.4257875556165216], [103.88781707590954, 1.4257342244656959], [103.88790670735409, 1.4256819537400942], [103.88798931742453, 1.4256390695670007], [103.88800041726931, 1.4256199112666903], [103.88795266848128, 1.4255288068336598], [103.88788621959444, 1.4254197657006766], [103.88782683068881, 1.4253381049050584], [103.88779257785296, 1.425285288181919], [103.8877242882543, 1.4251969778105913], [103.88770660659529, 1.4251933978557856], [103.88768644849954, 1.4251932301229455], [103.88763738736161, 1.4251989224466188], [103.88761924745907, 1.425158579223346], [103.88757823985513, 1.4251028885897592], [103.8875643990001, 1.4250705226540925], [103.88751209000205, 1.4249841237214105], [103.88745356290883, 1.4249041432017653], [103.88741862205352, 1.4248635905613567], [103.88735562757078, 1.4247621125206373], [103.88730431091687, 1.4246879568315178], [103.8872394811148, 1.4246076337004214], [103.88710354053107, 1.4244149468863196], [103.88702032689088, 1.4242748430415282], [103.88691987825929, 1.4241332672926843], [103.88687527499206, 1.424058604991885], [103.88683765696697, 1.4240054075939432], [103.88681418598593, 1.4239752747510934], [103.88674097870323, 1.42389674876975], [103.88670847379835, 1.4238494024818842], [103.88664713891053, 1.423780023857135], [103.88663089456159, 1.4237569846711204], [103.88657647121723, 1.4236693440717445], [103.886448951606, 1.423444854171163], [103.8863891125512, 1.423360664743123], [103.88635862754683, 1.4233069534925533], [103.88630604123094, 1.4232319703144793], [103.8862596793163, 1.4231509892526635], [103.88622622184842, 1.4231002208674377], [103.8861950468799, 1.4230529134280872], [103.88607659983396, 1.4228824038462256], [103.88606714267112, 1.4228647734974855], [103.88604693972009, 1.4228274156105511], [103.88596485085573, 1.4227101188380618], [103.88591283018052, 1.4226131514643705], [103.88580939018969, 1.4224673867163977], [103.88577918968056, 1.4224364952544533], [103.88573648650278, 1.4223795584089538], [103.88563129865318, 1.4222283222925844], [103.88558830561429, 1.4221481442128387], [103.88555158634458, 1.4220995852505838], [103.88549887945358, 1.4220148819549803], [103.8854565914295, 1.4219575173301378], [103.88538970152042, 1.4218467903894785], [103.88530432761421, 1.4217354525155328], [103.88525070674321, 1.421644844644638], [103.8851971082347, 1.4215897357528247], [103.88515043207498, 1.4215172131838367], [103.88507953227416, 1.4213879423492917], [103.88503687684307, 1.4213348083364248], [103.88499473557606, 1.4212892745821217], [103.88495888261957, 1.4212428182347474], [103.88493496504567, 1.4212105782130218], [103.88489633949395, 1.4211438696101455], [103.88483528754509, 1.4210634983856265], [103.88473772371817, 1.4208838496622245], [103.8846556826996, 1.4207703565878584], [103.8845929604641, 1.4206570412385962], [103.88450886716724, 1.4205473781835822], [103.88440009281533, 1.4203780141152156], [103.88433481569282, 1.4202955819249283], [103.88425327193221, 1.4201546124500275], [103.88420414550004, 1.4200876146699517], [103.8841392179843, 1.4199658752085844], [103.88408225898065, 1.419876999235858], [103.88405175337273, 1.4198215985987115], [103.88399455926785, 1.4197475180162655], [103.88396357641207, 1.4196874752901818], [103.88394781477155, 1.4196695014119065], [103.88393404691573, 1.4196430499857056], [103.88380750895539, 1.4194971545101107], [103.88371436114845, 1.419368587709524], [103.88368972584955, 1.4193460777361917], [103.8836658497214, 1.4193172182094316], [103.88363803210146, 1.4192753078981963], [103.88355374373897, 1.4191162005389562], [103.88349766636722, 1.4190306950932576], [103.88349321522175, 1.4190104654819227], [103.8834819823204, 1.4189852511665764], [103.88338179913119, 1.4187976051455606], [103.88331499942798, 1.418694062396736], [103.88325401978736, 1.4185857969327862], [103.88322490005709, 1.4185405224115055], [103.8831347015061, 1.4184127613078064], [103.88310593301097, 1.4183619882466816], [103.88306194494906, 1.4183029550573807], [103.88302696826472, 1.418259444168809], [103.88298532054452, 1.4182198212826522], [103.88294570441646, 1.4181746781166078], [103.88293537561287, 1.418154523692751], [103.8829338682578, 1.4181346801797132], [103.88294217303469, 1.418093579389274], [103.88294314841545, 1.41807074509235], [103.88294199769189, 1.4180458262832316], [103.88293547265714, 1.4180277355349808], [103.88289268051884, 1.4179636152709958], [103.8828428040049, 1.4179038116859106], [103.88278667448155, 1.4178140792257667], [103.88277498054661, 1.4177854898312612], [103.88271939128616, 1.4177054711268], [103.8826940890757, 1.4176741526545444], [103.88268356453533, 1.4176611255228972], [103.88266449170268, 1.417646997963991], [103.8826395880138, 1.4176367466321735], [103.8825992827518, 1.4176372566521356], [103.88251379947077, 1.4176518621438443], [103.8824568517199, 1.417664837360236], [103.88239539747174, 1.4176741581380814], [103.88220453435777, 1.4177031054518847], [103.88215814601688, 1.4177210191662395], [103.88213775826463, 1.4177360682088627], [103.88212915104455, 1.4177530821835915], [103.88212728416808, 1.4177717012607312], [103.88211746573084, 1.4177925343885358], [103.88203019136915, 1.417798284372275], [103.88196778558822, 1.4178113302326358], [103.88187610040018, 1.4178336202095108], [103.88174162630796, 1.417859409161838], [103.88153446894303, 1.4178823138060592], [103.88132156532052, 1.417915857484989], [103.8811782958712, 1.417943448080479], [103.88107644389687, 1.417958683296866], [103.88093484220373, 1.4179854074624314], [103.88085739596404, 1.4180045589628778], [103.88078114474192, 1.418018624295202], [103.88070437847314, 1.4180250884595353], [103.8805798650153, 1.4180414554795533], [103.88046054834695, 1.4180704337369436], [103.88021117176152, 1.4181424732025358], [103.88007628789066, 1.4181691130731922], [103.87995738544939, 1.4181976644368373], [103.879873571688, 1.4182114025130972], [103.87981624656707, 1.4182277645144048], [103.87973682631274, 1.4182570846820495], [103.87964898894693, 1.4182848205714618], [103.87952784135761, 1.4183353760296369], [103.87941077676403, 1.4183765838974212], [103.87931569570264, 1.4183959581734362], [103.87926635184218, 1.418412641955154], [103.87917443686206, 1.4184501495571469], [103.87911915773229, 1.4184622591828684], [103.87908820964394, 1.4184723705840911], [103.8790535513921, 1.4184880239989472], [103.87895762720227, 1.4185407964257628], [103.87886199664813, 1.4185834218830171], [103.87884024284686, 1.4185900368291564], [103.87869528911895, 1.4186510363065823], [103.87863058054863, 1.4186814377654788], [103.87857124990497, 1.418705431700506], [103.87854122569097, 1.4187222941508288], [103.87845766479714, 1.41875631433443], [103.87831499014605, 1.4188316533334253], [103.8781945339353, 1.4189041738933084], [103.8781177646752, 1.4189440261733925], [103.87806443318279, 1.4189776641125618], [103.87801284504785, 1.4190163519831693], [103.87788853915131, 1.419083007804173], [103.87779776759388, 1.4191450118280524], [103.8777544183676, 1.419170917258082], [103.8777289498889, 1.419182650059535], [103.8776456157562, 1.4192348406841517], [103.87751754182187, 1.419336612998264], [103.87740698952405, 1.4193942312237633], [103.8773749507845, 1.419417880947025], [103.87728232668506, 1.419499771038721], [103.87720269279964, 1.4195455749610315], [103.87712907877187, 1.41960271496414], [103.87694016805253, 1.4197754203591226], [103.87685486166758, 1.4198377787538425], [103.87672468405275, 1.4199387407553807], [103.87667872219095, 1.4199908818043214], [103.876652130666, 1.4200136171034439], [103.87663058292812, 1.4200367113395778], [103.8766136422396, 1.4200589011250841], [103.87654436227957, 1.420126972071818], [103.87650015906632, 1.4201854309686504], [103.87647903636577, 1.4202089412027108], [103.87645286447744, 1.420231671065556], [103.87641810781342, 1.4202731051379849], [103.87636381701786, 1.4203308452524164], [103.87623333130155, 1.420440687179555], [103.87615038315211, 1.4205237255884395], [103.87610359818157, 1.4205771454118945], [103.87604342519857, 1.420634537448606], [103.8760177836317, 1.4206661363910646], [103.8759912451868, 1.4206930959644246], [103.87592851177605, 1.4207809497263937], [103.87584102135068, 1.4208703820597808], [103.87577728486471, 1.4209451451726363], [103.87571627708238, 1.4210029704067428], [103.8756039969411, 1.4211248372867153], [103.87553971841471, 1.421189887537694], [103.87552650497967, 1.4212078041287735], [103.87550597558206, 1.4212452551089234], [103.87545198412678, 1.421311562233984], [103.8752729549306, 1.4214840231377333], [103.87520423311096, 1.4215630757232072], [103.8751374412139, 1.4216285818085062], [103.87507531215525, 1.4216974104391502], [103.87496105732156, 1.4217956345460685], [103.87492050572402, 1.4218439038823392], [103.87483586331871, 1.4219595038894208], [103.87479156554038, 1.422010356153849], [103.87475297715834, 1.4220476121113155], [103.87460885098405, 1.4221749527281171], [103.8745085882442, 1.4222839882289338], [103.87446974398695, 1.4223343493200236], [103.8744472984324, 1.4223528059758135], [103.87436857926866, 1.4224049358106485], [103.87429244242831, 1.4224954929125257], [103.87418138357624, 1.4225805756167853], [103.87416318392148, 1.4226027825903051], [103.8741179082573, 1.4226426576936686], [103.87407357985376, 1.4226909750140044], [103.87395815959042, 1.4227968210703374], [103.87388613575818, 1.4228467549755783], [103.8738620782193, 1.4228707264638867], [103.8738279708852, 1.4228969382382444], [103.87379524035234, 1.4229324287588654], [103.87378915809781, 1.4229498333446555], [103.87377888213045, 1.4229677136997], [103.87374695398537, 1.4230002360840028], [103.87372773507198, 1.4230080862992172], [103.87370497815922, 1.4230016114563542], [103.87368483537752, 1.423002711517191], [103.87363587740688, 1.4230502412101176], [103.87357420802097, 1.423100429049989], [103.87357310546614, 1.4231013261980858], [103.87355570819125, 1.4231205641270148], [103.87354376985147, 1.4231397332284248], [103.87352619049148, 1.4231779917366516], [103.87351044118618, 1.4231946730003109], [103.87348941831057, 1.4232262139554195], [103.87347698654136, 1.423239472144314], [103.87346032326678, 1.4232502488333678], [103.87341135840525, 1.4232635456444813], [103.87338587816272, 1.4232744337238894], [103.87336594143979, 1.4232920130928672], [103.87333489935995, 1.42332832745295], [103.87328120802347, 1.4234004287816162], [103.87326457174086, 1.4234133180623125], [103.87324030902772, 1.423420809329061], [103.87322100102514, 1.423421476181202], [103.87320143625077, 1.4234352481713448], [103.87317830346416, 1.4234659689025857], [103.87316126823542, 1.42348055387134], [103.8731375259427, 1.4234960677379491], [103.87303937240296, 1.423572113762897], [103.87300729126927, 1.423592381108034], [103.87297223395319, 1.4236097301227073], [103.87290142580933, 1.4236562671870594], [103.87285485428504, 1.4236932012980879], [103.87280447359127, 1.4237276475694063], [103.87275252231066, 1.4237709882832201], [103.8727009024861, 1.4238071411078645], [103.87263571703318, 1.4238667090435442], [103.87257658684959, 1.4239067607060178], [103.87253228121762, 1.4239233800510644], [103.87249435928614, 1.4239466816292166], [103.87246586832516, 1.4239855001173043], [103.8724480091019, 1.424001362960845], [103.87239879284057, 1.4240281872267209], [103.87238600800718, 1.4240469439469567], [103.87237744928059, 1.4240677607355077], [103.87235912362362, 1.424079826163332], [103.87233323452246, 1.4240915643401517], [103.87225796685838, 1.424150836710141], [103.87217082145686, 1.424200539302928], [103.87211842531597, 1.4242417728430263], [103.87204248335996, 1.4242807666712376], [103.87196801807444, 1.424337072705612], [103.87191004781411, 1.424369078208319], [103.87183475403586, 1.4244262388760967], [103.87180222714355, 1.4244443999493568], [103.87174476020098, 1.4244831619404397], [103.87162889580264, 1.4245869034364935], [103.87160766773816, 1.4246019632550897], [103.87152500879526, 1.4246410439977517], [103.87144027018815, 1.424715229456376], [103.8714157137824, 1.424732865860705], [103.87126924375902, 1.4248069863205264], [103.87122533344544, 1.4248214876146372], [103.87117200621604, 1.4248555486408914], [103.87106796407322, 1.4249308223545694], [103.87100451954868, 1.4249616296432948], [103.870963557521, 1.4249769393850875], [103.87090188334112, 1.425015327922532], [103.8708021333279, 1.4250643469724222], [103.87068634569401, 1.4251406147570902], [103.87063392881026, 1.425180158913178], [103.87057726422374, 1.4252159518367293], [103.87054938126265, 1.4252361675313108], [103.87050708256393, 1.4252789645161472], [103.87045790764168, 1.4253091692520679], [103.87043912003473, 1.425317858682852], [103.8703301239288, 1.4253378125185923], [103.87016192972197, 1.4254832251526242], [103.87016065024592, 1.4254906518076658], [103.87014187922351, 1.425525319986558], [103.87012739510088, 1.4255424081710142], [103.87008862213888, 1.4255648749963763], [103.87004904354967, 1.42555649851107], [103.87002855487927, 1.425563519414879], [103.86996706420769, 1.4256162800722607], [103.8698955219252, 1.42567128009312], [103.86986068048853, 1.4257059521439819], [103.86984953460251, 1.425721307512649], [103.86983888123754, 1.4257425728899917], [103.86982267085762, 1.4257558799556156], [103.86977058668441, 1.4257548461936134], [103.86976222083966, 1.4257574879731079], [103.86974436158401, 1.4257733507961765], [103.86954806360649, 1.4259600932532241], [103.86948552452097, 1.426029770941478], [103.86940819052573, 1.426125415855557], [103.86937889079344, 1.4261667810074365], [103.86928463217976, 1.4262858826646692], [103.86924433410272, 1.4263544340640661], [103.8692146417129, 1.426397917239792], [103.86911128065805, 1.4265953197439232], [103.86909169745748, 1.4266412101759984], [103.86907717155597, 1.4266887274790994], [103.86905965597425, 1.4267320567206618], [103.86905277127792, 1.4267524294286285], [103.86903371800346, 1.4268409985822426], [103.86900906120725, 1.4270526191613588], [103.8690060478969, 1.4271477474138983], [103.86900754576487, 1.4272005568025194], [103.86902782884026, 1.427379068829962], [103.86905357612501, 1.4274907383486735], [103.86907503469838, 1.4275614682953222], [103.869096750068, 1.4276190940081968], [103.86911576134665, 1.427661961452548], [103.86912818018888, 1.4276812450044096], [103.86914598202912, 1.4277283512198877]]]}, "id": "20"}, {"type": "Feature", "properties": {"MSLINK": 25.0, "GDO_GID": 22.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU PUNGGOL TIMOR"}, "geometry": {"type": "Polygon", "coordinates": [[[103.8834826684749, 1.4176741392209193], [103.88348540744637, 1.4176776146304244], [103.88353922105074, 1.417754346897024], [103.88354269599797, 1.4177593018291919], [103.8836175894653, 1.4178720399647078], [103.88364766459401, 1.4179266004655064], [103.88366089667655, 1.4179437613791106], [103.88367708784611, 1.4179625745001112], [103.8836923398179, 1.417973368649815], [103.88371091920648, 1.4179815861947558], [103.88373026946489, 1.4179843006703658], [103.88375246448842, 1.4179793714026252], [103.88379636884585, 1.418031643558319], [103.88382801272327, 1.4180773096064125], [103.88387739294234, 1.4181645904579874], [103.88391193379786, 1.4182068388511997], [103.88393555770757, 1.4182492249472878], [103.88403055777317, 1.4183917152818293], [103.88411838901986, 1.4184979507396323], [103.88414786449687, 1.418538149952885], [103.88430325180089, 1.4187749658666695], [103.8843681630872, 1.4188954374082214], [103.88444230392918, 1.4189815610149101], [103.88445385116111, 1.4189983195190448], [103.88447452590329, 1.4190398971732259], [103.8845022481174, 1.4190742017786928], [103.88453181992473, 1.4191220075859412], [103.88465655856609, 1.4192920152021338], [103.8846862618064, 1.4193503830659377], [103.88471970670568, 1.419405746549941], [103.88482667374623, 1.419564990817943], [103.88497701035246, 1.4197672157914796], [103.88501694791553, 1.4198381341772783], [103.88504476016584, 1.4198796212284583], [103.88508499134595, 1.4199403935518098], [103.88522432732425, 1.4201359961004916], [103.88525092206949, 1.4201808799657059], [103.88529924165691, 1.420250424428102], [103.88539584468886, 1.4204203648073936], [103.88547118408151, 1.4205352109347704], [103.88550231296463, 1.4205732757926912], [103.88556770536363, 1.4206650029933932], [103.8856170172887, 1.4207467906987876], [103.88567431139364, 1.4208289010787556], [103.885724547228, 1.420917438025288], [103.88580894126702, 1.421051187843682], [103.88591493774472, 1.421199878153214], [103.8859537399081, 1.4212471438227163], [103.88598135864169, 1.4212729971333027], [103.88600608940574, 1.421303112775007], [103.88603700391896, 1.4213576632719636], [103.88610288531899, 1.4214548781216898], [103.8861521918791, 1.4215362434760639], [103.88620140391781, 1.4216100022299671], [103.88623744685306, 1.421671672659419], [103.88635234406998, 1.4218270125253925], [103.88638922179268, 1.4218882488382965], [103.88643275435534, 1.421944330124564], [103.88644478337663, 1.4219661539459567], [103.88646882340949, 1.4220081122379267], [103.88652693615283, 1.4220885205623577], [103.88661215425955, 1.422220991557429], [103.88672111533924, 1.4223717581739557], [103.88681196525052, 1.4225181037739225], [103.886857265527, 1.4225813466641895], [103.88695398412575, 1.422726773287326], [103.88701284706079, 1.4227999882729636], [103.88708176235919, 1.4229047725415285], [103.88713214965618, 1.4229717548492848], [103.88721288736677, 1.4231002015061542], [103.88741019902542, 1.4234141041333281], [103.887447821556, 1.423467724764005], [103.88749173600624, 1.4235208424191959], [103.88755026306403, 1.4236008229401231], [103.88764904934663, 1.4237436883230972], [103.88772571720689, 1.4238640111584255], [103.88775921446322, 1.4239235997756217], [103.88781308047355, 1.4240002577681956], [103.88784105757492, 1.4240548453853206], [103.88788937102264, 1.4241239665428727], [103.88792635955919, 1.4241940773428177], [103.88799019423192, 1.4242955444955598], [103.88800834583505, 1.424336732391393], [103.88804679147373, 1.4243890733167566], [103.88818513474317, 1.4245724324097955], [103.88829375392297, 1.4246957316219313], [103.88830660334973, 1.4247158552088417], [103.88831401994841, 1.4247381611551202], [103.88830794320134, 1.4247559881132434], [103.88826867416844, 1.4248059307182614], [103.88826722608094, 1.424824544361418], [103.88833021610142, 1.4249256000377695], [103.88841148208581, 1.4250441746010083], [103.88847156884256, 1.4251482246899996], [103.88851174798765, 1.4252047708544788], [103.88856144734868, 1.4252840181194284], [103.88857791690118, 1.4252914172235958], [103.88867518558462, 1.4252453891054737], [103.88884585379643, 1.425158706259378], [103.8889199566592, 1.4251070544567246], [103.88915620883085, 1.4249591075116383], [103.88919623600995, 1.4249362026270598], [103.88926222063192, 1.4249070524783534], [103.88937357972605, 1.4248460549638775], [103.8894039029296, 1.4248194686497984], [103.88946193485448, 1.4247836137398426], [103.88947841729382, 1.4247665995465895], [103.88952054381058, 1.4247534445471735], [103.88954551981782, 1.42474007744271], [103.88962357441534, 1.424678620412979], [103.88970125309079, 1.4246415070446128], [103.88979510758642, 1.4245794292269938], [103.88999942211143, 1.4244754142476328], [103.89009589417331, 1.4244127919266407], [103.89019176165243, 1.4243572706783303], [103.89031934768562, 1.4242695388297566], [103.89039959266432, 1.4242305569599047], [103.89162654713462, 1.4235164090697616], [103.89234180363269, 1.423100094207336], [103.89423085740486, 1.4220005704643817], [103.89432983592447, 1.4219232510972635], [103.89438233526025, 1.4218942060712554], [103.89444366236467, 1.4218661402345063], [103.89453650291517, 1.421800564180735], [103.89460651720849, 1.4217584443013433], [103.89469714151586, 1.4217150740386497], [103.89477246229656, 1.421685131265186], [103.89490309090559, 1.421607897845755], [103.89503732231111, 1.4215442351989385], [103.89507905578095, 1.4215209204933508], [103.89519358265709, 1.4214478566063655], [103.89525257960507, 1.4214163442828815], [103.89531755983913, 1.4213691139612077], [103.89538188605161, 1.4213276598242304], [103.89547866536174, 1.4212729875366346], [103.89553205217717, 1.4212328486361325], [103.89558224323295, 1.4212122974270112], [103.89573233141465, 1.4211267794663272], [103.89589227993731, 1.4210461818685574], [103.8960196131931, 1.4209633260512409], [103.89609290562623, 1.420926385327878], [103.89623658066519, 1.4208455421651007], [103.89639408900322, 1.4207473456900037], [103.89657592221319, 1.4206189979653652], [103.89665487898831, 1.4205694493395047], [103.89674025754698, 1.420504165516018], [103.89683631260465, 1.4204194402956636], [103.89695617817739, 1.4202913140155455], [103.89697829732305, 1.4202723091115717], [103.89699679269305, 1.420261850541374], [103.89701590309916, 1.420233230529457], [103.89714057307442, 1.420092971168688], [103.897255370371, 1.419924788049695], [103.89736376682804, 1.4197502202987187], [103.89743348027507, 1.4196209658429542], [103.89746361274416, 1.419559178899251], [103.89751701856306, 1.4194287944420787], [103.89753916521853, 1.4193651085574945], [103.89757914000444, 1.4192737387084347], [103.89765249900879, 1.4190797552435188], [103.89768000063391, 1.4189614474711905], [103.89769600179875, 1.4188639403772254], [103.89773576627194, 1.4183815247290943], [103.89772940543519, 1.4182287155381479], [103.89771847461166, 1.4181167827935037], [103.8977151594675, 1.4180425952483227], [103.89770640774967, 1.4179641962351226], [103.8976948011049, 1.4179142223459076], [103.89765880713581, 1.417779386395417], [103.89765112127972, 1.4177058130347084], [103.89764488869014, 1.4176738403471965], [103.89764179441377, 1.417657960717687], [103.89758368993766, 1.4174629454285155], [103.89753788212946, 1.4173470742483771], [103.89746615512175, 1.4171862135212545], [103.8973981741865, 1.4170198975672166], [103.89732101062873, 1.4168548271740498], [103.89728752702165, 1.416773418219186], [103.89723480680429, 1.4166719745316954], [103.89720098059937, 1.416581732667737], [103.8971204582309, 1.4163867116531466], [103.89702136078644, 1.4161773814068703], [103.89697073060411, 1.4160391382039894], [103.89682379057459, 1.4157294990913705], [103.89677950701511, 1.41565293781204], [103.8967286233312, 1.4155761958405766], [103.89670711083963, 1.415531475663194], [103.89666540411048, 1.4154760483781696], [103.89659122364232, 1.4153652713273697], [103.89652343920856, 1.4152834409616273], [103.89647876933435, 1.415242284608158], [103.89641004435147, 1.415170222293362], [103.89638690972846, 1.4151516671983053], [103.89636489041824, 1.4151392608391764], [103.89633016720096, 1.4151052342114958], [103.89623192868733, 1.4150201751865599], [103.89621566755378, 1.4150088692790384], [103.89613730617953, 1.414971690322912], [103.89607242980387, 1.4149308854042275], [103.89597032925876, 1.4148822515168935], [103.89587563752316, 1.4148320013264803], [103.89572309458279, 1.4147747303162237], [103.89564332298664, 1.414757953819072], [103.89554528084828, 1.414723316634864], [103.8953838733202, 1.4146982438910098], [103.89531898258085, 1.414691059564611], [103.89525384036673, 1.4146887506662684], [103.89521398244511, 1.414681025759595], [103.89515584469653, 1.4146780004146666], [103.89496971068223, 1.4146839814308718], [103.89489647627015, 1.4146996867535964], [103.89487880759705, 1.4147087851212221], [103.89485048130905, 1.4147377662028024], [103.89476531091927, 1.4147517273228385], [103.89458357038498, 1.4147690371516992], [103.8945543709741, 1.4147754914645356], [103.89449838949864, 1.414794056818206], [103.89445350984334, 1.414804223957542], [103.89437432931811, 1.4148139678579008], [103.89419977637951, 1.41482391775697], [103.89411279889072, 1.4148366218357382], [103.89402740639159, 1.4148448411312913], [103.89387828580222, 1.414875909935807], [103.89372255280632, 1.4148837937386622], [103.89349667472914, 1.4149077028739205], [103.8933885984095, 1.414920350501241], [103.89330648228464, 1.4149337489744143], [103.89321621042158, 1.4149408315822656], [103.8929690494676, 1.414971326793607], [103.89287303830974, 1.4149777511599861], [103.89265151114255, 1.415000600186846], [103.89252382146344, 1.4150175584747895], [103.89248373572806, 1.4150266510694443], [103.89230056272355, 1.4150409248085787], [103.8921529578529, 1.4150657415995962], [103.89197971080236, 1.415086699210514], [103.89182231304397, 1.4151083609056017], [103.89170324698294, 1.4151209978811183], [103.89162644394627, 1.4151248686914628], [103.89162384433722, 1.4151249998899016], [103.89157094560052, 1.4151323853546325], [103.89144512475394, 1.4151408633199616], [103.89133647800404, 1.4151614963958181], [103.89121300132533, 1.4151964260168397], [103.89108504395251, 1.4152178174224244], [103.89089853789989, 1.4152255815262986], [103.89084346279301, 1.415233495177141], [103.89078119259682, 1.4152372661169115], [103.89069514423954, 1.4152512614760238], [103.89063848413358, 1.4152636598999728], [103.89058068894984, 1.4152694682540408], [103.8904030465987, 1.4152790959910428], [103.89023680398059, 1.4152993361385486], [103.89005664835409, 1.4153121590272626], [103.889993250546, 1.4153208415717577], [103.88985078608609, 1.4153308581820845], [103.88970596300642, 1.4153480455395067], [103.88964197038639, 1.415359026076624], [103.88959706714142, 1.4153612844644936], [103.88954553519376, 1.4153708113826087], [103.88935811201868, 1.4153934675386823], [103.88915633376162, 1.415409965311928], [103.88906751419883, 1.4154263020751432], [103.8888410915316, 1.4154532557633495], [103.8887011587518, 1.415479113977772], [103.88854002510736, 1.4155221465548964], [103.88846940039394, 1.415549664409933], [103.88838402436492, 1.4155727204857151], [103.88831335823333, 1.415596857826257], [103.8881499894241, 1.4156627400786437], [103.8880519547667, 1.4157146935710156], [103.88787016050179, 1.4157846124159947], [103.8878071937186, 1.4158200631468367], [103.88771719521962, 1.415876565383957], [103.8876431772393, 1.415934977256812], [103.88761315853138, 1.415952262159917], [103.8875288324205, 1.4159922089776553], [103.88743170093242, 1.4160492232416075], [103.88736203339961, 1.4160860270459226], [103.88711753232916, 1.4162459115782968], [103.88698993995872, 1.4163185259019153], [103.88689247882675, 1.4163827289373891], [103.88684342134255, 1.4164222299636553], [103.88680045500273, 1.4164451728556142], [103.8867855091089, 1.4164588860667842], [103.88670455718942, 1.416500059094054], [103.88668081506125, 1.4165155730962042], [103.88664927621835, 1.4165455561908118], [103.88658605359694, 1.4165941120274426], [103.88642464859859, 1.4166827913120774], [103.88633949846388, 1.4167240168768518], [103.88626156502616, 1.416771489616016], [103.88617686603357, 1.4168152455737857], [103.88611810279777, 1.4168510669527585], [103.88605342048746, 1.4168835812083682], [103.8860138292545, 1.4169077485171209], [103.8859382453052, 1.4169416683999616], [103.88585960234255, 1.4169659080428367], [103.88573796601173, 1.4170109752501818], [103.88561710143962, 1.417050539381561], [103.88556155577564, 1.4170749087181462], [103.88546682770637, 1.4171225943377166], [103.88539066656526, 1.417143844082849], [103.88532659666761, 1.4171581769800201], [103.88530143176695, 1.4171606084775001], [103.88521657430759, 1.4171916879407025], [103.88514043386675, 1.4172146270283568], [103.88496207588047, 1.4172570312165578], [103.88489932880998, 1.4172764194646257], [103.88479419718944, 1.4172980352021078], [103.88464750499415, 1.417320597826084], [103.88442896145898, 1.417373231221012], [103.88427223390012, 1.4173993020703828], [103.88417154727688, 1.417406913611665], [103.88410823832916, 1.4174148996351326], [103.88407680672789, 1.4174199457726755], [103.88398889473925, 1.4174417654802958], [103.88396748229039, 1.417442036356196], [103.88393356181987, 1.4174158394984564], [103.88386470483402, 1.4174167101046915], [103.8837016538565, 1.4174407480450595], [103.88353921851066, 1.4174695510522168], [103.88353740606544, 1.417469872140823], [103.883511039847, 1.4174769683524187], [103.8834471382535, 1.4175048232384448], [103.88343136295418, 1.417519391974694], [103.88341983896461, 1.4175381333518386], [103.88341724803654, 1.4175660583466032], [103.8834200098148, 1.4175854641200176], [103.88342866005766, 1.4176056411873694], [103.8834826684749, 1.4176741392209193]]]}, "id": "21"}, {"type": "Feature", "properties": {"MSLINK": 26.0, "GDO_GID": 23.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SERANGOON(CONEY ISLAND)"}, "geometry": {"type": "Polygon", "coordinates": [[[103.91713739860069, 1.4161639433747788], [103.91733208456561, 1.4159119427814868], [103.91755455467636, 1.4158559672542212], [103.91786046258981, 1.4156879896265895], [103.9181663869355, 1.4153799984899242], [103.91863919107293, 1.4148200022252582], [103.91902856677959, 1.4142879971996831], [103.91952918851624, 1.4136439952772053], [103.9198907329028, 1.4133080073044044], [103.92044693060548, 1.4129720463097077], [103.92078064555189, 1.4128040727034634], [103.92128121488668, 1.4125801162579406], [103.92180960024788, 1.4122721532809663], [103.92258827564402, 1.4118242086780624], [103.92328352520433, 1.4113762535128307], [103.92395098913993, 1.410760274958959], [103.92439597224576, 1.4102842840876806], [103.92506343807402, 1.4096403025559952], [103.92531374889596, 1.4093043001316448], [103.9257031264646, 1.4087442905166718], [103.92592562614233, 1.408436287312939], [103.92628717127634, 1.40807229574581], [103.92647392216782, 1.4079604990562453], [103.92656526994148, 1.4079043136526286], [103.92698243766733, 1.4074843234144414], [103.9276498977235, 1.4068683457199398], [103.92817831387255, 1.4063083545021997], [103.92867890700624, 1.405860372361839], [103.92937417033573, 1.4052723993875702], [103.92984697400603, 1.4046843974987424], [103.92998602834676, 1.4045444017917503], [103.93018070619308, 1.4043484056190851], [103.93037540403606, 1.4039843914988521], [103.93062572351806, 1.40356437961122], [103.93070915362168, 1.4035083843084677], [103.93084820540832, 1.403396390339694], [103.9307370111506, 1.403088342833891], [103.93073704206226, 1.402836315030029], [103.93068145707664, 1.4025842814148597], [103.93059805036101, 1.4024442551885792], [103.93045901530698, 1.4024162347972275], [103.93031998025565, 1.4023882134929642], [103.93023656354447, 1.4023321962197144], [103.93009753184286, 1.402276172213534], [103.93001412182863, 1.4021641495552852], [103.92993070937591, 1.4020801286772444], [103.92979167434882, 1.4020521082438635], [103.92970825766139, 1.4019960918541645], [103.9296248443266, 1.4019120709639], [103.92956922688911, 1.4019400678139557], [103.92945797836332, 1.402080067767729], [103.92931890981714, 1.4023320769061416], [103.9292354495397, 1.4026400990705956], [103.92923542942268, 1.402808117011374], [103.92923540930647, 1.4029761349519103], [103.92915197247505, 1.403088136484845], [103.92895728792286, 1.4033401379496817], [103.92881822842868, 1.4035081380934946], [103.92865136991526, 1.4036201285666787], [103.92845670879524, 1.4036761084586444], [103.92837329543848, 1.403592088430087], [103.92826207457449, 1.4035080650121403], [103.92820647300596, 1.4033960456731964], [103.92817868231859, 1.4032560270304837], [103.92809527235303, 1.4031440043004442], [103.92801184982578, 1.4031439932294363], [103.9279284196637, 1.4031999884391029], [103.9278449827597, 1.4033119890253702], [103.92759469987318, 1.4034239683458662], [103.92737223797323, 1.4034239393734058], [103.92706701667726, 1.403491395462792], [103.92659428195849, 1.4035193366811674], [103.92614868394239, 1.403535790408245], [103.92573156851567, 1.4035357346787696], [103.92528663537085, 1.4036196853366023], [103.92478607944392, 1.403759634440954], [103.92439674761442, 1.403955603460895], [103.92395179294085, 1.404207570930995], [103.92350682017194, 1.4045995554030781], [103.92320091158348, 1.4047955345616896], [103.92286717737514, 1.4051315264126192], [103.92264466041703, 1.4055795455166367], [103.92244996032025, 1.4059435581684367], [103.92211621987418, 1.4063355553123227], [103.92161562784328, 1.4067555343346803], [103.921393155262, 1.4068395137959961], [103.9209204024879, 1.4070074682819202], [103.92044764618693, 1.407203426274321], [103.92003051530995, 1.4073153821503512], [103.91964118246342, 1.407511351333967], [103.91919610743592, 1.4078472319959152], [103.91886237400979, 1.4081832242296077], [103.91836186446866, 1.4087993164273462], [103.91797250247117, 1.409219309631689], [103.91769437947775, 1.4095833114207252], [103.91747187767123, 1.4098913139058784], [103.91697123252965, 1.4107313369754542], [103.91674872792707, 1.4110673430008809], [103.91641494901398, 1.411739369086713], [103.91635928388376, 1.4121314034080583], [103.91633139227375, 1.4128034727339311], [103.91633132839333, 1.4133075266894601], [103.91622004794087, 1.4136995539612747], [103.91619220529665, 1.4139795801110548], [103.91574718382029, 1.4147356010171277], [103.91541342258952, 1.415267613504074], [103.91510747590333, 1.415743622282968], [103.91505180347139, 1.4161916637789418], [103.91521857670261, 1.4167797488362093], [103.91538539652134, 1.4170037961157191], [103.91574686666856, 1.4172558716722148], [103.91613617696409, 1.4172559246230143], [103.91644208516851, 1.4170879489774566], [103.91674801078372, 1.416779956201882], [103.91697051588179, 1.416443951064935], [103.91713739860069, 1.4161639433747788]]]}, "id": "22"}, {"type": "Feature", "properties": {"MSLINK": 27.0, "GDO_GID": 24.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SEKUDU"}, "geometry": {"type": "Polygon", "coordinates": [[[103.98903868681334, 1.4048055337135275], [103.98906150379122, 1.4048361348438423], [103.98899049675337, 1.4046274755645016], [103.98895835419647, 1.404595098893665], [103.98879763205444, 1.4044817833174523], [103.98862085308006, 1.4042713440818786], [103.98844403678942, 1.4042713341902104], [103.98829937062553, 1.4042551395102902], [103.98813864257758, 1.4041741954738203], [103.98801006989443, 1.4040608813101831], [103.98778503548446, 1.4040284939405865], [103.98762428614064, 1.4040608599347761], [103.98752781678652, 1.4041903490911933], [103.98754387268983, 1.4042874709416446], [103.9876563843919, 1.404336037588731], [103.98781711243852, 1.4044169807547127], [103.98788137367798, 1.4046112277348943], [103.98789741857904, 1.4047730963820484], [103.98788131154619, 1.4049511516081516], [103.98778483278564, 1.4051292022345478], [103.98772051101813, 1.4052586937843363], [103.98772049060216, 1.4053720020438643], [103.9877686950424, 1.405469125368807], [103.98783299297233, 1.4054691292289536], [103.98792944104882, 1.4054529474113422], [103.98796163216969, 1.4052263332751012], [103.9880420387447, 1.4050320956570146], [103.98809027982857, 1.4049349758594711], [103.98813852001034, 1.4048378578700702], [103.98828320154605, 1.4047731176991296], [103.98836357831365, 1.404740748882859], [103.98854039301257, 1.4047569450243158], [103.98860468317338, 1.4047893231694009], [103.98868505236017, 1.4048055148938263], [103.9888297151355, 1.4048378957930592], [103.98894223535358, 1.4048379018209003], [103.98900653236407, 1.4048379056505336], [103.98903868681334, 1.4048055337135275]]]}, "id": "23"}, {"type": "Feature", "properties": {"MSLINK": 28.0, "GDO_GID": 25.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SAJAHAT"}, "geometry": {"type": "Polygon", "coordinates": [[[104.02092121658656, 1.4010408584368081], [104.02090505666962, 1.4008951918932053], [104.02079254042901, 1.4008952606415028], [104.02067997642492, 1.4008143964757391], [104.02067988000218, 1.4006525342758276], [104.02069589571599, 1.400555406619249], [104.02058331298883, 1.4004421709100094], [104.02042254651931, 1.400393709270249], [104.02027789217757, 1.4004099830710557], [104.02008502775969, 1.4004424722721691], [104.0199725021678, 1.4004263547572184], [104.01977960694656, 1.4004102852713272], [104.0197474790844, 1.4004426765644362], [104.01963504984161, 1.4005884212428235], [104.0196030080598, 1.4007664894278857], [104.01955489252475, 1.4009445679420192], [104.0196515090046, 1.4012358615591403], [104.01986061188973, 1.4014785296132675], [104.02006966707314, 1.4016402656357683], [104.02026259897916, 1.4017210799647661], [104.02039118901742, 1.4017210027099583], [104.02055190781834, 1.401688532334925], [104.02066436606061, 1.4015913462738692], [104.0207607402682, 1.4014779852311152], [104.0208892141983, 1.401283672409784], [104.02092121658656, 1.4010408584368081]]]}, "id": "24"}, {"type": "Feature", "properties": {"MSLINK": 29.0, "GDO_GID": 26.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SAJAHAT KECHIL"}, "geometry": {"type": "Polygon", "coordinates": [[[104.02329979859812, 1.4004890843411841], [104.02328362825605, 1.4003272307110208], [104.02305854801772, 1.400246436431099], [104.02292999742782, 1.4003112595983243], [104.02284968683453, 1.4004084259507887], [104.02281761624172, 1.400537935493037], [104.02283376778071, 1.4006674157899763], [104.02301061653235, 1.400732054023503], [104.02309097497199, 1.4007158187538638], [104.02323559083001, 1.4006347999080706], [104.02329979859812, 1.4004890843411841]]]}, "id": "25"}, {"type": "Feature", "properties": {"MSLINK": 31.0, "GDO_GID": 27.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU KETAM"}, "geometry": {"type": "Polygon", "coordinates": [[[103.9456824980402, 1.407714710682231], [103.94585932143507, 1.4076823494478683], [103.94603613637265, 1.4076985497398664], [103.94616472796054, 1.407714746036139], [103.94632547378114, 1.4076985709202865], [103.9465022989592, 1.4076662096375878], [103.94653445408532, 1.4076338382300904], [103.94664698768226, 1.4075690984828313], [103.94675952127271, 1.40750435963494], [103.94688812870568, 1.4074396218033343], [103.9469845847247, 1.4073910672948287], [103.94700065857332, 1.4073910683153543], [103.94712926970097, 1.4073101432920536], [103.94724180697204, 1.407229217243453], [103.9473061274136, 1.407115913776679], [103.94732223103068, 1.4069702328952958], [103.94732224687125, 1.406889297903547], [103.94735441590522, 1.4067921786736788], [103.94746695134711, 1.4067112526165497], [103.9475634203495, 1.406597951179288], [103.94757951743662, 1.4064846446553632], [103.94765991909543, 1.4063389678397613], [103.94767601988231, 1.4062094741362954], [103.9477724916613, 1.4060799855133073], [103.94790112592183, 1.4058857520098162], [103.94798152294041, 1.405756263269098], [103.94804583309964, 1.4056915195149073], [103.94812622730012, 1.405578217044743], [103.94815840929864, 1.4054163508997357], [103.94817449984723, 1.4053354169227776], [103.948270968762, 1.4052221154622309], [103.94836742746298, 1.4051573746306474], [103.94843174499708, 1.4050602583186362], [103.94844784483936, 1.4049307637083126], [103.94857647158625, 1.4047689045329768], [103.94873725057036, 1.4045908601931907], [103.94880155507819, 1.4045584907791777], [103.94896230155024, 1.4045423154993955], [103.94904268267916, 1.4044937608133123], [103.94913914782178, 1.4043966455964314], [103.94925169417365, 1.404267159738857], [103.9492838557081, 1.404202413942299], [103.94934816299325, 1.4041538573361236], [103.94952499343847, 1.404089123299576], [103.94962143908171, 1.4040891302309289], [103.94979825933594, 1.4040729549961652], [103.94992686738999, 1.4040082170166852], [103.94997510362411, 1.4039434731186882], [103.95020016287951, 1.4038463676824349], [103.95044129773379, 1.403749263224545], [103.95052168806627, 1.403652146958274], [103.95074673153574, 1.4036359764573587], [103.95092356189592, 1.403571242320613], [103.95110039961173, 1.4034741329117189], [103.95113255461672, 1.4034417614493897], [103.95142190437619, 1.4033770342329235], [103.95159873191325, 1.4033284854164232], [103.95172733341104, 1.4032961207945738], [103.95190415267979, 1.403279947214515], [103.95206489624788, 1.4032799580017141], [103.95224171363259, 1.4032799706687487], [103.95237030588927, 1.4032961666383856], [103.95251499963592, 1.4031666826122635], [103.95257931604309, 1.4030695652985126], [103.95264363611803, 1.4029562608066302], [103.95269187225357, 1.4028915168598641], [103.95291691284564, 1.4028915324284101], [103.95301335752943, 1.4028915392232375], [103.95315803279192, 1.402859176411602], [103.95330271815644, 1.4027782511579026], [103.95338309635672, 1.4027458835099724], [103.95352779367809, 1.4026002122516874], [103.95367253048286, 1.4022602966802957], [103.95380123390647, 1.4017099513576035], [103.95381735087271, 1.4014995226610412], [103.95394598715413, 1.4012891017027003], [103.95410675539247, 1.4011596176650625], [103.95413891675258, 1.4010948718146667], [103.95415501350392, 1.4009815652698692], [103.95421935916349, 1.4007387660484534], [103.95420331384345, 1.4005930832022628], [103.95413905543157, 1.4003988359023707], [103.95413910687033, 1.400139844700774], [103.95413913259071, 1.400010350908485], [103.95412309371494, 1.3998322937074514], [103.95397844894765, 1.3997189746884615], [103.95372130523839, 1.3994923403857213], [103.95360879154613, 1.3994599582757565], [103.95348019672761, 1.3994599495333304], [103.95343196157583, 1.3995246934903403], [103.95338372919267, 1.3995732502698335], [103.95327120261456, 1.3996056159463817], [103.95323905413225, 1.399605613983035], [103.95301399729213, 1.3996865333989077], [103.9529336164122, 1.3997350882033097], [103.95275678639904, 1.399799823369908], [103.95261211498801, 1.3998159998688926], [103.95240312911835, 1.3999131064880104], [103.95222629629534, 1.3999940278896406], [103.95211376043953, 1.4000749550455298], [103.9519851498808, 1.4001558803021963], [103.95190476806297, 1.400204435978522], [103.95177615470756, 1.4003015474979832], [103.95163146296322, 1.4004148461008792], [103.95156715394137, 1.4004795890323734], [103.95150284680099, 1.400528144784713], [103.95140637454358, 1.4006576335324377], [103.95137421679306, 1.400706191269148], [103.95130989670638, 1.4008194957280948], [103.95119735062494, 1.4009489834743716], [103.95113303699384, 1.4010299126694086], [103.95110087186379, 1.401110844758887], [103.95105263571409, 1.4011755895786415], [103.95097224916631, 1.4012565177739997], [103.9509400969732, 1.4012727020544566], [103.95081149925554, 1.4012888803511923], [103.95063464962777, 1.4014507366306472], [103.95053818745215, 1.4015316647185814], [103.95045779718542, 1.4016287800766483], [103.95036133778707, 1.401693520980067], [103.95026487280052, 1.4017906353320144], [103.95020056280505, 1.4018553782314196], [103.95013624542466, 1.401952495485981], [103.95007192245411, 1.402081986191388], [103.94999153125136, 1.4021791015361424], [103.94992721844467, 1.4022600316076717], [103.94987898593205, 1.4023085883243882], [103.94979859471384, 1.4024057036636073], [103.9497503621957, 1.4024542621867941], [103.94958958252802, 1.402632306581377], [103.94947704275782, 1.4027294189962307], [103.94942880093826, 1.4028265372407829], [103.94928409963327, 1.4029883963495704], [103.94926800633536, 1.4030855157012412], [103.94926798036172, 1.4032150113216748], [103.94923580495215, 1.4033445049277158], [103.94918757610014, 1.4033768744540183], [103.94909110080552, 1.4035225493974937], [103.94899463479504, 1.4036196646103278], [103.94893032471596, 1.40368440657635], [103.9488499297152, 1.4037977099720114], [103.94873738795779, 1.4039110104404318], [103.94862485089367, 1.403991936546495], [103.94854446326885, 1.4040728646711231], [103.94854444656389, 1.404153799661408], [103.94846405523012, 1.4042509149628064], [103.94835151903884, 1.4043318419618425], [103.94819075955965, 1.4044127641061706], [103.94802999726362, 1.404509874323736], [103.9479335246585, 1.4046393629527305], [103.94782097540626, 1.4047850359327436], [103.94774058682816, 1.4048659658423026], [103.9477244906522, 1.4049792723673247], [103.94757980212994, 1.4050763835747377], [103.94748334250913, 1.40514112347084], [103.94740293806481, 1.4053029874587388], [103.94732255316292, 1.4053677283679165], [103.9472421691552, 1.4054324710833177], [103.94719392910505, 1.4055134012076649], [103.94709746102252, 1.4056267035327443], [103.94700100226406, 1.405691443411396], [103.9469849144846, 1.4057561902039402], [103.9469045295556, 1.405820932004964], [103.94685629690849, 1.4058694886686776], [103.94674375968403, 1.4059504155996363], [103.94674375034585, 1.4059989762343068], [103.94666335606213, 1.4061122795671839], [103.94658296829773, 1.4061932076339498], [103.94648650297316, 1.406290320949169], [103.94637394984079, 1.4064521819549907], [103.94629357421762, 1.406468363102563], [103.94621317618156, 1.4065978526980139], [103.94619707621092, 1.4067273473020248], [103.94614883610004, 1.406808277408848], [103.94605237816504, 1.4068730190621648], [103.94593984458118, 1.4069377578752047], [103.94579516239904, 1.407002494625425], [103.9456665437983, 1.4071157939375991], [103.94553792980297, 1.4072129051589182], [103.94544146811329, 1.4072938330651903], [103.94532893449103, 1.4073585727556965], [103.94531283357064, 1.4074880664527676], [103.94531281766243, 1.4075690005453558], [103.94529673264908, 1.4076175610540882], [103.94526457468226, 1.4076661196260347], [103.94529671674067, 1.407698495146631], [103.94536101112264, 1.4077146864543144], [103.94540923357646, 1.4077146904531184], [103.94555389247598, 1.4077632612706685], [103.94556996722652, 1.4077632623008667], [103.9456824980402, 1.407714710682231]]]}, "id": "26"}, {"type": "Feature", "properties": {"MSLINK": 32.0, "GDO_GID": 28.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU TEKONG KECHIL"}, "geometry": {"type": "Polygon", "coordinates": [[[104.0179636961819, 1.4200523315662519], [104.01803128831563, 1.4201956146091148], [104.01803395584963, 1.4202589403370305], [104.01800899930501, 1.4203476219956486], [104.0180228977049, 1.4204946081831096], [104.0180801278166, 1.4205755491515908], [104.01817239242502, 1.420628390667698], [104.01823850845517, 1.420616432429732], [104.0182717324172, 1.4206576495402716], [104.01833893014728, 1.4209369129468723], [104.01837889737207, 1.4211622244773436], [104.01846650488397, 1.4211955113950776], [104.01874120613702, 1.4215245502394245], [104.01902818488084, 1.4219440420441356], [104.01908990462472, 1.4221289613017525], [104.01908133709371, 1.4222249000267768], [104.01897139924577, 1.4222760739480544], [104.01891397028862, 1.4223728576814387], [104.01895996539498, 1.4225428472451898], [104.01888301341046, 1.4227027450681238], [104.01890810014639, 1.4228379447246737], [104.01884599551181, 1.4228969555651991], [104.01880218272763, 1.4229364823162995], [104.01879934700088, 1.423040364468259], [104.01890933858607, 1.423177607435214], [104.01914062181167, 1.423489474114539], [104.01925078179927, 1.4236195445735436], [104.01936800329497, 1.4237322607058003], [104.0194446929859, 1.4237753679880085], [104.01985304921601, 1.423731610830089], [104.02008233610145, 1.4236208823286571], [104.02012899180104, 1.4235342445473056], [104.02012721805023, 1.4234679660265548], [104.02010129291925, 1.4233447609766918], [104.0201118876734, 1.4232160354558827], [104.02014912258201, 1.423106935972768], [104.02012984821958, 1.4228872985755663], [104.02022065202247, 1.4228639749906178], [104.02024257530563, 1.4228253796814383], [104.02022036146413, 1.4227818962921317], [104.02016441241719, 1.4227321484434017], [104.02011684972874, 1.4226247479249279], [104.02012901615883, 1.4225078024567315], [104.02019765325215, 1.4224126465367422], [104.0203668053944, 1.4222862585207314], [104.02060700194477, 1.4219872958103061], [104.02063314082123, 1.4219306572879968], [104.02075641585124, 1.4219183832077023], [104.02083995550507, 1.4218624001758333], [104.02087477942963, 1.4217529192446183], [104.02102252661919, 1.421430324113869], [104.02103719698529, 1.4212864629089266], [104.02118086899698, 1.4212524264561306], [104.02130394459041, 1.4212857402005248], [104.02140818565881, 1.4212834400155063], [104.02144877954572, 1.4213427780125782], [104.02151758252245, 1.4213997289011175], [104.02160050480825, 1.4214324951653958], [104.02174221537673, 1.4214338427874609], [104.02240108025659, 1.421133788324957], [104.02257440078075, 1.4210193256112325], [104.02276718621847, 1.42088019308226], [104.02299233621852, 1.4207442511582669], [104.02313067800121, 1.4206252206688579], [104.02316060798199, 1.4206132589526792], [104.02335314722055, 1.4205851644931544], [104.02338340319808, 1.420548913476161], [104.02334496609724, 1.420470160562442], [104.02342806692114, 1.4203677639802856], [104.02353416120181, 1.4203042511155264], [104.02422748236422, 1.4201656376810765], [104.02438281641633, 1.4202234340971873], [104.02444999109666, 1.4201809046518994], [104.02449981364376, 1.420001462147154], [104.02460976923744, 1.419841351637342], [104.02469345970229, 1.4198184969469343], [104.02474364861237, 1.419723596585793], [104.02497579925615, 1.4195660542077722], [104.02509555210285, 1.4194610047506566], [104.02515877572792, 1.4193209974958951], [104.0251734341274, 1.4192203963029266], [104.02523018311099, 1.4191417494284546], [104.02532833905596, 1.4190003356899106], [104.0254169231248, 1.4187590589279182], [104.02542272300154, 1.418600680799804], [104.0255015400547, 1.4184757126291363], [104.02574839730434, 1.4180964654101418], [104.02589949784233, 1.4181631284260985], [104.02595635347147, 1.4181468189813886], [104.02595588277941, 1.4179422928573047], [104.02614752353654, 1.4178536749668398], [104.02615814293415, 1.417603126001887], [104.02622442856243, 1.4173730316804647], [104.02627134881403, 1.4168822865063124], [104.02636279732751, 1.416694276219255], [104.02649108246396, 1.4165295175221218], [104.02658253998379, 1.41640718899711], [104.02665857039231, 1.4155878697585278], [104.02685625777428, 1.4153508659555731], [104.0269084647297, 1.415364282255294], [104.02697481524778, 1.415343684433165], [104.02711247904648, 1.4148139781937643], [104.02728009131218, 1.4142911705958847], [104.02725122811454, 1.414238911035609], [104.02718008988103, 1.4142041019165794], [104.02714739388318, 1.4141692705739262], [104.02710331331416, 1.4140749876430134], [104.0270350621249, 1.4138762840526211], [104.02695140881497, 1.4137481723777978], [104.02678116884417, 1.413595584253684], [104.02667294134315, 1.413567637785147], [104.0265071508486, 1.4134762951533824], [104.02637750821573, 1.4133378450527516], [104.02606961749419, 1.4128062398396655], [104.02596095462327, 1.412772244111539], [104.02578950349543, 1.4127943401376324], [104.02565155487378, 1.4127265455192388], [104.02558625172915, 1.4127528813647456], [104.02556436715821, 1.4127903263557466], [104.02556431911478, 1.4128836245392966], [104.02551315216544, 1.412873691703841], [104.02541345821926, 1.4128528400585858], [104.02509340822495, 1.4127383829686955], [104.02494516793446, 1.4126458088219829], [104.02478675844125, 1.4125865737929497], [104.02446977814706, 1.4125171932176446], [104.02427549309088, 1.41250549151058], [104.02421192573283, 1.4125506902932312], [104.02407051424278, 1.4126728890061642], [104.02370040209576, 1.412652342668322], [104.02330758361042, 1.4126086999061531], [104.02312367566469, 1.4126118359707227], [104.02293727628901, 1.412519384194236], [104.0228198559385, 1.4124195272772042], [104.02274579609531, 1.4124127316680883], [104.02272372072993, 1.4124915040508907], [104.02244191418545, 1.4123954001113468], [104.02187041052757, 1.4123570468447337], [104.0218243050962, 1.412433749297841], [104.02165369485886, 1.4123426544674722], [104.02134024150416, 1.4122613157222654], [104.02120718123075, 1.412259893139418], [104.02100144929021, 1.412193984799352], [104.02094312578659, 1.4121806574752813], [104.02081677937065, 1.4122197785508663], [104.02078308403364, 1.412249361967072], [104.02072742657123, 1.4123700432565454], [104.02048299563754, 1.4124529521092415], [104.02001062613537, 1.4126845297892545], [104.01935320769189, 1.4130708165535935], [104.01914457487365, 1.413228406184516], [104.01804405046506, 1.4143375192704697], [104.01769791857754, 1.4146260104291977], [104.01731554308624, 1.415016152610187], [104.01710900138268, 1.415281953940234], [104.01696188317722, 1.4155851656746343], [104.01688395893805, 1.4159391670393078], [104.01686082705476, 1.4161263377889322], [104.0169186196463, 1.4163002921140224], [104.01690512975496, 1.4163642558066998], [104.01653114711459, 1.4171150611427494], [104.01642052921652, 1.417406814438073], [104.01641038534521, 1.4175242978457236], [104.01646243495298, 1.4177763937999424], [104.01655586115898, 1.417987661869899], [104.01711458597043, 1.4189174089285326], [104.01720923946193, 1.4190339027243346], [104.01745049419648, 1.4192625515458517], [104.01753510846275, 1.4193529119557309], [104.01770258110375, 1.4194759329787816], [104.01778318610532, 1.4195915226070799], [104.01782435557318, 1.4197265229462273], [104.01782206099648, 1.4198676981214702], [104.01784189342241, 1.4199440533836398], [104.01789876682336, 1.4199576395251048], [104.0179636961819, 1.4200523315662519]]]}, "id": "27"}, {"type": "Feature", "properties": {"MSLINK": 34.0, "GDO_GID": 29.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU UBIN"}, "geometry": {"type": "Polygon", "coordinates": [[[103.92920659661856, 1.4242133662816867], [103.92933418551972, 1.4243204627905255], [103.92948303235059, 1.4244703953415219], [103.92967441214782, 1.424641747728636], [103.92980199119381, 1.424791678437285], [103.92990830602871, 1.4249201893027932], [103.93005715023439, 1.4250915389248728], [103.93016342912168, 1.4253913875953068], [103.93020592161956, 1.4256055632684217], [103.93031222303, 1.4257983254526105], [103.93033345130961, 1.4259910830998581], [103.93048229831521, 1.4261410137631694], [103.93075877484026, 1.4262052877108284], [103.93101401316102, 1.4261196391196052], [103.93120543807515, 1.4260768202239944], [103.93131178444818, 1.4260554112192863], [103.93148191909074, 1.4261196760657242], [103.93173710358727, 1.42629103365864], [103.93186470077913, 1.4263552948780884], [103.93205611673415, 1.4263553101369701], [103.93220500864282, 1.4262910704544618], [103.93237517913079, 1.426183998329498], [103.93246025228201, 1.4261840045922571], [103.93254534870388, 1.4260769261929191], [103.9325028291314, 1.4259912541604487], [103.93237524537349, 1.425862740733448], [103.93237526775462, 1.42575565516934], [103.93241779537067, 1.4257984920750857], [103.93252411129089, 1.42592700370899], [103.9325879022752, 1.425991260418959], [103.93269421374077, 1.4261411882516462], [103.93277925558402, 1.4262911151943969], [103.9328429857825, 1.426655212373554], [103.9328854919684, 1.4268051366387504], [103.93299179365516, 1.4269978986769871], [103.93309811323516, 1.4271049931646609], [103.93320442925592, 1.4272335047585722], [103.93333200420467, 1.427404852352997], [103.93339578275489, 1.427533360370618], [103.93354463094968, 1.4276832926204148], [103.9336509595134, 1.4277475510457098], [103.93407631039705, 1.4278332541328123], [103.93426773983359, 1.4277690169598531], [103.9346506155893, 1.427554875028414], [103.93482080295185, 1.427362133376037], [103.93494843499127, 1.4272550575257896], [103.93501224923034, 1.4272122286058506], [103.93513985545226, 1.4272336554104723], [103.93524617513613, 1.4273407488857692], [103.9354588412131, 1.4274264340605847], [103.9356502572355, 1.4274264490122308], [103.93586296421776, 1.42731937925133], [103.93605440597781, 1.4271908906047142], [103.93622458431177, 1.4270409839820697], [103.93635221716258, 1.4269339071547318], [103.93647985000148, 1.4268268321297561], [103.93671380608677, 1.426805432488633], [103.93690523091769, 1.4267626131196633], [103.93713921890941, 1.4265912936692287], [103.93739446141487, 1.426484227270707], [103.93758588177525, 1.4264628240523936], [103.93775600241294, 1.4265913406489412], [103.93805376556271, 1.4265699460979442], [103.93826647054463, 1.4264628761266562], [103.93854299144601, 1.4263129771246588], [103.93884078807778, 1.426120244702713], [103.93907475377954, 1.426056010610231], [103.93926618731624, 1.4259703568348792], [103.93941509661181, 1.425820447362472], [103.9395640014783, 1.4256919558940082], [103.93998939177132, 1.4255849012117148], [103.94020210627028, 1.4254349977621372], [103.94043608416374, 1.425306512215769], [103.94062750878102, 1.425263691644807], [103.94086146643716, 1.4252422924981525], [103.94107416765488, 1.425156639390591], [103.94135066972596, 1.4250924085006558], [103.9416484448907, 1.4250067621786295], [103.94201004194203, 1.424835451600714], [103.94222274745907, 1.424728382190306], [103.94239290765296, 1.424664142669746], [103.94254181316894, 1.4245356510245308], [103.9428396013494, 1.424385752333923], [103.94298848840636, 1.4243429299904866], [103.94328624589436, 1.4243429518896105], [103.94349893817638, 1.424300132780415], [103.94375418098907, 1.4241930657119846], [103.94392434983513, 1.4240859927776428], [103.94403070032727, 1.4240431660920025], [103.94415831425705, 1.4240217581910923], [103.944307206526, 1.423957517756174], [103.94445611971742, 1.4237861908834775], [103.94456247018452, 1.4237433641748978], [103.9447326171395, 1.423743376709172], [103.94481768670322, 1.423764800528362], [103.94503034490666, 1.4238933190232166], [103.94517921444404, 1.423936164055878], [103.94532809360055, 1.4239361748699273], [103.94545570315019, 1.4239361840022737], [103.94556205450046, 1.4238933572482262], [103.94564715366143, 1.4237648613075309], [103.94609381104613, 1.4236578072092743], [103.94624271192845, 1.4235507324472556], [103.94634907884216, 1.4234222363405975], [103.94639163798881, 1.423315154150979], [103.94666816917116, 1.423101002018972], [103.94679581867265, 1.4229082571505], [103.94696598727106, 1.422801183103429], [103.9471361601953, 1.4226726928461377], [103.947263779248, 1.422629867677289], [103.94747644957813, 1.4226941346354036], [103.94758279125402, 1.4226941420003365], [103.94796566914356, 1.4224585808881358], [103.94834853485708, 1.4222872710247012], [103.94841236601332, 1.4221587724456421], [103.94877397070951, 1.4219446266672053], [103.94881654612962, 1.4217518751300806], [103.94902925966251, 1.4216019700246076], [103.94905057502622, 1.42136638263998], [103.94896552805562, 1.42123787436771], [103.94879541160473, 1.421087941513198], [103.94879544190105, 1.4209380208935283], [103.9489656396466, 1.420681027905263], [103.94911456093064, 1.4204668665658486], [103.94913585123048, 1.4203597817920062], [103.94907205386625, 1.4203169426648015], [103.94898698873155, 1.4202741027978831], [103.94877432815406, 1.4201670017589474], [103.94877434114078, 1.4201027504518495], [103.94907211010593, 1.4200385203370773], [103.94922097511939, 1.420102782224904], [103.94939111835556, 1.4201242115371144], [103.94945494075671, 1.4200385471400276], [103.94956129437037, 1.4199743031179244], [103.9497314289578, 1.4200385675131564], [103.95005046222887, 1.4199957551068447], [103.95009303320175, 1.4198244206559156], [103.95028449597177, 1.4195888454153223], [103.95034831832493, 1.4195031809969751], [103.95058228637843, 1.4194175296079026], [103.950752442502, 1.419374707519581], [103.95094384824435, 1.4194175545431553], [103.95115651834742, 1.4194818220823562], [103.95134794653057, 1.4194175835682155], [103.95158192834016, 1.4192676798755959], [103.95177335649151, 1.4192034413283774], [103.9518584465371, 1.4191177784904854], [103.95211368404097, 1.4190321276651843], [103.95226259203218, 1.4188822183558758], [103.95245403641498, 1.418732312261275], [103.95249660379464, 1.4185823948805303], [103.9525604208429, 1.4185181475090103], [103.95275183601991, 1.4185181610906221], [103.95290070530663, 1.418561005641119], [103.95294323402861, 1.4186038430541013], [103.95309210761373, 1.418625270492088], [103.95321969718835, 1.4187323656171786], [103.95332600864494, 1.4188822924249669], [103.95341106521894, 1.4189679672317286], [103.95364499880178, 1.4190536523351907], [103.9538364140152, 1.4190536658227444], [103.9540490893212, 1.4190965141832976], [103.95407034513515, 1.4191607679791332], [103.95447443049909, 1.4192250477526835], [103.95468712630513, 1.4191608105620617], [103.95492108648084, 1.4191179920387562], [103.9551975924985, 1.4190323424687898], [103.95541029590063, 1.4189252710196036], [103.95555920028633, 1.4187967786127673], [103.95555923442686, 1.4186254409296], [103.95558053115339, 1.418475521926293], [103.95570819335141, 1.4182185253459985], [103.95585710104389, 1.4180686149229227], [103.95583586652283, 1.417897276564419], [103.95594221557809, 1.4178544502708328], [103.95598474007285, 1.4179187038169176], [103.9561761423888, 1.4179829684088114], [103.95653768692112, 1.418068661774712], [103.956665313129, 1.4179830019245978], [103.95664408706712, 1.4177688293852764], [103.95662283209884, 1.417704576521844], [103.95662286190938, 1.417554655940608], [103.95670794319035, 1.4175118271359792], [103.95679302536662, 1.4174689992327782], [103.95719711897388, 1.4174904434511157], [103.95738854589004, 1.4174262044616264], [103.95772884721471, 1.4173833944071514], [103.95787772253536, 1.417404820634178], [103.95840941767105, 1.4174691081996706], [103.95845196163455, 1.4174262762188952], [103.95862210045962, 1.4174691228575063], [103.95880041356256, 1.4175589569602094], [103.95892903382091, 1.4174294715701237], [103.95897727275651, 1.4173485394142493], [103.95913804260874, 1.4172190558765112], [103.95917020400529, 1.4171543099579667], [103.95915416541818, 1.4169762528622605], [103.95912204751161, 1.4168143820063914], [103.95913815402149, 1.4166525139414818], [103.95910605966675, 1.4163773346967277], [103.95909003288133, 1.416134530723407], [103.95910616114227, 1.4158593542698752], [103.95920265252363, 1.4156327439838934], [103.95941166657826, 1.4153899548415674], [103.95960461031308, 1.4151309766803501], [103.95976538631919, 1.4149691187718527], [103.96005475251883, 1.4148234554304404], [103.96027980684852, 1.4147587233091332], [103.96053699719577, 1.4147587407878184], [103.96085844698464, 1.41495300434049], [103.96119596079699, 1.4151958302696774], [103.9615656053383, 1.415535780084002], [103.96180666421621, 1.4158271601203531], [103.96203164925576, 1.416118539214574], [103.96211198544928, 1.416296600817377], [103.96224054605756, 1.4164746651433766], [103.96236912557501, 1.41655560735152], [103.9625298600994, 1.416604178836847], [103.96262630710928, 1.4166041851804736], [103.9628353082773, 1.4164261426196632], [103.9631729652689, 1.4159405583027296], [103.96344633372615, 1.4154064088384264], [103.96343030650768, 1.4151636040296038], [103.96328568098434, 1.4149369782660446], [103.96306065280184, 1.4148722160386864], [103.96281953995359, 1.414856013484261], [103.96265878666514, 1.4149045632124218], [103.9624337360068, 1.4149531092964283], [103.96217653575638, 1.415001652634478], [103.96193541118228, 1.4150501977611651], [103.96169429560807, 1.4150501822595098], [103.96158178738482, 1.4149854262782975], [103.96135676824917, 1.4148721041803487], [103.96117998523367, 1.4146940361318479], [103.96109965098496, 1.4144997882170134], [103.96103540417265, 1.4142407934409922], [103.96109974934609, 1.413997994087399], [103.96119624949078, 1.4137228231333507], [103.96146957401744, 1.413415290635955], [103.96171072097292, 1.4132534371926628], [103.96208047332333, 1.4130430322331313], [103.96238590129913, 1.412962117317191], [103.96285208599909, 1.41281646637972], [103.96328611569592, 1.4127031869785112], [103.96349508326249, 1.412703200531103], [103.96381657603067, 1.412670847842342], [103.96400947868393, 1.4126222989431871], [103.96415416328739, 1.412541374807018], [103.96423457300567, 1.4123471368953937], [103.96417031069169, 1.4121690771655893], [103.96400959170634, 1.4120395708298707], [103.9638649349435, 1.4119748140558464], [103.96372026651953, 1.4119748050420087], [103.9635112927335, 1.4120071649368322], [103.96339875947065, 1.4120719045753436], [103.96325408115403, 1.4121204561352059], [103.9630772541886, 1.412169005874964], [103.9629808046661, 1.4121851857978878], [103.96278791191214, 1.4121851731023949], [103.96269682424082, 1.4121851673528811], [103.96257893898556, 1.412217532915719], [103.96269146508533, 1.4121851667486331], [103.96269682424082, 1.4121851673528811], [103.96293259384142, 1.4121204353057277], [103.96317372258197, 1.4120557029344951], [103.96343094044686, 1.4119100374077078], [103.96352739534106, 1.4118614840342236], [103.96392926362371, 1.411812949589763], [103.96400962041335, 1.4118938890271493], [103.96417034476654, 1.4119910210273972], [103.9642989151163, 1.4121205246524593], [103.96433105030793, 1.4121852742155352], [103.96439531622045, 1.4123471476758729], [103.96437921635449, 1.412476641411089], [103.9643309750138, 1.4125737599207067], [103.96421842023598, 1.4127518079677976], [103.9641541193511, 1.412767990640436], [103.96408981218782, 1.4128165467435077], [103.96394514012414, 1.4128327240126342], [103.96383261939924, 1.4128327168094987], [103.96373617703874, 1.4128165242376616], [103.96352721305587, 1.412800323539194], [103.96331824548088, 1.412800309990319], [103.96314141936573, 1.412848859739315], [103.96298066262473, 1.4129135966462887], [103.9627716797459, 1.4129945161811757], [103.96262699865802, 1.4130592548770142], [103.96246624188558, 1.4131239917507146], [103.96227333284601, 1.4132049139619216], [103.96204827332853, 1.4133020205987556], [103.96190358859546, 1.413382944613569], [103.96179105161484, 1.413463872257243], [103.9616463632575, 1.4135609834272993], [103.9615659722168, 1.4136581000608408], [103.9615177370457, 1.4137228441842564], [103.96148556944382, 1.4138199635624722], [103.96122831605506, 1.4141436850566835], [103.96119613219847, 1.4143217384729316], [103.96122823937642, 1.4145321698986935], [103.96145324674845, 1.414710240691758], [103.96166219378706, 1.4148073756023203], [103.96185508406242, 1.4148235755412855], [103.96204798874874, 1.4147588405218836], [103.96228911418855, 1.4147102962906009], [103.96261060186552, 1.414710317176681], [103.9628034939306, 1.414710329867717], [103.9628999399626, 1.414710336207184], [103.96302853556995, 1.4147103452563887], [103.96307677430792, 1.4146294130308823], [103.96309286796178, 1.4145322936363454], [103.96301252727659, 1.4143704192351199], [103.96288394157523, 1.4143218495811842], [103.96278749555921, 1.414321843239561], [103.9626267521984, 1.4143218332641345], [103.96253030528283, 1.4143218269118072], [103.96238563580735, 1.4143218169235232], [103.96225704111674, 1.4143218087408012], [103.96217666268358, 1.4143541767180192], [103.9620480616865, 1.4143865419581358], [103.96193554087834, 1.4143865346694446], [103.9618069587958, 1.4143217786883198], [103.9617587578629, 1.4142084675696018], [103.96180701195748, 1.414046601328259], [103.9621928572075, 1.4137390751434253], [103.96251438883864, 1.4135124802089793], [103.96291627631737, 1.4133668247083233], [103.96320563670507, 1.4132535362477288], [103.96349499167533, 1.4131726202817578], [103.9636557385423, 1.4131564439399042], [103.96383255300353, 1.4131726419195414], [103.96396113596434, 1.4132373986934006], [103.96394505490846, 1.4132697712265077], [103.96388074503705, 1.4133345144935319], [103.96375214322845, 1.4133668789172031], [103.96357533234355, 1.41333449376422], [103.96349496025049, 1.4133344892543993], [103.96338242962048, 1.4133830417287705], [103.96331812332211, 1.4134315987174761], [103.96318951880252, 1.413480151184071], [103.96310914131173, 1.413512519190082], [103.9629483809304, 1.413593444172026], [103.9629001520941, 1.4136258139829132], [103.96280370520829, 1.4136258076393533], [103.9627394078833, 1.4136258040109482], [103.96256258349196, 1.413658165648771], [103.96245005012338, 1.4137229061543037], [103.96236966901277, 1.413771462209824], [103.96230536538184, 1.4138038310994945], [103.9622249806649, 1.4138685734154413], [103.96211244097262, 1.413965687340553], [103.96206420221095, 1.4140466186438165], [103.96203203823057, 1.4141275508582885], [103.9620320256224, 1.41419229863146], [103.96208024547754, 1.4142084885359831], [103.96216061670664, 1.4142084939967055], [103.96230528887722, 1.4141923168305728], [103.96243388805756, 1.4141761378420648], [103.96262678997302, 1.4141275908536477], [103.96270716749231, 1.414095221053305], [103.962819703567, 1.414014294269927], [103.96291618462625, 1.4138362453714426], [103.96293225940813, 1.4138362462773206], [103.96301262163463, 1.4138848114071914], [103.9630608325023, 1.413949562797468], [103.96315726951808, 1.4139981297307709], [103.96323762816138, 1.4140628820204353], [103.96331799040153, 1.4141114480426207], [103.963430514782, 1.4140952690009418], [103.96354304813602, 1.4140305284486532], [103.96359129312609, 1.4139172227824062], [103.9636555967389, 1.4138848538582933], [103.96378419767852, 1.4138524885330486], [103.96388064367133, 1.4138524948348052], [103.96404138520138, 1.413868691893925], [103.96405744653156, 1.4139334414644698], [103.96405743039159, 1.4140143754963157], [103.96399312678197, 1.414046744431405], [103.96388060330887, 1.4140629244042628], [103.96376807265499, 1.4141114778040225], [103.96370376634697, 1.4141600348042922], [103.96367159883431, 1.4142571533004058], [103.9636715799908, 1.4143542754059142], [103.96373585580218, 1.4144675873755144], [103.96383228208592, 1.4145647148773184], [103.96392871914135, 1.4146132817742478], [103.96429845891869, 1.4144676233231444], [103.96437883642082, 1.4144352552744361], [103.96455566083202, 1.4144028934944815], [103.96471640776865, 1.4143867170716684], [103.96474856002145, 1.4143705316899382], [103.96490930337202, 1.4143705424215387], [103.96510218644873, 1.4144191155206527], [103.96519864855897, 1.4143381877372538], [103.96521473586239, 1.4142734399576644], [103.96535942051398, 1.414192515741403], [103.96543979798885, 1.4141601476579213], [103.96543978905284, 1.4142087073507126], [103.96540762697269, 1.4142734524343172], [103.96534332159747, 1.4143220103817544], [103.96531116577167, 1.4143543820342368], [103.96521470366517, 1.414435309822025], [103.96519861994017, 1.4144838695299473], [103.96519861368039, 1.4145162429601725], [103.96519860742069, 1.4145486172947506], [103.96518252101411, 1.4146133632655202], [103.96515036876164, 1.4146295477489366], [103.96506999394768, 1.4146457295611363], [103.96498962181428, 1.4146457242032542], [103.96489317847569, 1.4146295316878534], [103.96478066125056, 1.414613337371493], [103.96468421522982, 1.4146133311103133], [103.96458776204203, 1.4146456982761355], [103.9644591548053, 1.414710437984501], [103.96434662772101, 1.4147428042461734], [103.96423410421887, 1.4147589842390906], [103.96421802405702, 1.4147913567742498], [103.96421800165253, 1.4149046651407298], [103.96421798014707, 1.415017972602686], [103.96425011269712, 1.4150989102339049], [103.96434654261336, 1.4151798505414552], [103.96437868502498, 1.415212226666945], [103.9645715780165, 1.4152122392061333], [103.96465196270368, 1.415147496810898], [103.96484488700743, 1.414985639461996], [103.96494134466987, 1.4149208988541915], [103.96508601774738, 1.4149047215113422], [103.96518246377859, 1.414904727754582], [103.96523067830445, 1.4149532910197329], [103.96532710556511, 1.4150504193552058], [103.96532710288574, 1.4150666056179495], [103.96524672090187, 1.4151151608675991], [103.96518241996326, 1.4151313435740152], [103.9650698901915, 1.4151798970390934], [103.96502165419815, 1.4152446421332403], [103.96494127309975, 1.4152931973732896], [103.96487696230942, 1.415357940669645], [103.96481265331272, 1.415422684868765], [103.9646840424604, 1.4155036099514686], [103.96466796766815, 1.415503609058874], [103.96460366671359, 1.415519791750475], [103.96449114317744, 1.4155359717591753], [103.96434647990833, 1.4155035884698883], [103.96421790129227, 1.415422645467942], [103.96415362901406, 1.4152931463494736], [103.96410543063517, 1.4151636481253016], [103.96402508716886, 1.4150179600324053], [103.96394474640229, 1.4148560865762791], [103.96376796589935, 1.414661832480502], [103.96368760991186, 1.4145808921403413], [103.96351082316818, 1.4144190123572526], [103.96346261586939, 1.4143380747145995], [103.96335010494755, 1.4142895059891238], [103.96330188418575, 1.4142733161121785], [103.96317329668919, 1.4142409336429622], [103.96310900563732, 1.41420855659342], [103.96302863351265, 1.4142085511657927], [103.96304469212285, 1.4142894861055673], [103.9631250453841, 1.4143866127356073], [103.96318930769773, 1.4145646733972068], [103.9631732212341, 1.4146294193591789], [103.96320535643696, 1.4146941698405768], [103.9632535727161, 1.414726545982973], [103.96336608455677, 1.4147751138067903], [103.96344644054146, 1.4148560541584354], [103.96351072892381, 1.4149046192689652], [103.96354286234681, 1.4149855551037833], [103.96359105710111, 1.4151312405114498], [103.96368748430794, 1.4152283689210676], [103.96371961774234, 1.4153093047522087], [103.9637356701083, 1.4154226149240612], [103.96373565755061, 1.415487361787776], [103.96370348643737, 1.4156006683572995], [103.96362309183687, 1.4157139704188728], [103.96349447464041, 1.4158272706811361], [103.96343016110093, 1.4159082011101696], [103.96338192235349, 1.4159891324391316], [103.96333366116113, 1.4161833721365629], [103.96330150618022, 1.4162157437654517], [103.96317288714616, 1.4163452302772048], [103.9630924862095, 1.4164909075654375], [103.96301209514374, 1.4165880233463455], [103.96293171395335, 1.416636578523948], [103.9628352516682, 1.4167175071314386], [103.96273878578144, 1.4168146219996764], [103.9627226894094, 1.4169279294655386], [103.96275483182683, 1.4169603047086898], [103.96285127256145, 1.4169926853784616], [103.96293165107056, 1.4169603164665556], [103.96302810976864, 1.4168955759273274], [103.96310849455726, 1.416830832673121], [103.96320496491525, 1.4167013443586856], [103.96325320458023, 1.4166204130319386], [103.96336574433782, 1.4165232990459056], [103.96347827421492, 1.4164747456552351], [103.9635907924264, 1.4164909400273191], [103.96379975225557, 1.4165233278566578], [103.96389619567029, 1.4165395204109286], [103.96404085900132, 1.416571903722776], [103.96415337990541, 1.416571910898901], [103.96426590707907, 1.416539544638665], [103.96434629091945, 1.4164748022498053], [103.96437844947138, 1.4164262434398407], [103.96439453949215, 1.416345310304844], [103.96450708276774, 1.4162320091009561], [103.9645874639071, 1.4161834538725593], [103.96469999105454, 1.4161510875933268], [103.9647482208099, 1.4161187168385436], [103.96497327687172, 1.416037796188622], [103.96503759035693, 1.4159568666256408], [103.96510189757836, 1.4159083095868283], [103.96518227601304, 1.4158759406024788], [103.96523050217736, 1.4158597570057962], [103.96523048698288, 1.415940691936792], [103.96524654568549, 1.4160216277561177], [103.96524653942835, 1.41605400118585], [103.96519830610394, 1.4161025582130422], [103.96511793392081, 1.4161025528643632], [103.96506971132969, 1.4161025501963855], [103.9649571868726, 1.4161187302301537], [103.96487680574423, 1.4161672854705472], [103.96479642193009, 1.4162320278757188], [103.96471604347695, 1.416264395943802], [103.96463566502148, 1.416296765818004], [103.96458743257719, 1.4163453228339198], [103.96453919028195, 1.4164424404470204], [103.96447488034933, 1.4165071846398434], [103.96439449561332, 1.4165719270329944], [103.96437839932338, 1.4166852345030259], [103.96447484274668, 1.4167014270320377], [103.96463557731174, 1.416749998365305], [103.96469986845416, 1.416782376267394], [103.96486061823265, 1.4167500126523758], [103.96498922914257, 1.4166690866504408], [103.96508568776423, 1.41660434512695], [103.9652303770342, 1.4165072337393005], [103.96524644825541, 1.4165234208899644], [103.96524642322971, 1.4166529155126393], [103.96521426469434, 1.416701475237586], [103.96511779891637, 1.4167985892918324], [103.96498917906483, 1.4169280768023653], [103.96487664204535, 1.4170090036957868], [103.96469980223769, 1.4171223004496663], [103.96461941122473, 1.4172194171863124], [103.96447470756686, 1.4173974634738968], [103.96437825157948, 1.4174460178086283], [103.96433001820925, 1.417494575725811], [103.96420138931997, 1.4176726228930074], [103.96418529928752, 1.41775355693157], [103.96410491181668, 1.4178344855818343], [103.96402453329851, 1.4178668536313974], [103.96392808624178, 1.4178668473512088], [103.96387987257326, 1.4178182840630693], [103.96394418972838, 1.4177211664516782], [103.96405672950306, 1.4176240533348843], [103.96407281326813, 1.41757549363199], [103.96412105201796, 1.41749456138448], [103.96424966926523, 1.4173812610831176], [103.9643461368907, 1.4172679598926978], [103.96441044147771, 1.4172355909407592], [103.96447475411439, 1.417154659580728], [103.96453906764538, 1.417073730027934], [103.96455515139736, 1.4170251703227335], [103.96453909629032, 1.4169280473302763], [103.9645069601172, 1.416863298683832], [103.96445874646034, 1.41681473359786], [103.96434622554591, 1.4168147264377535], [103.96421763072799, 1.4168147183772064], [103.9640568898917, 1.4167985213498258], [103.96399260413109, 1.4167337690935202], [103.9639283165847, 1.4166852049071494], [103.96381579836289, 1.416669010552676], [103.96373543064229, 1.4166528179895646], [103.96363898363465, 1.416652811692579], [103.96354253752524, 1.4166528053915026], [103.96349431402108, 1.4166528017872941], [103.9634300166145, 1.4166527981858936], [103.9633496291495, 1.4167337277138201], [103.9632370920745, 1.41681465453168], [103.96320493349272, 1.416863213328257], [103.96314062440763, 1.416927956583705], [103.96310845953678, 1.4170088888114531], [103.96310844696576, 1.4170736365802568], [103.9631245091994, 1.4171383852514519], [103.96314057053551, 1.4172031339224662], [103.96312448046726, 1.4172840670527072], [103.96306017675644, 1.417316436874805], [103.963028024451, 1.4173326213330832], [103.96289941702177, 1.4173973609707176], [103.96275474016922, 1.4174297253602268], [103.96259401007708, 1.4173649667279857], [103.96256188024113, 1.4172678437129513], [103.96257796044092, 1.4172354711863213], [103.96259405052828, 1.4171545371537797], [103.9625297710874, 1.4170574123253734], [103.96235299140734, 1.4168631581292273], [103.9622083433681, 1.416749839770796], [103.96203156013834, 1.4165717718095483], [103.96196729064015, 1.4164260854539716], [103.96190301214519, 1.4163289606031504], [103.96153340527651, 1.415794768445266], [103.96130841852127, 1.4155195755582195], [103.96105126599457, 1.4153253157527432], [103.96079411079883, 1.4151472430843461], [103.9605851664698, 1.4150339218290848], [103.9603119103419, 1.414985341924223], [103.96015116781837, 1.4149853308760065], [103.95997432066264, 1.4151310016172995], [103.95982962217339, 1.415276674200196], [103.95958845948213, 1.4155194615198572], [103.95945982940351, 1.4156975084485512], [103.95942762910484, 1.4159564977058445], [103.95936329367476, 1.4161507355169651], [103.95936324930545, 1.4163773522903196], [103.95941143116843, 1.4165877846790114], [103.95944354457397, 1.4167658427003609], [103.95945959041504, 1.416911526355592], [103.95942742269288, 1.4170086448098262], [103.95936310625375, 1.4171057623109917], [103.95936308362366, 1.4172190706968135], [103.95941128813764, 1.4173161956013658], [103.9595077152848, 1.4174133232874409], [103.95970059854754, 1.4174618968246664], [103.95984526823284, 1.417461906059397], [103.9600220866362, 1.4174619180373378], [103.96019890865033, 1.4174457428315865], [103.96037572976226, 1.4174295685168814], [103.96064900695082, 1.417364838198449], [103.96087405789017, 1.417316292265065], [103.96108302859686, 1.417300119733067], [103.96130807050119, 1.4173001343624472], [103.96151703399397, 1.4173163352256803], [103.96180636702199, 1.4173487277975008], [103.96204745763363, 1.4174782397125745], [103.96235284660483, 1.417607755230578], [103.96261000758498, 1.4177534542527128], [103.96291537775683, 1.4179800899861954], [103.96307610161513, 1.4180772220228697], [103.96318854202273, 1.418179339805516], [103.96331712435891, 1.4182440947798014], [103.96339747688339, 1.4183412222877207], [103.96355820885965, 1.418405979950511], [103.96368680108019, 1.418422175207418], [103.9638957583984, 1.4184707501788034], [103.96408863912305, 1.4185355095943284], [103.96423329899882, 1.4185840800490743], [103.9644728082528, 1.4186002571874716], [103.96463668234917, 1.4187078939883229], [103.96490802024084, 1.418752216609864], [103.9651157461873, 1.4187945414932088], [103.96534078194769, 1.4188269309522545], [103.96564618284246, 1.4188916973324888], [103.96585513845346, 1.4189564583796357], [103.96609625349286, 1.4189564734078652], [103.96635344424352, 1.418956490193804], [103.96667492621987, 1.4189888838845421], [103.96686781950586, 1.4189888962017816], [103.96707678937115, 1.4189727231154536], [103.96728575923176, 1.4189565500104053], [103.96754294730844, 1.4189727529240073], [103.96778404723722, 1.4190537026954544], [103.96799299934756, 1.4191346498016097], [103.96826626667055, 1.4191184809784783], [103.96858775222346, 1.4191346881369145], [103.96870027678229, 1.419118507914556], [103.96889316916435, 1.4191185200608707], [103.9690378388992, 1.419118529612139], [103.96915034750566, 1.4191832842839114], [103.96929500749853, 1.4192318535016617], [103.96945573611744, 1.4193127978940745], [103.96968076840392, 1.4193613731768566], [103.96980935804288, 1.4193937552456293], [103.96998616679225, 1.4194423261252918], [103.97021119909759, 1.4194909013537849], [103.97038801139982, 1.4195232859421534], [103.97054875596683, 1.419523295341491], [103.97072557708908, 1.4195071193188535], [103.9710470714887, 1.4194747655426743], [103.9711435309253, 1.4194100246760804], [103.97123998592365, 1.4193614700642276], [103.97148112388079, 1.419248176195261], [103.97164187721829, 1.419199625841794], [103.97186691831065, 1.4191996403250744], [103.97204373675953, 1.419199650461964], [103.97215626743814, 1.4191510966528846], [103.9723009547218, 1.419053983931683], [103.97242955314633, 1.4190378052710222], [103.97299214839406, 1.4190864004722434], [103.9731207652431, 1.4189730997095882], [103.97324937855909, 1.4188759861021663], [103.97339406315358, 1.4187950604793231], [103.97355480764986, 1.4187950705777823], [103.97363518603451, 1.418762701300778], [103.9736994922271, 1.4187141449372271], [103.9737477376773, 1.4186008391011344], [103.97368348933816, 1.4183418457369212], [103.97377995388376, 1.418244729544744], [103.97389247220534, 1.4182609233977705], [103.97402104513918, 1.4183742401312567], [103.97408533291883, 1.4184228040100713], [103.97426215480563, 1.4184066277259473], [103.97426217670596, 1.4182933203145698], [103.97427827251246, 1.4181800128225903], [103.97437471864205, 1.418180018667648], [103.9744390169601, 1.4181800219591443], [103.97451939702398, 1.4181314663983906], [103.97443904759382, 1.4180181530667777], [103.97439084246608, 1.417921029443115], [103.97429441734974, 1.4178077152816508], [103.97429443925135, 1.4176944069654822], [103.97439090725823, 1.417581104496078], [103.97448735246397, 1.4175811103389666], [103.97456772205307, 1.4175973025161046], [103.97461592366808, 1.4177106132967705], [103.9746159052938, 1.4178077344508626], [103.97451943377831, 1.4179372240898604], [103.97450334762237, 1.418001970100857], [103.97463193983786, 1.4180181647407186], [103.97476054691123, 1.4179534253802846], [103.97484094100005, 1.4178401220727344], [103.97485703938848, 1.417710627419136], [103.97487314479595, 1.417548760253496], [103.97487317279234, 1.4174030785235947], [103.9748571259921, 1.4172573950688478], [103.9748410730723, 1.4171440859344022], [103.97479286795034, 1.4170469623182909], [103.97463212970881, 1.4170145788774535], [103.9745999784017, 1.417030763489174], [103.97451958783707, 1.4171278796268143], [103.97439095628467, 1.417322114447174], [103.97419803605715, 1.4174677844814783], [103.9740855212894, 1.4174354043831], [103.97400515170767, 1.4174192121881997], [103.97389266238426, 1.4172573366002614], [103.97389267817243, 1.4171764026037077], [103.97382839305214, 1.4171116506496875], [103.9737641166926, 1.416998339018728], [103.97368376292376, 1.4169012128133343], [103.97357125784886, 1.4168202721065546], [103.9734909067158, 1.4167069578271267], [103.97349092866173, 1.4165936495059641], [103.97358740281166, 1.4164479745557916], [103.97363564733294, 1.4163346687240341], [103.97366781181739, 1.416253735480573], [103.97371604405272, 1.4162051782930107], [103.9737160624711, 1.4161080571338072], [103.97370000085888, 1.4160433085635626], [103.97355534010693, 1.415994738706612], [103.97349104274527, 1.415994735384323], [103.97337851314535, 1.4160432883376386], [103.97326599230979, 1.4160432816097186], [103.97318721446204, 1.4160918623478234], [103.97313899188735, 1.4160918598487422], [103.97307469099832, 1.4161080427725403], [103.97299431006635, 1.4161565982797717], [103.97299430391689, 1.4161889716990488], [103.97301036903524, 1.4162375331141674], [103.97301036641004, 1.4162537211802995], [103.9730585828399, 1.4162860971008997], [103.97309073504869, 1.4162699125104985], [103.9731389585258, 1.4162699159145287], [103.97315502364778, 1.416318477328248], [103.97323537647533, 1.416415602652492], [103.9733157424975, 1.4164479820399964], [103.97331572758539, 1.4165289160390084], [103.97334787012983, 1.4165612920251314], [103.97336393525863, 1.4166098534366354], [103.973428231739, 1.4166098567608292], [103.9734442758206, 1.4167717273971827], [103.97337997843717, 1.4167717231695771], [103.97333176199274, 1.4167393463529305], [103.97326745756648, 1.4167717164452456], [103.97326743913214, 1.4168688376057594], [103.97321920687425, 1.4169173956903185], [103.97313883821235, 1.416901203462651], [103.97291380523073, 1.4168526294052273], [103.97278521135495, 1.416852621823346], [103.9726726904775, 1.4168526150703373], [103.97268878635933, 1.416739307581321], [103.97284955442309, 1.4166098213528335], [103.972865644145, 1.4165288890914485], [103.97292368659227, 1.4164558493611303], [103.97292995997293, 1.4164317721718835], [103.9729299696472, 1.4163832106863636], [103.9728817461673, 1.416383207278192], [103.97283352006093, 1.416399391030883], [103.97273707399862, 1.4163993851138645], [103.9726245531428, 1.4163993783563253], [103.97252810707963, 1.4163993724305557], [103.97241558622281, 1.4163993656628076], [103.9722869844132, 1.4164317323752704], [103.97228697209543, 1.4164964792156127], [103.9723030372023, 1.4165450406367917], [103.9723190996801, 1.4166097892199694], [103.97230300993867, 1.4166907232881452], [103.97222263249809, 1.4167230916094984], [103.97215833158322, 1.4167392745099898], [103.97207795940132, 1.4167392694063217], [103.97196544115818, 1.416723076360145], [103.97191723705902, 1.4166259517661972], [103.97196548166775, 1.4165126468655092], [103.9719172766752, 1.4164155222710089], [103.97180476551246, 1.4163669548900064], [103.97180478137615, 1.4162860208856183], [103.97191732072328, 1.4161889056127988], [103.97182088609887, 1.4161241528148096], [103.97178875327884, 1.4160432153165265], [103.97178876561168, 1.4159784684745615], [103.97169236010323, 1.4157680330136444], [103.97161200029169, 1.4157032810477983], [103.97161204084207, 1.4154928506437956], [103.97159598809824, 1.415379541468022], [103.97164422653398, 1.4152986099952303], [103.97175675877857, 1.415233869963501], [103.97182106229107, 1.415201499915109], [103.97194029368278, 1.4151553847933511], [103.97195663119999, 1.4150855255197372], [103.97226679860673, 1.4149828084865885], [103.97240958510366, 1.415217056574487], [103.97252832255286, 1.4152662909733071], [103.97260869468244, 1.415266295161946], [103.97264084688159, 1.4152501105787703], [103.9728016034455, 1.4151853730102493], [103.97293021568457, 1.4150882594370557], [103.97294631244864, 1.4149749528512776], [103.97286671536656, 1.414847232018609], [103.97274023000128, 1.4147321606051175], [103.97296471415615, 1.4145472485577362], [103.97309771560589, 1.414534652696954], [103.97312988534247, 1.414421346040835], [103.97320363795728, 1.4142627455482009], [103.97321973733133, 1.41413325089532], [103.97321975225493, 1.4140523159899379], [103.97321976807743, 1.4139713819888062], [103.97323585777706, 1.4138904488217283], [103.97323587622486, 1.413793326754221], [103.97330018582372, 1.4137285841550071], [103.97330020164449, 1.4136476492495664], [103.9732505620972, 1.4135733246183841], [103.97319344520925, 1.4134952419136002], [103.97343829992377, 1.4134870371667414], [103.97344489207742, 1.413534350233119], [103.97344487011452, 1.41364765765314], [103.97344485519734, 1.413728592558025], [103.97339660718487, 1.4138580846414022], [103.97333228529023, 1.413987575890902], [103.97334833547652, 1.4141170722103502], [103.97338046569118, 1.4142141950385745], [103.97339652727715, 1.4142789436142218], [103.97339651146181, 1.414359877614526], [103.97333220274889, 1.414424621121853], [103.9733000444188, 1.4144731809412263], [103.97318749553878, 1.4146188559460593], [103.97317141550778, 1.4146512285315755], [103.97315531613023, 1.4147807222798034], [103.9731231516425, 1.414861654612529], [103.97309099067701, 1.414926400687381], [103.97301059395743, 1.415055891097092], [103.9729462807918, 1.4151368208539736], [103.97291411981813, 1.4152015669270732], [103.97283372660586, 1.4153148701701577], [103.9727533395399, 1.4153957999912827], [103.97262472900667, 1.415476726394684], [103.97256042812914, 1.4154929083985202], [103.972431839586, 1.4154605273692498], [103.97235149208674, 1.4153310267804993], [103.97227113054295, 1.4152824620000757], [103.97219076104322, 1.4152662697328888], [103.97211038981077, 1.4152662646252614], [103.97196571327012, 1.4152986295690322], [103.97180495140141, 1.4153957414077165], [103.97172456429371, 1.4154766702923636], [103.97170846836708, 1.4155899777796663], [103.97174059147612, 1.415719475864193], [103.97178879291177, 1.4158327858191315], [103.97186914040171, 1.4159622864283243], [103.97204591899644, 1.4161727269885893], [103.97209413278149, 1.4162212900933069], [103.97220665010184, 1.416237484039994], [103.97230309000075, 1.4162698643044587], [103.97235130732125, 1.416302241145112], [103.97247989943877, 1.4163184359163188], [103.9725763490256, 1.416302254682324], [103.97260849771195, 1.4163022563560355], [103.972737092457, 1.4163022648551162], [103.97278531593547, 1.4163022673621224], [103.97291392560626, 1.4162213400420474], [103.97293000917419, 1.4161727811998004], [103.97294608659128, 1.4161565948724792], [103.97297825109885, 1.4160756634450962], [103.97309078775736, 1.4159947352823898], [103.97315348376864, 1.4159785280380983], [103.97326601074761, 1.4159461613528663], [103.97326602041589, 1.41589759986784], [103.9732981717192, 1.4158814143708622], [103.97341070131372, 1.4158328614220168], [103.97345893969063, 1.4157519299168888], [103.97350716929918, 1.4157195589912328], [103.97360363465386, 1.4156224437186857], [103.97370010524244, 1.4154929541200334], [103.9737162045904, 1.4153634603713356], [103.97365193443416, 1.4152177744071586], [103.97353944435623, 1.4150558987858197], [103.97360377240507, 1.414894033206792], [103.97368416908502, 1.41476454278007], [103.9737484673109, 1.414764547004679], [103.9738127681573, 1.4147483640660723], [103.97406993553545, 1.4148616883555956], [103.97415030151062, 1.4148940668142778], [103.9743431724846, 1.4150073868570752], [103.97448782877177, 1.415072142926153], [103.9746485581332, 1.4151530869693825], [103.97479321182277, 1.4152340301781194], [103.97484141338798, 1.4153473409602135], [103.97496998708651, 1.415460657655061], [103.97509856601985, 1.4155416000205374], [103.9750342354538, 1.415719651887795], [103.97501815805535, 1.4157358382279894], [103.97500205967854, 1.4158653310739215], [103.97492166916743, 1.4159624481251851], [103.97488951697792, 1.4159786327394805], [103.9747448352231, 1.4160433712749254], [103.97463231439419, 1.4160433646137418], [103.9745197996932, 1.4160109845298656], [103.97440728237903, 1.415994790696645], [103.97431083633997, 1.415994784843843], [103.97416615104859, 1.416075710505706], [103.97406968660138, 1.4161728258008999], [103.97398930831, 1.416205195084238], [103.97382854386109, 1.416318493318011], [103.9737642333156, 1.4163832368406164], [103.97368383659351, 1.41651272727347], [103.97368381817546, 1.4166098484324683], [103.97373202938125, 1.4166745995639822], [103.9737320048275, 1.416804094140725], [103.97381236121367, 1.4168850331835274], [103.97389272112272, 1.4169497859661557], [103.97392486368072, 1.4169821610383604], [103.97394092179124, 1.4170630967663], [103.97398912336352, 1.4171764084691592], [103.97410163198494, 1.4172411628955204], [103.97418200417717, 1.4172411679268104], [103.97427845378266, 1.417224986619009], [103.97435883471807, 1.4171764310663888], [103.97442315139341, 1.4170793132056876], [103.97443923493294, 1.4170307534514581], [103.9744392498043, 1.4169498185523457], [103.97447140813823, 1.416901260525789], [103.97453571075067, 1.4168688904013158], [103.97458395000265, 1.4167879588750676], [103.97458396486988, 1.416707024880652], [103.97458398325, 1.4166099028211399], [103.97460007903719, 1.4164965962323666], [103.97463224087463, 1.4164318501393105], [103.97477692265628, 1.4163671116084033], [103.97488946448118, 1.4162538099463315], [103.9749698401469, 1.416237627793095], [103.97508235396464, 1.4162700087576048], [103.97506626081261, 1.4163671290914843], [103.97501802950377, 1.416415686304701], [103.9748412051652, 1.4164480497918805], [103.974696519869, 1.4165289754877213], [103.97466434929318, 1.4166422821589721], [103.97466432217753, 1.4167879629867322], [103.97480897597461, 1.416868907087391], [103.97488932978511, 1.4169660323445694], [103.97498575488906, 1.4170793473868903], [103.97500178333463, 1.417322151088793], [103.97501780566674, 1.417597330014521], [103.9750659845401, 1.4178239490959756], [103.97514632004606, 1.4180181963950071], [103.97529096260628, 1.4181638872860842], [103.975435604286, 1.4183095781661044], [103.97559633561531, 1.4183743349553648], [103.97577315397314, 1.4183743448117345], [103.97598213064667, 1.4183257975129995], [103.97614288639947, 1.418261058796596], [103.97638403965718, 1.4180668304605186], [103.97649656667342, 1.4180344636123086], [103.97664123019773, 1.4180668461055812], [103.97685018763984, 1.4181154198769501], [103.97697878246122, 1.4181154272245902], [103.97715561995442, 1.4180183158335606], [103.97736462000213, 1.4178402729560158], [103.97747716783749, 1.4176945968575523], [103.97760577220647, 1.4176460445061252], [103.97791119744207, 1.4175813155923505], [103.97836130179304, 1.417468033236601], [103.97852204616282, 1.4174680420929144], [103.97873101312304, 1.417468055126796], [103.97882746527098, 1.4174356864731728], [103.97903645041706, 1.4173385774397038], [103.97908469815725, 1.4172090861711435], [103.97919723114421, 1.417144343979821], [103.97927760331511, 1.4171443488335314], [103.97934353410788, 1.4172414015761288], [103.97952032116564, 1.4174032800107508], [103.9796167620837, 1.4174356599532276], [103.97984179429774, 1.4174842333351527], [103.98000253170915, 1.4175166164013284], [103.98013110575931, 1.417629931863385], [103.98024361107139, 1.4177108722215879], [103.98045256080482, 1.4178080062258918], [103.9806293747132, 1.4178242037740423], [103.98077404776294, 1.4178080254390586], [103.98096693479768, 1.4178404099910675], [103.9811919756667, 1.417840422670872], [103.98133662715122, 1.417937551677234], [103.98138483858449, 1.418002302622976], [103.98162594733712, 1.4180346903437182], [103.98175456366432, 1.417921389146321], [103.98180280266828, 1.4178404574931898], [103.98196356420823, 1.4177433449840386], [103.98207611006619, 1.4176138576548207], [103.98220471340981, 1.4175653032481657], [103.98234938296429, 1.4175653119719254], [103.9824940344712, 1.4176624418068122], [103.98257439717717, 1.4177110061990794], [103.98273513116733, 1.4177595762233077], [103.98286372683368, 1.4177595832440009], [103.98305661988253, 1.4177595942137746], [103.98324951292967, 1.4177596051673778], [103.98347454431573, 1.4178081790870072], [103.98360311853196, 1.4179214943351603], [103.98374777355453, 1.4180024369291073], [103.98387634944405, 1.4180995650055817], [103.9840692245335, 1.418196697904551], [103.98419781078033, 1.418245265404173], [103.98435855770629, 1.418229087598084], [103.98455145586821, 1.418196725036347], [103.98474434295484, 1.4182291092624917], [103.98485684589308, 1.4183262374318186], [103.98498542274012, 1.4184233654390526], [103.98513008635157, 1.4184557464789926], [103.98535509228928, 1.4186500018627088], [103.98551581100465, 1.4187795065367474], [103.98559615679035, 1.4189251928216122], [103.98577296317423, 1.4189899496090295], [103.98590155799184, 1.4189899564526054], [103.98596588269383, 1.4188442786685083], [103.98596592191971, 1.41863384930899], [103.98622313536181, 1.4185043684695249], [103.98635174893056, 1.4184072541885926], [103.98638393934955, 1.4181806400632122], [103.98644826057372, 1.4180511485178038], [103.9866411586733, 1.4180187848811752], [103.98683405513644, 1.418002609284738], [103.98705908748222, 1.4180511819385917], [103.9874126704466, 1.4183425658864004], [103.98760554819512, 1.4184235104151928], [103.98779843693812, 1.418439707227835], [103.9879913359369, 1.4184073443809113], [103.98816817290287, 1.4183102321900427], [103.98828070725965, 1.4182293042349177], [103.9885218356446, 1.4181645701272982], [103.98874688580713, 1.4181160215189068], [103.9889237099648, 1.4180836569709865], [103.98911661142081, 1.4180351068848567], [103.98927736167079, 1.4180027424950274], [103.98945417899134, 1.4180027522071574], [103.9895988485239, 1.418002759567779], [103.989711378692, 1.417954204943773], [103.98982391386964, 1.4178732769207132], [103.98993644563392, 1.4178085351377983], [103.990032904399, 1.4177437926359795], [103.99016152025244, 1.4176304919189895], [103.99029013609314, 1.41751719029174], [103.99038660324567, 1.4174038881395392], [103.99045091580946, 1.4173229561461276], [103.99049915268458, 1.417242025249074], [103.9905795366243, 1.4171772811128112], [103.99074029858835, 1.4170801689392638], [103.99085283958624, 1.4169668665768858], [103.99102968720389, 1.4168050074053928], [103.99117437434009, 1.4167078944983282], [103.9912708355211, 1.4166269639003795], [103.99135125817946, 1.4163517922405315], [103.9913352010846, 1.4162546695492702], [103.99127092735125, 1.4161251713459486], [103.99125487365977, 1.4160118624093276], [103.99135134070673, 1.4158985593231574], [103.99136742977092, 1.4158176260964774], [103.99146389680493, 1.415704323006929], [103.99147999765215, 1.4155586411868437], [103.99146392627503, 1.4155424542372403], [103.99159254443755, 1.4154129663114834], [103.99160863598864, 1.4153158459359287], [103.99172117776267, 1.4152025435437052], [103.99181765404003, 1.4150406799036657], [103.9918337573608, 1.4148788127439536], [103.99183379859227, 1.4146521953835376], [103.99183382215429, 1.414522700911564], [103.99181777185042, 1.4143932048309364], [103.99175349475922, 1.4142798928801243], [103.99173745035547, 1.41411802340579], [103.99175354189752, 1.4140209030298314], [103.99170534547686, 1.4138752183884122], [103.99164106930645, 1.4137619073360244], [103.99149643448271, 1.4136598873046726], [103.99149644537748, 1.413595140519333], [103.9915125251354, 1.4135627678336546], [103.99149650434705, 1.4132714029743418], [103.99152867065449, 1.4131742833060423], [103.99156082856408, 1.4131257241787862], [103.99146441220935, 1.4129638511617628], [103.99136798317076, 1.4128667240209223], [103.99128762979332, 1.4127695984885222], [103.99120727052055, 1.4127048463459044], [103.99122337978817, 1.4125106048864224], [103.99127163265592, 1.4123487391439353], [103.99122343380822, 1.4122192407275918], [103.99119131722355, 1.4120411833817013], [103.99112704023823, 1.4119278723047362], [103.99103061466185, 1.4118145588977036], [103.99101455512854, 1.4117336242488732], [103.9908538475968, 1.411539373141887], [103.9908056572082, 1.411361315072024], [103.99080568084743, 1.4112318196855773], [103.99082177242238, 1.4111346984071977], [103.9907574913699, 1.4110537616130467], [103.99069321443662, 1.4109404496132503], [103.99069322876731, 1.4108595156743071], [103.99074149347501, 1.4106329022465105], [103.99078973112553, 1.4105519695466098], [103.99078976659355, 1.4103577273697423], [103.99077372231295, 1.4101958578726366], [103.99090234276291, 1.4100501828588288], [103.99088629256823, 1.40992068675741], [103.9908220131597, 1.4098235619068347], [103.99078987050139, 1.4097911870824207], [103.99069343070404, 1.4097588075872098], [103.99064521672074, 1.4097102448950412], [103.99058093732819, 1.4096131200358109], [103.99058095507496, 1.409515998945656], [103.99095069108654, 1.4093703364775283], [103.9910632233289, 1.4093055946844362], [103.99127221055996, 1.4091922984255512], [103.99144903310129, 1.4091599346657906], [103.99159371387718, 1.4090951942710193], [103.99170625538666, 1.4089818928116873], [103.99177057360178, 1.4088685874133784], [103.9918670369667, 1.4087714705795202], [103.99189920321737, 1.408674351815429], [103.99196351301816, 1.4086096078600547], [103.99207605358843, 1.4084963054826671], [103.99210821053396, 1.408447747258859], [103.99212429025553, 1.4084153736681102], [103.99218860843678, 1.408302069166072], [103.99234937564597, 1.4081725826525433], [103.99242976263919, 1.4080916522437026], [103.99244585413868, 1.4079945318658666], [103.99244587521129, 1.407881224538871], [103.99239766713187, 1.4078002866805177], [103.99233338094064, 1.4077355361680894], [103.99196368997991, 1.4076383952026466], [103.9919476363597, 1.4075250862597382], [103.99175475604096, 1.4074603282470441], [103.99156184029984, 1.4075898132959854], [103.99144930654552, 1.4076707413482996], [103.9913206937612, 1.4077678558328321], [103.99125639076864, 1.407800225471104], [103.99090274407469, 1.4078649538308292], [103.9908223756728, 1.4078487631014764], [103.99074201910386, 1.4077678246738377], [103.9905812932469, 1.4076706945998108], [103.99043662776982, 1.4076545000787464], [103.99029195044878, 1.4077030532452668], [103.99014727222223, 1.407751605499111], [103.99013118313925, 1.4078325387214325], [103.99005079014033, 1.4079458433596002], [103.99000256435808, 1.4079620274408229], [103.98982573594449, 1.4080267644793933], [103.98972929281719, 1.4080105729889298], [103.98968108482202, 1.4079296359681774], [103.98961679024545, 1.4079134459203473], [103.9896007011433, 1.4079943791410572], [103.98952033525785, 1.4079620012152176], [103.98948820109435, 1.4078810649146678], [103.98929531917013, 1.4078324938440636], [103.98921494141929, 1.4078648627022226], [103.98916670375576, 1.4079457953710763], [103.98902203142326, 1.407961974160737], [103.9890059575986, 1.407961973432059], [103.98898988629462, 1.4079457855520296], [103.98886130308838, 1.407881031112403], [103.98881310106698, 1.4077677197669858], [103.98857201967789, 1.407589651038018], [103.98849168103065, 1.4074115914208314], [103.98852385336123, 1.4072820974810099], [103.98852386273177, 1.4072335369301643], [103.9885238771515, 1.4071526029802435], [103.9884917286139, 1.4071526015146867], [103.98845958854977, 1.407104038593335], [103.98834708012103, 1.4070392848510371], [103.98817025514015, 1.407087835513451], [103.98813809127111, 1.4071687688987584], [103.98807376099955, 1.4073468210119149], [103.98788086885448, 1.4073468103675482], [103.98773620845722, 1.4072982413689732], [103.98759152006103, 1.4074115411717807], [103.9873503986792, 1.4074439016674223], [103.98731825863236, 1.4073953396325467], [103.98722183686522, 1.4072658388681516], [103.98706110012668, 1.4072334562364335], [103.9869003275725, 1.4073953167155224], [103.98691639885942, 1.4074115037077815], [103.98669136069164, 1.4073953052288404], [103.98659491162404, 1.4074114861001805], [103.98633772327001, 1.407411472343644], [103.9862091281932, 1.4074114645503721], [103.98553403778944, 1.407249557856824], [103.98537330959992, 1.407168615451742], [103.98521259085992, 1.4070391106670457], [103.98489112854051, 1.406909597390023], [103.98485898000075, 1.4069095958737254], [103.98471432312307, 1.4068448404262184], [103.98455359498477, 1.4067638961491966], [103.98437679559075, 1.4066667648474656], [103.98419999365561, 1.4065858206856523], [103.98400711355968, 1.4065210619955186], [103.9838142197869, 1.406537238160687], [103.98371775869172, 1.4066181675325982], [103.98366952340547, 1.4066829120461712], [103.98357305628275, 1.4067962148198618], [103.98341229206707, 1.406909513613807], [103.98321937929153, 1.4070228108593077], [103.98304250764183, 1.4073141639585058], [103.98288174938898, 1.4073950902185408], [103.98280137410366, 1.4074112717064566], [103.982592405515, 1.4074274470064696], [103.98256025696476, 1.4074274454590612], [103.98241559060507, 1.407411249525236], [103.9822709397797, 1.4073141196087522], [103.98209413528012, 1.4072493624407751], [103.98196555919965, 1.4071522341841332], [103.9818369727216, 1.4071036655808427], [103.98172446186936, 1.4070550986540467], [103.98164410818198, 1.4069579718116751], [103.98149944532364, 1.4069255904684872], [103.9814030117809, 1.406860837148753], [103.98130656872254, 1.4068446452960477], [103.98114581647722, 1.406893196220017], [103.98112974175541, 1.4068931954359762], [103.98093683232644, 1.4069903053457513], [103.98079215736215, 1.4070226707791231], [103.98067960929617, 1.407168346977386], [103.98063136179711, 1.4072978382594556], [103.98035807531863, 1.4074273176002112], [103.98022946460253, 1.4075082452648053], [103.98003655508056, 1.4076053542040852], [103.97997223370844, 1.4077348464941908], [103.9797793171902, 1.4078643297313627], [103.97973109131577, 1.407880514510707], [103.97953821119368, 1.407815754543298], [103.979506080847, 1.4077186318125037], [103.97934535975924, 1.4076053137494229], [103.97918461956026, 1.407589117721039], [103.97907209308241, 1.407621484647283], [103.97891133374529, 1.4077024106485387], [103.9786701956675, 1.4078318904978333], [103.97857375257553, 1.4078156976294185], [103.97836481601212, 1.407653816516921], [103.97833267962763, 1.4075890671785574], [103.97818803592114, 1.4074595635762608], [103.97804337045977, 1.407443368270869], [103.97799514977177, 1.4074271786955157], [103.97772191446987, 1.4072814805487934], [103.97756119608769, 1.4071519760939653], [103.97741654544866, 1.4070548458514829], [103.97722366193969, 1.4070062737417708], [103.97715938144448, 1.4069253346953943], [103.97709509915674, 1.4068443974555547], [103.9770468915973, 1.406763459217245], [103.97693438344179, 1.406698705789757], [103.97680578574348, 1.4067148846311839], [103.97651643567606, 1.4067796149823184], [103.97637175451938, 1.4068443535621067], [103.97627531498253, 1.406811974335576], [103.97625925860962, 1.406714851456986], [103.97609853772917, 1.4066015340487548], [103.97603426160565, 1.4064882215481518], [103.9758735337294, 1.406407278443799], [103.97569673465357, 1.4063101455349543], [103.97543955855186, 1.406245382815174], [103.97531097925273, 1.4061644404114526], [103.97515025755311, 1.4060511229284844], [103.9750216747566, 1.4059863667639847], [103.97457161007803, 1.4059054059420049], [103.97455553798, 1.4058892179495592], [103.97450731561817, 1.4058892145534696], [103.97441087966101, 1.4058406480802157], [103.97425015187582, 1.4057597039483472], [103.97416978622556, 1.4057273254590394], [103.9739768905677, 1.4057434999023968], [103.97386437112847, 1.4057434931537125], [103.97371969962273, 1.4057596709856488], [103.97360717312769, 1.4057920376459547], [103.97352677760044, 1.4059215289537417], [103.97328562522631, 1.4061157560046056], [103.97322129996607, 1.4062614344019877], [103.97309267143768, 1.406439482860249], [103.97301227939204, 1.4065527851826791], [103.97296404378896, 1.406617530408651], [103.97293188290945, 1.4066822755706216], [103.97286759106738, 1.4066498978789073], [103.97283545221025, 1.406601335610094], [103.97283546717283, 1.4065204006981318], [103.97281941447494, 1.4064070924262144], [103.97277119209889, 1.4064070889951108], [103.97259436755574, 1.4064394513358183], [103.97261044844853, 1.4064070787568164], [103.97262655047953, 1.4062613978423517], [103.97270692846679, 1.406229029540389], [103.97281946116432, 1.4061642876894793], [103.97289983298062, 1.4061642928036109], [103.97306057834557, 1.4061481158604308], [103.97310881393749, 1.4060833715377885], [103.97318919807117, 1.4060186288941496], [103.97326958483082, 1.4059376990851078], [103.97333389776334, 1.4058567693392872], [103.97334998743098, 1.4057758352673904], [103.9734464524243, 1.405678720937978], [103.97351075213189, 1.4056625371271028], [103.97357505536569, 1.405630167055981], [103.97362328740624, 1.4055816098877458], [103.97368760031702, 1.4055006792297267], [103.97380012942419, 1.4054521254042354], [103.97392873324303, 1.4054035724088454], [103.97400911117971, 1.4053712040663047], [103.97408950141228, 1.4052740870708984], [103.97415381339984, 1.4051931573066414], [103.974250278335, 1.4050960411403934], [103.97426636444507, 1.4050312951322141], [103.97426637673945, 1.4049665473866004], [103.97426640485178, 1.404820865637082], [103.97428250063054, 1.4047075581412882], [103.97434680120281, 1.4046913752147014], [103.97429863066847, 1.4044161954749106], [103.97429865173588, 1.4043028871457406], [103.97429867985026, 1.404157204491234], [103.97428262973514, 1.40402770816568], [103.97415405674856, 1.40391439225884], [103.97404156200517, 1.4037848900161087], [103.97388084053202, 1.4036715724201716], [103.97381656550212, 1.4035582607405441], [103.97376836954126, 1.4034125755699658], [103.97368801719279, 1.403315449306336], [103.97357551807723, 1.4032021341981877], [103.9734630234008, 1.403072631919989], [103.9733023055344, 1.4029431262077772], [103.97315764299024, 1.4029107443061781], [103.97314156828995, 1.4029107425596528], [103.97301294081166, 1.4030887910007108], [103.97286828706488, 1.403007847590464], [103.97283614473088, 1.4029754724789336], [103.97238611155166, 1.402732640428827], [103.97227361252317, 1.4026193261523625], [103.9721771855632, 1.402522198074016], [103.97206468655475, 1.4024088828808647], [103.97200040810739, 1.4023117573976287], [103.97200043283584, 1.4021822618907984], [103.97187184240249, 1.4021660670132474], [103.9717593222256, 1.4021660601454624], [103.9715503565665, 1.4021660472473487], [103.97148606576779, 1.4021336695018238], [103.97124496045498, 1.402085094276776], [103.97111637887055, 1.402020337861203], [103.97101994223725, 1.4019717712226731], [103.97087528242109, 1.4019232020045087], [103.97085922721945, 1.4018260790585482], [103.97085924226622, 1.4017451450408553], [103.97076281984594, 1.40163183063268], [103.9706020827103, 1.4015994467962762], [103.97045742647519, 1.4015346903832373], [103.9704045247259, 1.4015713581208409], [103.97036968001682, 1.4016248911351896], [103.97032879439348, 1.4017289249521188], [103.97037700516705, 1.4017936752971771], [103.97036089944683, 1.4019555433781004], [103.9703608684222, 1.40211741232094], [103.97034478752042, 1.402149784885724], [103.97026440962651, 1.402182154000808], [103.97016795617539, 1.4022307085113364], [103.97003934887154, 1.4022954484561336], [103.97000719416427, 1.402327819250563], [103.96991074777073, 1.4023278131584116], [103.96981430227537, 1.4023278070622092], [103.96968570828098, 1.4023277992291723], [103.96957319164298, 1.4023116050903022], [103.96955394815618, 1.4021804204469586], [103.96947357822518, 1.4021642280374498], [103.96929676550074, 1.4021480304108749], [103.96924854852634, 1.4021156534697292], [103.96911996608576, 1.4020508987473608], [103.96900746190947, 1.401969955913367], [103.96895925739108, 1.4018728321079255], [103.96895930718757, 1.4016138410601051], [103.96868607038529, 1.4014843288852934], [103.96855750045438, 1.401354826363379], [103.96852537689188, 1.40122532818211], [103.96834857490832, 1.40114438361639], [103.96817177116547, 1.4010796234900393], [103.96817178720555, 1.4009986894627169], [103.9679789078888, 1.4009339293465715], [103.96775386761549, 1.400933915217562], [103.96752883715729, 1.4008853395638272], [103.96738418728124, 1.4007882095157045], [103.96723953116704, 1.4007234519843792], [103.96674122211668, 1.4007557934221682], [103.96658048328891, 1.4007395964648481], [103.96638760402516, 1.400674837114835], [103.96600181598926, 1.400707185528798], [103.96574461111332, 1.4007881043571382], [103.96561600105284, 1.4008690294226522], [103.96542309401222, 1.4009499517995794], [103.9652623668258, 1.4008690069795375], [103.96511771075222, 1.400804250215696], [103.96494089005085, 1.4008204256797643], [103.9647962223199, 1.4008204157638853], [103.96460334936998, 1.4007232810185353], [103.96444262222259, 1.4006423370419747], [103.96413722736652, 1.4005613821905376], [103.9636389722382, 1.400318545592762], [103.96331749825451, 1.4002537777923179], [103.96314069828529, 1.400172830997647], [103.96299603869852, 1.400124260358496], [103.96286744749446, 1.4001080658708707], [103.96267455933679, 1.4000918659025405], [103.96249774857672, 1.4000594805689928], [103.96246561273132, 1.3999947300491973], [103.96232096309222, 1.3998975996608958], [103.96214415956844, 1.3998328399559965], [103.96193519945874, 1.3998004518321787], [103.9618548377597, 1.399751886612231], [103.96182270193616, 1.3996871369857269], [103.96182270826131, 1.3996547626426623], [103.96158159788064, 1.3996385598114596], [103.96135655405782, 1.3996547313202277], [103.96124403123515, 1.3996709102003013], [103.96101899191999, 1.3996708954092167], [103.9607939544246, 1.3996546934242915], [103.96068143793651, 1.3996384997417683], [103.96048854709346, 1.399638486759831], [103.96026350325354, 1.3996546581637477], [103.96018313251655, 1.3996546525914344], [103.96008668981787, 1.399638458909293], [103.95992596014761, 1.399573700867417], [103.95982953651126, 1.3994603859460073], [103.9598295555698, 1.3993632647177754], [103.9595723832421, 1.39928231295053], [103.95950808267352, 1.399298495465124], [103.95936338593887, 1.3994441679526364], [103.95923476297449, 1.3995898413731371], [103.95904186123164, 1.3996383888866888], [103.95900971275583, 1.3996383860986172], [103.95889719264099, 1.3996383785978044], [103.95872038283979, 1.3996059929695763], [103.95865609862575, 1.399541241402987], [103.9585918107811, 1.3994926770078804], [103.95857575520459, 1.3993955539256573], [103.9584632478427, 1.3993307986124726], [103.95836680606148, 1.3993146057611598], [103.95835074775852, 1.3992336689456772], [103.95823822855871, 1.3992336614112586], [103.95818998263913, 1.3993469669765175], [103.95810958550187, 1.3994764560098818], [103.95807740514374, 1.399638323138982], [103.95802915009321, 1.3998001884149007], [103.9578522919912, 1.4000106067132843], [103.9578522637344, 1.4001562885658276], [103.95780400228112, 1.4003505281866255], [103.95770752127694, 1.4005285777821532], [103.95770749211545, 1.400674259634902], [103.95772354129011, 1.400803756168011], [103.95773961234686, 1.400819944292007], [103.95786817806902, 1.4009656355486355], [103.95786817169117, 1.4009980089919283], [103.95786815893561, 1.4010627558784867], [103.95788421086296, 1.4011760661396222], [103.95801278482998, 1.4012731958642588], [103.95807706270492, 1.401370321792265], [103.95807704358164, 1.4014674430253684], [103.9579162764644, 1.4015969273193536], [103.95790018537247, 1.4016778613352625], [103.95781979542647, 1.4017749769214576], [103.95765901371779, 1.4019692080871566], [103.95761075860435, 1.4021310742624125], [103.95761074584448, 1.4021958211489767], [103.95764287521872, 1.4022929451872352], [103.95772324057386, 1.4023253242821216], [103.95780361230807, 1.4023253299310288], [103.95790006148678, 1.4023091493515618], [103.95801258994689, 1.402260597177159], [103.95810904912955, 1.4021958550688407], [103.95818943633883, 1.4021149266462327], [103.95831804675588, 1.402034001057546], [103.95833413420014, 1.4019692542134967], [103.95833414967655, 1.4018883201552035], [103.95835024986015, 1.4017588255217837], [103.95844670811448, 1.4016940852106512], [103.95849494405724, 1.4016293402548508], [103.95852709166219, 1.4016293421432535], [103.95857529576496, 1.4017264671103282], [103.9585752793978, 1.401807402072397], [103.95873599100138, 1.401969281425956], [103.95878420421722, 1.4020178457720571], [103.95880025346607, 1.4021473422900879], [103.95886454775442, 1.4021635332296605], [103.95886453139855, 1.402244468190529], [103.95883235743514, 1.402373960074522], [103.9587519629795, 1.4024872637685286], [103.95857512296637, 1.402600559994812], [103.95852688427438, 1.4026814912221337], [103.9583661198428, 1.4027947883778538], [103.95835001055414, 1.4029728436261786], [103.95838213360315, 1.4031023401875926], [103.95849465025293, 1.4031185348714956], [103.95868754502683, 1.4031023608196316], [103.95876793224261, 1.403021432376658], [103.9588161681999, 1.4029566883176354], [103.95896085970546, 1.4028433892872199], [103.95908946923119, 1.4027624645595957], [103.95923413801236, 1.4027624739147535], [103.95934664829257, 1.4028110419993722], [103.95944306297766, 1.4029729175404877], [103.9594912726033, 1.4030376681365242], [103.95958770273798, 1.4031186087116736], [103.95965199253375, 1.403150987703296], [103.95968411565606, 1.4032804842398074], [103.95971625872971, 1.4033128613587098], [103.95989307606608, 1.4033128734435374], [103.96002166744161, 1.4033290689851388], [103.96016633353001, 1.403345265451166], [103.96023061065394, 1.4034423904004278], [103.96032700278435, 1.4037175742908736], [103.9603751934302, 1.4038794469914155], [103.96043948415509, 1.4039118250537441], [103.96050378483793, 1.4038956425031264], [103.96061633049518, 1.4037661543426665], [103.96064848264265, 1.4037499699316656], [103.96071279870839, 1.4036528524217786], [103.96076104367299, 1.4035395477158403], [103.96080928501684, 1.403442429276533], [103.96085752453794, 1.4033614980080693], [103.96098611863474, 1.403361507228296], [103.96108256149076, 1.403377699953719], [103.9611307720663, 1.4034424505105925], [103.96119503475624, 1.4036205103817105], [103.96119500854257, 1.4037500059440289], [103.96125927486085, 1.403911879544714], [103.9613395978427, 1.4041546881132263], [103.9613395662122, 1.4043165571122025], [103.96132345986398, 1.4044784251880775], [103.96127518417877, 1.4047535989027875], [103.96122698350935, 1.4046402877431658], [103.9612270052053, 1.4045269793533108], [103.96127525377094, 1.404397487466927], [103.96129135561122, 1.4042518065623282], [103.96125922695562, 1.4041546825922062], [103.96122709107657, 1.4040899329639636], [103.96116281571047, 1.4039766208769273], [103.96108246653472, 1.40386330695809], [103.96106641081117, 1.4037661848131469], [103.9610664334172, 1.4036528755173194], [103.96105037498037, 1.4035719405433542], [103.96087355763252, 1.4035719285483477], [103.96084140187304, 1.4036043001337564], [103.96079315057719, 1.4037499791843084], [103.9607288155079, 1.4039442179173909], [103.96063235090222, 1.404041333572345], [103.96048768205023, 1.4040413234070228], [103.96040731660493, 1.4040089435125764], [103.96027874149304, 1.4039118139451736], [103.96019842045119, 1.4036528172523663], [103.96018236204367, 1.4035718822696628], [103.96013415238804, 1.4035071316909884], [103.96002163843858, 1.40347474991709], [103.95992520192831, 1.403426182802942], [103.95970016769424, 1.4033937944769785], [103.95961979772659, 1.4033937888968253], [103.95950728016204, 1.4033775942693614], [103.95937869241122, 1.403345212431006], [103.95928226227292, 1.4032642709431735], [103.9591697547006, 1.4031995156847874], [103.95904117059148, 1.4031509466535839], [103.95889649815551, 1.4031671235571366], [103.95886434600139, 1.4031833079443563], [103.9588643332786, 1.4032480557315985], [103.95884824674219, 1.403312802578029], [103.95880001351118, 1.4033613594652048], [103.95867141577236, 1.4033775382014246], [103.95849460568768, 1.4033451516778428], [103.95841424028826, 1.4033127726139856], [103.95830173636743, 1.403231830138395], [103.95822137370997, 1.4031832647983338], [103.95818925703894, 1.403021392983041], [103.95818928252294, 1.4028918974049223], [103.95818930253499, 1.4027947770777334], [103.95826969976446, 1.4026652871311214], [103.95838223913267, 1.402568172513844], [103.95847870105024, 1.4024872450256562], [103.95852693247502, 1.4024386881458986], [103.95862339711572, 1.4023415725750406], [103.95862341347961, 1.402260638517853], [103.95855913192321, 1.4021796988788011], [103.9585269934125, 1.4021311363761335], [103.95835016068045, 1.4022120582374598], [103.95822155025554, 1.4022929847329368], [103.95822154388418, 1.4023253581754254], [103.95801254169159, 1.4025034002585357], [103.95780356039421, 1.402584321092236], [103.95770711210191, 1.4026005007643252], [103.95764281780647, 1.4025843097931805], [103.95749816178933, 1.4025195516426956], [103.95738566431912, 1.4024062365768692], [103.95735353859412, 1.4022929253603553], [103.95735357051107, 1.4021310563337073], [103.9573857445554, 1.40200156355851], [103.95748221471453, 1.4018720754928755], [103.95753046071027, 1.4017587699370169], [103.95762694177056, 1.4015807203449782], [103.95767517773534, 1.4015159763086467], [103.95772340641973, 1.4014836057149018], [103.95772342281715, 1.401402671654339], [103.95770736725584, 1.401305548565665], [103.95757878237791, 1.4012569794408367], [103.95741804262184, 1.4012407809440832], [103.95736980755306, 1.4013055249753192], [103.9572894230817, 1.4013702680048448], [103.9571125711909, 1.4015483119123027], [103.95704824773068, 1.4016778027767847], [103.95695178304399, 1.4017749173819198], [103.95685533477536, 1.401791097016366], [103.95672673070591, 1.4018396490832383], [103.956565955291, 1.4020015067371545], [103.95654984586533, 1.4021795619859303], [103.95642122168063, 1.402325235276736], [103.9562443796999, 1.402454718509482], [103.95614791769864, 1.4025356459117804], [103.95595501653261, 1.4025841941000203], [103.95590678965303, 1.4026003774862486], [103.95576211811036, 1.4026165541937197], [103.95568173720054, 1.4026651090955702], [103.95555311383266, 1.402810782344821], [103.95542450326715, 1.4028917077923424], [103.9553923355142, 1.4029888271043267], [103.95529585698458, 1.403150689446602], [103.95521545956834, 1.4032801793058889], [103.9551029145102, 1.4034096663255478], [103.95500643960125, 1.4035553423876181], [103.95499032729859, 1.4037495839053893], [103.95500637270524, 1.4038952676404273], [103.95494205272776, 1.4040085703804024], [103.95482951589798, 1.4040894976734535], [103.95474912850159, 1.4041704259947672], [103.95465265630204, 1.4042999148705526], [103.95462048574225, 1.40441322135047], [103.95466869251757, 1.4044941592302231], [103.95463652471636, 1.4045912785350703], [103.95450791768202, 1.404656016766553], [103.95445969440813, 1.4046560138560211], [103.95426678294154, 1.4047531207350166], [103.95425068618556, 1.4048664281830643], [103.95417029874338, 1.4049473582965872], [103.95407307986008, 1.4049912782683307], [103.95394544902061, 1.405098355032411], [103.95375400918122, 1.4052268440629945], [103.95364765973254, 1.405269671118456], [103.95352003745107, 1.4053339136590117], [103.95337115522553, 1.4053553203769276], [103.95334987899533, 1.405398153871055], [103.95324349943655, 1.405590900620617], [103.95311585222342, 1.4057836457513133], [103.95300946402811, 1.4060192276004733], [103.95300944252418, 1.4061263140133635], [103.95303068956113, 1.4062334002331867], [103.95320075781135, 1.406618921883543], [103.95326454195295, 1.4067260113266724], [103.95324324761947, 1.406854513226149], [103.95317942138696, 1.4069615947970078], [103.95315810735184, 1.4071971822028955], [103.95296664580181, 1.407432757596558], [103.95275393376656, 1.4075826629537285], [103.95266883463691, 1.407711159093634], [103.95260500495239, 1.40783965865816], [103.95239227133203, 1.408096649495885], [103.95232843211369, 1.4082679814495598], [103.95232840628213, 1.4083964849648525], [103.95239218523811, 1.4085249933401303], [103.95245596510001, 1.4086534999041407], [103.95264734935566, 1.4088034341783033], [103.95264734505362, 1.4088248503754253], [103.95292379750063, 1.4089962081921967], [103.9530088536706, 1.4090818830532572], [103.95313645467677, 1.4091247251250227], [103.95328533194736, 1.409124736407389], [103.95343420921708, 1.409124746775819], [103.95354055973766, 1.4090819197160753], [103.95364692223355, 1.4089748413498193], [103.95373202993062, 1.408803510070422], [103.95385964719618, 1.4087606846048737], [103.95414874701571, 1.4085956705072125], [103.9544124776542, 1.408493613052209], [103.95457770469703, 1.4086694648253053], [103.95457421106885, 1.4088445133076888], [103.95451815759, 1.4090209988596556], [103.95443436266585, 1.409137993315391], [103.95432820006604, 1.4091653350153655], [103.95415696886062, 1.40913271005727], [103.95409477179427, 1.4090487170675776], [103.95397941042066, 1.4089891871249067], [103.95389580500088, 1.4090349259693644], [103.95389132298548, 1.4091945117251194], [103.95373575602088, 1.4093395387863745], [103.95343256657759, 1.4095101000250918], [103.95326057102056, 1.4095196743807372], [103.95292111145706, 1.4093450894874515], [103.95288434276254, 1.409371274475565], [103.95287949337023, 1.409429278696229], [103.95282793247645, 1.409549138264014], [103.9527882011422, 1.4094164948265817], [103.95278751541746, 1.409255692062182], [103.95251843083759, 1.409056977805299], [103.95231367032544, 1.4089969305597585], [103.95227126298244, 1.4090224004777332], [103.95216306381997, 1.409042943191052], [103.95203481828523, 1.4089771682842682], [103.95197951665638, 1.4089037097906065], [103.95198407243427, 1.4087075516224057], [103.95209058688995, 1.4085479678637698], [103.95213359859936, 1.4083199135876066], [103.95220528370794, 1.4081376981427232], [103.95214658199328, 1.4079959080388278], [103.95219106036083, 1.4078601736766507], [103.95239649734306, 1.4076533509067863], [103.95278078326467, 1.4073677507878708], [103.95287213203959, 1.4072396703293326], [103.952997664465, 1.4070015824122026], [103.95300651089627, 1.4067701159229817], [103.95292896199241, 1.4064808579218173], [103.95269883753262, 1.4060691987524396], [103.95248310673334, 1.4058365898367977], [103.95212598304488, 1.4057784513361715], [103.95166402258624, 1.405824975427918], [103.95145429721433, 1.4058086497167364], [103.95137288168495, 1.4057469293388756], [103.95133271692436, 1.4056764779578257], [103.95098415856059, 1.4056722650487623], [103.95081716596682, 1.405741832519581], [103.95077587390725, 1.4057874045116074], [103.95068587631322, 1.4058391901256615], [103.95071172857939, 1.4059303620834096], [103.95077505447651, 1.4059687562850365], [103.950941534946, 1.4059001972056073], [103.9514203616485, 1.4062971037326955], [103.95156912868131, 1.4062883573039826], [103.95170388606728, 1.4061755647249268], [103.95182022559182, 1.4060170232115867], [103.95190707776307, 1.405958036280801], [103.95213283414203, 1.405926768171346], [103.95242574245296, 1.4059488295377205], [103.9525108123415, 1.4060596438856836], [103.95257029893195, 1.4062103147798584], [103.9526585573168, 1.4063449236263568], [103.95285817873523, 1.4069549444227851], [103.95281289698623, 1.40721231371888], [103.95248464247226, 1.407449907424473], [103.95206801652704, 1.407789230069688], [103.95191623090683, 1.407954914256247], [103.9518859266094, 1.408567663597802], [103.9518105451969, 1.4086175167956412], [103.95177059990964, 1.4087841213192926], [103.95187919015991, 1.409034409714003], [103.95229735987584, 1.4095230005960193], [103.95264231483846, 1.4096382274984838], [103.95301062526563, 1.409707537775764], [103.95324103429992, 1.4097710581822467], [103.95307758106726, 1.4099469578193558], [103.9529299594031, 1.4099359720303686], [103.95276010333359, 1.4101217946386801], [103.95249413844354, 1.4102394079720102], [103.95220740704248, 1.410388261721489], [103.95187723272525, 1.4104139119045902], [103.9516185835711, 1.41032686854389], [103.95173034588052, 1.4102568814828982], [103.95171589637984, 1.4099668641696634], [103.95159414552569, 1.4097894978687495], [103.95158129218815, 1.4097004695085842], [103.95146277048144, 1.4095510957518347], [103.95132576691599, 1.409459043205533], [103.95103532527237, 1.4094290024252671], [103.95093762789813, 1.409289874000427], [103.95085151342738, 1.409189647925605], [103.95089269143418, 1.4089292700464024], [103.95089794167674, 1.4086209311482465], [103.95078795124432, 1.4082746320711892], [103.95073864168512, 1.408098683692688], [103.9507413458259, 1.4079431287552764], [103.95067847973829, 1.4077747361018267], [103.95071196330197, 1.407624440279277], [103.95073710983642, 1.4074027572484897], [103.95072459110793, 1.4072115621711383], [103.95067437900416, 1.4070995142499285], [103.95043438554957, 1.4069547732820757], [103.95034302501256, 1.4067953008718839], [103.95041917820629, 1.4066356608378308], [103.95051070356641, 1.406352481448782], [103.95058483638353, 1.4062760627224027], [103.95061891880059, 1.4062238946802754], [103.95068418610727, 1.4061456504923808], [103.95068640037373, 1.4060588858803689], [103.95063819969113, 1.40600812737744], [103.95058543009516, 1.4060008978610719], [103.9505231416983, 1.4060633264112288], [103.95048947556732, 1.4060843156429543], [103.95018046178161, 1.4065467496641133], [103.95001965854372, 1.4068335608316929], [103.9499253430439, 1.4070088309547184], [103.94984565605098, 1.4071578394723985], [103.94973879283542, 1.4072267219644279], [103.94964410863084, 1.4072518209573408], [103.94953496616321, 1.4073845234862103], [103.94941830214691, 1.4076363552979811], [103.94926451390391, 1.4076304493723295], [103.9491786913658, 1.4077074447258742], [103.94907712726727, 1.408145178259101], [103.94890518865697, 1.4086347325398723], [103.94885030083674, 1.409134140330049], [103.9487242023557, 1.4091650649517027], [103.948549844059, 1.4093871379522698], [103.94850207779886, 1.4094733477466896], [103.94854071928906, 1.4095221614833486], [103.94865663513839, 1.409584490679469], [103.94877883708352, 1.4097299060180817], [103.94876117603155, 1.4097970078564395], [103.9486485391719, 1.4098822378472848], [103.94845504333486, 1.4098960480490452], [103.9481190366087, 1.409781340072901], [103.94805912412585, 1.409609642653585], [103.9478619610873, 1.409603081323888], [103.94733125973471, 1.409775999871079], [103.94695496130787, 1.4099543911601842], [103.94685788187488, 1.410009241875217], [103.946786283229, 1.4101496828882931], [103.94670916677867, 1.4102056902024183], [103.94657040026819, 1.4101684517465276], [103.94648115933003, 1.4101709259263513], [103.94641079337555, 1.4102898882671764], [103.94618255519023, 1.4102780495553746], [103.94603728953234, 1.4103593036349817], [103.94586466383431, 1.4106100591267436], [103.94567736968307, 1.4110870487657459], [103.94518917806575, 1.4112983730573154], [103.94470359098491, 1.4111431129844676], [103.94423878556701, 1.411273449411078], [103.94388745988876, 1.411257257355869], [103.94356451187386, 1.411420667530542], [103.94321589406788, 1.4118545971592826], [103.94228185859905, 1.4121076846802658], [103.9416961334549, 1.412326268570537], [103.94122522716872, 1.4125749929735405], [103.94084778855031, 1.412757528987125], [103.9405949516625, 1.412948562877141], [103.94056308575918, 1.413177630300036], [103.94037278465811, 1.4134801338735896], [103.94012178944952, 1.4138415060951837], [103.93970213847435, 1.4142191067212315], [103.93939103065334, 1.4144872247020914], [103.93928907046657, 1.4144792755214766], [103.93907911366212, 1.4145486732669483], [103.93902544433125, 1.4146788867292925], [103.93892137930159, 1.4147030262160418], [103.93886665370121, 1.4146847578877455], [103.93880886192854, 1.4147217932678748], [103.9388137680425, 1.4147778372857658], [103.9387599896189, 1.4148008982734468], [103.93870183230767, 1.4148421570403364], [103.93866121993682, 1.4149443572737412], [103.93865019049643, 1.4149997662533296], [103.93864861919141, 1.4151065190718624], [103.93858314093316, 1.4152638865467282], [103.93854775425922, 1.4153158157471437], [103.9384960049491, 1.4153615155411452], [103.93846027588299, 1.4153529700419836], [103.93839674919957, 1.415307663477642], [103.93836612111446, 1.415272627160718], [103.93833685147072, 1.4152126828319143], [103.93834394666013, 1.415111762898545], [103.93816816121253, 1.41500142059732], [103.93807616638058, 1.4148545472780885], [103.93806481604604, 1.4146876368563623], [103.9380354977244, 1.414623896011054], [103.93798391554405, 1.4145891337564926], [103.93787203364637, 1.414591860961908], [103.93776313309775, 1.4146312517842627], [103.93773336838721, 1.4148936186214016], [103.93771668036905, 1.4149655541734698], [103.93766871615951, 1.4150172261877887], [103.93740858683013, 1.415129886235543], [103.93693129244542, 1.4152394766721481], [103.93672510302045, 1.4152425933193762], [103.93647704254853, 1.4152134333171345], [103.93630844730569, 1.415197017632568], [103.93614551262809, 1.4153522487760992], [103.93598444784129, 1.4153429663437214], [103.93558641702435, 1.4153570251683767], [103.93536954053802, 1.4153771523234957], [103.93495394949367, 1.4154935313908603], [103.93435045694062, 1.4156334582827774], [103.93428192095602, 1.4156979061595332], [103.9340662309623, 1.4158940863007021], [103.93399552461949, 1.416035913331441], [103.93395291499779, 1.4166713781832494], [103.93383595782879, 1.4171968613274653], [103.93371366126527, 1.417368892694856], [103.93366187300417, 1.417515114094912], [103.93357896517041, 1.4175221020996613], [103.93296320209613, 1.4175221279356023], [103.93279860206336, 1.4175327142887653], [103.93248126585596, 1.4174651413511368], [103.93221620515368, 1.4174867435069416], [103.93201310880221, 1.4173712723588838], [103.93180846003847, 1.4171997135950103], [103.93160105510577, 1.4171079242300966], [103.93106915821956, 1.4171102303898973], [103.93082019627438, 1.4171451204036536], [103.93067352549663, 1.4172141122947473], [103.93062879019314, 1.4172560395323688], [103.93059969161517, 1.417307886966325], [103.93054180274393, 1.4173702352660575], [103.93033432269148, 1.4175024573126014], [103.9301679043977, 1.4176333002700874], [103.93008247918651, 1.4177386159862533], [103.9299626055309, 1.4179692551972525], [103.92981701647184, 1.4181226068432842], [103.92949922416155, 1.4183478145854658], [103.92940004265076, 1.4183934058419596], [103.92923158821881, 1.4184631039614117], [103.92911434226257, 1.4185055560123592], [103.929022292857, 1.418551896673041], [103.9289298512863, 1.4186328373570216], [103.9288637331129, 1.418740010695827], [103.92877288309924, 1.4187812751100264], [103.92844948293153, 1.418796888766957], [103.92836121026198, 1.4188431813152764], [103.92832040492276, 1.4188977124523623], [103.92833103207552, 1.419041007372133], [103.92829258770914, 1.4191490839156107], [103.92828921974042, 1.4192136736357608], [103.92830743606832, 1.4192615290418744], [103.9284194935485, 1.419371016499727], [103.92839367224862, 1.4194498201120143], [103.92834669621736, 1.4194803858948617], [103.92821483757793, 1.4193960468636586], [103.9281352326524, 1.4195303968392017], [103.92800616711314, 1.4198948865388359], [103.92792931439004, 1.4200477613599443], [103.92764778617526, 1.4203226982818702], [103.927522374844, 1.4204150370480328], [103.9274846388292, 1.420486638796566], [103.92743167564737, 1.4206326385635735], [103.92744039474024, 1.4207903029850797], [103.92740682144112, 1.4209843778762603], [103.92719636448963, 1.4213102753878855], [103.92705904584246, 1.4215574632138057], [103.92686888929869, 1.421828382759786], [103.92676695392147, 1.4219537424324709], [103.92652150342917, 1.4221324445336192], [103.92612180979432, 1.4222140188768653], [103.92618703534262, 1.4224304302285626], [103.92631444629433, 1.4225425931700608], [103.92639745548412, 1.4226601316291092], [103.92648849744388, 1.4228964532738069], [103.92653267639633, 1.4232051050324674], [103.92649218614034, 1.4236127345871599], [103.92639680366372, 1.4236603848102716], [103.92628712351882, 1.423770236770081], [103.92626636244549, 1.4240156129102552], [103.92648433671665, 1.4237633872571822], [103.92665449283005, 1.4237205659958514], [103.926739579494, 1.4236563211270812], [103.92680339017542, 1.4236349095477523], [103.92695228208306, 1.4235706693029784], [103.92714371051518, 1.4235064345430772], [103.92731384939566, 1.4235492817005042], [103.92752651035026, 1.4236563847762442], [103.92790931926874, 1.423763501614258], [103.92820705424315, 1.4238706119623634], [103.92829212280488, 1.4238920355016464], [103.92844099752449, 1.4239134654333496], [103.92858985419682, 1.4240205629131046], [103.92873870547315, 1.4241490784020034], [103.92886631149067, 1.4241705055729383], [103.92903645405343, 1.424191935481559], [103.92920659661856, 1.4242133662816867]]]}, "id": "28"}, {"type": "Feature", "properties": {"MSLINK": 35.0, "GDO_GID": 30.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU UNUM"}, "geometry": {"type": "Polygon", "coordinates": [[[104.0542425782629, 1.4322700494638285], [104.05408714687883, 1.4322229023135407], [104.0540357808205, 1.4322218039757117], [104.05397319940298, 1.4322385632533439], [104.05366987749821, 1.43237846590806], [104.05359581517746, 1.432398973038493], [104.05348763209064, 1.432423688725872], [104.0533582805641, 1.4324912132925736], [104.05320729779564, 1.4326107576581273], [104.05314200732634, 1.4327051435738045], [104.05309955163733, 1.4328076402719956], [104.053077627416, 1.4329723565661472], [104.05308183539199, 1.433027768833144], [104.05322060538117, 1.4335100979094002], [104.05324430282532, 1.43386671798737], [104.0532817777436, 1.4339441210011719], [104.0533431827189, 1.433981287757279], [104.05340060558586, 1.4339853500012816], [104.05348856046666, 1.4339401426287555], [104.0537549940232, 1.433803201692414], [104.05386012343784, 1.4337750623831647], [104.05392011612496, 1.4337495464638788], [104.05446941526175, 1.4333693927921556], [104.05456140517518, 1.4333004944563743], [104.05464576068456, 1.433222272034866], [104.05488551940132, 1.4331030200920316], [104.05490510447044, 1.4330879579286633], [104.05491516469434, 1.4330748184509556], [104.0549222917531, 1.4330598605968246], [104.0549268371605, 1.4330354606025908], [104.05492366727283, 1.4330108406962712], [104.05491739096097, 1.4329955016038076], [104.05490808297291, 1.432981812353555], [104.05488969813597, 1.432965885703068], [104.05461722979872, 1.4327840170684152], [104.0545634604774, 1.4327316129955345], [104.05441990731873, 1.4324483470469367], [104.05433044283714, 1.4323335837787181], [104.0542425782629, 1.4322700494638285]]]}, "id": "29"}, {"type": "Feature", "properties": {"MSLINK": 37.0, "GDO_GID": 31.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SEMECHEK"}, "geometry": {"type": "Polygon", "coordinates": [[[104.02961722014791, 1.4123520470131632], [104.0295357399239, 1.412367755410528], [104.0294988721986, 1.412391109081868], [104.0294595860842, 1.4124751173871573], [104.0294428216639, 1.4125764648564854], [104.02948411356344, 1.4126656989373638], [104.02953847556653, 1.4127363102579928], [104.02979207618839, 1.413296225041547], [104.02982948581601, 1.4133375944546234], [104.02989320146115, 1.4133474004159334], [104.02998709285326, 1.4133095097409272], [104.03006246776623, 1.4133534153536167], [104.0301204824831, 1.413337977528718], [104.03015868980548, 1.4132909729464154], [104.03018043620523, 1.4131928906901803], [104.03024303800927, 1.4130687775093767], [104.03026646660766, 1.4129927334237844], [104.0302710681006, 1.4128736715106318], [104.03023888654, 1.4127590070127465], [104.0301730724025, 1.4126599636537993], [104.0300800891028, 1.4125862473607165], [104.02993594355662, 1.4125370679548586], [104.02981447432886, 1.412463140645347], [104.02973073667818, 1.4123909672890025], [104.02961722014791, 1.4123520470131632]]]}, "id": "30"}, {"type": "Feature", "properties": {"MSLINK": 38.0, "GDO_GID": 32.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU DAMAR LAUT"}, "geometry": {"type": "Polygon", "coordinates": [[[103.71276965639261, 1.3063189201076215], [103.71369730263828, 1.3063423036141453], [103.7145329504703, 1.3060786946234944], [103.71517056497656, 1.305836729136215], [103.71527771118573, 1.3057962811485133], [103.71542505236336, 1.3055939929933007], [103.71604117468253, 1.3050545876357689], [103.71956598044352, 1.3021950092003427], [103.71989659342172, 1.3021950522291104], [103.72087013903837, 1.30138131589939], [103.72087018369764, 1.300900396435755], [103.72077834805056, 1.3009003850802123], [103.72081512697116, 1.300419470881762], [103.72037437848579, 1.2996795383162638], [103.7219172372988, 1.299679738413948], [103.72191674274693, 1.29954426118427], [103.72191674548418, 1.2995228051701642], [103.72191726293441, 1.2994022843419781], [103.71826216054255, 1.2993833141341762], [103.71796829608341, 1.299235300743381], [103.7176560332863, 1.299438725535094], [103.71747237419589, 1.299272229272582], [103.71712339451109, 1.299272183299397], [103.71697643834361, 1.2994571340865622], [103.71600297125711, 1.2994385086390954], [103.71600299052831, 1.299235043265914], [103.71552543927199, 1.2992349811113078], [103.71552541645163, 1.2994754403489557], [103.71537847597298, 1.299493917721401], [103.71524992545548, 1.2992719376183335], [103.71493766418895, 1.2994383690887341], [103.71188868641168, 1.2994194687591494], [103.71127945509365, 1.2994288816631012], [103.711300623043, 1.3026064099884511], [103.71109858275662, 1.3026063829516592], [103.71111693020441, 1.3028098518924098], [103.71093325614137, 1.3028098266415375], [103.71095164297886, 1.3026063631138023], [103.71040062084322, 1.3026247869318008], [103.71040060648332, 1.302772761467499], [103.7100699935439, 1.3027727171782302], [103.71005157157617, 1.303327621452188], [103.71067606242433, 1.3033277045882612], [103.71067602475982, 1.303716139215541], [103.71113520963029, 1.3037162005715017], [103.71113523827398, 1.303420249685255], [103.71130054434272, 1.3034202722211847], [103.71135541136913, 1.305861867005224], [103.71143395516717, 1.306958168241688], [103.7121425197352, 1.3071938606805116], [103.71216345428515, 1.3071327023596455], [103.71246066082325, 1.3065494769700117], [103.71259944238476, 1.3063729991057882], [103.71276965639261, 1.3063189201076215]]]}, "id": "31"}, {"type": "Feature", "properties": {"MSLINK": 39.0, "GDO_GID": 33.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU BUAYA"}, "geometry": {"type": "Polygon", "coordinates": [[[103.70437014742531, 1.28485324958089], [103.70445052205723, 1.2847723240612077], [103.70451482193874, 1.2847075849093397], [103.70456304788274, 1.2846428440360045], [103.70457913809403, 1.284497168312948], [103.70457914924444, 1.2844000497163934], [103.70457916381147, 1.2842705594600077], [103.7045791817948, 1.2841086957349654], [103.70456312162031, 1.2839953900413608], [103.70451491367606, 1.2838982680957238], [103.70445062667909, 1.28384970237156], [103.70435420307042, 1.2837202036045174], [103.70433813777782, 1.2836554558520032], [103.70428992210938, 1.2836230790311574], [103.70420955354247, 1.2836554447996076], [103.70416132671268, 1.283720186572028], [103.70417738857952, 1.2838173050802193], [103.70417737741617, 1.2839144236756739], [103.70416130096335, 1.2839467945178387], [103.7040648550317, 1.2840115311222697], [103.7038398162755, 1.284157188961662], [103.70369517098332, 1.284043871281895], [103.70363088400052, 1.283995306442613], [103.70353443805564, 1.2840600430253346], [103.70350227908776, 1.2841733444479375], [103.70350227132819, 1.2842380895734073], [103.7033254387099, 1.2844970565079226], [103.70319684666963, 1.2845617896201227], [103.70316468939644, 1.284658905659098], [103.70318074435667, 1.2848207701983796], [103.70327716793746, 1.2849502690070342], [103.70343788367865, 1.2850797747212421], [103.70355039151232, 1.2851121575608084], [103.70363075670275, 1.2851121643817747], [103.703695053183, 1.2850797978165998], [103.70382364524053, 1.285015063776434], [103.7039040087155, 1.2850312577743355], [103.70401651312991, 1.2850960131568334], [103.70414509743628, 1.2850960242263358], [103.70424154340961, 1.2850312876233434], [103.70430584582584, 1.2849341750100831], [103.70437014742531, 1.28485324958089]]]}, "id": "32"}, {"type": "Feature", "properties": {"MSLINK": 40.0, "GDO_GID": 34.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU BUAYA"}, "geometry": {"type": "Polygon", "coordinates": [[[103.70443459394328, 1.283493600638222], [103.70443460509523, 1.2833964838501823], [103.7044346111204, 1.2833479240996137], [103.70443462137331, 1.2832508064070545], [103.70446677516013, 1.2831860638128614], [103.70454716087822, 1.2830080214946928], [103.70454716941778, 1.2829270891792934], [103.70454717885556, 1.2828461577682508], [103.70446682317314, 1.2827652177639284], [103.70429001388311, 1.282813762217849], [103.70425784723123, 1.2829918087841548], [103.70425784039222, 1.2830565539122143], [103.70422568318229, 1.2831536690674201], [103.70417745465315, 1.2832345971233385], [103.7041774417816, 1.2833479010967985], [103.70412921585613, 1.2834126428693167], [103.70408098731856, 1.2834935691137108], [103.7041131256326, 1.2835583185888622], [103.70419349077629, 1.2835583253870673], [103.70425778721014, 1.283525957898204], [103.70427386023873, 1.2835259596188577], [103.70438637143927, 1.2835259689475005], [103.70443459394328, 1.283493600638222]]]}, "id": "33"}, {"type": "Feature", "properties": {"MSLINK": 41.0, "GDO_GID": 35.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SALU"}, "geometry": {"type": "Polygon", "coordinates": [[[103.70745514880714, 1.2165519973174996], [103.7074872981006, 1.2165034435670243], [103.70755159503597, 1.2164225223568452], [103.70759981784697, 1.2163739702628875], [103.70764804634695, 1.216260675711244], [103.70764805293598, 1.2161959332546344], [103.70764806446643, 1.216082633729402], [103.70763199768598, 1.2160340750033147], [103.70748734769664, 1.21603406008147], [103.70732661939016, 1.2160987850440381], [103.70718196204767, 1.2161796988530362], [103.70700516275663, 1.2162282367465], [103.70679621670996, 1.2163091429818529], [103.70665155934284, 1.2163900558549112], [103.70650689776075, 1.216503339493796], [103.70641045313761, 1.2166166290240157], [103.70631401091882, 1.2166975468710828], [103.70605683127523, 1.2169403046273166], [103.7058960854068, 1.217166886980428], [103.70596037079822, 1.2171992644280671], [103.70602465950637, 1.217199271100473], [103.7061371642967, 1.217199283677814], [103.70624967074377, 1.2171831099590014], [103.70642647431578, 1.2171022004449839], [103.7065389807583, 1.2170860267134063], [103.7067157742534, 1.2170860459242037], [103.70681221227281, 1.2170374979335874], [103.70692472787066, 1.216940396343373], [103.70708546449107, 1.216794742664627], [103.70723012352057, 1.2166976434772039], [103.70745514880714, 1.2165519973174996]]]}, "id": "34"}, {"type": "Feature", "properties": {"MSLINK": 42.0, "GDO_GID": 36.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SUDONG"}, "geometry": {"type": "Polygon", "coordinates": [[[103.71472115048044, 1.2028208271207688], [103.7140943254193, 1.2029502484146994], [103.71361215856729, 1.2029987562175173], [103.71346750852923, 1.2030149270806316], [103.71316213750958, 1.2030310808691222], [103.71277639499871, 1.2031443415986491], [103.71248709329454, 1.2031928686178084], [103.7121817093598, 1.2033385081454824], [103.71195669835754, 1.2033546699061077], [103.71166739895793, 1.203370826049798], [103.71131379983753, 1.2035002752031496], [103.71110485489672, 1.2035811809902892], [103.71100842067717, 1.2035973566047808], [103.71063875706385, 1.2036458752679082], [103.7103655318127, 1.2036458466050617], [103.71012445076391, 1.2036458220894082], [103.7095137069917, 1.2036943160592548], [103.70920833591799, 1.2037104693920828], [103.70879045643287, 1.2037589828759532], [103.70853329883526, 1.203807512744915], [103.7080671976739, 1.2039045782537503], [103.70777789913424, 1.2039207330694306], [103.70747252476379, 1.2039692578860919], [103.70729572464721, 1.204033983085016], [103.70719928054845, 1.2041472717996464], [103.70708676717717, 1.2042281880781458], [103.70703853234527, 1.2044062251105556], [103.70703850679206, 1.2046490095642037], [103.70703848945583, 1.204810866167835], [103.70707061722844, 1.204972726079566], [103.7071830919424, 1.205264079181082], [103.70718308865582, 1.2052964517679754], [103.70731164655068, 1.2054745069871409], [103.70748842034217, 1.2056525671580558], [103.70763305903755, 1.2057496961665204], [103.70774555188082, 1.2058630081610582], [103.70790626225985, 1.2059601379031], [103.70809911196119, 1.206105828911505], [103.70851696236232, 1.2063486571122517], [103.70874195055417, 1.20654290844728], [103.70895086474155, 1.2067695298071837], [103.70911157522058, 1.206866660391358], [103.70938478356848, 1.2070285449253044], [103.70965801004512, 1.207028573722151], [103.70986694551964, 1.2070447813279215], [103.71009194127845, 1.2071742900985618], [103.71020443753974, 1.2072552294161731], [103.71046156457578, 1.207514227272754], [103.71070263460086, 1.207627551339122], [103.71097583826345, 1.2078379937109414], [103.71116868502995, 1.2080160553114245], [103.71153831667593, 1.2082750635958313], [103.71166687823253, 1.2084207487693492], [103.71181150429207, 1.2086473625237473], [103.71195613684326, 1.2088092338017278], [103.7121971960039, 1.2091718364788677], [103.71243824921063, 1.2094470179467174], [103.71255073756738, 1.209608885949888], [103.71279178762131, 1.2099164381766856], [103.71290427440472, 1.2100944915606258], [103.71316139874052, 1.210385859992065], [103.7134185247402, 1.2106610421072497], [103.71359530087946, 1.2108229165546431], [103.7137399432954, 1.2108876754021785], [103.71415779638767, 1.2110981311574234], [103.71435065341228, 1.2111952647023236], [103.71451136275648, 1.2113085804005392], [103.7148167242027, 1.2113895398145262], [103.71517029616682, 1.2115352474067131], [103.71562030676377, 1.2116324075161053], [103.71582924266903, 1.2116486146985848], [103.71589352877585, 1.2116648065149347], [103.71613460739427, 1.2116972022787011], [103.71637568761312, 1.2117134126275688], [103.71660069703361, 1.2117296204495338], [103.71676141287544, 1.2117781935446343], [103.7169703456287, 1.2118267723330385], [103.71706677536292, 1.2118591536192589], [103.71719534533018, 1.2119239088867708], [103.71737213379933, 1.2119724844497353], [103.71753285532961, 1.2119725013179565], [103.71761321564586, 1.2119725092962668], [103.71777393807606, 1.2119725252457663], [103.717870370097, 1.2119725348107973], [103.71795073447967, 1.2119401710852198], [103.71809538657408, 1.2119078146321836], [103.7181918242383, 1.2118592680008475], [103.71833647158336, 1.211875467719073], [103.71857754711067, 1.2119402349631885], [103.7187543292992, 1.2120535520186033], [103.71889897508274, 1.2120859380075153], [103.71902755074203, 1.2121021370066405], [103.71912398209375, 1.212118331922623], [103.71931683445007, 1.212247836830544], [103.71938111272345, 1.2123449573531904], [103.71958029577137, 1.2124161645209188], [103.71974101419416, 1.2124485511468006], [103.71988565215341, 1.2125618658732868], [103.72025530034676, 1.2126752018186404], [103.7206570825885, 1.212885656866031], [103.72115527975187, 1.213274162479156], [103.7212356269326, 1.2134198416339086], [103.72126776723233, 1.2134522155757415], [103.72136419395974, 1.2135169675108315], [103.72146062538246, 1.2135331623489036], [103.72163742186797, 1.2135008088562147], [103.7217981481967, 1.213452268383578], [103.72200708900313, 1.21341991800796], [103.7221838870371, 1.2133713781766964], [103.72244105190491, 1.2132742908841745], [103.72274643500914, 1.2131448356586412], [103.7230357386045, 1.2130963076281023], [103.72316431500845, 1.2130963201342264], [103.72340540165786, 1.213047787373707], [103.72369471233564, 1.2129345158701923], [103.72398402054509, 1.2128374306355865], [103.72412867264651, 1.2128050738561305], [103.72436976389764, 1.2127079839060817], [103.72443405717864, 1.21265943302804], [103.72461085912029, 1.2125785222317174], [103.72478765642273, 1.212546168522565], [103.72490016572455, 1.2124976222904382], [103.72498053931102, 1.212368145957116], [103.72490019130196, 1.2122386522961315], [103.72473946907039, 1.212254822169334], [103.72459481610454, 1.2122871789850487], [103.72436979750674, 1.2123842705150532], [103.72419299003383, 1.212513739299312], [103.72404833085974, 1.2126108376760196], [103.72393582308943, 1.212643197568308], [103.723807245805, 1.212643185100994], [103.72371081838946, 1.2125946186485044], [103.72359832456947, 1.2124813081371966], [103.7235661926536, 1.212351820025744], [103.72353406629017, 1.2121737748162298], [103.7235340811423, 1.2120281035225506], [103.72359041606923, 1.2118063684909506], [103.72365471798564, 1.211676888832046], [103.72373509225059, 1.2115312271402554], [103.72379939415278, 1.2114017474764067], [103.72392798221222, 1.211288460342946], [103.724040494566, 1.2112075442508794], [103.72408872229808, 1.2110942484194298], [103.7241530155428, 1.2110456984488716], [103.72426553276804, 1.2109324097403136], [103.72436197648608, 1.2108191203759606], [103.72455485463647, 1.2106896540258811], [103.72468344108881, 1.210592552248486], [103.72481202907417, 1.2104792659696826], [103.72494061396677, 1.2103983495769466], [103.725085272989, 1.2103012502327841], [103.72521385542782, 1.210236520128718], [103.72543887253885, 1.2101717993061447], [103.72563174291214, 1.2101232616744277], [103.72584068190565, 1.210107097276622], [103.72603354766625, 1.2101071158133858], [103.72624248512564, 1.2101071367836533], [103.726403204164, 1.2101233376075506], [103.72675678375002, 1.2102043003152574], [103.72720679840803, 1.2102529023078992], [103.72730322824351, 1.2102852823297636], [103.72752822979574, 1.2103662326435451], [103.72783359103641, 1.2104633769135926], [103.72801037509755, 1.2105605070843966], [103.72813894379162, 1.210641448153278], [103.72826751034899, 1.2107547600177544], [103.7283478515059, 1.2109489960965856], [103.72834783172921, 1.2111594099210656], [103.72834782170256, 1.2112565232285257], [103.72839603011194, 1.211337456632338], [103.72847638981685, 1.211353650589617], [103.72852460583378, 1.2113536551798685], [103.7286853349854, 1.2112727416623763], [103.72874962816249, 1.2112241915752096], [103.7288139183002, 1.2112080122878222], [103.72894250250789, 1.2111432810978715], [103.72910323315304, 1.21104618396094], [103.72926396378735, 1.2109490850046225], [103.7294729164782, 1.210787249005541], [103.72964973633317, 1.2105121094204112], [103.72968188909908, 1.2104311854593475], [103.72971404399011, 1.2103178879818914], [103.72971405760502, 1.210172216656694], [103.72977836071065, 1.2100265523236455], [103.7298908758803, 1.209913264259131], [103.72992302168691, 1.2098970818995596], [103.73045337647059, 1.2101722883872086], [103.7305337473235, 1.210058997258337], [103.73006768203773, 1.2097837959636537], [103.72995518803604, 1.2096704847979562], [103.72995521311024, 1.2094115147556805], [103.73001951679407, 1.2092496641073776], [103.73006774726593, 1.2091039973388356], [103.73013205575081, 1.2089097758829117], [103.73016421814701, 1.2087155513868721], [103.73022852420635, 1.2085375153284894], [103.73032497815991, 1.2083109260974727], [103.73035714143047, 1.2081167006921523], [103.7304535893271, 1.2079548539660079], [103.73053396100558, 1.2078415610209603], [103.73053397245071, 1.207728262302211], [103.73048575408924, 1.2077444431554558], [103.73024465502075, 1.2079224625325675], [103.73019641100473, 1.208213798829127], [103.73011602330787, 1.2084889475880718], [103.73003563800128, 1.208747910036645], [103.72993918763993, 1.2089259430482993], [103.72984274572083, 1.2090230481430895], [103.72971416102132, 1.2091039638847045], [103.72960164739403, 1.2092010674477323], [103.7293444825013, 1.2093143408857112], [103.72931233821367, 1.2093143378375046], [103.72907126257103, 1.209249572454887], [103.72905519694156, 1.209184828420378], [103.72868555936168, 1.2089581922652468], [103.72855699224291, 1.208861066730416], [103.72836413111457, 1.2088124912751264], [103.72802663882408, 1.2085858580973432], [103.72791414495931, 1.208472548665964], [103.72788201376302, 1.2083430596836189], [103.72781773282864, 1.2082621256466568], [103.72789811375416, 1.2080517194823317], [103.72810708480871, 1.2077118414514052], [103.72821959993809, 1.207598552548003], [103.72834818915939, 1.207469079767092], [103.72852499065813, 1.2073881686705124], [103.7288464354358, 1.2073558293111553], [103.72905537814813, 1.207307291127874], [103.72926431541401, 1.2073073118452282], [103.7295214740641, 1.2072587800034853], [103.72966613428076, 1.2071454940762232], [103.72985900801964, 1.2070483990059602], [103.72997152546122, 1.2069189246184702], [103.73026084581136, 1.2066923536043281], [103.73046980502697, 1.206465774976584], [103.7308555760957, 1.2060449845365813], [103.73124134314378, 1.205656565739731], [103.73148244284152, 1.2054785462480446], [103.73164317455824, 1.2053652626120008], [103.7318360406197, 1.205349095302064], [103.73196461609737, 1.205365293663874], [103.73201282902062, 1.2053976689888886], [103.7320128140529, 1.2055595257328313], [103.73193244400426, 1.2056566315229935], [103.73196457777134, 1.2057699350706426], [103.73201279369512, 1.2057699395900707], [103.7321574552322, 1.205640468109492], [103.73225390292828, 1.2054786203952017], [103.73233428697968, 1.205391206663945], [103.73236643271899, 1.2053750224602315], [103.73251109661072, 1.2052293664582139], [103.73260754277743, 1.2050837041312628], [103.73283257633386, 1.2048247550820184], [103.73300938798131, 1.2046305440300846], [103.73326657254911, 1.2043068563214674], [103.73366842585726, 1.203772767271899], [103.73371665304795, 1.2036594721203036], [103.73370059624317, 1.203497613870461], [103.7335881029027, 1.203368117455724], [103.73336309871027, 1.2033195393888263], [103.73320238206995, 1.203270967296785], [103.73296130384558, 1.2032385731034962], [103.73270415247669, 1.2032223627920473], [103.73243093213502, 1.2031575938388073], [103.73222199815328, 1.2031252025862484], [103.73185234099684, 1.2031251670698384], [103.73173982830009, 1.2032060853505457], [103.7317719665302, 1.2032708308809963], [103.7318523206425, 1.2033355809298012], [103.73193267326242, 1.2034165172841724], [103.73193266129243, 1.2035460014147998], [103.73188443552976, 1.2036431111254426], [103.73185228531882, 1.2037078506304169], [103.73165940948701, 1.2038211321789278], [103.73156297231475, 1.2038696793415997], [103.73138617502245, 1.2039182198604461], [103.73109687909053, 1.2038858209706194], [103.73093616036319, 1.2038696195504799], [103.7307272368799, 1.203723928552545], [103.73055045252171, 1.2036429830829496], [103.73040581450798, 1.2035296698273628], [103.730373683836, 1.2033839963664927], [103.73038976994219, 1.203238326545555], [103.73051835583881, 1.2031412244357538], [103.7306469296974, 1.2031736082534943], [103.73079157521893, 1.2032059944820852], [103.7308237194364, 1.2032059975064924], [103.73090408103316, 1.203189818758665], [103.73088801688493, 1.203108889328679], [103.73066301578702, 1.2030279393337127], [103.73038979492328, 1.20297935558306], [103.73016479084106, 1.20293077725813], [103.72971477638107, 1.2028821767608977], [103.72924868816185, 1.2028659463775395], [103.72883081795263, 1.2028173478738706], [103.72820401933699, 1.2026878024515257], [103.72744864701097, 1.202525872931701], [103.7269343537169, 1.2023963370425441], [103.72661291625964, 1.2023477492222927], [103.72620628647753, 1.2023477087776628], [103.7258848367959, 1.2024286058837612], [103.72561159835615, 1.2025580637786746], [103.72549908795504, 1.2026227954822524], [103.72508119332001, 1.2028331691374712], [103.72496868750751, 1.2028493428088407], [103.72472759781303, 1.2029302475009986], [103.72426150108645, 1.2029949441633354], [103.72385969276196, 1.2030596469575283], [103.72355431859586, 1.2031081736241491], [103.7232007292069, 1.2031405101852077], [103.72267035021699, 1.20314045783919], [103.72212389647437, 1.2031727746221146], [103.72128814641998, 1.2031888767715488], [103.72042027183876, 1.203010748035567], [103.71976132955069, 1.2028811975468834], [103.71894167420363, 1.2026707013905376], [103.71849166262666, 1.2026059127524709], [103.71810594262429, 1.2025087605034877], [103.71776843375862, 1.2024601691571357], [103.71730234338837, 1.202460122129332], [103.71682018137828, 1.2024600734268094], [103.71649873716903, 1.2024924123038472], [103.71612907372884, 1.2025409317407263], [103.715862293542, 1.202561973783765], [103.71560513611604, 1.2026105043481516], [103.715267615256, 1.202675212262587], [103.71493009368648, 1.2027561064318988], [103.71472115048044, 1.2028208271207688]]]}, "id": "35"}, {"type": "Feature", "properties": {"MSLINK": 43.0, "GDO_GID": 37.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU BUSING"}, "geometry": {"type": "Polygon", "coordinates": [[[103.74258114189364, 1.2362242921755837], [103.74299899703561, 1.2364833019282204], [103.74327221289477, 1.2366289979997604], [103.74357757395686, 1.2367585115430906], [103.74393116198374, 1.2367909160673074], [103.74402758867149, 1.2368718526899682], [103.74389886357343, 1.2384580360924138], [103.7433684758819, 1.238474172685105], [103.74336848454743, 1.2383770584494145], [103.74235593097728, 1.2383607785783373], [103.74233981233859, 1.2388625327822893], [103.74327200202491, 1.2389111762129403], [103.74327199101083, 1.2390244758523263], [103.74396310118831, 1.2390083546961774], [103.74396312514043, 1.2387493827947755], [103.74405955909675, 1.2387493923965265], [103.7442525973039, 1.2369042446758025], [103.74439724625307, 1.2369204440068595], [103.74483119024498, 1.2370014127638158], [103.74544192966758, 1.2370985817996145], [103.74613302938462, 1.237195759686716], [103.74626160507349, 1.2372281428873482], [103.74632589291926, 1.237244334033211], [103.74632586635501, 1.2375356758615719], [103.74614907038882, 1.2375356600715417], [103.74614904380304, 1.237827001897883], [103.74621333308885, 1.2378270076415798], [103.74614893315452, 1.2390409263181148], [103.7465025234901, 1.2390409588048352], [103.74653468472444, 1.238862919496532], [103.746325761502, 1.2386848577628256], [103.74635791613885, 1.2385715609842431], [103.74971699284187, 1.2389603221293584], [103.74973303660373, 1.239284036208981], [103.74952409584263, 1.239284017807482], [103.74950798838451, 1.2396724724901553], [103.75045624774361, 1.2397534865409288], [103.75045626686499, 1.239543072627476], [103.75010269046464, 1.2393811838815494], [103.74999020003568, 1.2392031317979466], [103.74999021638227, 1.2390250896050268], [103.75087418761323, 1.2390899115253184], [103.75089028367356, 1.2388309427932824], [103.74708118226428, 1.2384259568123406], [103.74696868781476, 1.2382964608334068], [103.7467597517904, 1.2382640705016326], [103.74666330840071, 1.2383611752444288], [103.74639008307844, 1.2383287791496755], [103.74643834559001, 1.2378270277321675], [103.74659907877658, 1.2377137433245171], [103.74659909159551, 1.2375680719573554], [103.74650265999861, 1.2375518779500567], [103.74650268796847, 1.2372443498099792], [103.74680806066544, 1.2372443779371816], [103.74720986817357, 1.2372444146072237], [103.74764382547507, 1.2371958969458834], [103.74794920190611, 1.2371635541272665], [103.74841530151397, 1.2371312236889933], [103.74875282680378, 1.2370503264945631], [103.7490903548938, 1.2369370575367977], [103.74949217503787, 1.236791423381134], [103.7496046882251, 1.2367266898476104], [103.74979755652684, 1.2367105223124988], [103.74989399834276, 1.2366296028492505], [103.75011902479011, 1.236467765829304], [103.75044050050023, 1.2361278959512834], [103.75072983799875, 1.2357232806769256], [103.75089060482621, 1.2352377243637964], [103.75103529185435, 1.234833096384304], [103.75113176426778, 1.2343960915547236], [103.75100323092455, 1.2338943254251855], [103.7507300232435, 1.2336515149780023], [103.75044073816764, 1.2334734465387147], [103.75015144192318, 1.2334248640474967], [103.74966929869016, 1.2331496643469908], [103.74905856928088, 1.232955382084266], [103.74886571111092, 1.2328582499226455], [103.74854427602985, 1.2327449209883938], [103.74809426406284, 1.23261539523616], [103.74775676055525, 1.2324535085668644], [103.74745139831599, 1.2323401809301653], [103.74700140635484, 1.231984054782359], [103.74655141114752, 1.2316764865945138], [103.74574783956939, 1.23122321449812], [103.74516925353485, 1.2310613050698895], [103.74444600998065, 1.2309641250607382], [103.74364239691347, 1.2309640509550777], [103.7430316439949, 1.231044922872675], [103.74240481018799, 1.23120672111986], [103.74187440509807, 1.2314332713978082], [103.74124755515442, 1.2317731115196915], [103.7407814360906, 1.2320320382228787], [103.74026708121275, 1.2324851897963571], [103.73992951358223, 1.2330192844687387], [103.73980091241366, 1.233262057361018], [103.73981696962088, 1.2334239155817528], [103.73975267166882, 1.2335210239195593], [103.73967230389842, 1.2335857581662004], [103.73965622473179, 1.2336666846138047], [103.73954368802258, 1.2339903877871539], [103.73955974374977, 1.2341684314109795], [103.73962401885188, 1.2343141086514153], [103.73978471457258, 1.234605466075863], [103.73999363263297, 1.2348320844876517], [103.74036328431289, 1.2349616051703223], [103.74070079254771, 1.2350587502516734], [103.74094186789002, 1.2351558864934915], [103.74119900838318, 1.2353177676040195], [103.74163293544012, 1.235592963519089], [103.74195436089369, 1.2358034066245063], [103.74221150241331, 1.2359652876449465], [103.74258114189364, 1.2362242921755837]]]}, "id": "36"}, {"type": "Feature", "properties": {"MSLINK": 44.0, "GDO_GID": 38.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU HANTU"}, "geometry": {"type": "Polygon", "coordinates": [[[103.7504577165023, 1.2233574083054608], [103.75040950771557, 1.2232602889239623], [103.75026486362566, 1.2231955337407938], [103.75005486479012, 1.223165451649114], [103.74991187844893, 1.2231599016176269], [103.74973395652715, 1.2231935790968507], [103.74969105553608, 1.223176343279771], [103.7494536043901, 1.2229697355909999], [103.74926841857366, 1.2228393602116898], [103.74889876608967, 1.2227422125698177], [103.7487058978968, 1.2227583801103061], [103.74825585798666, 1.2229687544017136], [103.74817548369242, 1.2231144168957704], [103.74801474776451, 1.223260074103469], [103.74775757275914, 1.2234704644133962], [103.7475807715486, 1.2235513767298347], [103.74737182161292, 1.2236808424127676], [103.74719500674591, 1.2239074269906347], [103.74722714183609, 1.2240045431901134], [103.7473717901255, 1.224020741407304], [103.74745215177131, 1.22402074942455], [103.74764501068387, 1.2241016953347954], [103.74769321424598, 1.224247370984099], [103.74770927615359, 1.2243606711661317], [103.74770925972246, 1.2245387133681935], [103.74775746611797, 1.2246520182004872], [103.74791816789892, 1.224878631734601], [103.74785387186347, 1.2249595549035042], [103.7477413609489, 1.2250242865911711], [103.7475645615608, 1.2250728271780473], [103.74743597511196, 1.2251699300542473], [103.74716274029902, 1.2252508337938788], [103.7470823795157, 1.2252508257653223], [103.7468573685843, 1.2252346203969788], [103.74679306116604, 1.2254450277022364], [103.74688947816111, 1.225623079363095], [103.74700196361673, 1.2258496877655], [103.74709837214023, 1.2261248536747924], [103.74711442128051, 1.226383825239431], [103.74709833016242, 1.2265942377300258], [103.74703401332138, 1.2269017592917537], [103.74695363457856, 1.2270959797627308], [103.74685717654341, 1.2273549422411003], [103.74682499991631, 1.2277110237738271], [103.74682497489817, 1.2279861802197196], [103.7468731798883, 1.2281156695697761], [103.74700175090723, 1.2281966098326222], [103.74719461382603, 1.2282451849784701], [103.74738748293217, 1.2282128303602078], [103.7482393345551, 1.227970122795076], [103.74841613886643, 1.2278568387362918], [103.74836792957541, 1.2277759065373328], [103.74748393015129, 1.228067168428814], [103.74727498975975, 1.2280833353180158], [103.74721070070586, 1.2280833296167502], [103.74717856042928, 1.2280347687345268], [103.74714643097062, 1.227872910000012], [103.74714644088859, 1.2277596103391908], [103.74714647437241, 1.2273873396368284], [103.74716257489318, 1.2270798137977348], [103.74724295503671, 1.2268694070073478], [103.74738763267611, 1.2265618925589197], [103.74764480570767, 1.2263676877203062], [103.74777339079733, 1.2262867720550268], [103.74798233900283, 1.2261896762677025], [103.74822343169812, 1.2260925842044879], [103.7484966651659, 1.2260278657684807], [103.74876989440338, 1.226011705337247], [103.74907526673859, 1.226011732208754], [103.74939670756964, 1.2260603193956199], [103.74962171400021, 1.2261088962767817], [103.7498306528364, 1.2261089145999569], [103.74989494464674, 1.2260765494169412], [103.75013603497801, 1.2259956425837082], [103.75031283858436, 1.2258985446959754], [103.75042534808632, 1.2258499964986098], [103.75048965703607, 1.2256395890871203], [103.7504896788718, 1.2253968043328227], [103.7505218387203, 1.2252187649278847], [103.75052185217805, 1.225073093532173], [103.75045758363005, 1.2248464885684747], [103.75029687793524, 1.2246522468954522], [103.75000759941244, 1.2244094350201202], [103.7497826029093, 1.2242475594130555], [103.7497022575502, 1.2240695092539526], [103.74970226824819, 1.223956209582382], [103.74975049521426, 1.2238429141363254], [103.74997552054604, 1.2236810770400277], [103.75018446897418, 1.2235677965535074], [103.75029698067266, 1.2235030647536707], [103.7504577165023, 1.2233574083054608]]]}, "id": "37"}, {"type": "Feature", "properties": {"MSLINK": 45.0, "GDO_GID": 39.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU HANTU"}, "geometry": {"type": "Polygon", "coordinates": [[[103.75330247411848, 1.223632817210521], [103.75314175586205, 1.2235842462010833], [103.75290067686778, 1.2235356673327933], [103.7527399558628, 1.2235194680248906], [103.7525792348604, 1.223503267803061], [103.75243458931472, 1.2234546972391078], [103.75232209101792, 1.2233737595373673], [103.75206494581585, 1.2232604366584439], [103.75193637020712, 1.2232442400917332], [103.75166314679933, 1.2231956583248045], [103.75142206836547, 1.22313089391697], [103.7512452658806, 1.2232279927998422], [103.75122919041426, 1.2232603622200529], [103.7515184675509, 1.2235193593737543], [103.75159882412677, 1.2235679234943673], [103.75171132191836, 1.2236650466354724], [103.75188810687948, 1.2237621771636482], [103.75193632127478, 1.223794552169497], [103.75195238197436, 1.2239240395571023], [103.75185594159585, 1.2240049591381712], [103.75183986058279, 1.224102072010193], [103.75183985364698, 1.2241829999637697], [103.75174340125459, 1.2243934046267062], [103.75171124843963, 1.224490516100566], [103.75166302431687, 1.2245714398626015], [103.75161479512641, 1.2247009207569148], [103.75156655988401, 1.2249113305068908], [103.75155047885308, 1.2250084433754385], [103.75147011389869, 1.2250569926129367], [103.75140581517897, 1.2251702875980297], [103.75137366005211, 1.2252835835709253], [103.75126112047566, 1.225672029027083], [103.75124504499293, 1.2257044002545503], [103.75118075042225, 1.225769136290753], [103.75121287732696, 1.2259633676216344], [103.75124501487453, 1.2260442983735502], [103.75129322283685, 1.2261414168389535], [103.75119677818084, 1.226270893520449], [103.7511324849869, 1.2263194450492891], [103.75106819179071, 1.2263679956720364], [103.75089138678244, 1.2264812799229243], [103.75077887726047, 1.2265298263298146], [103.7505860032146, 1.2266107383372826], [103.75055385730658, 1.2266269209371334], [103.75050563031559, 1.2267402154899134], [103.75045739913053, 1.226902068077012], [103.75040917771742, 1.2269506209915397], [103.75016807941486, 1.2271124557920003], [103.74975018477302, 1.2273066458836168], [103.74928407424643, 1.2274846462589508], [103.74918763697457, 1.2275170104062885], [103.74918763186268, 1.2275655666312766], [103.74925191950341, 1.227581758596559], [103.74942871853213, 1.2275494033163126], [103.7497823213902, 1.227387577554822], [103.75024843606636, 1.227161020862074], [103.75089135661283, 1.226821178941273], [103.7511163751806, 1.2267402706194106], [103.75113244698841, 1.226740272020681], [103.75121280315516, 1.2268050224714628], [103.75122886661191, 1.2269021372321325], [103.75127708015359, 1.2269345131567557], [103.75140565682919, 1.226950709766494], [103.75156637990526, 1.2269345383489096], [103.75161459990898, 1.2269021717257311], [103.75151818115988, 1.2267403065267268], [103.75140567630105, 1.2267241104182864], [103.7513896206912, 1.2265460668026782], [103.75138962347283, 1.2265136959839376], [103.7516950106733, 1.2263518657504746], [103.75237007585335, 1.2259958417340637], [103.75283620066477, 1.225655983970887], [103.75320589186468, 1.2253161177902885], [103.75359165477023, 1.2249762529370245], [103.75394527948554, 1.2245716418027583], [103.75397743084854, 1.2244907166117236], [103.75391314689247, 1.2244421548464401], [103.75368811117572, 1.2247172901596013], [103.75346308595512, 1.224879127577407], [103.75338272516994, 1.2248791206441285], [103.75328629858261, 1.2247981843649207], [103.75323809056697, 1.2247010650270715], [103.75314166764794, 1.2245877570182717], [103.75306131791196, 1.2244582649848441], [103.75302918308445, 1.2243449616221849], [103.75304526957703, 1.2241831070991231], [103.7530613546873, 1.2240374370816223], [103.7531417273796, 1.2239079589311455], [103.75323816909764, 1.2238108538902384], [103.75331853212738, 1.2237946754153226], [103.75344710915218, 1.2237946865070806], [103.75352746804991, 1.2238270642574274], [103.7536881854304, 1.2238756361492726], [103.75376854618628, 1.2238756439757295], [103.7538006947943, 1.2238270887031784], [103.7537042691275, 1.2237461524401414], [103.75359176802463, 1.223697585610021], [103.75344712244693, 1.2236490150991748], [103.75330247411848, 1.223632817210521]]]}, "id": "38"}, {"type": "Feature", "properties": {"MSLINK": 46.0, "GDO_GID": 40.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SEMAKAU"}, "geometry": {"type": "Polygon", "coordinates": [[[103.75794009472446, 1.2093881736169476], [103.75806863612591, 1.2098090115380629], [103.75826145500928, 1.2103431554742647], [103.75832573828708, 1.2104079043466374], [103.75837392925479, 1.21069924947114], [103.75858281952658, 1.2112495810586026], [103.75867922838863, 1.2115409311342586], [103.75877563637106, 1.2118322812070936], [103.75883987499184, 1.2124149714566803], [103.75883984459202, 1.2127710559896965], [103.75890409128152, 1.2132566310395136], [103.75887191786018, 1.213596527457906], [103.75888795974323, 1.2137681021521025], [103.7588879454333, 1.2139299590033197], [103.75887185804572, 1.2141079999183668], [103.75880755588804, 1.2142698513688515], [103.75871111337557, 1.2143831420657412], [103.75866288831025, 1.2144802523033438], [103.75851821846742, 1.214706838641872], [103.75845390596551, 1.2149819906887183], [103.75846995620091, 1.215240962274887], [103.7585663709854, 1.2154513834777814], [103.75856635933755, 1.2155808694988115], [103.75855025981777, 1.215904581841985], [103.75858233835238, 1.2166653107334697], [103.75856624150852, 1.216956651342843], [103.75851801504238, 1.21706994698611], [103.75851799800918, 1.2172641746585184], [103.75858227741399, 1.2173774806762296], [103.75875905240706, 1.2176040949547713], [103.75890369912456, 1.2176364779436044], [103.75904834852909, 1.2176364910023656], [103.75908050591178, 1.2174908222682663], [103.75908051798343, 1.2173451517384295], [103.75908054570614, 1.2170214389469376], [103.75911271112317, 1.2167786559212623], [103.75917702629373, 1.216471133937955], [103.75919311502507, 1.2162769076101996], [103.75933779204246, 1.2159532060441787], [103.75938602514707, 1.2157589824086972], [103.75938604211163, 1.2155647547302635], [103.75941821283044, 1.215257229135833], [103.75943428814854, 1.2152248596550705], [103.75956288307239, 1.21501445733296], [103.75973969365704, 1.2148202444522376], [103.75985221235374, 1.2146745824244825], [103.75996472790617, 1.21454510670956], [103.7599808125573, 1.214399436612601], [103.76006118862027, 1.214221401058687], [103.75999691011673, 1.2141080968833045], [103.75986833797464, 1.2140433426701869], [103.7598362078585, 1.2138814831277573], [103.759836214536, 1.2138005551525712], [103.75991658257833, 1.2137196338957013], [103.7600612357801, 1.213671088835511], [103.76010945187966, 1.2136710928627086], [103.76018981457703, 1.213654914158501], [103.76039875916605, 1.2135740036170677], [103.76047912718562, 1.2134930814374454], [103.7606077179496, 1.213331236200557], [103.76075236846052, 1.2133150628345135], [103.76089702518463, 1.2132341468977688], [103.76105775718594, 1.2131208605553896], [103.76120241166568, 1.2130561309200205], [103.76125063926843, 1.2129266488947976], [103.76137922730811, 1.2127971753500064], [103.76123459009455, 1.2126514918905946], [103.76117031024656, 1.2125543722516734], [103.76102567305695, 1.212408688782215], [103.7608006798758, 1.2121982560556395], [103.76072032743046, 1.2121011350695967], [103.76070426857159, 1.211955462286174], [103.76083285037312, 1.2118907313287592], [103.76099358584857, 1.2117450741548135], [103.76102573683075, 1.2116641479442052], [103.76109006755779, 1.2111623981906048], [103.7610740192985, 1.210887239374745], [103.76105798298438, 1.2104664109190337], [103.76115442790882, 1.2103207483857583], [103.76121872717125, 1.210191267690416], [103.76123480376098, 1.2101427127794369], [103.76125088963033, 1.2099808572492896], [103.76125090378581, 1.2098190003847327], [103.76125092234459, 1.2095924009548666], [103.76126700688235, 1.209446731743286], [103.76136345133055, 1.2093172537095052], [103.7614920365369, 1.2092201509759435], [103.76163668682597, 1.209203977548426], [103.76174919279948, 1.2091878023558589], [103.76202241109668, 1.209284938364218], [103.76208669354716, 1.2093496871513354], [103.76221526247268, 1.2094629974972242], [103.76235989868424, 1.209608680900406], [103.76239203640964, 1.2096896115372613], [103.76248847068976, 1.2096734340832271], [103.76255276064863, 1.2096572539733694], [103.76260097140936, 1.2097220014230115], [103.7626170325802, 1.2098514878828395], [103.76253666341591, 1.2099485955543265], [103.76252057498614, 1.210142821927898], [103.76252056312161, 1.2102884933810465], [103.762584841653, 1.2104017975002421], [103.76263305374432, 1.2104503595342049], [103.7627294840993, 1.2104827383199637], [103.76316344131098, 1.2103694752583252], [103.76321165078417, 1.2104504081140761], [103.76343666019694, 1.2104504275253505], [103.76356524014253, 1.2104180663561401], [103.76372596834862, 1.210337151571917], [103.76399920214398, 1.210256246909048], [103.76417600686726, 1.2101267762615555], [103.76422423688824, 1.209964923336499], [103.76422424996893, 1.2098030664614703], [103.76461000886128, 1.2094793851770225], [103.7646903770421, 1.2093822783426347], [103.76472254052791, 1.2091556815217084], [103.7648671921085, 1.209123321598761], [103.76507613060974, 1.2091233395545948], [103.76522077827975, 1.2091395367665825], [103.76526899910797, 1.209090984446754], [103.76544579889713, 1.2090100708615912], [103.76550226958734, 1.2089728477225699], [103.76592013828765, 1.2090538106026962], [103.76638622951704, 1.209053850244454], [103.76677196389385, 1.2090215097550059], [103.76728628455422, 1.2088758825785062], [103.76765596303157, 1.2086331266181236], [103.76817029732048, 1.2083256423761484], [103.76857211482769, 1.2081476332497445], [103.76890963471773, 1.208082917740094], [103.7690703584255, 1.208066745195904], [103.76947216180226, 1.2080667782427839], [103.76984181488032, 1.2081315512428266], [103.77022753512045, 1.2082772534694646], [103.77061324725824, 1.2085038854483396], [103.77104716788132, 1.2088276337128139], [103.77167395037405, 1.209216140663272], [103.77202752439216, 1.2093780264239116], [103.77262217037948, 1.2096694172084264], [103.77324896620397, 1.2098798814888065], [103.77384361959584, 1.2100903422057054], [103.77418112624731, 1.2101874838542659], [103.77448649447732, 1.210219879464917], [103.77485614799765, 1.2102846517978112], [103.77485612593044, 1.2105598084510998], [103.77683299685363, 1.21060852355269], [103.7768329700496, 1.2109484227993037], [103.7794366547622, 1.210997184350783], [103.77943668611465, 1.2105925434062774], [103.78009564467409, 1.21059259449036], [103.7801117509721, 1.2101555830157005], [103.78027247993508, 1.2100584808931487], [103.78054573025545, 1.209750974108451], [103.78081899140035, 1.209297796692486], [103.78096367091861, 1.2089255375272083], [103.78109229017369, 1.2083752347869452], [103.7811887753084, 1.2077116289428795], [103.78133031944076, 1.206174001234747], [103.78134646465193, 1.2052352326069948], [103.7814108354303, 1.204166983329351], [103.78139482908843, 1.2033253266027253], [103.78139489803303, 1.2024351139122689], [103.78136281429782, 1.2016581985571575], [103.78134676189961, 1.2013992260657311], [103.78129856376074, 1.201172622898506], [103.78121822170611, 1.2009298318826755], [103.78113787243187, 1.2007841543033198], [103.78092895342196, 1.2003568160617268], [103.78086467673842, 1.200211140593698], [103.78073612249244, 1.1999197878447687], [103.78052720487126, 1.1996608016624404], [103.78027007595102, 1.1993532537361975], [103.7799807971351, 1.1991104459420043], [103.77951473509589, 1.1987543249155113], [103.7788879512872, 1.1983981906554626], [103.77835758679454, 1.1982201059872593], [103.77800401254515, 1.1980744074177094], [103.77755400943519, 1.197880143329871], [103.77721650904776, 1.197718260473569], [103.77660578881428, 1.1974754267052636], [103.77604329001996, 1.1971840402679605], [103.7758022251645, 1.1969736075273631], [103.77562545083669, 1.196746993420622], [103.77552903652524, 1.1965203855304472], [103.77544869510338, 1.1962775943658814], [103.77536835459323, 1.196034803199228], [103.77535230029208, 1.1958082015322153], [103.77535232471399, 1.195500674908146], [103.77532024019993, 1.1947561312725357], [103.775304189031, 1.1942948251647256], [103.77525600511045, 1.1938901795572547], [103.77520782120115, 1.1934855339484323], [103.77511140826421, 1.1932427406237567], [103.77499892868325, 1.1929352043623982], [103.7746935905562, 1.1925467232952307], [103.77345613768895, 1.1913650693884985], [103.77250795771037, 1.190507152434926], [103.77157582798668, 1.1899082067975737], [103.77080440306409, 1.1895035031455918], [103.77022583492331, 1.1892121134323779], [103.76957651126071, 1.1889611696844198], [103.76911043357943, 1.1888316465107256], [103.76853185249243, 1.1886859279504574], [103.76806576506696, 1.1886697034486207], [103.76753538526596, 1.1887182171977386], [103.76690856241918, 1.1888800219257898], [103.76641031029345, 1.1891227666911213], [103.76592811974129, 1.1894788114987376], [103.76541378238814, 1.1898672244465678], [103.76506017404873, 1.1901585369237218], [103.76489944319704, 1.190288009030375], [103.7652047900286, 1.190547005045487], [103.76546195964703, 1.1903366127387303], [103.76579946963056, 1.1903690118117995], [103.76613701367748, 1.189996769938099], [103.7664263259795, 1.189802565548766], [103.7666513462025, 1.1896569140131283], [103.76726210187921, 1.1894303636722752], [103.76777641150468, 1.1893656641801569], [103.76833893896782, 1.1892847821220047], [103.76883717186159, 1.1892848228234465], [103.76925503773433, 1.1893657850420667], [103.76986576182884, 1.1895276923366283], [103.77062112043039, 1.1898514669660074], [103.77115146890311, 1.1902075953847062], [103.77169788947677, 1.1905475377433592], [103.77218002376985, 1.1908874758515255], [103.77275857995755, 1.1913407221024594], [103.77335319885603, 1.1919234546748725], [103.77414066355158, 1.1927328007740432], [103.77446207413385, 1.1931212840544683], [103.77463884069573, 1.1934450107551937], [103.77473524490863, 1.193801102948982], [103.77478343743849, 1.1940924497077894], [103.77481227637585, 1.1949228048587015], [103.7746997676563, 1.1949713523777645], [103.77465154566113, 1.1950522775436365], [103.77463546319633, 1.1951817605680903], [103.7747318823581, 1.1953436258967738], [103.77482830525415, 1.1954569331498783], [103.77486044445256, 1.195521678237144], [103.77492466060507, 1.1964280812908714], [103.77498893937025, 1.1965413869463748], [103.77505321779898, 1.1966708771173789], [103.77228871100478, 1.1980464371567412], [103.77204762121733, 1.1981597179248435], [103.77166187237127, 1.198386286102108], [103.76954023756026, 1.1998751953902993], [103.766137549606, 1.2023173407704282], [103.76334115422868, 1.2005366824781347], [103.76274654327186, 1.1998730188808318], [103.76203943931435, 1.199063676235379], [103.76083414904845, 1.1977039780607286], [103.76046452373258, 1.1973316755838221], [103.7603520341625, 1.197153623948863], [103.76030383294703, 1.196975577651042], [103.76022349775695, 1.1966842280542196], [103.76015923288722, 1.1964090661119529], [103.7601592563494, 1.1961339095117256], [103.76027179054316, 1.195777834270664], [103.76051290751263, 1.195357028025243], [103.76112369972044, 1.194725838319784], [103.76321324066417, 1.1926380634215747], [103.76332573790626, 1.1925490379132313], [103.76353468559185, 1.1924195698569586], [103.7637597013602, 1.1923224748371717], [103.76385614113597, 1.1922415547190066], [103.76400080355388, 1.1920635242142665], [103.76406510571331, 1.191901673468563], [103.76409726155153, 1.1917560046129616], [103.76422584971792, 1.1916103445234814], [103.76427407934882, 1.1914484915564434], [103.76425801685488, 1.1913351905090623], [103.76417766614964, 1.1912218842211968], [103.76408123863746, 1.1911733191983678], [103.76396872990928, 1.1912218671795698], [103.76379193255868, 1.1912865944203168], [103.76300433646267, 1.1920796272267196], [103.76287575476202, 1.1921443583553253], [103.76236140599426, 1.1926622567220446], [103.76232925005272, 1.1928079255502189], [103.76060938851374, 1.194604389276546], [103.76043259617731, 1.1946043737096488], [103.76022365349519, 1.1946690989371611], [103.75987003869328, 1.1950251541380572], [103.75980574109637, 1.195138447608625], [103.759773577441, 1.1953650452845266], [103.75977357079488, 1.1954459732705918], [103.7597574747716, 1.1957211285319913], [103.75977344930685, 1.1968703125096694], [103.75991804436133, 1.1973186651897954], [103.75996623934219, 1.1975614540618005], [103.76006266257457, 1.197674762710228], [103.76023943695205, 1.1978851905329304], [103.76046442675441, 1.198111809574574], [103.76048049044056, 1.1982089252154189], [103.75995005953352, 1.1988239350741652], [103.75978927107657, 1.199265793402167], [103.75961245800546, 1.1994923772023185], [103.75959637480254, 1.1996218619015355], [103.75959636281625, 1.1997675324521648], [103.75970884887093, 1.1999779558544243], [103.7598856278145, 1.2001560137768257], [103.76014275575594, 1.2004473780962095], [103.76051237743752, 1.2008682368792631], [103.76056058402594, 1.2009815406051219], [103.76072129228248, 1.201127224503317], [103.76088200277945, 1.2012567238812293], [103.7609784314687, 1.2013052890313693], [103.76115522291352, 1.2013214900053064], [103.76146059785596, 1.2012567736237805], [103.76154096017882, 1.2012405948552354], [103.76178204006753, 1.2012568002004214], [103.76194275500133, 1.2013215560445054], [103.76211954118632, 1.2014025004306919], [103.76229631948277, 1.201580557305059], [103.76239274294674, 1.2016938649775613], [103.76240880671492, 1.2017909806098532], [103.76240879397204, 1.2019366520715988], [103.76248914094081, 1.2020985155708286], [103.76258556706027, 1.2021794515001596], [103.76273020030234, 1.2023575066071706], [103.7628426928519, 1.2025031873259202], [103.7629069712332, 1.2026164914339224], [103.76292303370987, 1.202729793384877], [103.76292302451657, 1.2028430931097376], [103.76292301794976, 1.2029240210969954], [103.7628587141165, 1.2031020581044294], [103.76281049557217, 1.2031344249705889], [103.76271406021104, 1.2031667887715123], [103.76263370531036, 1.2031020386806714], [103.76255335304467, 1.2030049186591432], [103.76250514502567, 1.2029078003796825], [103.76247301526051, 1.202729755437332], [103.76248910098765, 1.202567899883964], [103.76240875753777, 1.2023736646472174], [103.76237662120133, 1.2022765485948201], [103.76237662383407, 1.2022441768575338], [103.7621677021595, 1.2020661164304833], [103.76210341938848, 1.201985183139845], [103.76189449247529, 1.2018718652633906], [103.76179806242905, 1.2018394855601142], [103.7616855594004, 1.2018232908455886], [103.76141233655777, 1.2017908965080577], [103.76125161542183, 1.201790882296352], [103.7611230354412, 1.201839428796219], [103.76101052489834, 1.201904162038403], [103.76094623114312, 1.2019688992752546], [103.76084979225668, 1.2020336329388168], [103.76073728525027, 1.202065995336931], [103.76062478132283, 1.2020497996738837], [103.7604480026837, 1.2018879281118406], [103.76038372575043, 1.2017584376319557], [103.7601105251075, 1.2014670719912366], [103.76009446806987, 1.201289028367024], [103.75994983682088, 1.2010786023004487], [103.75988555726722, 1.20098148354642], [103.75983735203816, 1.2008519934902144], [103.75980521847086, 1.2007225047727343], [103.759789162353, 1.2005444611472593], [103.75974096023008, 1.2003664148424482], [103.75956417285687, 1.200301657533598], [103.75949988443989, 1.200301651265828], [103.75930701518823, 1.2003501923176079], [103.75911414192585, 1.2004472896017648], [103.75906592205465, 1.2004958427220238], [103.7589373318531, 1.2006576879324717], [103.75893732694645, 1.2007062450830321], [103.75885696419077, 1.200738609190016], [103.75884087425824, 1.2009490218619863], [103.7588087157749, 1.201110876037691], [103.75880869839399, 1.20132128914963], [103.75882475668497, 1.201483147360964], [103.75880867743928, 1.201564074900461], [103.75876045129401, 1.2016773696742145], [103.75868008225717, 1.2017744772432661], [103.75859969849114, 1.202049626184668], [103.7586157594483, 1.2021791135656499], [103.75856752970675, 1.2023247809731417], [103.75850323053015, 1.2024542607122481], [103.75848714323133, 1.2026323016427563], [103.75848713161737, 1.2027617867714626], [103.75843890499384, 1.2028912678556956], [103.75840675047739, 1.2030045648722492], [103.75837459417605, 1.2031502327179964], [103.75837457987463, 1.203312089580013], [103.75840670177611, 1.2035710634373435], [103.75837454412576, 1.2037329176012654], [103.75826202673898, 1.203878578697956], [103.75818166029961, 1.2039433145116567], [103.7580852194958, 1.2040404198013646], [103.75794056006971, 1.2041698927661244], [103.75789233518064, 1.2042670030068918], [103.7578119709638, 1.2043155533936372], [103.75777982536545, 1.204331736102953], [103.75773160584572, 1.2043641028734104], [103.75753871744132, 1.2046392431975288], [103.757490488491, 1.2047849096725192], [103.75745832583105, 1.2049953209671576], [103.7574261658584, 1.2051733605277966], [103.75742614969872, 1.2053675891168096], [103.75747435083817, 1.2055456354522762], [103.75755469939328, 1.205675127349111], [103.75755469535515, 1.2057236844963561], [103.75761896012044, 1.2059988464787412], [103.75760287272941, 1.2061768873944003], [103.75766712943334, 1.2065491627655094], [103.75773138121674, 1.2069699961865155], [103.75779563795021, 1.207342271554681], [103.75779562225385, 1.2075203138236976], [103.75779559175746, 1.207876399265418], [103.75777945346648, 1.2084655761040963], [103.757795491973, 1.2088540337255411], [103.75785976219862, 1.2090644531416648], [103.7579561713657, 1.2093396178241709], [103.75794009472446, 1.2093881736169476]]]}, "id": "39"}, {"type": "Feature", "properties": {"MSLINK": 47.0, "GDO_GID": 41.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU BUKOM"}, "geometry": {"type": "Polygon", "coordinates": [[[103.76037343138978, 1.2331829778985681], [103.76030262008473, 1.2333383584320001], [103.76028653393706, 1.2335002130120523], [103.76017399564822, 1.2338724743751281], [103.76017397463883, 1.2341152600746057], [103.76012573313562, 1.234406597056199], [103.75993282294571, 1.2349083367547038], [103.75977205371746, 1.235442449960391], [103.75967559340211, 1.2357499691853129], [103.75957909450007, 1.2365106871572948], [103.75945043966243, 1.2373847020955584], [103.7593860879611, 1.2381130519315446], [103.75945035483015, 1.2383720275471268], [103.75949852521232, 1.2387087744377876], [103.75959496272982, 1.2388737956222113], [103.75969138103008, 1.2390518468864973], [103.75972351224544, 1.239213706417849], [103.75977171669618, 1.2393593809870698], [103.75981991980687, 1.2395212418709687], [103.75994847923305, 1.2397316666560114], [103.76009311908305, 1.2398611639233856], [103.76036633006059, 1.2400716017570834], [103.76060740399828, 1.2402011080023143], [103.76086455476833, 1.2402820575313418], [103.76110563677543, 1.2403144503604882], [103.7613467161179, 1.240379213990848], [103.76163601605627, 1.2403954244888364], [103.76189317487733, 1.2403792605456943], [103.76210211977964, 1.240330721735029], [103.76240750314966, 1.2402174474796905], [103.76258430377793, 1.2401527205416536], [103.76277717718902, 1.240087993118025], [103.76313077002898, 1.240071837967206], [103.76329149741667, 1.2400232950588748], [103.76356473073747, 1.2399747614572219], [103.7638218912597, 1.2399262255932275], [103.76401476330962, 1.2398776852973024], [103.76432015099013, 1.2397320399867295], [103.76456124748522, 1.239586390246105], [103.76473804934163, 1.239505475936146], [103.76497031589547, 1.2392940116971662], [103.76503082113723, 1.2391703432199865], [103.76513990771902, 1.2389066405697764], [103.76539708302151, 1.238696248604473], [103.76555781683992, 1.2385667766756752], [103.76570248399467, 1.2383725608617513], [103.76589537028704, 1.2381459772552308], [103.7660561088663, 1.2379679490521147], [103.7662650630628, 1.2377899238740644], [103.76662676070231, 1.2375050808072952], [103.76672320378186, 1.237391789871991], [103.76675535494533, 1.237310863615453], [103.76680357757992, 1.2372461258908538], [103.76688394876655, 1.23713283273421], [103.76702860704529, 1.2370357311276545], [103.76723755331102, 1.2369548192517], [103.767333993748, 1.2368739000234001], [103.76747865289573, 1.2367767974859782], [103.76760723796463, 1.2366958799535959], [103.76773582262857, 1.2366311487329928], [103.76788048214569, 1.236517860757649], [103.76800906977888, 1.2364045705669786], [103.7682662411352, 1.2362265500253178], [103.76834660964519, 1.236145628551381], [103.7685073418791, 1.236032341838584], [103.76861985630345, 1.2359352375391195], [103.76878058116854, 1.235902879689728], [103.76882879986185, 1.2358866972627838], [103.76892523853519, 1.2358381488002739], [103.76919848035975, 1.2356763148720502], [103.76940743892744, 1.2354497322723121], [103.76947173718544, 1.2353364377329823], [103.76990249528545, 1.2349833922765177], [103.77001616254289, 1.234843116281614], [103.77014683257599, 1.2346243246482274], [103.77022720482177, 1.2344948459606317], [103.77029150558045, 1.2343491796627157], [103.77033973447243, 1.2342035120753205], [103.77042010285902, 1.2341225914349283], [103.77053261495766, 1.2340416715556948], [103.77064512922551, 1.2339445671602738], [103.77078978720002, 1.2338474644245931], [103.77093444606274, 1.2337503625847728], [103.77112732138258, 1.2336532645843397], [103.77123983089349, 1.233604716408203], [103.77143270072847, 1.2335885472714243], [103.77168985671473, 1.2335885677487834], [103.77199524074872, 1.2334752932178947], [103.77209168345692, 1.2333620011591289], [103.77234885932677, 1.2331192367139507], [103.77242923648598, 1.2329250153816387], [103.77283108524747, 1.2325916187740338], [103.7730239380564, 1.232769677225225], [103.77276675595797, 1.2330933688221208], [103.77294353478047, 1.2332876114237756], [103.7739240179815, 1.2323812937125505], [103.77376331224768, 1.2321708670240488], [103.77334540388313, 1.2325269177568123], [103.77313647795742, 1.2323650434750342], [103.77313647921932, 1.2323488580586945], [103.77320077345864, 1.2322841214720346], [103.77326506769488, 1.2322193839792634], [103.7733454359351, 1.2321384614325799], [103.773490094978, 1.232025173121605], [103.77361868090338, 1.2319280698561506], [103.7737311974897, 1.2317985935803217], [103.7738919317564, 1.2316529356781558], [103.77402051639336, 1.231572017808029], [103.77414909851167, 1.2315234716690837], [103.77424553854861, 1.2314425503557516], [103.77434198198694, 1.2313292591093203], [103.77437413158857, 1.2312645181576098], [103.77455093852952, 1.2311188614735937], [103.77469559836614, 1.2310055739951258], [103.77498493210777, 1.230584769485538], [103.77506530274671, 1.2304714760465016], [103.77522604185673, 1.2302610754814092], [103.77535463602146, 1.2300668578109824], [103.7754189301526, 1.2300021193553958], [103.7755312736828, 1.2298899281143865], [103.77567977007904, 1.229777341542365], [103.77584476666378, 1.229633376572241], [103.7759474304414, 1.229561395875798], [103.7762065244152, 1.2293385704920436], [103.77646369084263, 1.2292091053358656], [103.77659227900789, 1.2290796301726261], [103.77675300889996, 1.2289987146544061], [103.77686552645048, 1.228853052811753], [103.77697803813933, 1.2287721335395203], [103.77709055195707, 1.2286750279398784], [103.77713878284241, 1.2284969893634325], [103.77778173150591, 1.2277524998818117], [103.77802282465606, 1.2276392187404233], [103.77803891461069, 1.2274126205051783], [103.77834481001712, 1.2271153214158534], [103.77823231655263, 1.2269696412764357], [103.77715488524449, 1.2281085351498398], [103.77712274530472, 1.2280599755026205], [103.77709060570442, 1.2279952295326508], [103.77702632403388, 1.2278981111407816], [103.77696204574153, 1.227768620102782], [103.77692990738599, 1.227687689617426], [103.77696206025257, 1.2275905777915166], [103.77705850253668, 1.227477285526661], [103.77712279656389, 1.2274125479280675], [103.77725138090203, 1.2273316307888507], [103.777384670243, 1.227276542402952], [103.7775246272095, 1.2271050515376314], [103.77758265859346, 1.2271677234329326], [103.77764131595872, 1.2272009528370877], [103.77769997873331, 1.2271898837350717], [103.77775314644447, 1.2271215890200797], [103.77779531334991, 1.227064370735167], [103.77785581410193, 1.2269850031273501], [103.77784665890107, 1.2268631741336353], [103.7779105145329, 1.226574463305194], [103.77811402858254, 1.2261646952832264], [103.77826429077382, 1.225982732041096], [103.77831745152469, 1.2258573384255553], [103.77836328619023, 1.2257982743967077], [103.77847139818037, 1.225647488249862], [103.77855206097166, 1.2256013483095773], [103.77885091416451, 1.2250051545883287], [103.77906106105895, 1.2246277086152215], [103.77908385455343, 1.2243212397034264], [103.77911010594146, 1.2240842776359466], [103.77899761687758, 1.2238576695298287], [103.77895531294784, 1.2238518454612906], [103.77881066805566, 1.2237870908821031], [103.77856958722694, 1.223754700631882], [103.77813563294804, 1.2238194080337004], [103.77784631926001, 1.2239812426483554], [103.77774988083485, 1.224045977791655], [103.77742842843232, 1.2241430663959891], [103.77726770222299, 1.2241916102310044], [103.7769783976622, 1.224256330427452], [103.77680159997612, 1.2242886875708463], [103.77664087127144, 1.2243696031080928], [103.77654443066744, 1.2244505236238603], [103.7765122799666, 1.2245314491254389], [103.77641584025143, 1.2246123705403837], [103.77635155123924, 1.224612365548361], [103.77620690637603, 1.224547610829194], [103.77614262571336, 1.224450491514458], [103.77582601304329, 1.2244019094523755], [103.77423486365294, 1.2243855951579843], [103.77389733589203, 1.2245150538065177], [103.77304547928111, 1.224871069529219], [103.7729972570289, 1.2249358082972785], [103.77298116415494, 1.22519477822539], [103.77299722209422, 1.2253728217958784], [103.77299720984952, 1.2255184932632013], [103.77296506029097, 1.225583233298419], [103.7728364737596, 1.2256803374550473], [103.77269180657103, 1.22589073915772], [103.77264357166136, 1.2261173348002437], [103.77257925518683, 1.2264572279923034], [103.77254707690493, 1.2268780526178438], [103.7725791956291, 1.2271855835070555], [103.77254702744493, 1.227476922987138], [103.77249880097276, 1.2276064043132713], [103.77085930316673, 1.2291762810975375], [103.77069857527785, 1.2292410108335012], [103.77042533586791, 1.2293704732272912], [103.76952526089023, 1.2297264847547202], [103.76925202780214, 1.2297750190400483], [103.76897878956079, 1.2298882958624868], [103.76857697135566, 1.230033933114363], [103.76841624336659, 1.2300986636104099], [103.7683680256757, 1.2301148451316037], [103.76815908514888, 1.2301310127583363], [103.76796621297136, 1.2301795534034163], [103.76777334168605, 1.2302280958428258], [103.76767690151148, 1.2303090151048568], [103.76536691018013, 1.2308592266069276], [103.7649942260054, 1.2309063045761024], [103.76443990334734, 1.230982073265579], [103.76373271965188, 1.2310305703288331], [103.76325055060894, 1.2310467149976134], [103.76304160603348, 1.231111439359118], [103.76069495762229, 1.2322442355517502], [103.76046989061797, 1.232875457727447], [103.76037343138978, 1.2331829778985681]]]}, "id": "40"}, {"type": "Feature", "properties": {"MSLINK": 49.0, "GDO_GID": 42.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU BUKOM KECHIL"}, "geometry": {"type": "Polygon", "coordinates": [[[103.76490607403278, 1.230091900237836], [103.76515989015991, 1.2301151263377512], [103.76567454525023, 1.2301622207435352], [103.76629401975012, 1.2300375146421982], [103.76658826609547, 1.2300453357753522], [103.76737156145774, 1.2299205340560957], [103.76741978174131, 1.2298719808190683], [103.76750014877967, 1.2298072447729846], [103.7675805123265, 1.229774880458402], [103.76772516977532, 1.2296939642004403], [103.76783768175656, 1.2296130444275035], [103.7679823378973, 1.2295483144739705], [103.76809485244782, 1.229435023859047], [103.76825558388234, 1.229337923454455], [103.76835202529402, 1.2292408169440199], [103.76852883240258, 1.229095160669201], [103.76902709698315, 1.2287876743126036], [103.76917175305323, 1.228722943385565], [103.76931640693432, 1.2286743987701976], [103.76946106389053, 1.228609667826671], [103.76982416502794, 1.2285227272935177], [103.77006012841449, 1.2284300418710843], [103.77022624121864, 1.2282452027125306], [103.77033624575566, 1.228068007711606], [103.77044624779063, 1.2279203465450077], [103.77047367804687, 1.2278328381470198], [103.770586198047, 1.2276709911673784], [103.77068264186649, 1.2275415137311485], [103.77071479622778, 1.2274282165755093], [103.7707630249537, 1.2272825489652093], [103.77073089061771, 1.2271530621653097], [103.77069875973302, 1.226991201819489], [103.7706023350684, 1.2268778943971708], [103.77044162863594, 1.2266836529446319], [103.77036127197603, 1.2266189039517903], [103.77018449887487, 1.226359918631086], [103.77012021967445, 1.2262466137647163], [103.77003987672022, 1.2260200069840863], [103.7699113059393, 1.2259390687022194], [103.76975060089154, 1.2257286417959772], [103.76954167954855, 1.2255182110127365], [103.7691720437741, 1.2251944666769519], [103.76889884250154, 1.224870730959413], [103.76878634489908, 1.224773607600106], [103.76862562328053, 1.2247735946562766], [103.76830417824794, 1.2247735678351115], [103.76828810644562, 1.2247735665382644], [103.7679988033372, 1.2248059140095418], [103.76778986232489, 1.2248220825342986], [103.76742020059098, 1.224838237121398], [103.76713089876593, 1.224854398177705], [103.76676123613001, 1.224870553577213], [103.76637550299034, 1.2248705212972566], [103.76585475543799, 1.2249190345536747], [103.7658065382338, 1.224919030618306], [103.7654207972588, 1.2250161124971004], [103.7652118562257, 1.225032280817801], [103.7651797117215, 1.2250322781864897], [103.76493862839, 1.225032257534933], [103.76479397857136, 1.2250322456761449], [103.76461718424939, 1.2250322302670318], [103.76439217272328, 1.2250322117894503], [103.76418323389927, 1.2250321937103177], [103.76381356902975, 1.2250645341124413], [103.76354033592952, 1.225129254151125], [103.76321888650978, 1.225193969274131], [103.76307423050861, 1.2252586989771739], [103.76284921500637, 1.225307238418415], [103.76252776068434, 1.2254205096968644], [103.76238310820357, 1.2254528685332409], [103.76225452884947, 1.2254690432815218], [103.76194915647962, 1.225469017021965], [103.76170806691336, 1.225533740442393], [103.76124196135201, 1.2256631849379516], [103.76079193245684, 1.2257440753568065], [103.76048655783131, 1.2257602343405156], [103.7601168964217, 1.2257602033949746], [103.7596025811503, 1.225808715588438], [103.75932933894195, 1.2259705485634758], [103.75913645171298, 1.2262133180478234], [103.75894354381545, 1.2266826850964727], [103.7586863600063, 1.2271941349249], [103.7585738312526, 1.2274530956428626], [103.75855774101345, 1.2276635073558386], [103.75858987071626, 1.227841552314387], [103.75871842908778, 1.2280681634542463], [103.75884698882686, 1.2282785882724114], [103.75918445089236, 1.2289098586353207], [103.75936122842346, 1.2291041011752961], [103.75963442308182, 1.229508766691719], [103.75985940499912, 1.2298486855819788], [103.76008437625256, 1.230318089562611], [103.76024508210502, 1.230512330702664], [103.76043793522496, 1.2306742046067858], [103.76067901860044, 1.2306904111086436], [103.76080759821089, 1.2306742364526044], [103.76101654279543, 1.230609510459463], [103.76137014769877, 1.230431499534933], [103.7615630257438, 1.2303020305048284], [103.76194877470617, 1.230140206685358], [103.7622541529132, 1.2300754904194804], [103.7627363336917, 1.2299136744897423], [103.76318636679272, 1.2298004129548121], [103.76350781239142, 1.2298004395239848], [103.76376496797343, 1.229800461655615], [103.76416676926713, 1.2298652382371167], [103.76458463979, 1.2299623878120112], [103.76490607403278, 1.230091900237836]]]}, "id": "41"}, {"type": "Feature", "properties": {"MSLINK": 50.0, "GDO_GID": 43.0, "MAPID": 0.0, "COSTAL_NAM": "ISLAND LINK"}, "geometry": {"type": "Polygon", "coordinates": [[[103.76490607403278, 1.230091900237836], [103.76500185228134, 1.230638288172302], [103.76503986170319, 1.230806759623522], [103.7649942260054, 1.2309063045761024], [103.76536691018013, 1.2308592266069276], [103.7652605589443, 1.2307034253622917], [103.76515989015991, 1.2301151263377512], [103.76490607403278, 1.230091900237836]]]}, "id": "42"}, {"type": "Feature", "properties": {"MSLINK": 54.0, "GDO_GID": 44.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU BUAYA"}, "geometry": {"type": "Polygon", "coordinates": [[[103.70461884540816, 1.2843344754906887], [103.70463754120607, 1.2837249098040617], [103.7046263157955, 1.2832753324869495], [103.70471777962949, 1.2828621193601213], [103.70463195066475, 1.2827150258614717], [103.70430830718024, 1.2827063519978026], [103.70403151009157, 1.2831216013527476], [103.7039814411194, 1.2832966354746929], [103.70334358791739, 1.2840770705531614], [103.7031462522404, 1.2846247704532139], [103.70324178623228, 1.2850035169663367], [103.70332001647247, 1.2851283347653728], [103.7036010694141, 1.2853003335859956], [103.703680116738, 1.285348199206313], [103.70424931758245, 1.2853171127229297], [103.70456296928535, 1.2849384666052237], [103.70459187492688, 1.2846215079661865], [103.70461884540816, 1.2843344754906887]]]}, "id": "43"}, {"type": "Feature", "properties": {"MSLINK": 55.0, "GDO_GID": 45.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU JONG"}, "geometry": {"type": "Polygon", "coordinates": [[[103.7869678774907, 1.2154828325670144], [103.78706431539611, 1.2154180979693159], [103.7870803894958, 1.2153857274021922], [103.78712861124244, 1.2153209892574441], [103.78717683091499, 1.215272434725086], [103.78725719705729, 1.215207698939096], [103.78725720409388, 1.2151105845974524], [103.78725721202885, 1.2150134702557542], [103.78719293027204, 1.2149163511924292], [103.78716079174187, 1.2148354208158954], [103.78701614593352, 1.21478685301446], [103.78687149778067, 1.2147706569540047], [103.78667863023674, 1.214786827275155], [103.78658219352234, 1.2148353773421434], [103.78650182737607, 1.214900113107909], [103.78638931772775, 1.2149648483092268], [103.78634109832703, 1.214997215596511], [103.78626073424758, 1.2150457659326512], [103.78616429279987, 1.2151590594802262], [103.78613214042561, 1.2152561705421125], [103.78616427657056, 1.2153694726778275], [103.78621248564922, 1.2154665896735488], [103.78632498471718, 1.2155475277997743], [103.78648570348203, 1.215579910497993], [103.78666249725538, 1.215579924431136], [103.78682322017484, 1.2155799362653945], [103.7869678774907, 1.2154828325670144]]]}, "id": "44"}, {"type": "Feature", "properties": {"MSLINK": 56.0, "GDO_GID": 46.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU SEBAROK"}, "geometry": {"type": "Polygon", "coordinates": [[[103.7921276230948, 1.2076655343840803], [103.79214863904024, 1.2076841781933851], [103.79215413657089, 1.2077155588455595], [103.79215046629234, 1.2077653965474575], [103.79214129820498, 1.207802314404127], [103.79212296236318, 1.207853996787224], [103.79208629135324, 1.2079721307410936], [103.79206795436004, 1.2080404263124702], [103.79206061811661, 1.2080921106717724], [103.79204778327703, 1.208123488330661], [103.79204594571243, 1.2081899401533598], [103.79200377723032, 1.2083317774334033], [103.7919909396988, 1.2084222255137254], [103.79196683685015, 1.2085557356746357], [103.7919507596651, 1.2086204780284517], [103.79195074847496, 1.2087661486527033], [103.79195073589595, 1.2089441901246523], [103.79191857694391, 1.2091384174313164], [103.79193463493525, 1.2093326463820278], [103.79204713050605, 1.20946213963685], [103.79217570237559, 1.2095268923413713], [103.79223999218787, 1.2095107115153219], [103.7922882171313, 1.2093974151864928], [103.79230429431361, 1.2093326737352845], [103.79230429659673, 1.2093003019830273], [103.79230430230439, 1.2092193739588972], [103.79228823629592, 1.2091384447858664], [103.79228824314552, 1.2090413295289513], [103.79235253751048, 1.2089604070037663], [103.79243290562539, 1.2088632983921617], [103.79244552900943, 1.2088522599018057], [103.79245652984378, 1.208830110355913], [103.79245836390342, 1.2088171888136632], [103.79245103451896, 1.2087710416593624], [103.7924547058581, 1.2087101291010056], [103.79245654092658, 1.2086898243212274], [103.79247303976507, 1.2086676748584873], [103.79257753293071, 1.2086326105820673], [103.79266185865374, 1.2086178499009284], [103.7927095222976, 1.208604931761813], [103.79274985344546, 1.2085735545133114], [103.79282318479338, 1.2085089549993344], [103.79285985106559, 1.2084665028376955], [103.79290201400589, 1.2084535846125573], [103.79292951007257, 1.2084701991175895], [103.79294724079217, 1.2085072503213017], [103.79296330454217, 1.2086205521483848], [103.79299543749367, 1.208782411392449], [103.79304364353939, 1.208911900027812], [103.79307577649854, 1.2090737592708467], [103.79314005516791, 1.2092032490486968], [103.79328469512569, 1.2093327454457083], [103.79336505300245, 1.2093813083363911], [103.79354183958444, 1.2094784352523416], [103.79352576129588, 1.2095593621359841], [103.79342932488292, 1.2096079124613466], [103.79331681584881, 1.2096564607359233], [103.79318822940928, 1.2097859367911474], [103.79315607848916, 1.2098668634326117], [103.79299534655343, 1.2100125226138445], [103.79291497932127, 1.2101096312409274], [103.79251316090841, 1.2103038294721258], [103.79241672991479, 1.2102876371597537], [103.79232030373208, 1.21019051501166], [103.79223995360265, 1.2100448386425617], [103.79220782044018, 1.2098991648159], [103.79217568523994, 1.2097696773170348], [103.79212747399708, 1.2096887458438115], [103.79204711817637, 1.2096239965885955], [103.79199890212129, 1.2096239931368442], [103.79188638734257, 1.209753470278639], [103.79183816237592, 1.2098667665991902], [103.79183814864264, 1.210060995301927], [103.79183813744388, 1.210206665020052], [103.79188634435539, 1.2103361545780997], [103.79196669561742, 1.2104656464376977], [103.79211133558229, 1.2105951428968345], [103.79225598102792, 1.210659895844753], [103.79243277563675, 1.2106437230586125], [103.79268993180487, 1.2106113705721813], [103.79284396669428, 1.2105580958332578], [103.79340298975544, 1.2099550418042369], [103.79348181891868, 1.2099052079259196], [103.79351481602936, 1.2098996736984102], [103.7935377118463, 1.2099077753400203], [103.79356610091783, 1.2099337672150392], [103.79370254246338, 1.2097212325472908], [103.79387288046176, 1.209630574241581], [103.79396931686817, 1.2095820248044942], [103.79404967952271, 1.2095496596496482], [103.7942264817324, 1.2094363723883892], [103.79436391721396, 1.209268885034373], [103.7943848384143, 1.2092545837049233], [103.79464438266677, 1.209096503494304], [103.79486386437955, 1.2089723644180639], [103.79491762456853, 1.208886109541509], [103.79503015460415, 1.2087453050921335], [103.79517481801838, 1.2085510874725454], [103.79531947130016, 1.208502541379166], [103.7954319858675, 1.2083730640858752], [103.79554450042414, 1.208243585883067], [103.79564094011774, 1.2081464792046208], [103.79580166956343, 1.208033190705154], [103.79599454219425, 1.2079360907781966], [103.79621955934813, 1.2078228076627535], [103.79641243731616, 1.2076609641964082], [103.79665353797445, 1.2074020115335646], [103.79694286218178, 1.2070459469464707], [103.79724826892053, 1.2065442128084587], [103.79748938161364, 1.2061072158632573], [103.79781087604516, 1.2053950686209938], [103.79787517680901, 1.2052170315925623], [103.79805726387168, 1.205015370460928], [103.79827725524, 1.2048381819318232], [103.7984786503606, 1.204567355161796], [103.79920185040291, 1.2052148338583104], [103.79893591664985, 1.2055084489629058], [103.79905421542412, 1.2056043991001253], [103.79993824615195, 1.2046980633866295], [103.79985209295764, 1.204569744642189], [103.7993256156742, 1.2050975645591993], [103.79860241563188, 1.2044500849908708], [103.79885565253345, 1.2041488468581028], [103.79930570625122, 1.203663307858934], [103.79953073040548, 1.2034529100853], [103.79977182601039, 1.2032586988211311], [103.80010936402083, 1.2029350089260382], [103.80051119085257, 1.2025789525296025], [103.80095166729669, 1.2022025727292356], [103.80133293205775, 1.2026456095524223], [103.80080045029966, 1.2031292858304357], [103.80089293359013, 1.2032510262684297], [103.80186090102823, 1.2023429237466354], [103.80176483964402, 1.2022391412814566], [103.80145026109238, 1.2025274827340178], [103.80107632989258, 1.2020918283482962], [103.80128271333488, 1.2017211649029118], [103.8013791558549, 1.20157550172315], [103.80150775327877, 1.2012841673643773], [103.80155598854383, 1.201009013868242], [103.80145957953219, 1.200669108831247], [103.80129886903963, 1.2005234263444688], [103.80099350055559, 1.2004910337863697], [103.80047919354338, 1.2005071831985825], [103.79983630122803, 1.2006204371588465], [103.79922554100813, 1.2009117364841415], [103.79857778633317, 1.2012682209423036], [103.79826247220961, 1.201445402853553], [103.79803515134704, 1.20160044067904], [103.79785916128647, 1.2017037964872856], [103.79758522127923, 1.2019842935492953], [103.79751092903598, 1.2020316641285398], [103.7970850364564, 1.2021619983126866], [103.79680157153528, 1.2022823501573827], [103.7962054273573, 1.2025271591739775], [103.79559953535164, 1.2028861295666862], [103.79497269352247, 1.2033069119833948], [103.79418512610854, 1.2037600546410987], [103.79375115743093, 1.204067549704853], [103.79353015802864, 1.2044088891809739], [103.7933253262689, 1.2047593466856772], [103.79326664860645, 1.2048422679711561], [103.79284207242351, 1.2056554759145417], [103.7928293643421, 1.205683694632558], [103.79255024371876, 1.206070286676705], [103.79238341630301, 1.2062271743387238], [103.79227236418359, 1.2064354343990547], [103.79227235961895, 1.206500177000541], [103.79227235187336, 1.2065972913548813], [103.79220805528082, 1.2067105856342453], [103.79206339771918, 1.2068076896442645], [103.7920312442747, 1.2069371716423531], [103.79199908854117, 1.2070990262968624], [103.79195086477291, 1.207196137199311], [103.79195086020006, 1.2072608798001705], [103.79195085244213, 1.2073579941535701], [103.79203119791056, 1.2075684140360552], [103.7921276230948, 1.2076655343840803]]]}, "id": "45"}, {"type": "Feature", "properties": {"MSLINK": 57.0, "GDO_GID": 47.0, "MAPID": 0.0, "COSTAL_NAM": "ISLET"}, "geometry": {"type": "Polygon", "coordinates": [[[103.81093423474181, 1.2551949788754915], [103.81095343092346, 1.2551949790408787], [103.81095343158083, 1.2551176494985323], [103.81087664751608, 1.2550403192938218], [103.8108574521607, 1.2549436569738053], [103.81081905923317, 1.2549049914181407], [103.81074227501269, 1.254846994725581], [103.81062709770646, 1.2547696632752983], [103.81055031366144, 1.254692333061101], [103.81045433131064, 1.254653666994815], [103.81035834851204, 1.2547696600096372], [103.81030075721803, 1.2549823164192457], [103.8103199522152, 1.2551176430618125], [103.81045432554075, 1.2552143064019254], [103.81066548500401, 1.2552529734756812], [103.81083825227428, 1.255272306684295], [103.81093423474181, 1.2551949788754915]]]}, "id": "46"}, {"type": "Feature", "properties": {"MSLINK": 58.0, "GDO_GID": 48.0, "MAPID": 0.0, "COSTAL_NAM": "ISLET"}, "geometry": {"type": "Polygon", "coordinates": [[[103.81139495284219, 1.254673009522854], [103.81181727714821, 1.2543056988526171], [103.81195165205824, 1.2542090387099378], [103.81197084917332, 1.2540930450046621], [103.81195165483932, 1.2539770500794591], [103.81181728030556, 1.2539190511355394], [103.8117021023723, 1.25391905018034], [103.81162531646548, 1.253957714764597], [103.81145254920992, 1.254054374567936], [103.81114540350103, 1.2543443566218955], [103.81108781293328, 1.2544796826038014], [103.81106861577634, 1.254595677205845], [103.81112620333018, 1.25471167156029], [103.81122218511949, 1.2547116723784102], [103.81133736398557, 1.2547116742598483], [103.81139495284219, 1.254673009522854]]]}, "id": "47"}, {"type": "Feature", "properties": {"MSLINK": 59.0, "GDO_GID": 49.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU PERGAM"}, "geometry": {"type": "Polygon", "coordinates": [[[103.66124442156226, 1.3990424279673088], [103.66134921136674, 1.3990490420484654], [103.66144091274063, 1.399002901129929], [103.66151296582095, 1.398956757855265], [103.66156537384445, 1.3988908284477946], [103.6616243403409, 1.398778742796908], [103.66164401025536, 1.3986666497295075], [103.66164404152455, 1.3985083948737929], [103.66170302040342, 1.3983369642129846], [103.66170304938993, 1.3981853030448526], [103.6617292588992, 1.3981259635831718], [103.6617816581542, 1.3981061908921015], [103.66182096849197, 1.3980402596077774], [103.66179479808302, 1.3978951883926238], [103.66174243835269, 1.3977171413822271], [103.66165732862265, 1.3975456838428768], [103.66161803895278, 1.397512707083202], [103.66157875437479, 1.3974467591668556], [103.66155256877013, 1.3973874095201286], [103.66146743558113, 1.3973412356767791], [103.66136920618145, 1.397275277991514], [103.66129717844281, 1.3971961366650971], [103.66122515118877, 1.397110401648458], [103.66119242186589, 1.3970180803607963], [103.66115315384977, 1.3968730063691785], [103.66107456951258, 1.3968268339017573], [103.66098287511807, 1.3968400045656117], [103.66091081748063, 1.3969125243938212], [103.6608125747384, 1.396919099974129], [103.660688134, 1.3969256699960957], [103.66060952614637, 1.3970047821132154], [103.66054402422023, 1.397044333971135], [103.66047197995252, 1.397044320499574], [103.66043268430474, 1.3970443121640292], [103.66038683113075, 1.3970772735923305], [103.66039992001508, 1.3971234339972782], [103.66048505406972, 1.397169607876124], [103.66067496818654, 1.3972685516714327], [103.66085179114792, 1.3973279305466408], [103.66089108494103, 1.3973411262524933], [103.66095657073821, 1.397387295951687], [103.66097620198335, 1.3974730216819309], [103.66093033267157, 1.397591703782513], [103.66099580882128, 1.3976840302044256], [103.66108747836431, 1.397802738738565], [103.66109401843728, 1.397848897753818], [103.66106780753766, 1.3979148317996426], [103.66101540414527, 1.397954385539584], [103.66085166354803, 1.397980730108796], [103.66083201202575, 1.3980005079126068], [103.66083855347352, 1.3980400732396483], [103.66087129617136, 1.3980598603426033], [103.6610415749862, 1.3980928630691005], [103.66114635323487, 1.3981588221584627], [103.66126422267247, 1.3982643470536391], [103.66131004595076, 1.3983830467746463], [103.66131003492161, 1.3984357989952312], [103.66128382677671, 1.3984885447618833], [103.66127071532955, 1.3985544824886857], [103.66122485475827, 1.398627006965637], [103.66114625423334, 1.398666555155883], [103.66105456114576, 1.398673131220796], [103.66097595833875, 1.3987192739973382], [103.66094975156261, 1.3987654269748542], [103.66094318845317, 1.3988379588707363], [103.66098901772216, 1.3989236883465763], [103.66124442156226, 1.3990424279673088]]]}, "id": "48"}, {"type": "Feature", "properties": {"MSLINK": 53.0, "GDO_GID": 50.0, "MAPID": 0.0, "COSTAL_NAM": "JURONG ISLAND (RECLAIM LAND)"}, "geometry": {"type": "Polygon", "coordinates": [[[103.65496571586431, 1.2674534521649792], [103.65499663394782, 1.2672740562897598], [103.65503648058704, 1.267096452570134], [103.65508515601275, 1.266921093178858], [103.65514253619615, 1.266748420338975], [103.65520847464572, 1.2665788726544736], [103.65528280690017, 1.266412878780085], [103.65536534244158, 1.2662508592294537], [103.65545587637641, 1.2660932254715977], [103.66295773691856, 1.2537754928326732], [103.66806630229038, 1.2453777860851014], [103.6682280645399, 1.2451118724314973], [103.66835324448124, 1.2449156881515935], [103.66848668237273, 1.2447250960491185], [103.66862813109823, 1.2445404506168651], [103.66877733096345, 1.2443620909727071], [103.66893400430459, 1.2441903462854382], [103.66909786357505, 1.2440255339665736], [103.66926860775142, 1.243867959670131], [103.66944591784112, 1.2437179127705578], [103.66962946766435, 1.243575670885225], [103.66981891936183, 1.2434414953523463], [103.67001392339441, 1.243315635752799], [103.67021411854346, 1.2431983244839646], [103.67041913550491, 1.2430897767599618], [103.67062859688913, 1.2429901933247391], [103.6708421136268, 1.242899759547499], [103.67105929395449, 1.2428186399970924], [103.67127973532745, 1.2427469865807774], [103.67150303160832, 1.2426849285966932], [103.6717287703709, 1.2426325844903976], [103.6719565337994, 1.2425900491938637], [103.67218590318058, 1.2425574004562896], [103.67241645351261, 1.2425346997481301], [103.67264775979488, 1.2425219886440366], [103.67287939433241, 1.242519289727053], [103.67311093032967, 1.2425266093019185], [103.67334194009383, 1.2425439328731458], [103.67357199683155, 1.2425712287625756], [103.6738006764461, 1.2426084472051175], [103.67402755574031, 1.2426555185399124], [103.67425221511203, 1.2427123559235758], [103.67447424304666, 1.2427788562348223], [103.67469322623363, 1.242854894647691], [103.6763060330151, 1.2434542416558203], [103.69035270834017, 1.2486741417166753], [103.69126932594722, 1.2455480008972708], [103.69146174202781, 1.2448590825217611], [103.69155215860602, 1.2445227984459208], [103.69164531385468, 1.2441865154158342], [103.6917329918271, 1.2438474746820904], [103.69182066962578, 1.2435111895342634], [103.69187546849311, 1.2432961884618712], [103.69191931375428, 1.2430756728989176], [103.69194672607478, 1.242852399047734], [103.69196318450163, 1.2426291246054446], [103.69196321074692, 1.2424058483732308], [103.69195228220644, 1.2421825715508459], [103.69193039798456, 1.2419592932340602], [103.6918948210391, 1.2417387706766299], [103.69184554972301, 1.2415182464772228], [103.69178258464521, 1.2413032336289254], [103.69170866450354, 1.2410937331830616], [103.69162104985404, 1.2408869884945903], [103.69152248014593, 1.2406857553025947], [103.69141295538141, 1.2404900336060856], [103.69129247451696, 1.2403025808049055], [103.69115829975894, 1.2401233967497383], [103.69101590774505, 1.2399497243339792], [103.69086529818159, 1.239787076549661], [103.69061610430924, 1.2395472387953068], [103.69036691152827, 1.2393046445256177], [103.6901149801004, 1.239062049183832], [103.68986578636397, 1.238822211372925], [103.68961659371963, 1.238579616142438], [103.6893701398124, 1.238337021947298], [103.68912094725877, 1.2380944266796574], [103.68887175385204, 1.2378518322976588], [103.68862530008012, 1.2376092380474217], [103.68837610766262, 1.2373666427240393], [103.68812965413062, 1.2371212919408634], [103.68788319959535, 1.2368786976358552], [103.68763400746415, 1.2366333457608096], [103.68738755391767, 1.2363907514193715], [103.68714110056683, 1.2361453996592024], [103.68689738595008, 1.2359000489372962], [103.6866509326895, 1.23565469804562], [103.6864044794742, 1.2354093471359178], [103.68615802630424, 1.23516399530384], [103.6859143118672, 1.234918644510979], [103.68567059657633, 1.2346732937005302], [103.68542414459235, 1.2344251862232865], [103.68385677368403, 1.2328472889949746], [103.67380536406928, 1.2223423536264888], [103.67124954806373, 1.2274498824890738], [103.66881151510442, 1.2323120912882253], [103.66499827464106, 1.2401401406118375], [103.65936536796856, 1.2521133218451728], [103.65400395048215, 1.263847919410081], [103.65386570008332, 1.264256382350577], [103.65379175337529, 1.2645127390152928], [103.65372876112744, 1.2647746076115856], [103.65367946243587, 1.265036477158115], [103.65364385711491, 1.26530110414728], [103.65361920735202, 1.265568486580594], [103.65360551154295, 1.265835869776419], [103.65360551020372, 1.2661032530222354], [103.65361920262986, 1.2663678798275906], [103.65364384972978, 1.2666352629837683], [103.65367945098801, 1.2668998904132438], [103.65372874692176, 1.2671617614028938], [103.65379173663679, 1.2674208750480938], [103.65386568052129, 1.2676772329660542], [103.65395057947707, 1.267930835156338], [103.6540464336971, 1.2681789233185528], [103.65415598190229, 1.2684214994514065], [103.65427648518845, 1.2686613189495861], [103.65440520432013, 1.268892868639132], [103.65454761654732, 1.2691189053910872], [103.65469824642106, 1.269336673236216], [103.65486256849672, 1.2695489281402457], [103.65503236950269, 1.269752913039704], [103.65521312508179, 1.2699486283132178], [103.65540209651513, 1.270136074673225], [103.6555308165347, 1.2702518498887474], [103.65566775272703, 1.2703676256678513], [103.65581016656105, 1.270480645328774], [103.65601557085984, 1.270635013086708], [103.65631682883827, 1.2708389608780721], [103.65617678992959, 1.270723699493508], [103.65604268989465, 1.2706014930232512], [103.65591487015398, 1.2704726489744622], [103.65578274871368, 1.2703240362041543], [103.65567934557976, 1.2701963749301306], [103.6555722373215, 1.2700496440483975], [103.65547260071097, 1.2698976747199633], [103.6553806873094, 1.2697408513162745], [103.65529672980763, 1.2695795726771792], [103.65522094112808, 1.2694142466846936], [103.65515351352606, 1.2692452920716537], [103.65509461679291, 1.269073136612861], [103.65504440274874, 1.2688982153166675], [103.65500299535836, 1.2687209740417291], [103.65497050061582, 1.2685418604540803], [103.65494700205146, 1.2683613276442645], [103.65493255803639, 1.2681798341271449], [103.654927205377, 1.2679978384159885], [103.6549309575177, 1.2678158026397903], [103.65494380543984, 1.2676341862128109], [103.65496571586431, 1.2674534521649792]]]}, "id": "49"}, {"type": "Feature", "properties": {"MSLINK": 52.0, "GDO_GID": 51.0, "MAPID": 0.0, "COSTAL_NAM": "JURONG ISLAND"}, "geometry": {"type": "Polygon", "coordinates": [[[103.65646245172104, 1.2709469832342626], [103.66435546440718, 1.2764975027437975], [103.66701444535106, 1.2783682441894395], [103.66927797876671, 1.2799607637409904], [103.6748432475412, 1.2838762115058984], [103.67516875505194, 1.2841052215362159], [103.67519108360403, 1.2841209353022425], [103.67520596990475, 1.2841314087345754], [103.67539203968964, 1.2842623184927688], [103.6759183848468, 1.2846326302200144], [103.6762572145828, 1.2848710128574343], [103.6763511534174, 1.284937103979916], [103.67792191403011, 1.2858957994642919], [103.67947848491254, 1.2868458348928327], [103.68356359973146, 1.289265037504843], [103.68389920352777, 1.289422639676985], [103.68423986385062, 1.2895732595298606], [103.68458285381232, 1.2897138356361062], [103.68492922282284, 1.2898457408771973], [103.68527875882909, 1.2899688947507901], [103.68563124348778, 1.290083220371707], [103.68598645486102, 1.2901886462808263], [103.68634417280752, 1.2902851064454026], [103.68670417538841, 1.2903725411632219], [103.68706623527318, 1.2904508952536737], [103.68743012782633, 1.2905201216756745], [103.6877956571653, 1.2905801770073577], [103.68982293362754, 1.2907179675757035], [103.69142898213498, 1.2905071348023283], [103.69153147268715, 1.2905141584039588], [103.69274308138101, 1.2905971922678077], [103.69429680760688, 1.290639048897238], [103.69495737894295, 1.2907137321120665], [103.69524137651787, 1.290698709006593], [103.69531242092465, 1.2906891899532351], [103.69538105156262, 1.2906684223086113], [103.69544553512064, 1.2906369323170777], [103.6955042209384, 1.2905955238668894], [103.69555561738382, 1.2905452513634612], [103.69559841791225, 1.290487390791147], [103.6956315325166, 1.2904234180101999], [103.69565411648308, 1.2903549608270823], [103.69566560004515, 1.2902837582997215], [103.69566568928394, 1.2902116236586614], [103.69565437871046, 1.2901403936634313], [103.69563195935481, 1.290071880671774], [103.69559899989926, 1.290007828324874], [103.69555633679641, 1.2899498681374573], [103.69426894150658, 1.2884647770532256], [103.69429930367804, 1.2884378260139797], [103.69432438199249, 1.2882865737159659], [103.69390044340186, 1.2880417404642124], [103.6912789968211, 1.2850267020308057], [103.69109833461029, 1.284224545331607], [103.69114494163298, 1.2838193457818412], [103.69075235082359, 1.2828047913794893], [103.6893349936751, 1.2813884335002224], [103.68895695065831, 1.2816029168169334], [103.68851855150625, 1.2832815795502677], [103.68834875489935, 1.2832374596139013], [103.68888853297342, 1.2811784099127796], [103.68874888644905, 1.2809330693646672], [103.68878940716529, 1.280846430163659], [103.6852601657415, 1.2773410237239844], [103.68397488911491, 1.2763147387039142], [103.6883263049687, 1.2723089194429693], [103.68953264069705, 1.2736030192662082], [103.69105088627087, 1.275963476683519], [103.69101709361131, 1.2764484679538557], [103.6914880889758, 1.2770218633810393], [103.69206320713452, 1.2771597417577258], [103.69297241992014, 1.2775677885784036], [103.69360776743765, 1.2778986273838193], [103.69439643862727, 1.278626415284741], [103.69468120981536, 1.2791226100527615], [103.69521788528087, 1.280126024631899], [103.69626209993207, 1.2811640882129773], [103.69646662063975, 1.281239763595158], [103.69660900684181, 1.2814823483578917], [103.69701427670452, 1.2820336847621776], [103.69755106083255, 1.282110915263743], [103.69795638703674, 1.2821771090597807], [103.69881080199056, 1.2828056681776885], [103.69915038567991, 1.2829821145692304], [103.69933385935742, 1.2831778427467724], [103.69993626045515, 1.2842419038836432], [103.70007864918144, 1.2844624365249426], [103.7004976433708, 1.2847574199124394], [103.70076330422745, 1.284735391771062], [103.70160211894463, 1.2838472230247744], [103.70165903713047, 1.2833131212286604], [103.7031381443905, 1.2816814098965468], [103.70349973631758, 1.2809978306267176], [103.70365318747972, 1.2802811554945257], [103.70414356427192, 1.2790242375276053], [103.70459560259418, 1.2777342376945742], [103.70475994910767, 1.2775357844929562], [103.70513244715644, 1.2772711939359926], [103.70595689414591, 1.2765049614225374], [103.70679228341037, 1.2758407195450365], [103.70794812555906, 1.2749890638849588], [103.70821991898497, 1.2749634222267252], [103.70879769746857, 1.2758152299733443], [103.71120963107657, 1.2779608505351325], [103.71031124181147, 1.278707783080444], [103.71017160140828, 1.27838526065247], [103.71010588224566, 1.2782970468310775], [103.70983200440806, 1.2783301016179514], [103.70966768560339, 1.2782749573705021], [103.70959100243411, 1.278263924948348], [103.70898846527176, 1.2783961840431728], [103.7088679560854, 1.278440277611323], [103.70875839754822, 1.2785174496820628], [103.70869264430911, 1.2787269375921684], [103.70864881827988, 1.2787820635979978], [103.708402316659, 1.278914354387167], [103.7069641961939, 1.2814309088798401], [103.70687379420197, 1.2816376380905197], [103.70687378016596, 1.2817589230783002], [103.7069449723998, 1.2818995107040945], [103.7068956643439, 1.281990470865331], [103.70714758321822, 1.2823984549615215], [103.70718043263076, 1.2825307693791685], [103.70726257069083, 1.282748539474335], [103.70688457532869, 1.283184032847545], [103.70691195787265, 1.283228139074419], [103.7069721928404, 1.283379752147218], [103.7070050431498, 1.283512066566507], [103.70700503055087, 1.2836223264674076], [103.7069721544984, 1.2837215569352927], [103.70669824056975, 1.2840743641264711], [103.70652292126742, 1.2844271807265175], [103.70651195854637, 1.284493335213914], [103.7066653057368, 1.2846918170165442], [103.706873427254, 1.2849013284353847], [103.70699390814502, 1.2851108327663738], [103.70725682257225, 1.2851549597476193], [103.70737540199903, 1.2852035145383818], [103.70744578084329, 1.2852955577365084], [103.70606242733486, 1.2878341685586525], [103.70599669111644, 1.2878892924883778], [103.70537225337777, 1.2879112885778206], [103.70531747702202, 1.2879223099900907], [103.70525174368505, 1.28795538192072], [103.70484636978698, 1.2882971516671269], [103.70437524622292, 1.2888153301877148], [103.7044519277957, 1.2888456582753829], [103.7043752187457, 1.2890579019344879], [103.70427113087135, 1.2891874483751598], [103.70363572397301, 1.2893417543971122], [103.7035041867813, 1.290017083995828], [103.7041394823491, 1.2908440900766514], [103.70423259431733, 1.2908992283944216], [103.70468449258522, 1.2908579211679332], [103.70514185135133, 1.290976490972532], [103.70515280634574, 1.2909764924326648], [103.7051856698785, 1.290987520992707], [103.70529521492173, 1.2910316350230728], [103.7053390314494, 1.2910647170182181], [103.70540475216966, 1.291141904077163], [103.70553619396965, 1.2913073059885698], [103.70560191415142, 1.2913955199366656], [103.70563476789829, 1.2914947564021138], [103.70565666665007, 1.291593992313509], [103.70565665540775, 1.291693226212801], [103.705645695513, 1.2917373287097473], [103.7056347361682, 1.2917704061221311], [103.70559090927814, 1.291836558029674], [103.7055799513814, 1.2918586085485704], [103.7055909029307, 1.2918916879734819], [103.7056128085804, 1.291924767952503], [103.70567853312542, 1.2919799030293286], [103.70577711832551, 1.2920681204449338], [103.70586474908235, 1.29214530950655], [103.70604001440546, 1.2922776374530531], [103.70618241619108, 1.2923989359359032], [103.70622623330162, 1.2924209910254019], [103.70628100631264, 1.2924430484744867], [103.70633578131867, 1.2924430530400202], [103.7064453298853, 1.292454089060954], [103.70656035843454, 1.2924513428660058], [103.70664252080823, 1.2924541062020931], [103.7071217972508, 1.292498253164503], [103.7073025545092, 1.2925037815229057], [103.70739841064011, 1.292506546422797], [103.70753261558549, 1.292454185091647], [103.7077517229579, 1.292396317696885], [103.70789687515497, 1.2924101137326494], [103.70809680079017, 1.2924376958703612], [103.70822552534408, 1.292407386208448], [103.70832959417812, 1.2924459859471213], [103.70842818775978, 1.292457020435868], [103.70857607005563, 1.292556267086839], [103.70870735364562, 1.2927104565621748], [103.70881158704888, 1.2926913561414937], [103.70880064303536, 1.2925948781878132], [103.70880887014245, 1.2925011576776237], [103.70884448542495, 1.292393657839327], [103.70886913875381, 1.2923550689939216], [103.70889927101793, 1.2923054544281039], [103.70898144491458, 1.292200715187978], [103.70905813789943, 1.2921290527411091], [103.70940323583096, 1.2919967713863723], [103.70947171071533, 1.2919444040050119], [103.71003866780516, 1.2916302127240251], [103.71089041978045, 1.2916330441229409], [103.71247341364443, 1.2916910674252913], [103.71325121985217, 1.2916856213785892], [103.71333612097952, 1.2916883855297614], [103.71336511935947, 1.291673592435355], [103.71339638133723, 1.2916167212524732], [103.71340186475767, 1.2915671045483537], [103.71341282477933, 1.291517489008585], [103.71343754854254, 1.2914890561092989], [103.71452418279455, 1.291235051116443], [103.71479045336467, 1.291197853612931], [103.71531356520146, 1.291104177061247], [103.71574356092336, 1.2909994673595637], [103.71601744329581, 1.2909360905779883], [103.71612699889704, 1.2908919962108714], [103.71621738272738, 1.2908396305508298], [103.71629681054786, 1.2908093154621416], [103.71632146553411, 1.2907514310431243], [103.71706368623072, 1.2905778348396766], [103.71710476302431, 1.2906164295155558], [103.71715679901375, 1.2906219467135693], [103.71726635166416, 1.2906026607797134], [103.71732934467441, 1.290583369991354], [103.71738412081135, 1.290577862221007], [103.71744437202618, 1.2905861362884001], [103.71750188386848, 1.2906081936255092], [103.71753200694425, 1.2906385173932928], [103.7176066564293, 1.2908639975034801], [103.7177983960897, 1.29169501007867], [103.71781390011682, 1.291741114310006], [103.71783804288819, 1.2917832876703954], [103.7178698971837, 1.2918199104030645], [103.71790823745808, 1.291849575262863], [103.71795159195368, 1.291871140876112], [103.71799829301676, 1.2918837796741955], [103.71804654718237, 1.2918870050276974], [103.7180944998683, 1.2918806938584695], [103.71927107433501, 1.2916056644581793], [103.71941342857728, 1.291578640375847], [103.71949559538852, 1.2915428132160554], [103.71955037505906, 1.2914987135150848], [103.71978864914057, 1.2914766812924408], [103.7199803828126, 1.2912837431360742], [103.71996943849659, 1.2911845077879682], [103.7189808534311, 1.290208625650078], [103.71887132478926, 1.2900129047710787], [103.71898362294937, 1.2899219499194245], [103.71914793843709, 1.2900129281297148], [103.7192054459928, 1.2900708199104074], [103.71954501400533, 1.2904154102087586], [103.71998316744158, 1.2908564859642544], [103.72014473848918, 1.2909970809711993], [103.7203227459695, 1.2911101117173134], [103.72052266558322, 1.2911955802521244], [103.72072532697204, 1.2912534830025437], [103.7209416877764, 1.2912645276765922], [103.72115257306928, 1.2912507626955951], [103.7212867749696, 1.291220451686467], [103.7213662012548, 1.291203919832559], [103.72153053402853, 1.2911295079726306], [103.72159078365765, 1.291154320936448], [103.72164282129603, 1.2911432999552668], [103.72171403306623, 1.2911074713305053], [103.7223474846012, 1.2907648568355017], [103.72360478868183, 1.2900867912709884], [103.72357376208164, 1.2900243201315713], [103.72429683477449, 1.2896302009802707], [103.72451047352571, 1.2894786108670715], [103.72474329102323, 1.2892553534825966], [103.72489667849794, 1.2890954885343886], [103.72497063655838, 1.2889852353521218], [103.72538973947425, 1.288285118733441], [103.72565819788903, 1.287706276166517], [103.72577872979662, 1.2874471748741727], [103.72601433645437, 1.2867415309825272], [103.72617873082271, 1.286085497417964], [103.72627739703631, 1.2854074072563177], [103.72638981215067, 1.2842000697717797], [103.72647745194195, 1.2842000770776156], [103.72658700733389, 1.2841504692157566], [103.72744159957564, 1.283166468110763], [103.72740327499326, 1.2829955617332767], [103.72757582758639, 1.2828825596694369], [103.72789629991411, 1.2825104581936468], [103.72800859743819, 1.2824195028809673], [103.72820307720508, 1.2821466246973665], [103.72839754267002, 1.2820033019784385], [103.72845506476936, 1.2819261250725262], [103.7286194184116, 1.281650488203371], [103.72876734002011, 1.2813638246463546], [103.72896457169189, 1.280961391014657], [103.72952878851729, 1.2806168742127162], [103.7298327518131, 1.2809752424101566], [103.7301230841697, 1.2807326939652635], [103.73034216019977, 1.2809532309613918], [103.73050924040774, 1.280796123551306], [103.73031755221434, 1.2805645625818958], [103.7305092843895, 1.2803688660721624], [103.7306790673374, 1.2805508091469524], [103.73087353489682, 1.2803937037164712], [103.73068732128142, 1.2801897079930722], [103.73082153430884, 1.2800436243270388], [103.73058602909343, 1.279787251308184], [103.73075859724452, 1.2795226415016427], [103.73088459946719, 1.279329696094766], [103.73121869061873, 1.2796687716532078], [103.73135564311752, 1.2795254445635305], [103.73156924168877, 1.2797459812373124], [103.73182944927889, 1.2794841340597043], [103.73162132828945, 1.279260842030093], [103.73180210376641, 1.2790816830640321], [103.73158303106436, 1.2788225551929655], [103.7320623290667, 1.2786406642558], [103.73243479557856, 1.2786655019850746], [103.73274428568824, 1.278546996459187], [103.732834665692, 1.278527708137611], [103.73350566302722, 1.278475386299432], [103.73376858891848, 1.2784092514207557], [103.73400959743651, 1.2784202958583741], [103.73414105818226, 1.2784092794932733], [103.73454640413007, 1.278288025485767], [103.73521466877015, 1.2781695470768049], [103.73531600459864, 1.2781502599903518], [103.73557892890044, 1.278100663016501], [103.73572956646925, 1.2780345181990964], [103.73581995048778, 1.2779793952637455], [103.73588842359918, 1.2779270270845204], [103.73707715602484, 1.2767473370022915], [103.73715109595946, 1.2768107420119372], [103.73763590161506, 1.2763283916116792], [103.73758113293441, 1.2762622308337133], [103.73866578448919, 1.27516246998007], [103.73869317364307, 1.275137663391815], [103.74007089815022, 1.2737457353491435], [103.74013389907446, 1.2736409933246042], [103.7401558161075, 1.2735665695041585], [103.74016952062465, 1.2734645794720376], [103.74016953206839, 1.2733460508410934], [103.74013668299514, 1.273183414288452], [103.74009561305098, 1.2730759083573793], [103.73974237053542, 1.2725245817513022], [103.73967390940682, 1.2724501510157797], [103.73904405477633, 1.2719098302620864], [103.73850183179381, 1.2714411843439746], [103.73843336792588, 1.2713943185867775], [103.73743378875074, 1.2708071087942114], [103.7371106373035, 1.2706168854949165], [103.73703121705324, 1.270586558296744], [103.73695727305989, 1.2705645008037363], [103.73605077529116, 1.2703411547979884], [103.73601243338572, 1.2703328829390133], [103.73487039971543, 1.2701563790567965], [103.73478550094427, 1.2701315645830518], [103.7347060817441, 1.2700984799113193], [103.73284657148422, 1.2692217701880737], [103.73159484591395, 1.270442801694674], [103.73144695916778, 1.2703931724966864], [103.73110736901604, 1.2702635908308504], [103.73103068604091, 1.2702498025632054], [103.73076228648034, 1.2702856155057078], [103.73064999836865, 1.2702911194963866], [103.73041720228053, 1.2703269365386338], [103.72980372027176, 1.2703820174598905], [103.72928882357859, 1.2705253147506763], [103.72915736011248, 1.2705694088974295], [103.72873010538123, 1.2706906603388155], [103.72836858012279, 1.2708119180118518], [103.72813304076344, 1.2708918378218483], [103.72803992138083, 1.2709111258850285], [103.72789750161478, 1.270966244609267], [103.72768112918583, 1.271082000564886], [103.7274346332941, 1.2711784579501417], [103.72716622754689, 1.271274913499272], [103.72706488880698, 1.2713272791824106], [103.72703202236048, 1.2713465724149517], [103.72689507843714, 1.2714182303049604], [103.72677182714534, 1.2714926461598808], [103.72667870716921, 1.271525716669545], [103.72653354884231, 1.27157532129487], [103.72638017431997, 1.271624926473295], [103.72635826459222, 1.2716221681556168], [103.72599971799475, 1.2714331005291426], [103.72310983831437, 1.2686639784508256], [103.72391882422087, 1.2683992253583856], [103.72408174770045, 1.2683825711985517], [103.72445626472604, 1.268388244778928], [103.72525543321106, 1.2684669092699077], [103.72548609645955, 1.2683777188772327], [103.72582230256735, 1.2682361195897771], [103.72669750412489, 1.267872477113996], [103.7271039931524, 1.2672714494464257], [103.72735714529384, 1.2664599808598431], [103.72717570079791, 1.2659171789479287], [103.7258016656384, 1.2649088923847198], [103.72575016562405, 1.2649258787040818], [103.72562489030445, 1.2646935226095453], [103.72549733840289, 1.2644545121090425], [103.72536938936375, 1.2642157168256867], [103.72524191657865, 1.2639766647182984], [103.72504399270156, 1.2636077349228039], [103.72483433061623, 1.2634086567363314], [103.7246361529502, 1.2632247515239658], [103.7244346838455, 1.2630444373869183], [103.7242375368972, 1.262859399928758], [103.72404002964947, 1.2626747648841998], [103.72384172899136, 1.2624909943645146], [103.72364263941547, 1.2623080901784456], [103.72344543866456, 1.2621231241109905], [103.72326181287498, 1.2619395676069565], [103.72304914126187, 1.2617552483789904], [103.72285120736106, 1.2615710780812972], [103.72265211702684, 1.2613881729255285], [103.72245418318208, 1.2612040026018638], [103.72225527531388, 1.2610208984678526], [103.72210325553105, 1.2608781725439555], [103.72205960826227, 1.2608638554992404], [103.72179122894295, 1.2608893171443907], [103.72125402395018, 1.260935015823397], [103.72098552608817, 1.260958821489195], [103.72077116671376, 1.2609761189714774], [103.72073616821062, 1.2609104389663428], [103.7207143824205, 1.2608695526565614], [103.72070707926687, 1.2608673348397605], [103.72064738673893, 1.2609000521052907], [103.72064532429552, 1.2609074442812325], [103.72066794034158, 1.2609479724997998], [103.72068800476062, 1.2609839272417913], [103.7206316181409, 1.2609906261179324], [103.72054876427715, 1.2610217687794096], [103.72048106732355, 1.260894949672263], [103.72047652076212, 1.260894982935365], [103.72047269310403, 1.2608931668068433], [103.72039776477065, 1.2609336247514948], [103.72039613315741, 1.260930918825232], [103.71931306487613, 1.2615187598971267], [103.7193141609877, 1.2615209385565893], [103.71923688287985, 1.2615633534026465], [103.71928638325244, 1.2616581726494884], [103.7192132994972, 1.2617207549803244], [103.71899162213285, 1.2619095816607533], [103.71880198925933, 1.2620722266142694], [103.71851677467343, 1.2623090006747715], [103.71777851034233, 1.262953158347464], [103.71766816460573, 1.2627483169491853], [103.71786562852584, 1.262641311579179], [103.71799631387391, 1.26257049221106], [103.7181269992153, 1.262499673740001], [103.71804927367823, 1.2623565520791544], [103.71778035694626, 1.262482326138859], [103.717107968883, 1.2628470265610412], [103.71643558064373, 1.26321172678969], [103.7162225419995, 1.2633478246969985], [103.71618285205184, 1.2633693367916943], [103.7162600024075, 1.2635133447506992], [103.71671831617199, 1.2632635613926173], [103.716830903466, 1.2634732494092127], [103.71609880804246, 1.2638697840343902], [103.71562272456003, 1.2641243686234849], [103.71514750799682, 1.2643806343662538], [103.7141950411822, 1.264894280546875], [103.71401180775906, 1.2645516704005728], [103.71439746217875, 1.2643421445690353], [103.7147289059561, 1.2641620685757635], [103.71467926274946, 1.2640694938770631], [103.7146311559023, 1.263979804166652], [103.71410008315873, 1.2642726640007607], [103.71374321034286, 1.2644652089913238], [103.71278601944458, 1.2649842227018493], [103.7124828627029, 1.2651512054752732], [103.7123982882282, 1.265195602116657], [103.71157533630473, 1.2656409485921816], [103.71144121363403, 1.2657146966714508], [103.71113788690268, 1.2658818330028303], [103.7109186677605, 1.2659974010894735], [103.71023540978828, 1.2663713135699841], [103.71031524519012, 1.266523633808665], [103.71034207023214, 1.2665746601515262], [103.71038185909413, 1.2665534646883179], [103.71132692817106, 1.2660501873209633], [103.71149291735061, 1.2663595895102284], [103.71080240622854, 1.2667371771267313], [103.71068822888971, 1.2669869431736744], [103.71068782141563, 1.2672828606602333], [103.71070057828477, 1.2676751323151891], [103.71070424310484, 1.2682159786111131], [103.71047605651981, 1.2686908278988094], [103.71004182850535, 1.2695794612451978], [103.70904418325574, 1.267798439591273], [103.70901290122221, 1.2677535165664373], [103.70897352308633, 1.2677155847795292], [103.70892755741336, 1.267686098518648], [103.70887676527106, 1.2676661892265735], [103.70882309733483, 1.2676566157578302], [103.70876861032556, 1.2676577417656234], [103.70871537086697, 1.2676695302710441], [103.70866543661784, 1.26769152014873], [103.70667159705856, 1.2688153404509983], [103.70638727410895, 1.2686043331613217], [103.70626994152045, 1.2685041691868477], [103.70615964931822, 1.2683962045226296], [103.70605690874224, 1.2682809402118493], [103.70596219508936, 1.2681589098529569], [103.70587594771337, 1.268030677790925], [103.70579856643097, 1.267896836403962], [103.70573040882618, 1.2677580097208123], [103.70567179025095, 1.2676148371422096], [103.70562298292633, 1.2674679833888098], [103.70552730597703, 1.2671650505719758], [103.70542025075648, 1.2668659869562053], [103.7053019843723, 1.2665712582955948], [103.70517266764577, 1.2662812570904027], [103.70503249014907, 1.265996413825422], [103.70488165583147, 1.26571713999442], [103.7047203812218, 1.2654438398567753], [103.70468176623302, 1.2653837303636268], [103.7138385197787, 1.2602225413756944], [103.71394758081209, 1.2601182814810283], [103.71402975184876, 1.2600273235231711], [103.71410370952904, 1.2599143131936072], [103.71416123782734, 1.2597764936159812], [103.71419685651283, 1.2596359156252943], [103.71421057016174, 1.2594512308365975], [103.71418594178299, 1.2592665433796668], [103.71411629942217, 1.2590507916913272], [103.71390533921742, 1.258774706141842], [103.70735603241326, 1.255158778436926], [103.70627976566666, 1.2547314272394257], [103.69633592228534, 1.251028566017232], [103.69468381156933, 1.256803272546736], [103.69454410653947, 1.2570623703445676], [103.69411946278544, 1.2582944844156914], [103.69422900626752, 1.2583385987643256], [103.693615281278, 1.2604968772352947], [103.68497031549938, 1.2683991299641184], [103.68041613057959, 1.2633862000411566], [103.68011968632882, 1.26305989415111], [103.68472208068228, 1.2588242191187777], [103.68844070052242, 1.2554018809318725], [103.69035270834017, 1.2486741417166753], [103.67469322623363, 1.242854894647691], [103.67447424304666, 1.2427788562348223], [103.67425221511203, 1.2427123559235758], [103.67402755574031, 1.2426555185399124], [103.6738006764461, 1.2426084472051175], [103.67357199683155, 1.2425712287625756], [103.67334194009383, 1.2425439328731458], [103.67311093032967, 1.2425266093019185], [103.67287939433241, 1.242519289727053], [103.67264775979488, 1.2425219886440366], [103.67241645351261, 1.2425346997481301], [103.67218590318058, 1.2425574004562896], [103.6719565337994, 1.2425900491938637], [103.6717287703709, 1.2426325844903976], [103.67150303160832, 1.2426849285966932], [103.67127973532745, 1.2427469865807774], [103.67105929395449, 1.2428186399970924], [103.6708421136268, 1.242899759547499], [103.67062859688913, 1.2429901933247391], [103.67041913550491, 1.2430897767599618], [103.67021411854346, 1.2431983244839646], [103.67001392339441, 1.243315635752799], [103.66981891936183, 1.2434414953523463], [103.66962946766435, 1.243575670885225], [103.66944591784112, 1.2437179127705578], [103.66926860775142, 1.243867959670131], [103.66909786357505, 1.2440255339665736], [103.66893400430459, 1.2441903462854382], [103.66877733096345, 1.2443620909727071], [103.66862813109823, 1.2445404506168651], [103.66848668237273, 1.2447250960491185], [103.66835324448124, 1.2449156881515935], [103.6682280645399, 1.2451118724314973], [103.66806630229038, 1.2453777860851014], [103.66295773691856, 1.2537754928326732], [103.65545587637641, 1.2660932254715977], [103.65536534244158, 1.2662508592294537], [103.65528280690017, 1.266412878780085], [103.65520847464572, 1.2665788726544736], [103.65514253619615, 1.266748420338975], [103.65508515601275, 1.266921093178858], [103.65503648058704, 1.267096452570134], [103.65499663394782, 1.2672740562897598], [103.65496571586431, 1.2674534521649792], [103.65494380543984, 1.2676341862128109], [103.6549309575177, 1.2678158026397903], [103.654927205377, 1.2679978384159885], [103.65493255803639, 1.2681798341271449], [103.65494700205146, 1.2683613276442645], [103.65497050061582, 1.2685418604540803], [103.65500299535836, 1.2687209740417291], [103.65504440274874, 1.2688982153166675], [103.65509461679291, 1.269073136612861], [103.65515351352606, 1.2692452920716537], [103.65522094112808, 1.2694142466846936], [103.65529672980763, 1.2695795726771792], [103.6553806873094, 1.2697408513162745], [103.65547260071097, 1.2698976747199633], [103.6555722373215, 1.2700496440483975], [103.65567934557976, 1.2701963749301306], [103.65578274871368, 1.2703240362041543], [103.65591487015398, 1.2704726489744622], [103.65604268989465, 1.2706014930232512], [103.65617678992959, 1.270723699493508], [103.65631682883827, 1.2708389608780721], [103.65646245172104, 1.2709469832342626]]]}, "id": "50"}, {"type": "Feature", "properties": {"MSLINK": 51.0, "GDO_GID": 52.0, "MAPID": 0.0, "COSTAL_NAM": "ISLAND LINK"}, "geometry": {"type": "Polygon", "coordinates": [[[103.75899122491472, 1.2330695583289957], [103.75958587977985, 1.2332962087220407], [103.75968234000004, 1.2329886903943414], [103.76037343138978, 1.2331829778985681], [103.76046989061797, 1.232875457727447], [103.75911985088202, 1.2325192570404486], [103.75892695953527, 1.2327943963864096], [103.7590716084059, 1.2328105949054597], [103.75899122491472, 1.2330695583289957]]]}, "id": "51"}, {"type": "Feature", "properties": {"MSLINK": 33.0, "GDO_GID": 53.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU TEKONG"}, "geometry": {"type": "Polygon", "coordinates": [[[104.06400935350386, 1.4265993097750358], [104.06418470979274, 1.4267094589747666], [104.06428331617457, 1.4267204233827184], [104.06438188920065, 1.4266762582202053], [104.06452421587885, 1.4265218068839367], [104.06468850086726, 1.4264445220552797], [104.0648089441983, 1.426334188331131], [104.0650825473826, 1.4258709293726903], [104.0651371888995, 1.4256503775343106], [104.06520288136115, 1.4255841810328205], [104.06532338577631, 1.4255730796009614], [104.06556453641406, 1.425782420878645], [104.06568506772106, 1.4258154230754283], [104.06590415808779, 1.4257822073192037], [104.06595888109474, 1.425693966419032], [104.06594789866632, 1.4256498693106516], [104.06584924415573, 1.4255617244875065], [104.06577248773097, 1.4254515138522712], [104.06558620283862, 1.425385474957278], [104.06547659281634, 1.425297336651564], [104.06539989757042, 1.4252863583077267], [104.06535604854867, 1.4252422826135083], [104.06536696981206, 1.4251871465139554], [104.06545457332501, 1.4251209360304238], [104.06568461916929, 1.42508771376822], [104.06575031809611, 1.425032543168216], [104.06572829859027, 1.4248561434566807], [104.06560767190106, 1.4246687784798437], [104.06555273115985, 1.4244041910755008], [104.06549788585696, 1.4242939673473682], [104.06528955383943, 1.4240074241336964], [104.06516897538411, 1.4238972405091699], [104.06503747477153, 1.4238421938796177], [104.06484026875223, 1.4238312909978341], [104.06468691171129, 1.4238644647182013], [104.06464307661173, 1.4238424408296397], [104.0645882100984, 1.4236991384256354], [104.06466485806057, 1.4236329345088075], [104.06489490378506, 1.4235997132523122], [104.06512489486312, 1.4234782846704415], [104.06542068021494, 1.4234560473582252], [104.065661729587, 1.4234999999768818], [104.06580420520262, 1.4235881177712595], [104.06593578086725, 1.4237644502955675], [104.06594676328059, 1.4238085465018884], [104.06594679756127, 1.4238636760630865], [104.06592491338911, 1.4239077936933202], [104.06571688065397, 1.4241063897627928], [104.06570597239171, 1.4241835776871874], [104.06573885936925, 1.4242166349070462], [104.06580462033442, 1.424260697520161], [104.06592512377522, 1.4242495960684185], [104.06606749189295, 1.424161299242685], [104.0661441259238, 1.4240730443613325], [104.06622080073498, 1.4240509449503842], [104.06630949177303, 1.424113076969943], [104.06630848575797, 1.4241170453879273], [104.06638253963492, 1.4242851432297983], [104.06642909206508, 1.424271331684311], [104.06649487254091, 1.4243484720105473], [104.06650588926524, 1.424447697770454], [104.06649496803053, 1.424502834775099], [104.06646212183443, 1.4245359330392806], [104.06604598126893, 1.4248118402310097], [104.06599125178333, 1.424889056122169], [104.06599127867291, 1.4249331597706272], [104.06603514159256, 1.4249992872758666], [104.0661776043224, 1.4250653532043445], [104.0664514583757, 1.4250100528819223], [104.06670341524517, 1.4249768165335361], [104.06686777515023, 1.4250208175072683], [104.0669444916903, 1.4250648726318222], [104.06706507678751, 1.4251860820489997], [104.06713090553251, 1.4253404037266468], [104.06718593463387, 1.4257483269972768], [104.06713125249817, 1.4259027233859038], [104.06695608634853, 1.4261012990348436], [104.06678085895082, 1.4262006423771834], [104.06668227300194, 1.4262227558094802], [104.06629884302357, 1.4262450474869184], [104.06609070816585, 1.426278255841741], [104.06602500182065, 1.426322400543532], [104.06600311763455, 1.4263665181771599], [104.0660250834037, 1.4264547114867838], [104.06611279542142, 1.426564915563768], [104.0662223851316, 1.4266199760888554], [104.06624432311423, 1.4266640657475196], [104.06624435091274, 1.4267081693944013], [104.066145866028, 1.4268956714850063], [104.0660911226099, 1.4269508346567519], [104.06588304887008, 1.4270832762113208], [104.06555444372147, 1.4271827146614482], [104.065160057999, 1.4272050136192793], [104.06507895808844, 1.4271966610683875], [104.06499569794465, 1.4271610125439165], [104.06494089334323, 1.42711694338345], [104.06487507855084, 1.4269846743593035], [104.06482027305738, 1.4269406051949054], [104.06471069074487, 1.4268965696082818], [104.06460112881248, 1.4268856126590956], [104.06449160763033, 1.4269408102786945], [104.06444784657698, 1.4270400714406284], [104.0643932040819, 1.4272606232761271], [104.06438238466608, 1.4274811480724323], [104.06430591346098, 1.427834023933316], [104.06411999509245, 1.4283633833572449], [104.06408733866051, 1.4287052062675287], [104.06396699055357, 1.4289699027635718], [104.06392331183876, 1.429201473979102], [104.06389051927042, 1.4293227795287393], [104.06375911370802, 1.429422094757481], [104.06370438405312, 1.4294993097168598], [104.06370714773091, 1.4295406557115378], [104.06374828037441, 1.4296205677313698], [104.0638688192697, 1.4296645959075587], [104.06397837484619, 1.4296645269573653], [104.06409885821259, 1.4296203478153335], [104.06428495354552, 1.429377662120381], [104.06456959328496, 1.4290467066746806], [104.06469005062596, 1.4289584247616023], [104.0649638505258, 1.4288149163329171], [104.06622343298763, 1.428317961965273], [104.06769118971187, 1.427853954856672], [104.06851252129074, 1.427313170367685], [104.06853430977537, 1.4271146908830776], [104.06843558730746, 1.426916287099603], [104.0682602104237, 1.4267730605317241], [104.06784380427182, 1.426618959377312], [104.06778897922051, 1.4265418125601834], [104.06787652142718, 1.4263763696978289], [104.06802986463214, 1.4263211439238646], [104.06821612921411, 1.4263541048647081], [104.06877509948592, 1.4267396594352952], [104.06884091447357, 1.426871929216038], [104.06885194525078, 1.426993206762992], [104.06880819091018, 1.4271034929829005], [104.06867678571555, 1.4272028084408053], [104.0686439812929, 1.4273020621952657], [104.06864402867599, 1.4273792435636652], [104.06874268246342, 1.4274673891387712], [104.06897273584632, 1.4274451924250957], [104.06912605863722, 1.4273568888425334], [104.06968445017328, 1.4268052444788535], [104.06993633835509, 1.4266617495666], [104.07018822740118, 1.426518254631568], [104.0704948048412, 1.4262313891501994], [104.07085622126866, 1.4260437212825374], [104.0712175557568, 1.425723743377481], [104.07180894977557, 1.4253925952827933], [104.07191840270058, 1.42522713828], [104.07196212896038, 1.4250727484004766], [104.07196207495338, 1.4249845411418278], [104.07187416453976, 1.4245545869131742], [104.07181861546967, 1.42330869671853], [104.07174157884135, 1.422746425004888], [104.07175247295403, 1.4226471852701301], [104.07181815117899, 1.4225589368076474], [104.07188387033942, 1.422536843789843], [104.07191674431498, 1.4225478490954353], [104.0719496313392, 1.4225809062157055], [104.0719169694972, 1.4229117031412704], [104.07193907783527, 1.423231439518421], [104.07198305926282, 1.423487763791417], [104.07202703980612, 1.4237440880614418], [104.07212870603084, 1.4242732667905889], [104.07224681540461, 1.424818973607328], [104.07233453503048, 1.4249402033151566], [104.07248797388463, 1.425039339972226], [104.07264134476013, 1.4250282175489901], [104.07278373218615, 1.4249729980612522], [104.07290417409794, 1.4248626639869175], [104.07302454146112, 1.42463104403224], [104.07311213815733, 1.4245538082934432], [104.07342425093599, 1.4243606585319128], [104.07381299082064, 1.4240682277415837], [104.0741743310961, 1.4237592753917143], [104.07448643712925, 1.4235551005164333], [104.07479854310324, 1.423350924703345], [104.07503122061436, 1.4231467988337114], [104.07526389689794, 1.422939917375226], [104.07551026099239, 1.4227220004096308], [104.0758496421947, 1.422335880606225], [104.07622192433791, 1.4220048696292413], [104.07663796680487, 1.4215745982196701], [104.07697744380721, 1.4213428400527865], [104.07725118679939, 1.4211111241026146], [104.07752499972152, 1.4209896662559318], [104.07761260922145, 1.4209344812940767], [104.07784248987738, 1.4206366380491693], [104.07817098965275, 1.420371809537482], [104.07836806535171, 1.420173219164705], [104.07888548985292, 1.4198145507605215], [104.07910475556228, 1.4196553345156393], [104.07926603217426, 1.4195552023904758], [104.07943030948378, 1.4194668916703252], [104.07999441795958, 1.4193066598906825], [104.08018608276382, 1.4192155752399567], [104.08030653802649, 1.419127291781677], [104.08041597603673, 1.418939782718174], [104.08063217787999, 1.4186667553650743], [104.08084837877612, 1.4183937289044002], [104.08128078042226, 1.4178476741383095], [104.08159819375537, 1.417373360677436], [104.08194837131968, 1.416733637964124], [104.08211257247746, 1.416524042206179], [104.08237522959782, 1.416082841247612], [104.08286775868129, 1.415332769916151], [104.08322900733101, 1.4148804798800174], [104.08320698675533, 1.4147040796274648], [104.08314114340392, 1.414527707634433], [104.08328342680902, 1.4143071000664162], [104.08341472096483, 1.41403136961331], [104.08354601509419, 1.4137556400619788], [104.08368831575201, 1.4135625972295283], [104.08383061638752, 1.4133695534878419], [104.08401665309204, 1.413038659547384], [104.08429030534462, 1.4126636063618692], [104.08441069824984, 1.4124760905925438], [104.08468425472594, 1.4119466748096312], [104.08481549331515, 1.4115827380456951], [104.08504529627427, 1.4111636095089053], [104.0851109258465, 1.4109981795190674], [104.08517106363264, 1.410810701043122], [104.0852338012475, 1.4103999478407117], [104.0852829118133, 1.410096704963322], [104.08535109335114, 1.409630818964381], [104.08534006854282, 1.4095205666068515], [104.08520834252764, 1.4091016673408565], [104.08475855078277, 1.4081096231684656], [104.08464893454273, 1.4080104598486738], [104.08460511278675, 1.4080104872106367], [104.08448463761174, 1.40806569307494], [104.08440807320959, 1.4082642073537208], [104.08433142634989, 1.4083304108481796], [104.08423281991381, 1.408319447179938], [104.08407940999477, 1.4082644156857371], [104.08399720835266, 1.4082065811136837], [104.08363037691795, 1.4080776777974977], [104.08338918086503, 1.4079321541830427], [104.08298726717224, 1.407819104268692], [104.08239246966204, 1.4077061781125433], [104.08197453400288, 1.4076740686355718], [104.07909708096714, 1.407255044865694], [104.07882374752705, 1.4071257274567788], [104.0734520596343, 1.4047561655434997], [104.0725506921125, 1.4039517723270072], [104.07297476554245, 1.403393557346477], [104.07368309130871, 1.4040065408330198], [104.07385996150892, 1.4041035463645877], [104.07926214509766, 1.4063985872074904], [104.08241291005955, 1.4069145565496564], [104.08260581434807, 1.4069468068369053], [104.0831584321776, 1.4071072812870866], [104.08320221930104, 1.407052123552522], [104.08324602045082, 1.4070190185212041], [104.08335555421104, 1.4069858711319565], [104.08372808020479, 1.4070517909895133], [104.08390066294604, 1.407106811407619], [104.08390065428681, 1.407093029033703], [104.08396911500635, 1.407076446609505], [104.08390589463197, 1.4067126331122053], [104.0836922060628, 1.4066190481812935], [104.0835438958051, 1.405957589754871], [104.08363147865253, 1.4058610575592954], [104.08366426464926, 1.4057314825122962], [104.08349679563241, 1.4050920878807307], [104.08342005662087, 1.4050094425906619], [104.08330225654845, 1.4049626566949573], [104.08311823853788, 1.404135832514768], [104.08318663743029, 1.404020017027457], [104.08323312965427, 1.4039097286023459], [104.08312582240751, 1.403118690535891], [104.08304362217618, 1.4030636123659543], [104.08285733773559, 1.402994819058413], [104.08268152060818, 1.402143181094417], [104.08276913022324, 1.4020879960744408], [104.082801961872, 1.4020328458651612], [104.08268104954315, 1.401385152231305], [104.08243446518513, 1.401244727708472], [104.08222300851953, 1.4003352264633149], [104.08231606032147, 1.4002249086658687], [104.08232420535407, 1.400109131303999], [104.08223069913059, 1.3994889849524468], [104.08198961654207, 1.3993871476970494], [104.0818110482654, 1.398513459833413], [104.08190138709914, 1.3984444912918899], [104.08194789332583, 1.3983562546993706], [104.081763958893, 1.3976617401048281], [104.08167626392861, 1.3975791012897512], [104.08152559899261, 1.3975323368116261], [104.08135253383928, 1.3966999917771232], [104.08145657639821, 1.3966447969504325], [104.08154408225619, 1.3964242243778544], [104.08140671720487, 1.3957434627104643], [104.08131900596777, 1.3956332591094773], [104.08125051755253, 1.3956057377910558], [104.08109989083712, 1.3956223712962834], [104.08093502626284, 1.3947624569202646], [104.08104456162161, 1.3947320662084215], [104.0811047558035, 1.39463555152523], [104.0809509288474, 1.3939079404754384], [104.08085225370795, 1.3937839619500039], [104.08076461605492, 1.3937922867665458], [104.0806687478863, 1.3937785642594385], [104.08049839739928, 1.3929048707003546], [104.08057231701696, 1.3928579639184602], [104.08066810633238, 1.3927448885493598], [104.08048416971536, 1.3920448607232359], [104.08034716071205, 1.391937444950804], [104.08021845238164, 1.3919650911008807], [104.08009768739433, 1.3915516966098331], [104.07987850784001, 1.391436062525049], [104.07987844840274, 1.3913395867692013], [104.07981535460515, 1.3911769947683357], [104.07913048566363, 1.3909210733880553], [104.07898536925629, 1.390990077372217], [104.0788923175623, 1.3911003941041158], [104.07804031586285, 1.3907425888694387], [104.0780813563364, 1.3906736518729539], [104.0780401929862, 1.390544123472634], [104.07798535681471, 1.3904476814505125], [104.07721008925442, 1.3901642529262064], [104.07710055817505, 1.3902001554798227], [104.07700476666554, 1.3903104742410166], [104.07622401709249, 1.3900187792132292], [104.07625133554318, 1.3899057463603], [104.07620192763721, 1.3897293640774924], [104.07586829392258, 1.3896220063004192], [104.07541299526649, 1.3894928027341915], [104.07533087745195, 1.389570035065615], [104.07533917898729, 1.389707853546137], [104.07536936963037, 1.3898098238095733], [104.0754296833685, 1.3899062626366852], [104.07549274870114, 1.39002199470852], [104.0752273587015, 1.3904714662235464], [104.0749646417061, 1.3908134339336002], [104.07461426035455, 1.391122379043395], [104.07407764501515, 1.3914424659230291], [104.07367242621866, 1.3916522123098245], [104.07350809563548, 1.391652315066947], [104.0732233237036, 1.39176275254827], [104.07305899310738, 1.3917628561796027], [104.0728947033303, 1.3918291143534807], [104.07279611236977, 1.3918402018874583], [104.07256603561613, 1.3918182947457636], [104.0724236414857, 1.3918597305985767], [104.07201275700527, 1.3917662683749055], [104.05663045812867, 1.3857253928729958], [104.05634005083557, 1.385576723265081], [104.05596738722394, 1.3852792548261639], [104.0556055856027, 1.3848274169174017], [104.05537520074346, 1.3842983163446034], [104.05527636079417, 1.3839014448127442], [104.05513372605151, 1.3835487046036739], [104.05508960891476, 1.3830635924668868], [104.05512236782435, 1.382887157402235], [104.0551222671095, 1.3827217685349358], [104.05514952820096, 1.3825122598293924], [104.05517678839196, 1.3823027511240242], [104.055258872894, 1.382170388896221], [104.05547521756017, 1.3821316647612518], [104.05558473710603, 1.3820764669476353], [104.05567230130177, 1.3819468588666772], [104.05565854783457, 1.3818503905549526], [104.05562289626415, 1.3817732314299702], [104.05556807400524, 1.3816988405377935], [104.05556255809519, 1.3816354447019348], [104.05475988331104, 1.3813134341298094], [104.05471062134602, 1.3813741066607852], [104.0546312003912, 1.3813824251494269], [104.05453540797463, 1.3814927440252396], [104.05385608034932, 1.3813332879532312], [104.05388339256659, 1.3812092301676915], [104.05388878974749, 1.3810769158362777], [104.05385587502883, 1.380996998127162], [104.05301761151779, 1.3806998166333726], [104.05292176601633, 1.380721928041335], [104.05286155622444, 1.3807963902964033], [104.05282876628411, 1.3809204513003985], [104.05214388195579, 1.3806314441758096], [104.05216846797528, 1.3805266829263376], [104.05216014688997, 1.3803557872462007], [104.0521190314824, 1.3803006831196658], [104.05129173647282, 1.380025545448719], [104.05118768930548, 1.3800724704014031], [104.0511137873427, 1.3801496966929512], [104.05108644555796, 1.3802268951802925], [104.05078507864337, 1.3800699617074619], [104.05062912454815, 1.3803319232480664], [104.05049215431157, 1.380285147989433], [104.0503305936344, 1.3803348636144326], [104.04980785426461, 1.3809581496739316], [104.04976684675343, 1.3810822168401733], [104.04979702889955, 1.3811731617119098], [104.0498381568073, 1.3812475612594994], [104.04989842486957, 1.3812695759394935], [104.04943864470863, 1.3818376930775433], [104.0493619445138, 1.3818156889348443], [104.0492606002809, 1.381804725634172], [104.04920584041814, 1.3818323244055872], [104.04865846458276, 1.3824776770756244], [104.04862294310001, 1.3826155225282626], [104.04874902874793, 1.3827780765622715], [104.0482756203851, 1.3834564622407262], [104.04811673174761, 1.38339591730389], [104.04797435862099, 1.383473185937391], [104.04754744048303, 1.3840357705986313], [104.04757870714927, 1.3841264043062464], [104.0476461874194, 1.3842810361226314], [104.04708514694984, 1.3849760137353782], [104.04699474836939, 1.3849485050412067], [104.04678388725418, 1.3849982511806727], [104.04637063319888, 1.3855112096390592], [104.04638441070487, 1.385649025298466], [104.04641461692935, 1.3857785609783084], [104.04649681904503, 1.3858391527482574], [104.0459740955423, 1.3864927595855883], [104.04587274562437, 1.3864707702372907], [104.04576316782213, 1.3864322472515405], [104.04568650867284, 1.3864791541729347], [104.04519936542461, 1.3870913914412932], [104.04521313014264, 1.3872071552520284], [104.0452624820995, 1.3872953320338302], [104.04536661705846, 1.3873917452881368], [104.04481649493161, 1.3880288300036796], [104.04471514609246, 1.388009596192838], [104.04461932451552, 1.3880730545640958], [104.04454536730401, 1.3880593176840177], [104.04414580650199, 1.3885722674290313], [104.04413217547012, 1.3886770222467812], [104.04415962597506, 1.3887789951898772], [104.044228138261, 1.388847864943453], [104.04366712420442, 1.3895897022473471], [104.04357125617454, 1.3895759790628641], [104.04340694742801, 1.3896119139683178], [104.04304296912176, 1.390089008040716], [104.04302387715643, 1.3902213308936757], [104.0430431070209, 1.3903177952385344], [104.04312527880464, 1.3903287713210144], [104.04146691826016, 1.3926149093547076], [104.04123954535055, 1.3925351108982893], [104.04113002174672, 1.392584794295258], [104.04067024585412, 1.3931666936478322], [104.0406183106823, 1.393337627363861], [104.04068681553731, 1.3933927147962757], [104.0407963947707, 1.3934339944637943], [104.04088507576, 1.3937612349263977], [104.04099768927017, 1.3939230281723105], [104.04112632625257, 1.3940038799355132], [104.0412227683442, 1.394003820725757], [104.04133524518848, 1.393939007141768], [104.04138339788099, 1.393825673225059], [104.04152804108918, 1.3937932128982562], [104.041624542023, 1.3938902708750658], [104.04178533589254, 1.3939872896592336], [104.04202645151948, 1.3940033277595665], [104.04347304968815, 1.3939538809492145], [104.04660653786125, 1.3925113773833635], [104.04839615342067, 1.3934976102847842], [104.05185138622878, 1.3955176855166982], [104.0515659794614, 1.3961212668042038], [104.04665855880575, 1.3933593618321998], [104.04360534964707, 1.3946561401126438], [104.04175685095449, 1.3946087164272973], [104.04166036990156, 1.3945440308621015], [104.04159602671326, 1.3944631390472384], [104.0414190984853, 1.3942690126205664], [104.04138689317108, 1.3941719154592198], [104.04124221961901, 1.3941558180834561], [104.04108153301485, 1.3942368474695954], [104.04104940555779, 1.3942692390039129], [104.0407440245689, 1.3943017994756406], [104.04053511687803, 1.3943828584248839], [104.04040651789462, 1.394366751435589], [104.04026182532701, 1.3943182815966768], [104.04022961915821, 1.394221183508117], [104.04032848080396, 1.3941454528547066], [104.03999435875183, 1.394175979155523], [104.0398246213391, 1.3942946115707537], [104.03976991140357, 1.3944049037852422], [104.03975903059792, 1.3945289519418025], [104.03980017121758, 1.3946254035384826], [104.03992347311399, 1.3947135359220881], [104.04042287432411, 1.394836143524264], [104.04029436352313, 1.3949657114418934], [104.04024623066105, 1.3951114168451508], [104.04024628856737, 1.3952085349588679], [104.04014989661995, 1.395289525143811], [104.04005347436816, 1.3953219567206352], [104.0399088111392, 1.3953220454735766], [104.03973199012768, 1.3953059671323325], [104.03962510501985, 1.3949893661865778], [104.03952643488032, 1.394870898537677], [104.03938394741546, 1.3947607268041786], [104.03930725317908, 1.394749747415992], [104.03924154700283, 1.3947938913090454], [104.03919781239077, 1.3949372549293968], [104.03903353378007, 1.3950255627840462], [104.03880347098794, 1.39502570419455], [104.03869388331425, 1.3949706420210337], [104.0386171419462, 1.394882481063693], [104.03857332029261, 1.394882508423237], [104.03852951857708, 1.3949156126837046], [104.03835437151086, 1.3951472640426996], [104.03788345535, 1.3954232005858023], [104.03781776271036, 1.3954893963169188], [104.03779591166473, 1.3955886425081354], [104.03781820117612, 1.3962171062691737], [104.03796074758124, 1.3964265115152357], [104.03797176280328, 1.396525737645517], [104.03788427254939, 1.3967793870598542], [104.03785161919947, 1.397132236157269], [104.03780788357844, 1.3972755997677875], [104.03767653806605, 1.3974741468525376], [104.0375341446989, 1.3975183381205478], [104.03746845199845, 1.3975845338507251], [104.0374467540204, 1.3979373756619786], [104.03740305822414, 1.398146894884841], [104.03737904627448, 1.3983212545526853], [104.0372718322044, 1.3985439088038258], [104.03715142209303, 1.3987093707775275], [104.03717345252115, 1.3989078239528498], [104.03711888186834, 1.3992496607900191], [104.03709700361192, 1.3993048032372661], [104.03696560540976, 1.3994151428158197], [104.03689998193421, 1.3995971108677108], [104.0368343593489, 1.399779078918882], [104.03673587271278, 1.399966579085198], [104.03663738696125, 1.4001540801536323], [104.0365827691417, 1.4004187354369948], [104.03637477512935, 1.4006834845847627], [104.036298273548, 1.4009922572788203], [104.03625449161264, 1.4010584393253906], [104.03618878520867, 1.4011025831645199], [104.03596973607503, 1.4012019505270645], [104.03581641959114, 1.4013012777895055], [104.03544409462043, 1.401566127080571], [104.03526891334272, 1.4017426495315477], [104.0351704409817, 1.4019522015326862], [104.03512675852437, 1.4021837726202728], [104.035137780027, 1.4022940247096605], [104.03520364574082, 1.4025145033798798], [104.03541211064609, 1.4030325940013906], [104.03544507022767, 1.4031869361715452], [104.03550015253565, 1.4036940946509522], [104.03554407393418, 1.403859456373924], [104.03568668046974, 1.404168095135345], [104.03579642156625, 1.4044767530252442], [104.03583492820901, 1.4047468643219456], [104.03591742243673, 1.405292596684674], [104.03597225952586, 1.4053917963894214], [104.03597227944981, 1.405424874197846], [104.03592848475672, 1.4054690043767815], [104.03585183000945, 1.405524181446556], [104.03580801449169, 1.4055352338151377], [104.03570940172857, 1.405513242090556], [104.03562171183195, 1.405436114298617], [104.03559977464431, 1.4053920242191504], [104.03551185209271, 1.4049289895492205], [104.03551168552534, 1.40465334204072], [104.03547869331237, 1.4044438701941833], [104.03537993486584, 1.404179308746245], [104.03529208574264, 1.4038375584502765], [104.03505064039878, 1.4031320478389424], [104.03497387983339, 1.4030108098800012], [104.03487522737507, 1.402922662480225], [104.0346889321992, 1.4028345696924083], [104.03451362505261, 1.4028015983919917], [104.0341301706342, 1.402779781329554], [104.03405344990885, 1.402724698957588], [104.03402058355017, 1.4027247189768657], [104.03396581894664, 1.402746803613979], [104.033889184113, 1.402835058427521], [104.03386457208907, 1.4028984723568845], [104.03383447284176, 1.4029453505647795], [104.03372495174607, 1.4030005475774974], [104.03353868280682, 1.4029565575400629], [104.03323185688913, 1.4028354595872208], [104.0331332514765, 1.4028244936711476], [104.03305659672775, 1.4028796706469542], [104.0330566762396, 1.4030119810029873], [104.03304574698923, 1.4030560920280204], [104.03295812955103, 1.4031002485263324], [104.03283758701532, 1.4030451924829834], [104.03274996957258, 1.4030893498783175], [104.03268431633236, 1.4032217011442114], [104.0326296655114, 1.403431226709636], [104.03260778711925, 1.403486370038015], [104.0325639788372, 1.4035084482808966], [104.03238870506176, 1.403530607421544], [104.03198344611906, 1.4036852177725536], [104.0317205945503, 1.4038176889654226], [104.0313481935338, 1.4039584968050947], [104.03066923282901, 1.404421998574211], [104.03049406448993, 1.4046205726231118], [104.03036264582092, 1.40469783409136], [104.03018738454267, 1.4047420440572662], [104.02973821047718, 1.4047423181276228], [104.02969440213886, 1.4047643963233332], [104.0296725173542, 1.4048085136945325], [104.02968359903717, 1.405017999306118], [104.02967275536842, 1.4052054466461719], [104.02960712263346, 1.4053708756771053], [104.02950859554171, 1.4054922209064322], [104.02918026225855, 1.4060437166212985], [104.02898323590337, 1.4063305099122443], [104.02889563177118, 1.4063967190702762], [104.02880799429238, 1.4064077985212653], [104.02867656194778, 1.406463008032909], [104.0286437414802, 1.406540209570485], [104.02851236858774, 1.4066946525438773], [104.02845778311536, 1.4070144374798457], [104.0284358919832, 1.4070475279993], [104.02839207638343, 1.407058581141077], [104.02828248918212, 1.4070035185288732], [104.02823867358194, 1.4070145707633828], [104.0281729740499, 1.4070697403601768], [104.02805270159593, 1.4074667467725295], [104.02806376246537, 1.4076431545819332], [104.02810769698516, 1.407830568386699], [104.02812963091809, 1.4078691455823453], [104.02840645503251, 1.408199754938118], [104.02849143098116, 1.4083182314337526], [104.0285517602562, 1.4084422365385345], [104.02856823313256, 1.4085083817548831], [104.02880392632437, 1.408759078140535], [104.02893829281928, 1.4090291309073446], [104.02908356569809, 1.40921648365986], [104.02923159009826, 1.409425885335492], [104.02937137807072, 1.40960221529915], [104.02944268050231, 1.4097537779597817], [104.02948927266999, 1.4098061228111525], [104.0295495508587, 1.4098446768400532], [104.02959616918855, 1.4099411254487757], [104.02989784842579, 1.4106135221286236], [104.03005976362137, 1.4111481805455897], [104.03024623288827, 1.411525704540139], [104.03047641633587, 1.411721274164311], [104.0305120582611, 1.4117818948006398], [104.03073944758293, 1.4118865024366523], [104.03084906215555, 1.4119856686458137], [104.03093699059679, 1.412459729497824], [104.03106862187857, 1.4127352970800513], [104.03117826992614, 1.4128895929586682], [104.0312221714236, 1.4130218769536325], [104.03121125566506, 1.4130880389507154], [104.03112373086668, 1.413286559480329], [104.03114576110627, 1.4134850118375302], [104.03106920534502, 1.4137055769749451], [104.03106925773675, 1.41379378448441], [104.03114609261658, 1.4140363078643534], [104.03127773758607, 1.4143339272917683], [104.03116844719038, 1.4147750303028097], [104.03113561408087, 1.414830179997959], [104.03094945619934, 1.4149736308412257], [104.0309495492369, 1.415127993982055], [104.03103729903498, 1.415304354457301], [104.0307965432808, 1.4157455383716573], [104.03072003350694, 1.416043285079202], [104.0306873584421, 1.4163630563957803], [104.03051226250714, 1.4166829149739917], [104.0302932785164, 1.4168925405144084], [104.03015096870361, 1.4170800678140327], [104.03003063762667, 1.4173778417733036], [104.02984475123154, 1.4179733542572326], [104.02936318459234, 1.418767514428602], [104.02927571905064, 1.4190652674803585], [104.0292896934974, 1.4195311041106486], [104.02923221462494, 1.4195945380094965], [104.02911214779039, 1.4203333477151163], [104.02911222721812, 1.4204656589872668], [104.0291781193193, 1.4207302406554272], [104.029485357498, 1.4215349452351127], [104.02958400344805, 1.4216120659247393], [104.0299126697738, 1.4216118650600071], [104.0301153735368, 1.4216558456326365], [104.03031807730503, 1.4216998252819084], [104.03038383767284, 1.4217438890256566], [104.03039487905555, 1.4218872189528944], [104.03034014741128, 1.4219644341654556], [104.03017589462824, 1.4220968454473204], [104.03002253685408, 1.4221300169072737], [104.02985819643372, 1.4221190909677095], [104.02962806402978, 1.4220089724623834], [104.02950748078025, 1.4218877607477123], [104.02939781878432, 1.4217114129674895], [104.0292223910391, 1.4214799754611982], [104.02914559029426, 1.4212925817351199], [104.02909625176422, 1.421229213016154], [104.0290031014444, 1.4211824095496397], [104.02890449524115, 1.4211714435616405], [104.0288387692023, 1.4211825103706284], [104.0287949732036, 1.4212266404695864], [104.02874026136682, 1.4213369325638405], [104.0287184567633, 1.421513361217982], [104.02870830172463, 1.4228475026320566], [104.02874135340707, 1.4231562089498424], [104.02886209646998, 1.4235420423367589], [104.02886215604887, 1.4236412748852434], [104.02881845930763, 1.4238507940783465], [104.02855606300538, 1.4247440541423824], [104.0285561622939, 1.4249094423273538], [104.02862198773313, 1.4250637655047822], [104.0287206211843, 1.425118834333959], [104.02903838483743, 1.4252068483025426], [104.02926851529642, 1.425311453854224], [104.02949864487505, 1.4254160593798557], [104.02967676694328, 1.4255730696833542], [104.0297069658878, 1.4256915805623331], [104.02976179611058, 1.4257797544282842], [104.02983851848678, 1.425834836838665], [104.02992616932596, 1.4258458091253408], [104.03003569243064, 1.4257906130431828], [104.0301122286517, 1.425536970079063], [104.03019979362152, 1.4254046051609284], [104.03034215627154, 1.4253052853054091], [104.030528387254, 1.4252831197199456], [104.03064886497766, 1.4252279163395778], [104.03069266100121, 1.4251837862011094], [104.03079108836504, 1.4248970517667798], [104.03088962239187, 1.4247867323347985], [104.03102105563823, 1.424731522567993], [104.03159077721675, 1.4247863036546744], [104.03183175334603, 1.424708975506067], [104.03263697435516, 1.4246891878333863], [104.03313545738645, 1.4246971515789273], [104.0335627766286, 1.4247850974624379], [104.03401195444356, 1.4247848230036932], [104.03440639434811, 1.424850736915347], [104.03501358729528, 1.4248579219916295], [104.03539240074177, 1.4248611578454466], [104.0355128846461, 1.4248169810674118], [104.03561143202188, 1.4247287133335897], [104.03570716929626, 1.4245246744309592], [104.03569892314172, 1.4244750629735685], [104.0356441054571, 1.4244089411455927], [104.0354578274896, 1.4243539264921243], [104.03534826560458, 1.4243429671979004], [104.0352496320714, 1.4242878986714125], [104.03519478175042, 1.4241666471556653], [104.03518374639472, 1.4240343423285489], [104.03536979124769, 1.4237034511003468], [104.03551200025551, 1.4233505344694493], [104.0356324314668, 1.423218150218767], [104.03575290893102, 1.4231629466014264], [104.03584056691554, 1.4231849446068137], [104.03592825756824, 1.4232620722809854], [104.03592833105371, 1.423383357559986], [104.0358407392906, 1.4234716179999418], [104.03568748224558, 1.4236701788586847], [104.03560001745119, 1.4239679320500178], [104.0356000573642, 1.4240340876577207], [104.03563297663909, 1.4241222741450976], [104.0356987571197, 1.424199415514978], [104.0359918372076, 1.4242323136668444], [104.03609867788299, 1.4242708389129617], [104.03656457799008, 1.4247501797856266], [104.03665224875631, 1.42479422961758], [104.03692619118966, 1.424882268955335], [104.03747415514964, 1.4251906587219487], [104.03757277628054, 1.4252264317560903], [104.03769329465771, 1.4252373836275138], [104.03791238488431, 1.4252041714017099], [104.03803289599571, 1.425204097322422], [104.03823012325533, 1.4252480803120458], [104.03832874962005, 1.4252921236653395], [104.03853701155148, 1.425468409599922], [104.03872331602236, 1.4255675286123826], [104.0390247138835, 1.4257658100661905], [104.03932611179289, 1.42596409056806], [104.03961109234514, 1.4261899463770766], [104.03989607384966, 1.426415803046281], [104.04044415868282, 1.4269226569358806], [104.04070725245371, 1.427187117072564], [104.04123348026498, 1.427782191904355], [104.04128832461154, 1.4278924172827419], [104.04132140543888, 1.428245225971401], [104.0414092103674, 1.4285097941900597], [104.04142022608316, 1.4286090202324186], [104.04138749333386, 1.4288295590126685], [104.04139850177002, 1.4289177591247182], [104.04146433544717, 1.4290831068137828], [104.04156300941493, 1.42920433150279], [104.041683574484, 1.4292924646394913], [104.04203424580685, 1.4294466111351103], [104.04212194418471, 1.4295347644323568], [104.04229735373742, 1.4297331228724042], [104.04268099862243, 1.4300636630198829], [104.04279064195232, 1.4302069321610573], [104.04284556034335, 1.430438442698515], [104.04284570085834, 1.4306699863015166], [104.04273643248733, 1.4311441682854025], [104.04264884806027, 1.431243454914222], [104.04267079936726, 1.4313095967191205], [104.04278037525333, 1.4313426074660989], [104.04303224683936, 1.431166037399902], [104.04348139824657, 1.4311216562812228], [104.04375535439809, 1.4312317465036348], [104.04387586577846, 1.4312316720698859], [104.04399634337273, 1.4311764688939586], [104.04416057659877, 1.4310109788671195], [104.0445329593789, 1.4308343342036027], [104.04466433861069, 1.430690916231441], [104.04476284559583, 1.4305364925566417], [104.04501466941053, 1.430282741718529], [104.04535393667577, 1.4296981587780238], [104.04546346587935, 1.4296539879122667], [104.0460332086277, 1.4297418429507398], [104.04677822041167, 1.429796511425121], [104.0468548764595, 1.429741334827056], [104.04688769560366, 1.4296641330856386], [104.04685476209546, 1.4295538949871938], [104.04688757482771, 1.4294656673198998], [104.04704090612607, 1.4293883909919645], [104.04750130822644, 1.4298291425174856], [104.04767661018573, 1.4298510856628528], [104.04837761190515, 1.429597056237627], [104.04876099634735, 1.4294975859795842], [104.04904857359094, 1.4294863818610057], [104.04928679670286, 1.429387001203751], [104.04942907702377, 1.4291553691553542], [104.04973563850645, 1.428835428223777], [104.04984516023394, 1.4287802303379986], [104.05040380595509, 1.4286365472668094], [104.05122543920785, 1.4285809089190684], [104.05215632495984, 1.428029036304917], [104.05221103571328, 1.427918742893959], [104.05212324984437, 1.427687253944426], [104.05205734114449, 1.4274006215220723], [104.05178318971986, 1.4269707814277803], [104.05150920634745, 1.4268165884541593], [104.05131190634847, 1.426651322417424], [104.05122410044707, 1.4263867547353213], [104.05132257840013, 1.4261882280780254], [104.05124556017715, 1.4256480067451227], [104.05130028379514, 1.4255597652022702], [104.0517056528163, 1.4255815658778832], [104.0518043068864, 1.425669711396819], [104.05183724696745, 1.4257909762272465], [104.05182650066963, 1.426132785403406], [104.05179383594304, 1.4264635834104524], [104.05185977762525, 1.4268053454657086], [104.05195843819192, 1.4269045168907475], [104.05216663410786, 1.426970543083429], [104.05234207725026, 1.427224030267083], [104.05247357788124, 1.4272790776421254], [104.05267075766356, 1.4272458778632828], [104.05303209528519, 1.4269259023968708], [104.053316879013, 1.4268264924919307], [104.0535908413557, 1.4269476074657734], [104.05374434776279, 1.4271570037960992], [104.05376635998289, 1.4273223787456908], [104.05366797509393, 1.4276752683797704], [104.05358043909052, 1.4278517376935], [104.05339429571572, 1.428017241228767], [104.05307667183195, 1.4281607751962766], [104.05270435828037, 1.4284476803124266], [104.0526386928812, 1.428557980211206], [104.05263877371937, 1.4286902903706613], [104.05277039481646, 1.4289438043075262], [104.05290195620076, 1.4290980858403846], [104.05309924364835, 1.4292412998430377], [104.05334034049491, 1.4293624351488379], [104.05383615540133, 1.429486168462991], [104.05412881386931, 1.4295673803709286], [104.05424139085905, 1.4296644268844314], [104.05438137479359, 1.4297807724283933], [104.05454702313759, 1.4300365203027212], [104.054578777373, 1.430111426021291], [104.05482022498406, 1.4308059080880369], [104.0549190809828, 1.4312248301121986], [104.05506980315891, 1.43135980430234], [104.05512739240665, 1.4314782965959647], [104.05531377247478, 1.4316986982809716], [104.05562064274343, 1.4318859480305488], [104.0559383811205, 1.431929853380165], [104.05615199455447, 1.4318966425982071], [104.05694614463276, 1.4316866563219344], [104.0571542802294, 1.4316534487024075], [104.05826077915573, 1.4316307073125538], [104.05910422890298, 1.4314206892359767], [104.05971752378098, 1.4310674780041834], [104.06000219212737, 1.43078062756269], [104.06019935904163, 1.4307253752722864], [104.0605280186297, 1.4307141438987827], [104.06090039970402, 1.4305374967632354], [104.06134954362925, 1.430482087185467], [104.06194100810343, 1.4302611994676269], [104.06242288261721, 1.4299852509259439], [104.06259258347123, 1.4298059741327345], [104.06253212643139, 1.4294779917912563], [104.06190706229476, 1.4285081040020666], [104.06145760079485, 1.4280452974149018], [104.06142455761552, 1.4277586440795902], [104.06156691228789, 1.4276482965470847], [104.06159967726124, 1.4274828873519838], [104.06136950906986, 1.4273176427724947], [104.0610187957059, 1.4270973438975465], [104.06050389232472, 1.4271086914460653], [104.06027390060031, 1.4272301196578614], [104.05995619614842, 1.427241344403421], [104.05974796594946, 1.427120189375564], [104.0598793512966, 1.4269877966188855], [104.06027376486541, 1.4270096022352385], [104.06036138156088, 1.4269654437455146], [104.06026262648646, 1.4267119099109307], [104.06006534540317, 1.4265797224763657], [104.05984603787466, 1.4262601083631963], [104.0594515238186, 1.4260729138955313], [104.05935280859106, 1.4258855355007238], [104.05952798194039, 1.4256979862469312], [104.05941832591756, 1.4255326661959653], [104.05918816452845, 1.42537844635083], [104.05922088907911, 1.4251468825646099], [104.05940708529417, 1.4250695850868331], [104.05959339773179, 1.4251797281859242], [104.05976907215042, 1.4258080940621245], [104.06004321736742, 1.426226907074352], [104.06033917310637, 1.4264803182634085], [104.06059132614345, 1.426766834116629], [104.06120493837446, 1.426931839838277], [104.06157737981616, 1.4268544259315097], [104.06171981487338, 1.426876388477697], [104.06180749991583, 1.4269424890895952], [104.06185139697199, 1.427063746262888], [104.0617748366438, 1.4272732861082178], [104.06177491799286, 1.4274055970902566], [104.06182985196371, 1.4276591578178572], [104.06202723169511, 1.4279512208341087], [104.06234483031511, 1.4277690950134738], [104.0624432397554, 1.427460308875049], [104.0626183731159, 1.4272066039210412], [104.06281544346858, 1.4269969886610196], [104.06326441078274, 1.4266549050580202], [104.06331904599993, 1.4264233273190878], [104.06316545747013, 1.4260816207903355], [104.0630558817043, 1.4260486119309688], [104.0629244697775, 1.42613690117563], [104.06282589673481, 1.4261810662763224], [104.06267252652731, 1.426192188062006], [104.06253008413275, 1.4261591987506694], [104.06238757423019, 1.4260159511859491], [104.0622559172849, 1.425707309267228], [104.06222278625187, 1.4252773199573636], [104.06238130314496, 1.4247259260228922], [104.06250701998746, 1.424284811707556], [104.0623750996724, 1.4235461590906238], [104.06247357741167, 1.423347632119494], [104.0625721494532, 1.42330346705151], [104.06268170473892, 1.4233033982125383], [104.06279129422755, 1.4233584589421375], [104.06290098454461, 1.423578908385702], [104.0628681863691, 1.4236891880075757], [104.06275872630046, 1.4238436187605563], [104.06271497168593, 1.423953904905046], [104.06271505305813, 1.424086215882169], [104.06278102390411, 1.4244720810429947], [104.06279210799288, 1.4246815659931364], [104.0627814104733, 1.4251005563684669], [104.06272694446525, 1.4256077810618588], [104.0627379610461, 1.4257070077686855], [104.06278187108072, 1.4258503167504388], [104.06289149491718, 1.425960507026169], [104.06301202621859, 1.4259935093684537], [104.06316536101306, 1.4259245015127044], [104.06327482319804, 1.4257728272099688], [104.0633404611429, 1.4256184234398386], [104.06349375077045, 1.4254749915522287], [104.06365805609644, 1.4254307854494261], [104.06377859475974, 1.4254748136679303], [104.06385533722671, 1.425562972558073], [104.06392120651623, 1.4257834489385788], [104.06392127409822, 1.4258937080750467], [104.06387758799983, 1.4261142533735787], [104.0638996094667, 1.4262934096005517], [104.06394354526903, 1.4264780666259322], [104.06400935350386, 1.4265993097750358]]]}, "id": "52"}, {"type": "Feature", "properties": {"MSLINK": 60.0, "GDO_GID": 54.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU BULOH"}, "geometry": {"type": "Polygon", "coordinates": [[[103.72555016487067, 1.4511829383133183], [103.72599596444464, 1.4510954173965391], [103.72643080155979, 1.4509974957036753], [103.72690930860352, 1.4509422618817445], [103.7273116158626, 1.4508547386375226], [103.72742034848505, 1.4508109726361642], [103.72750733651236, 1.4507343772615573], [103.72752908618695, 1.450657778814631], [103.72753996331069, 1.4505702370743943], [103.72750735023887, 1.4504389221620408], [103.7274203703636, 1.4503404330345133], [103.72720291688539, 1.4501762810635315], [103.72707244481381, 1.4500777898718513], [103.72664840541029, 1.4498698569594597], [103.72621349509312, 1.4496181523306144], [103.72556113316733, 1.449169467166339], [103.72505011385158, 1.4488739875626955], [103.72478916694057, 1.4487426616297892], [103.72443036316119, 1.4486003881580656], [103.72396282739572, 1.4484909376960844], [103.72382147832091, 1.4484799880470165], [103.72344092118318, 1.4484909122905167], [103.72328869537218, 1.4485565615385916], [103.7232343269718, 1.448622215562083], [103.72315820824575, 1.4487754107606667], [103.72315819978729, 1.4489504952415393], [103.72329953462699, 1.449256899996428], [103.72338650266323, 1.4495961304294054], [103.72346260874728, 1.4497055619474943], [103.72360395473316, 1.4497821683054626], [103.72368006662525, 1.4497712292356097], [103.72376705525129, 1.4496836912312128], [103.7238540475496, 1.4495195537611687], [103.72389754185518, 1.44947578475538], [103.72396278121045, 1.4494539023660324], [103.72406063919217, 1.4494429643389406], [103.72414762307432, 1.4494539113408003], [103.72423460486266, 1.4495086294609207], [103.72426722139822, 1.4495633449439127], [103.72426721878026, 1.449618058845872], [103.72423458181507, 1.449990111796963], [103.72421283308815, 1.4500448246439992], [103.72418021078195, 1.4501104797434972], [103.7241149708845, 1.4501433049180292], [103.72397362013078, 1.450165183611482], [103.72390837970364, 1.4502089515598606], [103.72384313559289, 1.4503293189673188], [103.72385400075966, 1.4504934611989755], [103.72389748719958, 1.4506138338974623], [103.72402795547305, 1.4507889247261703], [103.7241801740782, 1.4508764743625697], [103.72466945071086, 1.4511062964506485], [103.72483254398799, 1.4511610182303512], [103.72501738391345, 1.4512047982662148], [103.72519135234653, 1.451215749422633], [103.72555016487067, 1.4511829383133183]]]}, "id": "53"}, {"type": "Feature", "properties": {"MSLINK": 33.0, "GDO_GID": 55.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU TEKONG"}, "geometry": {"type": "Polygon", "coordinates": [[[104.06400935350386, 1.4265993097750358], [104.06418470979274, 1.4267094589747666], [104.06428331617457, 1.4267204233827184], [104.06438188920065, 1.4266762582202053], [104.06452421587885, 1.4265218068839367], [104.06468850086726, 1.4264445220552797], [104.0648089441983, 1.426334188331131], [104.0650825473826, 1.4258709293726903], [104.0651371888995, 1.4256503775343106], [104.06520288136115, 1.4255841810328205], [104.06532338577631, 1.4255730796009614], [104.06556453641406, 1.425782420878645], [104.06568506772106, 1.4258154230754283], [104.06590415808779, 1.4257822073192037], [104.06595888109474, 1.425693966419032], [104.06594789866632, 1.4256498693106516], [104.06584924415573, 1.4255617244875065], [104.06577248773097, 1.4254515138522712], [104.06558620283862, 1.425385474957278], [104.06547659281634, 1.425297336651564], [104.06539989757042, 1.4252863583077267], [104.06535604854867, 1.4252422826135083], [104.06536696981206, 1.4251871465139554], [104.06545457332501, 1.4251209360304238], [104.06568461916929, 1.42508771376822], [104.06575031809611, 1.425032543168216], [104.06572829859027, 1.4248561434566807], [104.06560767190106, 1.4246687784798437], [104.06555273115985, 1.4244041910755008], [104.06549788585696, 1.4242939673473682], [104.06528955383943, 1.4240074241336964], [104.06516897538411, 1.4238972405091699], [104.06503747477153, 1.4238421938796177], [104.06484026875223, 1.4238312909978341], [104.06468691171129, 1.4238644647182013], [104.06464307661173, 1.4238424408296397], [104.0645882100984, 1.4236991384256354], [104.06466485806057, 1.4236329345088075], [104.06489490378506, 1.4235997132523122], [104.06512489486312, 1.4234782846704415], [104.06542068021494, 1.4234560473582252], [104.065661729587, 1.4234999999768818], [104.06580420520262, 1.4235881177712595], [104.06593578086725, 1.4237644502955675], [104.06594676328059, 1.4238085465018884], [104.06594679756127, 1.4238636760630865], [104.06592491338911, 1.4239077936933202], [104.06571688065397, 1.4241063897627928], [104.06570597239171, 1.4241835776871874], [104.06573885936925, 1.4242166349070462], [104.06580462033442, 1.424260697520161], [104.06592512377522, 1.4242495960684185], [104.06606749189295, 1.424161299242685], [104.0661441259238, 1.4240730443613325], [104.06622080073498, 1.4240509449503842], [104.06630949177303, 1.424113076969943], [104.06630848575797, 1.4241170453879273], [104.06638253963492, 1.4242851432297983], [104.06642909206508, 1.424271331684311], [104.06649487254091, 1.4243484720105473], [104.06650588926524, 1.424447697770454], [104.06649496803053, 1.424502834775099], [104.06646212183443, 1.4245359330392806], [104.06604598126893, 1.4248118402310097], [104.06599125178333, 1.424889056122169], [104.06599127867291, 1.4249331597706272], [104.06603514159256, 1.4249992872758666], [104.0661776043224, 1.4250653532043445], [104.0664514583757, 1.4250100528819223], [104.06670341524517, 1.4249768165335361], [104.06686777515023, 1.4250208175072683], [104.0669444916903, 1.4250648726318222], [104.06706507678751, 1.4251860820489997], [104.06713090553251, 1.4253404037266468], [104.06718593463387, 1.4257483269972768], [104.06713125249817, 1.4259027233859038], [104.06695608634853, 1.4261012990348436], [104.06678085895082, 1.4262006423771834], [104.06668227300194, 1.4262227558094802], [104.06629884302357, 1.4262450474869184], [104.06609070816585, 1.426278255841741], [104.06602500182065, 1.426322400543532], [104.06600311763455, 1.4263665181771599], [104.0660250834037, 1.4264547114867838], [104.06611279542142, 1.426564915563768], [104.0662223851316, 1.4266199760888554], [104.06624432311423, 1.4266640657475196], [104.06624435091274, 1.4267081693944013], [104.066145866028, 1.4268956714850063], [104.0660911226099, 1.4269508346567519], [104.06588304887008, 1.4270832762113208], [104.06555444372147, 1.4271827146614482], [104.065160057999, 1.4272050136192793], [104.06507895808844, 1.4271966610683875], [104.06499569794465, 1.4271610125439165], [104.06494089334323, 1.42711694338345], [104.06487507855084, 1.4269846743593035], [104.06482027305738, 1.4269406051949054], [104.06471069074487, 1.4268965696082818], [104.06460112881248, 1.4268856126590956], [104.06449160763033, 1.4269408102786945], [104.06444784657698, 1.4270400714406284], [104.0643932040819, 1.4272606232761271], [104.06438238466608, 1.4274811480724323], [104.06430591346098, 1.427834023933316], [104.06411999509245, 1.4283633833572449], [104.06408733866051, 1.4287052062675287], [104.06396699055357, 1.4289699027635718], [104.06392331183876, 1.429201473979102], [104.06389051927042, 1.4293227795287393], [104.06375911370802, 1.429422094757481], [104.06370438405312, 1.4294993097168598], [104.06370714773091, 1.4295406557115378], [104.06374828037441, 1.4296205677313698], [104.0638688192697, 1.4296645959075587], [104.06397837484619, 1.4296645269573653], [104.06409885821259, 1.4296203478153335], [104.06428495354552, 1.429377662120381], [104.06456959328496, 1.4290467066746806], [104.06469005062596, 1.4289584247616023], [104.0649638505258, 1.4288149163329171], [104.06622343298763, 1.428317961965273], [104.06769118971187, 1.427853954856672], [104.06851252129074, 1.427313170367685], [104.06853430977537, 1.4271146908830776], [104.06843558730746, 1.426916287099603], [104.0682602104237, 1.4267730605317241], [104.06784380427182, 1.426618959377312], [104.06778897922051, 1.4265418125601834], [104.06787652142718, 1.4263763696978289], [104.06802986463214, 1.4263211439238646], [104.06821612921411, 1.4263541048647081], [104.06877509948592, 1.4267396594352952], [104.06884091447357, 1.426871929216038], [104.06885194525078, 1.426993206762992], [104.06880819091018, 1.4271034929829005], [104.06867678571555, 1.4272028084408053], [104.0686439812929, 1.4273020621952657], [104.06864402867599, 1.4273792435636652], [104.06874268246342, 1.4274673891387712], [104.06897273584632, 1.4274451924250957], [104.06912605863722, 1.4273568888425334], [104.06968445017328, 1.4268052444788535], [104.06993633835509, 1.4266617495666], [104.07018822740118, 1.426518254631568], [104.0704948048412, 1.4262313891501994], [104.07085622126866, 1.4260437212825374], [104.0712175557568, 1.425723743377481], [104.07180894977557, 1.4253925952827933], [104.07191840270058, 1.42522713828], [104.07196212896038, 1.4250727484004766], [104.07196207495338, 1.4249845411418278], [104.07187416453976, 1.4245545869131742], [104.07181861546967, 1.42330869671853], [104.07174157884135, 1.422746425004888], [104.07175247295403, 1.4226471852701301], [104.07181815117899, 1.4225589368076474], [104.07188387033942, 1.422536843789843], [104.07191674431498, 1.4225478490954353], [104.0719496313392, 1.4225809062157055], [104.0719169694972, 1.4229117031412704], [104.07193907783527, 1.423231439518421], [104.07198305926282, 1.423487763791417], [104.07202703980612, 1.4237440880614418], [104.07212870603084, 1.4242732667905889], [104.07224681540461, 1.424818973607328], [104.07233453503048, 1.4249402033151566], [104.07248797388463, 1.425039339972226], [104.07264134476013, 1.4250282175489901], [104.07278373218615, 1.4249729980612522], [104.07290417409794, 1.4248626639869175], [104.07302454146112, 1.42463104403224], [104.07311213815733, 1.4245538082934432], [104.07342425093599, 1.4243606585319128], [104.07381299082064, 1.4240682277415837], [104.0741743310961, 1.4237592753917143], [104.07448643712925, 1.4235551005164333], [104.07479854310324, 1.423350924703345], [104.07503122061436, 1.4231467988337114], [104.07526389689794, 1.422939917375226], [104.07551026099239, 1.4227220004096308], [104.0758496421947, 1.422335880606225], [104.07622192433791, 1.4220048696292413], [104.07663796680487, 1.4215745982196701], [104.07697744380721, 1.4213428400527865], [104.07725118679939, 1.4211111241026146], [104.07752499972152, 1.4209896662559318], [104.07761260922145, 1.4209344812940767], [104.07784248987738, 1.4206366380491693], [104.07817098965275, 1.420371809537482], [104.07836806535171, 1.420173219164705], [104.07888548985292, 1.4198145507605215], [104.07910475556228, 1.4196553345156393], [104.07926603217426, 1.4195552023904758], [104.07943030948378, 1.4194668916703252], [104.07999441795958, 1.4193066598906825], [104.08018608276382, 1.4192155752399567], [104.08030653802649, 1.419127291781677], [104.08041597603673, 1.418939782718174], [104.08063217787999, 1.4186667553650743], [104.08084837877612, 1.4183937289044002], [104.08128078042226, 1.4178476741383095], [104.08159819375537, 1.417373360677436], [104.08194837131968, 1.416733637964124], [104.08211257247746, 1.416524042206179], [104.08237522959782, 1.416082841247612], [104.08286775868129, 1.415332769916151], [104.08322900733101, 1.4148804798800174], [104.08320698675533, 1.4147040796274648], [104.08314114340392, 1.414527707634433], [104.08328342680902, 1.4143071000664162], [104.08341472096483, 1.41403136961331], [104.08354601509419, 1.4137556400619788], [104.08368831575201, 1.4135625972295283], [104.08383061638752, 1.4133695534878419], [104.08401665309204, 1.413038659547384], [104.08429030534462, 1.4126636063618692], [104.08441069824984, 1.4124760905925438], [104.08468425472594, 1.4119466748096312], [104.08481549331515, 1.4115827380456951], [104.08504529627427, 1.4111636095089053], [104.0851109258465, 1.4109981795190674], [104.08517106363264, 1.410810701043122], [104.0852338012475, 1.4103999478407117], [104.0852829118133, 1.410096704963322], [104.08535109335114, 1.409630818964381], [104.08534006854282, 1.4095205666068515], [104.08520834252764, 1.4091016673408565], [104.08475855078277, 1.4081096231684656], [104.08464893454273, 1.4080104598486738], [104.08460511278675, 1.4080104872106367], [104.08448463761174, 1.40806569307494], [104.08440807320959, 1.4082642073537208], [104.08433142634989, 1.4083304108481796], [104.08423281991381, 1.408319447179938], [104.08407940999477, 1.4082644156857371], [104.08399720835266, 1.4082065811136837], [104.08363037691795, 1.4080776777974977], [104.08338918086503, 1.4079321541830427], [104.08298726717224, 1.407819104268692], [104.08239246966204, 1.4077061781125433], [104.08197453400288, 1.4076740686355718], [104.07909708096714, 1.407255044865694], [104.07882374752705, 1.4071257274567788], [104.0734520596343, 1.4047561655434997], [104.0725506921125, 1.4039517723270072], [104.07297476554245, 1.403393557346477], [104.07368309130871, 1.4040065408330198], [104.07385996150892, 1.4041035463645877], [104.07926214509766, 1.4063985872074904], [104.08241291005955, 1.4069145565496564], [104.08260581434807, 1.4069468068369053], [104.0831584321776, 1.4071072812870866], [104.08320221930104, 1.407052123552522], [104.08324602045082, 1.4070190185212041], [104.08335555421104, 1.4069858711319565], [104.08372808020479, 1.4070517909895133], [104.08390066294604, 1.407106811407619], [104.08390065428681, 1.407093029033703], [104.08396911500635, 1.407076446609505], [104.08390589463197, 1.4067126331122053], [104.0836922060628, 1.4066190481812935], [104.0835438958051, 1.405957589754871], [104.08363147865253, 1.4058610575592954], [104.08366426464926, 1.4057314825122962], [104.08349679563241, 1.4050920878807307], [104.08342005662087, 1.4050094425906619], [104.08330225654845, 1.4049626566949573], [104.08311823853788, 1.404135832514768], [104.08318663743029, 1.404020017027457], [104.08323312965427, 1.4039097286023459], [104.08312582240751, 1.403118690535891], [104.08304362217618, 1.4030636123659543], [104.08285733773559, 1.402994819058413], [104.08268152060818, 1.402143181094417], [104.08276913022324, 1.4020879960744408], [104.082801961872, 1.4020328458651612], [104.08268104954315, 1.401385152231305], [104.08243446518513, 1.401244727708472], [104.08222300851953, 1.4003352264633149], [104.08231606032147, 1.4002249086658687], [104.08232420535407, 1.400109131303999], [104.08223069913059, 1.3994889849524468], [104.08198961654207, 1.3993871476970494], [104.0818110482654, 1.398513459833413], [104.08190138709914, 1.3984444912918899], [104.08194789332583, 1.3983562546993706], [104.081763958893, 1.3976617401048281], [104.08167626392861, 1.3975791012897512], [104.08152559899261, 1.3975323368116261], [104.08135253383928, 1.3966999917771232], [104.08145657639821, 1.3966447969504325], [104.08154408225619, 1.3964242243778544], [104.08140671720487, 1.3957434627104643], [104.08131900596777, 1.3956332591094773], [104.08125051755253, 1.3956057377910558], [104.08109989083712, 1.3956223712962834], [104.08093502626284, 1.3947624569202646], [104.08104456162161, 1.3947320662084215], [104.0811047558035, 1.39463555152523], [104.0809509288474, 1.3939079404754384], [104.08085225370795, 1.3937839619500039], [104.08076461605492, 1.3937922867665458], [104.0806687478863, 1.3937785642594385], [104.08049839739928, 1.3929048707003546], [104.08057231701696, 1.3928579639184602], [104.08066810633238, 1.3927448885493598], [104.08048416971536, 1.3920448607232359], [104.08034716071205, 1.391937444950804], [104.08021845238164, 1.3919650911008807], [104.08009768739433, 1.3915516966098331], [104.07987850784001, 1.391436062525049], [104.07987844840274, 1.3913395867692013], [104.07981535460515, 1.3911769947683357], [104.07913048566363, 1.3909210733880553], [104.07898536925629, 1.390990077372217], [104.0788923175623, 1.3911003941041158], [104.07804031586285, 1.3907425888694387], [104.0780813563364, 1.3906736518729539], [104.0780401929862, 1.390544123472634], [104.07798535681471, 1.3904476814505125], [104.07721008925442, 1.3901642529262064], [104.07710055817505, 1.3902001554798227], [104.07700476666554, 1.3903104742410166], [104.07622401709249, 1.3900187792132292], [104.07625133554318, 1.3899057463603], [104.07620192763721, 1.3897293640774924], [104.07586829392258, 1.3896220063004192], [104.07541299526649, 1.3894928027341915], [104.07533087745195, 1.389570035065615], [104.07533917898729, 1.389707853546137], [104.07536936963037, 1.3898098238095733], [104.0754296833685, 1.3899062626366852], [104.07549274870114, 1.39002199470852], [104.0752273587015, 1.3904714662235464], [104.0749646417061, 1.3908134339336002], [104.07461426035455, 1.391122379043395], [104.07407764501515, 1.3914424659230291], [104.07367242621866, 1.3916522123098245], [104.07350809563548, 1.391652315066947], [104.0732233237036, 1.39176275254827], [104.07305899310738, 1.3917628561796027], [104.0728947033303, 1.3918291143534807], [104.07279611236977, 1.3918402018874583], [104.07256603561613, 1.3918182947457636], [104.0724236414857, 1.3918597305985767], [104.07201275700527, 1.3917662683749055], [104.05663045812867, 1.3857253928729958], [104.05634005083557, 1.385576723265081], [104.05596738722394, 1.3852792548261639], [104.0556055856027, 1.3848274169174017], [104.05537520074346, 1.3842983163446034], [104.05527636079417, 1.3839014448127442], [104.05513372605151, 1.3835487046036739], [104.05508960891476, 1.3830635924668868], [104.05512236782435, 1.382887157402235], [104.0551222671095, 1.3827217685349358], [104.05514952820096, 1.3825122598293924], [104.05517678839196, 1.3823027511240242], [104.055258872894, 1.382170388896221], [104.05547521756017, 1.3821316647612518], [104.05558473710603, 1.3820764669476353], [104.05567230130177, 1.3819468588666772], [104.05565854783457, 1.3818503905549526], [104.05562289626415, 1.3817732314299702], [104.05556807400524, 1.3816988405377935], [104.05556255809519, 1.3816354447019348], [104.05475988331104, 1.3813134341298094], [104.05471062134602, 1.3813741066607852], [104.0546312003912, 1.3813824251494269], [104.05453540797463, 1.3814927440252396], [104.05385608034932, 1.3813332879532312], [104.05388339256659, 1.3812092301676915], [104.05388878974749, 1.3810769158362777], [104.05385587502883, 1.380996998127162], [104.05301761151779, 1.3806998166333726], [104.05292176601633, 1.380721928041335], [104.05286155622444, 1.3807963902964033], [104.05282876628411, 1.3809204513003985], [104.05214388195579, 1.3806314441758096], [104.05216846797528, 1.3805266829263376], [104.05216014688997, 1.3803557872462007], [104.0521190314824, 1.3803006831196658], [104.05129173647282, 1.380025545448719], [104.05118768930548, 1.3800724704014031], [104.0511137873427, 1.3801496966929512], [104.05108644555796, 1.3802268951802925], [104.05078507864337, 1.3800699617074619], [104.05062912454815, 1.3803319232480664], [104.05049215431157, 1.380285147989433], [104.0503305936344, 1.3803348636144326], [104.04980785426461, 1.3809581496739316], [104.04976684675343, 1.3810822168401733], [104.04979702889955, 1.3811731617119098], [104.0498381568073, 1.3812475612594994], [104.04989842486957, 1.3812695759394935], [104.04943864470863, 1.3818376930775433], [104.0493619445138, 1.3818156889348443], [104.0492606002809, 1.381804725634172], [104.04920584041814, 1.3818323244055872], [104.04865846458276, 1.3824776770756244], [104.04862294310001, 1.3826155225282626], [104.04874902874793, 1.3827780765622715], [104.0482756203851, 1.3834564622407262], [104.04811673174761, 1.38339591730389], [104.04797435862099, 1.383473185937391], [104.04754744048303, 1.3840357705986313], [104.04757870714927, 1.3841264043062464], [104.0476461874194, 1.3842810361226314], [104.04708514694984, 1.3849760137353782], [104.04699474836939, 1.3849485050412067], [104.04678388725418, 1.3849982511806727], [104.04637063319888, 1.3855112096390592], [104.04638441070487, 1.385649025298466], [104.04641461692935, 1.3857785609783084], [104.04649681904503, 1.3858391527482574], [104.0459740955423, 1.3864927595855883], [104.04587274562437, 1.3864707702372907], [104.04576316782213, 1.3864322472515405], [104.04568650867284, 1.3864791541729347], [104.04519936542461, 1.3870913914412932], [104.04521313014264, 1.3872071552520284], [104.0452624820995, 1.3872953320338302], [104.04536661705846, 1.3873917452881368], [104.04481649493161, 1.3880288300036796], [104.04471514609246, 1.388009596192838], [104.04461932451552, 1.3880730545640958], [104.04454536730401, 1.3880593176840177], [104.04414580650199, 1.3885722674290313], [104.04413217547012, 1.3886770222467812], [104.04415962597506, 1.3887789951898772], [104.044228138261, 1.388847864943453], [104.04366712420442, 1.3895897022473471], [104.04357125617454, 1.3895759790628641], [104.04340694742801, 1.3896119139683178], [104.04304296912176, 1.390089008040716], [104.04302387715643, 1.3902213308936757], [104.0430431070209, 1.3903177952385344], [104.04312527880464, 1.3903287713210144], [104.04146691826016, 1.3926149093547076], [104.04123954535055, 1.3925351108982893], [104.04113002174672, 1.392584794295258], [104.04067024585412, 1.3931666936478322], [104.0406183106823, 1.393337627363861], [104.04068681553731, 1.3933927147962757], [104.0407963947707, 1.3934339944637943], [104.04088507576, 1.3937612349263977], [104.04099768927017, 1.3939230281723105], [104.04112632625257, 1.3940038799355132], [104.0412227683442, 1.394003820725757], [104.04133524518848, 1.393939007141768], [104.04138339788099, 1.393825673225059], [104.04152804108918, 1.3937932128982562], [104.041624542023, 1.3938902708750658], [104.04178533589254, 1.3939872896592336], [104.04202645151948, 1.3940033277595665], [104.04347304968815, 1.3939538809492145], [104.04660653786125, 1.3925113773833635], [104.04839615342067, 1.3934976102847842], [104.05185138622878, 1.3955176855166982], [104.0515659794614, 1.3961212668042038], [104.04665855880575, 1.3933593618321998], [104.04360534964707, 1.3946561401126438], [104.04175685095449, 1.3946087164272973], [104.04166036990156, 1.3945440308621015], [104.04159602671326, 1.3944631390472384], [104.0414190984853, 1.3942690126205664], [104.04138689317108, 1.3941719154592198], [104.04124221961901, 1.3941558180834561], [104.04108153301485, 1.3942368474695954], [104.04104940555779, 1.3942692390039129], [104.0407440245689, 1.3943017994756406], [104.04053511687803, 1.3943828584248839], [104.04040651789462, 1.394366751435589], [104.04026182532701, 1.3943182815966768], [104.04022961915821, 1.394221183508117], [104.04032848080396, 1.3941454528547066], [104.03999435875183, 1.394175979155523], [104.0398246213391, 1.3942946115707537], [104.03976991140357, 1.3944049037852422], [104.03975903059792, 1.3945289519418025], [104.03980017121758, 1.3946254035384826], [104.03992347311399, 1.3947135359220881], [104.04042287432411, 1.394836143524264], [104.04029436352313, 1.3949657114418934], [104.04024623066105, 1.3951114168451508], [104.04024628856737, 1.3952085349588679], [104.04014989661995, 1.395289525143811], [104.04005347436816, 1.3953219567206352], [104.0399088111392, 1.3953220454735766], [104.03973199012768, 1.3953059671323325], [104.03962510501985, 1.3949893661865778], [104.03952643488032, 1.394870898537677], [104.03938394741546, 1.3947607268041786], [104.03930725317908, 1.394749747415992], [104.03924154700283, 1.3947938913090454], [104.03919781239077, 1.3949372549293968], [104.03903353378007, 1.3950255627840462], [104.03880347098794, 1.39502570419455], [104.03869388331425, 1.3949706420210337], [104.0386171419462, 1.394882481063693], [104.03857332029261, 1.394882508423237], [104.03852951857708, 1.3949156126837046], [104.03835437151086, 1.3951472640426996], [104.03788345535, 1.3954232005858023], [104.03781776271036, 1.3954893963169188], [104.03779591166473, 1.3955886425081354], [104.03781820117612, 1.3962171062691737], [104.03796074758124, 1.3964265115152357], [104.03797176280328, 1.396525737645517], [104.03788427254939, 1.3967793870598542], [104.03785161919947, 1.397132236157269], [104.03780788357844, 1.3972755997677875], [104.03767653806605, 1.3974741468525376], [104.0375341446989, 1.3975183381205478], [104.03746845199845, 1.3975845338507251], [104.0374467540204, 1.3979373756619786], [104.03740305822414, 1.398146894884841], [104.03737904627448, 1.3983212545526853], [104.0372718322044, 1.3985439088038258], [104.03715142209303, 1.3987093707775275], [104.03717345252115, 1.3989078239528498], [104.03711888186834, 1.3992496607900191], [104.03709700361192, 1.3993048032372661], [104.03696560540976, 1.3994151428158197], [104.03689998193421, 1.3995971108677108], [104.0368343593489, 1.399779078918882], [104.03673587271278, 1.399966579085198], [104.03663738696125, 1.4001540801536323], [104.0365827691417, 1.4004187354369948], [104.03637477512935, 1.4006834845847627], [104.036298273548, 1.4009922572788203], [104.03625449161264, 1.4010584393253906], [104.03618878520867, 1.4011025831645199], [104.03596973607503, 1.4012019505270645], [104.03581641959114, 1.4013012777895055], [104.03544409462043, 1.401566127080571], [104.03526891334272, 1.4017426495315477], [104.0351704409817, 1.4019522015326862], [104.03512675852437, 1.4021837726202728], [104.035137780027, 1.4022940247096605], [104.03520364574082, 1.4025145033798798], [104.03541211064609, 1.4030325940013906], [104.03544507022767, 1.4031869361715452], [104.03550015253565, 1.4036940946509522], [104.03554407393418, 1.403859456373924], [104.03568668046974, 1.404168095135345], [104.03579642156625, 1.4044767530252442], [104.03583492820901, 1.4047468643219456], [104.03591742243673, 1.405292596684674], [104.03597225952586, 1.4053917963894214], [104.03597227944981, 1.405424874197846], [104.03592848475672, 1.4054690043767815], [104.03585183000945, 1.405524181446556], [104.03580801449169, 1.4055352338151377], [104.03570940172857, 1.405513242090556], [104.03562171183195, 1.405436114298617], [104.03559977464431, 1.4053920242191504], [104.03551185209271, 1.4049289895492205], [104.03551168552534, 1.40465334204072], [104.03547869331237, 1.4044438701941833], [104.03537993486584, 1.404179308746245], [104.03529208574264, 1.4038375584502765], [104.03505064039878, 1.4031320478389424], [104.03497387983339, 1.4030108098800012], [104.03487522737507, 1.402922662480225], [104.0346889321992, 1.4028345696924083], [104.03451362505261, 1.4028015983919917], [104.0341301706342, 1.402779781329554], [104.03405344990885, 1.402724698957588], [104.03402058355017, 1.4027247189768657], [104.03396581894664, 1.402746803613979], [104.033889184113, 1.402835058427521], [104.03386457208907, 1.4028984723568845], [104.03383447284176, 1.4029453505647795], [104.03372495174607, 1.4030005475774974], [104.03353868280682, 1.4029565575400629], [104.03323185688913, 1.4028354595872208], [104.0331332514765, 1.4028244936711476], [104.03305659672775, 1.4028796706469542], [104.0330566762396, 1.4030119810029873], [104.03304574698923, 1.4030560920280204], [104.03295812955103, 1.4031002485263324], [104.03283758701532, 1.4030451924829834], [104.03274996957258, 1.4030893498783175], [104.03268431633236, 1.4032217011442114], [104.0326296655114, 1.403431226709636], [104.03260778711925, 1.403486370038015], [104.0325639788372, 1.4035084482808966], [104.03238870506176, 1.403530607421544], [104.03198344611906, 1.4036852177725536], [104.0317205945503, 1.4038176889654226], [104.0313481935338, 1.4039584968050947], [104.03066923282901, 1.404421998574211], [104.03049406448993, 1.4046205726231118], [104.03036264582092, 1.40469783409136], [104.03018738454267, 1.4047420440572662], [104.02973821047718, 1.4047423181276228], [104.02969440213886, 1.4047643963233332], [104.0296725173542, 1.4048085136945325], [104.02968359903717, 1.405017999306118], [104.02967275536842, 1.4052054466461719], [104.02960712263346, 1.4053708756771053], [104.02950859554171, 1.4054922209064322], [104.02918026225855, 1.4060437166212985], [104.02898323590337, 1.4063305099122443], [104.02889563177118, 1.4063967190702762], [104.02880799429238, 1.4064077985212653], [104.02867656194778, 1.406463008032909], [104.0286437414802, 1.406540209570485], [104.02851236858774, 1.4066946525438773], [104.02845778311536, 1.4070144374798457], [104.0284358919832, 1.4070475279993], [104.02839207638343, 1.407058581141077], [104.02828248918212, 1.4070035185288732], [104.02823867358194, 1.4070145707633828], [104.0281729740499, 1.4070697403601768], [104.02805270159593, 1.4074667467725295], [104.02806376246537, 1.4076431545819332], [104.02810769698516, 1.407830568386699], [104.02812963091809, 1.4078691455823453], [104.02840645503251, 1.408199754938118], [104.02849143098116, 1.4083182314337526], [104.0285517602562, 1.4084422365385345], [104.02856823313256, 1.4085083817548831], [104.02880392632437, 1.408759078140535], [104.02893829281928, 1.4090291309073446], [104.02908356569809, 1.40921648365986], [104.02923159009826, 1.409425885335492], [104.02937137807072, 1.40960221529915], [104.02944268050231, 1.4097537779597817], [104.02948927266999, 1.4098061228111525], [104.0295495508587, 1.4098446768400532], [104.02959616918855, 1.4099411254487757], [104.02989784842579, 1.4106135221286236], [104.03005976362137, 1.4111481805455897], [104.03024623288827, 1.411525704540139], [104.03047641633587, 1.411721274164311], [104.0305120582611, 1.4117818948006398], [104.03073944758293, 1.4118865024366523], [104.03084906215555, 1.4119856686458137], [104.03093699059679, 1.412459729497824], [104.03106862187857, 1.4127352970800513], [104.03117826992614, 1.4128895929586682], [104.0312221714236, 1.4130218769536325], [104.03121125566506, 1.4130880389507154], [104.03112373086668, 1.413286559480329], [104.03114576110627, 1.4134850118375302], [104.03106920534502, 1.4137055769749451], [104.03106925773675, 1.41379378448441], [104.03114609261658, 1.4140363078643534], [104.03127773758607, 1.4143339272917683], [104.03116844719038, 1.4147750303028097], [104.03113561408087, 1.414830179997959], [104.03094945619934, 1.4149736308412257], [104.0309495492369, 1.415127993982055], [104.03103729903498, 1.415304354457301], [104.0307965432808, 1.4157455383716573], [104.03072003350694, 1.416043285079202], [104.0306873584421, 1.4163630563957803], [104.03051226250714, 1.4166829149739917], [104.0302932785164, 1.4168925405144084], [104.03015096870361, 1.4170800678140327], [104.03003063762667, 1.4173778417733036], [104.02984475123154, 1.4179733542572326], [104.02936318459234, 1.418767514428602], [104.02927571905064, 1.4190652674803585], [104.0292896934974, 1.4195311041106486], [104.02923221462494, 1.4195945380094965], [104.02911214779039, 1.4203333477151163], [104.02911222721812, 1.4204656589872668], [104.0291781193193, 1.4207302406554272], [104.029485357498, 1.4215349452351127], [104.02958400344805, 1.4216120659247393], [104.0299126697738, 1.4216118650600071], [104.0301153735368, 1.4216558456326365], [104.03031807730503, 1.4216998252819084], [104.03038383767284, 1.4217438890256566], [104.03039487905555, 1.4218872189528944], [104.03034014741128, 1.4219644341654556], [104.03017589462824, 1.4220968454473204], [104.03002253685408, 1.4221300169072737], [104.02985819643372, 1.4221190909677095], [104.02962806402978, 1.4220089724623834], [104.02950748078025, 1.4218877607477123], [104.02939781878432, 1.4217114129674895], [104.0292223910391, 1.4214799754611982], [104.02914559029426, 1.4212925817351199], [104.02909625176422, 1.421229213016154], [104.0290031014444, 1.4211824095496397], [104.02890449524115, 1.4211714435616405], [104.0288387692023, 1.4211825103706284], [104.0287949732036, 1.4212266404695864], [104.02874026136682, 1.4213369325638405], [104.0287184567633, 1.421513361217982], [104.02870830172463, 1.4228475026320566], [104.02874135340707, 1.4231562089498424], [104.02886209646998, 1.4235420423367589], [104.02886215604887, 1.4236412748852434], [104.02881845930763, 1.4238507940783465], [104.02855606300538, 1.4247440541423824], [104.0285561622939, 1.4249094423273538], [104.02862198773313, 1.4250637655047822], [104.0287206211843, 1.425118834333959], [104.02903838483743, 1.4252068483025426], [104.02926851529642, 1.425311453854224], [104.02949864487505, 1.4254160593798557], [104.02967676694328, 1.4255730696833542], [104.0297069658878, 1.4256915805623331], [104.02976179611058, 1.4257797544282842], [104.02983851848678, 1.425834836838665], [104.02992616932596, 1.4258458091253408], [104.03003569243064, 1.4257906130431828], [104.0301122286517, 1.425536970079063], [104.03019979362152, 1.4254046051609284], [104.03034215627154, 1.4253052853054091], [104.030528387254, 1.4252831197199456], [104.03064886497766, 1.4252279163395778], [104.03069266100121, 1.4251837862011094], [104.03079108836504, 1.4248970517667798], [104.03088962239187, 1.4247867323347985], [104.03102105563823, 1.424731522567993], [104.03159077721675, 1.4247863036546744], [104.03183175334603, 1.424708975506067], [104.03263697435516, 1.4246891878333863], [104.03313545738645, 1.4246971515789273], [104.0335627766286, 1.4247850974624379], [104.03401195444356, 1.4247848230036932], [104.03440639434811, 1.424850736915347], [104.03501358729528, 1.4248579219916295], [104.03539240074177, 1.4248611578454466], [104.0355128846461, 1.4248169810674118], [104.03561143202188, 1.4247287133335897], [104.03570716929626, 1.4245246744309592], [104.03569892314172, 1.4244750629735685], [104.0356441054571, 1.4244089411455927], [104.0354578274896, 1.4243539264921243], [104.03534826560458, 1.4243429671979004], [104.0352496320714, 1.4242878986714125], [104.03519478175042, 1.4241666471556653], [104.03518374639472, 1.4240343423285489], [104.03536979124769, 1.4237034511003468], [104.03551200025551, 1.4233505344694493], [104.0356324314668, 1.423218150218767], [104.03575290893102, 1.4231629466014264], [104.03584056691554, 1.4231849446068137], [104.03592825756824, 1.4232620722809854], [104.03592833105371, 1.423383357559986], [104.0358407392906, 1.4234716179999418], [104.03568748224558, 1.4236701788586847], [104.03560001745119, 1.4239679320500178], [104.0356000573642, 1.4240340876577207], [104.03563297663909, 1.4241222741450976], [104.0356987571197, 1.424199415514978], [104.0359918372076, 1.4242323136668444], [104.03609867788299, 1.4242708389129617], [104.03656457799008, 1.4247501797856266], [104.03665224875631, 1.42479422961758], [104.03692619118966, 1.424882268955335], [104.03747415514964, 1.4251906587219487], [104.03757277628054, 1.4252264317560903], [104.03769329465771, 1.4252373836275138], [104.03791238488431, 1.4252041714017099], [104.03803289599571, 1.425204097322422], [104.03823012325533, 1.4252480803120458], [104.03832874962005, 1.4252921236653395], [104.03853701155148, 1.425468409599922], [104.03872331602236, 1.4255675286123826], [104.0390247138835, 1.4257658100661905], [104.03932611179289, 1.42596409056806], [104.03961109234514, 1.4261899463770766], [104.03989607384966, 1.426415803046281], [104.04044415868282, 1.4269226569358806], [104.04070725245371, 1.427187117072564], [104.04123348026498, 1.427782191904355], [104.04128832461154, 1.4278924172827419], [104.04132140543888, 1.428245225971401], [104.0414092103674, 1.4285097941900597], [104.04142022608316, 1.4286090202324186], [104.04138749333386, 1.4288295590126685], [104.04139850177002, 1.4289177591247182], [104.04146433544717, 1.4290831068137828], [104.04156300941493, 1.42920433150279], [104.041683574484, 1.4292924646394913], [104.04203424580685, 1.4294466111351103], [104.04212194418471, 1.4295347644323568], [104.04229735373742, 1.4297331228724042], [104.04268099862243, 1.4300636630198829], [104.04279064195232, 1.4302069321610573], [104.04284556034335, 1.430438442698515], [104.04284570085834, 1.4306699863015166], [104.04273643248733, 1.4311441682854025], [104.04264884806027, 1.431243454914222], [104.04267079936726, 1.4313095967191205], [104.04278037525333, 1.4313426074660989], [104.04303224683936, 1.431166037399902], [104.04348139824657, 1.4311216562812228], [104.04375535439809, 1.4312317465036348], [104.04387586577846, 1.4312316720698859], [104.04399634337273, 1.4311764688939586], [104.04416057659877, 1.4310109788671195], [104.0445329593789, 1.4308343342036027], [104.04466433861069, 1.430690916231441], [104.04476284559583, 1.4305364925566417], [104.04501466941053, 1.430282741718529], [104.04535393667577, 1.4296981587780238], [104.04546346587935, 1.4296539879122667], [104.0460332086277, 1.4297418429507398], [104.04677822041167, 1.429796511425121], [104.0468548764595, 1.429741334827056], [104.04688769560366, 1.4296641330856386], [104.04685476209546, 1.4295538949871938], [104.04688757482771, 1.4294656673198998], [104.04704090612607, 1.4293883909919645], [104.04750130822644, 1.4298291425174856], [104.04767661018573, 1.4298510856628528], [104.04837761190515, 1.429597056237627], [104.04876099634735, 1.4294975859795842], [104.04904857359094, 1.4294863818610057], [104.04928679670286, 1.429387001203751], [104.04942907702377, 1.4291553691553542], [104.04973563850645, 1.428835428223777], [104.04984516023394, 1.4287802303379986], [104.05040380595509, 1.4286365472668094], [104.05122543920785, 1.4285809089190684], [104.05215632495984, 1.428029036304917], [104.05221103571328, 1.427918742893959], [104.05212324984437, 1.427687253944426], [104.05205734114449, 1.4274006215220723], [104.05178318971986, 1.4269707814277803], [104.05150920634745, 1.4268165884541593], [104.05131190634847, 1.426651322417424], [104.05122410044707, 1.4263867547353213], [104.05132257840013, 1.4261882280780254], [104.05124556017715, 1.4256480067451227], [104.05130028379514, 1.4255597652022702], [104.0517056528163, 1.4255815658778832], [104.0518043068864, 1.425669711396819], [104.05183724696745, 1.4257909762272465], [104.05182650066963, 1.426132785403406], [104.05179383594304, 1.4264635834104524], [104.05185977762525, 1.4268053454657086], [104.05195843819192, 1.4269045168907475], [104.05216663410786, 1.426970543083429], [104.05234207725026, 1.427224030267083], [104.05247357788124, 1.4272790776421254], [104.05267075766356, 1.4272458778632828], [104.05303209528519, 1.4269259023968708], [104.053316879013, 1.4268264924919307], [104.0535908413557, 1.4269476074657734], [104.05374434776279, 1.4271570037960992], [104.05376635998289, 1.4273223787456908], [104.05366797509393, 1.4276752683797704], [104.05358043909052, 1.4278517376935], [104.05339429571572, 1.428017241228767], [104.05307667183195, 1.4281607751962766], [104.05270435828037, 1.4284476803124266], [104.0526386928812, 1.428557980211206], [104.05263877371937, 1.4286902903706613], [104.05277039481646, 1.4289438043075262], [104.05290195620076, 1.4290980858403846], [104.05309924364835, 1.4292412998430377], [104.05334034049491, 1.4293624351488379], [104.05383615540133, 1.429486168462991], [104.05412881386931, 1.4295673803709286], [104.05424139085905, 1.4296644268844314], [104.05438137479359, 1.4297807724283933], [104.05454702313759, 1.4300365203027212], [104.054578777373, 1.430111426021291], [104.05482022498406, 1.4308059080880369], [104.0549190809828, 1.4312248301121986], [104.05506980315891, 1.43135980430234], [104.05512739240665, 1.4314782965959647], [104.05531377247478, 1.4316986982809716], [104.05562064274343, 1.4318859480305488], [104.0559383811205, 1.431929853380165], [104.05615199455447, 1.4318966425982071], [104.05694614463276, 1.4316866563219344], [104.0571542802294, 1.4316534487024075], [104.05826077915573, 1.4316307073125538], [104.05910422890298, 1.4314206892359767], [104.05971752378098, 1.4310674780041834], [104.06000219212737, 1.43078062756269], [104.06019935904163, 1.4307253752722864], [104.0605280186297, 1.4307141438987827], [104.06090039970402, 1.4305374967632354], [104.06134954362925, 1.430482087185467], [104.06194100810343, 1.4302611994676269], [104.06242288261721, 1.4299852509259439], [104.06259258347123, 1.4298059741327345], [104.06253212643139, 1.4294779917912563], [104.06190706229476, 1.4285081040020666], [104.06145760079485, 1.4280452974149018], [104.06142455761552, 1.4277586440795902], [104.06156691228789, 1.4276482965470847], [104.06159967726124, 1.4274828873519838], [104.06136950906986, 1.4273176427724947], [104.0610187957059, 1.4270973438975465], [104.06050389232472, 1.4271086914460653], [104.06027390060031, 1.4272301196578614], [104.05995619614842, 1.427241344403421], [104.05974796594946, 1.427120189375564], [104.0598793512966, 1.4269877966188855], [104.06027376486541, 1.4270096022352385], [104.06036138156088, 1.4269654437455146], [104.06026262648646, 1.4267119099109307], [104.06006534540317, 1.4265797224763657], [104.05984603787466, 1.4262601083631963], [104.0594515238186, 1.4260729138955313], [104.05935280859106, 1.4258855355007238], [104.05952798194039, 1.4256979862469312], [104.05941832591756, 1.4255326661959653], [104.05918816452845, 1.42537844635083], [104.05922088907911, 1.4251468825646099], [104.05940708529417, 1.4250695850868331], [104.05959339773179, 1.4251797281859242], [104.05976907215042, 1.4258080940621245], [104.06004321736742, 1.426226907074352], [104.06033917310637, 1.4264803182634085], [104.06059132614345, 1.426766834116629], [104.06120493837446, 1.426931839838277], [104.06157737981616, 1.4268544259315097], [104.06171981487338, 1.426876388477697], [104.06180749991583, 1.4269424890895952], [104.06185139697199, 1.427063746262888], [104.0617748366438, 1.4272732861082178], [104.06177491799286, 1.4274055970902566], [104.06182985196371, 1.4276591578178572], [104.06202723169511, 1.4279512208341087], [104.06234483031511, 1.4277690950134738], [104.0624432397554, 1.427460308875049], [104.0626183731159, 1.4272066039210412], [104.06281544346858, 1.4269969886610196], [104.06326441078274, 1.4266549050580202], [104.06331904599993, 1.4264233273190878], [104.06316545747013, 1.4260816207903355], [104.0630558817043, 1.4260486119309688], [104.0629244697775, 1.42613690117563], [104.06282589673481, 1.4261810662763224], [104.06267252652731, 1.426192188062006], [104.06253008413275, 1.4261591987506694], [104.06238757423019, 1.4260159511859491], [104.0622559172849, 1.425707309267228], [104.06222278625187, 1.4252773199573636], [104.06238130314496, 1.4247259260228922], [104.06250701998746, 1.424284811707556], [104.0623750996724, 1.4235461590906238], [104.06247357741167, 1.423347632119494], [104.0625721494532, 1.42330346705151], [104.06268170473892, 1.4233033982125383], [104.06279129422755, 1.4233584589421375], [104.06290098454461, 1.423578908385702], [104.0628681863691, 1.4236891880075757], [104.06275872630046, 1.4238436187605563], [104.06271497168593, 1.423953904905046], [104.06271505305813, 1.424086215882169], [104.06278102390411, 1.4244720810429947], [104.06279210799288, 1.4246815659931364], [104.0627814104733, 1.4251005563684669], [104.06272694446525, 1.4256077810618588], [104.0627379610461, 1.4257070077686855], [104.06278187108072, 1.4258503167504388], [104.06289149491718, 1.425960507026169], [104.06301202621859, 1.4259935093684537], [104.06316536101306, 1.4259245015127044], [104.06327482319804, 1.4257728272099688], [104.0633404611429, 1.4256184234398386], [104.06349375077045, 1.4254749915522287], [104.06365805609644, 1.4254307854494261], [104.06377859475974, 1.4254748136679303], [104.06385533722671, 1.425562972558073], [104.06392120651623, 1.4257834489385788], [104.06392127409822, 1.4258937080750467], [104.06387758799983, 1.4261142533735787], [104.0638996094667, 1.4262934096005517], [104.06394354526903, 1.4264780666259322], [104.06400935350386, 1.4265993097750358]]]}, "id": "54"}, {"type": "Feature", "properties": {"MSLINK": 48.0, "GDO_GID": 56.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU ULAR"}, "geometry": {"type": "Polygon", "coordinates": [[[103.75707831879733, 1.236581681915123], [103.75739976698384, 1.2365493384543589], [103.75749620225145, 1.2365331612441854], [103.75770516318609, 1.236290395126842], [103.75794627548801, 1.2359667028547439], [103.75807488740413, 1.2355782575683971], [103.75817136007205, 1.2351250670006748], [103.75823566734299, 1.2349308448019625], [103.75842856162782, 1.2346233347024056], [103.75855717610008, 1.2342025176535307], [103.7586054096661, 1.2340082940822612], [103.75860544566805, 1.2335874670581162], [103.75876621634009, 1.2330371676074865], [103.75892695953527, 1.2327943963864096], [103.75911985088202, 1.2325192570404486], [103.75915201566623, 1.23227647495794], [103.75916808975494, 1.232260290901], [103.75916810052414, 1.2321308048943327], [103.75916811892176, 1.2319203918289372], [103.75915206188714, 1.2317423482321632], [103.7590717139035, 1.2315966700394163], [103.75892708800251, 1.2313053150035094], [103.75866996826998, 1.230884465360643], [103.75844498913023, 1.2305121755527366], [103.75822001275307, 1.2301075149053429], [103.75783432043346, 1.2296219108577708], [103.75741649544656, 1.2290068198371829], [103.75720757623965, 1.228780201814746], [103.75712722890248, 1.2286183381604494], [103.75707902747112, 1.2284402918248254], [103.75703081518472, 1.228391729683807], [103.75691831428414, 1.2283269775683314], [103.75688616974652, 1.2283269748344168], [103.75672543346423, 1.2284888179845328], [103.75659683264317, 1.2287477772328421], [103.75638786271158, 1.229103843897383], [103.75617888909788, 1.2294922813627887], [103.75593776630521, 1.2299454595119708], [103.75574486711888, 1.2303015265802812], [103.75558412654527, 1.230511926783008], [103.75473222018222, 1.2313858776358586], [103.75455540994881, 1.2315477192493114], [103.75436253377734, 1.2316610014273317], [103.7540732229615, 1.2317742752793241], [103.75394464465501, 1.2317742641927965], [103.75386428228492, 1.2317904426702828], [103.75368746459829, 1.232049397582305], [103.75355887524005, 1.232178871561406], [103.7535267159582, 1.2323407255921763], [103.75370347947384, 1.232696825301571], [103.75386418221524, 1.2329234394331696], [103.754073078488, 1.2334090278861047], [103.75431411805809, 1.2339108045051048], [103.75444265203286, 1.2344125714190308], [103.75468368990265, 1.2349467197345796], [103.7548765278592, 1.2352866353530685], [103.75535865197511, 1.2357884335151585], [103.75571221506362, 1.2360959929524094], [103.75613007659676, 1.2363064435773616], [103.7564836516558, 1.2364845160213223], [103.7567729456628, 1.2365654695719432], [103.75707831879733, 1.236581681915123]]]}, "id": "55"}, {"type": "Feature", "properties": {"MSLINK": 63.0, "GDO_GID": 57.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU BERKAS"}, "geometry": {"type": "Polygon", "coordinates": [[[103.73855680579467, 1.191147460417231], [103.73754908088053, 1.1897156810338467], [103.73699128321968, 1.189597334467488], [103.7368734916776, 1.1900386510473704], [103.73700287039925, 1.1904767296512788], [103.73812673778818, 1.1913415672946155], [103.73855680579467, 1.191147460417231]]]}, "id": "56"}, {"type": "Feature", "properties": {"MSLINK": 65.0, "GDO_GID": 58.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU BIOLA"}, "geometry": {"type": "Polygon", "coordinates": [[[103.74234265790787, 1.1642086867797852], [103.74155590972127, 1.1654754949893462], [103.74211535212945, 1.1657194656213716], [103.74271755547075, 1.1645179011834712], [103.74234265790787, 1.1642086867797852]]]}, "id": "57"}, {"type": "Feature", "properties": {"MSLINK": 62.0, "GDO_GID": 59.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU PAWAI"}, "geometry": {"type": "Polygon", "coordinates": [[[103.72736728764409, 1.1909170524252466], [103.72811707687686, 1.1915354854473967], [103.72854796973641, 1.1914041883181372], [103.72828921500346, 1.1905280305348127], [103.72821997950189, 1.1899635057659916], [103.72851818874854, 1.1891428791672685], [103.72832949392385, 1.1888940452285905], [103.72783432048041, 1.1888377024405186], [103.72789115631704, 1.1884600060324293], [103.72856507948899, 1.1880114130099484], [103.72849750145016, 1.1875725225559757], [103.72751211843071, 1.1878367218481027], [103.7266437040752, 1.1875967966506862], [103.72682412051365, 1.1872174772146085], [103.72787459955482, 1.1872037261863206], [103.72848674115818, 1.1867559356646962], [103.7280227442066, 1.1843746550252647], [103.72734302527329, 1.184383555022573], [103.72419075831503, 1.1843620075175771], [103.72374496869914, 1.1833626405339537], [103.72325227782328, 1.183494739426989], [103.72269200984034, 1.1831879477108078], [103.7222520077876, 1.1826282825059142], [103.7216291168766, 1.1822594939324509], [103.72076153796979, 1.1820823751825844], [103.72050525861866, 1.1813946502687638], [103.71969450777476, 1.1808398440703192], [103.7194473384417, 1.1808430805568009], [103.71862607737584, 1.184183558397269], [103.71864593521259, 1.185691106499636], [103.71754689597347, 1.1867106943893102], [103.71798440754112, 1.1870819179246217], [103.71841117087709, 1.1866365547468565], [103.71921117441062, 1.186374783807389], [103.72014716421936, 1.1870536017986166], [103.72063903175291, 1.1868586863939568], [103.72144234059161, 1.1868481743346244], [103.72151405596877, 1.1876011325044393], [103.72194578151417, 1.1875326535288442], [103.72268398585813, 1.187271692994045], [103.72381694867249, 1.1888274884972605], [103.72326825346565, 1.1894000916671617], [103.72384921625748, 1.1912772397585827], [103.72416149146082, 1.1915244510558078], [103.72447210941564, 1.1916460370658863], [103.72545748502529, 1.191381829978862], [103.72736728764409, 1.1909170524252466]]]}, "id": "58"}, {"type": "Feature", "properties": {"MSLINK": 67.0, "GDO_GID": 60.0, "MAPID": 0.0, "COSTAL_NAM": "PULAU PAWAI"}, "geometry": {"type": "Polygon", "coordinates": [[[103.72967073689654, 1.1874943305500008], [103.72917887871651, 1.1876892476192449], [103.72875956209275, 1.1886999399109923], [103.72907680109729, 1.1893240355337489], [103.7288988755524, 1.1898917885158715], [103.72902990151027, 1.1904555017052563], [103.73002107337052, 1.1906309949324578], [103.72995183751189, 1.190066479219998], [103.73062494549009, 1.189555059496892], [103.73086301233258, 1.1888608694689435], [103.73159128855006, 1.18784612766178], [103.73115294155465, 1.1874120889524264], [103.73047073992592, 1.1872325562588413], [103.72967073689654, 1.1874943305500008]]]}, "id": "59"}]}
\ No newline at end of file
+{
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 1.0,
+ "GDO_GID": 1.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "Linkway"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.71078240777986, 1.308448955581538],
+ [103.71124249723321, 1.3087136444150553],
+ [103.7113291550914, 1.3085962795655703],
+ [103.71133737269422, 1.3085880104754222],
+ [103.71136750307201, 1.3085439107037302],
+ [103.71140037298235, 1.3085025666586478],
+ [103.71142776445683, 1.3084612223451306],
+ [103.71144419992687, 1.308439172073445],
+ [103.71146337339913, 1.3084143663423644],
+ [103.711477069335, 1.3083895585346514],
+ [103.71148528706958, 1.308378533850796],
+ [103.71150172267153, 1.308353727081157],
+ [103.71152363634081, 1.3083178954934955],
+ [103.71154828904325, 1.3082765501400493],
+ [103.71157568167698, 1.308229692829472],
+ [103.71158937747774, 1.3082076424227436],
+ [103.71161677037553, 1.3081552721165919],
+ [103.71163046747245, 1.3081249522171567],
+ [103.71166059940163, 1.308067069049016],
+ [103.7116934715264, 1.3079981600240296],
+ [103.71171264655473, 1.307959570898621],
+ [103.71172634364927, 1.3079292509984035],
+ [103.71173730094476, 1.3079016865576363],
+ [103.71176743572659, 1.3078217514077042],
+ [103.71178387225005, 1.307777649152971],
+ [103.71180030967142, 1.307733546898103],
+ [103.71194362336685, 1.3073189849680213],
+ [103.71194294915445, 1.3091201571023712],
+ [103.71213741742433, 1.3089994694180986],
+ [103.71213548006739, 1.3072784580445018],
+ [103.7121425197352, 1.3071938606805116],
+ [103.71143395516717, 1.306958168241688],
+ [103.71143395341524, 1.3069758675238892],
+ [103.71139601365581, 1.30722789256117],
+ [103.71134943569064, 1.307415331208598],
+ [103.7112754672833, 1.3076413567655651],
+ [103.71119328362481, 1.3078453299368034],
+ [103.71105905996887, 1.3080823739999987],
+ [103.71078240777986, 1.308448955581538]
+ ]
+ ]
+ },
+ "id": "0"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 3.0,
+ "GDO_GID": 2.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "SENTOSA"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.81250835260626, 1.2535517434605448],
+ [103.81262353081506, 1.253629073923913],
+ [103.81273870768675, 1.253648407450227],
+ [103.81281549386966, 1.2535710785126555],
+ [103.8129492670313, 1.2534305041526441],
+ [103.81298258707223, 1.2534437370831895],
+ [103.81327956788186, 1.253801853488377],
+ [103.81328781703716, 1.2538332359243582],
+ [103.81310343272662, 1.254286379276803],
+ [103.81298825253407, 1.2544603691736504],
+ [103.81279628776574, 1.254615026751878],
+ [103.81260432282276, 1.2547890160229542],
+ [103.81248914485087, 1.254789014197599],
+ [103.81222039549611, 1.2548083446406644],
+ [103.81204762746314, 1.2548856718704555],
+ [103.81191325204976, 1.2550403298525297],
+ [103.81170208914334, 1.2553109810510124],
+ [103.81156771294917, 1.2554463064022636],
+ [103.81135655216453, 1.2555622975817282],
+ [103.81118378250788, 1.2557169551988487],
+ [103.81108779986478, 1.2558136156279505],
+ [103.81093422832484, 1.255948940780409],
+ [103.81079985255548, 1.2560262700641507],
+ [103.81064627969155, 1.2561035973643764],
+ [103.81051190497229, 1.256161593117003],
+ [103.81039672694193, 1.2561615921021951],
+ [103.81018556758048, 1.2561035923941557],
+ [103.81010878368114, 1.2560069295557856],
+ [103.80999360702987, 1.2558522694404906],
+ [103.81005119802683, 1.2556782782628915],
+ [103.81012798485885, 1.2555429524781911],
+ [103.810166378248, 1.2554269589604228],
+ [103.81007039677503, 1.2553882937841556],
+ [103.80984004078287, 1.255388290807176],
+ [103.80974405755153, 1.255446286867608],
+ [103.80955209307307, 1.2556396085188544],
+ [103.80926414262707, 1.2559875883493394],
+ [103.80909137300752, 1.256219574460312],
+ [103.80891860209982, 1.256490225781172],
+ [103.80884181409729, 1.256741545385616],
+ [103.80872663296688, 1.2570701941632374],
+ [103.80863064837781, 1.2572635175530826],
+ [103.80841948513914, 1.257514835859362],
+ [103.80826591317938, 1.2576694925542233],
+ [103.80790117790542, 1.257978806255156],
+ [103.80765162232166, 1.25821079150728],
+ [103.80724849410568, 1.2585587699526541],
+ [103.80690295440773, 1.2589067480158656],
+ [103.80674938059558, 1.2591387341532432],
+ [103.80663431820795, 1.2593291705326084],
+ [103.80659592381541, 1.2595224962406713],
+ [103.80671109772466, 1.2596771583104118],
+ [103.80688386247918, 1.2597931557432989],
+ [103.80711421557697, 1.2598511559174534],
+ [103.80722939062225, 1.2599864853542901],
+ [103.80732537151121, 1.2600058171220243],
+ [103.80738296054265, 1.2599671533834094],
+ [103.80753653084128, 1.259909156182408],
+ [103.80767090548552, 1.2597931609503845],
+ [103.80774769180891, 1.259735163878676],
+ [103.8079972425959, 1.2597351654281264],
+ [103.80815081029903, 1.2598511625897642],
+ [103.8082851819843, 1.2599478260418522],
+ [103.80836196666425, 1.2599671593942205],
+ [103.80863248265987, 1.2599924661221364],
+ [103.80907369140891, 1.2599520804487998],
+ [103.8096865080256, 1.2596965107582738],
+ [103.81012852475082, 1.259525196370636],
+ [103.81093477298622, 1.2594092078030261],
+ [103.81133789760189, 1.2592352186622602],
+ [103.8118562010638, 1.2590805639305507],
+ [103.81222093069852, 1.2590998986354192],
+ [103.81251191155876, 1.2591285594139137],
+ [103.81304616135772, 1.2590643483090687],
+ [103.81359794800558, 1.2590864208868462],
+ [103.81401469148494, 1.2590271709349021],
+ [103.81425585655572, 1.2589821127337142],
+ [103.81446170545019, 1.258981363618273],
+ [103.81465880519507, 1.2588762986285704],
+ [103.81488488997132, 1.2587362086761442],
+ [103.81507619301689, 1.2586661660535923],
+ [103.81531321786656, 1.2585835485390091],
+ [103.81554136138422, 1.25853658010753],
+ [103.81582930358479, 1.2585365811638032],
+ [103.81615563884468, 1.25857524857076],
+ [103.81636679572284, 1.2586525795045012],
+ [103.8166739341847, 1.258787908875391],
+ [103.81692348189026, 1.2589812356814598],
+ [103.817211421818, 1.259213228830858],
+ [103.81732659790896, 1.2594065547586146],
+ [103.81732659594887, 1.259580549168799],
+ [103.81738485484888, 1.259736118404676],
+ [103.81751922765841, 1.2598521148992232],
+ [103.81769199392824, 1.2599487790073685],
+ [103.81788395654266, 1.2600261106069768],
+ [103.81805672441185, 1.2600067799248875],
+ [103.81821029661857, 1.2598907869646654],
+ [103.81832547526014, 1.2598134589964258],
+ [103.81855583519128, 1.259504142149343],
+ [103.81855583851267, 1.259233488296001],
+ [103.81857435549172, 1.2589039097375636],
+ [103.81867033729552, 1.2587685819986576],
+ [103.81891988964884, 1.2586332533058522],
+ [103.8190926557272, 1.2585945881324831],
+ [103.81915024334629, 1.258613921060327],
+ [103.81938128759467, 1.258672857072857],
+ [103.81966923371148, 1.258614862579534],
+ [103.81991878689819, 1.2584795383114664],
+ [103.82007166347586, 1.2583625992680956],
+ [103.82034041339675, 1.2581112748617078],
+ [103.82056681424656, 1.2579394656134144],
+ [103.82089679569417, 1.257799172157915],
+ [103.82115344711885, 1.257666262457487],
+ [103.82132909532588, 1.2576847946213041],
+ [103.82136383164094, 1.2576775499131736],
+ [103.82138495889423, 1.257653163806143],
+ [103.82147609499759, 1.2574595134334265],
+ [103.82166675101884, 1.2573487548971924],
+ [103.82185740731425, 1.2571715417913674],
+ [103.82216406031928, 1.2569706519905035],
+ [103.82239441474839, 1.2569513194548398],
+ [103.82246628882332, 1.2570095753384891],
+ [103.82270155411253, 1.256893321989273],
+ [103.82275914421864, 1.256738661323884],
+ [103.82291271415423, 1.2566419979775565],
+ [103.82310467758802, 1.2564873369355896],
+ [103.82321985391732, 1.2564680038698126],
+ [103.82341181569262, 1.2565066698358842],
+ [103.82350779517827, 1.2566613311022474],
+ [103.82376122702917, 1.2565008913504299],
+ [103.82399151511241, 1.25617308335432],
+ [103.8242908184741, 1.2560568219494688],
+ [103.82466345363498, 1.2556309224223254],
+ [103.82504737941171, 1.2552636022211277],
+ [103.82531612854214, 1.255012278191141],
+ [103.82575764206277, 1.2548576168026098],
+ [103.82598799522239, 1.254896281785467],
+ [103.8263527230675, 1.254741620981637],
+ [103.82706212129365, 1.2545867945772333],
+ [103.82754489141368, 1.2544749962720876],
+ [103.82758522553917, 1.2544528448423187],
+ [103.82764939412874, 1.2543937727580883],
+ [103.82768606141, 1.254345776372293],
+ [103.82770806107665, 1.2543088566182752],
+ [103.82789323089875, 1.254290398920097],
+ [103.82791523223379, 1.2543143971988922],
+ [103.82796473212153, 1.254355011434787],
+ [103.82800506612594, 1.2543900855102372],
+ [103.82805090098259, 1.254397470649329],
+ [103.82840596104597, 1.254412815709383],
+ [103.82877071716868, 1.2544128199924391],
+ [103.82903948524802, 1.2543934914543788],
+ [103.82936584724595, 1.254374162977033],
+ [103.8296730103398, 1.2543741670449964],
+ [103.8299417783342, 1.2544128362533677],
+ [103.83022974341274, 1.2544515063613189],
+ [103.83044091831188, 1.2545675077103908],
+ [103.83063289529287, 1.254644843795952],
+ [103.83094005840111, 1.2546641803275353],
+ [103.83130481547303, 1.2546448525463285],
+ [103.83168876960511, 1.2546448573393807],
+ [103.8320361194709, 1.2546070351777194],
+ [103.83208170366413, 1.2545913336127932],
+ [103.83232273057787, 1.2544902862892777],
+ [103.8325146924118, 1.2543162919329844],
+ [103.83262986946177, 1.2543549571932575],
+ [103.83280223699859, 1.2543935410678677],
+ [103.83307100505873, 1.2542582119115064],
+ [103.83351255302577, 1.2538328889991703],
+ [103.83395409996999, 1.253484898272916],
+ [103.83433805294626, 1.2532529058875372],
+ [103.83449163573351, 1.2531562409477484],
+ [103.83479879865381, 1.2530982456656614],
+ [103.83525954350752, 1.253078918178228],
+ [103.83577788136759, 1.2530789240736224],
+ [103.83631541721404, 1.2530982633616894],
+ [103.83681455711259, 1.2530982681682052],
+ [103.83701551582067, 1.2531425085295804],
+ [103.83722103549438, 1.2532050342271839],
+ [103.83732369697688, 1.25325672125214],
+ [103.83742905322063, 1.25335304954032],
+ [103.837736196686, 1.2535077081369885],
+ [103.83787057174499, 1.253546372228481],
+ [103.8380241433233, 1.2537783615072697],
+ [103.8381777145733, 1.2538170264524342],
+ [103.83860003588654, 1.2538750216628431],
+ [103.8389455715007, 1.253875019131617],
+ [103.83925271463758, 1.2538170188023776],
+ [103.8394638749661, 1.2537010226337997],
+ [103.83965583829888, 1.2536236908169727],
+ [103.83994378536481, 1.2536236891969925],
+ [103.84003689333079, 1.2535077547760156],
+ [103.84021253400789, 1.2534496940766109],
+ [103.84046953825397, 1.2533896091743826],
+ [103.84080762348219, 1.2534883549488591],
+ [103.84099958805164, 1.2535463513257383],
+ [103.8412683382716, 1.2536236800685518],
+ [103.84153708826646, 1.2536236774263563],
+ [103.84161963777998, 1.253581109602899],
+ [103.84171561981812, 1.2533877822590813],
+ [103.84183079655138, 1.2530204631383959],
+ [103.84181159997783, 1.2526144792261251],
+ [103.84177320489594, 1.2520345027584352],
+ [103.84213793719601, 1.2519958345158093],
+ [103.84219552696284, 1.2521118290965256],
+ [103.84234909824153, 1.2521698264096777],
+ [103.84273302595102, 1.2521698232438927],
+ [103.84307856126708, 1.252150487552107],
+ [103.84338570447761, 1.252189150707243],
+ [103.84367365063714, 1.2522278129979905],
+ [103.84398079288829, 1.2522471425651727],
+ [103.84424954322066, 1.252363136227794],
+ [103.84447990125051, 1.2524791291226105],
+ [103.84476784804329, 1.2526531204883495],
+ [103.84501740173003, 1.2528464446073437],
+ [103.84543972374058, 1.2530590987083496],
+ [103.84590043831744, 1.2531170916508445],
+ [103.8463611524362, 1.253078423255493],
+ [103.8467450796827, 1.2529624238193124],
+ [103.84703302476743, 1.252769095286136],
+ [103.84718659617297, 1.2526530978914772],
+ [103.84745534544258, 1.2525370998657768],
+ [103.84773756863942, 1.252351148192392],
+ [103.84804555281842, 1.252203468170363],
+ [103.84824239640142, 1.252092442668484],
+ [103.84841516319537, 1.2520151112222264],
+ [103.84845355519428, 1.2518024531614258],
+ [103.84839596482973, 1.2516284599779606],
+ [103.84828078537375, 1.2511838123495502],
+ [103.84822319405376, 1.2508358265473132],
+ [103.84806962042695, 1.2505265074174823],
+ [103.84776247602888, 1.2500818608382667],
+ [103.84641872015602, 1.247974623897048],
+ [103.84607318271699, 1.2474333151312325],
+ [103.84557407401908, 1.2467566787414972],
+ [103.84503657368508, 1.2461573746875498],
+ [103.84467184090185, 1.2456740636522803],
+ [103.84444148306247, 1.2452487489352728],
+ [103.8443263035612, 1.2449974263398],
+ [103.84413433941835, 1.2446881062131185],
+ [103.84388478618591, 1.2443981207268544],
+ [103.8430785363364, 1.243667362414275],
+ [103.84250264500326, 1.2430680561496275],
+ [103.84194594930976, 1.2425267493441847],
+ [103.8415812177092, 1.2420821021824278],
+ [103.8414660392671, 1.2420434382162093],
+ [103.84144684335645, 1.242101436120282],
+ [103.8415428264252, 1.242662079843875],
+ [103.8415044347759, 1.2428360734968391],
+ [103.84148523795268, 1.2431840597178436],
+ [103.84161961338451, 1.2434933802278214],
+ [103.84173479299213, 1.2438800303456785],
+ [103.84181157903424, 1.244112020569364],
+ [103.84186916852225, 1.24447933915462],
+ [103.84192368788848, 1.2446076159427606],
+ [103.84188702314268, 1.2447626776124052],
+ [103.84180636181051, 1.2448365165784145],
+ [103.84167720647694, 1.245020652978581],
+ [103.84156202922463, 1.2454073047271312],
+ [103.84158122629815, 1.2457166264968202],
+ [103.84160042301477, 1.2459099516753331],
+ [103.8415877843761, 1.2462088959537454],
+ [103.8416261780541, 1.2463828893608067],
+ [103.84176236811938, 1.2465126571883256],
+ [103.84189436176314, 1.2468227789502186],
+ [103.8419016956414, 1.2471329020202253],
+ [103.84181158671964, 1.2473598925439495],
+ [103.84121650039644, 1.2479205411185843],
+ [103.8411205189045, 1.2479398749247126],
+ [103.84104373342888, 1.2479205425382924],
+ [103.84096694795439, 1.2479012110539718],
+ [103.84026671511997, 1.246873816192381],
+ [103.84013472168253, 1.2465710775845937],
+ [103.84013472067858, 1.2461797325472252],
+ [103.84023610147817, 1.2458609019564093],
+ [103.84013471886989, 1.2451238382694316],
+ [103.84016069379474, 1.2449046680127862],
+ [103.84023747872405, 1.2447500068951998],
+ [103.8402182821657, 1.2445760143189146],
+ [103.84004551409633, 1.2440540359807677],
+ [103.83994953157985, 1.2436093869908518],
+ [103.83981515581738, 1.2430874085359778],
+ [103.83966158519137, 1.2426814258075833],
+ [103.8395272102985, 1.2424881008834192],
+ [103.83950801375886, 1.2422947747792956],
+ [103.83966158404137, 1.2421981113389104],
+ [103.8402374727372, 1.2417534588392838],
+ [103.84037184697931, 1.2416954597333068],
+ [103.84050622147606, 1.2417341236954562],
+ [103.84060220317099, 1.2418694517364577],
+ [103.84062140057947, 1.242024111698537],
+ [103.8406597929673, 1.2421014420514611],
+ [103.84083256050924, 1.2421207732743336],
+ [103.84096693436841, 1.2419274458335103],
+ [103.84099571971029, 1.2416838377991346],
+ [103.84084214762593, 1.2414325151519179],
+ [103.84024706015265, 1.2407752114893966],
+ [103.83999750686155, 1.2405045573301627],
+ [103.83976715158614, 1.2402725683299969],
+ [103.83942161717205, 1.24002124696286],
+ [103.83915286817536, 1.2398472558421156],
+ [103.83880733395354, 1.239634599623665],
+ [103.83851938896673, 1.2394606084771982],
+ [103.83807787243555, 1.2390932923300089],
+ [103.83763635782294, 1.2387259761072704],
+ [103.83724506568713, 1.2385424683510387],
+ [103.83709840677817, 1.2385018580440275],
+ [103.83699024607633, 1.23850001238699],
+ [103.83693708222596, 1.2385037049835166],
+ [103.83688391931325, 1.2385369323387354],
+ [103.83687475262494, 1.238575697966764],
+ [103.8368802525628, 1.2386310767643471],
+ [103.83689125232847, 1.238658766604175],
+ [103.83692425065621, 1.238688301319116],
+ [103.83703241054135, 1.2387436799743308],
+ [103.83709657418022, 1.2387787529757923],
+ [103.83716440290505, 1.2388175184935806],
+ [103.83728538927198, 1.2389017536053728],
+ [103.83738255039495, 1.2389922053548625],
+ [103.83744488022529, 1.2390715813943645],
+ [103.83751087702255, 1.2392063362312158],
+ [103.83753470872938, 1.2393041731366252],
+ [103.83753837568466, 1.2393540145071253],
+ [103.83752371021393, 1.2395061947801402],
+ [103.83744489175254, 1.2401371180674445],
+ [103.83742655942139, 1.2403069470320425],
+ [103.8374247265422, 1.2403789408369277],
+ [103.83743572545067, 1.2404250896725597],
+ [103.83747239076493, 1.2405063115597568],
+ [103.83751455501654, 1.240565382820365],
+ [103.83755855223656, 1.2406096857933173],
+ [103.83759521747146, 1.2406373746840025],
+ [103.83768504571312, 1.240668756009891],
+ [103.8377675410767, 1.240687215774857],
+ [103.83783999809208, 1.24068597576694],
+ [103.83798115719615, 1.2406878213305876],
+ [103.83811498346165, 1.2407007417564415],
+ [103.83824514286005, 1.2407192014192774],
+ [103.83834780381174, 1.2407358135101185],
+ [103.83844496492789, 1.2407690406053797],
+ [103.83851279461787, 1.240805959373793],
+ [103.83858062431702, 1.2408465706636091],
+ [103.8386612867944, 1.2409111792566314],
+ [103.83872361668168, 1.2409776336941896],
+ [103.83877128090185, 1.2410680854915304],
+ [103.83880794628467, 1.2411585373108653],
+ [103.83887018131954, 1.2414085335689047],
+ [103.83895084355758, 1.2417740353099787],
+ [103.83900400809011, 1.2420611874274172],
+ [103.83901684116705, 1.2422217863815186],
+ [103.83900950851299, 1.2423196233382632],
+ [103.83898567624583, 1.2424193052355055],
+ [103.83894351227092, 1.242520834789813],
+ [103.83889584838931, 1.2426075951669264],
+ [103.83859384648798, 1.2424034760413223],
+ [103.83860851287157, 1.2422816417403033],
+ [103.83860667880627, 1.2421930356586612],
+ [103.83859934571696, 1.2420785855434973],
+ [103.83858101369333, 1.2419179865980583],
+ [103.8385370152004, 1.2417020088997068],
+ [103.83848577914867, 1.2415124658095338],
+ [103.83843261582771, 1.2413537127397873],
+ [103.83839595137097, 1.241272489962293],
+ [103.83835562009641, 1.241222649568475],
+ [103.83830245609727, 1.2411746541033428],
+ [103.83821262782118, 1.2411377353705655],
+ [103.8380861343667, 1.2411100475569923],
+ [103.83797064068261, 1.241098972002542],
+ [103.83787363055961, 1.241093419369507],
+ [103.8378223005414, 1.2410934194576795],
+ [103.83773247145847, 1.2411063411797492],
+ [103.83767197563505, 1.241134032038798],
+ [103.83762431077257, 1.2411801809695449],
+ [103.83759497940947, 1.2412281765835154],
+ [103.83758398062454, 1.2412632505973917],
+ [103.83758214684461, 1.2413315509743248],
+ [103.83756748049838, 1.2415032257418301],
+ [103.8375674753617, 1.2416631753904952],
+ [103.83756930949187, 1.2418145444188948],
+ [103.8375913083577, 1.2419899116496669],
+ [103.8376151401373, 1.2421154375017351],
+ [103.83763333447907, 1.2421828370977817],
+ [103.83767366579691, 1.2422585215468194],
+ [103.83772316295617, 1.2423249760285888],
+ [103.83791198657227, 1.2425391076817907],
+ [103.83805864414198, 1.2427052438315427],
+ [103.83809119776569, 1.2427363150479953],
+ [103.8381498616419, 1.2427713880322684],
+ [103.83821585744829, 1.2427861552897106],
+ [103.83827818724154, 1.2427843093636435],
+ [103.83833135114762, 1.2427658484560815],
+ [103.8383881819028, 1.24273077525599],
+ [103.83841751330685, 1.2427030853455838],
+ [103.83845784530797, 1.2426513980827507],
+ [103.83850917521247, 1.2425775583719807],
+ [103.8385293407513, 1.2425461768596024],
+ [103.8388263243908, 1.2427455399462708],
+ [103.83862466901955, 1.2430685868450457],
+ [103.83858067194873, 1.2431295031644796],
+ [103.83854217379326, 1.2431608847135867],
+ [103.83849450976885, 1.2431867288520606],
+ [103.83844501272691, 1.2431996505189167],
+ [103.838379016049, 1.2432051889791393],
+ [103.8383373990457, 1.2432032428649344],
+ [103.83821640537558, 1.2431810915717212],
+ [103.8380990785795, 1.243153403742508],
+ [103.83801108323422, 1.243118330809686],
+ [103.83794875335279, 1.243074027877644],
+ [103.8378680908174, 1.2430038809315047],
+ [103.8377782623959, 1.2429134291908712],
+ [103.83771436815245, 1.2428459265752851],
+ [103.83765203731485, 1.2427591664029],
+ [103.83756404186512, 1.242646562226034],
+ [103.83750171196169, 1.2425764161430795],
+ [103.83744488286666, 1.2425284215713077],
+ [103.83738438599694, 1.2424822728133278],
+ [103.83731105640469, 1.2424435073109406],
+ [103.83721206223937, 1.242402896939508],
+ [103.83710428769336, 1.2423647319804638],
+ [103.83688796588238, 1.2422908944805984],
+ [103.83664964548102, 1.2422059803256482],
+ [103.83673234443259, 1.2418974361329733],
+ [103.83680933994458, 1.2419066659835318],
+ [103.83687350271164, 1.2419066658978326],
+ [103.83696333182331, 1.2418918965869843],
+ [103.83704216027274, 1.2418623617178466],
+ [103.83709532414821, 1.2418291334557088],
+ [103.83713382228052, 1.2417829836436305],
+ [103.83716132066198, 1.2417312964188463],
+ [103.8371723194171, 1.2416703792665802],
+ [103.8371888187696, 1.2414913203567675],
+ [103.83719249531502, 1.2413409298427316],
+ [103.83719066305724, 1.241226479714576],
+ [103.83717966317113, 1.241124951169937],
+ [103.8371631642673, 1.2409901953508142],
+ [103.83713933162073, 1.240864670397837],
+ [103.83711549994311, 1.2407871392022165],
+ [103.83709533428868, 1.2407391436647188],
+ [103.8370641688926, 1.240687457428226],
+ [103.83703678991169, 1.2406585774680736],
+ [103.83700562545185, 1.2406327343713204],
+ [103.83694879463035, 1.240599507167603],
+ [103.83688279887531, 1.2405773557358637],
+ [103.83680763640112, 1.24057551093121],
+ [103.83662981213173, 1.2405884336347794],
+ [103.83648865393872, 1.2405921254267915],
+ [103.83635482770096, 1.240592126488352],
+ [103.83620633574445, 1.2405902817497547],
+ [103.83603217832521, 1.2405792070778137],
+ [103.83582502348735, 1.2405607473794276],
+ [103.83575963875437, 1.240555270604806],
+ [103.83572114147637, 1.2405589622588753],
+ [103.83567714344923, 1.2405829596295639],
+ [103.83563681231094, 1.2406198803752873],
+ [103.83560564792967, 1.2406697208739952],
+ [103.83560564796747, 1.2407140239173318],
+ [103.83561114698813, 1.2407730952399088],
+ [103.83563314651589, 1.2408340123574733],
+ [103.83573580764757, 1.2410629125282473],
+ [103.8357631372065, 1.2410992354276589],
+ [103.8358676303637, 1.2412358360772906],
+ [103.83612245045843, 1.2415071915059406],
+ [103.8362487768747, 1.2416158065351648],
+ [103.83642293360766, 1.2417505612744386],
+ [103.83652926152796, 1.2418170157116297],
+ [103.83657142573459, 1.2418391671814486],
+ [103.83648893073021, 1.2421467889164808],
+ [103.83639726945097, 1.2421061776009834],
+ [103.8362304447159, 1.2420231091327927],
+ [103.83601778978309, 1.2418957394669905],
+ [103.83586196479034, 1.2417868278236708],
+ [103.8357157764831, 1.2416708241302767],
+ [103.8355819509757, 1.241536069309744],
+ [103.83544262468985, 1.241371779727491],
+ [103.83533263076139, 1.241209334116139],
+ [103.83520290339287, 1.2409682078358422],
+ [103.8351332406656, 1.240800224758374],
+ [103.83506907689186, 1.2405934760600705],
+ [103.83505628993069, 1.240502101719742],
+ [103.83505262387463, 1.2403839599715252],
+ [103.83506545655362, 1.2403119670652876],
+ [103.83508745509242, 1.2402602798651827],
+ [103.83512045337305, 1.2402196684183016],
+ [103.83516995036449, 1.240190132720406],
+ [103.83523044709776, 1.240171672774544],
+ [103.83529644371265, 1.2401735185355325],
+ [103.83546326734219, 1.240179054929619],
+ [103.83610075602658, 1.2402104376180432],
+ [103.83639407301516, 1.2402104363886886],
+ [103.83683153486388, 1.2402012149354198],
+ [103.83701119211392, 1.2402012137859633],
+ [103.83707535485024, 1.2402085978374864],
+ [103.83712301886942, 1.2402067510554584],
+ [103.83716151703092, 1.2401975210482612],
+ [103.8371945153005, 1.240171676955107],
+ [103.83721834681874, 1.240142142160624],
+ [103.83722751352357, 1.2401144513883593],
+ [103.83724034699772, 1.2400129237120814],
+ [103.83726043049577, 1.2397977969004514],
+ [103.837265930161, 1.2396611952382566],
+ [103.83726043021836, 1.2396095080607898],
+ [103.83724393141483, 1.2395393609966823],
+ [103.83721643289346, 1.2394784448045433],
+ [103.83716510189637, 1.2394009145533211],
+ [103.83709543921435, 1.2393233843273102],
+ [103.83704441466735, 1.2392795281124265],
+ [103.8369747520525, 1.239246300926904],
+ [103.83687942400647, 1.239218611202516],
+ [103.83666676939622, 1.2391946150534516],
+ [103.83654577593538, 1.2391835403473093],
+ [103.83635328693863, 1.2391890789078464],
+ [103.83617362978423, 1.2392149240573365],
+ [103.83601047221205, 1.2392296916081538],
+ [103.83588947876466, 1.2392315384422303],
+ [103.83572695282511, 1.2392160594797894],
+ [103.83555829534316, 1.2391809865354446],
+ [103.83536947227728, 1.2391274545972506],
+ [103.83521731437679, 1.2390573085258503],
+ [103.83504315699427, 1.2389410127022515],
+ [103.83471851744886, 1.238648661457545],
+ [103.83443057368508, 1.238358674167784],
+ [103.83418102122197, 1.2381266846808046],
+ [103.83393146880655, 1.2379140277854528],
+ [103.83370111339123, 1.2377400351905943],
+ [103.8334323649993, 1.2376433739444455],
+ [103.83308683150157, 1.2376047105120167],
+ [103.83283728007754, 1.2376240439969748],
+ [103.83239576446151, 1.237740041380035],
+ [103.83216540900906, 1.237914035733792],
+ [103.83187746443984, 1.238107361747264],
+ [103.83168550012076, 1.2383200204063611],
+ [103.8315994232638, 1.2384446771507196],
+ [103.83153192967993, 1.2385520125975935],
+ [103.83141675136862, 1.238745338672146],
+ [103.83114800260991, 1.2390739938314332],
+ [103.83086005685364, 1.2393639828090703],
+ [103.83084086067679, 1.2394799775793832],
+ [103.83082142196595, 1.2395225179968028],
+ [103.83076346715218, 1.2395301100869216],
+ [103.83066809335813, 1.239479978314446],
+ [103.83041854188939, 1.2393639841658592],
+ [103.8302457745783, 1.239363984873215],
+ [103.82993863398848, 1.2392866558418534],
+ [103.82986080924611, 1.2392714687350626],
+ [103.82978506272458, 1.2393059882547677],
+ [103.82959309981398, 1.2396153098359517],
+ [103.82961229564125, 1.2397893034017748],
+ [103.82965068759715, 1.2399246308590817],
+ [103.82969948370871, 1.239958169311225],
+ [103.82978506187537, 1.2399439636591278],
+ [103.82991943622986, 1.239905297701828],
+ [103.83001541843645, 1.239866631689503],
+ [103.83008079594657, 1.2398769460565187],
+ [103.83013059572053, 1.2399052970630096],
+ [103.83020738068143, 1.2400986224046948],
+ [103.83018818428825, 1.2403692780921314],
+ [103.83003461262854, 1.2406592680377018],
+ [103.82978505961204, 1.2409685895566152],
+ [103.82940113326373, 1.2411425834514451],
+ [103.82903640285419, 1.241374576071062],
+ [103.82888283117258, 1.2415679019666777],
+ [103.82878684852497, 1.241819225798481],
+ [103.82849890304298, 1.2421478797399432],
+ [103.82830693913452, 1.2423218738188466],
+ [103.82799979771818, 1.2425152002668576],
+ [103.82783659485335, 1.2425877327325494],
+ [103.82778159788282, 1.2426080392330607],
+ [103.82769176960261, 1.2426191138978049],
+ [103.82764227164392, 1.2426209614090655],
+ [103.82758910863292, 1.242608039723266],
+ [103.82755244344699, 1.2425932713590324],
+ [103.8275322779031, 1.242567428174538],
+ [103.82751761224415, 1.2425360466695785],
+ [103.82751577931747, 1.2425065110023774],
+ [103.82754511088044, 1.2424566696921702],
+ [103.82759277507384, 1.2423957526611165],
+ [103.82769360327897, 1.2422960701294263],
+ [103.82771010207425, 1.2422591503597158],
+ [103.8277119360458, 1.242220384749153],
+ [103.82769543659093, 1.2421447011028814],
+ [103.82759827579366, 1.2420025609087801],
+ [103.82746230138886, 1.2418772264431441],
+ [103.82734712337768, 1.2417418987823448],
+ [103.8272658743122, 1.2417215386220224],
+ [103.82721274902697, 1.2417225667620195],
+ [103.82712654901162, 1.2417363056759863],
+ [103.82703998227935, 1.2417998968138855],
+ [103.82692480350154, 1.241993223589753],
+ [103.82680962465953, 1.2422058811664172],
+ [103.82640649944838, 1.2426118659512675],
+ [103.82613775052747, 1.2429598531997526],
+ [103.82586900085477, 1.243230509056002],
+ [103.82567703697512, 1.243307839866193],
+ [103.82560199647585, 1.243359522308181],
+ [103.82558105525482, 1.2434238352726898],
+ [103.82553495778427, 1.2435669084224965],
+ [103.82547736807565, 1.243740901782756],
+ [103.82522781441735, 1.2439922250136224],
+ [103.82351933129742, 1.2458094885461044],
+ [103.8233657599292, 1.2459834814941104],
+ [103.82332736614235, 1.2461574748755326],
+ [103.82325057928851, 1.2463121354943227],
+ [103.82323701208809, 1.2464040777266612],
+ [103.82325057870032, 1.2464667955032194],
+ [103.82330300764957, 1.246485300824722],
+ [103.8233465610944, 1.2464667958712747],
+ [103.82336575721382, 1.2464667959444617],
+ [103.82351932839558, 1.2463507999355075],
+ [103.82353852555553, 1.2463121356834226],
+ [103.82369209650992, 1.2462541375066851],
+ [103.82388406217854, 1.2460028142217405],
+ [103.82403763331082, 1.2458868181815783],
+ [103.82421040021167, 1.2458674852706406],
+ [103.82426798938948, 1.2458868180849674],
+ [103.82444075673352, 1.2460028134588603],
+ [103.82455593291829, 1.2461574738574133],
+ [103.8246135216599, 1.246312134963946],
+ [103.82457512872065, 1.246524792687889],
+ [103.82445994981595, 1.2466407879850405],
+ [103.8243639680521, 1.2467181181144915],
+ [103.82417200401007, 1.2467567835820457],
+ [103.82403762942995, 1.2467374513982759],
+ [103.82396078280244, 1.2467780444589367],
+ [103.82393947585231, 1.246831514068546],
+ [103.82390113607067, 1.2469861929308526],
+ [103.82380521592869, 1.2471602286151875],
+ [103.82365170746746, 1.2473149540781905],
+ [103.82351739331796, 1.247469671464698],
+ [103.82336387860506, 1.247605062487426],
+ [103.8231143726747, 1.2476824932688793],
+ [103.82290323053917, 1.2476825756366339],
+ [103.82271307521012, 1.2477040806744826],
+ [103.82250191486573, 1.2477620785542485],
+ [103.82234834265908, 1.2478780735967812],
+ [103.8221931491789, 1.2480695161903097],
+ [103.82211485328743, 1.2482922347653793],
+ [103.82203809187129, 1.2483502639288675],
+ [103.82198156625084, 1.2483920236490167],
+ [103.8219095687066, 1.2484762739924231],
+ [103.8215320442953, 1.2481058615328167],
+ [103.82236565878449, 1.2472961264487623],
+ [103.82246352401037, 1.2472014343991344],
+ [103.82247438118058, 1.2471350811725506],
+ [103.82244432836241, 1.247085438635303],
+ [103.8223863870309, 1.247046474724934],
+ [103.82230995385939, 1.2470467737488018],
+ [103.82207959768137, 1.2470467736722217],
+ [103.82183004291149, 1.2472014344026638],
+ [103.82106218517738, 1.247820076364481],
+ [103.82096620300153, 1.2479554042086467],
+ [103.82096620218881, 1.2481293968281388],
+ [103.82106218338542, 1.2482067277355808],
+ [103.82121575388346, 1.2482840580028338],
+ [103.82129253931177, 1.248284057453415],
+ [103.82140771816479, 1.2482260601403194],
+ [103.82145954632867, 1.2481759531209233],
+ [103.82184263618447, 1.2485538320539438],
+ [103.82176412787595, 1.248644341475687],
+ [103.82159022154786, 1.2488429338593596],
+ [103.82138728721779, 1.249075151298628],
+ [103.82117621668687, 1.249307230315632],
+ [103.82098430686099, 1.2494233037761844],
+ [103.82079239611983, 1.2495393772223533],
+ [103.82060045527741, 1.2495587857777415],
+ [103.82040850823714, 1.249558861705459],
+ [103.82021653821884, 1.249481604451901],
+ [103.82021650814832, 1.249384939575517],
+ [103.82029325634684, 1.2492882434308659],
+ [103.82038918739003, 1.249152874916965],
+ [103.8204083578493, 1.2490755355140226],
+ [103.82035075624154, 1.249017558187989],
+ [103.820254776547, 1.2489982639832249],
+ [103.82015995004417, 1.2489026992424295],
+ [103.82002557596984, 1.2487673711705631],
+ [103.8198528083471, 1.2487093733482904],
+ [103.81979521894338, 1.248728706568397],
+ [103.81969923696866, 1.2488060365234155],
+ [103.81966084429685, 1.2488833667769044],
+ [103.81960325468735, 1.2489413643153835],
+ [103.8194880758655, 1.2489800298387241],
+ [103.81931530883232, 1.2489800289171051],
+ [103.81921932614229, 1.2490186936271188],
+ [103.81893137995793, 1.249115356931031],
+ [103.81873955262661, 1.249247240337524],
+ [103.81845160945056, 1.249440565750316],
+ [103.81816366511228, 1.2496725563571411],
+ [103.81795250709762, 1.2497498864788463],
+ [103.81785652514556, 1.2498078837512097],
+ [103.81779893592073, 1.249943212606043],
+ [103.81766456256761, 1.250001210546668],
+ [103.81741500937724, 1.2502525339116963],
+ [103.81728063576529, 1.2503491961539654],
+ [103.81718465479354, 1.2503878616921589],
+ [103.81693947394282, 1.2504645240980639],
+ [103.81608885983403, 1.2506491185241977],
+ [103.81608152656246, 1.25070818979592],
+ [103.81611819075196, 1.2507451089350483],
+ [103.816191518523, 1.2507746450781647],
+ [103.81643350315272, 1.250730342715117],
+ [103.81653616388661, 1.2506786552947664],
+ [103.81687347465953, 1.2507081922012389],
+ [103.81697613352563, 1.2508115672057345],
+ [103.816973491904, 1.2509485070588187],
+ [103.81593684610809, 1.2519955037248138],
+ [103.81568729063827, 1.2522661550067058],
+ [103.81559130957392, 1.2523048195800273],
+ [103.81540683658594, 1.252394746573225],
+ [103.81509885271753, 1.2524907328417485],
+ [103.81476153589608, 1.2526531734199229],
+ [103.814612291146, 1.2527881199009172],
+ [103.81457389681832, 1.2529427787155227],
+ [103.81451630790748, 1.2530007743284943],
+ [103.81424755476966, 1.253445417030333],
+ [103.81413237643292, 1.2535034131156495],
+ [103.81397880395389, 1.2535614089104687],
+ [103.81374844797192, 1.2535807388947657],
+ [103.81354447103182, 1.2537150970620852],
+ [103.81348855715373, 1.2537446313908271],
+ [103.8134592255903, 1.2537427853578154],
+ [103.81337856400415, 1.2537095574632047],
+ [103.81307791628103, 1.2533532859452292],
+ [103.81306405860566, 1.253309875409355],
+ [103.81325701470575, 1.2531071055935077],
+ [103.81339138996235, 1.253068443210577],
+ [103.81344897904482, 1.2529911132018907],
+ [103.81344897991936, 1.2528751193366996],
+ [103.81335299982634, 1.2527784564446187],
+ [103.81329541087537, 1.2527204590694312],
+ [103.8131994291573, 1.2527204574246666],
+ [103.81310344743926, 1.2527204566807288],
+ [103.81302666128984, 1.252797786532212],
+ [103.81289228559255, 1.2528944467333258],
+ [103.81250835518466, 1.2533390874402086],
+ [103.81250835457385, 1.2534164169844069],
+ [103.81250835396297, 1.253493745624194],
+ [103.81250835260626, 1.2535517434605448]
+ ]
+ ]
+ },
+ "id": "1"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 5.0,
+ "GDO_GID": 3.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SARIMBUN"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.68479869384501, 1.4347463044882853],
+ [103.68490653487461, 1.434800600305419],
+ [103.68501437544825, 1.4348481088905891],
+ [103.68508851350401, 1.4349363341159875],
+ [103.68514580179435, 1.4350008070150484],
+ [103.68523005076855, 1.4350618876037886],
+ [103.68531430059393, 1.435095822897729],
+ [103.68541540368456, 1.4350992199273653],
+ [103.68546595750482, 1.4350585034691634],
+ [103.68551650933559, 1.4350347528172793],
+ [103.6855906530508, 1.435021183182228],
+ [103.68563783687199, 1.434956715273996],
+ [103.68569176366945, 1.4348651007009696],
+ [103.68571198832954, 1.434780272070137],
+ [103.68571873448394, 1.4346615118523247],
+ [103.68571199607344, 1.4346174003141203],
+ [103.6856210076312, 1.4345427466592617],
+ [103.6855670877503, 1.4344986338644168],
+ [103.68551654044981, 1.434423981929198],
+ [103.68550306410039, 1.4343425451755258],
+ [103.68550643926363, 1.4342577154511829],
+ [103.68550307425085, 1.434142347738861],
+ [103.68542558139914, 1.4337657026711295],
+ [103.68535144722969, 1.4335892543534616],
+ [103.6852975300171, 1.4335179953580173],
+ [103.68523686876613, 1.4335044196692168],
+ [103.68518968690499, 1.4335247773762476],
+ [103.68508857738856, 1.4336503204815598],
+ [103.6850413942134, 1.433691036249722],
+ [103.68499421191011, 1.433718181179444],
+ [103.68489647641582, 1.433748715067752],
+ [103.6847886317863, 1.4337928227462444],
+ [103.68467404572223, 1.4338538948816346],
+ [103.68457293879248, 1.4339387200220945],
+ [103.68447183358737, 1.433982828124604],
+ [103.68441454053699, 1.4340065774091282],
+ [103.68435050716958, 1.434043899800634],
+ [103.68429995335629, 1.4340846162346672],
+ [103.68423591824866, 1.4341626565589825],
+ [103.68420558368595, 1.4342305187023128],
+ [103.6842022106717, 1.4342814168061395],
+ [103.68419546815731, 1.4343289206232441],
+ [103.6842426441733, 1.4344408971373144],
+ [103.68427634211086, 1.434485010444157],
+ [103.68431004272512, 1.4345155492965398],
+ [103.68441788412714, 1.43453591352065],
+ [103.68452572511498, 1.4345766348995865],
+ [103.68465715399586, 1.434661469819168],
+ [103.68471444421489, 1.4346818316286734],
+ [103.68479869384501, 1.4347463044882853]
+ ]
+ ]
+ },
+ "id": "2"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 6.0,
+ "GDO_GID": 4.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SAMULUN"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.6949631300743, 1.306222169769214],
+ [103.69514505948769, 1.3062679939233695],
+ [103.6953572832314, 1.3064970208953999],
+ [103.69553920658468, 1.306588643730026],
+ [103.6960091804613, 1.3067719051521658],
+ [103.69632755598485, 1.3068635462895817],
+ [103.69660048645927, 1.3067109175834815],
+ [103.6968430892946, 1.3065735501064535],
+ [103.69707055363702, 1.3062987829344177],
+ [103.69725637860722, 1.3061217704989263],
+ [103.69749900923816, 1.3058164719315914],
+ [103.69754064854486, 1.305718716258341],
+ [103.6976468000743, 1.3055813313188522],
+ [103.6980865290034, 1.305276057846215],
+ [103.6981017144709, 1.305123395088334],
+ [103.69825339015618, 1.3047264850339482],
+ [103.69840504670371, 1.3044517072761164],
+ [103.6985718244857, 1.3044364623913172],
+ [103.69866279830578, 1.304405941448584],
+ [103.69869313793475, 1.304299080020151],
+ [103.69854154298211, 1.3041769268793502],
+ [103.69854155512976, 1.3041005950881415],
+ [103.69879934131532, 1.3038258311528041],
+ [103.69899644131759, 1.3038105896741334],
+ [103.6992845488771, 1.3035510974647428],
+ [103.6993603822686, 1.3033831741094555],
+ [103.69951200055628, 1.3033526618024134],
+ [103.69952715908181, 1.303367930057212],
+ [103.69954243004241, 1.3026656718418705],
+ [103.69948178464698, 1.3026656631747098],
+ [103.69945154450727, 1.3021313299439945],
+ [103.69951218818625, 1.302146605150565],
+ [103.6994820102931, 1.3012153418769632],
+ [103.69913329664273, 1.3012305626425444],
+ [103.6990878331393, 1.3010931577312892],
+ [103.69913332950193, 1.3010168310845291],
+ [103.69945172089432, 1.3010016059838219],
+ [103.69946689151685, 1.3009405424417273],
+ [103.69954483168306, 1.3008787958383117],
+ [103.69953185721562, 1.3003064278521101],
+ [103.69939118274367, 1.3003146039196016],
+ [103.69939120606517, 1.3001619385183163],
+ [103.69942152918213, 1.3001619428500846],
+ [103.69943678705656, 1.299536016415309],
+ [103.69620740560867, 1.2995966568126212],
+ [103.69622252141696, 1.2998867236749043],
+ [103.69605573262842, 1.2999783002198748],
+ [103.69585860063277, 1.300192006489875],
+ [103.69570696242452, 1.3003446508940828],
+ [103.69566145990389, 1.3004667779870736],
+ [103.69560081367217, 1.3004667701358625],
+ [103.69560077264626, 1.3007263012762353],
+ [103.69538851351047, 1.3007262733310863],
+ [103.69538849167256, 1.3008636712642876],
+ [103.69557042334768, 1.3008942288114438],
+ [103.6955096950933, 1.3014285497710272],
+ [103.6953580838817, 1.3014132631354312],
+ [103.69532774153672, 1.3015353910520393],
+ [103.69550967761108, 1.3015354155335128],
+ [103.69546410690752, 1.3020850056663542],
+ [103.69540340388038, 1.3024513937980464],
+ [103.69534272441089, 1.3026651174572341],
+ [103.69522132787012, 1.3033368284561984],
+ [103.69509999769186, 1.3035810773082979],
+ [103.69496353176709, 1.303672659040026],
+ [103.69485732942951, 1.3041306411330325],
+ [103.69610052095139, 1.304405603191019],
+ [103.6961914773241, 1.3044819481042589],
+ [103.69614597120817, 1.3046193408297007],
+ [103.69602467336532, 1.304665124740516],
+ [103.69479664722829, 1.3043596303991754],
+ [103.69458436852663, 1.3044817346455617],
+ [103.69452368018523, 1.3047565235103449],
+ [103.69449327554342, 1.3052755822559197],
+ [103.69458417843515, 1.3056877910263018],
+ [103.69462962947114, 1.3059015286791804],
+ [103.6949631300743, 1.306222169769214]
+ ]
+ ]
+ },
+ "id": "3"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 7.0,
+ "GDO_GID": 5.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "SINGAPORE - MAIN ISLAND"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.74269991610176, 1.4392505045425865],
+ [103.74285806283561, 1.439268940866505],
+ [103.74296195494006, 1.4393131475428111],
+ [103.74298586538622, 1.4393433216504046],
+ [103.74301503961163, 1.4395383332373135],
+ [103.74310412669873, 1.4398051771155986],
+ [103.74310360043154, 1.4398887085476393],
+ [103.74312351087923, 1.4399279143642576],
+ [103.74320332658617, 1.4400038740528318],
+ [103.74326501550803, 1.4400877335300597],
+ [103.74358047005154, 1.4401875677884797],
+ [103.74372390010817, 1.4401943426214385],
+ [103.74383126872594, 1.4401519268328753],
+ [103.74394512263191, 1.4401524639981989],
+ [103.74410416647366, 1.4400956220333134],
+ [103.74446292554347, 1.4400270212379682],
+ [103.74462190274977, 1.4399732793878826],
+ [103.74473838479959, 1.4399102996089654],
+ [103.74492224336741, 1.4397360569068773],
+ [103.7451013353438, 1.4397361244801046],
+ [103.74526918756587, 1.439692389700791],
+ [103.74545078247571, 1.4395895661931755],
+ [103.74574897835925, 1.439366832304777],
+ [103.74608401596016, 1.439208578138516],
+ [103.74620578584114, 1.4392016382212933],
+ [103.74646478763466, 1.4391667994496853],
+ [103.7465704934521, 1.4390611458988374],
+ [103.74674189394244, 1.4388324698709707],
+ [103.74678048363026, 1.438750467350996],
+ [103.74679769238264, 1.4385663840727172],
+ [103.74691728587132, 1.4384628354844522],
+ [103.74707301729684, 1.4383345385691853],
+ [103.74734475218264, 1.438249013356243],
+ [103.74748357439952, 1.4382490186148538],
+ [103.74772424698274, 1.4381777485532667],
+ [103.74792219185429, 1.438092640106771],
+ [103.74804962553532, 1.4379643221575975],
+ [103.74826200949492, 1.4377932292199842],
+ [103.7484604318071, 1.4376503102557046],
+ [103.74877189354079, 1.4374649953431644],
+ [103.74915413936147, 1.4372796839152981],
+ [103.74952223229414, 1.4369945808886089],
+ [103.74966380687634, 1.4368947951024782],
+ [103.74977706361159, 1.4368805428984006],
+ [103.74983369075304, 1.4368948013569631],
+ [103.75004604427558, 1.4369375764742323],
+ [103.75031502430915, 1.4370373773362695],
+ [103.7503999651608, 1.4370801477584243],
+ [103.75054150916023, 1.437279847087131],
+ [103.75066892161996, 1.4374366619130217],
+ [103.7508529720335, 1.437507933304105],
+ [103.75112197692076, 1.4374936586544038],
+ [103.75134850931126, 1.4374651305847872],
+ [103.75146177927466, 1.4374080974143584],
+ [103.75157505165237, 1.4373082942063367],
+ [103.75175910731343, 1.437308281837337],
+ [103.75198563777369, 1.4373082673587079],
+ [103.75218552086552, 1.4372948998917576],
+ [103.75258201237952, 1.4377082621210755],
+ [103.75278026328117, 1.4379363268722385],
+ [103.75285107000808, 1.4380361077396924],
+ [103.75304929359648, 1.438121611420085],
+ [103.75330414279297, 1.438164335292615],
+ [103.75351652998336, 1.4382783476642138],
+ [103.75377084714316, 1.438349814832361],
+ [103.75390784773857, 1.4384594682073641],
+ [103.75405889973295, 1.438593880808621],
+ [103.7543680337408, 1.4387247619482502],
+ [103.7545479151544, 1.4387624864687898],
+ [103.75468948533363, 1.4387624913835697],
+ [103.75484934500038, 1.4386466064345793],
+ [103.75492009215904, 1.4385467961574274],
+ [103.75508993768783, 1.4384897141155655],
+ [103.75534472331559, 1.4384753661306018],
+ [103.75564198280132, 1.4384895124303927],
+ [103.75592509072622, 1.4385179182030001],
+ [103.75619402882057, 1.4384893106108625],
+ [103.75637800490625, 1.4383466924960417],
+ [103.75659032557986, 1.4383323610158403],
+ [103.75709402071143, 1.4383629201487602],
+ [103.75742104613037, 1.4382972816024069],
+ [103.75752524830361, 1.4382937752549558],
+ [103.75787884839627, 1.4383216739823677],
+ [103.7580581048168, 1.4383201280519593],
+ [103.75841599331802, 1.4382838776593816],
+ [103.75864298734838, 1.4382911688852078],
+ [103.75918796195194, 1.4381906360708572],
+ [103.75929809768911, 1.4381827916062095],
+ [103.75930877975577, 1.4381685301503664],
+ [103.75931561481386, 1.4381022152434886],
+ [103.75960209142839, 1.4381358460764524],
+ [103.75983978057604, 1.4381420125019815],
+ [103.75988041451777, 1.4382156144972864],
+ [103.75992304508662, 1.4382346997456361],
+ [103.76014345016266, 1.438199953102042],
+ [103.76035497309584, 1.4382349171655038],
+ [103.76082633082211, 1.4383702159474958],
+ [103.76109720733197, 1.4385069371506707],
+ [103.76124872059428, 1.4385605734128113],
+ [103.76141802117661, 1.4386841798931131],
+ [103.76260628625678, 1.4388162217180094],
+ [103.76271870881159, 1.439017351949294],
+ [103.76291270196499, 1.439231117758938],
+ [103.76294794592792, 1.4391978337711326],
+ [103.76302029839377, 1.4389566360567858],
+ [103.76294095746576, 1.4387021105579678],
+ [103.76292677280153, 1.4385368829853227],
+ [103.76297597504214, 1.4383438852942159],
+ [103.76302107956813, 1.4383599707901764],
+ [103.76309097869941, 1.43853445986266],
+ [103.76312654834678, 1.4386936668477812],
+ [103.76320752001537, 1.4388675114490364],
+ [103.76332113079319, 1.4390613443842275],
+ [103.76331978786978, 1.4395171134854416],
+ [103.76324952224181, 1.4396312193232517],
+ [103.76316736606167, 1.4396675332883286],
+ [103.7631473353862, 1.4397871572920034],
+ [103.76322283587221, 1.440361718664842],
+ [103.76329680519238, 1.440641633076798],
+ [103.76347526906268, 1.4408527332062826],
+ [103.76376671118776, 1.4410234370908586],
+ [103.76391086235164, 1.4409922681210952],
+ [103.76402691810628, 1.4411353536711438],
+ [103.76398924254434, 1.4412867908258695],
+ [103.76443697736896, 1.4421279634435726],
+ [103.76443359610433, 1.4422721396138225],
+ [103.76437578879482, 1.4424094310177795],
+ [103.76439621341031, 1.4425754971167837],
+ [103.76467929179358, 1.442892156699904],
+ [103.76494103929068, 1.4434811907694822],
+ [103.76498489146799, 1.4435513760963117],
+ [103.76510216610906, 1.4436276065945182],
+ [103.76578588240122, 1.4438386204682154],
+ [103.76584832711885, 1.4438914072941211],
+ [103.76603234700656, 1.4439055941007262],
+ [103.76615974215652, 1.4439055472476936],
+ [103.7662305247909, 1.4439340304577957],
+ [103.7663720950396, 1.444005253251459],
+ [103.76676335370433, 1.4447445373295442],
+ [103.76690483059102, 1.4455571750377147],
+ [103.76710295550039, 1.4461132122270777],
+ [103.76725864472691, 1.446369859662706],
+ [103.76751341776816, 1.4466978090643865],
+ [103.76762664058471, 1.4469401907180766],
+ [103.76776817821145, 1.447154065857099],
+ [103.7679521814697, 1.4473822067393223],
+ [103.76805476035052, 1.4474396195861068],
+ [103.76818472528137, 1.4474856310103592],
+ [103.77073199993247, 1.4485290316842658],
+ [103.77080458415546, 1.4485359864444718],
+ [103.77101387541376, 1.4487284823215474],
+ [103.77116056124709, 1.4488875900785863],
+ [103.77149552889331, 1.4489181966214257],
+ [103.77158544988654, 1.4489560566348407],
+ [103.77163756843069, 1.4489990831401756],
+ [103.77177058593885, 1.4491832729968754],
+ [103.77185044675697, 1.4492678186637236],
+ [103.77225980842786, 1.4496102144615661],
+ [103.7725670842446, 1.449801347270974],
+ [103.77278824165765, 1.4499650456768314],
+ [103.77295094796824, 1.4500555686622056],
+ [103.77371411963578, 1.4503631620252815],
+ [103.77402759611881, 1.4505162699538101],
+ [103.77421606075913, 1.4505781541570892],
+ [103.77449758958639, 1.4507220900353333],
+ [103.77552686298277, 1.4509805575039283],
+ [103.77581566499255, 1.4510269876823991],
+ [103.77610755412978, 1.451092479165972],
+ [103.77637109895906, 1.451148028229551],
+ [103.77644185022726, 1.451151633908548],
+ [103.7766083988524, 1.4511837746638259],
+ [103.77685201891707, 1.4512073846778581],
+ [103.77688908177483, 1.4511689664508394],
+ [103.77712184077929, 1.4512156392336542],
+ [103.77714707068219, 1.45151184685224],
+ [103.77736847350556, 1.4519117373720356],
+ [103.77755615767408, 1.4520389081682141],
+ [103.77769121882496, 1.4521307523150124],
+ [103.77804447749584, 1.4523714292727279],
+ [103.77817189028816, 1.4524427070795807],
+ [103.77826234036135, 1.4524993595157694],
+ [103.7784267163181, 1.4526422863911002],
+ [103.7775608083724, 1.4538531829672956],
+ [103.77756315005392, 1.454039357042509],
+ [103.77885307967478, 1.4553328026737273],
+ [103.77899008190826, 1.4552054689461273],
+ [103.77774324470745, 1.4539503142937018],
+ [103.77856828668975, 1.4527848419100031],
+ [103.77875232748387, 1.4528988874982298],
+ [103.77931860755723, 1.4533122991916325],
+ [103.77982202999605, 1.453484869181218],
+ [103.78208861061091, 1.4548929107733384],
+ [103.78225271522406, 1.454973010354377],
+ [103.78283324431736, 1.4554043740350378],
+ [103.78377689010222, 1.4563727049941115],
+ [103.78509941898855, 1.457531913258803],
+ [103.78585999502052, 1.4581514889121057],
+ [103.78663146829449, 1.4586670265918495],
+ [103.7874834754034, 1.4593329757535627],
+ [103.78912821200632, 1.460432504857811],
+ [103.79043928384729, 1.4612853142808948],
+ [103.7915412461036, 1.4618279432301475],
+ [103.79162619141601, 1.4621130571141896],
+ [103.79189365904826, 1.4620447862841222],
+ [103.79222078784244, 1.4622698630462732],
+ [103.79203881852008, 1.4625575014849441],
+ [103.79173168941908, 1.462362459879385],
+ [103.79161225715069, 1.4625287148974764],
+ [103.79314189196032, 1.4635832197779235],
+ [103.79326841994192, 1.463396052307721],
+ [103.79226013524914, 1.4627060535782552],
+ [103.79246145819558, 1.4623981613549781],
+ [103.79382054175626, 1.463281998431905],
+ [103.79477415989949, 1.4639004884217595],
+ [103.79518746677951, 1.4644821802304373],
+ [103.79558273167879, 1.464846908562396],
+ [103.79640818658466, 1.4653349964502758],
+ [103.79669388996749, 1.4654839760412068],
+ [103.797010660149, 1.4656258188678248],
+ [103.79678552826493, 1.4659737445636165],
+ [103.79694712483422, 1.4660833895111494],
+ [103.79725769490773, 1.4655962230727215],
+ [103.79752819648306, 1.465755373686688],
+ [103.79744389679018, 1.4658968626890805],
+ [103.79746170597106, 1.4660296289429389],
+ [103.79728957602997, 1.4663055184805032],
+ [103.79752807837308, 1.4664588164416925],
+ [103.79743082165986, 1.466598504646013],
+ [103.79764624600718, 1.466751593314553],
+ [103.79774109655087, 1.466592428693173],
+ [103.79791137107173, 1.466701654086569],
+ [103.79817188447012, 1.466651796146479],
+ [103.79836986386047, 1.46665339999045],
+ [103.79866266780019, 1.4667207706005003],
+ [103.79903260976143, 1.4668058895900202],
+ [103.79937710594473, 1.4668270615009487],
+ [103.79981241205594, 1.4667725494630888],
+ [103.80023076354043, 1.4671242644537061],
+ [103.80043687171677, 1.4672534847600427],
+ [103.80076464206026, 1.4675327913614415],
+ [103.80103398411929, 1.4678102639227295],
+ [103.8014247592902, 1.468240256369229],
+ [103.801537894534, 1.468397688662914],
+ [103.80207907467307, 1.4686204708860169],
+ [103.8022762227741, 1.4687060273310844],
+ [103.80238522898561, 1.4687988454747802],
+ [103.80284445939894, 1.4689853378859097],
+ [103.8031326906997, 1.469057837401778],
+ [103.80326827841502, 1.469105090419644],
+ [103.80375790821844, 1.4692065665668308],
+ [103.80413113110055, 1.4693314939346092],
+ [103.80420589032788, 1.4693716414161744],
+ [103.80490105307732, 1.4695868156615297],
+ [103.80498155382791, 1.4695327719347768],
+ [103.80522428407292, 1.4696168374077767],
+ [103.80544514959024, 1.4697569414577],
+ [103.80621444570845, 1.4699982414758086],
+ [103.80761703137564, 1.4703140211776964],
+ [103.80798511612667, 1.4703852928674763],
+ [103.80826825823496, 1.4704423098667927],
+ [103.80860802875331, 1.470513581133781],
+ [103.8088579042031, 1.4705045900104858],
+ [103.80914851336323, 1.4702675414588822],
+ [103.80932071575343, 1.470170621797194],
+ [103.80953980588971, 1.470060413908922],
+ [103.80962378444822, 1.4699795828050324],
+ [103.80965299322084, 1.469942840639731],
+ [103.80971139899357, 1.469792186976735],
+ [103.80975155855687, 1.469722374164775],
+ [103.80984190399876, 1.4697026428171693],
+ [103.81002154955824, 1.4698594188243173],
+ [103.81009824009536, 1.4698924949121162],
+ [103.81028083600289, 1.469943945147258],
+ [103.81077829994415, 1.4700018629797496],
+ [103.81092582604737, 1.4700348909223537],
+ [103.81112832668397, 1.470034920088705],
+ [103.81135474254118, 1.4700716991860368],
+ [103.81139870571037, 1.4701104090890533],
+ [103.81247953082027, 1.470331843853682],
+ [103.81495000274177, 1.4706068781014987],
+ [103.81753771390727, 1.470663597103867],
+ [103.81848427665243, 1.470514926288503],
+ [103.81960843949766, 1.4700711479025586],
+ [103.82020943617904, 1.4698040414546685],
+ [103.82058284244562, 1.4697856552085435],
+ [103.82099500073943, 1.4696904958906039],
+ [103.82131990363301, 1.469510536574429],
+ [103.82165210417197, 1.469312206008509],
+ [103.8222325583316, 1.4690220846569844],
+ [103.822466163601, 1.4687796268642659],
+ [103.822484374665, 1.4686216219896475],
+ [103.82234920106931, 1.4683386306131814],
+ [103.82208347099909, 1.467958219630408],
+ [103.82194013185666, 1.4678497730554707],
+ [103.82177662135854, 1.4678023048842321],
+ [103.82145083417774, 1.4677063104070738],
+ [103.82097977417519, 1.4674967098412695],
+ [103.8199413422207, 1.4666785089871917],
+ [103.81931494146552, 1.4661336803789973],
+ [103.81847847058893, 1.464954095543405],
+ [103.81859169662164, 1.4648542979735626],
+ [103.81811023613554, 1.4642413099106555],
+ [103.81844992634812, 1.4639989418786878],
+ [103.81873314049396, 1.4643695862879422],
+ [103.81894544983228, 1.4642270165693279],
+ [103.81874255794183, 1.4639450609311275],
+ [103.8187142219277, 1.4638452696571014],
+ [103.81884163426997, 1.4638737760274647],
+ [103.81901152266914, 1.4639307927239733],
+ [103.81909649400937, 1.4640733489946665],
+ [103.81925223018467, 1.464144621969002],
+ [103.81937967500598, 1.4643014330746957],
+ [103.81940802858735, 1.464472504464142],
+ [103.81956380599051, 1.4647148504375722],
+ [103.81980451715081, 1.4649429360092263],
+ [103.82004093668559, 1.465768298463351],
+ [103.8205911002073, 1.46605616149117],
+ [103.82192833541825, 1.4665110020970311],
+ [103.82218314024655, 1.466482477954924],
+ [103.82356313112398, 1.4681280688071885],
+ [103.82371415083213, 1.4680113369381351],
+ [103.82230940542097, 1.4662946459000015],
+ [103.82233037475484, 1.4658595838473008],
+ [103.82246734903855, 1.4657640746891272],
+ [103.82319785407945, 1.4659241712791242],
+ [103.82399021021362, 1.4654734236881797],
+ [103.82420104654165, 1.465766991815557],
+ [103.82436260579476, 1.4656573347778317],
+ [103.82402876018419, 1.4651055649414537],
+ [103.82397945662461, 1.4645962271946167],
+ [103.82347740510475, 1.4637410434973142],
+ [103.82423260738372, 1.463327673890911],
+ [103.82751282558068, 1.4691238519988497],
+ [103.83452109062708, 1.4651240303685127],
+ [103.83436736846674, 1.464818341098434],
+ [103.83531445203478, 1.4641839891187076],
+ [103.83574627398693, 1.4642648867252377],
+ [103.83616189117718, 1.464173034552746],
+ [103.83650494759983, 1.4640516929206275],
+ [103.83690117364065, 1.4639303945605988],
+ [103.83739417318853, 1.4637603950743943],
+ [103.83769909965797, 1.463560079780466],
+ [103.8386650554595, 1.463041671169585],
+ [103.84063369676731, 1.461610762584144],
+ [103.84078690751726, 1.4614221697180563],
+ [103.8410700263259, 1.461051493643585],
+ [103.84119035569736, 1.4607378545125764],
+ [103.84158671620264, 1.4605097273731351],
+ [103.84186982559656, 1.4605667265360092],
+ [103.84237942441871, 1.4605096600935752],
+ [103.84322876238731, 1.4602244699638958],
+ [103.84400719145688, 1.4596088534395408],
+ [103.8441345931804, 1.459466284432603],
+ [103.84431861777185, 1.459323709714627],
+ [103.84448848545486, 1.4593094389206545],
+ [103.84467251001112, 1.4591668641736153],
+ [103.84478575609288, 1.4590528079759348],
+ [103.84488484734328, 1.4589387518456627],
+ [103.84488484864626, 1.45884185109763],
+ [103.84509260070153, 1.458681850915913],
+ [103.84514094423939, 1.4585885131055198],
+ [103.84515930727534, 1.4584266038934257],
+ [103.84536661357046, 1.458267550557154],
+ [103.84558076645733, 1.4583034037932527],
+ [103.84575128044624, 1.4581789108766363],
+ [103.84618943664029, 1.4577609748627045],
+ [103.84628985552544, 1.4577385279795905],
+ [103.84639255179705, 1.4577725974716647],
+ [103.8464595354731, 1.457759718038086],
+ [103.8465195877044, 1.4576591271332051],
+ [103.84694921557383, 1.457335772981414],
+ [103.84712167706837, 1.457273660235287],
+ [103.84723776093992, 1.4571949581813333],
+ [103.8475018994277, 1.4570761204381157],
+ [103.84796869228997, 1.4567360703999495],
+ [103.84817654621033, 1.4566883620444626],
+ [103.84859468082564, 1.4566778903213067],
+ [103.84885448361374, 1.456587645712051],
+ [103.84902409731927, 1.456524999265315],
+ [103.84933424284608, 1.4563504114916783],
+ [103.84989889378139, 1.4560905502707937],
+ [103.8501936691275, 1.455870132963965],
+ [103.85083956088528, 1.455275876132047],
+ [103.85096124144393, 1.4551354492196626],
+ [103.85109808159787, 1.454902796087233],
+ [103.85122703304133, 1.4548035339241936],
+ [103.85150316492155, 1.4542641068635507],
+ [103.85195116854177, 1.4531466697364885],
+ [103.85220911798102, 1.4527447892037981],
+ [103.85237014272127, 1.452175676357746],
+ [103.85239579421298, 1.4519613293070741],
+ [103.85231964794956, 1.4513577215114029],
+ [103.85235226097251, 1.4512591935343915],
+ [103.85262123504063, 1.450959808002749],
+ [103.85341400871819, 1.4490836942393068],
+ [103.85379215709855, 1.4489990541571882],
+ [103.85400043921504, 1.4489952014745813],
+ [103.8544483401569, 1.4487730512501396],
+ [103.85485338673081, 1.4484531613458518],
+ [103.85498937504316, 1.4482127593943324],
+ [103.85512736084156, 1.4477764342732768],
+ [103.85539304931207, 1.4472454309740261],
+ [103.855489421874, 1.4469175783214698],
+ [103.85563657815379, 1.4468026494375719],
+ [103.85570904972606, 1.4466599473753918],
+ [103.85581172093379, 1.44601048214133],
+ [103.85600733776185, 1.445357564916368],
+ [103.85640856118759, 1.4444452985089324],
+ [103.85647179760441, 1.4440227086317272],
+ [103.85664709186823, 1.4438587981555282],
+ [103.85666025435022, 1.4433992610113415],
+ [103.85651587544969, 1.4431140587614144],
+ [103.85698747294046, 1.442119647265993],
+ [103.85712868434149, 1.4422380848655454],
+ [103.85749464007975, 1.4422302944151184],
+ [103.85780780090442, 1.4420090610923741],
+ [103.85800308776231, 1.4416726628269183],
+ [103.8582981309299, 1.4414509141475234],
+ [103.85851036335127, 1.441108165210255],
+ [103.85875850846571, 1.4408745698291705],
+ [103.85887896192997, 1.4406391788948736],
+ [103.85961909255522, 1.4397011192335358],
+ [103.85979151719108, 1.4394719569044339],
+ [103.85981892193708, 1.4393367578361596],
+ [103.86004220261349, 1.438953594424697],
+ [103.86015481192909, 1.4388661736872594],
+ [103.86043163379944, 1.4385017416882413],
+ [103.86131093721679, 1.4375261324454116],
+ [103.86132870494895, 1.4372876614787014],
+ [103.86128005787647, 1.4370839306511876],
+ [103.86129153650397, 1.4370070017197005],
+ [103.8614601355804, 1.436861875496661],
+ [103.86166212951065, 1.4364541695699171],
+ [103.86183571100155, 1.436072515985821],
+ [103.86218006090282, 1.4358582434705032],
+ [103.86240509944466, 1.4354781826785687],
+ [103.86248606634663, 1.435184259833933],
+ [103.86251703016724, 1.4346901657747773],
+ [103.86240935058036, 1.434472508524105],
+ [103.8623009354179, 1.434425836603015],
+ [103.86230218720556, 1.4342865003719685],
+ [103.86259361082716, 1.4341713593897012],
+ [103.86268444285786, 1.4339812148535085],
+ [103.86268552219639, 1.4334972518551792],
+ [103.86262267818707, 1.4333634068409191],
+ [103.86249272468267, 1.4333182970406748],
+ [103.86232357301947, 1.4334417312781478],
+ [103.86227057918299, 1.4337896515114186],
+ [103.86220423955285, 1.4337910116127883],
+ [103.86211168401142, 1.4336954739977934],
+ [103.8618793932311, 1.4332936726622942],
+ [103.8615801266055, 1.4330303582478257],
+ [103.86145659978517, 1.4330506708812998],
+ [103.861221306906, 1.4330141401960341],
+ [103.86118865068191, 1.4329804213956685],
+ [103.86145205706967, 1.4328769634732368],
+ [103.86139648911511, 1.4326732752292521],
+ [103.86139600665878, 1.4325328619196958],
+ [103.86151738829128, 1.4324948219794262],
+ [103.86162301606835, 1.4324813040499877],
+ [103.86184743605894, 1.4327479763979785],
+ [103.8619011955921, 1.4327669429436947],
+ [103.86197613417073, 1.4325750396453565],
+ [103.86212491636054, 1.4325156979457843],
+ [103.86219074884418, 1.4325619589324967],
+ [103.86219410108309, 1.432672348234533],
+ [103.86199110513797, 1.4331847623576832],
+ [103.86207273777565, 1.433315275477471],
+ [103.86220299101784, 1.4333296523071477],
+ [103.86235236142116, 1.4332378981905152],
+ [103.86240893682368, 1.4329447977216956],
+ [103.86244917453338, 1.4326960791077106],
+ [103.8620973020811, 1.4318283791775552],
+ [103.86184381966943, 1.431548372371904],
+ [103.86177452939326, 1.4315717989706007],
+ [103.86171121907833, 1.431653760433039],
+ [103.86144458273283, 1.431489721206663],
+ [103.86130497079562, 1.4314053747308555],
+ [103.86116535301971, 1.4312085670022434],
+ [103.86110949912519, 1.4309836442906478],
+ [103.86084649171676, 1.4308445228800566],
+ [103.86081937952672, 1.4307080456795074],
+ [103.86073805250516, 1.4305715682262337],
+ [103.86049409184535, 1.4305169756119456],
+ [103.86025013273138, 1.4305169739827157],
+ [103.86016880997856, 1.430435087519585],
+ [103.8600332757282, 1.43040779179589],
+ [103.85992484723417, 1.430353200242378],
+ [103.8598706260298, 1.4301894269344653],
+ [103.85995191785372, 1.4296162248847764],
+ [103.85992491324092, 1.4291392438732873],
+ [103.85992374267828, 1.4288531004892187],
+ [103.8598616570807, 1.4287722465718904],
+ [103.85968271467436, 1.4287501948299397],
+ [103.85922621010909, 1.428294473980896],
+ [103.85903995785867, 1.428125415230854],
+ [103.85896326254822, 1.4280041354882038],
+ [103.85887926569009, 1.42791960645397],
+ [103.85862363137096, 1.4278314012754663],
+ [103.85849582450379, 1.427989432112702],
+ [103.85828089906943, 1.428063150967964],
+ [103.85815893808558, 1.4279398151681812],
+ [103.85812697835786, 1.4278194537433688],
+ [103.85801193119057, 1.4275300350737588],
+ [103.85794437144241, 1.4275309537315723],
+ [103.85784667420901, 1.4273150379343118],
+ [103.8577535418224, 1.4270972844162264],
+ [103.85776722270285, 1.4268244042613643],
+ [103.85786763797876, 1.4266002213569349],
+ [103.85781924568863, 1.4264752659341264],
+ [103.85768777791804, 1.4264568888575078],
+ [103.85762569473258, 1.4264210559122463],
+ [103.85759282338826, 1.4263392836892266],
+ [103.85760925088773, 1.4262005468778107],
+ [103.85747514131016, 1.4259268498366025],
+ [103.85740569767776, 1.425794815266107],
+ [103.85738124303138, 1.4255853965256367],
+ [103.85739739206558, 1.4254553226182511],
+ [103.85744044896909, 1.4253686072443292],
+ [103.85753279744576, 1.425305462686454],
+ [103.85762428510385, 1.4252458478658625],
+ [103.85775882550844, 1.425218750790969],
+ [103.85778331248059, 1.4252527338071497],
+ [103.85786559444692, 1.4253144195798282],
+ [103.8579839025085, 1.425353991458696],
+ [103.85811845987209, 1.4253160528495552],
+ [103.85816689655414, 1.4252239166476546],
+ [103.85820456894912, 1.425126360709607],
+ [103.85825300681371, 1.425061322861987],
+ [103.8583337394384, 1.4250233857301213],
+ [103.86128999344196, 1.4236271197045443],
+ [103.86141733902234, 1.4235531674181012],
+ [103.861600337868, 1.4236236223400043],
+ [103.86185330532315, 1.423607353318921],
+ [103.86192892398346, 1.4235715657982255],
+ [103.86197199036617, 1.4234685889766345],
+ [103.86204050465808, 1.423424336696325],
+ [103.86224649036967, 1.4234957019727688],
+ [103.86243487679184, 1.4234631904243054],
+ [103.86249409221138, 1.4233276951806173],
+ [103.86253715683553, 1.4232301382008121],
+ [103.8626910931092, 1.4229876301886912],
+ [103.86281706116534, 1.4229212157152482],
+ [103.86298930145234, 1.4228724438694487],
+ [103.8630700386221, 1.4228507679375628],
+ [103.86316154083327, 1.4228236729152168],
+ [103.86327457326706, 1.422796578512564],
+ [103.86336877393788, 1.4227692926260394],
+ [103.86350430831891, 1.422769298985853],
+ [103.86358562894745, 1.4227693024361496],
+ [103.86369404799501, 1.4228784920735664],
+ [103.86380247028893, 1.4229603843901129],
+ [103.86385667883191, 1.4230422756150773],
+ [103.86391088360476, 1.4231787578518276],
+ [103.86391087695547, 1.4232879416868836],
+ [103.86388376432146, 1.4233971249789588],
+ [103.86382954911602, 1.4234244184944613],
+ [103.86366690871195, 1.423424410704903],
+ [103.86355848351708, 1.4233971103002763],
+ [103.86347715853836, 1.4234789942737736],
+ [103.86347715331166, 1.4235608816980119],
+ [103.8635313618578, 1.4236427720258238],
+ [103.86363978418244, 1.423724666157602],
+ [103.86374820561606, 1.4238065584753108],
+ [103.86391084083563, 1.4238884536821943],
+ [103.86424579888347, 1.4240422687976844],
+ [103.86439502581467, 1.4240907216836585],
+ [103.86467986272415, 1.4242744962705216],
+ [103.86523494152526, 1.4244288806772614],
+ [103.86536640833324, 1.4244472627479479],
+ [103.86557821955108, 1.424436246434073],
+ [103.86585576072086, 1.4244766865594065],
+ [103.86611990253608, 1.4244836509154373],
+ [103.86616800508295, 1.4243618496166135],
+ [103.8661196220072, 1.4242809920541455],
+ [103.86594342903412, 1.424091710338543],
+ [103.86578641793245, 1.4237471499896834],
+ [103.86580376803612, 1.4236911036107494],
+ [103.86594252919319, 1.4238748710618268],
+ [103.86605755176305, 1.4240843643733065],
+ [103.86615888614786, 1.424168899226401],
+ [103.86651307125584, 1.4241780164401208],
+ [103.86651306539284, 1.424270714625305],
+ [103.86640463078078, 1.424407190104265],
+ [103.86637751966119, 1.424489077012443],
+ [103.86643173114592, 1.424516374448246],
+ [103.86648593469823, 1.424680153932394],
+ [103.86662146969357, 1.4246528627910786],
+ [103.8667027917901, 1.4246255706237538],
+ [103.86678410226305, 1.424789350609311],
+ [103.86686541785369, 1.4248712422665648],
+ [103.86694673485158, 1.4249258375110105],
+ [103.86705515875434, 1.4249804341620467],
+ [103.8671635863586, 1.4249804388928557],
+ [103.86724491035712, 1.4248985547913224],
+ [103.86724491315314, 1.4248439628763736],
+ [103.86727202234886, 1.4248166678737686],
+ [103.86729913853105, 1.4246528926311957],
+ [103.86740756891207, 1.4245983063402097],
+ [103.86765152918318, 1.4245983171668484],
+ [103.86781417334448, 1.4245437318524747],
+ [103.86805813360881, 1.4245437426359362],
+ [103.86824788326473, 1.4245164541936945],
+ [103.86846473524606, 1.4245437599476887],
+ [103.86854604445615, 1.424734835372786],
+ [103.86865447204721, 1.4247348400332702],
+ [103.86887132405285, 1.4247621457480766],
+ [103.86900685902148, 1.424734855370516],
+ [103.86909856112587, 1.424734151249365],
+ [103.86917987648211, 1.42467957434245],
+ [103.86928075584495, 1.424501753155731],
+ [103.86960566459892, 1.4244909164687016],
+ [103.87015350880021, 1.4244505911931655],
+ [103.87052966301412, 1.4243110029120192],
+ [103.87072688448482, 1.4242889883931469],
+ [103.8709460055734, 1.4242155242486267],
+ [103.87135502631374, 1.4240612411931644],
+ [103.87165812639586, 1.4238995883720158],
+ [103.87193564168288, 1.4236791260781239],
+ [103.87207075985215, 1.4236129976311092],
+ [103.87222047391818, 1.423499093205071],
+ [103.87245783503025, 1.4233521282613324],
+ [103.87261121047717, 1.4232713017532654],
+ [103.87281204166904, 1.4231022790655101],
+ [103.87297265397538, 1.422789915416359],
+ [103.87305663105506, 1.4226980505111155],
+ [103.87317300350776, 1.4225191861605633],
+ [103.87321089171236, 1.4224173858065832],
+ [103.87339439182907, 1.4224132831280931],
+ [103.8734765696599, 1.4224114603027422],
+ [103.87363358443159, 1.422286532370937],
+ [103.87371391055942, 1.4221983419361661],
+ [103.87383076551895, 1.422124858520231],
+ [103.87411192936511, 1.42189337171391],
+ [103.8741374721605, 1.4218125220533675],
+ [103.87411307536028, 1.4217052342091479],
+ [103.87432986833882, 1.421405018691362],
+ [103.8744382699908, 1.4212685582247704],
+ [103.8745195440403, 1.4210775018062145],
+ [103.87460080273063, 1.4208318543773057],
+ [103.87470916237481, 1.420558914570868],
+ [103.87462777554012, 1.4203678276118419],
+ [103.8745735546615, 1.4203678177337176],
+ [103.87449222334345, 1.4203678029141318],
+ [103.87427534162546, 1.4203677624767592],
+ [103.87427530148288, 1.42023128314796],
+ [103.87432947274617, 1.420067517295965],
+ [103.87449210197961, 1.419958364024029],
+ [103.87479021836998, 1.4196308677807512],
+ [103.87508835093185, 1.419357963412628],
+ [103.87525094756178, 1.4191396262643687],
+ [103.87538646626305, 1.4190304670950857],
+ [103.8757116851434, 1.4186756792588866],
+ [103.8760369269921, 1.4184027806032604],
+ [103.87644348281744, 1.4180753038428493],
+ [103.87721055511422, 1.4174285490489928],
+ [103.87735389128815, 1.417364258717265],
+ [103.8780640949067, 1.4167561400561282],
+ [103.8781736698398, 1.4167681044646423],
+ [103.87823359219733, 1.416722748555684],
+ [103.87828658993448, 1.4167654371031753],
+ [103.87839503151872, 1.4167654566882164],
+ [103.87853058260022, 1.4167654820667173],
+ [103.87855764309404, 1.4166017103232822],
+ [103.87855760653954, 1.4164775004993055],
+ [103.87868944988735, 1.416377705900309],
+ [103.8788492220393, 1.4163143376054668],
+ [103.87907260801177, 1.4161650697701902],
+ [103.8793707714316, 1.4160013486899523],
+ [103.87956051142406, 1.415892199956361],
+ [103.8796418089633, 1.4157830307805532],
+ [103.88010363858312, 1.4155433949341905],
+ [103.88053250997534, 1.4151829547795365],
+ [103.880599233321, 1.4150768588975913],
+ [103.88109333871728, 1.4149528378520493],
+ [103.88131600076966, 1.4153584484512192],
+ [103.88131599513727, 1.415783867426868],
+ [103.88131599197892, 1.415979888240183],
+ [103.88139942634089, 1.4160919009778477],
+ [103.88156629566804, 1.4163439282533024],
+ [103.8817609778559, 1.4165399513097119],
+ [103.88203909637939, 1.4166799698690473],
+ [103.8822337801918, 1.416735978406533],
+ [103.88251190089638, 1.4167639842411228],
+ [103.88284564688833, 1.4167919915594922],
+ [103.88304033133065, 1.4167919936953781],
+ [103.88317939138952, 1.416791996115302],
+ [103.88351313708367, 1.4167639970045565],
+ [103.88395813271936, 1.416707996306311],
+ [103.88443093872277, 1.4166519967145974],
+ [103.88459781214118, 1.416623995718463],
+ [103.88512624303706, 1.416511990224267],
+ [103.88540436600329, 1.4163999821440516],
+ [103.8856824885837, 1.416231967700858],
+ [103.88604404963064, 1.4159519431793448],
+ [103.88629436225533, 1.415727923875772],
+ [103.88668373416616, 1.4154759022361905],
+ [103.8870174822932, 1.415251883637855],
+ [103.88737904252375, 1.4150278634370146],
+ [103.88776841321311, 1.4148878542798216],
+ [103.88843590692947, 1.4145798293914007],
+ [103.88882527654143, 1.414551830908376],
+ [103.8892424598869, 1.414439823550635],
+ [103.88985432628515, 1.4143558203984654],
+ [103.89024369583339, 1.4143278216780968],
+ [103.89049400611673, 1.4142158127829583],
+ [103.89085556347275, 1.4141878128408203],
+ [103.89121711991926, 1.4141598137467475],
+ [103.89157867915485, 1.4139918001384375],
+ [103.89191242469592, 1.4139077935047006],
+ [103.8922461705317, 1.4139077967635794],
+ [103.892579914191, 1.413963805394683],
+ [103.89290874630166, 1.4139889481789012],
+ [103.89338152145932, 1.4138490779234054],
+ [103.8936596411601, 1.4137091466519183],
+ [103.89478391967192, 1.413689458837853],
+ [103.89582266319363, 1.4138936741829273],
+ [103.8965225897618, 1.4141437423465955],
+ [103.89724466410574, 1.414531349781283],
+ [103.89850716024907, 1.4155860128315945],
+ [103.89899181882873, 1.4165842805397657],
+ [103.90001860444012, 1.417755732514096],
+ [103.90138229021788, 1.4185405659595367],
+ [103.90306198609599, 1.4188721483547173],
+ [103.9045116130414, 1.41896287667689],
+ [103.90577641323931, 1.418974001533307],
+ [103.90594061778488, 1.4190642626506684],
+ [103.90613519250005, 1.419316345922478],
+ [103.9067190402258, 1.419680558712664],
+ [103.9068302189056, 1.419848609346691],
+ [103.90705261860487, 1.4200446961872655],
+ [103.90719157896575, 1.4202967630539776],
+ [103.90744176938263, 1.4205488643065556],
+ [103.90766417009894, 1.4207449501760847],
+ [103.90799777393875, 1.4210250784900849],
+ [103.90824806961191, 1.420941145438664],
+ [103.90833150988098, 1.4208851653507089],
+ [103.90844275698088, 1.4208291924896828],
+ [103.90858180462678, 1.4208012313599154],
+ [103.90883208140238, 1.420773303646057],
+ [103.90911014078368, 1.4208293930334714],
+ [103.9093325847094, 1.4208854652365182],
+ [103.90955502774618, 1.4209415374174337],
+ [103.90983348522984, 1.4209974548729238],
+ [103.9099725176608, 1.421053480050234],
+ [103.91002812956165, 1.421081489934899],
+ [103.910194963502, 1.4211935258960253],
+ [103.91038959716776, 1.4213615708287406],
+ [103.91061205374835, 1.4214176076325002],
+ [103.9108067097183, 1.4214176345311498],
+ [103.9110291831986, 1.4213336559964245],
+ [103.91133509678113, 1.4211376773826547],
+ [103.91152976247922, 1.4210536943202752],
+ [103.91165276185056, 1.4209355812181572],
+ [103.91178270346855, 1.4208636772067869],
+ [103.9119887495297, 1.4207996403497543],
+ [103.9121713420108, 1.420803341071432],
+ [103.91222246397736, 1.4208401007683689],
+ [103.91227165527326, 1.4208885042044606],
+ [103.91230820817339, 1.4209179580512452],
+ [103.91236816147612, 1.4209282738658917],
+ [103.91240325796042, 1.4209106086387575],
+ [103.91248612153746, 1.4208637733441178],
+ [103.91270817664524, 1.4207152068687516],
+ [103.9127958326413, 1.4206233359282292],
+ [103.91282140137612, 1.420579236493692],
+ [103.91285793900754, 1.420424877643988],
+ [103.91297482345175, 1.420230102738974],
+ [103.91298214486365, 1.4200904417038833],
+ [103.91290771714094, 1.4198706243806551],
+ [103.91297594858729, 1.4196817457990016],
+ [103.91317063619302, 1.4194297455220102],
+ [103.91333752663894, 1.4190937317777839],
+ [103.91361563374942, 1.4188697457288537],
+ [103.91378251704225, 1.4185897391584303],
+ [103.91381036000045, 1.4183097130288522],
+ [103.91386604769964, 1.4177496598633723],
+ [103.91386609000479, 1.4174136229811207],
+ [103.91386615699362, 1.4168815663155852],
+ [103.91400522187405, 1.4166855642750933],
+ [103.91403307536837, 1.4163215282416726],
+ [103.91414438185511, 1.415733481272533],
+ [103.91420005093364, 1.4153134433886014],
+ [103.91425002701766, 1.4146474777410198],
+ [103.91444908260614, 1.414409528312145],
+ [103.9144400172302, 1.4139050912086388],
+ [103.91446198750718, 1.4134346543491758],
+ [103.91448757234053, 1.4132619173959338],
+ [103.91459632350059, 1.413126966325928],
+ [103.91470092846819, 1.4126532247243968],
+ [103.91492345461226, 1.4121492017864796],
+ [103.91497199781973, 1.4120668930869222],
+ [103.91490040896797, 1.4118506542731082],
+ [103.91491378369874, 1.4117271087656522],
+ [103.91514877987255, 1.4114941826609801],
+ [103.91525470444294, 1.4113214573252426],
+ [103.91552868523482, 1.410590108203597],
+ [103.91565651186096, 1.4104945667457611],
+ [103.91566749470196, 1.4102740500894206],
+ [103.91582822380414, 1.4098955141708007],
+ [103.91601082578727, 1.4098110075887555],
+ [103.91602546479687, 1.4095610881499767],
+ [103.91627383939223, 1.4091678631206646],
+ [103.91635419190858, 1.409072316094921],
+ [103.91652952731063, 1.4086937832289221],
+ [103.91674500511395, 1.4085431239716346],
+ [103.91690206229728, 1.4083152767071099],
+ [103.9170870312124, 1.4078846042162676],
+ [103.91707371073298, 1.4075103322510383],
+ [103.91719424785015, 1.4072898297175362],
+ [103.91733119726422, 1.4072365559682465],
+ [103.91746449839947, 1.4071575541200603],
+ [103.91761058014386, 1.4070803912745142],
+ [103.91780781275897, 1.4068010941886038],
+ [103.91791738254267, 1.40667982325367],
+ [103.9180305962607, 1.4066136821502284],
+ [103.91825338125804, 1.406418920334099],
+ [103.91838452360813, 1.406281720948093],
+ [103.91850811816938, 1.4062278371786185],
+ [103.91861038483876, 1.4060992149154616],
+ [103.91866882813777, 1.4059852883505852],
+ [103.91878205247288, 1.4058419661615802],
+ [103.9188952718421, 1.4057353972801385],
+ [103.91895737951977, 1.4055222375353196],
+ [103.91907791699404, 1.4052943851590725],
+ [103.91928974622668, 1.4050987021129542],
+ [103.91943673659345, 1.4050555359424592],
+ [103.9196266589485, 1.4048276918196907],
+ [103.91983117888135, 1.404677030902831],
+ [103.91988596127203, 1.4046366092626292],
+ [103.92003204896702, 1.4045079925455262],
+ [103.92018546332918, 1.4041992879375969],
+ [103.9202731433158, 1.4039052753495043],
+ [103.92057262187981, 1.403662743819726],
+ [103.92078371490821, 1.4033946365794288],
+ [103.9210145769475, 1.4029644938639694],
+ [103.92130673903787, 1.4028175184208702],
+ [103.92178513801464, 1.4027073199262203],
+ [103.92247177920756, 1.4018731138571268],
+ [103.92288449957833, 1.4013806732981544],
+ [103.9230488188018, 1.401479926228733],
+ [103.92312553781343, 1.4012189901476366],
+ [103.92367336524357, 1.4007339193288513],
+ [103.92402761523108, 1.400517120726479],
+ [103.92434533751185, 1.4003848497804634],
+ [103.92448780884915, 1.3999548585365138],
+ [103.926039372648, 1.3981475909074517],
+ [103.9271393731186, 1.3985873630127967],
+ [103.92802671036104, 1.3990434063727035],
+ [103.92845419911905, 1.3991115354234003],
+ [103.9288772974839, 1.399291947545778],
+ [103.92934592618768, 1.3993868104185105],
+ [103.9297089504905, 1.3994012751906177],
+ [103.93024641652998, 1.399315030058005],
+ [103.93080787189831, 1.3990977461611278],
+ [103.93205216301968, 1.398439755464845],
+ [103.9326301269611, 1.3980363191495042],
+ [103.93343092354435, 1.3973455743150198],
+ [103.93418664977148, 1.3964474599167203],
+ [103.93441161538108, 1.396175709107193],
+ [103.93461408771618, 1.395903955636659],
+ [103.93495154203265, 1.3954283864046522],
+ [103.93510903125777, 1.39511133623209],
+ [103.93531806080165, 1.39462040561378],
+ [103.93642463454773, 1.392880253068014],
+ [103.93664429178932, 1.392445923233511],
+ [103.93719665524259, 1.391148511944402],
+ [103.93767328352726, 1.3901400893839837],
+ [103.93800793242623, 1.38983732914664],
+ [103.94038646725369, 1.3887924488894159],
+ [103.94052648211289, 1.388685212236181],
+ [103.94059670019911, 1.388421061912719],
+ [103.94082582753195, 1.3881712990629542],
+ [103.94135378566887, 1.3879340687005064],
+ [103.94230592781393, 1.387419871149353],
+ [103.94257440109887, 1.3870203149551457],
+ [103.94406215582742, 1.3862476874181489],
+ [103.94427488863853, 1.3859905463512234],
+ [103.94446685652628, 1.3858358678016753],
+ [103.94469720877291, 1.3855651676685878],
+ [103.94490836653115, 1.3853331407730136],
+ [103.94515792393354, 1.3851204563510204],
+ [103.94550347238736, 1.3849077827107517],
+ [103.94600259962849, 1.3846177777935205],
+ [103.9465593271727, 1.3843664541145773],
+ [103.94680889522657, 1.3842697956135743],
+ [103.94706660195924, 1.3841043382307883],
+ [103.94741215190291, 1.383911002315605],
+ [103.94771930755563, 1.38373699986733],
+ [103.94800726513422, 1.383562994698887],
+ [103.94837232202937, 1.3834065412204222],
+ [103.94852589797647, 1.3833098727623765],
+ [103.94875626607613, 1.3832518629325667],
+ [103.94910181023869, 1.3830005264167722],
+ [103.94921699192213, 1.3829231914511964],
+ [103.94935136696502, 1.3827685262274534],
+ [103.94939061928638, 1.3826748133684272],
+ [103.94937573630317, 1.3825100410936235],
+ [103.94954657165991, 1.3824629750968096],
+ [103.94955077987612, 1.3824855224509165],
+ [103.94959388607091, 1.382574581928523],
+ [103.94971893721267, 1.3826913271293237],
+ [103.94978938987042, 1.3827285607708624],
+ [103.94988309899794, 1.382757442379704],
+ [103.94998259923757, 1.3827639208352835],
+ [103.9500800878368, 1.382757432639501],
+ [103.95027707523542, 1.3826912977206463],
+ [103.95047405776045, 1.3825259777567316],
+ [103.95062179702587, 1.3824598452558707],
+ [103.95076953709473, 1.382410244488888],
+ [103.95091727796999, 1.3823771754555407],
+ [103.95108143658584, 1.3823606346233885],
+ [103.95124559340138, 1.3823440955888247],
+ [103.95147541515978, 1.382344083189924],
+ [103.95168882006548, 1.3823275398501085],
+ [103.95191863853832, 1.3822614040584704],
+ [103.95209920890379, 1.3821952707243277],
+ [103.95227503319707, 1.3821512483686431],
+ [103.95243936236622, 1.3820777335195087],
+ [103.95285201446843, 1.3819784788027718],
+ [103.95335595964349, 1.3818057128172556],
+ [103.95350020987765, 1.3818700228140504],
+ [103.95362436867427, 1.3817864027797735],
+ [103.95466372506874, 1.381620490476431],
+ [103.95483445084315, 1.3816489483045],
+ [103.95490200940307, 1.3816011529046817],
+ [103.95517589837338, 1.3815386202319222],
+ [103.95578575532028, 1.381295923003952],
+ [103.95603043025463, 1.3812591253756261],
+ [103.95627875759065, 1.3812517319620274],
+ [103.95658917042627, 1.3813398965126553],
+ [103.95691991034606, 1.3813672795896745],
+ [103.95701666337936, 1.3813176557943054],
+ [103.95728316575642, 1.381302936894456],
+ [103.95765554199625, 1.3812624841975214],
+ [103.9577541071792, 1.381277179412075],
+ [103.95791474204094, 1.3812551171708094],
+ [103.95816300582948, 1.3811668925880183],
+ [103.95822506875473, 1.3811558624206532],
+ [103.95839299955708, 1.3811595270533426],
+ [103.95860472697065, 1.3812183183563145],
+ [103.95886210034509, 1.3812137078186508],
+ [103.95904646595244, 1.38118153618612],
+ [103.95926915787143, 1.381174170954887],
+ [103.95973280484475, 1.3811190108541682],
+ [103.95989709107475, 1.3810895967267378],
+ [103.96005407057345, 1.3810859111741562],
+ [103.96030960962412, 1.3811263242393277],
+ [103.9604994292465, 1.381207169412508],
+ [103.96058338239848, 1.3812659701226224],
+ [103.96066051881334, 1.3813890894190484],
+ [103.96130984163628, 1.3813890470842138],
+ [103.9617734715401, 1.3814184191012624],
+ [103.96208011623649, 1.381479042581259],
+ [103.96235024173903, 1.381600311811053],
+ [103.96259014185149, 1.3817357711958087],
+ [103.96278173421736, 1.3817621906742428],
+ [103.96338830646285, 1.38180915430931],
+ [103.96387822282429, 1.3818796258911992],
+ [103.96418149029074, 1.3819971146412096],
+ [103.96430376200202, 1.3820180420273958],
+ [103.9644161397939, 1.3820109609667648],
+ [103.96453144116713, 1.3819970906942378],
+ [103.96481141542, 1.381926566548216],
+ [103.96520805871258, 1.381762028352472],
+ [103.96546471325904, 1.3816445030411164],
+ [103.96572137186872, 1.3815034751502606],
+ [103.96588469516048, 1.3814329592313577],
+ [103.96599953414099, 1.3814589712701983],
+ [103.96600223211539, 1.3814834711830781],
+ [103.9660130376813, 1.3815038883514064],
+ [103.96602384481803, 1.381520222326231],
+ [103.96604453515425, 1.381532995273284],
+ [103.96607653995298, 1.3815392751710198],
+ [103.96610906342919, 1.3815329916456198],
+ [103.96614140331144, 1.381521575877154],
+ [103.96617359798587, 1.3815004852543968],
+ [103.96618973633618, 1.3814679833937256],
+ [103.96633491866973, 1.3815004743646024],
+ [103.96635103234824, 1.3815898913203328],
+ [103.96635100723064, 1.3817198978446177],
+ [103.96636892548618, 1.3817490353704314],
+ [103.96639939088273, 1.3817848970228026],
+ [103.9664391486704, 1.3818091597114206],
+ [103.96648004405756, 1.381817392523274],
+ [103.96657683647963, 1.3818173861577785],
+ [103.96675493788882, 1.3817988882318786],
+ [103.96681985035838, 1.3817595303574084],
+ [103.96686790635863, 1.381701426016226],
+ [103.96691177300146, 1.3816234567016146],
+ [103.96693246419022, 1.3815227150608402],
+ [103.96691633205123, 1.3813927311581404],
+ [103.96688406776357, 1.3811002660170286],
+ [103.96686794005181, 1.38082405315102],
+ [103.96683567311959, 1.380596579962889],
+ [103.96699707519163, 1.3799954506376269],
+ [103.96704548844718, 1.380011708323571],
+ [103.96701320644561, 1.3801741787349273],
+ [103.96694864509439, 1.3804341276008085],
+ [103.96693250141844, 1.3805641042863093],
+ [103.96693249875628, 1.3806290953380482],
+ [103.96693249610269, 1.3807103332482724],
+ [103.9669457813493, 1.380756107670401],
+ [103.96697281416827, 1.3807914974333728],
+ [103.96723910449114, 1.380877290908106],
+ [103.96725262119257, 1.3808840990812754],
+ [103.9672918212767, 1.3809140466057126],
+ [103.96735118816918, 1.3809628028046506],
+ [103.96742334502015, 1.3810219059825304],
+ [103.9674488922046, 1.3810678886120387],
+ [103.96748116185057, 1.3812303716389933],
+ [103.96751467086519, 1.3813649559401766],
+ [103.96751342708637, 1.3814903403351075],
+ [103.96749728256728, 1.3816528143545255],
+ [103.96749727727943, 1.3817827946450394],
+ [103.96750793854778, 1.3818256218962826],
+ [103.96752954957219, 1.3818640388573311],
+ [103.96761023606504, 1.3819615425474308],
+ [103.96763400428334, 1.3820109446660052],
+ [103.96763048874658, 1.3820852083354285],
+ [103.96761292023582, 1.3821559331327231],
+ [103.9675940880277, 1.382205253569213],
+ [103.9674811178116, 1.382351458201258],
+ [103.96736814494942, 1.3825789016409253],
+ [103.96730358713069, 1.3827576126062364],
+ [103.9672228900371, 1.3829363199647884],
+ [103.96715833661217, 1.383001297494844],
+ [103.96709435082788, 1.3830617405216445],
+ [103.96708029693498, 1.3830900288485108],
+ [103.9670802968283, 1.3831041739700003],
+ [103.96706975615706, 1.383128926947682],
+ [103.96704867630636, 1.3831890410657157],
+ [103.96703813441547, 1.3832562312165735],
+ [103.96702056789242, 1.383298664863862],
+ [103.96696435642443, 1.3833729179550298],
+ [103.96694678939639, 1.3834224237105484],
+ [103.9669397619285, 1.3834754676361813],
+ [103.96693624527595, 1.383546195251753],
+ [103.96685895536051, 1.3836416622437817],
+ [103.96684490155187, 1.3836876317455549],
+ [103.96684138378285, 1.3837866505086702],
+ [103.96682381380334, 1.3839281027190753],
+ [103.96681678521837, 1.3840094386963704],
+ [103.96681377879666, 1.3840934504521458],
+ [103.96677600830279, 1.3842083761642194],
+ [103.96592894072003, 1.3838920954209943],
+ [103.9658528088574, 1.3840980916035621],
+ [103.96670768777395, 1.3844137849945886],
+ [103.96674983873285, 1.3845384524875388],
+ [103.96676389111842, 1.3845472954449194],
+ [103.96677442963711, 1.3845481820269103],
+ [103.9667849689061, 1.3845464170202824],
+ [103.9667900033239, 1.3845412474035967],
+ [103.9668954012938, 1.3843449994629604],
+ [103.96693492698596, 1.3842512926886397],
+ [103.96695688318731, 1.384227427147122],
+ [103.96697005757414, 1.384218588073148],
+ [103.96698235350273, 1.3842159385004278],
+ [103.96699673797427, 1.3842179082887687],
+ [103.9670434207236, 1.3842351952275713],
+ [103.96706929994356, 1.3842407112698203],
+ [103.96708862171772, 1.3842362950794238],
+ [103.96710223560551, 1.3842292249112933],
+ [103.96714439308352, 1.3841974052646864],
+ [103.96722168320086, 1.3841054752216841],
+ [103.96731302761494, 1.3839605026601416],
+ [103.96740437010689, 1.3838615024182706],
+ [103.96754147101117, 1.3837692958470023],
+ [103.96786367984294, 1.3839498378114332],
+ [103.96813391791908, 1.384177723319758],
+ [103.96834207581523, 1.384317403626915],
+ [103.96913819006475, 1.384820997771669],
+ [103.96948511777231, 1.3851076938351736],
+ [103.96969692431183, 1.3853465913051417],
+ [103.96979552242286, 1.3854935986131274],
+ [103.96998175785173, 1.3859125495922158],
+ [103.97011687409375, 1.3861073348963002],
+ [103.97031042563432, 1.3862102653070603],
+ [103.97076326231235, 1.3864813655919568],
+ [103.97097141965885, 1.3866366630479958],
+ [103.97153028513333, 1.3868233321013952],
+ [103.9714607983147, 1.3869303935945856],
+ [103.97135189768645, 1.386841961570166],
+ [103.97127990438644, 1.386927475888338],
+ [103.97193287098253, 1.3874787046155146],
+ [103.97200283078843, 1.387377590162664],
+ [103.9715315402818, 1.386990982564694],
+ [103.97163293511943, 1.3868315159661073],
+ [103.97210676859937, 1.387234026592489],
+ [103.97222656367589, 1.3873240016785684],
+ [103.97268737351577, 1.3874058064652113],
+ [103.97295786075415, 1.3874093472718612],
+ [103.97331919076032, 1.3874826586473101],
+ [103.97354170148456, 1.3874889379351953],
+ [103.97364401398335, 1.3874420488308323],
+ [103.97371698557423, 1.387155315781013],
+ [103.97366952111378, 1.3869421597209823],
+ [103.97358099650053, 1.386564039729063],
+ [103.9744228140763, 1.3866751525948238],
+ [103.97487026495173, 1.3867154520948428],
+ [103.9756494863821, 1.3867554529161454],
+ [103.9759040589269, 1.3868049322926481],
+ [103.97604000737955, 1.386753398965999],
+ [103.97610021471954, 1.3865916421485482],
+ [103.97586294510711, 1.386136004922582],
+ [103.97563299301665, 1.3859119235194757],
+ [103.97549063062684, 1.38563266081003],
+ [103.975505215638, 1.3854562262613144],
+ [103.97557820042027, 1.3853348927323312],
+ [103.97566122842153, 1.3853017672891141],
+ [103.97578259999297, 1.3855185579766214],
+ [103.97585350006618, 1.385592609124109],
+ [103.97597671296145, 1.3857211593408276],
+ [103.97634553972291, 1.3862467101683906],
+ [103.97644778947944, 1.3863091853716614],
+ [103.97653178014632, 1.3864451672649643],
+ [103.97661942127483, 1.3868126925592517],
+ [103.97657925080915, 1.386981758118839],
+ [103.97640396448847, 1.387121427498202],
+ [103.97623963295008, 1.387205966334324],
+ [103.97580415800331, 1.3872528459105493],
+ [103.97554396785264, 1.3872840983015557],
+ [103.97543258866804, 1.3872234603710112],
+ [103.97470405699606, 1.387327320447314],
+ [103.97454063971135, 1.3873898071691424],
+ [103.97445573553063, 1.3874706676014643],
+ [103.97440826123655, 1.3875781718896636],
+ [103.97431331485029, 1.3876636270763958],
+ [103.97423662548293, 1.3879429527363867],
+ [103.97419554211065, 1.387994408840889],
+ [103.97408233457827, 1.3884244231920035],
+ [103.97402207925202, 1.388537441228014],
+ [103.97390248297603, 1.3886357606112152],
+ [103.973894265607, 1.3886982407194393],
+ [103.97325063720463, 1.388912355060501],
+ [103.97274486567454, 1.3887488268461143],
+ [103.97271930263372, 1.3888342778592657],
+ [103.97298213088584, 1.388919525444149],
+ [103.9731271500614, 1.3891638327714784],
+ [103.97324763537709, 1.3890856996206982],
+ [103.97342158519585, 1.38908735598863],
+ [103.97339468237344, 1.3891570540150888],
+ [103.97343729992652, 1.3891865824906369],
+ [103.97352077467215, 1.3891989645470573],
+ [103.97357853512389, 1.3892608664456234],
+ [103.97366777774603, 1.3894546485811134],
+ [103.97369056562734, 1.3897137657538343],
+ [103.97377510349054, 1.3899253197690917],
+ [103.97380605781717, 1.390400187234839],
+ [103.9738509947221, 1.3904466135535605],
+ [103.97394490906514, 1.3904421702253964],
+ [103.97408316002097, 1.3904833438397939],
+ [103.97424671820403, 1.390671751384136],
+ [103.97428573293203, 1.390693287310627],
+ [103.97469214017579, 1.3907006352081015],
+ [103.9747323524953, 1.3907185861660976],
+ [103.97460172698327, 1.3910577829049864],
+ [103.9746929253388, 1.3910900386920533],
+ [103.97471005106583, 1.391040962490612],
+ [103.97466986134333, 1.3910253339314338],
+ [103.97476133442922, 1.3907819900979448],
+ [103.97492548337492, 1.390900496749447],
+ [103.97496927569664, 1.3911306468331104],
+ [103.97508476378977, 1.3911986107487557],
+ [103.9751857874098, 1.391249734516312],
+ [103.97525649335527, 1.3913804556684004],
+ [103.97537118671588, 1.391531679641418],
+ [103.97543151352112, 1.3916822440067],
+ [103.97564584859587, 1.3917653499476124],
+ [103.97586018209925, 1.3918070930943731],
+ [103.97611673322761, 1.3919506104692911],
+ [103.97624582842583, 1.3920318567492422],
+ [103.97632197794462, 1.3920866292671314],
+ [103.97674876013421, 1.392309230703876],
+ [103.97718456624547, 1.392211429874927],
+ [103.97758565365737, 1.3921813062660395],
+ [103.97823607451406, 1.3924492328815294],
+ [103.97847737910273, 1.392421499273175],
+ [103.97946574868192, 1.3925504928812478],
+ [103.9803167856757, 1.3923218234763097],
+ [103.98051233436135, 1.392317217950347],
+ [103.98083676220261, 1.3924141848499507],
+ [103.98156995279406, 1.3926928174366593],
+ [103.98174997596638, 1.3929765022926748],
+ [103.98181342436023, 1.393004265772581],
+ [103.98208461017093, 1.3929192160151276],
+ [103.98231400933618, 1.3929320044724534],
+ [103.98296347434632, 1.3925672080444118],
+ [103.98345842011969, 1.3922883835876587],
+ [103.98362515571071, 1.3922517914963541],
+ [103.98386911541108, 1.392124289876889],
+ [103.9844230459185, 1.3922510383968516],
+ [103.98479969675641, 1.3922836009162753],
+ [103.98494840577811, 1.3923983999183014],
+ [103.98508452011184, 1.3926074106199873],
+ [103.98517093086758, 1.392665414347286],
+ [103.98525170639557, 1.3926491423700162],
+ [103.98542727497659, 1.39212194644474],
+ [103.98589273623449, 1.3919406017756852],
+ [103.98614605000692, 1.3918143392056768],
+ [103.98704024145178, 1.3918175671820083],
+ [103.98729318950286, 1.391595624952242],
+ [103.98740656892309, 1.391400017820007],
+ [103.98766350720526, 1.3911187229995063],
+ [103.98799288841022, 1.3907940212970087],
+ [103.98833427971648, 1.3907561503574495],
+ [103.98844504627962, 1.3911022310585373],
+ [103.98811293223764, 1.3913395970703624],
+ [103.98795383952735, 1.3915744962965937],
+ [103.9878632796968, 1.3917874159342567],
+ [103.98782156776923, 1.3919521742325625],
+ [103.9877963072191, 1.3923280725648515],
+ [103.98716725447065, 1.3927369800080274],
+ [103.98653545574206, 1.3928582953053112],
+ [103.98614469181474, 1.3929795992451919],
+ [103.98604608995814, 1.393115590805219],
+ [103.98610452554279, 1.393273625865302],
+ [103.9863053889666, 1.3933471219147562],
+ [103.98679110693728, 1.3932625667547263],
+ [103.98728412672196, 1.3930677513456857],
+ [103.98765183723076, 1.39291279656968],
+ [103.98833023914955, 1.3927018720171842],
+ [103.98953880352866, 1.3922914036819831],
+ [103.9914965859344, 1.39158373131275],
+ [103.99160793095218, 1.391568498886009],
+ [103.99481837250418, 1.3905667359284009],
+ [103.99589938282656, 1.39025146722389],
+ [103.99734518225394, 1.3898155598513153],
+ [103.99761064931144, 1.3897692823476329],
+ [103.997704835223, 1.3897052651252693],
+ [103.99815012662064, 1.3895671489249874],
+ [103.99848417000887, 1.3894031603939725],
+ [103.99883969276324, 1.3891345195364233],
+ [103.99902284207828, 1.388969677905861],
+ [103.99931236277965, 1.388638177750349],
+ [103.99946387814029, 1.3883631989972771],
+ [103.99957196425797, 1.388251768735082],
+ [103.99983739867525, 1.387767998568983],
+ [104.0000535434871, 1.3875141862866611],
+ [104.00050870046826, 1.3866182259363922],
+ [104.00067615366365, 1.3861526665405606],
+ [104.00076181577103, 1.3857344155220666],
+ [104.00102117612741, 1.3850953426304857],
+ [104.00112532930018, 1.3846306287817154],
+ [104.00136976536261, 1.3842762540687679],
+ [104.00162509208357, 1.3840371528409003],
+ [104.00195557132088, 1.3836909672508482],
+ [104.0021136237586, 1.3833727676437388],
+ [104.00225889020724, 1.3829503703686576],
+ [104.0025655346756, 1.3823005339155154],
+ [104.00271079855554, 1.3818943834583062],
+ [104.00288254495226, 1.3814992317331727],
+ [104.00313274936936, 1.3811586127089592],
+ [104.0036732557676, 1.3799212245637684],
+ [104.00405960735227, 1.3794250547529208],
+ [104.0044461227065, 1.3776753521615168],
+ [104.00501470933409, 1.3766185381344131],
+ [104.00555479523793, 1.3754312323531963],
+ [104.00575526112944, 1.3750024534159413],
+ [104.00612280604577, 1.3740019692528613],
+ [104.00672831123065, 1.3737012344201498],
+ [104.00720587580727, 1.373504096936568],
+ [104.00741487184104, 1.373504102427206],
+ [104.00776894391352, 1.373610321570667],
+ [104.00850717171461, 1.3736189798359129],
+ [104.00850811489065, 1.3738366764029306],
+ [104.00858375520752, 1.3738338238960397],
+ [104.00859035221981, 1.374113698411841],
+ [104.00857015690997, 1.3741136980939526],
+ [104.00859018796498, 1.3747078756037592],
+ [104.00859033919515, 1.3747115888947323],
+ [104.00859165596779, 1.374716671300655],
+ [104.0085938506414, 1.3747217545460952],
+ [104.0085964837195, 1.374725511967398],
+ [104.00859911763175, 1.3747283858289199],
+ [104.00860153315969, 1.3747308165701706],
+ [104.00860548345786, 1.3747334687662527],
+ [104.00861053265632, 1.3747354579852786],
+ [104.00861514239054, 1.3747365627726806],
+ [104.00861997222557, 1.3747370046479386],
+ [104.0086248010976, 1.3747365629635437],
+ [104.00863072792292, 1.3747347945019168],
+ [104.00863489979673, 1.3747323641784124],
+ [104.00863973020797, 1.3747283864463011],
+ [104.00864368175525, 1.3747235243150395],
+ [104.00864609771429, 1.3747195458569372],
+ [104.00864785399558, 1.3747138003281458],
+ [104.00864852404014, 1.3747098635995925],
+ [104.00864447309046, 1.373795073014011],
+ [104.00857375583341, 1.373795267245298],
+ [104.00857301071389, 1.373619751823739],
+ [104.00871097869006, 1.3736213694869166],
+ [104.00873847098057, 1.3727422852226105],
+ [104.00859608288516, 1.3726403191893441],
+ [104.00731721656766, 1.372623750325057],
+ [104.00672299464189, 1.372395006925801],
+ [104.00655333271736, 1.3713974196526815],
+ [104.00660812552789, 1.3712100304368517],
+ [104.00701349548928, 1.370592752498977],
+ [104.00702446624383, 1.370457720787004],
+ [104.00676162360101, 1.370041595026609],
+ [104.00656172941086, 1.3699286043538166],
+ [104.00676439432331, 1.3697853100189992],
+ [104.00790912284724, 1.3694022913859194],
+ [104.00862387197968, 1.369341683854001],
+ [104.00932217535352, 1.369402328489962],
+ [104.00973018977727, 1.3695483940485542],
+ [104.0101984364196, 1.369810203184652],
+ [104.01077619644194, 1.3702869631746544],
+ [104.01168530628789, 1.3708078228050409],
+ [104.01200569350988, 1.370926327791443],
+ [104.01254515990215, 1.3710283044371818],
+ [104.01295319663637, 1.3709980011279983],
+ [104.01336124314454, 1.3708822692106328],
+ [104.01529851115602, 1.3700795406081734],
+ [104.01446412728332, 1.3693638740333844],
+ [104.01433419110337, 1.3692082851965974],
+ [104.01420074455577, 1.3690208721967192],
+ [104.01414807411223, 1.368911253320841],
+ [104.01412525444503, 1.3688193169339522],
+ [104.0141112226373, 1.3686778743218593],
+ [104.01413933387013, 1.3685647223126995],
+ [104.0142517561983, 1.3683384185515912],
+ [104.01440632080308, 1.3681545486692501],
+ [104.0147575929728, 1.3678150967634837],
+ [104.01533569512239, 1.3674152208154666],
+ [104.01614542202447, 1.366969516678708],
+ [104.01698806372366, 1.366592234528593],
+ [104.01728315070223, 1.366500255615534],
+ [104.01760985517038, 1.3664047381825875],
+ [104.01790494389388, 1.366348128702496],
+ [104.01818598067469, 1.366312741977718],
+ [104.01850371966768, 1.3663055946196099],
+ [104.01867936941034, 1.3663197324084342],
+ [104.01890420154682, 1.3663621619631454],
+ [104.01909390450409, 1.3664187420298122],
+ [104.01926553545152, 1.366520888738048],
+ [104.0193674135598, 1.3665880837564595],
+ [104.01946226852135, 1.3666906506266276],
+ [104.01955360958785, 1.3668215124618925],
+ [104.01963792833277, 1.3669983560948733],
+ [104.01966954964897, 1.3671256847302655],
+ [104.01969766266771, 1.3674121772924301],
+ [104.01970820286367, 1.367447545968807],
+ [104.01972928185977, 1.3674652290717424],
+ [104.01976441124657, 1.3674652272309202],
+ [104.01981007935265, 1.3674581506658583],
+ [104.01985926155129, 1.3674369260253887],
+ [104.02079720997638, 1.3669346192007892],
+ [104.02091664858669, 1.3668603356792555],
+ [104.02098339232893, 1.3667931301958751],
+ [104.02103608501668, 1.3667117762085101],
+ [104.0210887755039, 1.3666021275271478],
+ [104.02116254525718, 1.3665136988849962],
+ [104.02126441904984, 1.366432341928423],
+ [104.02140486430021, 1.3663471004196126],
+ [104.026869218593, 1.3640017518140768],
+ [104.0271326877045, 1.363885015697729],
+ [104.02735751569043, 1.363810724264036],
+ [104.0276455765249, 1.3637152077933166],
+ [104.02778960593855, 1.36365507067892],
+ [104.02790377553319, 1.3635878611844807],
+ [104.03176787881597, 1.3610569124769072],
+ [104.03196460093851, 1.3609472526139683],
+ [104.03211916899261, 1.3608835783608526],
+ [104.03221752983609, 1.360848201630425],
+ [104.03231940610992, 1.360826973299095],
+ [104.03242128145422, 1.3608163558063366],
+ [104.0325969304691, 1.360816343924874],
+ [104.03274096153403, 1.3608021868711064],
+ [104.03285688802343, 1.3607738843585995],
+ [104.03294471112602, 1.3607349706258105],
+ [104.03304482810474, 1.3606712999474369],
+ [104.03741103486895, 1.357632564995236],
+ [104.04122344667233, 1.3546057946242207],
+ [104.04131477942904, 1.3545173639985804],
+ [104.04137449608356, 1.3544147883187263],
+ [104.04138854440757, 1.354344049094905],
+ [104.04137814056557, 1.3542769556432273],
+ [104.04134300899116, 1.3542274405325587],
+ [104.04128328657633, 1.3541991492186778],
+ [104.04122356627214, 1.3541956165233398],
+ [104.04113223048905, 1.3542062334328295],
+ [104.04102684245184, 1.354230999333917],
+ [104.04089208064092, 1.3542887678013835],
+ [104.0377779450196, 1.3567790001637534],
+ [104.0372088454385, 1.3568179458583765],
+ [104.03718425427674, 1.3567931884130282],
+ [104.03717371272138, 1.3567436720543637],
+ [104.03714560760008, 1.3567118410131231],
+ [104.0370964249631, 1.3566800117577344],
+ [104.03704724290789, 1.3566658672342577],
+ [104.03697698332539, 1.356662335334853],
+ [104.03690672492522, 1.3566729503155652],
+ [104.03675918283726, 1.3567330890878682],
+ [104.03655719183855, 1.3568498226986805],
+ [104.03486056195425, 1.3580267542087796],
+ [104.0347903023058, 1.3580338330922135],
+ [104.0347270685207, 1.3580303005432837],
+ [104.03464978248327, 1.3580090835304637],
+ [104.03442846213044, 1.357927748666587],
+ [104.03435820281771, 1.3579171418968279],
+ [104.03427037842478, 1.3579171483401915],
+ [104.03417201598424, 1.3579313025459459],
+ [104.03408770610497, 1.3579560664152281],
+ [104.03400339678356, 1.3579985159224248],
+ [104.03381721418826, 1.3581187849639238],
+ [104.03373992985047, 1.3581400112887199],
+ [104.03360643727335, 1.3581541684040717],
+ [104.03356428218046, 1.358164782760805],
+ [104.03353266627794, 1.3581860061761062],
+ [104.03350807648516, 1.3582213767949334],
+ [104.03348700064561, 1.3582638228242039],
+ [104.033479977394, 1.3583062658735605],
+ [104.03347646736107, 1.3584123745870502],
+ [104.03348204143789, 1.3585252851303773],
+ [104.03206631613497, 1.358560748683604],
+ [104.03193984974322, 1.3585466077393389],
+ [104.0318590506486, 1.358518317935131],
+ [104.03181337988866, 1.3584900252245553],
+ [104.03175365753613, 1.3584299011444698],
+ [104.03136720796853, 1.3578427906624484],
+ [104.03132856209658, 1.357747294447271],
+ [104.03131450616262, 1.3576730197007203],
+ [104.03130747567585, 1.3575386153571596],
+ [104.03129693318697, 1.3574431186334757],
+ [104.03125477395531, 1.3573476227048549],
+ [104.03120207576501, 1.3572662763385166],
+ [104.03095364901048, 1.356978621997596],
+ [104.03092905650351, 1.3569255688954776],
+ [104.03092905432027, 1.3568654407803822],
+ [104.03095715607864, 1.3568123842512143],
+ [104.03123115863399, 1.3566036854042012],
+ [104.03127331267622, 1.3565470916725952],
+ [104.03130141248415, 1.3564480548185032],
+ [104.03130492222573, 1.3563702407716154],
+ [104.03129438226257, 1.3563277982644724],
+ [104.03126627696273, 1.3562818202549327],
+ [104.03122060629042, 1.3562429157772387],
+ [104.03115737261759, 1.35621816143907],
+ [104.03111170392077, 1.3562146282467968],
+ [104.0310625221042, 1.3562252422298773],
+ [104.03102036702577, 1.3562358556344913],
+ [104.03091498095372, 1.3563101383927791],
+ [104.03078851674098, 1.3563879598260318],
+ [104.03073933610382, 1.3564021107511275],
+ [104.03068312909102, 1.3563985775117835],
+ [104.03063745899694, 1.3563667478223853],
+ [104.03060584062457, 1.3563243061352628],
+ [104.03059529952786, 1.356267714926761],
+ [104.0305988103989, 1.3562146613224626],
+ [104.03062339907656, 1.356165141128749],
+ [104.03067257921565, 1.3561226955267263],
+ [104.03077796553711, 1.3560625596667275],
+ [104.0308166067491, 1.3560236509710535],
+ [104.03083065678553, 1.3559812064415453],
+ [104.03083416908507, 1.3559458366731456],
+ [104.03082362966732, 1.3559210789023082],
+ [104.03079552401714, 1.3558927847208577],
+ [104.03076039400001, 1.3558715650114541],
+ [104.03069364693215, 1.3558574217913268],
+ [104.03048286877232, 1.3558538985071433],
+ [104.03039153024663, 1.3558326824927398],
+ [104.03034937500652, 1.3558079264039473],
+ [104.03031775660635, 1.3557760955554015],
+ [104.03020533408387, 1.355574495999413],
+ [104.03015966348234, 1.3555249815567696],
+ [104.03011399341169, 1.3554931518537874],
+ [104.03002616802662, 1.3554577877429583],
+ [104.02996644770865, 1.355443643926012],
+ [104.0298329544124, 1.3554365791241785],
+ [104.02975566933512, 1.3554259727797162],
+ [104.02970297338844, 1.3554047535816918],
+ [104.02966081697829, 1.355376461434817],
+ [104.02963973775468, 1.3553552414645742],
+ [104.0296291968394, 1.355334020634628],
+ [104.02959975438327, 1.3541807716948875],
+ [104.02959184514052, 1.3540339885316557],
+ [104.02958495498774, 1.353955763841973],
+ [104.02957265805698, 1.3539203944559195],
+ [104.02954894318104, 1.353874416058958],
+ [104.02951644694646, 1.3538204791123827],
+ [104.02949185531743, 1.3537886476749679],
+ [104.0294391792597, 1.3537348941457894],
+ [104.02941282990898, 1.3537012948283085],
+ [104.02939614326193, 1.3536738841578464],
+ [104.02938472354253, 1.3536411680883282],
+ [104.02938120998526, 1.3536164097354892],
+ [104.02937080695008, 1.353297890789446],
+ [104.02936377744857, 1.3532298048783946],
+ [104.0293444531309, 1.3531413818353457],
+ [104.02933215599636, 1.3531033599615139],
+ [104.02931904309273, 1.353078053442715],
+ [104.02929532896503, 1.3530524122682925],
+ [104.02909508395122, 1.3528808824663097],
+ [104.02907049243186, 1.3528614307939777],
+ [104.02904063183487, 1.352842863107851],
+ [104.02901428434228, 1.3528322544007299],
+ [104.02898266701496, 1.3528242977018008],
+ [104.02895479249473, 1.352820205929642],
+ [104.0288757511024, 1.352813136635016],
+ [104.0288397425188, 1.3528051811945674],
+ [104.02879495125882, 1.3527839622302185],
+ [104.02875718637546, 1.352758321283734],
+ [104.02873435036057, 1.3527353325165654],
+ [104.0287211765485, 1.3527123429662633],
+ [104.0286842856371, 1.352581477953968],
+ [104.02867813617226, 1.3525399186281832],
+ [104.02867991661702, 1.3525112077946206],
+ [104.02868606255535, 1.3524749542523156],
+ [104.02870186812879, 1.352395371177264],
+ [104.028715916504, 1.3522981044060824],
+ [104.02871854840002, 1.3522309021702],
+ [104.02871254803618, 1.3520761912262793],
+ [104.02870903265219, 1.352028442253064],
+ [104.02870464149737, 1.3520072209172056],
+ [104.02869410164817, 1.351987768101296],
+ [104.0286844400442, 1.3519727366260206],
+ [104.02866599668685, 1.3519559369351666],
+ [104.0284615239387, 1.351804984285341],
+ [104.02830700379715, 1.3516530734802943],
+ [104.02829558565631, 1.3516398101669416],
+ [104.02828768163646, 1.3516247785474922],
+ [104.02828592500718, 1.3516141678433695],
+ [104.02828768063114, 1.3516009043701167],
+ [104.0282955839799, 1.3515849870104824],
+ [104.02830963505343, 1.3515664175731454],
+ [104.0283263209819, 1.3515513839671927],
+ [104.02834125155043, 1.3515416572825147],
+ [104.02835354631283, 1.3515390038037032],
+ [104.02836847600092, 1.3515407706194666],
+ [104.0283921895909, 1.3515487279680283],
+ [104.02844137103926, 1.3515681776624948],
+ [104.02846244880507, 1.3515717138114822],
+ [104.02848352711646, 1.3515708276439922],
+ [104.02849757820738, 1.3515637526105586],
+ [104.02850899534138, 1.3515531417457864],
+ [104.02852568063297, 1.3515301497782006],
+ [104.0285450008119, 1.3514885901997953],
+ [104.02854851283348, 1.3514717887315226],
+ [104.0285493904939, 1.3514576408660486],
+ [104.02854763344013, 1.3514417242871692],
+ [104.02854148553637, 1.351419618629382],
+ [104.02852611426573, 1.3513904398201597],
+ [104.02805886321737, 1.350647707471198],
+ [104.0279815656045, 1.3503081639070467],
+ [104.02880650771762, 1.3516056672646888],
+ [104.02883373457213, 1.35163484511104],
+ [104.02886535254063, 1.3516622545791186],
+ [104.02889609191091, 1.3516808212943339],
+ [104.02893297706721, 1.3516949670035725],
+ [104.02896020366917, 1.3516985017452086],
+ [104.02898391655408, 1.3516976162640084],
+ [104.02899708996466, 1.3516931946885946],
+ [104.02900674979952, 1.3516861200083434],
+ [104.02901553131817, 1.351673740428682],
+ [104.02902782610748, 1.3516489807921341],
+ [104.0290409984833, 1.351609189731475],
+ [104.0290445096303, 1.3515702821087379],
+ [104.02904099389416, 1.351484511166206],
+ [104.02903484520736, 1.3514526782237157],
+ [104.0290265013645, 1.3514323416722949],
+ [104.02761236488351, 1.3491829781409779],
+ [104.02753507474164, 1.3490379667321306],
+ [104.02747886072761, 1.348864659844699],
+ [104.02742264599833, 1.3486595186054195],
+ [104.02736994686899, 1.3485392656648372],
+ [104.02724347201058, 1.3483093714095824],
+ [104.02719779871812, 1.3481891178994478],
+ [104.02716617818628, 1.3480830110580977],
+ [104.0271563288632, 1.3480004547000872],
+ [104.0271282199575, 1.347883736729137],
+ [104.02707200918283, 1.3477847057521875],
+ [104.02690689279432, 1.3475654235990362],
+ [104.0268471692988, 1.347462855946023],
+ [104.0267979826889, 1.3473426017988361],
+ [104.02676987554712, 1.3472364946667355],
+ [104.02674536337128, 1.3468206080198974],
+ [104.0267242796711, 1.3466614469919531],
+ [104.02669617254442, 1.3465553398568038],
+ [104.02583233219767, 1.3449120511836654],
+ [104.02568829259415, 1.3446573986357166],
+ [104.02564692790713, 1.3445354083602328],
+ [104.02563638514324, 1.3444434485105385],
+ [104.02563286763238, 1.3442984329578667],
+ [104.02561529857864, 1.344188788917196],
+ [104.02558016587302, 1.3441074400543713],
+ [104.02535883750731, 1.3437431463509018],
+ [104.02530631994483, 1.3436206369395711],
+ [104.02528875305246, 1.3435498984335008],
+ [104.02527469579046, 1.343408421563177],
+ [104.0252536152094, 1.3432987768890499],
+ [104.02520442961311, 1.3431891344349944],
+ [104.02497617154215, 1.3426953631811516],
+ [104.0249621177451, 1.3426210883474716],
+ [104.0249586002774, 1.342522053130792],
+ [104.02496211068615, 1.3424265552137669],
+ [104.0249480549649, 1.3423275208278505],
+ [104.02491994874131, 1.3422426353478911],
+ [104.02437204735138, 1.3411859833055741],
+ [104.02416500851365, 1.3408129820302253],
+ [104.02406664290845, 1.3407210272385706],
+ [104.02403502542569, 1.3406856584094475],
+ [104.02399989365652, 1.3406149221649926],
+ [104.0239717863978, 1.340515888865843],
+ [104.02395070372832, 1.3403779485667904],
+ [104.0239120475709, 1.3399782735402093],
+ [104.02389096686397, 1.3399004613876009],
+ [104.0238417822335, 1.3398014297341463],
+ [104.02377503294164, 1.3397059354985155],
+ [104.02316602085394, 1.339018956499618],
+ [104.0231169924232, 1.3389523994582757],
+ [104.02309942398823, 1.3388250706223035],
+ [104.02410531530644, 1.33875137630448],
+ [104.0235209634596, 1.3384395156252635],
+ [104.02305374242304, 1.3384395439012953],
+ [104.02295186654003, 1.3384324752162053],
+ [104.02289565884176, 1.3384147939333721],
+ [104.0228359382383, 1.3383794281712977],
+ [104.0225443546175, 1.3381070993245607],
+ [104.02249868498174, 1.3380752703163872],
+ [104.02244247702288, 1.338054052071159],
+ [104.0223335768024, 1.3380540587075214],
+ [104.02228088282851, 1.3380646727387195],
+ [104.02221413826551, 1.3381000456054517],
+ [104.02216847153042, 1.3381531033983545],
+ [104.02214037026405, 1.3382132328264944],
+ [104.02212983356921, 1.338280435699107],
+ [104.02212632302438, 1.3383405650311744],
+ [104.02213637913131, 1.3384161732353335],
+ [104.01409948518163, 1.3420846876005903],
+ [104.01390627560957, 1.34214128957488],
+ [104.01377278440054, 1.342166057247983],
+ [104.01360416299535, 1.3421872878551084],
+ [104.01342500267057, 1.3421872984244536],
+ [104.01320017401342, 1.3421731636484227],
+ [104.01296436615239, 1.3421378061416587],
+ [104.0127553434676, 1.3420918384907312],
+ [104.01270528460398, 1.3420750400803765],
+ [104.01268771879992, 1.3420635469605307],
+ [104.01267542263858, 1.342046746667006],
+ [104.01267366608471, 1.3420237561556618],
+ [104.01267981251813, 1.3419910386689757],
+ [104.01268947288372, 1.341966279291369],
+ [104.01271011077469, 1.341939751079833],
+ [104.01350651542371, 1.3414172976693377],
+ [104.0136505441856, 1.341346550667939],
+ [104.01375944445111, 1.3413076379284368],
+ [104.01383672854142, 1.341286411386444],
+ [104.01393860339411, 1.3412651839205343],
+ [104.01402993857018, 1.341236882425567],
+ [104.0141318127396, 1.341169675482314],
+ [104.01513134509004, 1.3405624363315374],
+ [104.01532806547083, 1.3404492427911057],
+ [104.01543345268813, 1.340403256344896],
+ [104.01550371055257, 1.3403891032802422],
+ [104.01564422926955, 1.3403890954707098],
+ [104.01586203168321, 1.3403996945211685],
+ [104.01596742023263, 1.3403961505672668],
+ [104.01608334635864, 1.3403713859172968],
+ [104.01620435679737, 1.3403263333749904],
+ [104.01828664041405, 1.3391946501165302],
+ [104.01840959154988, 1.3391486613180819],
+ [104.01854308172203, 1.339113284374631],
+ [104.01916970619214, 1.3390012524979245],
+ [104.01931022356705, 1.3389729479764179],
+ [104.0194472258219, 1.338909275111473],
+ [104.02055282990263, 1.3382412864230873],
+ [104.02066172944333, 1.3381846877505186],
+ [104.02073901388692, 1.3381705358163334],
+ [104.02083035009018, 1.33817052969714],
+ [104.02094979053845, 1.3381846710226863],
+ [104.0210622050175, 1.338184664176682],
+ [104.02115705331147, 1.338156363074712],
+ [104.02182098786716, 1.3378309223383047],
+ [104.02194745120075, 1.3377601753598594],
+ [104.02201419467332, 1.337675284291478],
+ [104.02206688475687, 1.3375550248057568],
+ [104.02209498538477, 1.3374630619213015],
+ [104.02210643595907, 1.337337708656125],
+ [104.02208623531286, 1.3368166001322737],
+ [104.02204411821062, 1.3364502373667875],
+ [104.02203621298092, 1.3363945303306775],
+ [104.02202391472548, 1.336338823634051],
+ [104.02201074033863, 1.336306107634905],
+ [104.02198621188208, 1.3362622309068226],
+ [104.02188520949774, 1.3361021887631266],
+ [104.02185359166141, 1.3360491369478409],
+ [104.02183953842649, 1.3360155365513022],
+ [104.0218281209849, 1.335986356460955],
+ [104.02181406588676, 1.3359165030002123],
+ [104.02180308525634, 1.3358298481089028],
+ [104.02174430823065, 1.334697125027088],
+ [104.02171266644537, 1.3345061258068986],
+ [104.0216067892044, 1.3341055668520465],
+ [104.02153123230522, 1.3338765517269313],
+ [104.02149785323972, 1.3338102366978108],
+ [104.02147016258073, 1.333775078229172],
+ [104.02145492795586, 1.3337557351480456],
+ [104.02080940741456, 1.3330707159709478],
+ [104.02075008654072, 1.3330077662278967],
+ [104.02074860378879, 1.3330058997430416],
+ [104.0207219798564, 1.3329723997768999],
+ [104.02070968233338, 1.3329494109906186],
+ [104.02070616812628, 1.332937915943547],
+ [104.02070616505927, 1.3329211147492803],
+ [104.02071055371312, 1.332899006436044],
+ [104.02077814445636, 1.3327071060803029],
+ [104.02077989875586, 1.3326876504557799],
+ [104.02077726209993, 1.3326717339270135],
+ [104.02076320757527, 1.3326443247651438],
+ [104.02073328845934, 1.3325963118863335],
+ [104.02073290383247, 1.3325956942381039],
+ [104.0202433534418, 1.331945626346006],
+ [104.02022929789597, 1.3319164473475684],
+ [104.02022402642528, 1.3318969949719974],
+ [104.02022138807646, 1.3318704666849293],
+ [104.0202090528134, 1.3315848464043256],
+ [104.02020728754964, 1.3315780927804826],
+ [104.02020026694214, 1.3315512455885463],
+ [104.02018954649635, 1.3315296647655113],
+ [104.02018796840073, 1.3315264878701216],
+ [104.02016996335901, 1.3315043848826336],
+ [104.0194907914512, 1.330821965097673],
+ [104.01946676269239, 1.3308019841888028],
+ [104.01945039096638, 1.3307883693911138],
+ [104.01942228764949, 1.330773341969608],
+ [104.01938715882582, 1.3307618529364649],
+ [104.01938201006408, 1.3307610113683033],
+ [104.01931690293881, 1.3307503701856558],
+ [104.0191311378286, 1.3307327420222335],
+ [104.0188013658599, 1.3307319286539436],
+ [104.01862046395546, 1.3307416895247666],
+ [104.01830959491222, 1.3307665078368363],
+ [104.01827710375834, 1.3307727033446881],
+ [104.01826121625511, 1.330781848525708],
+ [104.01825866358028, 1.3307833183030338],
+ [104.01824658807995, 1.3307971405454868],
+ [104.01823934637349, 1.3308054286453808],
+ [104.01821037324869, 1.3308505321606148],
+ [104.01818227949865, 1.3309035939759515],
+ [104.01815857639879, 1.3309610777796528],
+ [104.01814058269342, 1.3310185584396446],
+ [104.01807873072154, 1.3314386038865962],
+ [104.01807281627534, 1.331496542146128],
+ [104.0180725918007, 1.3314987352356817],
+ [104.01807084247888, 1.3315491407679667],
+ [104.01807260441026, 1.3315836265890886],
+ [104.0180778759954, 1.3316048478996643],
+ [104.01809193184458, 1.3316384483295995],
+ [104.01811433160218, 1.3316835425435865],
+ [104.01821270997078, 1.3318462312638026],
+ [104.01830186317862, 1.3319762045535999],
+ [104.01835456481281, 1.3320575486434372],
+ [104.018364228284, 1.3320876124513845],
+ [104.01836422978604, 1.332095702854281],
+ [104.0183642301976, 1.3321012203535525],
+ [104.01836423146624, 1.3321061816714657],
+ [104.0183563300226, 1.3321238697379907],
+ [104.0183440389554, 1.332138904744431],
+ [104.01832208615622, 1.3321592463598728],
+ [104.01829486591421, 1.33217782215831],
+ [104.01828107906955, 1.3321849902513414],
+ [104.0182676444435, 1.332191975637018],
+ [104.01824828458618, 1.3321965414031962],
+ [104.01822637198795, 1.3322017096656393],
+ [104.01817939043924, 1.3322034875667732],
+ [104.01805644608552, 1.332203510410295],
+ [104.01796160472946, 1.332214139269776],
+ [104.01788784370689, 1.3322530612435215],
+ [104.01775788928622, 1.3323556616174586],
+ [104.01764307687094, 1.3324652244169064],
+ [104.01762442515358, 1.3324830236231446],
+ [104.0174882139659, 1.332620226169729],
+ [104.01748393717821, 1.3326245339575291],
+ [104.01734947275553, 1.3327011397336344],
+ [104.01721598315302, 1.3327400535191287],
+ [104.01709654300588, 1.3327506715353339],
+ [104.01707995303867, 1.3327506718764877],
+ [104.01696305141186, 1.3327506788411247],
+ [104.0169311079102, 1.332738887480091],
+ [104.0168576618495, 1.3327117784697935],
+ [104.01674875891693, 1.3326481196956033],
+ [104.01659769957037, 1.3325243340859396],
+ [104.01650284634778, 1.3324111569238266],
+ [104.01642204439783, 1.3322696830927208],
+ [104.01639049916935, 1.3321876419188605],
+ [104.01637988613267, 1.3321600389342034],
+ [104.01629666010038, 1.331667845451759],
+ [104.01628566410605, 1.331613445405459],
+ [104.01625447927886, 1.3314591630244466],
+ [104.01619473824412, 1.3312893928965222],
+ [104.01618814782121, 1.3312711497352108],
+ [104.01613945077466, 1.331136363040533],
+ [104.01613851339447, 1.331133770310491],
+ [104.01613147765738, 1.3310594912310174],
+ [104.01613753043883, 1.3309515454717542],
+ [104.01614198948572, 1.3308720220557988],
+ [104.01611737954472, 1.3307199304433992],
+ [104.01605868156636, 1.3305230800750831],
+ [104.0160267446609, 1.3304783627596257],
+ [104.0159687744872, 1.3304032093397056],
+ [104.01586600881082, 1.3302665148440922],
+ [104.01578871456752, 1.3301568787066218],
+ [104.01572371579122, 1.3300551982103843],
+ [104.01567101162003, 1.3299620015029667],
+ [104.01565783459739, 1.3299284018918256],
+ [104.0156508057214, 1.3298983378710993],
+ [104.01564992171217, 1.3298638501689275],
+ [104.01565255032413, 1.3298196358140641],
+ [104.01566132359797, 1.3297559655062083],
+ [104.01567185618933, 1.329716171075453],
+ [104.01568941358752, 1.3296754907541],
+ [104.01575781083123, 1.3295835131636211],
+ [104.01579556707946, 1.3295472509470556],
+ [104.01582630091194, 1.3295322118679158],
+ [104.01587372032671, 1.3295224765227007],
+ [104.01595714538162, 1.3295100805829276],
+ [104.016036179737, 1.3295047615841085],
+ [104.01612312025821, 1.3295091665764434],
+ [104.016234650407, 1.3295241787793366],
+ [104.01633300761712, 1.3295489201595174],
+ [104.01641380542445, 1.329586929806256],
+ [104.01661492315128, 1.3297027325492423],
+ [104.01681604432501, 1.3298406441597808],
+ [104.01701148917877, 1.3300002418219692],
+ [104.01726770061046, 1.3302236935689318],
+ [104.0173274229521, 1.3302740863523685],
+ [104.01735903952316, 1.3302882290728943],
+ [104.01739065486836, 1.3302979503775525],
+ [104.01743544380696, 1.330306784420034],
+ [104.01747144805061, 1.3303094305866632],
+ [104.01749603760537, 1.3303067735393626],
+ [104.01752062490391, 1.330297926148593],
+ [104.0176396601896, 1.3302335828514706],
+ [104.01767741926203, 1.3302114693186282],
+ [104.01770463935887, 1.3301911255055883],
+ [104.01771956587281, 1.3301760903047726],
+ [104.01777048959903, 1.330105338402603],
+ [104.01778453925748, 1.3300920712910012],
+ [104.01779771072383, 1.3300867635166125],
+ [104.01781527367181, 1.3300849914589166],
+ [104.01785918329853, 1.330086751657263],
+ [104.01792241067758, 1.3300858561047082],
+ [104.01796983144739, 1.3300823101574788],
+ [104.01800407906387, 1.330073460226377],
+ [104.01812669067209, 1.3300348248770555],
+ [104.01815566892071, 1.3300224392940025],
+ [104.01818728036156, 1.330003864073363],
+ [104.01821362217221, 1.3299782144425012],
+ [104.0182540114452, 1.3299339927228895],
+ [104.01827859489892, 1.3298977332743538],
+ [104.01828649653577, 1.3298826986004546],
+ [104.01828912900382, 1.329866780764291],
+ [104.01828912595614, 1.329849980471643],
+ [104.0182856113054, 1.3298322950754806],
+ [104.01827506744239, 1.329792504941512],
+ [104.01820393894846, 1.3296100086761573],
+ [104.01819163951696, 1.3295728702568188],
+ [104.0181881236402, 1.3295507643494482],
+ [104.01819163372997, 1.3295313094957932],
+ [104.01820216895338, 1.3295153910642077],
+ [104.01822412090044, 1.3294959321078335],
+ [104.0184565985218, 1.3293398103128742],
+ [104.01847855156144, 1.3293230056507466],
+ [104.01849172242899, 1.3293097376981085],
+ [104.01850050098288, 1.3292938203025222],
+ [104.01850401133353, 1.329277902400091],
+ [104.018503129808, 1.329253142902899],
+ [104.0184855448222, 1.3291037014789298],
+ [104.01847060855846, 1.3290479958480443],
+ [104.01844990287755, 1.3290067197134106],
+ [104.01842618775598, 1.3289748907483867],
+ [104.0184033520757, 1.3289519036429644],
+ [104.01837612640648, 1.3289333382835165],
+ [104.0183489009351, 1.3289174263154937],
+ [104.01810738909217, 1.3288166635485192],
+ [104.01799710806968, 1.3287789075874576],
+ [104.01793739057358, 1.3287691920189446],
+ [104.0178618680321, 1.328765668884695],
+ [104.01756065493457, 1.3287648396005236],
+ [104.01746016123037, 1.3287675113842132],
+ [104.01739517780558, 1.3287763663233327],
+ [104.0173056071603, 1.328794953111745],
+ [104.01723623245125, 1.3288029239119326],
+ [104.0171782734353, 1.3288055879757117],
+ [104.01710187326795, 1.328805601835441],
+ [104.01701229841994, 1.3288038495593182],
+ [104.01697066466825, 1.3287997179405724],
+ [104.01694607364078, 1.3287944175177755],
+ [104.01691621491771, 1.3287838116089785],
+ [104.01688196362234, 1.3287670156845124],
+ [104.01632968332363, 1.3283693637201452],
+ [104.01629104036549, 1.328346378673725],
+ [104.016258546006, 1.3283331204643447],
+ [104.01622837840596, 1.3283254636868087],
+ [104.01618359033883, 1.3283157451524548],
+ [104.01614143804547, 1.3283104469325497],
+ [104.01557037483049, 1.328283206644188],
+ [104.01553436881763, 1.328280561349738],
+ [104.01550538728425, 1.328272607844842],
+ [104.01548343222198, 1.3282620004261876],
+ [104.01545884112852, 1.3282434348347745],
+ [104.01518744708427, 1.3279684743348528],
+ [104.01515877525188, 1.3279440741109363],
+ [104.01513154967859, 1.327926393174528],
+ [104.01509378693402, 1.3279104828500166],
+ [104.0150261642025, 1.3278910413989602],
+ [104.01496556891063, 1.327882210282547],
+ [104.01480574098167, 1.3278689750288908],
+ [104.0147539261317, 1.3278574889617087],
+ [104.0147144068527, 1.32784334768884],
+ [104.01467839962098, 1.3278238993712765],
+ [104.01464678129321, 1.3277973777292624],
+ [104.01460945370233, 1.3277602438428429],
+ [104.01396041799536, 1.3269283852750162],
+ [104.01387610094719, 1.326832013813833],
+ [104.01376719508139, 1.3267480275562376],
+ [104.01366223034414, 1.3266899798602256],
+ [104.0134971251239, 1.3266245741706646],
+ [104.01343477364935, 1.3266095527950965],
+ [104.01321961745542, 1.326582179998306],
+ [104.01312126050308, 1.3265715853778899],
+ [104.013063054038, 1.3265689579449857],
+ [104.01301124274389, 1.3265689680619208],
+ [104.01296821329804, 1.3265733971442442],
+ [104.01277326373051, 1.3266088035126276],
+ [104.01273111216649, 1.3266132334312488],
+ [104.01267403081056, 1.3266123594614656],
+ [104.0126248528464, 1.326607947057152],
+ [104.01259323762396, 1.3265991101459962],
+ [104.01255283818396, 1.3265778949927813],
+ [104.01250541330765, 1.3265487219812813],
+ [104.0124274106952, 1.3264934640224972],
+ [104.01172590891346, 1.3258137644208916],
+ [104.01163456488258, 1.3257112039331445],
+ [104.01146188265847, 1.3254748410960442],
+ [104.01138722012918, 1.325345750885385],
+ [104.0113195817748, 1.325206930151646],
+ [104.0112899682273, 1.3251685060264622],
+ [104.01105370742727, 1.324932446183722],
+ [104.01093633468389, 1.3248356284186709],
+ [104.01079757008785, 1.324737497248709],
+ [104.01046308061264, 1.3245360805070938],
+ [104.0104103868292, 1.324508678562501],
+ [104.01038491861499, 1.324499839367433],
+ [104.01035769405065, 1.32449542352447],
+ [104.0102935878773, 1.324494550902028],
+ [104.01025143487543, 1.324491021499183],
+ [104.0102257404505, 1.324485330396788],
+ [104.01018797700904, 1.324471188913869],
+ [104.01013089201818, 1.3244437863736431],
+ [104.01004921538356, 1.3243889762445056],
+ [104.01001935399742, 1.324365105987933],
+ [104.01000354469073, 1.32434919128499],
+ [104.00999300416485, 1.3243288547865133],
+ [104.00998685134044, 1.324297021745112],
+ [104.00995785371816, 1.324073653159545],
+ [104.009947309457, 1.3240259036912474],
+ [104.00993061903434, 1.323989651795985],
+ [104.0099148093555, 1.3239684321144778],
+ [104.00974266014775, 1.3237686151817207],
+ [104.00972860776058, 1.3237562382079844],
+ [104.00971104325711, 1.323748282903143],
+ [104.00968733209115, 1.3237447503600348],
+ [104.0096592311135, 1.323748292037256],
+ [104.00963113153396, 1.3237589085248898],
+ [104.00956527332015, 1.323797828765043],
+ [104.00953717678517, 1.323826131826469],
+ [104.0095204945829, 1.3238553158228294],
+ [104.0095152308074, 1.3238924564692305],
+ [104.00949070624841, 1.324357000088633],
+ [104.00948193237716, 1.3244144800498243],
+ [104.00946437735631, 1.3244772674254137],
+ [104.00940117499923, 1.324665631209747],
+ [104.00937837475887, 1.3247739218501564],
+ [104.00937047680814, 1.3248163685669108],
+ [104.00935292078437, 1.3248650072249615],
+ [104.00932658043901, 1.3248994996022374],
+ [104.00929057997283, 1.3249366451585955],
+ [104.00923877445383, 1.3249799849034603],
+ [104.00919311274232, 1.3250038687046577],
+ [104.00913822980132, 1.325023332650306],
+ [104.00873779605287, 1.3251189077898002],
+ [104.00861836835497, 1.325136614628993],
+ [104.0076177213029, 1.3252072972352618],
+ [104.00707088512618, 1.3252931560809658],
+ [104.00692423272716, 1.3253179431914013],
+ [104.00685398173309, 1.3253356410528923],
+ [104.00679302781026, 1.3253630402362118],
+ [104.006729803744, 1.3253975388076933],
+ [104.00660599074544, 1.3254621134382756],
+ [104.00643329782804, 1.3255699669591907],
+ [104.00639202710249, 1.3255911970108352],
+ [104.00634724286142, 1.3256097748196527],
+ [104.00630245831279, 1.3256239312094134],
+ [104.00626294153302, 1.3256318968807828],
+ [104.00620498381038, 1.3256398656558759],
+ [104.00615141489114, 1.3256389912846538],
+ [104.00611453192352, 1.3256363450028688],
+ [104.00606710835112, 1.325624858432372],
+ [104.00602671119525, 1.3256098326052232],
+ [104.005985433032, 1.3255886164916193],
+ [104.00595401293772, 1.3255684957706422],
+ [104.00592151785733, 1.3255437420857903],
+ [104.00588989800681, 1.3255066076439008],
+ [104.00586706172835, 1.3254730095395901],
+ [104.00578192390846, 1.3252751694648477],
+ [104.00569236293435, 1.3248229683543395],
+ [104.00568006528506, 1.3247955580481647],
+ [104.00566337709554, 1.3247778762551687],
+ [104.00564142089225, 1.324762847320052],
+ [104.00561770814654, 1.3247495865324042],
+ [104.00559575345301, 1.3247434004337946],
+ [104.00556589542127, 1.3247416372107068],
+ [104.00552769561993, 1.3247451813581164],
+ [104.00472189825088, 1.322999138902115],
+ [104.00472013923242, 1.322977916394958],
+ [104.00472452743139, 1.3229602295103204],
+ [104.00473681914731, 1.322940774051373],
+ [104.00475086807272, 1.3229292759388485],
+ [104.00476755298885, 1.3229257360159659],
+ [104.00478599499336, 1.3229283854145037],
+ [104.00480443736211, 1.3229363406962995],
+ [104.00481936856517, 1.3229496012012008],
+ [104.0048369351646, 1.322975242218772],
+ [104.00486548206, 1.3230274100805968],
+ [104.00561132152576, 1.3246234078874959],
+ [104.0056385511679, 1.324662311571603],
+ [104.00565875094986, 1.324680877583747],
+ [104.00570354111615, 1.324709166463025],
+ [104.00573867005832, 1.3247241926666287],
+ [104.00577379755212, 1.3247312604973374],
+ [104.00580365642095, 1.324732139253271],
+ [104.0058343910088, 1.3247277120644307],
+ [104.00586161261525, 1.3247153285576811],
+ [104.00588180917603, 1.3247002912448709],
+ [104.00589673417107, 1.3246755288085459],
+ [104.00590331721399, 1.3246534212548322],
+ [104.00590682091186, 1.3245791404553757],
+ [104.00589626843752, 1.3244765659138547],
+ [104.00587869559165, 1.324412900165764],
+ [104.00517650784442, 1.3228863353081295],
+ [104.00508867424425, 1.3227625507467946],
+ [104.00498327907232, 1.3226599936500274],
+ [104.00490051051443, 1.3226002284111198],
+ [104.0048188361499, 1.322563103759571],
+ [104.00477141227638, 1.322546311271946],
+ [104.00474330979245, 1.3225410100547583],
+ [104.00471520832846, 1.32253747776644],
+ [104.00469237523933, 1.3225365985056916],
+ [104.00462914758754, 1.3225445676012395],
+ [104.00459138702486, 1.3225454592098813],
+ [104.00456855447038, 1.3225392731600838],
+ [104.00454571993711, 1.3225304346206197],
+ [104.00450971284715, 1.322510986132451],
+ [104.00448775577269, 1.3224959580876705],
+ [104.00447238590046, 1.3224800433122532],
+ [104.0042927344222, 1.3219928369272804],
+ [104.00432785964568, 1.3219804501794161],
+ [104.00435595929726, 1.3219707191207417],
+ [104.00447977876823, 1.3219494743404856],
+ [104.00451578373948, 1.3219512353461087],
+ [104.00454037295124, 1.3219574212752627],
+ [104.00458252796427, 1.321977751993344],
+ [104.00468616057856, 1.3220343279270412],
+ [104.00473534032727, 1.32205288922503],
+ [104.00478055674832, 1.3220608390304025],
+ [104.00481041354654, 1.3220581808485896],
+ [104.00484993015755, 1.3220484471822267],
+ [104.00490613011188, 1.3220254453857405],
+ [104.0049544254099, 1.322000677017376],
+ [104.00506418612807, 1.3219263770651768],
+ [104.0051985379088, 1.321859147495915],
+ [104.00523980997454, 1.321844991378553],
+ [104.00526176319529, 1.321843219111214],
+ [104.005290302305, 1.321847630402208],
+ [104.00544925663768, 1.3218891638353971],
+ [104.00553180813668, 1.3219156775445604],
+ [104.0057615546443, 1.3220224122178004],
+ [104.00584235334227, 1.3220657272477683],
+ [104.00593896102296, 1.3221337989422548],
+ [104.00595564654203, 1.3221391027536629],
+ [104.0059722319716, 1.3221393303963889],
+ [104.00604845624864, 1.3221188548613887],
+ [104.00611745385362, 1.322090550781382],
+ [104.00626267078457, 1.3220092684425133],
+ [104.00630047366302, 1.3219967792874268],
+ [104.00633659837276, 1.3219889241926603],
+ [104.00638226261871, 1.3219889155644098],
+ [104.00640058401954, 1.3219888030430902],
+ [104.00642403193844, 1.3219929876830858],
+ [104.00655313880922, 1.3221067227544812],
+ [104.00656286595856, 1.3221248653516071],
+ [104.00657548180155, 1.3221409765521879],
+ [104.00659624122625, 1.3221575773441738],
+ [104.00662115095274, 1.3221728032165065],
+ [104.00664190898883, 1.3221823291960815],
+ [104.00666610550098, 1.3221879580445755],
+ [104.00687587890035, 1.3221879197841764],
+ [104.00710178730604, 1.3221716281077311],
+ [104.00731155663951, 1.3221390880005712],
+ [104.00760201251403, 1.3221390358489855],
+ [104.00784405817409, 1.3221389916096409],
+ [104.008312020116, 1.322171409629583],
+ [104.00863474825296, 1.3221713505450376],
+ [104.00895747524234, 1.3221550409668805],
+ [104.00926406633099, 1.3221549856620318],
+ [104.00955452601838, 1.3221711837310202],
+ [104.00976429848527, 1.322171145225284],
+ [104.0099256634404, 1.3221711164976018],
+ [104.01021611633038, 1.3221548117788835],
+ [104.01040976060011, 1.3222035302471096],
+ [104.01052272239843, 1.3222522635389524],
+ [104.010700229644, 1.3223009849502418],
+ [104.01084547167972, 1.3223984645409956],
+ [104.01090600344487, 1.3224509537762215],
+ [104.01099071488176, 1.322512196379864],
+ [104.01108164968973, 1.3225358126227762],
+ [104.01118435623309, 1.322544663427713],
+ [104.01132958622041, 1.3225608880263922],
+ [104.01162005622754, 1.322658341705965],
+ [104.01179757059096, 1.3227558170905538],
+ [104.01224942417502, 1.3229995012846436],
+ [104.01252376727398, 1.3231619623304354],
+ [104.01270127873784, 1.3232431853833033],
+ [104.01287878311214, 1.3232756552699574],
+ [104.01328000416397, 1.323277215879384],
+ [104.01339768145392, 1.3232860365544201],
+ [104.01343368719901, 1.3232984100925924],
+ [104.01344686158907, 1.3233090190831756],
+ [104.01344949798967, 1.3233222831407079],
+ [104.01344686574626, 1.3233417379283683],
+ [104.0134354526919, 1.3233585408693311],
+ [104.01340910947684, 1.3233771156381986],
+ [104.01337310654203, 1.323391270600046],
+ [104.01328371437738, 1.3234158232709463],
+ [104.01320292583253, 1.3234405986879576],
+ [104.01316780115968, 1.3234600585596483],
+ [104.0131449724209, 1.3234821700222283],
+ [104.0131195102824, 1.323520198415468],
+ [104.01311248734415, 1.3235343485467406],
+ [104.01311248926149, 1.3235484963568631],
+ [104.01312303070546, 1.323568833743401],
+ [104.01314059636155, 1.3235927057612376],
+ [104.01317221474392, 1.323620996361526],
+ [104.01325175669491, 1.323666690587114],
+ [104.01329830274375, 1.323683483869398],
+ [104.01337382699813, 1.3237002705119494],
+ [104.01351346079446, 1.323727657896657],
+ [104.01357669007716, 1.3237426792162286],
+ [104.0136451909515, 1.3237674265415016],
+ [104.01371281464752, 1.3238019012263726],
+ [104.01375145751108, 1.323824884518501],
+ [104.01379010088687, 1.323854943523453],
+ [104.01387669163296, 1.323933218591761],
+ [104.0139109445731, 1.3239615089876917],
+ [104.01394080451027, 1.3239774208238795],
+ [104.01398032340225, 1.3239871407021553],
+ [104.0143940616483, 1.3240549707993559],
+ [104.01445465626749, 1.324068223359786],
+ [104.01454072096705, 1.3240911995336289],
+ [104.01501728093363, 1.3242528242202372],
+ [104.01506733698858, 1.3242607734700276],
+ [104.01511300337351, 1.3242651851861915],
+ [104.01520169845102, 1.3242678229879554],
+ [104.01534259813802, 1.3242677836413679],
+ [104.01544270960365, 1.3242748401983],
+ [104.01553492077274, 1.324290740167827],
+ [104.01563064521086, 1.3243181351939755],
+ [104.01576563092095, 1.324370997703968],
+ [104.0158279862035, 1.3244019357624945],
+ [104.01587892484571, 1.3244372978902201],
+ [104.01595006429807, 1.3244921103982679],
+ [104.01597553471737, 1.3245186342928021],
+ [104.01601199836486, 1.3245748475104264],
+ [104.01605064577517, 1.3246349719222232],
+ [104.0160866574101, 1.3246782944243563],
+ [104.01614901587074, 1.3247401832892374],
+ [104.01628319046704, 1.3248698856767613],
+ [104.01634291277834, 1.3249220465308436],
+ [104.01636838262212, 1.324940611147875],
+ [104.01639385207694, 1.3249538716933364],
+ [104.01642019825633, 1.324963593412701],
+ [104.0164579614033, 1.324973313378198],
+ [104.0165115309313, 1.3249830312626936],
+ [104.01671949764324, 1.324997569645066],
+ [104.01699381755236, 1.3249975193517847],
+ [104.01713986020496, 1.324992628526204],
+ [104.01723586126765, 1.3249812228041968],
+ [104.0175908493086, 1.3248836510961706],
+ [104.01772655166594, 1.3248696070796704],
+ [104.01784949469547, 1.3248686998397723],
+ [104.0180748025887, 1.3248845589824274],
+ [104.01844610916591, 1.3248844894931715],
+ [104.01860593706377, 1.3248879972399208],
+ [104.01864667581282, 1.3248923947890905],
+ [104.01871605274916, 1.3249038776496431],
+ [104.01877050035729, 1.3249162470009512],
+ [104.01881968023248, 1.3249348079954242],
+ [104.01893384991438, 1.324983422298602],
+ [104.01904154978014, 1.325028468479953],
+ [104.0191460562498, 1.325062052136115],
+ [104.019224217037, 1.3250806073165768],
+ [104.01930413106766, 1.3250894350676103],
+ [104.01937701991105, 1.3250938428360794],
+ [104.01948896855511, 1.3250964669644445],
+ [104.01954253722997, 1.3250946885589994],
+ [104.01960488613086, 1.325087602704646],
+ [104.01963562144165, 1.325081407322799],
+ [104.0196698678859, 1.325069904891453],
+ [104.01969796805527, 1.3250557513420134],
+ [104.01976382391071, 1.3250115249698096],
+ [104.01980158225285, 1.3249929483685043],
+ [104.01984109868548, 1.3249814446315293],
+ [104.01989027561783, 1.3249725935536059],
+ [104.01997406023536, 1.324964623410899],
+ [104.02022960850076, 1.324964575084955],
+ [104.02043821659397, 1.324953040409422],
+ [104.02049793004123, 1.3249459556379575],
+ [104.02095316435833, 1.3248344568406707],
+ [104.02100673132509, 1.3248220675515736],
+ [104.02105063872281, 1.3248194062912158],
+ [104.02147972462276, 1.324819326513977],
+ [104.02154558723132, 1.324817545317828],
+ [104.02183774236623, 1.3247821236163806],
+ [104.02188077291022, 1.3247812313361453],
+ [104.0219308284435, 1.3247821065403036],
+ [104.02197256983601, 1.324784738646937],
+ [104.02202614019615, 1.324793571945142],
+ [104.02208849151135, 1.324806824174789],
+ [104.02212713261498, 1.3248174275426503],
+ [104.02215523587157, 1.3248324558455815],
+ [104.022171922863, 1.3248448325368023],
+ [104.0221798280678, 1.3248536747594648],
+ [104.02219212548577, 1.324875779079921],
+ [104.02220587627768, 1.3249152940213569],
+ [104.0321556104779, 1.3249134127418905],
+ [104.0326463779288, 1.3251951577968026],
+ [104.03275702788957, 1.3251951379825013],
+ [104.0327512771857, 1.3155201478449707],
+ [104.02861723113955, 1.3155246468731305],
+ [104.0286178623233, 1.3198682261993961],
+ [104.02281989537686, 1.3198695167782322],
+ [104.0228192967594, 1.3156815681317078],
+ [104.01485278865452, 1.31551210378961],
+ [104.01434048159611, 1.3154975041707568],
+ [104.01316021654952, 1.3154269785047081],
+ [104.01205019098157, 1.3152573989572378],
+ [104.01102445089234, 1.3149604671657547],
+ [104.01005491035508, 1.3146352298607267],
+ [104.00914155806376, 1.3141967920818671],
+ [104.00832654400618, 1.313645149098821],
+ [104.00731674506335, 1.3129457939657798],
+ [104.0068487348203, 1.3125395996978113],
+ [104.0064461765821, 1.3121991577242267],
+ [104.00644526270845, 1.3121983845595857],
+ [104.00644437939002, 1.3121976792198586],
+ [104.00589658272956, 1.311759715576483],
+ [104.00545196667449, 1.3114080450689654],
+ [104.00520264849987, 1.3112398033003538],
+ [104.00458942250575, 1.3109148907187609],
+ [104.00391165348798, 1.3106062391764302],
+ [104.0034436728218, 1.3104113100264723],
+ [104.0028788800035, 1.3102651496006579],
+ [104.00239477621967, 1.3101677286059288],
+ [104.00197522844475, 1.3101515518183184],
+ [104.00149113946838, 1.310167889281663],
+ [104.00097477636174, 1.3101679810782647],
+ [104.0005391052529, 1.3102493151292853],
+ [103.9999259317885, 1.3103144286189463],
+ [103.99974198012215, 1.3103452108970612],
+ [103.99950312749627, 1.3104053840350742],
+ [103.99928049884178, 1.3104770541146806],
+ [103.9985705372157, 1.3107697009982258],
+ [103.997973533481, 1.311078578028583],
+ [103.99721515951117, 1.3113549809233866],
+ [103.99650520213768, 1.3116801300125622],
+ [103.9957952465077, 1.3120215284806933],
+ [103.99519824012899, 1.3123141544580073],
+ [103.99443987210877, 1.312639311600409],
+ [103.99374118956285, 1.3128621751059433],
+ [103.99361695280871, 1.3129157249211478],
+ [103.99350585565315, 1.3129718675914799],
+ [103.99319445301288, 1.3131587567008935],
+ [103.99308449028287, 1.3132083390458074],
+ [103.99298019063119, 1.3132366097512669],
+ [103.99277294431744, 1.313247257445965],
+ [103.99266495329748, 1.313273416692377],
+ [103.99255868011726, 1.3133109635404043],
+ [103.99227770374351, 1.3134522472790564],
+ [103.99185817539559, 1.3135985807477957],
+ [103.99142252037137, 1.3138099215686554],
+ [103.99114821654535, 1.313923727560706],
+ [103.99110274572921, 1.3139401427988084],
+ [103.9910535687211, 1.3139472252634472],
+ [103.99097980209957, 1.3139401641742863],
+ [103.99092230757111, 1.3139237663287213],
+ [103.99063183911497, 1.3138263108828023],
+ [103.9902454470337, 1.3136966698192392],
+ [103.99024454577267, 1.3136963669151596],
+ [103.99024364990743, 1.3136961363596418],
+ [103.98948611369747, 1.3135014850690307],
+ [103.98884063639738, 1.3133390850891582],
+ [103.98874481507042, 1.3133045517176378],
+ [103.98855511728995, 1.3131984711388607],
+ [103.98845334018704, 1.3131603894130661],
+ [103.98831273385822, 1.313131306692504],
+ [103.98801781076114, 1.31309544544075],
+ [103.98790514764947, 1.3130552563023774],
+ [103.98780040149616, 1.3130274799308426],
+ [103.98637166622201, 1.3125432041098255],
+ [103.98480637003338, 1.3120234350124877],
+ [103.98422543944267, 1.3118610225834988],
+ [103.98409776948445, 1.3118454029598356],
+ [103.98399952781038, 1.3118448102271125],
+ [103.98391511277188, 1.3118560457026378],
+ [103.98385430403808, 1.3118773371516037],
+ [103.983813250731, 1.3118985089323125],
+ [103.9837886652927, 1.3119232727445482],
+ [103.9837640831299, 1.3119727970721373],
+ [103.98375750334388, 1.312007363978605],
+ [103.98376760384245, 1.3120364648187954],
+ [103.98380976035055, 1.3120718282315462],
+ [103.98383819494862, 1.3120886051306873],
+ [103.98395115492963, 1.3121210883835333],
+ [103.9841286602562, 1.3121698109545785],
+ [103.98437071175653, 1.3122185241650437],
+ [103.98452207811678, 1.3122478108515634],
+ [103.98456435498485, 1.3122672439138612],
+ [103.98476672436823, 1.312411700636102],
+ [103.98506974922836, 1.3127548755962526],
+ [103.98529587759847, 1.3132639684719514],
+ [103.98529345135832, 1.3134695200430357],
+ [103.9846166900357, 1.3160775283799215],
+ [103.98419937725531, 1.3167449093208696],
+ [103.98352424643241, 1.3168098816948415],
+ [103.98332161705954, 1.3168761285085324],
+ [103.98326019786931, 1.31719448106332],
+ [103.98343871937703, 1.3180615169409824],
+ [103.98329148563822, 1.3178160866617301],
+ [103.9828204211024, 1.3174743053653852],
+ [103.98213025546596, 1.3170994564939704],
+ [103.98173674077425, 1.31690092027459],
+ [103.98123194532785, 1.3166694863368227],
+ [103.98097998085862, 1.3165482129013564],
+ [103.98037366314036, 1.31642464622868],
+ [103.97997547709767, 1.316410342927096],
+ [103.97953979174453, 1.3163616109143323],
+ [103.97920798009426, 1.3163242323984712],
+ [103.97895887940697, 1.3162803836959363],
+ [103.97865228746792, 1.3161991447891184],
+ [103.97807137498306, 1.3160366658750031],
+ [103.97793756775265, 1.3159902193328636],
+ [103.97769948474615, 1.315893319087122],
+ [103.97758728191309, 1.3158416811337637],
+ [103.97746309007037, 1.3157641158187146],
+ [103.97723228136721, 1.3155979400807605],
+ [103.97716709846212, 1.3155742694790409],
+ [103.9769610973883, 1.3155266721960641],
+ [103.97689341548003, 1.3155004514310202],
+ [103.97684121174638, 1.3154705725289724],
+ [103.97679562159941, 1.3154297694564068],
+ [103.97674818930213, 1.315386705584755],
+ [103.97669599892336, 1.3153073607985737],
+ [103.97665137146272, 1.3152567055491038],
+ [103.97663858841358, 1.3152512566032708],
+ [103.9766217026872, 1.3152631589808212],
+ [103.97660819508587, 1.3152835612601355],
+ [103.97660296139627, 1.3153054597802907],
+ [103.97660296148094, 1.315354211214454],
+ [103.97663353219997, 1.315753751989754],
+ [103.97662846586634, 1.3158268599897112],
+ [103.97661909312093, 1.3158742228656017],
+ [103.97655454613562, 1.3159879781330073],
+ [103.97653559463973, 1.316015584873311],
+ [103.9765102659771, 1.3160716911367745],
+ [103.97649486509746, 1.3161387848230897],
+ [103.9760636566078, 1.316331512023481],
+ [103.97605508445507, 1.3163156264967115],
+ [103.97604242933285, 1.3163003136660871],
+ [103.97602617545631, 1.316283773823548],
+ [103.97600572448094, 1.316267562505867],
+ [103.97596953775333, 1.3162446625289863],
+ [103.97594548736724, 1.3162314765083367],
+ [103.97593016681648, 1.3162260620710402],
+ [103.97591130711376, 1.3162246704388492],
+ [103.97588851913487, 1.3162263719500726],
+ [103.97576885141838, 1.3162423218261727],
+ [103.97573005390048, 1.3162421033914253],
+ [103.97568659067534, 1.3162340208931846],
+ [103.97565593805598, 1.3162260579386271],
+ [103.97557351146985, 1.3161770236477408],
+ [103.97551078378194, 1.3161284856228281],
+ [103.97539752769111, 1.3160100948671647],
+ [103.97538176829526, 1.3159983888056614],
+ [103.97536335126046, 1.315991379247632],
+ [103.97530554163166, 1.3159798935459128],
+ [103.9752540605965, 1.315970535443998],
+ [103.97522046721983, 1.3159658627204927],
+ [103.97502443631117, 1.3159641068105532],
+ [103.97501076320628, 1.3159658602454687],
+ [103.97500080389005, 1.3159692105711898],
+ [103.97498560987646, 1.3159768668630658],
+ [103.97488811371393, 1.3160385408714494],
+ [103.9748602586198, 1.3160525772546086],
+ [103.97483329650254, 1.3160634293282125],
+ [103.97478851442872, 1.3160751189533906],
+ [103.97460744741662, 1.3161122117367459],
+ [103.97457662101688, 1.316113748195838],
+ [103.9745445498502, 1.3161103441962807],
+ [103.97451880968538, 1.3161039635805734],
+ [103.97446353296691, 1.3160907775143804],
+ [103.9744300147062, 1.3160796856149344],
+ [103.97420420949747, 1.3159658483346737],
+ [103.97416764308305, 1.3159497364914616],
+ [103.97413430902934, 1.315938677134223],
+ [103.97410743136281, 1.3159333239337085],
+ [103.97397838280388, 1.3159333222154523],
+ [103.9737848104134, 1.315933319625445],
+ [103.9737409839905, 1.3159378647183828],
+ [103.97357509742342, 1.315965839694089],
+ [103.97354876050916, 1.315973464051007],
+ [103.97347083405992, 1.3160079074658833],
+ [103.97344603630687, 1.3160146237553536],
+ [103.97343327432941, 1.3160164142090527],
+ [103.97340500054656, 1.3160151379435205],
+ [103.9731556857774, 1.3159820957808488],
+ [103.97296212593879, 1.3159333073189245],
+ [103.97292450537769, 1.3159305457075081],
+ [103.97270424704874, 1.3159313946359972],
+ [103.97267176554276, 1.3159333037614873],
+ [103.97264040199587, 1.3159381954096032],
+ [103.97254798034695, 1.3159598862983293],
+ [103.9725104474266, 1.31596582463818],
+ [103.97248130314006, 1.3159679668992557],
+ [103.97231687412291, 1.31596582193386],
+ [103.9721878255524, 1.3159658201225652],
+ [103.97201038747372, 1.3159495551568627],
+ [103.97173055965379, 1.315897186529596],
+ [103.97170566327875, 1.315891656841227],
+ [103.9716877835759, 1.3158845034311344],
+ [103.97167950314689, 1.3158788959442813],
+ [103.97166684641837, 1.3158665602480553],
+ [103.97154265103558, 1.315705620575801],
+ [103.97141363575649, 1.3155755226227968],
+ [103.97120105329391, 1.3154209238103547],
+ [103.97118784240267, 1.3154129010446105],
+ [103.97117750269321, 1.3154107320547999],
+ [103.97110718784633, 1.3154129001007642],
+ [103.97096412387836, 1.3153988831980596],
+ [103.970929749806, 1.3153966359571119],
+ [103.97091264157734, 1.315398882437336],
+ [103.97088816449062, 1.3154035611558088],
+ [103.9708048524016, 1.3154267897937248],
+ [103.97077531043251, 1.315435722006745],
+ [103.97075229555695, 1.3154454180436892],
+ [103.9707432340783, 1.3154523097848425],
+ [103.97073310350898, 1.3154625178809365],
+ [103.9706774594159, 1.315533438324557],
+ [103.97067161398513, 1.315542987807505],
+ [103.97066859338209, 1.3155487514743287],
+ [103.97066732429195, 1.3155589590793897],
+ [103.97067280112152, 1.315595113363163],
+ [103.97067159777387, 1.3156080358595363],
+ [103.97066815487803, 1.315614253539519],
+ [103.9706601339822, 1.3156223353633034],
+ [103.97064747203943, 1.315629565535024],
+ [103.97057479896822, 1.3156568197969365],
+ [103.97053419886164, 1.3156711778876566],
+ [103.97049410618429, 1.315680960781908],
+ [103.97044574229562, 1.3156893414673865],
+ [103.97040377207033, 1.3156903223078882],
+ [103.97023603736385, 1.3156893385860338],
+ [103.96999407186054, 1.3156893347522953],
+ [103.96984889616617, 1.3156730705628426],
+ [103.9696230659036, 1.3156568053733944],
+ [103.96958727901107, 1.3156490578613473],
+ [103.96944563596591, 1.3156080175488851],
+ [103.96941698236984, 1.3155951536661086],
+ [103.96938955771678, 1.3155772885929782],
+ [103.96936508730568, 1.3155560211471062],
+ [103.96933597660893, 1.315531351745139],
+ [103.96931661266632, 1.315510443050368],
+ [103.96923598788375, 1.3153966090783737],
+ [103.96914265792996, 1.3152714929766387],
+ [103.96912310797357, 1.315250250580492],
+ [103.96910173495306, 1.315230658744855],
+ [103.96900102952566, 1.315151650135151],
+ [103.96897795848668, 1.3151364156079342],
+ [103.96895419491167, 1.3151257038334272],
+ [103.9689162189178, 1.3151133686011776],
+ [103.96881666112257, 1.3150876259464253],
+ [103.96878677691213, 1.3150819499929578],
+ [103.96871757211812, 1.3150738669647857],
+ [103.96868761619496, 1.3150713626120774],
+ [103.9686714388506, 1.315073426344873],
+ [103.96865160287473, 1.315080231847951],
+ [103.96863092325388, 1.3150887385021177],
+ [103.96849402214366, 1.315152668996515],
+ [103.96838600361168, 1.3152103053595305],
+ [103.96836495642358, 1.3152177141360202],
+ [103.96835139744027, 1.3152196628703001],
+ [103.96833114149739, 1.3152200872144217],
+ [103.96826817023322, 1.3152177130730445],
+ [103.96809073220409, 1.3152014478185048],
+ [103.96804524264212, 1.3151907516850927],
+ [103.9679294348471, 1.31515265990669],
+ [103.96773587965448, 1.3150876087778365],
+ [103.96760185753253, 1.3150519326170464],
+ [103.96755844978085, 1.3150388199057166],
+ [103.96752421801533, 1.3150259852407569],
+ [103.96737162640149, 1.3149546157994252],
+ [103.9673326403926, 1.314941246006048],
+ [103.96726419528916, 1.314924055967941],
+ [103.96721973252731, 1.3149087203849013],
+ [103.9671840259358, 1.3148900264316874],
+ [103.96701006204576, 1.3147786210993089],
+ [103.96698807856933, 1.314769138237064],
+ [103.96690132289422, 1.3147355910705965],
+ [103.96687052103188, 1.314725382479071],
+ [103.96681878303549, 1.3147157257701911],
+ [103.96679810704417, 1.3147080687431247],
+ [103.96677490134738, 1.3146948825812532],
+ [103.96662186725459, 1.3145984387657925],
+ [103.96658642544854, 1.3145741929090207],
+ [103.96655731168981, 1.3145588800021308],
+ [103.96653452602301, 1.314553350145896],
+ [103.9665001266803, 1.3145488319897012],
+ [103.96645497526174, 1.3145433015241414],
+ [103.9664275461257, 1.3145420251316198],
+ [103.96641150983416, 1.3145437261927015],
+ [103.9663861882203, 1.314550531067719],
+ [103.96630992984177, 1.3145764107680986],
+ [103.9662352303104, 1.3145998042909708],
+ [103.96618500935263, 1.3146125639142454],
+ [103.96613879838495, 1.314621006800895],
+ [103.96608013902902, 1.3146312147634847],
+ [103.9660569287758, 1.3146337663066685],
+ [103.96603962636196, 1.3146341913780109],
+ [103.96602190331545, 1.3146324894116959],
+ [103.96600122579896, 1.3146299375026977],
+ [103.96591327394762, 1.3146091825679567],
+ [103.96554390150507, 1.3145216581993453],
+ [103.96548777938224, 1.3145097480245225],
+ [103.96536090159093, 1.3144897737979298],
+ [103.96532925352736, 1.3144838184471488],
+ [103.96530056072055, 1.3144765877879707],
+ [103.96527566598591, 1.3144676549166858],
+ [103.96525161478688, 1.3144548938347287],
+ [103.96518380628268, 1.3144111697129157],
+ [103.96506245866327, 1.31433220452833],
+ [103.96500507951488, 1.314286691018734],
+ [103.96486906666357, 1.3141724881242094],
+ [103.96479945315095, 1.3141146397554937],
+ [103.96464980571668, 1.3140168833975836],
+ [103.96462617848384, 1.3140011460299592],
+ [103.96460988296815, 1.3139943524176723],
+ [103.9645972241183, 1.3139922251225258],
+ [103.96458709663253, 1.3139930757585803],
+ [103.96457443546444, 1.3139981797445128],
+ [103.96455755316373, 1.3140079622197811],
+ [103.96439431808727, 1.314120542247445],
+ [103.96438165545351, 1.3141320265087502],
+ [103.96437625739401, 1.3141399878952515],
+ [103.9643720347741, 1.3141506216103522],
+ [103.96436443401377, 1.3141689100264724],
+ [103.96435599100394, 1.3141812450698702],
+ [103.96434881468029, 1.3141884758254385],
+ [103.96433910716992, 1.3141961317648794],
+ [103.9643285566666, 1.3142008105880096],
+ [103.96431547396719, 1.3142037875348336],
+ [103.96427580517117, 1.3142093161860375],
+ [103.96425315916179, 1.314211013964348],
+ [103.96422150959374, 1.3142105878701527],
+ [103.96419619106003, 1.3142076102356428],
+ [103.96397641001654, 1.3141582761869033],
+ [103.9639582671085, 1.31415189505673],
+ [103.96394603120893, 1.3141446644193624],
+ [103.96393801399083, 1.31413743355996],
+ [103.96391143846385, 1.3141012785518134],
+ [103.96390637582535, 1.3140970246976793],
+ [103.96390257759806, 1.3140957488422091],
+ [103.96389793664346, 1.3140965991869187],
+ [103.96389202626187, 1.3141017037188323],
+ [103.96388527238689, 1.3141114865614805],
+ [103.96387530320206, 1.314132679912854],
+ [103.9636913102419, 1.3137504644533953],
+ [103.96370030165215, 1.313726275905928],
+ [103.96370199227776, 1.3137177693849065],
+ [103.9637003061837, 1.3137096880914791],
+ [103.96369595586516, 1.3137010082500498],
+ [103.96368709662204, 1.3136920763282238],
+ [103.96367570452769, 1.3136861207958106],
+ [103.96366093584608, 1.3136831435057879],
+ [103.96364447890382, 1.3136822924601623],
+ [103.96360058970167, 1.3136890973766837],
+ [103.96354754368501, 1.3137013850172592],
+ [103.96350196387789, 1.3137171224077495],
+ [103.96343443545025, 1.313754126124101],
+ [103.96336732705998, 1.3137992102944993],
+ [103.96331608972368, 1.313844488974719],
+ [103.96327852336015, 1.3138814938316419],
+ [103.96324812933454, 1.3139210504233738],
+ [103.96314392820935, 1.314092220017423],
+ [103.9631093108308, 1.3141458116282976],
+ [103.96308665551985, 1.314176233754013],
+ [103.96307610343614, 1.3141851657883477],
+ [103.96305246854112, 1.3141949486070337],
+ [103.96303432258885, 1.3141992018671664],
+ [103.96300056246258, 1.314201327978263],
+ [103.9629727110327, 1.3142004766193744],
+ [103.96295329959605, 1.3141983496684884],
+ [103.96289928732094, 1.314187289423587],
+ [103.96282656062516, 1.3141691001608768],
+ [103.96261051613465, 1.3141095474026248],
+ [103.96250158716519, 1.3140779655037247],
+ [103.96217430592179, 1.3139628002036388],
+ [103.9621143880279, 1.3139445089654906],
+ [103.96209006419357, 1.3139416099369061],
+ [103.96204364511115, 1.3139394825704758],
+ [103.96195291616404, 1.313941608002519],
+ [103.96193330437563, 1.3139399169564299],
+ [103.9618881520931, 1.3139348114560294],
+ [103.96184089151353, 1.3139237517417854],
+ [103.96176049276743, 1.313900419734327],
+ [103.96167526012358, 1.3138651142155504],
+ [103.96162294000646, 1.3138400172449414],
+ [103.9615226545011, 1.313779336088561],
+ [103.96145852439557, 1.3137291436664238],
+ [103.96135661820371, 1.3136387615150331],
+ [103.96110505004374, 1.3134089985844346],
+ [103.96108437552776, 1.3133945361793893],
+ [103.96106243434077, 1.3133856040156473],
+ [103.96104049163743, 1.313382200219411],
+ [103.9609548290976, 1.3133741169092428],
+ [103.96091025831613, 1.313371580653684],
+ [103.96055214217584, 1.3133711495548377],
+ [103.96049251081813, 1.3133682034825649],
+ [103.96045495488873, 1.3133635235205752],
+ [103.960406429917, 1.3133494857764032],
+ [103.96034144862419, 1.3133290685955525],
+ [103.9603076899144, 1.3133235383363495],
+ [103.96024289982388, 1.3133171767445928],
+ [103.96017875931805, 1.3133095191665087],
+ [103.96015681653009, 1.313304414256463],
+ [103.9601445806654, 1.3132976086491837],
+ [103.96013529911784, 1.3132886758304658],
+ [103.96012728437233, 1.3132767666901184],
+ [103.96006077106301, 1.3131672138047008],
+ [103.96004347477154, 1.3131463709405125],
+ [103.96002828606677, 1.3131353122664007],
+ [103.96000971987206, 1.3131272300213543],
+ [103.9599759637111, 1.3131187225958634],
+ [103.95989053185417, 1.3131056136936459],
+ [103.95984833557326, 1.3130958297364828],
+ [103.95982048639999, 1.3130860468568317],
+ [103.95979517003975, 1.3130724347771177],
+ [103.95976859002292, 1.3130528684387708],
+ [103.95970553068611, 1.3129956987546714],
+ [103.95966376273886, 1.3129625207232223],
+ [103.95962536671885, 1.3129408270189415],
+ [103.95942461926997, 1.3128456747661108],
+ [103.95925391097609, 1.3127645702451025],
+ [103.95918935495742, 1.3127309665002322],
+ [103.95908230532613, 1.3126711356780478],
+ [103.9589878833213, 1.3126180399043526],
+ [103.95893851911256, 1.3125857123439293],
+ [103.95888335434165, 1.3125445512622596],
+ [103.95873412432935, 1.3124328031008463],
+ [103.95864354999439, 1.312363160901266],
+ [103.9585747787911, 1.312309140462312],
+ [103.958507462347, 1.3122552881593244],
+ [103.95846147551524, 1.312217431145375],
+ [103.95842787857637, 1.3121941274134554],
+ [103.95841015614984, 1.3121864710675246],
+ [103.95838990182865, 1.3121830680658926],
+ [103.95836120576226, 1.3121817916450302],
+ [103.95818288188325, 1.312181782520083],
+ [103.95797894456412, 1.3121928368296163],
+ [103.95791564475631, 1.3121958135468446],
+ [103.95787007046279, 1.3121962372633724],
+ [103.95782913706044, 1.312194535494616],
+ [103.957773175246, 1.312188584877808],
+ [103.9577263362552, 1.312180077170245],
+ [103.95769890864302, 1.3121728454506905],
+ [103.95766768358146, 1.312161785753976],
+ [103.95760167302356, 1.3121317325643902],
+ [103.95752614646752, 1.3120938751992324],
+ [103.95748437701612, 1.3120658013491742],
+ [103.95740397392348, 1.3120071746323416],
+ [103.95734786031734, 1.3119659149845948],
+ [103.95731030963249, 1.3119395429311544],
+ [103.95727655411993, 1.3119255061935973],
+ [103.9571586178277, 1.3118852190987744],
+ [103.95711431237027, 1.3118690549190264],
+ [103.95707000860597, 1.3118507645818842],
+ [103.95690612871188, 1.3117739299456133],
+ [103.95684621315536, 1.3117467061817427],
+ [103.95665862629914, 1.3116758179849182],
+ [103.95658436362548, 1.311648168970872],
+ [103.95653583941343, 1.311630302978668],
+ [103.95646550417071, 1.311600186665021],
+ [103.95638660103008, 1.3115648815404248],
+ [103.95634060959644, 1.311542338055312],
+ [103.95632035758287, 1.3115308536515171],
+ [103.9562971517755, 1.3115138392161214],
+ [103.9562612910874, 1.3114836370857812],
+ [103.95617451547707, 1.3114052050977714],
+ [103.95612768790907, 1.311354163374271],
+ [103.9560350371912, 1.3112118221717364],
+ [103.95601267914074, 1.3111850252007233],
+ [103.95599284928285, 1.3111701376563913],
+ [103.9559578284463, 1.3111522718901396],
+ [103.95586173422433, 1.3111148604290535],
+ [103.95583515044568, 1.3111093306562054],
+ [103.9558098310673, 1.3111067779826449],
+ [103.95575849618396, 1.3111067615176017],
+ [103.95573908401815, 1.3111076116692688],
+ [103.95572346835756, 1.311111439700225],
+ [103.95571502767649, 1.3111169684843007],
+ [103.95570574168994, 1.3111271764822698],
+ [103.95568087740338, 1.3111704424142516],
+ [103.955651324958, 1.3112231835840382],
+ [103.95562430714699, 1.3112910311026673],
+ [103.95560615196283, 1.3113271857007733],
+ [103.95558799893718, 1.311352279943466],
+ [103.95556014013667, 1.3113841799919421],
+ [103.95554072340241, 1.311402043917058],
+ [103.95551474289594, 1.3114222586030058],
+ [103.95544088251297, 1.3114630905864118],
+ [103.95538939408195, 1.3114839305335524],
+ [103.95534313935472, 1.3114979187714757],
+ [103.95527181806781, 1.3115162057690015],
+ [103.9552334144547, 1.3115221601665479],
+ [103.95518034473557, 1.311527688422884],
+ [103.95513856772943, 1.3115285378570247],
+ [103.95508202197755, 1.31152470884102],
+ [103.95502463238728, 1.3115187528040055],
+ [103.95494519574198, 1.3115064908184701],
+ [103.95488907365322, 1.3114933043367125],
+ [103.95479371125614, 1.3114643784334292],
+ [103.95469603574041, 1.3114300454546786],
+ [103.9546040520458, 1.3113858076142342],
+ [103.95455215423327, 1.3113581592547934],
+ [103.95452829610136, 1.3113413211841083],
+ [103.95445530783851, 1.3112813501186902],
+ [103.95439624136, 1.3112337138804395],
+ [103.95437530460848, 1.3112210809524147],
+ [103.9542740364244, 1.311180674430541],
+ [103.95419850926471, 1.311147497937967],
+ [103.95404087383851, 1.3110591583985813],
+ [103.95394866596114, 1.311023918046891],
+ [103.95368648672276, 1.310942010854657],
+ [103.95361939650024, 1.3109186173308707],
+ [103.95357298437611, 1.3108918205934996],
+ [103.95345756144543, 1.3108145167205583],
+ [103.95340102333688, 1.310782191194668],
+ [103.9533491233185, 1.3107643280124552],
+ [103.95328625034777, 1.3107485897060693],
+ [103.95325598980341, 1.310744761188278],
+ [103.95323615630016, 1.3107473124468445],
+ [103.95321842925362, 1.3107553928775397],
+ [103.9532036560743, 1.3107707035459029],
+ [103.95319478912423, 1.3107877159403936],
+ [103.95319352090186, 1.3107987745489973],
+ [103.95319562758107, 1.310808981989714],
+ [103.9532099663726, 1.310842156941561],
+ [103.95323373304751, 1.3109011374296062],
+ [103.95323879197963, 1.3109224032754885],
+ [103.95323963186988, 1.3109360129897734],
+ [103.95323836432365, 1.310942392425567],
+ [103.95323287472797, 1.3109534503332223],
+ [103.95322274417786, 1.3109653594698183],
+ [103.95320797171392, 1.3109768419708097],
+ [103.95319530967369, 1.3109827960006726],
+ [103.95318180563423, 1.310987474015216],
+ [103.95315690712101, 1.3109921525784436],
+ [103.95300057078596, 1.3110121383795421],
+ [103.95294782082975, 1.3110151135563306],
+ [103.95290097957692, 1.311015113094651],
+ [103.95274256406655, 1.3109985862381792],
+ [103.95269572430858, 1.3109922045889733],
+ [103.95266365484555, 1.310985398988774],
+ [103.95263791552514, 1.3109760418773115],
+ [103.9526096464128, 1.3109586025969129],
+ [103.95254860141863, 1.3109119322649965],
+ [103.9524975518772, 1.310865571649144],
+ [103.95235973271718, 1.3107126152319006],
+ [103.95227346543741, 1.310626031143246],
+ [103.95224055753118, 1.3105979603909923],
+ [103.95221102243335, 1.310581797221717],
+ [103.95211162621668, 1.3105465092099269],
+ [103.95208799597205, 1.3105409792547524],
+ [103.95207238278253, 1.3105401280898954],
+ [103.95205508048524, 1.3105426801226259],
+ [103.95202047345508, 1.310553311653135],
+ [103.95190967330687, 1.3106034095884374],
+ [103.95187844299416, 1.3106136159057158],
+ [103.95185143387438, 1.3106199956626945],
+ [103.95182147105103, 1.3106225473923592],
+ [103.9517902438922, 1.3106233971710883],
+ [103.95165711021882, 1.3106131995786507],
+ [103.95161322568984, 1.3106046916107303],
+ [103.95157862650498, 1.310591081690397],
+ [103.95141168571853, 1.3105001233797668],
+ [103.95128952114835, 1.3104245497641087],
+ [103.95124859308459, 1.3104020068429194],
+ [103.95121736898498, 1.310391373015218],
+ [103.95116040317816, 1.310377762338944],
+ [103.95112557340946, 1.310371379185877],
+ [103.9511124914668, 1.3103713789004976],
+ [103.95110362834032, 1.310374355577821],
+ [103.95109560838843, 1.3103845635002302],
+ [103.9510905394627, 1.310399023596939],
+ [103.95108293114772, 1.3104499133563468],
+ [103.95108292816924, 1.310463098061846],
+ [103.95108672237018, 1.3104745814812757],
+ [103.95109600241807, 1.31049074381432],
+ [103.95112381174977, 1.3105336201477868],
+ [103.95113266958045, 1.3105519086575796],
+ [103.95113477553149, 1.3105659442686302],
+ [103.95113266188662, 1.3105795541245062],
+ [103.95112463959623, 1.3105974165739267],
+ [103.95110944248849, 1.3106169813736561],
+ [103.95109213631216, 1.3106327172009848],
+ [103.95107441027582, 1.3106433488243994],
+ [103.95104951012188, 1.3106514295795562],
+ [103.95083880156166, 1.3106854182563423],
+ [103.95077128063072, 1.3106934983076992],
+ [103.95072823675821, 1.3106960488328863],
+ [103.95068266152055, 1.3106951972637766],
+ [103.95063431588495, 1.3106905257958577],
+ [103.95060013580165, 1.310684996323607],
+ [103.95055920639636, 1.3106722358836633],
+ [103.95037795794624, 1.3105979048853351],
+ [103.95021326665552, 1.3105155179356047],
+ [103.94996992658018, 1.310416125404043],
+ [103.94969172278927, 1.3103336768103604],
+ [103.94948644537322, 1.310296786583404],
+ [103.94941597781424, 1.3102789214688113],
+ [103.94938559735947, 1.3102661614208593],
+ [103.94924985555694, 1.310185054534902],
+ [103.9492156809705, 1.3101620862132668],
+ [103.94917728815686, 1.3101293364985611],
+ [103.9491401607128, 1.3101012640890868],
+ [103.94911611056226, 1.3100893547485388],
+ [103.94909918716088, 1.3100856096644182],
+ [103.949031248569, 1.3100775278181396],
+ [103.94896752966982, 1.310071996077321],
+ [103.94893377042843, 1.3100732718921995],
+ [103.94889747660092, 1.3100792260934402],
+ [103.9488683569458, 1.3100890072249962],
+ [103.94884527753085, 1.3101033542042038],
+ [103.94884274464441, 1.3101059064337623],
+ [103.94884105557128, 1.3101101597307532],
+ [103.94884147542633, 1.310115263031016],
+ [103.9488452720981, 1.3101220681855612],
+ [103.94885708335659, 1.3101386554615284],
+ [103.94889589142961, 1.3101939473113833],
+ [103.94890095173129, 1.3102067067323566],
+ [103.94890263621217, 1.3102198913605752],
+ [103.94890094409061, 1.3102360533081303],
+ [103.94889756520176, 1.3102479621153647],
+ [103.94889080810816, 1.3102671005562576],
+ [103.94887982981685, 1.3102900673611282],
+ [103.94885956775892, 1.3103134587429957],
+ [103.9488335757005, 1.3103375738808898],
+ [103.94879938634071, 1.310364792267832],
+ [103.94876899836207, 1.310383929995738],
+ [103.94872637203831, 1.3104000911280484],
+ [103.94860924613278, 1.3104323904490682],
+ [103.94858350297828, 1.310437069005949],
+ [103.94855354188901, 1.3104383437359017],
+ [103.9485121861517, 1.3104357908246527],
+ [103.94845479830776, 1.3104281344300492],
+ [103.94840307566687, 1.310417512366288],
+ [103.94826130745854, 1.3103392517330308],
+ [103.94807433738242, 1.3102110036106387],
+ [103.94802792383409, 1.3101910129984902],
+ [103.94795956769588, 1.3101693204803742],
+ [103.94785913949559, 1.3101425224983778],
+ [103.94772104324112, 1.3101140595021044],
+ [103.9474225184485, 1.3100613524577895],
+ [103.94734867193272, 1.310053695886334],
+ [103.94730921204153, 1.3100490754939562],
+ [103.94727207825484, 1.3100392919865227],
+ [103.9472412779982, 1.3100222787114955],
+ [103.94721511965386, 1.3100056911786977],
+ [103.94714645744637, 1.309951371949506],
+ [103.94707895267956, 1.3098994826884869],
+ [103.94704572616328, 1.3098783356785777],
+ [103.94701112773376, 1.3098608966188579],
+ [103.94698032417409, 1.3098502627165802],
+ [103.94693770583442, 1.3098443076223971],
+ [103.94680416246223, 1.309834119731619],
+ [103.94672272120702, 1.3098213583580114],
+ [103.94662081343253, 1.30980144711488],
+ [103.946563848477, 1.3097861343188504],
+ [103.94651152616035, 1.3097674200013947],
+ [103.94643317396498, 1.3097313449048547],
+ [103.94637916649398, 1.3097041233185618],
+ [103.94635089900216, 1.3096815806414726],
+ [103.94622121181327, 1.3095623173259034],
+ [103.94616889646808, 1.309518508736573],
+ [103.94612375205908, 1.3094866093772728],
+ [103.94608339004562, 1.309462080358828],
+ [103.94604330674704, 1.3094412393192572],
+ [103.94599815772811, 1.3094267769801595],
+ [103.94587156816009, 1.309394875871783],
+ [103.94577817870564, 1.3093766942535898],
+ [103.9456819688043, 1.309360529488431],
+ [103.94557708012746, 1.3093507761397152],
+ [103.9454871973101, 1.309343967621291],
+ [103.9454530172882, 1.309339289081284],
+ [103.94530313643558, 1.3093058678525302],
+ [103.94526136249523, 1.309294382510796],
+ [103.94522971605497, 1.3092824734716098],
+ [103.94520229177219, 1.309268011225662],
+ [103.94509103250671, 1.3091996979242897],
+ [103.94491255701071, 1.309100595876411],
+ [103.94489382821486, 1.3090917592796367],
+ [103.9448714647942, 1.3090828269829267],
+ [103.94484952208143, 1.3090781487907936],
+ [103.94464972764156, 1.3090391145638687],
+ [103.94460499923063, 1.3090263541905838],
+ [103.94457715098977, 1.3090152950741654],
+ [103.94441992096891, 1.3089414192462334],
+ [103.94433764131173, 1.3089061156754656],
+ [103.94431162977848, 1.3088967928510669],
+ [103.94428251477648, 1.3088899861025038],
+ [103.94425677310498, 1.3088874342315227],
+ [103.94413885653458, 1.308880221755647],
+ [103.94410678716825, 1.3088746911925742],
+ [103.94408189174113, 1.3088678860627678],
+ [103.9440586845337, 1.3088576777395757],
+ [103.9440405414597, 1.3088457680843233],
+ [103.94385977592633, 1.308712385271104],
+ [103.94382897638127, 1.308690268629592],
+ [103.94380745750786, 1.3086792101277078],
+ [103.9437846719446, 1.3086741051037103],
+ [103.9437169419337, 1.308667745909976],
+ [103.94343141929548, 1.3086349988903807],
+ [103.94339724010906, 1.3086286183096776],
+ [103.94336601519511, 1.3086188353842392],
+ [103.94334027590715, 1.3086090522163047],
+ [103.94327298938803, 1.30857305158682],
+ [103.943157502761, 1.3085098426032447],
+ [103.94303651982933, 1.3084282029361989],
+ [103.94300487500232, 1.3084116155965866],
+ [103.94298715275116, 1.308406510342203],
+ [103.94283081910557, 1.3083843973967413],
+ [103.94280592300844, 1.3083826955743625],
+ [103.94279494999743, 1.3083835461574571],
+ [103.94277384883006, 1.3083903497029319],
+ [103.94274261857076, 1.3084022579180163],
+ [103.94269281752347, 1.3084226715778713],
+ [103.94265333246364, 1.3084379461934],
+ [103.94262674568819, 1.3084451750288892],
+ [103.94260058014683, 1.3084481515304054],
+ [103.94255711562514, 1.308447299716298],
+ [103.94251702771194, 1.30844347149462],
+ [103.94245603398141, 1.3084341438511198],
+ [103.94242649670804, 1.3084281890084897],
+ [103.94240244496847, 1.3084201077678816],
+ [103.94236826813317, 1.3084056457838704],
+ [103.94226763861262, 1.308354357421003],
+ [103.94192318121212, 1.3081742169855237],
+ [103.94186323648805, 1.3081531777787831],
+ [103.9417131101798, 1.3080929039847824],
+ [103.94166667423103, 1.3080725062836664],
+ [103.94163290243024, 1.3080529572286406],
+ [103.94155920977393, 1.308006756515973],
+ [103.94147486188581, 1.307954172363635],
+ [103.94144742234323, 1.3079392985886045],
+ [103.94140943020149, 1.3079227250678762],
+ [103.94135724543536, 1.307904106491889],
+ [103.94132938386785, 1.3078960317357424],
+ [103.94127118273596, 1.3078844023366456],
+ [103.94117963060839, 1.3078597660191493],
+ [103.94115733726845, 1.307850188873046],
+ [103.94114129602279, 1.3078408393560057],
+ [103.94112187705146, 1.307829364731454],
+ [103.94110414639418, 1.3078166148817627],
+ [103.94105940004006, 1.3077826145694809],
+ [103.94101507591331, 1.3077464907934049],
+ [103.94099162860277, 1.3077313075483794],
+ [103.94089284797401, 1.3076713841860619],
+ [103.94084654641075, 1.3076413549951038],
+ [103.94068824394557, 1.3075308576793234],
+ [103.94066223757959, 1.3075156745409648],
+ [103.94064450807788, 1.307508874492735],
+ [103.94061538055527, 1.3075029259402635],
+ [103.94043245222187, 1.30746938463972],
+ [103.94038559437271, 1.3074583362373096],
+ [103.94019120450146, 1.3073896437183432],
+ [103.9401109980887, 1.3073590462155744],
+ [103.9400793372262, 1.307345021801884],
+ [103.9400552744694, 1.3073309979671497],
+ [103.94002530346764, 1.307309748523047],
+ [103.93994745097581, 1.3072513553117664],
+ [103.93992507750501, 1.3072377564541484],
+ [103.93982798485322, 1.307188883387331],
+ [103.9398001231362, 1.3071769840611136],
+ [103.93978830351895, 1.307173584159805],
+ [103.93977141788162, 1.3071697612325541],
+ [103.93970072518209, 1.3071580744482914],
+ [103.93956618406351, 1.3071359892997876],
+ [103.93937387090524, 1.3070918338068684],
+ [103.93932827909971, 1.3070803611834758],
+ [103.93930970502421, 1.3070748363131666],
+ [103.93929704068569, 1.3070693120961572],
+ [103.93928100034964, 1.307059961661716],
+ [103.9391865782939, 1.3069920145306626],
+ [103.93905668529307, 1.3069037523789448],
+ [103.93903009017662, 1.3068833528801276],
+ [103.93892042480742, 1.3067844554567618],
+ [103.93887154828944, 1.3067386524314564],
+ [103.93875968132544, 1.3066141263438067],
+ [103.93874786144617, 1.3066043515809278],
+ [103.93873646404295, 1.3065984013521892],
+ [103.93868876135183, 1.306581828196677],
+ [103.93868327391482, 1.306581403377529],
+ [103.93867947493392, 1.3065831037406848],
+ [103.93867272002056, 1.30659160503996],
+ [103.93866766426834, 1.3066003712459517],
+ [103.93859973698375, 1.306559221062693],
+ [103.93860463543174, 1.3065274532893065],
+ [103.93860294621503, 1.3065070518306359],
+ [103.9385961931481, 1.3064951515997334],
+ [103.93857424103778, 1.3064798516037948],
+ [103.93855229003847, 1.3064696522161678],
+ [103.93853202679112, 1.3064662526642976],
+ [103.93850501014447, 1.3064645545039626],
+ [103.93847003618995, 1.306467994365898],
+ [103.93839742865248, 1.3064764984365962],
+ [103.93835183679217, 1.3064850013690334],
+ [103.93809348619816, 1.3065547205406167],
+ [103.93803100893213, 1.306564924378746],
+ [103.93795164673907, 1.3065666288128805],
+ [103.93775815560629, 1.3065649502760588],
+ [103.93769399023753, 1.3065598541590833],
+ [103.93765515300878, 1.3065530549705906],
+ [103.93759098769786, 1.3065275573203692],
+ [103.93748798611747, 1.3064748598508773],
+ [103.937418754249, 1.306435761688262],
+ [103.93734614606689, 1.3064068630730137],
+ [103.93723638978749, 1.3063677674970942],
+ [103.93711481348204, 1.3063150716882073],
+ [103.93703545141818, 1.3062759730307245],
+ [103.9369983024158, 1.3062436734302998],
+ [103.9368992761009, 1.3061489527212775],
+ [103.93683511121264, 1.306089452799688],
+ [103.93659871259216, 1.3059296561671863],
+ [103.93657169567341, 1.3059211571734792],
+ [103.93654130215897, 1.305916057820571],
+ [103.93647882441405, 1.3059143611026873],
+ [103.93640846573432, 1.3059177969701194],
+ [103.93633079095585, 1.305917801078586],
+ [103.93628520075423, 1.3059229035670339],
+ [103.93620246052788, 1.3059365095042412],
+ [103.93616531195472, 1.3059365119382516],
+ [103.9361281641419, 1.3059331139656842],
+ [103.9360960812929, 1.3059263144738227],
+ [103.93605386692774, 1.3059093168932854],
+ [103.93578638899805, 1.3057821753020655],
+ [103.93573066645692, 1.305756678158911],
+ [103.93569689510612, 1.305746478324815],
+ [103.93561415564717, 1.3057345830056397],
+ [103.93553985885457, 1.305720986230875],
+ [103.93548392642214, 1.30570453001056],
+ [103.93543327251213, 1.3056773270239097],
+ [103.93536573431473, 1.30563482108965],
+ [103.93512597547438, 1.3054579979952707],
+ [103.93506856949179, 1.3054205931528051],
+ [103.93500947299452, 1.3053967890978089],
+ [103.93496050717802, 1.3053848869551676],
+ [103.93491201284388, 1.3053666443010237],
+ [103.93486304738128, 1.3053411405317956],
+ [103.93473472503672, 1.3052697299778804],
+ [103.93468913755035, 1.305252727987651],
+ [103.93463848260832, 1.305244226313023],
+ [103.93457769843161, 1.3052374243464397],
+ [103.93449665205502, 1.3052306222942665],
+ [103.93442483823623, 1.3052238949281467],
+ [103.93432521948496, 1.3052085926060177],
+ [103.93419858349107, 1.3051762875305266],
+ [103.93412429253517, 1.305150782959147],
+ [103.93406519661193, 1.3051184787693328],
+ [103.9337852692083, 1.3049385370993698],
+ [103.93373123951714, 1.304889231570277],
+ [103.93364006407708, 1.304797419738876],
+ [103.9336164275962, 1.3047685154249336],
+ [103.93356408625893, 1.3046733043388696],
+ [103.93354889181484, 1.30464950119948],
+ [103.93352862997928, 1.3046358994819551],
+ [103.93348979597728, 1.3046188971976005],
+ [103.93346784514604, 1.3046120963598133],
+ [103.93344589548225, 1.304612096334404],
+ [103.93343238702147, 1.3046188967835077],
+ [103.93341887909807, 1.3046392988577837],
+ [103.93340705834858, 1.3046750026928917],
+ [103.93340427848685, 1.3047037516117002],
+ [103.93340427391021, 1.3048380658525285],
+ [103.9334025844352, 1.3049009725325424],
+ [103.93339414055245, 1.3049400766387511],
+ [103.93338063123323, 1.304970680836276],
+ [103.93336881147302, 1.304985981329003],
+ [103.93334348414817, 1.3050080831747923],
+ [103.93331646818753, 1.3050233851796356],
+ [103.93328607439292, 1.3050335858054474],
+ [103.93325061702619, 1.305036985820684],
+ [103.93297539435872, 1.305036981433267],
+ [103.93291460949044, 1.3050352800350526],
+ [103.93284707171908, 1.3050250778883064],
+ [103.93276687274621, 1.3050200121231235],
+ [103.93267569464554, 1.3050200112267571],
+ [103.93263854891062, 1.3050234103960994],
+ [103.93260309014532, 1.3050370116214305],
+ [103.93255581161391, 1.3050659142399312],
+ [103.93237514087555, 1.3051985254988483],
+ [103.93232617347161, 1.3052376284952032],
+ [103.93229409133447, 1.3052716320212223],
+ [103.93227720603149, 1.3052988350367722],
+ [103.93223836935813, 1.3053515401605384],
+ [103.9322113535192, 1.3053702416562438],
+ [103.93218264828137, 1.305385542812092],
+ [103.9321455018405, 1.30539404348859],
+ [103.9321134202354, 1.3053957431514835],
+ [103.93208978296262, 1.3053923418706055],
+ [103.93206276682697, 1.3053804406112743],
+ [103.9320492593594, 1.3053668386148023],
+ [103.93203237495885, 1.3053481361419654],
+ [103.9319986074626, 1.3052750278325285],
+ [103.93196484006344, 1.305227421666452],
+ [103.93187366510475, 1.3051237083442286],
+ [103.93185035957941, 1.3051018779299772],
+ [103.93179295261716, 1.3050610726013425],
+ [103.93175616771661, 1.3050316288813695],
+ [103.93150686428909, 1.3050267044787591],
+ [103.93126586327584, 1.3049715667547546],
+ [103.93048802046974, 1.304717792025178],
+ [103.92960454205836, 1.304273232971666],
+ [103.92954589745457, 1.3042692994384986],
+ [103.92951212582497, 1.304274401347545],
+ [103.92948848632057, 1.304282903273341],
+ [103.9294749779783, 1.3042931050128468],
+ [103.92946878670695, 1.304309022952659],
+ [103.9293278562606, 1.3043113797111594],
+ [103.9293264643056, 1.3042848059476408],
+ [103.92931970980874, 1.3042576020485717],
+ [103.92929438231751, 1.3042286995631363],
+ [103.9292639881234, 1.3042048969774966],
+ [103.92922992517506, 1.3041812374215398],
+ [103.9292048890019, 1.3041572935489463],
+ [103.92917280599278, 1.3041215886987578],
+ [103.92914747728614, 1.3041079880420698],
+ [103.92911696777979, 1.3040999874023047],
+ [103.92907824655985, 1.3040943899703192],
+ [103.92892332769432, 1.3040999975230205],
+ [103.9286328660543, 1.3040837626202213],
+ [103.92858603970406, 1.3040714270767413],
+ [103.92849992352373, 1.3040340249750726],
+ [103.92841380670788, 1.3039796217404198],
+ [103.92836314988453, 1.3039439184890447],
+ [103.92834240612017, 1.303921268588138],
+ [103.92818104104086, 1.303661262057391],
+ [103.9280842212276, 1.3034987570248477],
+ [103.92807004245677, 1.3034819255475565],
+ [103.92804977982212, 1.3034700248904327],
+ [103.92801938621977, 1.3034615250233599],
+ [103.92797379417323, 1.3034649280592276],
+ [103.92793833514544, 1.303471730213767],
+ [103.92779169640578, 1.3035738799975363],
+ [103.92739865939025, 1.3036484062204665],
+ [103.92715216731548, 1.3036594459970918],
+ [103.92702618239073, 1.303637399621048],
+ [103.92675230026089, 1.3038028080097595],
+ [103.92665370330666, 1.3038138385943678],
+ [103.92643460029358, 1.3036925616539818],
+ [103.92609499176737, 1.3034279484388807],
+ [103.92601282701162, 1.303427952387419],
+ [103.92594471320349, 1.3033404866712412],
+ [103.92579920091163, 1.3033866154991456],
+ [103.92581837199288, 1.303477581107147],
+ [103.92551436426128, 1.3035933716650645],
+ [103.92537194625709, 1.3035823527151822],
+ [103.92493373949206, 1.3034390334922534],
+ [103.92474219683393, 1.3033447931454485],
+ [103.92401470247222, 1.3030953346213496],
+ [103.92397173487052, 1.3030428351549608],
+ [103.92399412467635, 1.302963588575652],
+ [103.92396700895841, 1.3029292807139168],
+ [103.92388096969694, 1.3029295289097713],
+ [103.92368755147284, 1.3028751755030663],
+ [103.92378028859513, 1.3030291346395173],
+ [103.92371453216114, 1.3031547567427293],
+ [103.92362760977704, 1.3032098338173375],
+ [103.9234202521778, 1.3032502066563767],
+ [103.92320973684372, 1.303233119038196],
+ [103.9228496730409, 1.3031135443158695],
+ [103.92199207115856, 1.3027548001949882],
+ [103.92171378506305, 1.3026903931110971],
+ [103.92168391911217, 1.3026612709407486],
+ [103.92174641233392, 1.3026190032974758],
+ [103.92147538958773, 1.3024882870776637],
+ [103.92142284304448, 1.3024986013858597],
+ [103.92147907942153, 1.302603492031851],
+ [103.9214658354457, 1.3026717800972076],
+ [103.92133634077935, 1.3026985221646454],
+ [103.92111089763824, 1.3026719363582402],
+ [103.920365243162, 1.302340759967769],
+ [103.92016343933312, 1.3021671282289753],
+ [103.91985556840817, 1.3019872518879192],
+ [103.91969021874033, 1.3019234782432605],
+ [103.91947366953312, 1.3018722453513591],
+ [103.91902524067494, 1.3017846486786904],
+ [103.91829435182362, 1.3016217976483184],
+ [103.91779640502966, 1.3015307586107345],
+ [103.91748832356082, 1.301416727793502],
+ [103.91741112488872, 1.3014372829562877],
+ [103.91741488100348, 1.3015789369517057],
+ [103.91735484473759, 1.3016329792248647],
+ [103.91710403932579, 1.3016589175405884],
+ [103.91691193940075, 1.3016295854879536],
+ [103.91644243302976, 1.3014457728743065],
+ [103.9161775038448, 1.3012650626183757],
+ [103.91595374382737, 1.3010450744534021],
+ [103.91583433817925, 1.3010212945204322],
+ [103.91552077620902, 1.3008388964367477],
+ [103.91528039632276, 1.3006874007469917],
+ [103.91518658054585, 1.3005584578014175],
+ [103.91502939428409, 1.3004927762650174],
+ [103.91486566116507, 1.3003968638552779],
+ [103.9148179177248, 1.3005029961253864],
+ [103.91463498131301, 1.300503470522244],
+ [103.9145948949528, 1.300572035264795],
+ [103.91452063399915, 1.3005201525048746],
+ [103.91453734813334, 1.3004736803211698],
+ [103.91366172737001, 1.3000143594784148],
+ [103.91256330823254, 1.299404369275612],
+ [103.91168558252015, 1.2989918522132409],
+ [103.91120633068033, 1.2988151887670067],
+ [103.9108075054038, 1.2987156034964749],
+ [103.9103863403176, 1.2986376430934043],
+ [103.90948182974122, 1.2985001132940142],
+ [103.90921653200532, 1.2984393001287329],
+ [103.9078962008556, 1.2980617143169837],
+ [103.90736129590132, 1.2979940538559651],
+ [103.90729637543829, 1.297970254714181],
+ [103.90700713791874, 1.2977547568704924],
+ [103.90670992090912, 1.2977411322761885],
+ [103.90666302649062, 1.2977295668281965],
+ [103.90661406062644, 1.2977074601720335],
+ [103.90651613140078, 1.2976564496562077],
+ [103.90646788464021, 1.2976436154209958],
+ [103.90642326549974, 1.2976377419696776],
+ [103.90632870907721, 1.2976377356735709],
+ [103.90627425255424, 1.2976273524415425],
+ [103.90601608160138, 1.297513585490966],
+ [103.90569336693945, 1.2973835626175225],
+ [103.90554391846517, 1.2973185793100053],
+ [103.90545291762723, 1.29728819980982],
+ [103.90540733015959, 1.2972609942272868],
+ [103.90529420710591, 1.2971640767660557],
+ [103.90523004702699, 1.2971147681483137],
+ [103.90507170911175, 1.2970115214196165],
+ [103.90494507657986, 1.296918003831144],
+ [103.90488260714234, 1.2968533942191007],
+ [103.90484546352909, 1.2968023855217448],
+ [103.90475499347933, 1.296633901439218],
+ [103.90472458156036, 1.2965437986963109],
+ [103.90471613146451, 1.2965046978489054],
+ [103.90471781334051, 1.2964655958096394],
+ [103.90474649163731, 1.296319388256912],
+ [103.90475043506751, 1.2962774989031907],
+ [103.90474704897011, 1.2962315961894872],
+ [103.90472508483056, 1.2961618947565654],
+ [103.90466765231163, 1.2960530923371836],
+ [103.90459164521437, 1.295947691755532],
+ [103.90451057417327, 1.2958507905284404],
+ [103.90447173016321, 1.2958184904528065],
+ [103.9044413329308, 1.295803191279254],
+ [103.90442782324449, 1.2957997921560578],
+ [103.9044191830139, 1.2958054356322497],
+ [103.90441280297661, 1.295823925537104],
+ [103.90441449862357, 1.2958596261677267],
+ [103.90441919875697, 1.295886681896748],
+ [103.90443139761813, 1.2959276293513806],
+ [103.90443647207123, 1.295973530209535],
+ [103.9044353590812, 1.296016674740583],
+ [103.90441490623739, 1.2960735987098009],
+ [103.90438696942563, 1.2961304206970365],
+ [103.90434738594277, 1.296196006301119],
+ [103.9043063050002, 1.2962441684675279],
+ [103.90419336669895, 1.2963579171448025],
+ [103.90410417971881, 1.2964444193712201],
+ [103.90406429370051, 1.2964879158858746],
+ [103.90395583788963, 1.296622552525886],
+ [103.90393220147331, 1.2966463542446494],
+ [103.90390856387549, 1.296659955640145],
+ [103.90388681751993, 1.2966666639189373],
+ [103.90364476706497, 1.2966991717343368],
+ [103.90354976688165, 1.296702448186032],
+ [103.90345112202668, 1.296699178948061],
+ [103.90332349163226, 1.296683754954315],
+ [103.90322519593275, 1.2966666896226067],
+ [103.90304767527135, 1.296601699705381],
+ [103.90287015775742, 1.2965529593902023],
+ [103.90269263397398, 1.2964717198317735],
+ [103.90233759674457, 1.2963579895212534],
+ [103.90209552525172, 1.2962767534968354],
+ [103.90186958444235, 1.296163016873477],
+ [103.90164364901582, 1.2960817794598445],
+ [103.90141771763086, 1.2960167916407528],
+ [103.90124019928476, 1.2959680503021578],
+ [103.90103438526945, 1.2958644455534822],
+ [103.90041857339439, 1.2957630629167554],
+ [103.899542076924, 1.2954433689494997],
+ [103.89900521263431, 1.295189811937066],
+ [103.89845742071651, 1.295090606550922],
+ [103.89801920026335, 1.2950795981650196],
+ [103.89747273144671, 1.295210562277377],
+ [103.89686167276183, 1.2946977977925471],
+ [103.8966206261731, 1.2945544802068782],
+ [103.89634667520546, 1.2942016873270474],
+ [103.89629903196303, 1.2942086792537268],
+ [103.89625522866822, 1.2943079071981534],
+ [103.89604435707425, 1.294423677414858],
+ [103.89579784660876, 1.2943575365234774],
+ [103.89569650795393, 1.2943520269328066],
+ [103.89519251848303, 1.294142568682961],
+ [103.89464467715223, 1.2937677357167452],
+ [103.89437074212238, 1.2935031434469442],
+ [103.89429405952241, 1.2935362215229695],
+ [103.89410783541318, 1.2936354537773402],
+ [103.89393255396475, 1.2936685351216328],
+ [103.89360389172047, 1.2936795717222298],
+ [103.8932971228206, 1.293591381807406],
+ [103.89308895072145, 1.2934921635096022],
+ [103.8896730069178, 1.2902812257205458],
+ [103.88945120699435, 1.290548591529168],
+ [103.88934166254354, 1.2906037203974836],
+ [103.88922115695921, 1.2906257750874506],
+ [103.8886843274295, 1.2905596416856089],
+ [103.88843233275259, 1.290449399738844],
+ [103.88831180581093, 1.2903556903098379],
+ [103.8850027151937, 1.2872990939721494],
+ [103.88471789672384, 1.287428647269315],
+ [103.88418108003667, 1.2874286644299466],
+ [103.88381954140402, 1.287373550641059],
+ [103.88363874340548, 1.287188885710407],
+ [103.88046511266734, 1.2843308489214282],
+ [103.88015767051934, 1.284294058725195],
+ [103.87986136869587, 1.2844189487844668],
+ [103.87910540882338, 1.2842205196009595],
+ [103.87849467388257, 1.283881830603535],
+ [103.87538504297989, 1.2809596130869731],
+ [103.8755761089582, 1.280791378195848],
+ [103.87607875478274, 1.280578010283271],
+ [103.87661711679505, 1.2804891925802628],
+ [103.87738285098013, 1.2805524822683592],
+ [103.8773987280237, 1.2803875023638884],
+ [103.87714387689697, 1.2802975414655242],
+ [103.87644899660391, 1.2802110625941066],
+ [103.87592985252387, 1.2802970899736996],
+ [103.87560208866215, 1.2804241414892823],
+ [103.87515976466453, 1.2807108106947909],
+ [103.87449501051348, 1.28135785015611],
+ [103.87389819891412, 1.2818271933659022],
+ [103.87352710107558, 1.2821359376088146],
+ [103.87307533679936, 1.2825584295326125],
+ [103.87279926141427, 1.2828336555265427],
+ [103.87242817326998, 1.2832073972113884],
+ [103.87218795936704, 1.2834846583149015],
+ [103.87144876528319, 1.2843215134508459],
+ [103.87096178991558, 1.2849146211807176],
+ [103.87049391716184, 1.2854996046331528],
+ [103.87020351268636, 1.2858733448235455],
+ [103.86960658191964, 1.2866874734014475],
+ [103.86918712706702, 1.2873212029962702],
+ [103.86881607571777, 1.2879061838754398],
+ [103.86849343106685, 1.2884749144052594],
+ [103.86809014372935, 1.2892873858599079],
+ [103.86776945866453, 1.2899375868728442],
+ [103.86747697540275, 1.290613118720847],
+ [103.86733198776565, 1.29096107318828],
+ [103.86683197861903, 1.2923747664981364],
+ [103.86662736602993, 1.2929144126667793],
+ [103.86644002250434, 1.2933891993647135],
+ [103.8662587183657, 1.2938213759228325],
+ [103.8661468998016, 1.2941462550237686],
+ [103.8658234864197, 1.2940777933794767],
+ [103.86444448216271, 1.2937203778072222],
+ [103.86470549474434, 1.2914029417874222],
+ [103.86489915684966, 1.2897492939919037],
+ [103.8648810285513, 1.2894388303248758],
+ [103.86482662338462, 1.2891953271785548],
+ [103.86473594442738, 1.288976173597111],
+ [103.86460294315394, 1.2888178942303978],
+ [103.86443971287667, 1.2887083143651636],
+ [103.86423416170504, 1.2886291704973003],
+ [103.86401651924567, 1.288580464059139],
+ [103.86341195162535, 1.288531745950363],
+ [103.86269251512103, 1.288531726360923],
+ [103.86184611865269, 1.2885560516911112],
+ [103.86184149349849, 1.2882807703411907],
+ [103.8618077421502, 1.2876006838870273],
+ [103.86175979031486, 1.2860294989271646],
+ [103.86429812335834, 1.2853442772396442],
+ [103.86462231802909, 1.285249052696411],
+ [103.86510552510946, 1.2850542836009813],
+ [103.86597678736732, 1.2845985884638633],
+ [103.8679827047449, 1.2833267428827404],
+ [103.86925547819382, 1.2823720325690406],
+ [103.87034284535888, 1.2813518564721031],
+ [103.87078060832064, 1.280891457875455],
+ [103.87122635580329, 1.2803269667057464],
+ [103.87163201179013, 1.2796785365460195],
+ [103.87190630781012, 1.2791585054995758],
+ [103.87200311088924, 1.2788009878491635],
+ [103.87203536841818, 1.2784434738878652],
+ [103.87203534649984, 1.2779397047387027],
+ [103.87201919558204, 1.2775984429436469],
+ [103.8718739474921, 1.277143432099492],
+ [103.87169643151336, 1.2767696770939858],
+ [103.87153505677917, 1.2765096746415556],
+ [103.87114776653931, 1.2761196767110143],
+ [103.87071206937391, 1.2757784337306068],
+ [103.87035662483552, 1.2755454582547519],
+ [103.86890482368513, 1.2764496446995248],
+ [103.86885641121582, 1.2763683936222214],
+ [103.87026206479942, 1.2754910548450802],
+ [103.87000204811018, 1.2752958044192477],
+ [103.86929202569105, 1.274775816495639],
+ [103.86620988533075, 1.272500863985712],
+ [103.86517775793497, 1.2717174329715155],
+ [103.86354600311229, 1.2705575513928506],
+ [103.8623365842774, 1.2696489743448107],
+ [103.86172228043857, 1.2693010150511879],
+ [103.8612423584739, 1.269088377890245],
+ [103.86058966976354, 1.2689337439193813],
+ [103.85953386008552, 1.2689531182549438],
+ [103.85901555674128, 1.269030468391956],
+ [103.8584588646126, 1.2692238153601787],
+ [103.85765262320983, 1.2695911634926995],
+ [103.85531069374092, 1.270925193430527],
+ [103.85595613918736, 1.2723767505156818],
+ [103.85087417129584, 1.2745605974456489],
+ [103.85050026589063, 1.2738385360168034],
+ [103.85043905489258, 1.2736958194982013],
+ [103.85045363808473, 1.2736892455719362],
+ [103.85046021726599, 1.2737047562911918],
+ [103.85048316131069, 1.2736947366783749],
+ [103.85047674296722, 1.2736792268624666],
+ [103.85050369716497, 1.2736674310498597],
+ [103.85051075796697, 1.273683747554926],
+ [103.85053466433774, 1.2736729212416613],
+ [103.85052921013816, 1.2736597175500302],
+ [103.85057665808101, 1.2736392161819763],
+ [103.85061310415925, 1.2737247552950082],
+ [103.8511424533672, 1.2734945727023081],
+ [103.8511282715503, 1.2734613247279383],
+ [103.85213303708261, 1.2730299924471755],
+ [103.85196872277521, 1.2726525885892448],
+ [103.85165212035666, 1.2727975243985514],
+ [103.85163158053436, 1.2727690904068936],
+ [103.85161892347487, 1.2641513161099447],
+ [103.85169850469859, 1.2641513101185675],
+ [103.85170361984287, 1.2638669623484233],
+ [103.85179090239707, 1.2638695400703348],
+ [103.85179348942785, 1.2641461319510907],
+ [103.8518653701731, 1.2641383701753275],
+ [103.85189104021859, 1.2641202736469987],
+ [103.85191927333571, 1.2640401376602928],
+ [103.85191156907983, 1.2640065333207262],
+ [103.85183968828346, 1.2640065392633986],
+ [103.8518396553569, 1.2635438299488135],
+ [103.8513937551008, 1.2635398475702009],
+ [103.85080839941882, 1.2629195042214527],
+ [103.85211836468368, 1.2614008753332313],
+ [103.85126422983456, 1.26064708138407],
+ [103.8457335098725, 1.2668461427404447],
+ [103.84427513165006, 1.2655435706990483],
+ [103.84631018102519, 1.262421760983696],
+ [103.84632942831013, 1.262388152873127],
+ [103.8463345587988, 1.2623623024768436],
+ [103.846331986148, 1.2623312836730676],
+ [103.84632171126937, 1.2622976802327033],
+ [103.8463063030914, 1.2622666633020958],
+ [103.84586210631788, 1.2618143708276184],
+ [103.8458312973769, 1.2617962809626224],
+ [103.84580049031956, 1.2617962856332035],
+ [103.84575941849758, 1.261809218251196],
+ [103.84570294592741, 1.2618402472869679],
+ [103.83947169620232, 1.2677012424185228],
+ [103.83945244425499, 1.2677167559420492],
+ [103.83942677496735, 1.2677270992257785],
+ [103.83938826742336, 1.2677348614817092],
+ [103.83260485344537, 1.2675217141865966],
+ [103.82482864043617, 1.263046882127495],
+ [103.82474520559127, 1.2630003540780546],
+ [103.82464765120743, 1.2629564115581704],
+ [103.82453982835885, 1.2629253941850336],
+ [103.8244448410084, 1.2629047173616457],
+ [103.82439463105506, 1.2628991273079648],
+ [103.82404740773633, 1.2628921425760193],
+ [103.82364059100213, 1.262905497648864],
+ [103.82350647159446, 1.2629101736137534],
+ [103.82292317779881, 1.2629147284241387],
+ [103.8223621611729, 1.262951493063081],
+ [103.8213583710303, 1.2630420897030226],
+ [103.82077639517551, 1.2630834987185948],
+ [103.8207731677873, 1.2628673391789715],
+ [103.82086237944384, 1.2628666821378585],
+ [103.8208617345042, 1.2628233829451412],
+ [103.820773164401, 1.2628240399893667],
+ [103.82076929112543, 1.2625752274418194],
+ [103.82099392593827, 1.2625693845175503],
+ [103.8209939225361, 1.2625286700031144],
+ [103.82072720408806, 1.262533854344672],
+ [103.82073495307354, 1.263084166842523],
+ [103.82050609242927, 1.2630880255459078],
+ [103.82050350578176, 1.262858601687276],
+ [103.82046114628218, 1.2628592535237195],
+ [103.82046373292916, 1.26308803076135],
+ [103.82012357200793, 1.263091948561863],
+ [103.82012226849122, 1.2628638170474131],
+ [103.82007504254537, 1.2628637905788465],
+ [103.82007539271609, 1.2630917846248966],
+ [103.81985926968194, 1.2630918106372668],
+ [103.81985917225093, 1.2619457278091375],
+ [103.81763806201722, 1.2619459902035792],
+ [103.81763808300572, 1.2621920109553846],
+ [103.81970554001462, 1.2621917667493443],
+ [103.81969991750981, 1.2629568269882878],
+ [103.81954825349573, 1.2631056955209674],
+ [103.81955884783463, 1.2638362217571013],
+ [103.81949151673423, 1.2639259325993542],
+ [103.81871255504221, 1.264030290219441],
+ [103.81870579653803, 1.2639843846123018],
+ [103.81852850069916, 1.264004807781055],
+ [103.81854539432891, 1.2641068220617329],
+ [103.81858423162669, 1.2641017171434337],
+ [103.81859774682492, 1.2641952294687968],
+ [103.81839733529849, 1.2642200676062616],
+ [103.8183522553323, 1.2641662748088227],
+ [103.81828510110434, 1.26411533244052],
+ [103.81819729852494, 1.264077910206585],
+ [103.81807234339877, 1.2640455811340576],
+ [103.81789672715979, 1.2640234448511558],
+ [103.81777852073506, 1.2640217231347126],
+ [103.81770590669406, 1.2640285117642334],
+ [103.81766706763959, 1.264026804087573],
+ [103.81764173895971, 1.2640182983806332],
+ [103.817624855617, 1.2640046921061336],
+ [103.81761303822071, 1.2639876872586295],
+ [103.81757253766096, 1.2638567557564941],
+ [103.81756073228509, 1.2637836404852134],
+ [103.81755399191607, 1.2637139256573096],
+ [103.81755401225836, 1.26361870868132],
+ [103.81814168799735, 1.2635201970110064],
+ [103.8181146950034, 1.2633977693404879],
+ [103.81696235242691, 1.2635668957333883],
+ [103.81691408939454, 1.263593673675219],
+ [103.81688949281605, 1.263618430511169],
+ [103.81687543417941, 1.2636502631660225],
+ [103.81595845513024, 1.263766954609952],
+ [103.8158741496474, 1.263735104113876],
+ [103.81576524755285, 1.2637315465073424],
+ [103.81566688063069, 1.2637456783480718],
+ [103.81552634614624, 1.2638093229747065],
+ [103.81531904644739, 1.2639684617432931],
+ [103.81387213453327, 1.2653881523555597],
+ [103.8136283940016, 1.2656273080177518],
+ [103.81356746582539, 1.2656870887902876],
+ [103.81334858693623, 1.2659018493695906],
+ [103.81322227020335, 1.2660257888953508],
+ [103.8128078731274, 1.2663555831193398],
+ [103.8112289549386, 1.2663974222560346],
+ [103.81082118780992, 1.2660009460248394],
+ [103.81081732864271, 1.265997192876476],
+ [103.81081375432377, 1.2659919005014113],
+ [103.81042775851515, 1.2654201602757287],
+ [103.81029862307997, 1.2657355428440293],
+ [103.80986143993199, 1.2651498441083384],
+ [103.80947437444493, 1.265054529531202],
+ [103.80947144972741, 1.2650538096296198],
+ [103.80946538821945, 1.2650544724730421],
+ [103.80924977697964, 1.265078368312529],
+ [103.80924698343848, 1.2650786739617947],
+ [103.80924079166584, 1.265076877835116],
+ [103.80895792803086, 1.2649948519870007],
+ [103.8089542719111, 1.2649937920366936],
+ [103.80894894271823, 1.2649932864462863],
+ [103.80858769694706, 1.2649590374166875],
+ [103.80858503729262, 1.2649587859777023],
+ [103.80857871160158, 1.2649609762889338],
+ [103.80825125914195, 1.2650737799927805],
+ [103.80824843414561, 1.2650747566794591],
+ [103.80824350293227, 1.2650815882044122],
+ [103.80798762971311, 1.2654360153734474],
+ [103.80798479749943, 1.2654399375764245],
+ [103.80797966323601, 1.2654447360864016],
+ [103.80788489770511, 1.265533290569235],
+ [103.80788135385906, 1.2655366023187176],
+ [103.80787591231402, 1.265539656305439],
+ [103.80778757885636, 1.2655892227703782],
+ [103.8077842893093, 1.265591067642283],
+ [103.80778007422943, 1.2655973954420963],
+ [103.80760770610853, 1.2658562085074607],
+ [103.80687572928872, 1.265627965609352],
+ [103.80691582398899, 1.2655919930960182],
+ [103.80690995663237, 1.2655857366391468],
+ [103.80626906895681, 1.2649876598837821],
+ [103.80652924557988, 1.264706504581288],
+ [103.80550220774897, 1.2637585103283464],
+ [103.80551302996764, 1.2635617785105593],
+ [103.805499301381, 1.2635536092339454],
+ [103.80515843459318, 1.2637677356429882],
+ [103.80514509329748, 1.2637573931797577],
+ [103.80543317632987, 1.2628206370019697],
+ [103.80537406206605, 1.2625539897808347],
+ [103.80537346546932, 1.2625513291326662],
+ [103.80536709943867, 1.2625450048396003],
+ [103.80510500320071, 1.262284572916429],
+ [103.80342809146968, 1.2636891756975104],
+ [103.80231954362426, 1.2648150345442986],
+ [103.8009176920829, 1.2658691992979347],
+ [103.80104989273644, 1.266127662115367],
+ [103.80106043165448, 1.2661983926261295],
+ [103.80106745717742, 1.2662797331018016],
+ [103.80105340778108, 1.266346929046398],
+ [103.801011256453, 1.2664388852448674],
+ [103.80090568010033, 1.2665516980122642],
+ [103.80080857454071, 1.2666380925747462],
+ [103.80077526554811, 1.2666674125680293],
+ [103.80047197867653, 1.2669176103058741],
+ [103.80041621393518, 1.2669149561869484],
+ [103.8003600114853, 1.266922029409937],
+ [103.8003002947817, 1.2669361774331103],
+ [103.80024057879655, 1.2669644724347946],
+ [103.80018788830745, 1.2670033793430713],
+ [103.79947831687791, 1.2676683351333167],
+ [103.79931843785083, 1.267825485412907],
+ [103.79926223401797, 1.267867929225691],
+ [103.79922359419089, 1.2678820775020774],
+ [103.7991428022603, 1.2679032982556622],
+ [103.79905498497223, 1.2679033522533403],
+ [103.79902337105757, 1.267896277889927],
+ [103.79898121900072, 1.2678998142984288],
+ [103.79887583732827, 1.2679564053293697],
+ [103.7987037139906, 1.2680412921304725],
+ [103.79856320498264, 1.2681014205504144],
+ [103.79846133689155, 1.268133251910152],
+ [103.79839108280879, 1.2681650845998094],
+ [103.79836298078664, 1.268193380889978],
+ [103.7983419032632, 1.2682393621302048],
+ [103.79830326228458, 1.2683383985998122],
+ [103.79828218437247, 1.268479879863943],
+ [103.79827867067092, 1.2685789177158007],
+ [103.79826813223715, 1.2686107503106578],
+ [103.79825056840478, 1.2686248988592312],
+ [103.79820841624002, 1.2686355091965833],
+ [103.79814167489198, 1.2686390452549112],
+ [103.79807142041994, 1.2686319703505002],
+ [103.79803629432229, 1.2686107471385273],
+ [103.79795901607422, 1.2685329309071374],
+ [103.7976534152059, 1.2682428896422624],
+ [103.79762180129143, 1.2682358152616346],
+ [103.79758667396464, 1.2682393517445951],
+ [103.79755505966186, 1.268260573130604],
+ [103.79749885579177, 1.2683030169036535],
+ [103.79748129176281, 1.2683313133306529],
+ [103.79749885462415, 1.26838790601462],
+ [103.79758666964516, 1.268554148487789],
+ [103.79761125775848, 1.2686390379404138],
+ [103.79760071926783, 1.2686744084075694],
+ [103.79755856561836, 1.2687274632895458],
+ [103.79750587481107, 1.2687840549948537],
+ [103.79744264534048, 1.2688229616973243],
+ [103.79737941686423, 1.2688547944563706],
+ [103.79731267555896, 1.2688547935220753],
+ [103.79727052263544, 1.2688547929310938],
+ [103.79724005799366, 1.2688438261754578],
+ [103.79722952028168, 1.2688226032977032],
+ [103.79722952116428, 1.26875893691707],
+ [103.79719439590644, 1.2686775842840183],
+ [103.79713116761395, 1.2686316018683954],
+ [103.79706793873277, 1.268628064006461],
+ [103.79698363439425, 1.2686492846414092],
+ [103.79693094297451, 1.268684654509274],
+ [103.79688527763544, 1.2686881908332175],
+ [103.79681853733253, 1.2686811159444489],
+ [103.79674477099186, 1.2686386703407275],
+ [103.79667451792106, 1.2685962247850378],
+ [103.79663939133587, 1.2685467057872093],
+ [103.7966042649016, 1.2684865758762591],
+ [103.79656913901806, 1.2684512047610732],
+ [103.79651386343991, 1.2684211510222658],
+ [103.79645414788232, 1.2684140762248224],
+ [103.79642604623784, 1.2684140758216709],
+ [103.7963979443928, 1.2684282233017363],
+ [103.79636632987764, 1.2684635934606343],
+ [103.79633822803173, 1.268477741844381],
+ [103.79630661376655, 1.2684954262437491],
+ [103.796274998854, 1.2684954257883312],
+ [103.79621528334593, 1.2684848140144416],
+ [103.79614151646558, 1.2684812759777326],
+ [103.79610638988093, 1.268495423352928],
+ [103.79608882578519, 1.2685272567407608],
+ [103.79606774840937, 1.2686227564574521],
+ [103.79608179736697, 1.2687217936538995],
+ [103.79609935979545, 1.2688066830176792],
+ [103.79610287115327, 1.2688774242944283],
+ [103.79610287059701, 1.2689163318782102],
+ [103.79610989537457, 1.2689764613888532],
+ [103.79613799651976, 1.2690118324085526],
+ [103.7961871734272, 1.269064888586905],
+ [103.79626445239148, 1.2690896494029478],
+ [103.79635226961568, 1.2690967246096845],
+ [103.79686863650782, 1.2690931950164561],
+ [103.79702319396047, 1.2691780863145519],
+ [103.7971145214934, 1.2693337170353314],
+ [103.79723043945161, 1.2694079968638707],
+ [103.79727610352914, 1.2694964235859718],
+ [103.79731825419412, 1.2695954611707005],
+ [103.79734284191616, 1.2697086472966705],
+ [103.7973015465197, 1.2698788309973146],
+ [103.7971741751939, 1.2699143273359979],
+ [103.79706528172099, 1.2699213997424923],
+ [103.7969915157955, 1.2699107868829134],
+ [103.79688262216713, 1.2698648038143778],
+ [103.79678075542861, 1.2697940620453063],
+ [103.79654892016183, 1.269599520817297],
+ [103.79650325530687, 1.2695676874254107],
+ [103.79644353992363, 1.2695464638392393],
+ [103.7963592350541, 1.269539388685738],
+ [103.7962538544193, 1.269514627466826],
+ [103.79616252471033, 1.269514626147214],
+ [103.79605011783202, 1.2695323102771563],
+ [103.79600796503584, 1.2695853651320352],
+ [103.79598337493691, 1.2696419572123638],
+ [103.79594824718303, 1.2696737903432744],
+ [103.79591663295145, 1.2696879377663444],
+ [103.79584637889896, 1.2697126964423153],
+ [103.79581476466637, 1.2697268438640972],
+ [103.79578666270174, 1.2697480661828207],
+ [103.79575856053238, 1.2697834363844913],
+ [103.79571493624624, 1.269814410241161],
+ [103.79565820679285, 1.2698484026746453],
+ [103.79561102567506, 1.269847100601241],
+ [103.79558643707921, 1.2698612481232752],
+ [103.7955653602889, 1.2699143041843135],
+ [103.79554779581703, 1.2699708963632443],
+ [103.79553374371511, 1.2700274885937024],
+ [103.79551618034589, 1.2700699328891376],
+ [103.79549510249949, 1.2701335998617995],
+ [103.79545294968216, 1.2701866547066913],
+ [103.79540377148034, 1.2702220245931013],
+ [103.7953581056999, 1.2702538566553103],
+ [103.79531946545569, 1.2702927636666175],
+ [103.79528433853174, 1.2703281337585755],
+ [103.79525974877218, 1.2703599670354975],
+ [103.79524569792277, 1.2703918004685106],
+ [103.79523249553242, 1.2704683927372824],
+ [103.79524654503572, 1.2705285232576886],
+ [103.79535192347917, 1.2707053769752206],
+ [103.79525356710337, 1.270772578867081],
+ [103.79451589998638, 1.2696195054033406],
+ [103.79430162637264, 1.2697503456572956],
+ [103.79501471254117, 1.27094231916054],
+ [103.79408120697454, 1.2714744595248078],
+ [103.79401797305648, 1.2715027561308558],
+ [103.79397581559893, 1.2715027609106249],
+ [103.79391609284475, 1.2714921581252465],
+ [103.79388095961, 1.2714674087383477],
+ [103.79382474464487, 1.2714037613924434],
+ [103.7926948403291, 1.2696470576570014],
+ [103.78012135156473, 1.2771417288240274],
+ [103.77722907721477, 1.2790496545023826],
+ [103.77061810111041, 1.2679540357847925],
+ [103.75749540684058, 1.2759946133587317],
+ [103.7501095226931, 1.2806113200510567],
+ [103.75292762935464, 1.2853060130780949],
+ [103.75648406049517, 1.2858666309411826],
+ [103.75654086356768, 1.285832617719313],
+ [103.76911180352691, 1.2783035866755494],
+ [103.77225748050137, 1.2836908415805264],
+ [103.7670545552558, 1.286814215468952],
+ [103.76069394712951, 1.2906223159141677],
+ [103.76276280198825, 1.2941657574411618],
+ [103.76191261209598, 1.2950643956125738],
+ [103.75880207849599, 1.2981188122788883],
+ [103.7585976233325, 1.2983825829707576],
+ [103.75624779466025, 1.297299420327186],
+ [103.75610811515138, 1.2971533277941851],
+ [103.75578767416647, 1.2970293052122424],
+ [103.75438540229293, 1.2970900791556672],
+ [103.75392468000776, 1.2969359944942658],
+ [103.75317426020614, 1.29690017686953],
+ [103.7528907416353, 1.2967132828205656],
+ [103.75119818948667, 1.296575495314524],
+ [103.75083262113385, 1.2966797085776436],
+ [103.75047932160963, 1.2966411249425733],
+ [103.74938107720737, 1.296434410643944],
+ [103.74901408446736, 1.2964619832780166],
+ [103.74855397967498, 1.2967762342480125],
+ [103.7483376185935, 1.2968313687220392],
+ [103.7481705544936, 1.2968258591129906],
+ [103.74602654881224, 1.297316118982601],
+ [103.74459648581205, 1.2977134834217796],
+ [103.7444348301446, 1.2978328021725736],
+ [103.74453774625447, 1.295469764868915],
+ [103.74436497925284, 1.2954890922584017],
+ [103.74425911459377, 1.2979624988915497],
+ [103.74410351792919, 1.2980773457548027],
+ [103.74384881590846, 1.2985900756486275],
+ [103.74386250815503, 1.298915363099173],
+ [103.74397205422241, 1.2994997794851206],
+ [103.7440377826666, 1.2996541548992522],
+ [103.74435547127499, 1.2999518863317645],
+ [103.74490286793319, 1.3007232908541393],
+ [103.7439897840978, 1.300808753416591],
+ [103.74106321992387, 1.2940002859371367],
+ [103.74229178745694, 1.2932076540150355],
+ [103.7422917864985, 1.2932849879639712],
+ [103.74252214336477, 1.2932463283892837],
+ [103.74256053640042, 1.2930143270180472],
+ [103.74375070946678, 1.292318360372336],
+ [103.7440386530461, 1.2925310398509586],
+ [103.74405785221225, 1.2919123661901555],
+ [103.7437699084392, 1.2919123559925958],
+ [103.74375071039263, 1.2921636915625911],
+ [103.74256053740122, 1.292859658214242],
+ [103.74256053823989, 1.2926083210684907],
+ [103.74225339817448, 1.2926276443935114],
+ [103.74225339559695, 1.2930529838267584],
+ [103.74100563208604, 1.2938842820055916],
+ [103.74071768854975, 1.2935749347585075],
+ [103.74077527818035, 1.29351693550953],
+ [103.74064090440557, 1.2933815952653818],
+ [103.7401993874536, 1.2937682505293633],
+ [103.74029536884375, 1.2938649233120763],
+ [103.74058331353999, 1.293671597250857],
+ [103.74087125776896, 1.293961611930691],
+ [103.7437461631401, 1.3008984096711562],
+ [103.74350920464741, 1.3013246748217913],
+ [103.74304012239116, 1.3014472372282897],
+ [103.74289299693909, 1.3010572567478462],
+ [103.74190159011415, 1.3000786043716537],
+ [103.7413374184599, 1.299662327778941],
+ [103.74079789472158, 1.2993756147297209],
+ [103.74013786778343, 1.299226730255793],
+ [103.73976332543091, 1.299195595364997],
+ [103.73910593376065, 1.2993939754873285],
+ [103.73844309064398, 1.2994931239320973],
+ [103.73802950917784, 1.2995123666854844],
+ [103.7376515154263, 1.2996032815374288],
+ [103.73744332859836, 1.29971351188958],
+ [103.73725707051615, 1.299757591583837],
+ [103.73671901837709, 1.2997026335579402],
+ [103.73560159061097, 1.3001656940313109],
+ [103.73525102660429, 1.3002318399647392],
+ [103.73439833943257, 1.3002701424495473],
+ [103.73270509361983, 1.2977120144722583],
+ [103.73276268733018, 1.2971706765907645],
+ [103.73330018611152, 1.2968613605158767],
+ [103.7331850101648, 1.296629353249673],
+ [103.7309390308945, 1.2976732761905574],
+ [103.73105420756694, 1.2979052835453178],
+ [103.73228277703537, 1.2973639930653138],
+ [103.73414431116431, 1.3003638579321253],
+ [103.73403500973951, 1.3004523247694826],
+ [103.73331196934981, 1.3006617981570596],
+ [103.73258894218978, 1.300738962058614],
+ [103.73216168923389, 1.300915364448753],
+ [103.73195354069034, 1.300981513839722],
+ [103.73144960848259, 1.3009594459389104],
+ [103.73049650464041, 1.3013673779882804],
+ [103.73001245082743, 1.301501203852673],
+ [103.72962008496717, 1.3017973630104962],
+ [103.72954339510193, 1.301929671802922],
+ [103.72908870201567, 1.3037020819557186],
+ [103.7288421925722, 1.304311258001],
+ [103.7287983663901, 1.3044986981156612],
+ [103.72827519415442, 1.3065274586507003],
+ [103.72747768143716, 1.3088941823332831],
+ [103.72742331244595, 1.3094873708264516],
+ [103.72747536991797, 1.309633457537005],
+ [103.7275274556803, 1.3099835251721224],
+ [103.7273632255728, 1.3106671597720747],
+ [103.72741781181345, 1.3108716603133879],
+ [103.7275602188674, 1.311152827455125],
+ [103.72760951209477, 1.311307192587328],
+ [103.7277519161881, 1.3116600277892385],
+ [103.72785639934438, 1.3120453379627357],
+ [103.72785597466763, 1.3121231222213423],
+ [103.72795212377561, 1.3124451320425077],
+ [103.72621266933507, 1.312858701616594],
+ [103.72593016886708, 1.3122191817058917],
+ [103.72574396593446, 1.3116623310586402],
+ [103.72549754048713, 1.3106258253016239],
+ [103.72492797663165, 1.308993862867739],
+ [103.72485129452777, 1.308955262217665],
+ [103.72472916356848, 1.3089879948425143],
+ [103.72290730507216, 1.3051950784943342],
+ [103.72373448424851, 1.3044674589260807],
+ [103.72640438221944, 1.3053387584263934],
+ [103.72762334122595, 1.3016643327462238],
+ [103.72729789784334, 1.3015928453618741],
+ [103.72698576098624, 1.3006638530451482],
+ [103.722224790182, 1.3029353072146608],
+ [103.71608718137058, 1.3083429100924964],
+ [103.71352940531024, 1.30847688740707],
+ [103.71349652649205, 1.308611953308136],
+ [103.71330701509785, 1.3088941523931195],
+ [103.71289068021218, 1.3090595293976788],
+ [103.71213741742433, 1.3089994694180986],
+ [103.71194294915445, 1.3091201571023712],
+ [103.71167793185337, 1.3090472435011355],
+ [103.71144789045277, 1.308881820708019],
+ [103.71137121448635, 1.3087770619146952],
+ [103.71124249723321, 1.3087136444150553],
+ [103.71078240777986, 1.308448955581538],
+ [103.71071141879528, 1.308361800470111],
+ [103.71065665118186, 1.308276340930862],
+ [103.71048390361685, 1.308209097583961],
+ [103.7099989310629, 1.307922992992324],
+ [103.70988138873733, 1.3080325986411492],
+ [103.70973261461921, 1.3079978972083361],
+ [103.70960391274193, 1.3077690680905047],
+ [103.708445292713, 1.3077192984412218],
+ [103.70839052718219, 1.3076117769352804],
+ [103.70855639737324, 1.3020948441220712],
+ [103.70254206508562, 1.3018955586174217],
+ [103.7024420308675, 1.3039728919327462],
+ [103.70174331834276, 1.3042531669155377],
+ [103.70148875042615, 1.3042105933113786],
+ [103.70047791691258, 1.304607734850595],
+ [103.70026423895551, 1.3047208013342702],
+ [103.69980673664023, 1.30501862414283],
+ [103.69957939928696, 1.3049552351832658],
+ [103.69941778652438, 1.3049662814549223],
+ [103.69896575178218, 1.3053137321706016],
+ [103.69894378150354, 1.305583934537],
+ [103.6981985663901, 1.306358774509469],
+ [103.6980972814174, 1.3064112446439733],
+ [103.69778221736047, 1.3068660711068176],
+ [103.69764513676809, 1.3076765449229266],
+ [103.69765881493991, 1.3077840607667215],
+ [103.69735182882594, 1.3079497412889423],
+ [103.6971436737293, 1.3078477495298864],
+ [103.69491935265891, 1.3078036389098382],
+ [103.69462332263555, 1.307522359526401],
+ [103.69424532376814, 1.3073072811807884],
+ [103.69430521834641, 1.307139037903028],
+ [103.69432690555377, 1.3070259576773033],
+ [103.69429388514975, 1.3069239166650481],
+ [103.69410734280433, 1.3066619297579825],
+ [103.69399773150202, 1.3065736877488439],
+ [103.6939996256168, 1.306166208533428],
+ [103.69368196359984, 1.3056700559560632],
+ [103.69361626168829, 1.3053833939277053],
+ [103.69351778124499, 1.3043580335685268],
+ [103.6935725962623, 1.3040603513885045],
+ [103.69376710292224, 1.3037378667322335],
+ [103.6937917754167, 1.303553193754376],
+ [103.69372065415736, 1.3027814162320457],
+ [103.6936166334694, 1.3022742468881416],
+ [103.69364954316202, 1.3019214371783594],
+ [103.69381671292791, 1.3011469128110273],
+ [103.69384589131315, 1.3006068221529543],
+ [103.6937973142274, 1.2998718289948257],
+ [103.69350532976844, 1.2998963182419139],
+ [103.69352963893375, 1.3000923165670828],
+ [103.69338364197293, 1.3001413103832284],
+ [103.69335932517738, 1.3000188104687866],
+ [103.69253204220917, 1.300043278724498],
+ [103.69253203049038, 1.3001412781092923],
+ [103.69231304404384, 1.3001412694276164],
+ [103.6922887358721, 1.2999452711009993],
+ [103.69199675456842, 1.299945260098288],
+ [103.69148580176903, 1.2998227417622314],
+ [103.69112082788871, 1.2997982282700198],
+ [103.69095547621413, 1.299816950944488],
+ [103.69071586552596, 1.2998658217216743],
+ [103.6903427037051, 1.2998810444117588],
+ [103.69000468828092, 1.299913640942393],
+ [103.68986134105695, 1.2999153899259261],
+ [103.68962581497887, 1.299855542053868],
+ [103.6892497698808, 1.2997733221310737],
+ [103.68905128113234, 1.299740003982366],
+ [103.6889089383681, 1.2997281441321684],
+ [103.68866906083123, 1.2996817853864793],
+ [103.6882242022203, 1.2996563408060098],
+ [103.6878768690727, 1.2996396813465498],
+ [103.6876122332999, 1.299606367392249],
+ [103.68713257938653, 1.2995064319329221],
+ [103.68666946330728, 1.2993731878975867],
+ [103.68610711053608, 1.2992399415823483],
+ [103.68585901354203, 1.2991733189666068],
+ [103.68442005900522, 1.2990234039046888],
+ [103.68384116932509, 1.2989734297501476],
+ [103.68182869523758, 1.2979896078595865],
+ [103.67869784641083, 1.2966896470955533],
+ [103.67770195473959, 1.297243097404405],
+ [103.67419017680898, 1.2957305783726405],
+ [103.6742067049502, 1.2953641765214308],
+ [103.67506673607126, 1.2944814989627536],
+ [103.67483517442587, 1.2942483282922872],
+ [103.67437207972985, 1.2946813398943664],
+ [103.67438862833248, 1.2949811240616038],
+ [103.67419015912452, 1.295164320665881],
+ [103.67414053142492, 1.2948978456555504],
+ [103.67344584439444, 1.2941650275410417],
+ [103.67372700913256, 1.2939052205460089],
+ [103.67395857167661, 1.2941217356799821],
+ [103.67496745241091, 1.2930392045459644],
+ [103.67447124893927, 1.2925562109205155],
+ [103.67337967422336, 1.2938052855997566],
+ [103.67329696718798, 1.2935054999542657],
+ [103.67395852914193, 1.2927727107320621],
+ [103.67377658795206, 1.2926228149087056],
+ [103.67351195613615, 1.2926727740733661],
+ [103.67315164217203, 1.292355078945477],
+ [103.67270492034292, 1.2928380617769881],
+ [103.67301578170311, 1.2931224380608934],
+ [103.67273781471114, 1.2934710001036818],
+ [103.67215906317622, 1.2929545973238177],
+ [103.67186134218178, 1.2929545665294662],
+ [103.66863336784152, 1.2901693968296155],
+ [103.66664562544, 1.2885367248825719],
+ [103.66654640738169, 1.2884367665576428],
+ [103.6657689512555, 1.2895028618716418],
+ [103.66517346992494, 1.2901858219781723],
+ [103.66526405851118, 1.2902844738865227],
+ [103.66511906708818, 1.2904316752145706],
+ [103.66218014543348, 1.2888695907277867],
+ [103.6613862527886, 1.2891527311643263],
+ [103.6616011998889, 1.2895692093335624],
+ [103.66214699382014, 1.2894359788153926],
+ [103.66487570041392, 1.2907521925597127],
+ [103.6648922151628, 1.2909354379868434],
+ [103.66436289100903, 1.2916017439035432],
+ [103.66284119732443, 1.2926344696368492],
+ [103.66158455658277, 1.29036881869047],
+ [103.66110489729343, 1.2906519812027277],
+ [103.66229539867878, 1.2928010168665882],
+ [103.66141877546356, 1.2933506892557665],
+ [103.66123683308754, 1.2934839443513975],
+ [103.6598809759327, 1.2911016758694958],
+ [103.65951709747353, 1.2913182117832394],
+ [103.66085641405073, 1.2937004792947642],
+ [103.6592851244839, 1.2945666131679583],
+ [103.65921899170102, 1.2944000226555274],
+ [103.65905359376406, 1.2944833037412937],
+ [103.6578134862647, 1.2922842866161506],
+ [103.65758192245845, 1.2924508564351864],
+ [103.65880549740992, 1.294599896637617],
+ [103.65864009830906, 1.2946998360149191],
+ [103.65877238305471, 1.2948830894454528],
+ [103.65850773296245, 1.2951162894140897],
+ [103.65831581521341, 1.295609368750524],
+ [103.65896074184694, 1.2962257813849958],
+ [103.65818482366893, 1.2969272418093898],
+ [103.65702736032885, 1.2957778362819687],
+ [103.65621686266714, 1.2958943387932176],
+ [103.65629944301249, 1.2962940963565208],
+ [103.65598516165039, 1.2963606858011445],
+ [103.65491034048206, 1.295411163409645],
+ [103.65469525937665, 1.2956110127164011],
+ [103.65634881561984, 1.2971269109324388],
+ [103.65648117527273, 1.2969936771956467],
+ [103.6571756495233, 1.2976933130085935],
+ [103.65633075970167, 1.2986744006669981],
+ [103.65595041261764, 1.2983578603371355],
+ [103.65489875455394, 1.29963268080802],
+ [103.65394113279878, 1.3008227778881405],
+ [103.65277536696694, 1.299758180771883],
+ [103.652213008545, 1.2997414611335905],
+ [103.65170042094815, 1.299225061524462],
+ [103.65112135328519, 1.2997746490033217],
+ [103.64948832071852, 1.3014292457494439],
+ [103.65038128570785, 1.3023455319244448],
+ [103.65031506100416, 1.3028619420505259],
+ [103.64900838138618, 1.3037280883915936],
+ [103.64882643676839, 1.303861343288146],
+ [103.64968092360623, 1.304856724990352],
+ [103.64949103357424, 1.3050332177037607],
+ [103.64903818253195, 1.305245590498189],
+ [103.64746692110822, 1.3037464974580657],
+ [103.6472022816899, 1.303979682378514],
+ [103.64797964202546, 1.3047958535648208],
+ [103.6479300199786, 1.3050790095247404],
+ [103.64862468373022, 1.3056953045478723],
+ [103.64811194577001, 1.3062116407760604],
+ [103.6464249080421, 1.304496013937636],
+ [103.64607757015612, 1.3047791647441402],
+ [103.64556483723413, 1.304812468227002],
+ [103.64491979224628, 1.3042294865169155],
+ [103.64470477308522, 1.3044460147520522],
+ [103.64581292584342, 1.3055120372619107],
+ [103.6462264206574, 1.305462075244483],
+ [103.64743380958757, 1.3067113189054236],
+ [103.64702031026175, 1.307161032608787],
+ [103.64650757091465, 1.3077606500113181],
+ [103.64622639003417, 1.3082436783031823],
+ [103.64616022695373, 1.3085434903452373],
+ [103.64586251173243, 1.3085434851563857],
+ [103.64445664793118, 1.3070110806150397],
+ [103.64427470741477, 1.3072276094628297],
+ [103.64538285977441, 1.3083102887909255],
+ [103.6451347607263, 1.308510159826181],
+ [103.64568056697577, 1.3091431081768994],
+ [103.64586250540042, 1.3090764868285298],
+ [103.64587904873585, 1.3087100486882886],
+ [103.64607752706027, 1.3087100527550746],
+ [103.6460775233201, 1.3090148753920776],
+ [103.64299688682821, 1.311058159424417],
+ [103.64279841804789, 1.3111914115823313],
+ [103.64147532353296, 1.312374046780627],
+ [103.64117756866764, 1.3120408884509693],
+ [103.64099564439958, 1.3122241148193434],
+ [103.64130993681093, 1.3125239578399812],
+ [103.64124378268653, 1.3125905850387383],
+ [103.64092949027714, 1.3122907420098304],
+ [103.64081371726122, 1.312374025467453],
+ [103.64031832398251, 1.3118080415508575],
+ [103.64007022474097, 1.312024568460085],
+ [103.63993790855497, 1.31187465876939],
+ [103.63967326759747, 1.3121078408398195],
+ [103.64002059904662, 1.3124576298276387],
+ [103.63987173917252, 1.312607533923806],
+ [103.63947478857479, 1.3122077742792317],
+ [103.63921014856767, 1.312474270178798],
+ [103.64010328554014, 1.3133737280510838],
+ [103.63998750615791, 1.3134570078400765],
+ [103.63983864937218, 1.3132737856691235],
+ [103.63965670964434, 1.3134570010563824],
+ [103.64010263333205, 1.3138398538947726],
+ [103.63993724733096, 1.3139897657389348],
+ [103.63863125227164, 1.312674133554464],
+ [103.6383004528161, 1.3129572842593957],
+ [103.63839968969381, 1.3130405672740812],
+ [103.63821774899763, 1.3132237825430375],
+ [103.63823428794483, 1.3133237209857527],
+ [103.63810196878583, 1.3133403743153356],
+ [103.63790348814109, 1.3135402456500112],
+ [103.63825081986927, 1.3138733792863964],
+ [103.63818465973952, 1.313923347180106],
+ [103.63793656500484, 1.3137068095525146],
+ [103.63780424445204, 1.3138567129864993],
+ [103.6380357948587, 1.3143897199558112],
+ [103.6383500466619, 1.3146895389126538],
+ [103.63884624224285, 1.3146062691677816],
+ [103.63909433636908, 1.3148561179045894],
+ [103.63823425274259, 1.3157222268756286],
+ [103.63768844682542, 1.315189214128203],
+ [103.63720943866613, 1.315638550655732],
+ [103.63563753213884, 1.3136567910431982],
+ [103.63567061904448, 1.3131904155895529],
+ [103.63466170878475, 1.31205776532408],
+ [103.63466171508733, 1.3116247020456038],
+ [103.63591876308557, 1.310137310119979],
+ [103.636712687071, 1.309204575080777],
+ [103.63750660916448, 1.308288495279911],
+ [103.63825233711252, 1.3073056289389149],
+ [103.63886445788681, 1.30618972601899],
+ [103.63965857800645, 1.3045408463226598],
+ [103.63998943695091, 1.304107816623338],
+ [103.6402872060469, 1.3037580649771177],
+ [103.64048572939754, 1.303408303827749],
+ [103.64083316770652, 1.302575532003137],
+ [103.64106481297661, 1.3018093744811983],
+ [103.6412798415862, 1.3018243689766305],
+ [103.64146179875492, 1.3017411040501357],
+ [103.64162722150881, 1.3015912127603209],
+ [103.64169340547757, 1.301374690595567],
+ [103.6417099700545, 1.3011248516405651],
+ [103.6417099874721, 1.300941635599797],
+ [103.6420077618407, 1.300525259468454],
+ [103.64209048660688, 1.3003253932327528],
+ [103.64212359270043, 1.3000589008379342],
+ [103.64295073796471, 1.2989596691990202],
+ [103.64303345491331, 1.2988264270966552],
+ [103.64306656266444, 1.2985599337644096],
+ [103.64305006869266, 1.2980602520213866],
+ [103.64314933821527, 1.2978104201916032],
+ [103.64766574121523, 1.289616013935815],
+ [103.64776502130952, 1.2892329342796534],
+ [103.64847636496657, 1.2882336276904947],
+ [103.64951861396062, 1.2862632871505695],
+ [103.65007614344185, 1.2850807516683014],
+ [103.65019197831599, 1.2845477680715731],
+ [103.65024167950547, 1.2836816594922336],
+ [103.65019211969407, 1.2830154155147342],
+ [103.65004332626013, 1.2822159159450621],
+ [103.6497744026474, 1.2815153501547558],
+ [103.64947669350576, 1.2810323125696403],
+ [103.64896397103205, 1.2804326783330897],
+ [103.64850086479076, 1.2800478991928574],
+ [103.64788890367196, 1.279631481878189],
+ [103.64683351917645, 1.2792312635068344],
+ [103.64633132723165, 1.279133253779241],
+ [103.64571511000749, 1.2790808704861034],
+ [103.64514333487206, 1.2790817797432823],
+ [103.64123452372779, 1.2793812555512898],
+ [103.64120166486003, 1.2788795675945848],
+ [103.6442109912629, 1.2786635763085001],
+ [103.64476477074977, 1.2786094886423538],
+ [103.64474834039451, 1.278397235937702],
+ [103.64495374683833, 1.278383456907239],
+ [103.64494279278807, 1.2782483872133352],
+ [103.64449363913836, 1.2782814581135775],
+ [103.64450459296339, 1.2784192842952056],
+ [103.64470725928545, 1.2783999921035283],
+ [103.64472095143306, 1.2785681407756908],
+ [103.6411989265119, 1.278838220056446],
+ [103.64118797307187, 1.2786976364942735],
+ [103.64064844078935, 1.2787389747813753],
+ [103.64070046880865, 1.2793977858419674],
+ [103.64043754980014, 1.279425346224213],
+ [103.63942437338274, 1.2658053360247183],
+ [103.63103352142288, 1.2617836097778485],
+ [103.61636960577302, 1.2547407239463118],
+ [103.61547889918087, 1.2531328256545364],
+ [103.6155667666964, 1.2514872910933679],
+ [103.62832139691228, 1.2245538858659273],
+ [103.6235593008015, 1.2223150704212933],
+ [103.62795051828668, 1.212872365593192],
+ [103.6090892797188, 1.2177374911550782],
+ [103.60885101434705, 1.2178063661242715],
+ [103.6086182233449, 1.2178890239509854],
+ [103.60821285423106, 1.2180630544734625],
+ [103.6077363378043, 1.2183409408665868],
+ [103.60734194123303, 1.2186330587423333],
+ [103.60715569527491, 1.2187956574820589],
+ [103.60690097003706, 1.2190574756949577],
+ [103.6065092836466, 1.2195480514367865],
+ [103.6061422231148, 1.2201929868532457],
+ [103.60588195833763, 1.2208930654738808],
+ [103.6057168543172, 1.2218218679526764],
+ [103.60566753975218, 1.2500139478528656],
+ [103.61067582001405, 1.2499981576223123],
+ [103.61063966318841, 1.2575204880633697],
+ [103.6173953825748, 1.2606689272798286],
+ [103.61740237407254, 1.2715281881012523],
+ [103.6102321931145, 1.2715339575075433],
+ [103.61023388377619, 1.2741730147676922],
+ [103.61337646155663, 1.2826658247744744],
+ [103.62114149762087, 1.2873376110300658],
+ [103.6201229807558, 1.289103776744978],
+ [103.61937304598855, 1.2904004930426134],
+ [103.61931434424126, 1.2904916917263143],
+ [103.61859240734077, 1.2916339690999648],
+ [103.61802978672588, 1.2915674065378469],
+ [103.61771559836328, 1.2918670398012009],
+ [103.61771568417903, 1.292000204777188],
+ [103.61768323197857, 1.2929989437856029],
+ [103.61804729614843, 1.293065513051781],
+ [103.61806399288291, 1.2932985504617927],
+ [103.61793168488049, 1.2933984291710274],
+ [103.61753457047702, 1.2933984440577684],
+ [103.6175015902104, 1.2935732365307322],
+ [103.61748533274755, 1.2940226696080184],
+ [103.61723713630322, 1.2940226781871158],
+ [103.61727062474856, 1.294638564486204],
+ [103.61733712990538, 1.2951379315618428],
+ [103.61742016198721, 1.2956040061019392],
+ [103.61756944376762, 1.2961699519061392],
+ [103.6176688602886, 1.2963863417370973],
+ [103.61776822545895, 1.2965195025551848],
+ [103.61785097883673, 1.2965527909374783],
+ [103.61785076527455, 1.2962198785062855],
+ [103.61804932224939, 1.2962198710827832],
+ [103.61806633888263, 1.2969522780474063],
+ [103.61871163942538, 1.2969356088955137],
+ [103.61884437406202, 1.2975015559797773],
+ [103.61912120101383, 1.2982060124234673],
+ [103.61943543682108, 1.299072146921998],
+ [103.61976621470649, 1.2998550013503347],
+ [103.62013007007934, 1.3006878252877936],
+ [103.62185820950405, 1.3054186487606618],
+ [103.63032254537825, 1.328182523704198],
+ [103.63038484437331, 1.3283493477985766],
+ [103.63163710253089, 1.3317026357964665],
+ [103.63193561041972, 1.3328714086459799],
+ [103.63208075626038, 1.333444768786794],
+ [103.63244227061332, 1.333830691185706],
+ [103.63244774027685, 1.334293786730039],
+ [103.63227518171455, 1.3350435566547858],
+ [103.6323381716057, 1.3352144630699416],
+ [103.63351856843529, 1.3367112840079045],
+ [103.6335925127139, 1.3369042422905841],
+ [103.63368835910236, 1.3375658104553634],
+ [103.63384446321572, 1.3379737795810864],
+ [103.63445067815994, 1.3397274382622513],
+ [103.63443759169306, 1.3400830691476338],
+ [103.6344375868213, 1.340366225768042],
+ [103.63443757883248, 1.3407992889396299],
+ [103.63442103692232, 1.3409158829787216],
+ [103.63442103292076, 1.3411324136591551],
+ [103.63437140760911, 1.3414322263193335],
+ [103.63440448664791, 1.3415255019016525],
+ [103.63480143851106, 1.341991887882362],
+ [103.63496682449924, 1.3427747371809098],
+ [103.63549608995737, 1.3435742518418157],
+ [103.63564197182043, 1.3437578920251938],
+ [103.63604566230212, 1.3458045853356557],
+ [103.63570737132018, 1.3457807206810333],
+ [103.63525405078708, 1.3458794939462126],
+ [103.6348210135506, 1.3462422909684586],
+ [103.63459095211765, 1.3466033935072104],
+ [103.63438118513459, 1.3470121935726298],
+ [103.63426613471836, 1.347523199387494],
+ [103.63424578865414, 1.3483203756692135],
+ [103.63436752434424, 1.349138001247557],
+ [103.6344216356531, 1.349390103899462],
+ [103.63423894259309, 1.3496353799466179],
+ [103.6340630179291, 1.3498193355700476],
+ [103.63394122068037, 1.350023734155388],
+ [103.63434041706851, 1.3498738578112892],
+ [103.63458503316082, 1.3499073518848006],
+ [103.63476064879447, 1.3501209144155735],
+ [103.63500650863138, 1.3504524653789103],
+ [103.63523032444677, 1.3506590438615542],
+ [103.63555270234163, 1.3509530755892596],
+ [103.63613897075668, 1.351301662609416],
+ [103.63645286196679, 1.3513837081704534],
+ [103.637000473237, 1.3514478600756163],
+ [103.63728702000637, 1.351390163550941],
+ [103.63784101144955, 1.351236292887345],
+ [103.63849236798903, 1.3514310377959988],
+ [103.63884910294894, 1.3522992034503512],
+ [103.63911033715027, 1.3529003231133852],
+ [103.63928452116711, 1.353576596144752],
+ [103.64057670152349, 1.3563148753811898],
+ [103.64039049062661, 1.3566043286571896],
+ [103.64049185421196, 1.3568579164048666],
+ [103.64042344200632, 1.3574174949454716],
+ [103.64049742851738, 1.3577813463058837],
+ [103.64079323061235, 1.3578447149690813],
+ [103.64075212773821, 1.357651763917326],
+ [103.64079319222348, 1.3574780994851505],
+ [103.64090822441082, 1.3574863564556272],
+ [103.64128350200346, 1.358010053903619],
+ [103.64279545422949, 1.3590380709493635],
+ [103.64372402714194, 1.3600110199426094],
+ [103.64983214721481, 1.3713755690113547],
+ [103.6492550178729, 1.3715987918084354],
+ [103.64906878885947, 1.3717311240798065],
+ [103.64903319444281, 1.3718303630273914],
+ [103.64898116703912, 1.371929602508642],
+ [103.64895927618969, 1.3721170474177093],
+ [103.6490140735026, 1.3723044847080748],
+ [103.64912364363383, 1.37244781158414],
+ [103.64936468419945, 1.3726352280275687],
+ [103.64997820664571, 1.3727895257299019],
+ [103.65013158302148, 1.3727895086202453],
+ [103.6504821513898, 1.372734340745074],
+ [103.65060266178494, 1.372734327405899],
+ [103.65090744303626, 1.3728416503828103],
+ [103.65100806174341, 1.3731753243146865],
+ [103.65087662541066, 1.3734509901753338],
+ [103.6507999599408, 1.3736604936658838],
+ [103.65072331340834, 1.3740464133007289],
+ [103.65083289415666, 1.3742889746001488],
+ [103.65098628293988, 1.3743992178817006],
+ [103.65118349211835, 1.3744984304266064],
+ [103.65138069464076, 1.3745314872384535],
+ [103.65158884306635, 1.3744873604876215],
+ [103.65187366918701, 1.3743329646734697],
+ [103.65224610749074, 1.3739029076729963],
+ [103.65265141442016, 1.3734838736232398],
+ [103.65283763199668, 1.3732523065731363],
+ [103.65308959003947, 1.3730868875558746],
+ [103.65316628303495, 1.3731309836249308],
+ [103.65319915665403, 1.373197136417358],
+ [103.65321012918324, 1.373351499704948],
+ [103.65318822524812, 1.3734176582911588],
+ [103.65312250289674, 1.3735169004587884],
+ [103.6529253242384, 1.3736933387372843],
+ [103.65264052592111, 1.3741013334473913],
+ [103.65248718946482, 1.3744652098976402],
+ [103.6525200726168, 1.3746195703293198],
+ [103.65262963068781, 1.3746526366398921],
+ [103.65288159748467, 1.3745644011551987],
+ [103.65314452445622, 1.374531293530938],
+ [103.65328693578593, 1.3744348001091249],
+ [103.65503735005899, 1.376965084190921],
+ [103.65499660677409, 1.3771153504574578],
+ [103.65481594610593, 1.3774271293658364],
+ [103.65481162847804, 1.3776324431359563],
+ [103.65485396357131, 1.3778146594559397],
+ [103.65499403793619, 1.3780678066554717],
+ [103.65500229299238, 1.378214094713018],
+ [103.65506906343317, 1.378509931214314],
+ [103.65512805494731, 1.3786248191988],
+ [103.6552561774716, 1.3787696277053334],
+ [103.65529117662808, 1.3788317083110528],
+ [103.65538505721969, 1.3791360677275986],
+ [103.65549630953322, 1.3793482253466876],
+ [103.65555076309751, 1.3794175233002122],
+ [103.65571850403181, 1.3795568154598803],
+ [103.65595152617416, 1.3798767538674597],
+ [103.65614002709471, 1.3800852310909975],
+ [103.65633700889732, 1.3804254081530642],
+ [103.65638527057857, 1.3805539122611952],
+ [103.65674687129194, 1.3811878693648219],
+ [103.6571578173871, 1.38222151559077],
+ [103.65732346062119, 1.3827976214847604],
+ [103.65725473406616, 1.3828986261213163],
+ [103.65707669411336, 1.3832977565811024],
+ [103.65718741532962, 1.3834537162902854],
+ [103.65737800077422, 1.3835473435257473],
+ [103.65754394667006, 1.383541165560509],
+ [103.65766460121647, 1.3834462737372848],
+ [103.65772507068887, 1.3834568285042534],
+ [103.65773572769463, 1.383494159466382],
+ [103.65770738809287, 1.3835493224058735],
+ [103.65747357828299, 1.3836316713647736],
+ [103.65731473212028, 1.3837336468887595],
+ [103.65725995491454, 1.383810820870974],
+ [103.6572681620691, 1.3839624202361112],
+ [103.65734209775592, 1.384091971694362],
+ [103.65754442756237, 1.384222515771227],
+ [103.65767619764027, 1.3843207653086662],
+ [103.6578404987457, 1.384601919533056],
+ [103.65792264563811, 1.3848169182281382],
+ [103.65804587703212, 1.3849464724375924],
+ [103.6581608952501, 1.3850181424745593],
+ [103.65846761425948, 1.3851339251471324],
+ [103.65859906327232, 1.385224890904704],
+ [103.65862644427486, 1.3853268767024909],
+ [103.65869216626554, 1.38540681433575],
+ [103.65863738833835, 1.3855060393580678],
+ [103.65864833655114, 1.3856162924994828],
+ [103.65879073724567, 1.3857706546951296],
+ [103.65929463384079, 1.3859581124682134],
+ [103.65949181483036, 1.385969147570837],
+ [103.65954658881424, 1.3859360746494935],
+ [103.65974378056423, 1.3857376292094528],
+ [103.65995192225537, 1.385638411838733],
+ [103.66012719023806, 1.3857045732488162],
+ [103.66017100590774, 1.3857486766838583],
+ [103.66019290958472, 1.3858589315372924],
+ [103.66013812308715, 1.38610148590488],
+ [103.6599957022087, 1.3863219846141033],
+ [103.65982041932068, 1.3865094066340375],
+ [103.65978755120375, 1.3865976073438189],
+ [103.65978754738019, 1.3866747845205112],
+ [103.6598203960008, 1.386928368579811],
+ [103.65991896950509, 1.3872481087067994],
+ [103.66010517192456, 1.3876781067220132],
+ [103.66019280101969, 1.3878104147150299],
+ [103.66052141839673, 1.3881411922940203],
+ [103.66086099806311, 1.3883286404306985],
+ [103.66123344668691, 1.388416862740142],
+ [103.66138680450867, 1.3885271235977807],
+ [103.66154015448741, 1.3887586636517608],
+ [103.66156205436198, 1.3889350706301118],
+ [103.66154012844001, 1.3892437786608773],
+ [103.66147438057722, 1.3896186365152599],
+ [103.66149627725943, 1.3898391437063107],
+ [103.66157294810789, 1.3900376038958469],
+ [103.6618029806917, 1.3902691477474896],
+ [103.66185774711097, 1.390379404093901],
+ [103.66201108503424, 1.3908424756833415],
+ [103.66242730398065, 1.3918127261493551],
+ [103.6625106854993, 1.3920987333890753],
+ [103.66271208047299, 1.392584514228052],
+ [103.66275588484056, 1.3928380990809732],
+ [103.66272298752196, 1.3934444909169967],
+ [103.66264629045871, 1.393720119805944],
+ [103.66242716837067, 1.3942934255873212],
+ [103.66240525165937, 1.3944367542023175],
+ [103.66239428858147, 1.3945800827127364],
+ [103.66246821063038, 1.3949687296114521],
+ [103.66265713616536, 1.395704679970085],
+ [103.66270641131845, 1.3960795444282847],
+ [103.66271188288788, 1.3961897980750764],
+ [103.66270090988563, 1.396520557014674],
+ [103.66272281213043, 1.3966528619681358],
+ [103.66283233993107, 1.3969726028458596],
+ [103.66301854811279, 1.3973254226682275],
+ [103.66309248000105, 1.3975293947159606],
+ [103.66298566374897, 1.3977002820340387],
+ [103.66276655962973, 1.397931803003276],
+ [103.66253649484545, 1.3982846014412322],
+ [103.6622714961463, 1.398809160573617],
+ [103.66227354766497, 1.3989571330136095],
+ [103.66237212400607, 1.399221746035378],
+ [103.66255830843235, 1.4000155797753933],
+ [103.66261307585633, 1.400114810170025],
+ [103.6626678463727, 1.4001589143946698],
+ [103.66277739119258, 1.4001699456608647],
+ [103.6631498540393, 1.4000376614057088],
+ [103.66324844440122, 1.4000597169025717],
+ [103.66325939588867, 1.4001148438731408],
+ [103.66322652764272, 1.4002030446134066],
+ [103.66309506355857, 1.4003573929912063],
+ [103.66288691761505, 1.4005227617066665],
+ [103.6628759553914, 1.4006660902120829],
+ [103.66298548641655, 1.4009307040230725],
+ [103.66307310375858, 1.4012835193670685],
+ [103.6632373993309, 1.4017135156875873],
+ [103.66334693956108, 1.4018017241172005],
+ [103.66354412043634, 1.4018458360125572],
+ [103.66397135252471, 1.4017797059719344],
+ [103.6640370784673, 1.4018127850109112],
+ [103.6640370754064, 1.4018679120876079],
+ [103.663982297908, 1.4019450861900176],
+ [103.66380701785127, 1.402066356249691],
+ [103.6636755599279, 1.4021214755521179],
+ [103.66362078399982, 1.4021765995370559],
+ [103.6635769588781, 1.4023089015015409],
+ [103.66356599280633, 1.4025183821404428],
+ [103.66336879122233, 1.4028601570479544],
+ [103.6631935086764, 1.4030145022071954],
+ [103.66307299839274, 1.403201926520993],
+ [103.66297438707278, 1.4035547327458946],
+ [103.66288669455915, 1.4045745712807398],
+ [103.6627880913258, 1.4047895593517234],
+ [103.66274426059356, 1.4050100644193202],
+ [103.66274423968879, 1.4053849252491228],
+ [103.6627935144709, 1.4057653017751268],
+ [103.6628592361981, 1.4058700459602955],
+ [103.6630509380496, 1.4059362076394686],
+ [103.66355484774914, 1.4059803357345992],
+ [103.66411352508133, 1.4061236931973022],
+ [103.66422306563969, 1.4062229275691014],
+ [103.66424487225812, 1.406262125027508],
+ [103.66437641458221, 1.4064985686955997],
+ [103.66453251073591, 1.4066336371926635],
+ [103.66488030771323, 1.4068514052565175],
+ [103.66496793756869, 1.4069726881159572],
+ [103.66497888537424, 1.407104992268223],
+ [103.66496790407841, 1.4075901064923708],
+ [103.66489120434196, 1.4079098374204182],
+ [103.66501166264723, 1.408687129182706],
+ [103.66508012322477, 1.4087946300128675],
+ [103.66513215529902, 1.4088359775179617],
+ [103.66521978918213, 1.4089021342040637],
+ [103.66554841816246, 1.409067531135854],
+ [103.66617712399693, 1.4092702066381824],
+ [103.66644668692676, 1.409255007516113],
+ [103.66676437520691, 1.4091888719319976],
+ [103.66710397479659, 1.4090676098890074],
+ [103.66767362939481, 1.4088030313133872],
+ [103.66806799970801, 1.4087258732548438],
+ [103.66807892379606, 1.4092991913769048],
+ [103.66817750266715, 1.4095417532457633],
+ [103.66838563206282, 1.4096961188639705],
+ [103.66871427046839, 1.4097071600866362],
+ [103.66901004273431, 1.409751276809522],
+ [103.66933867601492, 1.4098615461602972],
+ [103.66950298926415, 1.4099718074555425],
+ [103.6696782505966, 1.4102143738050676],
+ [103.66971110262857, 1.410434881771348],
+ [103.66974396364674, 1.4105010353363856],
+ [103.66979873376592, 1.410556165394446],
+ [103.67001782015907, 1.4106664287248003],
+ [103.6705107750262, 1.4107326056856628],
+ [103.67067508929516, 1.4108428669105122],
+ [103.67074081253118, 1.410920047833203],
+ [103.67085034572565, 1.4111846605087899],
+ [103.67085033973817, 1.41128388873055],
+ [103.67080651184851, 1.4114713170364543],
+ [103.67066408930751, 1.4117028422452462],
+ [103.67045594118206, 1.4118902625838463],
+ [103.67040116450256, 1.411967437732943],
+ [103.67034638180634, 1.4121438401944353],
+ [103.67032446309868, 1.4123312700291184],
+ [103.67031349964752, 1.412496648715193],
+ [103.67035730125473, 1.4128163856701257],
+ [103.67045587600148, 1.413136125585661],
+ [103.67061744093986, 1.4134503551520885],
+ [103.67065577926613, 1.4135109970206186],
+ [103.67077353619351, 1.4136102308249205],
+ [103.6709042658512, 1.4136595783105124],
+ [103.67179232141694, 1.413555153568661],
+ [103.67217573268289, 1.4135661981973247],
+ [103.6727563204272, 1.4137426314473653],
+ [103.67282204532361, 1.4137977613072477],
+ [103.67282204243614, 1.4138528874983844],
+ [103.6727672650174, 1.4139410877633334],
+ [103.67193441093299, 1.4144639769199094],
+ [103.67167147368559, 1.4146844686815734],
+ [103.67148522117212, 1.414949065113434],
+ [103.67140851807996, 1.415246740774952],
+ [103.67143041655474, 1.4154672452517518],
+ [103.67151803742128, 1.4158310800791034],
+ [103.67161661906368, 1.4161067143181691],
+ [103.67186856568472, 1.4165256823349601],
+ [103.67190142252599, 1.4166800363355891],
+ [103.67202187638928, 1.4176612820529662],
+ [103.67208759975645, 1.4178046123954884],
+ [103.67221905601382, 1.4179148694580328],
+ [103.67250388990665, 1.417947958227012],
+ [103.67284350631522, 1.4178597715393506],
+ [103.67304070431007, 1.4177826035559735],
+ [103.6730954794965, 1.417793631524062],
+ [103.67315025330879, 1.417837734662385],
+ [103.67320502423392, 1.417936963085489],
+ [103.6732159694587, 1.4181133665713175],
+ [103.67316118180068, 1.4183228424606267],
+ [103.67300779699964, 1.4185433392455171],
+ [103.67284346103503, 1.4186866598534984],
+ [103.67263530525858, 1.4188079272713194],
+ [103.6721532687165, 1.4189291827177297],
+ [103.6721203978829, 1.4190284086347802],
+ [103.67217516649426, 1.4191607131533754],
+ [103.67242734055, 1.4193627748628406],
+ [103.672657176656, 1.4195135396697347],
+ [103.67310632698687, 1.419756113239492],
+ [103.67342402188125, 1.41988842972684],
+ [103.67373070300964, 1.4210791617568672],
+ [103.67361018886398, 1.421200433524913],
+ [103.6735225309308, 1.421487084333179],
+ [103.67352251936411, 1.4217075881860939],
+ [103.67359644542299, 1.422096228629279],
+ [103.67376348651503, 1.4225785871810914],
+ [103.67390588926466, 1.4228652485712627],
+ [103.67390586891801, 1.423240104128661],
+ [103.67389486959596, 1.4240339165138494],
+ [103.67392498573946, 1.4242433965015395],
+ [103.67394963262188, 1.4242764724834047],
+ [103.67405916811846, 1.424585182604819],
+ [103.67419061541972, 1.4248718432281937],
+ [103.67435493162706, 1.4251144040927877],
+ [103.67449734033148, 1.4252908130854678],
+ [103.67454209945947, 1.4253759101711259],
+ [103.67493553156298, 1.4256298565076513],
+ [103.6751765476928, 1.4256105723192414],
+ [103.675461390565, 1.4255003332726386],
+ [103.67561476923073, 1.4254011129023383],
+ [103.67572432149268, 1.4254011177363957],
+ [103.67633778901018, 1.4258972775704917],
+ [103.67661983307052, 1.4260218743686799],
+ [103.67691562860756, 1.426088120929904],
+ [103.67694848087116, 1.4261432656510664],
+ [103.67690463697245, 1.4262094139079016],
+ [103.67682792794395, 1.4262645267173764],
+ [103.67669644424858, 1.4262975693781579],
+ [103.67658686320236, 1.4263636995591154],
+ [103.67649918480191, 1.4264629163586655],
+ [103.67645532112708, 1.4265952267086772],
+ [103.67644432602002, 1.4267275465475655],
+ [103.67664133304409, 1.4274112728311057],
+ [103.67679462759861, 1.4277200699759163],
+ [103.67689319042529, 1.427863448605831],
+ [103.67775842610571, 1.4288726600368447],
+ [103.67801034771522, 1.4291098113620477],
+ [103.67816370080256, 1.4292201239279974],
+ [103.67825134326341, 1.4292422035154633],
+ [103.67851429469778, 1.4292312514736187],
+ [103.6786896156018, 1.429154113267565],
+ [103.67891974034032, 1.4289998024359174],
+ [103.67899917784607, 1.4289805286499624],
+ [103.6790430123545, 1.4289474600526622],
+ [103.6794347276528, 1.4288345463299605],
+ [103.67957716111864, 1.428823559806584],
+ [103.67992774127507, 1.428878795506545],
+ [103.68056322932145, 1.4287687077982183],
+ [103.68071660901754, 1.4287908052547686],
+ [103.68083710731443, 1.428857001650482],
+ [103.68090279246906, 1.4290334504097124],
+ [103.68096849637004, 1.429143738859774],
+ [103.68113278991693, 1.429309189934696],
+ [103.68132997173426, 1.429408488306778],
+ [103.68160385236055, 1.4294857543044472],
+ [103.6821077502345, 1.4297725984992498],
+ [103.6824582207877, 1.4302027482966828],
+ [103.6824855977711, 1.4302496204077504],
+ [103.68294012595747, 1.4307652581024022],
+ [103.68313724116453, 1.4310906085233857],
+ [103.68328786365315, 1.4311761103723657],
+ [103.68352615425522, 1.431195474843206],
+ [103.68364120636939, 1.4311514002435684],
+ [103.68380558657526, 1.4310246377474931],
+ [103.68403572180902, 1.4308317318878434],
+ [103.68420008708571, 1.4307545898221232],
+ [103.68433978069945, 1.430746359324197],
+ [103.68482458180205, 1.4307768217878258],
+ [103.68514232945489, 1.4307107499680913],
+ [103.68527382855517, 1.4306225724823918],
+ [103.68532862543987, 1.4305674534413129],
+ [103.68541632318484, 1.4304020741526229],
+ [103.68550400140666, 1.4303028569889662],
+ [103.68564645788105, 1.4302146819964499],
+ [103.68575601940654, 1.4302147126012092],
+ [103.68586556733398, 1.430258851589498],
+ [103.6859203066015, 1.4304022171165556],
+ [103.68593116222321, 1.4307440553511732],
+ [103.68583239276292, 1.4313063995008126],
+ [103.6858214006384, 1.4314276925638498],
+ [103.68584327806722, 1.431548994989127],
+ [103.68587611361974, 1.4316592739653646],
+ [103.68597466789247, 1.4318357328898383],
+ [103.68607323487882, 1.4319680834227604],
+ [103.68617182387246, 1.432023245854736],
+ [103.68636901206922, 1.4321004900937464],
+ [103.68657440752959, 1.4322135746651568],
+ [103.68675241679976, 1.4323101103675795],
+ [103.68690579343446, 1.4323432352141123],
+ [103.68720160627004, 1.4323543452948364],
+ [103.68732558993916, 1.4324025782889604],
+ [103.687643284032, 1.4325900192838035],
+ [103.68792263907648, 1.432703037935021],
+ [103.68807877757308, 1.4327291757911018],
+ [103.68853896095992, 1.43279541245863],
+ [103.68863756851448, 1.4328285092927922],
+ [103.68883476345184, 1.4330160003544052],
+ [103.6890319899229, 1.4330160318564409],
+ [103.689097726117, 1.433049123875255],
+ [103.6894270507407, 1.4333692287984692],
+ [103.6895359465399, 1.4334130854298635],
+ [103.6898044394681, 1.4334563633886541],
+ [103.68999613488569, 1.4334462402974009],
+ [103.69010571122247, 1.4334131765249833],
+ [103.6902152896532, 1.4333608163973357],
+ [103.69038331110866, 1.433229233392944],
+ [103.69054650086868, 1.4331258516635728],
+ [103.69064265757375, 1.433093478857216],
+ [103.69077413814264, 1.4331155535031712],
+ [103.69093848198166, 1.4331817422137467],
+ [103.69112472220255, 1.4333582046350317],
+ [103.69133562236024, 1.433493319388874],
+ [103.6915367591753, 1.4335143022534815],
+ [103.69199664538445, 1.4334644019945553],
+ [103.69250946906915, 1.4334644835259094],
+ [103.69287340495727, 1.4334811996181287],
+ [103.69320423401976, 1.4336311712185015],
+ [103.69346889541637, 1.4337644749510166],
+ [103.6936508488545, 1.4338644496816806],
+ [103.69389895970912, 1.4340477237295661],
+ [103.69406436360106, 1.434181011366338],
+ [103.69439519655434, 1.4343143262873999],
+ [103.69464331782301, 1.4344309687458283],
+ [103.69484181355823, 1.4345309471127201],
+ [103.69504031021057, 1.434630924559576],
+ [103.69521200537287, 1.4347174027727212],
+ [103.6959477440619, 1.4350201713956334],
+ [103.696118355274, 1.4350365551591715],
+ [103.69642863451625, 1.4348603274368423],
+ [103.69646962271271, 1.4348789072921833],
+ [103.69639599116881, 1.435225888157598],
+ [103.69637236950872, 1.4353224498995234],
+ [103.6964154290341, 1.4354456870791616],
+ [103.69649655601386, 1.4355930829424894],
+ [103.69671837065589, 1.4358859817997764],
+ [103.69700391995343, 1.4361622577856268],
+ [103.69719954495687, 1.4364139315368851],
+ [103.69749489992587, 1.436688549460968],
+ [103.69767683432981, 1.4369051286231163],
+ [103.69777607260627, 1.4370217483127303],
+ [103.69794147040975, 1.437205008898508],
+ [103.69800761694047, 1.4373549387517248],
+ [103.69800758172694, 1.437571488045172],
+ [103.69823915211181, 1.4377381023649636],
+ [103.69848728784113, 1.437771456402434],
+ [103.6987354050687, 1.437921415134468],
+ [103.69903312216672, 1.4382379574100244],
+ [103.69916543392382, 1.438421213249844],
+ [103.69939700628082, 1.4385878265620167],
+ [103.69957894101195, 1.4388044046949635],
+ [103.69974434095421, 1.4389710077419313],
+ [103.7000089655823, 1.4393375184445165],
+ [103.7001743480457, 1.4396207252877309],
+ [103.70027358013903, 1.4397706606536287],
+ [103.70038936276137, 1.4398706246953707],
+ [103.70067057584909, 1.439953957273092],
+ [103.70090215860986, 1.4400539389218023],
+ [103.70113373497992, 1.4401872372192928],
+ [103.70118336071732, 1.4402039020680448],
+ [103.70158034371536, 1.4404704875061887],
+ [103.70181192657434, 1.440570469974312],
+ [103.70206005259028, 1.440670454284015],
+ [103.70258966582539, 1.4408250999713053],
+ [103.70304339858677, 1.4410830644632817],
+ [103.7031792073661, 1.4411378765758176],
+ [103.70346692591261, 1.441835471357932],
+ [103.70371305695096, 1.4421316574998193],
+ [103.704745099641, 1.4435378012738367],
+ [103.70485800040998, 1.4436297043815827],
+ [103.70496418414939, 1.4437862427185955],
+ [103.70503230239702, 1.4438477115123074],
+ [103.70528122357373, 1.4439586229553143],
+ [103.7054486318554, 1.4440594027205167],
+ [103.70575909629895, 1.4442967455204871],
+ [103.70619614797725, 1.4446948311940104],
+ [103.70661101833967, 1.4451506147166506],
+ [103.70667780314807, 1.445260877311928],
+ [103.70679037032853, 1.4453433053222537],
+ [103.70694035644995, 1.4454013294200454],
+ [103.70700533314472, 1.4454494324280167],
+ [103.70719157896319, 1.4456632121978252],
+ [103.70732255997113, 1.4457178773160582],
+ [103.70746434970802, 1.4457164337295174],
+ [103.70753215817058, 1.445694382846924],
+ [103.70776512753424, 1.4458426025876565],
+ [103.70796298408925, 1.4460754143321286],
+ [103.70804182396931, 1.4461311337123182],
+ [103.7083572328019, 1.4462910504661013],
+ [103.70860463464822, 1.4464888453153952],
+ [103.70868302968168, 1.4465294129777748],
+ [103.70892477692311, 1.4466077793067083],
+ [103.70949753104115, 1.446895774023519],
+ [103.70983011073551, 1.4471344351979394],
+ [103.7098407166902, 1.4471879016351585],
+ [103.7098246924613, 1.4472124849222048],
+ [103.70984622945913, 1.4473065858280982],
+ [103.7099189802614, 1.447400533988571],
+ [103.7105699630717, 1.4477219895991171],
+ [103.7106227016238, 1.447808756923099],
+ [103.71062321808952, 1.447896561418379],
+ [103.71065162195099, 1.4479621020499034],
+ [103.710758273458, 1.4480201262688053],
+ [103.71109190634624, 1.448314043831525],
+ [103.71130009113196, 1.448410951136551],
+ [103.71140887660953, 1.4485239000372345],
+ [103.7116272720632, 1.4486234567426057],
+ [103.71186979963095, 1.448651216556044],
+ [103.71209536965047, 1.4489175668308596],
+ [103.7124417935357, 1.4491430988870946],
+ [103.71257544445965, 1.4492687481200046],
+ [103.71273057402801, 1.4493543832070315],
+ [103.71318663722825, 1.4494392530004547],
+ [103.71353568549723, 1.4495740124528613],
+ [103.71380416883935, 1.4496264905589555],
+ [103.71412285810828, 1.44972503947906],
+ [103.71498841551966, 1.4499010404971049],
+ [103.7151525102567, 1.4499058368132454],
+ [103.71539271863763, 1.4498489406465376],
+ [103.71548357809822, 1.449947294746441],
+ [103.71568350123273, 1.450119505633753],
+ [103.71588418882658, 1.450209975808687],
+ [103.71686970583877, 1.4503722134812222],
+ [103.71738682060685, 1.4503452667025671],
+ [103.71745984564603, 1.4503558596380106],
+ [103.71762827626029, 1.4504474910117744],
+ [103.71761237753688, 1.4505320706314953],
+ [103.71765475754336, 1.450597762940124],
+ [103.71772020007971, 1.4506109202478814],
+ [103.71781583548915, 1.450660921900658],
+ [103.71837357897444, 1.4506999492770936],
+ [103.71846418507604, 1.4507294786078695],
+ [103.71876818710362, 1.4509001906047652],
+ [103.71931429373011, 1.4511024580927887],
+ [103.71947764729444, 1.45110622670839],
+ [103.71963236005874, 1.451053327560823],
+ [103.71970049238648, 1.4510073830922516],
+ [103.72005396013462, 1.4510444978538588],
+ [103.72036151610972, 1.4511466157864756],
+ [103.72051196188457, 1.451156696124598],
+ [103.7205969440298, 1.4511977557048168],
+ [103.72139409674827, 1.4511914577727922],
+ [103.72168855018255, 1.451168342455393],
+ [103.72176751647469, 1.4511126449158416],
+ [103.72182063357442, 1.4509849064284221],
+ [103.72190000500846, 1.450949964009879],
+ [103.72195735218362, 1.450961484805035],
+ [103.72201730727865, 1.4510244177997076],
+ [103.72220743600646, 1.4511106318902662],
+ [103.72227088306262, 1.451118481269865],
+ [103.72235730209593, 1.4511044046220556],
+ [103.72246727799187, 1.4510335487675519],
+ [103.72250859062754, 1.4509513162676566],
+ [103.72261964962404, 1.4508188408517015],
+ [103.72265773261809, 1.4507379357925265],
+ [103.72277727146204, 1.4506654941402832],
+ [103.72291586972764, 1.4504235190090293],
+ [103.72288665438911, 1.4503507942111535],
+ [103.72287987660287, 1.4500284476192054],
+ [103.72269449462799, 1.4496029922745193],
+ [103.72267207872628, 1.449499001302552],
+ [103.72266375928734, 1.449244121846121],
+ [103.72254905500053, 1.4488907883126931],
+ [103.7224666156148, 1.4488008056650965],
+ [103.7223272985871, 1.4487094374423322],
+ [103.722186956826, 1.4485513272483264],
+ [103.72203131648644, 1.4482633372524092],
+ [103.72194482706827, 1.4480463647865351],
+ [103.72188399649018, 1.4477876274391404],
+ [103.7219045465481, 1.4476770231789682],
+ [103.7219926242692, 1.447644404483448],
+ [103.72211301455205, 1.4476883805074012],
+ [103.72214773711673, 1.447673619416145],
+ [103.72232674267904, 1.4475206445609083],
+ [103.72252327513208, 1.4476689316143982],
+ [103.72259036072475, 1.4476725695430626],
+ [103.72261923000751, 1.4476538624252882],
+ [103.72270265452588, 1.4476820364939473],
+ [103.7227525762268, 1.447754964886182],
+ [103.72274423751868, 1.4478046908207516],
+ [103.72269017835812, 1.447830862211405],
+ [103.72265190584481, 1.447818560104368],
+ [103.72263823553736, 1.4478911715607357],
+ [103.72259150651165, 1.4479303118596731],
+ [103.72249682777408, 1.447868497680274],
+ [103.72248162880425, 1.4478330133859998],
+ [103.72243419751337, 1.4478261134831885],
+ [103.72233760533291, 1.4479744286123066],
+ [103.72226948326129, 1.448163356418489],
+ [103.72239566481551, 1.4483599085277656],
+ [103.72252252053087, 1.4484230392381536],
+ [103.72263527962069, 1.4483815182897553],
+ [103.72271002638402, 1.4483358281687666],
+ [103.72284774348658, 1.4482130994414935],
+ [103.72295264365559, 1.4481480673917615],
+ [103.723082715028, 1.4480900073909044],
+ [103.7236998549017, 1.447953498741023],
+ [103.72397000002829, 1.448003186667569],
+ [103.72418940492604, 1.448033440078048],
+ [103.72424486043649, 1.4480085854692466],
+ [103.72425889489601, 1.447949146049944],
+ [103.72431059800151, 1.4479400497660444],
+ [103.72442809799068, 1.4479750361723223],
+ [103.72444198086173, 1.4480415544798253],
+ [103.72455017004124, 1.4481422305755702],
+ [103.72466452847445, 1.44815980875388],
+ [103.72479422398779, 1.448125041381643],
+ [103.72480940634036, 1.4480950715548866],
+ [103.72491222712826, 1.448180677086803],
+ [103.72493378207774, 1.4483264911303597],
+ [103.72499332596072, 1.4484015687063692],
+ [103.72524957117982, 1.4484801863589507],
+ [103.72538592925973, 1.4485521204308585],
+ [103.72550666316288, 1.4486482608063946],
+ [103.72575856817572, 1.4487082962690327],
+ [103.72579023786119, 1.4486625262086137],
+ [103.72576350684581, 1.4486136649622854],
+ [103.72586027129194, 1.4486006368205162],
+ [103.72600048112781, 1.4488373711334481],
+ [103.72606362857061, 1.4488906202687921],
+ [103.72637460217265, 1.4490266583556375],
+ [103.72749427934234, 1.449662147747559],
+ [103.7279104958169, 1.449826324384596],
+ [103.72818912674958, 1.4499737674410829],
+ [103.72824796767902, 1.449921141740193],
+ [103.72820294512772, 1.4497267325266754],
+ [103.7282351718489, 1.4496628851609854],
+ [103.72835048509386, 1.4497111979515118],
+ [103.72835571447037, 1.4498580168667041],
+ [103.72843882443301, 1.4499493459446346],
+ [103.72884545615541, 1.4500638932885404],
+ [103.72893766843835, 1.4500293238043558],
+ [103.7289515245586, 1.4499963287941222],
+ [103.7289311819071, 1.449940842519059],
+ [103.72858774131888, 1.4496937258788691],
+ [103.72856324193968, 1.449634278301498],
+ [103.72858613970932, 1.4495830463475061],
+ [103.72867741669528, 1.4495449525298802],
+ [103.728774598498, 1.4495629502363925],
+ [103.72886695357002, 1.449686725529704],
+ [103.72908384804546, 1.449874046174159],
+ [103.72921460556586, 1.4499024066955857],
+ [103.72926361594513, 1.449866116909435],
+ [103.72933554139168, 1.449832417370214],
+ [103.73027916799144, 1.4500109855006058],
+ [103.73034976984681, 1.4499959736079875],
+ [103.73063345265528, 1.4496504894656386],
+ [103.73083506994058, 1.4495237106933883],
+ [103.73086729728075, 1.4494844221446048],
+ [103.73067490867693, 1.449350481856232],
+ [103.73043019522628, 1.449044637089691],
+ [103.73043691948129, 1.4489641672481441],
+ [103.73049210495309, 1.4489088942472144],
+ [103.73071898467023, 1.4489180269005115],
+ [103.73076616567488, 1.4488968859661444],
+ [103.73085648378876, 1.4487989829207581],
+ [103.73092349764242, 1.4487807323226134],
+ [103.73097360339469, 1.4488238482610587],
+ [103.73103429449722, 1.4488102186631238],
+ [103.7310449799779, 1.448744812055162],
+ [103.73101156844555, 1.4486606370233046],
+ [103.73094437725538, 1.4486058685062357],
+ [103.73096016198146, 1.4485472710736726],
+ [103.73100760035469, 1.448497648161287],
+ [103.73101782539695, 1.4484201067999698],
+ [103.73098063736593, 1.4483090376724346],
+ [103.73083190266418, 1.4480177665855922],
+ [103.73080565337217, 1.4479648954712752],
+ [103.73072520563885, 1.4479598364240378],
+ [103.73070487689249, 1.448034078210154],
+ [103.73061641623022, 1.4481714332338214],
+ [103.73058299520201, 1.4482587270810905],
+ [103.73057464946356, 1.4483684674375041],
+ [103.73050538172288, 1.4483913989019066],
+ [103.73047914355547, 1.4483709102823616],
+ [103.73034644427287, 1.448341558569453],
+ [103.7303168318444, 1.448281799673799],
+ [103.73031752309956, 1.4481970428794209],
+ [103.73038574135269, 1.4480926608944877],
+ [103.73046410012878, 1.4480316643384037],
+ [103.73051466092431, 1.4480265271560513],
+ [103.73055425710194, 1.448039438733442],
+ [103.73058239940286, 1.448019897654044],
+ [103.73056603776317, 1.4479589609816692],
+ [103.73049489617615, 1.4479282944302794],
+ [103.7303938384319, 1.4478579521399297],
+ [103.73033224922207, 1.4478811136588996],
+ [103.7302883686106, 1.4480256079329625],
+ [103.7302085399424, 1.448022093546169],
+ [103.73015855575161, 1.4479145209908804],
+ [103.73016784314679, 1.4478465613095355],
+ [103.73020380950058, 1.4477882930903445],
+ [103.73024742504404, 1.447623481404161],
+ [103.73032032429845, 1.4475939419373676],
+ [103.73042194643656, 1.4476822738291102],
+ [103.7304746904322, 1.4476458449097707],
+ [103.73047136021701, 1.4476061504913866],
+ [103.73043171079243, 1.4475187755345558],
+ [103.73041575811062, 1.4474160067013881],
+ [103.73045502369283, 1.4472272934213433],
+ [103.7305113046735, 1.4471883622913637],
+ [103.73058458248127, 1.4473127724130053],
+ [103.73063673742854, 1.4475061853121944],
+ [103.73070742189428, 1.4475507003363195],
+ [103.7307674945745, 1.4475604765136878],
+ [103.73080113049598, 1.4475099178653088],
+ [103.73089339019593, 1.4475772210804043],
+ [103.73088777731832, 1.4476824524140586],
+ [103.73095610101863, 1.4477104373909075],
+ [103.73101551651007, 1.447807499861536],
+ [103.73108155085644, 1.447849506867366],
+ [103.73111846199001, 1.4479433750112964],
+ [103.73118465761482, 1.4479759242015529],
+ [103.73125254355433, 1.4479471323848936],
+ [103.73130309480018, 1.4478540559045652],
+ [103.73144152176623, 1.4478224438560687],
+ [103.73167592731966, 1.4476664022160597],
+ [103.73185518370545, 1.4476594240971463],
+ [103.73202948310625, 1.4475582889687215],
+ [103.73215116233193, 1.4474170158665667],
+ [103.73241467722616, 1.447255906498715],
+ [103.73246036343191, 1.4471620266959029],
+ [103.73246258619861, 1.4469465597698925],
+ [103.73227854137293, 1.446889525156256],
+ [103.7321369716774, 1.4468895188065665],
+ [103.73198124196887, 1.446846742711289],
+ [103.73175472179192, 1.4467184234089976],
+ [103.73172639892131, 1.4465758557533204],
+ [103.73164144961413, 1.446461799182484],
+ [103.73152819129416, 1.4464190249730606],
+ [103.73134414137155, 1.4462764493751015],
+ [103.7313158225364, 1.446205165357489],
+ [103.73138661155596, 1.4462621949284806],
+ [103.73151402585508, 1.4462764570501883],
+ [103.73171222855302, 1.4463620050929635],
+ [103.73179718939109, 1.446661398950583],
+ [103.73196708025965, 1.4467612029698556],
+ [103.73209449396035, 1.4467897214277134],
+ [103.73251920482691, 1.4467897395525213],
+ [103.7325475138234, 1.4467184562699618],
+ [103.73246255925976, 1.4465188606203858],
+ [103.73239176733176, 1.4464048038040689],
+ [103.73223603415076, 1.4463192577229336],
+ [103.73215108545683, 1.446190943898673],
+ [103.73220771125288, 1.446176690071017],
+ [103.73236343948626, 1.4461909525095666],
+ [103.73243421838593, 1.4460911592986823],
+ [103.7324625195597, 1.4458915669036574],
+ [103.73251914336947, 1.4458202866946164],
+ [103.73251915613055, 1.4460198794519712],
+ [103.7324908488502, 1.4461339309320538],
+ [103.73246254390214, 1.4462764960499883],
+ [103.73256165587463, 1.446476094140711],
+ [103.73273154065016, 1.446490358092275],
+ [103.7329580483435, 1.4464333409072216],
+ [103.73311376613577, 1.4462765232699746],
+ [103.73309959591006, 1.4460769307847912],
+ [103.73314206084673, 1.4459771353866],
+ [103.73319868897786, 1.4459913942681102],
+ [103.73338272879154, 1.4459771460617423],
+ [103.7335101378459, 1.445905868056386],
+ [103.7336516969766, 1.4457347942864391],
+ [103.73370831168492, 1.4455209458457976],
+ [103.73367998780176, 1.4453783782055551],
+ [103.73362335325112, 1.4452643229543043],
+ [103.73366581199218, 1.4450789875276988],
+ [103.7337082754297, 1.4449506802837708],
+ [103.7337790518783, 1.4448223733827612],
+ [103.73396308660692, 1.44473684056943],
+ [103.73410465853435, 1.444765359531157],
+ [103.73424623338661, 1.444850905765048],
+ [103.73426039725337, 1.4449507027712103],
+ [103.73435950433712, 1.4450790162389653],
+ [103.73445860114006, 1.4450505069410111],
+ [103.73454353495929, 1.444922201537766],
+ [103.73477004071086, 1.4448224132426093],
+ [103.73485497597215, 1.4447226205621884],
+ [103.73516641840448, 1.4445515531808168],
+ [103.73546369806105, 1.4442949451192075],
+ [103.73559109568872, 1.4440668433112631],
+ [103.7357751311955, 1.443981311245227],
+ [103.73595915361534, 1.4436961854769],
+ [103.73612418408652, 1.4431159391929413],
+ [103.73629227906765, 1.4429719040918],
+ [103.73639974600047, 1.4429478861232703],
+ [103.73671068093128, 1.4431682328684274],
+ [103.736870182015, 1.4431660276101324],
+ [103.73718916518504, 1.4429720654051228],
+ [103.73763209758305, 1.442402810643867],
+ [103.7377113635047, 1.4423216212395753],
+ [103.73779349527989, 1.4421701747466695],
+ [103.73771138846826, 1.4419818486475078],
+ [103.73750266270841, 1.4417817903187142],
+ [103.73729157434299, 1.4415229284171287],
+ [103.73698258671588, 1.4413478696010564],
+ [103.73677577986945, 1.4411623073195399],
+ [103.73641926610217, 1.44059205991632],
+ [103.73622645899307, 1.4404395824810219],
+ [103.73623720801307, 1.4403755604121649],
+ [103.7363884621713, 1.4401893894138609],
+ [103.73639074786061, 1.4400910708447283],
+ [103.73649968261192, 1.4399475730801943],
+ [103.73660721458727, 1.4397627160415947],
+ [103.73662707628225, 1.439612669593622],
+ [103.73660009910115, 1.4393885258263768],
+ [103.73661083601078, 1.4390996448820939],
+ [103.73707958298068, 1.439099669356114],
+ [103.73708758592304, 1.4394199831243077],
+ [103.73714745501427, 1.4398880149455457],
+ [103.73729653650928, 1.4402541967272307],
+ [103.73751995176966, 1.4406621966548787],
+ [103.73779185665559, 1.4410392088226538],
+ [103.7379520765199, 1.4411870598516783],
+ [103.7380056836255, 1.4411332615863308],
+ [103.73804749520409, 1.4409413033675103],
+ [103.73805427580719, 1.4406866831102165],
+ [103.73800959785352, 1.4403779752887758],
+ [103.73794991053067, 1.4401372513796449],
+ [103.73801046963638, 1.4400500788116848],
+ [103.73812174966407, 1.4399272900573985],
+ [103.73811994124416, 1.4398297264518887],
+ [103.73807624336979, 1.4396578894119731],
+ [103.7381442696608, 1.4394871061274077],
+ [103.7381634741715, 1.439298717374448],
+ [103.7426238500333, 1.439180717263364],
+ [103.74269991610176, 1.4392505045425865]
+ ]
+ ]
+ },
+ "id": "4"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 8.0,
+ "GDO_GID": 6.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU KEPPEL"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.81181524841334, 1.2648047437191832],
+ [103.81196882339715, 1.2647467498779492],
+ [103.81216079783445, 1.2644954392822854],
+ [103.81229517790858, 1.2643794501451056],
+ [103.81241036035983, 1.2643214541547012],
+ [103.81244875979293, 1.2641281392130044],
+ [103.8125831387834, 1.2640314808617936],
+ [103.81273671355291, 1.2639928177753073],
+ [103.8134470207996, 1.263006907225455],
+ [103.813485418797, 1.2628715864798918],
+ [103.8132934574523, 1.262736265765477],
+ [103.81313988500918, 1.2627169346717975],
+ [103.81296711618121, 1.262716935124197],
+ [103.81267916633797, 1.2627169355510488],
+ [103.81241041452918, 1.2627169361013693],
+ [103.81221844993311, 1.262658941229081],
+ [103.81183451817613, 1.2626396099736572],
+ [103.81168094559091, 1.2626396104998032],
+ [103.81150818075494, 1.2624849590132028],
+ [103.8114122000655, 1.2624269639861516],
+ [103.81129701996237, 1.2624269639107646],
+ [103.8112394265222, 1.2625622853627534],
+ [103.81116263520616, 1.2626782740379325],
+ [103.81100906016265, 1.2627556004444962],
+ [103.8108170941991, 1.2627556005870766],
+ [103.81058673362882, 1.2627942646942114],
+ [103.81045235479976, 1.2628715912361588],
+ [103.81035636826967, 1.2629682489144642],
+ [103.81029877387029, 1.2631035694394468],
+ [103.81024117467605, 1.2633742119048852],
+ [103.81024116864721, 1.2635481945455738],
+ [103.81031794956118, 1.2637028470702587],
+ [103.81047151866665, 1.263799505156104],
+ [103.81068267921502, 1.2638961628346768],
+ [103.81081705349763, 1.2639348256137695],
+ [103.8109322303086, 1.264012152535712],
+ [103.81108580035395, 1.2641088096811581],
+ [103.81110499169154, 1.264263461685736],
+ [103.81114337928042, 1.2644181138552155],
+ [103.81129694584666, 1.2646114295181157],
+ [103.8114697108082, 1.2647660819229176],
+ [103.81164247855037, 1.2648047440805936],
+ [103.81181524841334, 1.2648047437191832]
+ ]
+ ]
+ },
+ "id": "5"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 9.0,
+ "GDO_GID": 7.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU BRANI"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.8313253968077, 1.2633584464015326],
+ [103.83211242927699, 1.2633778238194702],
+ [103.83255390949317, 1.2638031450698592],
+ [103.83305300290667, 1.2638031741120037],
+ [103.83328336415265, 1.263648534936413],
+ [103.83330254242355, 1.2639385105493839],
+ [103.83566363950145, 1.263957978668442],
+ [103.8356828596269, 1.2635326837990608],
+ [103.83602837073498, 1.263803346358272],
+ [103.83694981825748, 1.263049466517427],
+ [103.8370074043378, 1.2630881334687636],
+ [103.8369689908019, 1.263455431444757],
+ [103.83716094967123, 1.263474774631562],
+ [103.8374681016602, 1.2631654858290684],
+ [103.83746811650751, 1.2628948428273628],
+ [103.83710339337799, 1.2629141542926834],
+ [103.83819762456994, 1.2617929830557308],
+ [103.83842797051055, 1.26187032210406],
+ [103.83948379702434, 1.2609424656626447],
+ [103.83995605494573, 1.2604669158787862],
+ [103.839744913865, 1.2602155933553747],
+ [103.84016724756034, 1.2597903209267023],
+ [103.84039758565969, 1.260002981757018],
+ [103.84201012325728, 1.25851453753451],
+ [103.84252846086616, 1.257625311540052],
+ [103.84189501912972, 1.2572386451776525],
+ [103.84187583314879, 1.2570646598663289],
+ [103.84137675714905, 1.2567553260924984],
+ [103.84103122683263, 1.2568519648817902],
+ [103.84095445828405, 1.2565619876736998],
+ [103.84064732717628, 1.2565233070530533],
+ [103.84041696360538, 1.256755272818808],
+ [103.84028259807612, 1.2566586074050006],
+ [103.84047457185721, 1.2563879756268437],
+ [103.83657793017575, 1.2543192744426555],
+ [103.83093422808855, 1.2563680955422378],
+ [103.8309341559932, 1.257585987752115],
+ [103.83047351934154, 1.2565033899047713],
+ [103.82991682496093, 1.2567353353684896],
+ [103.82926416420794, 1.256754628152507],
+ [103.82926417990174, 1.2564839860418244],
+ [103.82863071723114, 1.2564839478926515],
+ [103.82803559866426, 1.257257176197102],
+ [103.82736948672938, 1.257295799280479],
+ [103.82669762119416, 1.2574504115236584],
+ [103.82598735180271, 1.2578176686571125],
+ [103.82523867752724, 1.258378238938126],
+ [103.824585978335, 1.2590161415824024],
+ [103.82431720539657, 1.2595187469802949],
+ [103.82412521736293, 1.2599826937280347],
+ [103.82428069115069, 1.2602262994788522],
+ [103.82441507060538, 1.2600716544220805],
+ [103.82479896970882, 1.2603809847462066],
+ [103.82472217905345, 1.260496969312403],
+ [103.82581629952762, 1.261250969013426],
+ [103.82606586296674, 1.2609610103889837],
+ [103.82608503846156, 1.2613089802779662],
+ [103.82691043099102, 1.2618116529830405],
+ [103.82733274556306, 1.2617343515848574],
+ [103.82967455510322, 1.263261689285148],
+ [103.82996250252809, 1.2631070541038556],
+ [103.83009687075192, 1.2631650566334056],
+ [103.83040397958784, 1.2635903708446774],
+ [103.83061514840254, 1.2633584041506978],
+ [103.83082630347948, 1.263358417025473],
+ [103.83084548512512, 1.2635903966301507],
+ [103.83130618599355, 1.263609755871517],
+ [103.8313253968077, 1.2633584464015326]
+ ]
+ ]
+ },
+ "id": "6"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 10.0,
+ "GDO_GID": 8.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "ISLET"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.81421683817078, 1.2525078117820705],
+ [103.8148119275851, 1.2520825040319181],
+ [103.81492710633887, 1.2520825057526006],
+ [103.81494630303708, 1.2520051763420346],
+ [103.8149271079567, 1.2518505171141225],
+ [103.8148119305185, 1.2517925193644084],
+ [103.81475434114797, 1.2517925189544352],
+ [103.81460077085366, 1.2518118504675813],
+ [103.81442800280881, 1.2519278430866414],
+ [103.81400568099401, 1.2521791594289429],
+ [103.81396728706596, 1.252275821301859],
+ [103.81396728635653, 1.2523724825554825],
+ [103.8140056790115, 1.2524498132905186],
+ [103.81406326617547, 1.252507809745895],
+ [103.81414005172385, 1.2525078112172938],
+ [103.81421683817078, 1.2525078117820705]
+ ]
+ ]
+ },
+ "id": "7"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 11.0,
+ "GDO_GID": 9.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU PALAWAN"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.8147849560647, 1.2495793297616253],
+ [103.81564879708336, 1.2489993555549435],
+ [103.8157639781423, 1.2487673640698695],
+ [103.8156871933465, 1.2486707013906693],
+ [103.81561040790895, 1.2486707008708486],
+ [103.81536085364412, 1.248806028362291],
+ [103.8152072813332, 1.248883359562309],
+ [103.8150729063156, 1.2489220229481293],
+ [103.8148617454436, 1.2490186854329366],
+ [103.81472736973443, 1.2491540127702871],
+ [103.81463138601639, 1.2493280065060015],
+ [103.81461218891904, 1.2494633346592652],
+ [103.81466977755659, 1.2495599972320754],
+ [103.81470816983881, 1.2495599975062843],
+ [103.8147849560647, 1.2495793297616253]
+ ]
+ ]
+ },
+ "id": "8"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 12.0,
+ "GDO_GID": 10.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "ISLET"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.82846051288375, 1.2410459233217428],
+ [103.8289404218868, 1.240620605728485],
+ [103.82898163808477, 1.2406324565988338],
+ [103.82902380315012, 1.240628765049468],
+ [103.82905560014834, 1.2406206050140376],
+ [103.82907880010865, 1.240584462095761],
+ [103.82909399242624, 1.2405432746151828],
+ [103.82910446479255, 1.2405032383838386],
+ [103.82909896689449, 1.2403943274804377],
+ [103.82909399360166, 1.2403692819820467],
+ [103.82908980024536, 1.2403334094244935],
+ [103.82907146859478, 1.2403057204449235],
+ [103.82904213630164, 1.240283568875535],
+ [103.82901720855733, 1.2402726187806623],
+ [103.82899630529532, 1.240266954706903],
+ [103.82894680828277, 1.2402669555291774],
+ [103.82890203120937, 1.2402726194934834],
+ [103.82887347879101, 1.240278031166693],
+ [103.82883131461394, 1.2402909526651087],
+ [103.82878685289693, 1.240311285431847],
+ [103.82813417536303, 1.2408719309685956],
+ [103.82809985253077, 1.2409185843887953],
+ [103.82808152075181, 1.2409591957765314],
+ [103.82807658685827, 1.2410072591603134],
+ [103.82808152054791, 1.2410625701466216],
+ [103.82810168603503, 1.2411142564674904],
+ [103.82813417479679, 1.2411619192917653],
+ [103.82816768163347, 1.2411862494951498],
+ [103.82822267939221, 1.2412065553147924],
+ [103.82826854905255, 1.2412199173996077],
+ [103.82831067456257, 1.2412323986247529],
+ [103.82834733887009, 1.2412287070757753],
+ [103.8283837273399, 1.241219916714699],
+ [103.82841516853412, 1.2412102463965113],
+ [103.8284316672786, 1.2411917874289808],
+ [103.82845183292918, 1.2411585592798648],
+ [103.82846051274221, 1.2411232537824184],
+ [103.82846051288375, 1.2410459233217428]
+ ]
+ ]
+ },
+ "id": "9"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 13.0,
+ "GDO_GID": 11.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SUBAR DARAT"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.833689961675, 1.2163227835103734],
+ [103.83368997333022, 1.216128554765216],
+ [103.83357747727518, 1.215966691460867],
+ [103.83351319651426, 1.2158372026209787],
+ [103.83348106376559, 1.2156267866409707],
+ [103.83348107274283, 1.2154811150813734],
+ [103.8334167919975, 1.215335439906926],
+ [103.83325608252208, 1.2151412030212383],
+ [103.8331275102816, 1.2150440814061387],
+ [103.83295072458851, 1.214914585305986],
+ [103.83261322320853, 1.2146555948834925],
+ [103.83251678909318, 1.2146717748572033],
+ [103.83250071102101, 1.2147688874171918],
+ [103.83254891453517, 1.21499548974682],
+ [103.83251676019489, 1.2151573449160453],
+ [103.83240424527045, 1.2153191955362463],
+ [103.83233995282907, 1.215383934509768],
+ [103.83225959043702, 1.2154163017161668],
+ [103.83214708544085, 1.2154162944338722],
+ [103.83200243603964, 1.2154001007993456],
+ [103.83197029524526, 1.2153515408835354],
+ [103.83195423436912, 1.215157312128825],
+ [103.83197030974323, 1.2151087558547309],
+ [103.83193816805434, 1.2150601977471653],
+ [103.83185780567587, 1.2150763786098122],
+ [103.83172922168362, 1.2151896711018964],
+ [103.83169706909901, 1.2153353390248802],
+ [103.83168098826857, 1.215481009670357],
+ [103.83163276211229, 1.215642863914038],
+ [103.83163274940142, 1.2158532771827861],
+ [103.83163274213227, 1.215982763314582],
+ [103.83163273305594, 1.2161284348735657],
+ [103.83168094741221, 1.216176993898729],
+ [103.83174523535762, 1.2161769975550276],
+ [103.8318738121383, 1.2161931911946753],
+ [103.83200238620117, 1.2162579411100662],
+ [103.83208274680923, 1.2162579456705702],
+ [103.83222739354785, 1.2163065119640348],
+ [103.83229167606802, 1.2164036290753404],
+ [103.83227559978086, 1.216484557109808],
+ [103.83217916107164, 1.2165816651118109],
+ [103.83208271692719, 1.2167597020552203],
+ [103.83216307392813, 1.216824450131008],
+ [103.83224343364795, 1.2168406410183101],
+ [103.83230772250761, 1.2168406446611402],
+ [103.83240415489304, 1.216856835549725],
+ [103.8328220387943, 1.216743560280473],
+ [103.83288632765168, 1.2167435639094253],
+ [103.833047053396, 1.2166788312660632],
+ [103.83322384909863, 1.2166464703726212],
+ [103.83335242860558, 1.2166141058508275],
+ [103.83354529875753, 1.216549374081475],
+ [103.83367388094551, 1.216468454166781],
+ [103.833689961675, 1.2163227835103734]
+ ]
+ ]
+ },
+ "id": "10"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 14.0,
+ "GDO_GID": 12.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SUBAR LAUT"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.83544189524562, 1.2152060723237792],
+ [103.8356508387866, 1.2151251558667826],
+ [103.83579549525108, 1.2149956786490885],
+ [103.83587586113723, 1.214914755054416],
+ [103.8360526628676, 1.2147690941733442],
+ [103.83619731932808, 1.2146719886930586],
+ [103.83639020513841, 1.2143320999292673],
+ [103.8364062839494, 1.21421880101392],
+ [103.83640629187157, 1.214073129453001],
+ [103.83632593397031, 1.2140245678348747],
+ [103.83621342020082, 1.2141702331882702],
+ [103.83610091435779, 1.2141702269759718],
+ [103.83598841029597, 1.2141540344270554],
+ [103.8358276918405, 1.2140892829228842],
+ [103.8357151904367, 1.2140245331754702],
+ [103.83557055527837, 1.2137817401294213],
+ [103.83549020005765, 1.2136846203946146],
+ [103.83537770222404, 1.2135551289223672],
+ [103.83524913709131, 1.2133447076054678],
+ [103.83523307421856, 1.2131828506272173],
+ [103.83518486518805, 1.2130533618132697],
+ [103.83512058530752, 1.2129076866769917],
+ [103.83500808840223, 1.2127458234286508],
+ [103.83499202822324, 1.2125515937840001],
+ [103.83502418060868, 1.2124221103419788],
+ [103.83513668548107, 1.2124221165994757],
+ [103.83524918946632, 1.212438309184389],
+ [103.83528133561802, 1.2124059392101585],
+ [103.83524919391338, 1.2123735665689883],
+ [103.83508848002103, 1.2122278860719315],
+ [103.83481525505944, 1.2121954991021329],
+ [103.83475096630956, 1.212195495519309],
+ [103.83457417358774, 1.2121792993264682],
+ [103.83439737997583, 1.2121792894541654],
+ [103.83425273073867, 1.212179280463822],
+ [103.83409200797085, 1.2121954568980746],
+ [103.83401164390075, 1.212244009585437],
+ [103.83396342420762, 1.2123087494995575],
+ [103.83396341883524, 1.2123896775427894],
+ [103.83402770669534, 1.2124058665721942],
+ [103.83410806808818, 1.2124058719764454],
+ [103.83420449942862, 1.212422062800905],
+ [103.83430092541936, 1.2125515543292837],
+ [103.83433306532967, 1.2126162987416014],
+ [103.8343652025705, 1.21274578576878],
+ [103.83433305461875, 1.2128105265874365],
+ [103.83426875959807, 1.2129076373681011],
+ [103.8341080287422, 1.2130694853656068],
+ [103.83404373639449, 1.21313422347663],
+ [103.83396337498391, 1.2131504044025125],
+ [103.83383480639736, 1.2130047265367374],
+ [103.83372230687579, 1.2128914204221621],
+ [103.833577660292, 1.2128428551124042],
+ [103.83344907737467, 1.212939961356708],
+ [103.83340085136867, 1.2131018147309207],
+ [103.83336869260992, 1.213344597955304],
+ [103.83341689976325, 1.2135064576568788],
+ [103.83349725221217, 1.2136521337367396],
+ [103.83377046296704, 1.2139273067758052],
+ [103.83385082440476, 1.2139273112833568],
+ [103.8339472522181, 1.2140082456358727],
+ [103.8340276056046, 1.2141377353673959],
+ [103.83414010429189, 1.2142510414681125],
+ [103.83426867473955, 1.2143643493671985],
+ [103.83439724341987, 1.2145262135425652],
+ [103.83442937621989, 1.2147204431814462],
+ [103.83444544262161, 1.2148175584528185],
+ [103.83449365343154, 1.2149146755190547],
+ [103.8345740086531, 1.2150117943784198],
+ [103.83468650561838, 1.2151574713103295],
+ [103.83476685996403, 1.2152707764955157],
+ [103.83494364665565, 1.2153840861438916],
+ [103.83507222520453, 1.2153840942029508],
+ [103.83521687816113, 1.2153193587262672],
+ [103.83544189524562, 1.2152060723237792]
+ ]
+ ]
+ },
+ "id": "11"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 15.0,
+ "GDO_GID": 13.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU TEKUKOR"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.83618015784538, 1.23357686510829],
+ [103.83639929020438, 1.2334746363178468],
+ [103.83659667106296, 1.2333218489958164],
+ [103.8367150718107, 1.2331651250590767],
+ [103.83687131084685, 1.2328161773238477],
+ [103.83693561323865, 1.2325733958578853],
+ [103.83720886571085, 1.2321687697869843],
+ [103.83751427056787, 1.2316184739034537],
+ [103.83772322839525, 1.2312947713875912],
+ [103.8380125489868, 1.2309548887146713],
+ [103.83833401059516, 1.2306635649387279],
+ [103.83867154317785, 1.2304207982720634],
+ [103.83883227651914, 1.2302265791677722],
+ [103.83886443065862, 1.2300647239410571],
+ [103.83905730160268, 1.2299838072563516],
+ [103.83934661150042, 1.229821965925975],
+ [103.83949127291545, 1.2296277459132856],
+ [103.83955557158805, 1.2294658924116133],
+ [103.83955557761541, 1.2293525926235542],
+ [103.83965202167664, 1.2291583700011417],
+ [103.83965202687756, 1.2290774419685195],
+ [103.83976454537736, 1.2288508493564032],
+ [103.83979669944458, 1.2286889941170727],
+ [103.83978063964467, 1.2284623936743475],
+ [103.83970027949617, 1.2284300166862439],
+ [103.83955563025283, 1.2284138234641249],
+ [103.83941098101121, 1.2283976293297494],
+ [103.83923418116326, 1.2284947341436983],
+ [103.83913774227688, 1.2285918423888527],
+ [103.8389930826205, 1.2287536915322097],
+ [103.83878413293436, 1.2289317217042448],
+ [103.83865554770838, 1.229061200848911],
+ [103.83859125332538, 1.229142124488014],
+ [103.83843052437027, 1.2292554155463937],
+ [103.8383180100835, 1.229401080973624],
+ [103.83818942307407, 1.2295629300423487],
+ [103.83807691050127, 1.22967622370351],
+ [103.8379322542337, 1.2297895156070373],
+ [103.8378479750517, 1.2299548346313127],
+ [103.83783165623876, 1.2300288632885685],
+ [103.83781467243266, 1.2300508855164882],
+ [103.83775264219798, 1.230085886366018],
+ [103.83764293113931, 1.230177955454844],
+ [103.83749826956077, 1.2303721753665962],
+ [103.8373696841796, 1.2304854681181312],
+ [103.83728931700183, 1.2305825771750434],
+ [103.8370482128277, 1.2309386478415623],
+ [103.83698391924992, 1.2310195732496259],
+ [103.83691962391445, 1.2311328686026737],
+ [103.83685532328867, 1.231327093794449],
+ [103.83677495784343, 1.2314080174098394],
+ [103.83675887894753, 1.2315213163130772],
+ [103.83669457654439, 1.231747912351247],
+ [103.83663027766482, 1.2319259512070009],
+ [103.83653383680279, 1.2320554311108498],
+ [103.8365177587722, 1.232152544586756],
+ [103.8364534545743, 1.2324115114687384],
+ [103.83645345281494, 1.2324438823193817],
+ [103.83642130116021, 1.2325733666639436],
+ [103.83629270946365, 1.2327999582431202],
+ [103.83626056484371, 1.2327999564701477],
+ [103.83618020108192, 1.2328323237909293],
+ [103.83611590743266, 1.2329132482725869],
+ [103.83608375662135, 1.2330103608577703],
+ [103.83601945943572, 1.2331560279423277],
+ [103.83600337696802, 1.23333406944484],
+ [103.83601944353818, 1.2334311846929276],
+ [103.83606765473819, 1.233528300812166],
+ [103.83611587123197, 1.2335283034749647],
+ [103.83618015784538, 1.23357686510829]
+ ]
+ ]
+ },
+ "id": "12"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 16.0,
+ "GDO_GID": 14.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SERINGAT"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.85177057405612, 1.22794509663321],
+ [103.85160985125496, 1.227945087795882],
+ [103.85130447928015, 1.2279450726964525],
+ [103.85114375647858, 1.227945063830923],
+ [103.8510794673579, 1.2279450606437348],
+ [103.85091874941843, 1.227864123734551],
+ [103.85080624787692, 1.2277831892118702],
+ [103.85075803455864, 1.2277022578808923],
+ [103.85064552985105, 1.227686066860623],
+ [103.85061338449911, 1.227702250686336],
+ [103.85058123268472, 1.227831735201015],
+ [103.85058122712124, 1.2279450349858998],
+ [103.85054907858597, 1.228025961415837],
+ [103.85053300506095, 1.228042146040749],
+ [103.85038835100335, 1.2281230668643526],
+ [103.85014726314508, 1.2281877974410802],
+ [103.85005082386922, 1.2283010915041863],
+ [103.84977758352417, 1.2285438628309269],
+ [103.84968114252138, 1.2286733441145725],
+ [103.84964899234984, 1.2287866413839348],
+ [103.84963290270868, 1.2291103545067992],
+ [103.84963289790636, 1.2292074679616982],
+ [103.8496489625424, 1.2293531403060474],
+ [103.84972931713837, 1.2294826295416297],
+ [103.8498578865656, 1.2296444938464883],
+ [103.84990610139022, 1.2296768671087974],
+ [103.85000253513391, 1.229676871930743],
+ [103.85009896967509, 1.2296606913241934],
+ [103.85017933635922, 1.2295635809782206],
+ [103.85025970054586, 1.2294988432885554],
+ [103.85034006562715, 1.229434104692107],
+ [103.85045257358807, 1.2293855531197713],
+ [103.85056508154487, 1.2293370024470696],
+ [103.85070973417865, 1.2293046387930362],
+ [103.85082224064615, 1.229304644384434],
+ [103.850982962737, 1.2293208377888314],
+ [103.8511597558777, 1.2293532183092017],
+ [103.85138476543949, 1.2293856012032114],
+ [103.85149726864404, 1.2294341648493723],
+ [103.8516579874831, 1.2294989153916929],
+ [103.85183477670756, 1.2296122247997203],
+ [103.8519312024709, 1.2297579001837624],
+ [103.85199548309994, 1.229952132064727],
+ [103.85209190809888, 1.230113993771359],
+ [103.85217226047982, 1.2302920401087212],
+ [103.85215618302594, 1.2303891536756006],
+ [103.85207581481875, 1.2305186349296233],
+ [103.85189901035461, 1.2306804831860347],
+ [103.85177042568395, 1.230809961150718],
+ [103.85181863976518, 1.2308585216107564],
+ [103.85194721342758, 1.2309556413980915],
+ [103.85210793326718, 1.2310203919108416],
+ [103.85226864986289, 1.2311337004962934],
+ [103.85239722355458, 1.231230822069867],
+ [103.85252580105362, 1.2312308283764317],
+ [103.85260616613046, 1.2311660888078118],
+ [103.8526061716066, 1.231052789931316],
+ [103.85260617485203, 1.2310042318487793],
+ [103.85263832414141, 1.2309071199715125],
+ [103.85278297984058, 1.2307938272721066],
+ [103.85284727461257, 1.2306967169649332],
+ [103.85300800303656, 1.2305834250393786],
+ [103.85316873312442, 1.2304539476795804],
+ [103.85331338799853, 1.230356841280576],
+ [103.85342589684072, 1.23030828958267],
+ [103.85360269473173, 1.230243556486568],
+ [103.85381163410013, 1.230243566637776],
+ [103.85426165742328, 1.2302435893503574],
+ [103.85458310252464, 1.2302597912097462],
+ [103.85472775271838, 1.2302597981857575],
+ [103.85496883821007, 1.2302274398503554],
+ [103.85509741962701, 1.2301627034308025],
+ [103.85529028790955, 1.2301465272686718],
+ [103.85561173223904, 1.2301789153322251],
+ [103.85583674039175, 1.2302436686950455],
+ [103.85609389238125, 1.230324609900195],
+ [103.85623853725363, 1.2304379165725443],
+ [103.85638317834025, 1.2306321521666936],
+ [103.85651174746057, 1.2308102006599462],
+ [103.85652781475599, 1.2309073157776795],
+ [103.85657602892357, 1.2309558752452552],
+ [103.85668853001145, 1.231052995844728],
+ [103.85676888665121, 1.2311662985304024],
+ [103.85672066400303, 1.2312795960211047],
+ [103.85657600679113, 1.2314090752611304],
+ [103.85638313614902, 1.2314738077906706],
+ [103.85630277115615, 1.231538545663573],
+ [103.85627062275312, 1.2316194730628969],
+ [103.85635098077334, 1.2316842194884108],
+ [103.85651170379334, 1.2316842280346194],
+ [103.85668849866586, 1.2316842364293852],
+ [103.85694565549716, 1.2316842495232434],
+ [103.85723495693176, 1.2316842632065754],
+ [103.85749211361629, 1.2316680908233832],
+ [103.85770105684759, 1.2315871726416265],
+ [103.8577814195542, 1.2315709900945155],
+ [103.85782963750992, 1.231538621514154],
+ [103.85786178436354, 1.2314900667534765],
+ [103.85791000396563, 1.2314415118433346],
+ [103.85792607971598, 1.2313767690938864],
+ [103.85797430216591, 1.2312472870626798],
+ [103.85797430681403, 1.2311663581339667],
+ [103.85797431656322, 1.230955944004341],
+ [103.85791003502499, 1.2308102694544436],
+ [103.85784575499541, 1.2306322240545287],
+ [103.85779754832193, 1.230421808560518],
+ [103.85765290263431, 1.230324687398619],
+ [103.85762076421054, 1.2302113861067538],
+ [103.85755649098837, 1.2298876691674787],
+ [103.85744399684432, 1.2296610643053598],
+ [103.85731542696543, 1.2294992003758203],
+ [103.85696185173579, 1.2291754697395003],
+ [103.85692971108628, 1.2291107256149352],
+ [103.8567529216862, 1.228997416549082],
+ [103.85652791513554, 1.228900291508561],
+ [103.85628683586681, 1.2288031656832497],
+ [103.85604575827551, 1.2286898544111091],
+ [103.85569217031617, 1.2286412785298473],
+ [103.85562787812329, 1.2287060189600805],
+ [103.85567609070658, 1.2287869492949828],
+ [103.85569215872236, 1.2288678789955056],
+ [103.85567608293177, 1.228932620829017],
+ [103.85540283831367, 1.2292563207535658],
+ [103.85512959593169, 1.2295314634724523],
+ [103.85480814245439, 1.2296933040608966],
+ [103.85432596679723, 1.229838950515296],
+ [103.85410095407222, 1.2298713104747965],
+ [103.85365093391549, 1.2298065451309483],
+ [103.85324913565202, 1.2296284822802162],
+ [103.85286342122974, 1.229240006918367],
+ [103.85259021493158, 1.2288191643557895],
+ [103.85236521626554, 1.2285439965722338],
+ [103.8523812991892, 1.2283335841240688],
+ [103.85234916414827, 1.2281555401580215],
+ [103.852365240799, 1.2280746120136425],
+ [103.85241346111097, 1.2279936863515297],
+ [103.85241346749581, 1.2278803856634666],
+ [103.85236525581043, 1.2277832698418114],
+ [103.85225275277402, 1.2277508916560398],
+ [103.85210810024337, 1.2277832572017262],
+ [103.85197951807852, 1.2278641779975956],
+ [103.85189915387063, 1.2279127312181268],
+ [103.85180271940375, 1.2279289118892192],
+ [103.85177057405612, 1.22794509663321]
+ ]
+ ]
+ },
+ "id": "13"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 17.0,
+ "GDO_GID": 15.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SAKIJANG PELEPAH"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.85472803090884, 1.2247890386842228],
+ [103.85477625199049, 1.22470811297944],
+ [103.85487269016937, 1.224611003267889],
+ [103.85493698536052, 1.2244815202503787],
+ [103.85504949776995, 1.2243520413605302],
+ [103.85514593669406, 1.2242387462140658],
+ [103.85529059283029, 1.2241254533803696],
+ [103.85540309971223, 1.2240930879311653],
+ [103.85559596679343, 1.2240930971791868],
+ [103.85569239943543, 1.2240931027023363],
+ [103.85572454394891, 1.2240931042411527],
+ [103.8557727611684, 1.2240931065486467],
+ [103.85577275492209, 1.2242064063331475],
+ [103.85583704485023, 1.2242064094083962],
+ [103.85591740658647, 1.224206413250282],
+ [103.85601384470596, 1.2241093034981323],
+ [103.85611028358046, 1.2239960092218287],
+ [103.85614243494871, 1.2238503401210399],
+ [103.85611029590862, 1.2237532233234263],
+ [103.85611030429061, 1.2235751809339004],
+ [103.85617459330506, 1.223575184001296],
+ [103.85620674314234, 1.2234618866540896],
+ [103.85631925620908, 1.2233162213820423],
+ [103.85649605902815, 1.2231543728356353],
+ [103.85660856737263, 1.223089636486065],
+ [103.85667285789268, 1.2230572677870277],
+ [103.85675322186891, 1.2230087144246022],
+ [103.85686573171614, 1.222911606309719],
+ [103.85691395194323, 1.2228468650877122],
+ [103.85709075318329, 1.2227173891615961],
+ [103.85726755667187, 1.2225393560442162],
+ [103.85746043509484, 1.222312764685939],
+ [103.8575890175822, 1.2222156573001342],
+ [103.85765331032827, 1.2221347323025022],
+ [103.8578140387927, 1.2220052546670672],
+ [103.85799083978664, 1.2218595923529785],
+ [103.85813550167599, 1.2216168141579442],
+ [103.85824801695976, 1.2214387779558362],
+ [103.85832838760017, 1.2212445530074592],
+ [103.85839268868612, 1.2210017710275338],
+ [103.85845698826438, 1.2207913598962634],
+ [103.85845700098555, 1.2205162040501296],
+ [103.85842486265338, 1.220402902757947],
+ [103.85836057671106, 1.2203381571378384],
+ [103.8582159285528, 1.2203057776897435],
+ [103.8580873529329, 1.2202572144683765],
+ [103.85787842411804, 1.220046790491364],
+ [103.8577177109729, 1.2198687396216725],
+ [103.85755700025508, 1.2196583187951262],
+ [103.85738022292324, 1.2193184101768013],
+ [103.85738022745267, 1.2192212958149853],
+ [103.85754095877616, 1.2190270755899326],
+ [103.85762132638558, 1.2188975950749756],
+ [103.8576052613917, 1.218751922773466],
+ [103.85754098093116, 1.218590062769492],
+ [103.85754099073364, 1.218379648619365],
+ [103.85757314361601, 1.2182177931680587],
+ [103.85763743928405, 1.2180721255634366],
+ [103.85778209498866, 1.2179588325979251],
+ [103.857830311952, 1.217942649444796],
+ [103.8580874719764, 1.2178455480921573],
+ [103.85807140546297, 1.2177322475482875],
+ [103.8580553359467, 1.2176836896110756],
+ [103.85791069244567, 1.2175541966845713],
+ [103.85776604444149, 1.2175218181126883],
+ [103.85738031665045, 1.2174246855348618],
+ [103.8570588724524, 1.217440855739056],
+ [103.85699458041324, 1.2174894089674613],
+ [103.85710708335719, 1.2175541569094357],
+ [103.85718744021545, 1.2176350896543517],
+ [103.85718743945921, 1.2176512759844504],
+ [103.85721958238375, 1.2176836483582003],
+ [103.85718743251081, 1.2177807611989842],
+ [103.85705884718816, 1.2179426111720117],
+ [103.85702670123369, 1.2179749814036476],
+ [103.85694633665256, 1.2180397201988244],
+ [103.85678561444593, 1.2180397116631738],
+ [103.85667310935045, 1.2180397063155306],
+ [103.8563355846537, 1.2182015463107319],
+ [103.85625522170933, 1.2182500996597327],
+ [103.85623914599077, 1.2183148405959814],
+ [103.85620699773598, 1.2183957679996034],
+ [103.85607841461376, 1.2185090616492438],
+ [103.85601412190391, 1.2185899866104215],
+ [103.85590161130365, 1.2186870946897344],
+ [103.8558694592146, 1.2188489501224373],
+ [103.85578908756567, 1.219043174098076],
+ [103.8556283591752, 1.2191726516130492],
+ [103.85559621075939, 1.2192373935836365],
+ [103.85545155502608, 1.2193668709543706],
+ [103.85527475545639, 1.2194639768254774],
+ [103.85511403252518, 1.2194963399468863],
+ [103.85506581308132, 1.2195448939032327],
+ [103.85495330561396, 1.2195934456660849],
+ [103.85485686915368, 1.2196581836250802],
+ [103.85472828591492, 1.2197714763065446],
+ [103.85459969778259, 1.2199495124936581],
+ [103.854455041191, 1.2200951770458193],
+ [103.85443896310198, 1.2202084760572747],
+ [103.85439074054277, 1.220321772608894],
+ [103.85410142870661, 1.2205645435972852],
+ [103.85397284771861, 1.2206292799657816],
+ [103.8538442659485, 1.2207102026582617],
+ [103.85379604257946, 1.2208396846250296],
+ [103.85366745134957, 1.2210986497050658],
+ [103.8535227962021, 1.2212119415473026],
+ [103.85344242820753, 1.2213252374203654],
+ [103.85323348173529, 1.2214870832944362],
+ [103.85310489432234, 1.2216651194103982],
+ [103.85292809463442, 1.221778409649965],
+ [103.85273521273355, 1.2220697423904812],
+ [103.85263876908515, 1.222280151814722],
+ [103.85260661664597, 1.2224258208779528],
+ [103.85255838770438, 1.2226686035146694],
+ [103.85255838613763, 1.2227009752702698],
+ [103.8525905234712, 1.2228304620607322],
+ [103.8525744445063, 1.222959947390174],
+ [103.85252622115273, 1.2231056156634166],
+ [103.85236549146629, 1.2232350920806063],
+ [103.85234941887899, 1.2232512785252028],
+ [103.85225297818678, 1.2233807580939067],
+ [103.8522208264999, 1.2235102417262755],
+ [103.85225296786662, 1.2235749859136142],
+ [103.85231724982003, 1.2237206606168445],
+ [103.85231724275754, 1.223866332159496],
+ [103.85223687149397, 1.2240443706024058],
+ [103.85223686352889, 1.2241900421447787],
+ [103.85225292748667, 1.2243518999027119],
+ [103.85218862745607, 1.2245784954102417],
+ [103.85215647732392, 1.2246756072857543],
+ [103.85201181720394, 1.2248860143126745],
+ [103.85197966627527, 1.224999312515742],
+ [103.85185108345067, 1.225096420539228],
+ [103.85177071065566, 1.2253230152435923],
+ [103.85162605599234, 1.2254201224632348],
+ [103.8515135441619, 1.2255334157854734],
+ [103.85140103717082, 1.2255657810717786],
+ [103.85120816997939, 1.2255657715216974],
+ [103.85103136657551, 1.2257114333925105],
+ [103.85083848429849, 1.22601895142],
+ [103.85083847784622, 1.2261322512062767],
+ [103.8508706152463, 1.2262779243444906],
+ [103.8510795511423, 1.2263426782254627],
+ [103.85125634656815, 1.2263426869880274],
+ [103.8514492137063, 1.2263265102041525],
+ [103.85154564890738, 1.2262941441212543],
+ [103.8517063747627, 1.2262294103585358],
+ [103.85180281310747, 1.226132300756594],
+ [103.85191532416324, 1.226035192847711],
+ [103.85204390860206, 1.225905713970604],
+ [103.85218856495962, 1.2257924222075183],
+ [103.85236536426952, 1.2257115019618807],
+ [103.85251001422073, 1.2257115099671039],
+ [103.85262251963842, 1.2257115154845584],
+ [103.85267073688776, 1.225711517847721],
+ [103.85278323917838, 1.225776265963648],
+ [103.85284752187869, 1.2258895688956304],
+ [103.85289573354635, 1.2259866865189133],
+ [103.8529760897553, 1.2260838039040522],
+ [103.85305645154898, 1.226083807831316],
+ [103.85318502880145, 1.2260838150142659],
+ [103.85339396940343, 1.2260514543534518],
+ [103.85349040624625, 1.2260029018710155],
+ [103.85360291723475, 1.2259057929873651],
+ [103.85361899383535, 1.2258248666435974],
+ [103.85472803090884, 1.2247890386842228]
+ ]
+ ]
+ },
+ "id": "14"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 18.0,
+ "GDO_GID": 16.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "KUSU ISLAND(PULAU TEMBAKUL)"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.8586751286163, 1.2235716488488593],
+ [103.85857985358915, 1.2237000605743364],
+ [103.85845897555936, 1.2238606317661354],
+ [103.85844784666224, 1.223877482908671],
+ [103.8584258888982, 1.2239031471924666],
+ [103.85841395943172, 1.223921212000561],
+ [103.85840208850986, 1.223954468335464],
+ [103.85839939316364, 1.223977116379683],
+ [103.85840208627708, 1.2240043069998445],
+ [103.85842224775763, 1.2240596838072058],
+ [103.85844974071836, 1.224164900113926],
+ [103.85844973917895, 1.2241925890646357],
+ [103.85797463135854, 1.2246111572503644],
+ [103.85791033255617, 1.2248215674622673],
+ [103.85792639760905, 1.2249672397542706],
+ [103.85799067900223, 1.2251129143129809],
+ [103.85813532366811, 1.2252262208904219],
+ [103.85834425830008, 1.2253395313782192],
+ [103.85856926984248, 1.2253233564910764],
+ [103.8587460657862, 1.2252909939079788],
+ [103.85890678842132, 1.2252910014124956],
+ [103.85900322200231, 1.225291006814913],
+ [103.85911572888502, 1.2252586412090825],
+ [103.85913180457231, 1.2251938984506983],
+ [103.85900322795801, 1.2251615207050663],
+ [103.85892286709365, 1.225161516956846],
+ [103.8588264364994, 1.2250967698529083],
+ [103.85884251442917, 1.2249834708221432],
+ [103.85889073837006, 1.2248378015379686],
+ [103.85892288661667, 1.22475687501037],
+ [103.85897110608103, 1.2247083209857657],
+ [103.85901932464513, 1.2246597651515858],
+ [103.85924434222589, 1.224530291331736],
+ [103.85927648748665, 1.2245141074029489],
+ [103.85942114049142, 1.2244655569512661],
+ [103.85958186217799, 1.2244655644160987],
+ [103.85974258624313, 1.2244332010220391],
+ [103.85983902127191, 1.2244008346413175],
+ [103.85995153196099, 1.2243037254939253],
+ [103.86025691856958, 1.2240123983488551],
+ [103.8604819323566, 1.2239638515491242],
+ [103.86062658220578, 1.2239638582109102],
+ [103.86078730475943, 1.2239638665080461],
+ [103.86089981009758, 1.223963871677223],
+ [103.86104446084478, 1.2239638783163178],
+ [103.86126946347923, 1.2241419319144589],
+ [103.86136589336513, 1.2242228652586367],
+ [103.86149446906177, 1.2242552428908096],
+ [103.86157483152512, 1.224239061137659],
+ [103.86165519308894, 1.224222879382115],
+ [103.86173555683636, 1.2241581404467388],
+ [103.86188021649242, 1.223980105563657],
+ [103.86194451368209, 1.223818251534977],
+ [103.86208917150937, 1.2236402157365114],
+ [103.86210525219879, 1.2234621740861824],
+ [103.86213740340897, 1.2233326894395709],
+ [103.86216955299193, 1.2232193911213054],
+ [103.86223385087244, 1.2230413516611478],
+ [103.86241065620862, 1.2228147610326376],
+ [103.86253924939071, 1.222474867523731],
+ [103.86266784271692, 1.2221511603373685],
+ [103.86274821901281, 1.221843636387873],
+ [103.86274822696019, 1.2216655940052374],
+ [103.86273216239411, 1.221503736319525],
+ [103.86268394901367, 1.221438991534272],
+ [103.86255537705739, 1.221325685024283],
+ [103.86252323619807, 1.2212447555397414],
+ [103.86229823227856, 1.2210990737934078],
+ [103.8622500174646, 1.221066699849022],
+ [103.86218572633506, 1.221115254105074],
+ [103.86220179449481, 1.2211961828634337],
+ [103.86221786483276, 1.2212285544433366],
+ [103.86225000205522, 1.2213904128636408],
+ [103.86224999987867, 1.221438970946221],
+ [103.86224999680363, 1.2214875281244282],
+ [103.86220177762843, 1.22155226763146],
+ [103.86202497889589, 1.2216331885208254],
+ [103.86194461232007, 1.2217626691626955],
+ [103.86167137410926, 1.2219568845114706],
+ [103.86143028652683, 1.2220539869467968],
+ [103.86133384867794, 1.2221510968906864],
+ [103.86123741374801, 1.2221834642281675],
+ [103.86109275870237, 1.2222805701454296],
+ [103.86107668397668, 1.222345312915617],
+ [103.86096417487525, 1.2224100503554571],
+ [103.86075523318794, 1.2224747824528912],
+ [103.86062665668608, 1.222442404782499],
+ [103.86057844186713, 1.2224100317127076],
+ [103.86048201207012, 1.2223290983369384],
+ [103.860482016486, 1.2222319839796638],
+ [103.86049809359572, 1.222134870363144],
+ [103.86054631355809, 1.2220539445568361],
+ [103.86057846352035, 1.2219730180093795],
+ [103.86057846646216, 1.2219082754058725],
+ [103.86051417511933, 1.2219406432933881],
+ [103.86043381050804, 1.2220053821921997],
+ [103.86040166454755, 1.2220377524635986],
+ [103.86028915101905, 1.2221996033283644],
+ [103.86024093252124, 1.2222481582805858],
+ [103.86016056641844, 1.2223452689253258],
+ [103.86012841749833, 1.22244238089267],
+ [103.86011233963553, 1.2225556799318515],
+ [103.8600159002433, 1.2226851606787723],
+ [103.85996767787749, 1.2227984582296232],
+ [103.85995160533913, 1.222814642910446],
+ [103.85995159926708, 1.2229279426924804],
+ [103.85985516429194, 1.2229603099808128],
+ [103.85971051375508, 1.2229764877963898],
+ [103.85946942378233, 1.2231221481405443],
+ [103.85945334959848, 1.2231545182432297],
+ [103.8594372724458, 1.223251631853675],
+ [103.85926047574588, 1.2232839944801297],
+ [103.85913189847771, 1.2232678030675157],
+ [103.85905153469214, 1.2233325410212625],
+ [103.85890688487493, 1.223332534273268],
+ [103.85890688860135, 1.2232516062447003],
+ [103.85892296577316, 1.2231544926370446],
+ [103.85895511548983, 1.2230411934500265],
+ [103.85889083111502, 1.2229602624206541],
+ [103.85876225162555, 1.2229926272644984],
+ [103.85873010100276, 1.2231059264494],
+ [103.85864972959206, 1.2233163359282304],
+ [103.85863119665906, 1.2234028775278951],
+ [103.85867152594315, 1.2234213379527432],
+ [103.85870177933958, 1.2234504473736543],
+ [103.85871423019252, 1.2234589437666548],
+ [103.85873026471867, 1.2235079258444872],
+ [103.85872064441341, 1.2235222076721006],
+ [103.85870691071831, 1.223539557145752],
+ [103.85868516852435, 1.2235567439097612],
+ [103.8586751286163, 1.2235716488488593]
+ ]
+ ]
+ },
+ "id": "15"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 19.0,
+ "GDO_GID": 17.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "KUSU ISLAND(PULAU TEMBAKUL)"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.86012836904615, 1.2234458935041743],
+ [103.86012837052203, 1.2234135226548433],
+ [103.86009622749398, 1.2233811485108936],
+ [103.8600600223076, 1.2233531777616007],
+ [103.86002885737169, 1.2233716352639707],
+ [103.85991519793328, 1.2234196229235152],
+ [103.85981803879692, 1.2234583813671507],
+ [103.85977404284895, 1.2234602258045666],
+ [103.85970621703522, 1.2234362255272444],
+ [103.8596567226921, 1.2234011511148613],
+ [103.85958191320601, 1.2234296818626875],
+ [103.85951762048865, 1.223510606001091],
+ [103.85953368858473, 1.2235915347755646],
+ [103.85961404807747, 1.2236400965892156],
+ [103.8597265497016, 1.223721029836022],
+ [103.85985087794336, 1.223741719574324],
+ [103.85994350605414, 1.223722726076854],
+ [103.86002701093874, 1.2236466708385934],
+ [103.86006407470823, 1.223543003984431],
+ [103.86012836904615, 1.2234458935041743]
+ ]
+ ]
+ },
+ "id": "16"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 20.0,
+ "GDO_GID": 18.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SAKIJANG PELEPAH"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.85922847034713, 1.22045149839534],
+ [103.85927669196101, 1.2203543871856044],
+ [103.85934098535576, 1.2202572758186803],
+ [103.85938920770505, 1.2201439782774122],
+ [103.85938921290466, 1.220030678492517],
+ [103.85934100185916, 1.219917376463856],
+ [103.85922850263826, 1.2197878860147973],
+ [103.85916421982316, 1.2196745832337124],
+ [103.85906778793222, 1.2196422069823276],
+ [103.85905171078385, 1.2197393196884831],
+ [103.8591159930055, 1.2198849942270982],
+ [103.85913205495682, 1.2200792227920934],
+ [103.8591320467692, 1.2202572651822745],
+ [103.85908382217339, 1.2204191198989534],
+ [103.85908381919506, 1.220483862503965],
+ [103.85909988949173, 1.220516235008101],
+ [103.85922847034713, 1.22045149839534]
+ ]
+ ]
+ },
+ "id": "17"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 21.0,
+ "GDO_GID": 19.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SAKIJANG BENDERA"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.84443751909426, 1.2232308375271643],
+ [103.84502799788424, 1.2234802191657173],
+ [103.84554230085281, 1.2234418853361648],
+ [103.84611375444248, 1.2232884697434931],
+ [103.84615185567178, 1.2231925679494347],
+ [103.84599947131271, 1.2231733798543005],
+ [103.84588518162832, 1.2231925538437842],
+ [103.84577089770205, 1.2230966437242372],
+ [103.84577090598087, 1.222943197347521],
+ [103.84596141060973, 1.222521231350924],
+ [103.84630428701357, 1.2223294418569008],
+ [103.84670429267909, 1.2224445475004655],
+ [103.84697097816276, 1.2222335730961118],
+ [103.84702812703622, 1.222137673000612],
+ [103.84756148717888, 1.2219075318461239],
+ [103.84792339984168, 1.2219650936494408],
+ [103.8481519660645, 1.2221760934796637],
+ [103.84813291350902, 1.2222719961008384],
+ [103.84801862218598, 1.222310351769588],
+ [103.84813290367187, 1.2224446240651279],
+ [103.84826624924226, 1.2222911841813004],
+ [103.8485329231941, 1.2222911980499465],
+ [103.84864722014653, 1.2221377582556978],
+ [103.84847579864123, 1.2219075801738346],
+ [103.84841867014747, 1.2216198657153818],
+ [103.8497139916399, 1.2206992566971422],
+ [103.84996161373286, 1.2207759932779234],
+ [103.85009495108228, 1.2207759996797176],
+ [103.8502282955606, 1.2206225596985474],
+ [103.85051400590524, 1.220852744171663],
+ [103.8504949493147, 1.2210061897655604],
+ [103.84982824262072, 1.221428131933362],
+ [103.84975205008787, 1.2214281278810668],
+ [103.84984728628041, 1.2215048563600577],
+ [103.8499806252268, 1.2214665013992547],
+ [103.85118069408608, 1.2207952366374581],
+ [103.85140928434063, 1.2205458988715705],
+ [103.85161883328836, 1.2201814744000703],
+ [103.85159984678188, 1.2189922666953743],
+ [103.85144745389492, 1.2191457050648153],
+ [103.85148552381835, 1.2196444062094192],
+ [103.85102835772491, 1.2198553714755347],
+ [103.85059025046867, 1.2198553490166224],
+ [103.85043787350841, 1.2197018945748754],
+ [103.85091419683744, 1.21740022746619],
+ [103.85139039425412, 1.2174961557562198],
+ [103.85152372425446, 1.2176304277836738],
+ [103.8515237162979, 1.2177838741623481],
+ [103.85165705273002, 1.2178030620770468],
+ [103.85163801686757, 1.2175537105985532],
+ [103.85154280065531, 1.2170933675884883],
+ [103.85175238020551, 1.216115159390431],
+ [103.85159999467041, 1.2161343320734155],
+ [103.85150473384492, 1.21651794279266],
+ [103.85121902156301, 1.2163453004659786],
+ [103.85106667116453, 1.2156931473499744],
+ [103.85110480005198, 1.2150601835995962],
+ [103.85133340024974, 1.2146190380849093],
+ [103.85169532470456, 1.214427248683484],
+ [103.85184770770891, 1.2144464373657666],
+ [103.85200007728297, 1.2147341565292562],
+ [103.85198102094603, 1.21490678282346],
+ [103.85211435710707, 1.2149067900333408],
+ [103.85211439047521, 1.214273823821789],
+ [103.85194297315306, 1.2139669232064487],
+ [103.85196204305547, 1.2135449480087477],
+ [103.85169538035532, 1.2133531258120405],
+ [103.85156204183131, 1.2133914799499987],
+ [103.8512001127417, 1.2136791736618897],
+ [103.85102866116257, 1.214024418080487],
+ [103.85100960631607, 1.2141586829998783],
+ [103.85068577568526, 1.214408015926916],
+ [103.8493714282665, 1.2149450091167642],
+ [103.84897139287828, 1.2154245068943057],
+ [103.84879992727004, 1.2160574632525007],
+ [103.84822845251495, 1.2166328562823325],
+ [103.84811415179635, 1.2168822003904523],
+ [103.84777126634417, 1.2172466162775422],
+ [103.847733161965, 1.2174000610558076],
+ [103.847180740162, 1.2178795503368842],
+ [103.84699024024574, 1.2182439752798433],
+ [103.84657116192275, 1.2185892070989695],
+ [103.84639971527709, 1.2188385468932679],
+ [103.84510437688543, 1.2200660461779966],
+ [103.8441138241138, 1.2209674891702382],
+ [103.8440566734397, 1.2210825707938042],
+ [103.84331375881337, 1.2217538569314372],
+ [103.84314230918135, 1.222060739473132],
+ [103.84314230330922, 1.2221758244835599],
+ [103.8432756339664, 1.2222909162353797],
+ [103.84335181638309, 1.2224635475352736],
+ [103.84358038146983, 1.2226937284437485],
+ [103.84382801114353, 1.2226361998982687],
+ [103.84443751909426, 1.2232308375271643]
+ ]
+ ]
+ },
+ "id": "18"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 23.0,
+ "GDO_GID": 20.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SELETAR"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.85787143448974, 1.4500678273527057],
+ [103.85820653568406, 1.4500115650233856],
+ [103.85859749534798, 1.4498428398855565],
+ [103.85882091018983, 1.4496179031533514],
+ [103.85921188457888, 1.4492523793525618],
+ [103.85963079291591, 1.448746280884631],
+ [103.86016140687747, 1.4481558283083542],
+ [103.86071993164623, 1.4477621720193985],
+ [103.86130639577536, 1.4471717139769573],
+ [103.86164153331136, 1.4466093955132957],
+ [103.86206044765412, 1.4460189547495448],
+ [103.86214424209992, 1.4457378051311838],
+ [103.86217220606153, 1.4452036324755466],
+ [103.86217222911907, 1.444894376303191],
+ [103.86239564312699, 1.4446694401270845],
+ [103.86261904253726, 1.444641303394043],
+ [103.8629820943792, 1.444219552316106],
+ [103.86334516290763, 1.4435728886695862],
+ [103.86373613321925, 1.4432354771459146],
+ [103.86407125232157, 1.4429261865974905],
+ [103.86471357287023, 1.442195150843436],
+ [103.86513248101244, 1.4416609374225664],
+ [103.8655793280811, 1.4409299222542968],
+ [103.86580277224179, 1.4402832728664852],
+ [103.86608208153508, 1.4394117047094008],
+ [103.86616588812372, 1.4389618685207861],
+ [103.8661659180387, 1.4385401574418817],
+ [103.86597048369376, 1.4380060087501514],
+ [103.86560749941698, 1.4374999926562977],
+ [103.86530032963329, 1.4375000250392498],
+ [103.86502108513068, 1.4374719403258305],
+ [103.86482561263462, 1.4374719611340658],
+ [103.86454636068106, 1.4375563330747771],
+ [103.8643229466686, 1.4377812694582026],
+ [103.86404368395623, 1.4380062120030506],
+ [103.86384820392043, 1.4381186894410183],
+ [103.8635410186645, 1.4383155201573028],
+ [103.86342929896071, 1.4385966738249008],
+ [103.86331758012878, 1.4388778274868665],
+ [103.86328963564492, 1.4391589718983624],
+ [103.86314998731355, 1.4394963565376129],
+ [103.86295449634093, 1.4397494045649313],
+ [103.86273108519462, 1.4399462268430607],
+ [103.86256352883314, 1.4400587010975312],
+ [103.86242389869994, 1.4401430574119407],
+ [103.86206084738429, 1.4405648084043055],
+ [103.86180949284577, 1.4410146610369192],
+ [103.86175362478672, 1.4412676945408813],
+ [103.86175360401012, 1.4415488358680897],
+ [103.86158604223326, 1.4417456528117765],
+ [103.8613905570547, 1.4419143579466989],
+ [103.8611950818198, 1.441942492401522],
+ [103.86102752523676, 1.442054965640403],
+ [103.86072033303043, 1.4423361396473477],
+ [103.86055276402196, 1.44261729837154],
+ [103.86024557787962, 1.4428141295552608],
+ [103.85993837689739, 1.4432077592652515],
+ [103.85968700537698, 1.4438825259922774],
+ [103.85968698435278, 1.4441636673178577],
+ [103.85974280208553, 1.444585374130653],
+ [103.85982655091561, 1.444922735140872],
+ [103.85985446719798, 1.4450351879055658],
+ [103.85985444619695, 1.4453163301322676],
+ [103.85982649648436, 1.4456537033018788],
+ [103.85968685053155, 1.4459629728702694],
+ [103.8593517045755, 1.4466096338117769],
+ [103.85921205998041, 1.4468907903037027],
+ [103.85918412500304, 1.4470313630924752],
+ [103.85904449135963, 1.4471719480099359],
+ [103.85890486066364, 1.4472563050167975],
+ [103.85884900315166, 1.4473687668800872],
+ [103.85882106338279, 1.4475655702793784],
+ [103.85882105475393, 1.4476780260833144],
+ [103.85859764248333, 1.4478748479606969],
+ [103.85854178165766, 1.4480154246716197],
+ [103.85840214165275, 1.4482403523069869],
+ [103.85831835053462, 1.4484652738886779],
+ [103.85815078706288, 1.4486620914846908],
+ [103.8579273510158, 1.4491681676600627],
+ [103.85792733845784, 1.4493368540777676],
+ [103.8576480800027, 1.449477453092154],
+ [103.85745260646907, 1.4494774732827425],
+ [103.85717336688681, 1.449365044872313],
+ [103.8569778894523, 1.4494212929233687],
+ [103.85700579543189, 1.4496743172834476],
+ [103.85714540261957, 1.4498992165643532],
+ [103.85736879001618, 1.4500397649508836],
+ [103.85750840985015, 1.4500959786950836],
+ [103.85764803118808, 1.450124078479873],
+ [103.85787143688279, 1.4500397134021215],
+ [103.85787143448974, 1.4500678273527057]
+ ]
+ ]
+ },
+ "id": "19"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 24.0,
+ "GDO_GID": 21.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU PUNGGOL BARAT"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.86914598202912, 1.4277283512198877],
+ [103.86915424943561, 1.4277514910432991],
+ [103.86920197595282, 1.4278409065384154],
+ [103.86922126472331, 1.42787235909924],
+ [103.86924945505264, 1.427910462210306],
+ [103.86927563084441, 1.427955352601942],
+ [103.86935386132205, 1.4280663592956597],
+ [103.86936550296524, 1.4280907244777001],
+ [103.86943676275547, 1.4281815323159357],
+ [103.86946948278334, 1.428212393208248],
+ [103.86949589288425, 1.4282424882039564],
+ [103.86951280633913, 1.4282519918937504],
+ [103.869550356567, 1.4282996982900844],
+ [103.86959041385556, 1.4283465256044732],
+ [103.86969112150399, 1.4284416115108653],
+ [103.86973928246306, 1.4284984789386566],
+ [103.86976808639031, 1.4285266123280491],
+ [103.8697915570737, 1.4285485328239402],
+ [103.86983761892573, 1.4286054283182696],
+ [103.86987151331833, 1.4286295109801053],
+ [103.86988596200553, 1.42864327516357],
+ [103.8699179579275, 1.4286834419625236],
+ [103.86998090084965, 1.4287468883934455],
+ [103.87005000075617, 1.4287992653124981],
+ [103.87009332252899, 1.4288384434571781],
+ [103.870211128489, 1.428924015158249],
+ [103.87032020744206, 1.4290168806871166],
+ [103.87041722960123, 1.429085810613963],
+ [103.87047707309847, 1.429136614077044],
+ [103.87054730148992, 1.4291784117160886],
+ [103.87059184081669, 1.4292141948498334],
+ [103.87071621713186, 1.429287848712342],
+ [103.87080089062783, 1.4293429872789494],
+ [103.87085212534804, 1.4293769950316395],
+ [103.87093053750485, 1.4294351714535827],
+ [103.87097750022298, 1.4294633162842927],
+ [103.87102736534838, 1.4294884658137221],
+ [103.87108196441304, 1.429522853338184],
+ [103.87115300691728, 1.4295625274985848],
+ [103.87121615629619, 1.4296090622902116],
+ [103.87124916824408, 1.4296297761907593],
+ [103.87133111426495, 1.429668465312219],
+ [103.87139594312016, 1.4297149792703199],
+ [103.87141803986465, 1.4297358317180155],
+ [103.8714447445794, 1.4297557797248959],
+ [103.87156357921641, 1.4298227440542306],
+ [103.87164839401996, 1.429889290228388],
+ [103.87169991703732, 1.429912728658773],
+ [103.8717984090909, 1.429964734238811],
+ [103.87184992131421, 1.4299873279902697],
+ [103.87191681780848, 1.4300312798358823],
+ [103.87199040519266, 1.430073034866852],
+ [103.87203446642934, 1.4301041749764065],
+ [103.87206489664895, 1.4301198497944223],
+ [103.87220970114171, 1.4302152233262206],
+ [103.87222740891406, 1.4302209159932633],
+ [103.8722617427952, 1.430246683439872],
+ [103.87236285980813, 1.430307108575037],
+ [103.87245436643846, 1.430371458808463],
+ [103.87255130503286, 1.4304336276196201],
+ [103.87262024757754, 1.430473327995218],
+ [103.87267516195075, 1.4304992587704877],
+ [103.8727123991447, 1.4305220327163826],
+ [103.87280793665052, 1.4305728074633666],
+ [103.8728443705553, 1.4305985486379005],
+ [103.87291583276486, 1.4306382173078402],
+ [103.8729628810133, 1.4306731231168306],
+ [103.87300048476624, 1.4306916664385467],
+ [103.8730479310647, 1.4307248765570295],
+ [103.87310498685416, 1.4307541615688675],
+ [103.87327815314825, 1.4308677719312886],
+ [103.87334703812748, 1.4309028238561907],
+ [103.87338009330354, 1.4309269173306096],
+ [103.87341939813012, 1.4309471291661082],
+ [103.87345743862936, 1.4309669340595432],
+ [103.87356280072494, 1.4310311085560752],
+ [103.87369255159803, 1.4310979342098948],
+ [103.87376771413324, 1.431131216170946],
+ [103.87382102735234, 1.4311635073351594],
+ [103.87387846051188, 1.4311894063829786],
+ [103.87396592407504, 1.4312326750055044],
+ [103.8740192103041, 1.4312628526676967],
+ [103.87407494329979, 1.4312870831899487],
+ [103.87414130414695, 1.4313217453544342],
+ [103.8742265543197, 1.4313557469926586],
+ [103.87426319912198, 1.4313645810626558],
+ [103.87441209432477, 1.4314176401079306],
+ [103.87453152544938, 1.4314651541186552],
+ [103.87460067892496, 1.4314879464469707],
+ [103.87465224430096, 1.4315147653187357],
+ [103.87473995475334, 1.4315440859068143],
+ [103.87487432205248, 1.431577042087295],
+ [103.87497972500012, 1.4316107873943114],
+ [103.87508294424632, 1.431637798845243],
+ [103.87513523283035, 1.4316553108870693],
+ [103.87519245003936, 1.4316638850120151],
+ [103.87528509902751, 1.4316851132427997],
+ [103.87545204118844, 1.4317140516057623],
+ [103.87545933330955, 1.4317158755722599],
+ [103.87548374998438, 1.4317206402123137],
+ [103.87551023247937, 1.4317228418475307],
+ [103.87553930302413, 1.4317305039816812],
+ [103.87557046728416, 1.431737717512318],
+ [103.87560456094367, 1.431744048329342],
+ [103.87562349166703, 1.4317467673992779],
+ [103.87565631920083, 1.4317526921797807],
+ [103.87589598897762, 1.4317775568087006],
+ [103.87595275325397, 1.4317836005136027],
+ [103.87597165248035, 1.4317837837458025],
+ [103.87605785654782, 1.4317932598609984],
+ [103.87608899381317, 1.4317983598873454],
+ [103.87610708975187, 1.4318015121590388],
+ [103.87612645631752, 1.4318054937081008],
+ [103.87614541403887, 1.4318103253664183],
+ [103.87616476980583, 1.431813461335431],
+ [103.87620553365684, 1.4318159050634227],
+ [103.87622528746945, 1.4318173462471302],
+ [103.87624420739513, 1.4318192197321493],
+ [103.87626270767767, 1.431821099555462],
+ [103.87629925170225, 1.4318219055588854],
+ [103.87633117155676, 1.431822347190484],
+ [103.87636015301047, 1.4318228259560346],
+ [103.87638702455084, 1.4318224863120748],
+ [103.87641390059207, 1.4318225699098546],
+ [103.87644162761713, 1.4318234873144091],
+ [103.87646891790206, 1.4318231431397423],
+ [103.87649076182748, 1.431823711570744],
+ [103.87659870273247, 1.4318253057251917],
+ [103.87661719221626, 1.4318263390615404],
+ [103.8766482790825, 1.4318272147990203],
+ [103.87667179257889, 1.4318269195293543],
+ [103.87669278641904, 1.4318266550557601],
+ [103.87671755794628, 1.4318263425787727],
+ [103.87674652860095, 1.4318259757596947],
+ [103.87676500278484, 1.431825742081806],
+ [103.87678347067062, 1.4318250860661115],
+ [103.87680194395591, 1.4318248523879402],
+ [103.87683511283937, 1.4318244330345493],
+ [103.87686660225154, 1.4318240345131283],
+ [103.87689851220543, 1.4318236305570498],
+ [103.87691656584751, 1.4318234023121559],
+ [103.87693629985945, 1.431823154138962],
+ [103.87695561332959, 1.4318229095911041],
+ [103.87697450625797, 1.4318226713816822],
+ [103.87700725549811, 1.4318222565556427],
+ [103.8770416842095, 1.4318218218009167],
+ [103.8771176584606, 1.4318191705569718],
+ [103.87713864690092, 1.4318184828372391],
+ [103.87717176808636, 1.43181426063118],
+ [103.87723593294086, 1.4318075327396593],
+ [103.87727368369568, 1.431804097239195],
+ [103.87729382115162, 1.4318025748069032],
+ [103.87731227373669, 1.431800650869546],
+ [103.87734581546326, 1.4317964241310384],
+ [103.87736384300541, 1.431794082385522],
+ [103.87738272603275, 1.431792998593007],
+ [103.87740621253026, 1.4317905889143447],
+ [103.87741290881661, 1.4317888135191787],
+ [103.8775240700678, 1.43177937614109],
+ [103.87764346307314, 1.431756315265234],
+ [103.87766356902884, 1.431752256994954],
+ [103.87768368038415, 1.4317486219665276],
+ [103.8777029569542, 1.431745420144315],
+ [103.87772183458118, 1.4317439131069771],
+ [103.87774197203619, 1.4317423906707496],
+ [103.87776418790526, 1.4317391508074644],
+ [103.87778724216197, 1.4317359009796091],
+ [103.87780904918718, 1.4317335121299524],
+ [103.87783212054147, 1.4317315302189866],
+ [103.87785433551171, 1.4317282912592106],
+ [103.87787444686644, 1.4317246553247525],
+ [103.87791845356091, 1.4317177605008617],
+ [103.87794149881488, 1.4317136659960956],
+ [103.87796454406875, 1.431709570586735],
+ [103.8779880035659, 1.4317050474050752],
+ [103.87801187730638, 1.4317000964511035],
+ [103.8780323930031, 1.4316951889722123],
+ [103.8780520838155, 1.4316915593749977],
+ [103.87807302995466, 1.4316874911366542],
+ [103.87809479918074, 1.4316821441119192],
+ [103.87811656390555, 1.4316763747492984],
+ [103.87813622861742, 1.4316706325586719],
+ [103.87815674341495, 1.4316657241743305],
+ [103.87817684396906, 1.4316612435619092],
+ [103.878196109738, 1.431657196155879],
+ [103.87823045384683, 1.4316500003631958],
+ [103.87826605778336, 1.4316427882666152],
+ [103.87828489850908, 1.4316383239566386],
+ [103.87830373923468, 1.4316338587421447],
+ [103.87833639667467, 1.4316262587306738],
+ [103.87836739174139, 1.4316199492783503],
+ [103.87840471204814, 1.431615673614081],
+ [103.87842524304402, 1.4316120331446984],
+ [103.87844701766826, 1.4316071084543034],
+ [103.87846627353518, 1.431602216370679],
+ [103.87848679373114, 1.4315977303210647],
+ [103.87850773986857, 1.4315936620787735],
+ [103.87852910024922, 1.4315891669684917],
+ [103.87854878115871, 1.4315846917873347],
+ [103.8785692959545, 1.4315797833993278],
+ [103.87876560980278, 1.4315291224753988],
+ [103.87878945203883, 1.4315216365830568],
+ [103.87881035587445, 1.431514187828015],
+ [103.87883083376836, 1.431506322169706],
+ [103.87885130716082, 1.4314980332691776],
+ [103.87887094576824, 1.4314901775752777],
+ [103.8789959257365, 1.4314438002174559],
+ [103.87907065927573, 1.4314090458374624],
+ [103.87908861841073, 1.4314012118801582],
+ [103.87910867755815, 1.4313933516539956],
+ [103.87912831166243, 1.4313850745246182],
+ [103.87921142635199, 1.4313489471478738],
+ [103.87923352700997, 1.4313364113201477],
+ [103.87928658132492, 1.431314186421948],
+ [103.87933461702923, 1.4312937169934277],
+ [103.8793584178581, 1.4312828496808985],
+ [103.87937971433269, 1.4312732828934613],
+ [103.87940185099174, 1.4312637043321226],
+ [103.87942357790901, 1.431254977689293],
+ [103.87944571996773, 1.4312458232739187],
+ [103.87946409334313, 1.4312375606370398],
+ [103.87948705938615, 1.4312271274345838],
+ [103.87951294852733, 1.431215389176127],
+ [103.87954549704953, 1.4311989182480989],
+ [103.87956429096583, 1.431190651080089],
+ [103.87958434921107, 1.4311827899454923],
+ [103.87960481179773, 1.4311736563630484],
+ [103.87962399385499, 1.4311628479252005],
+ [103.87968278905329, 1.4311295634399817],
+ [103.8797028157959, 1.4311191673740775],
+ [103.87972073802462, 1.4311083752396108],
+ [103.87973990928067, 1.4310967221255142],
+ [103.87976119495175, 1.4310863106593028],
+ [103.8797837467489, 1.4310763052263156],
+ [103.87980335924763, 1.4310663369319365],
+ [103.87982129767566, 1.4310568127140189],
+ [103.87985133823688, 1.4310412190654982],
+ [103.87988092765282, 1.4310230959210577],
+ [103.87989803129565, 1.431014004005359],
+ [103.8799193232639, 1.4310040148753436],
+ [103.87994270354531, 1.4309931529916493],
+ [103.87996312382664, 1.4309806398004943],
+ [103.88002141926926, 1.4309410211549851],
+ [103.88006104230462, 1.4309193888723504],
+ [103.88008148328649, 1.4309085650307851],
+ [103.88010275905255, 1.4308973070774316],
+ [103.88012194560663, 1.4308869218775508],
+ [103.88014193094125, 1.430873145297947],
+ [103.88023953417526, 1.430820349263316],
+ [103.88025494214428, 1.4308100111669873],
+ [103.88031613997275, 1.4307673981068803],
+ [103.8803357470663, 1.4307570074704095],
+ [103.88035702822987, 1.4307461736611302],
+ [103.88037661912253, 1.4307345151070123],
+ [103.88039620461481, 1.4307224333107205],
+ [103.88041410613498, 1.430709950916004],
+ [103.88043116207032, 1.4306970570532218],
+ [103.88044821800548, 1.4306841622859532],
+ [103.88046444095336, 1.4306717016302637],
+ [103.8804815076885, 1.4306596524424129],
+ [103.88050068343846, 1.4306484216597888],
+ [103.88051940354114, 1.4306342381395838],
+ [103.8805667774577, 1.430594335736448],
+ [103.88058259516482, 1.4305831475277995],
+ [103.88059965649848, 1.430570676001451],
+ [103.8806175472159, 1.4305573480255414],
+ [103.88063458694836, 1.4305431871483578],
+ [103.88065414723373, 1.4305289927573004],
+ [103.88067287813494, 1.4305156548155396],
+ [103.88069159193664, 1.4305010489563494],
+ [103.8807107001771, 1.430484325973848],
+ [103.8808055794074, 1.4304150832176583],
+ [103.88083852144888, 1.43039649333985],
+ [103.88086600633534, 1.4303779732113135],
+ [103.8808968231602, 1.4303572988191031],
+ [103.88091138643713, 1.4303465492507195],
+ [103.88113740713493, 1.4301860552729084],
+ [103.88115781660181, 1.4301726964917727],
+ [103.88133176360303, 1.4300458232998954],
+ [103.88135507546059, 1.430029470108433],
+ [103.88137545882167, 1.4300139978284676],
+ [103.88158312500327, 1.4298634540018738],
+ [103.88160728694344, 1.4298479346131006],
+ [103.88163100223856, 1.429830307162218],
+ [103.88165387374602, 1.4298122682435765],
+ [103.88167675605386, 1.4297950730956317],
+ [103.88169964826363, 1.4297787253358547],
+ [103.88174121735761, 1.4297448117274423],
+ [103.88176411496678, 1.42972888540032],
+ [103.88209876298407, 1.4294905224210925],
+ [103.88212835146332, 1.4294723974398083],
+ [103.88223951024747, 1.429395344194967],
+ [103.88235978053623, 1.4293080307453736],
+ [103.88237559822565, 1.4292968425247636],
+ [103.88239304767801, 1.4292818297157597],
+ [103.88241216669694, 1.4292659522992286],
+ [103.88243255994652, 1.4292513246854814],
+ [103.88245254525287, 1.4292375480863855],
+ [103.8824708663928, 1.4292250602409258],
+ [103.88248877958961, 1.4292134252188837],
+ [103.88250586790534, 1.4292030662713648],
+ [103.88268128630034, 1.4290596901239043],
+ [103.88272798378655, 1.4290328964411494],
+ [103.88274381677543, 1.4290229770397356],
+ [103.88276131393, 1.4290117670754825],
+ [103.88278006010965, 1.4289996970343668],
+ [103.88279838664647, 1.4289876315240126],
+ [103.88281923193729, 1.428975534306198],
+ [103.8828396413835, 1.428962175510582],
+ [103.88285961588366, 1.4289475542327938],
+ [103.88287832965858, 1.428932948356378],
+ [103.88291243247072, 1.4289063141112555],
+ [103.88299189912355, 1.4288469888523538],
+ [103.88301150078766, 1.428836175856052],
+ [103.88302941758207, 1.4288249613588726],
+ [103.88304607004794, 1.4288133399255172],
+ [103.88306478922121, 1.4287991563852669],
+ [103.88308476911915, 1.4287849574432192],
+ [103.88318915775295, 1.428703762316672],
+ [103.88320789402503, 1.4286908466925332],
+ [103.88322829806573, 1.428677064651583],
+ [103.88325164680182, 1.4286636678049298],
+ [103.88327538367471, 1.4286477305925223],
+ [103.8833639402112, 1.4285764584807104],
+ [103.88337975789064, 1.4285652702534177],
+ [103.88339724513577, 1.428553215609199],
+ [103.88341473148212, 1.4285411609648704],
+ [103.88343347225371, 1.4285286676766022],
+ [103.88343700457123, 1.4285264048816635],
+ [103.88348382227714, 1.428491686244157],
+ [103.88352370735062, 1.4284573711042163],
+ [103.88353931662199, 1.428449268568653],
+ [103.88355124440203, 1.4284430770339849],
+ [103.88360410777446, 1.4284056406488939],
+ [103.88366582053473, 1.4283706286661184],
+ [103.88377776718636, 1.4282893374846592],
+ [103.88391687714503, 1.4281975605063444],
+ [103.88402254175082, 1.4281176169540701],
+ [103.88405658512852, 1.4280863351699609],
+ [103.88409404595232, 1.4280596592326353],
+ [103.88417009764713, 1.4280299537229568],
+ [103.88417214004437, 1.428025279022682],
+ [103.88419004602503, 1.428013219841493],
+ [103.88424234914848, 1.42799818905986],
+ [103.88428280687488, 1.427976123497771],
+ [103.88437004951942, 1.427900638852786],
+ [103.88440500688762, 1.4278752625367968],
+ [103.88447835977408, 1.427830805100475],
+ [103.88459394722082, 1.4277384796603412],
+ [103.8847249721382, 1.4276717392145184],
+ [103.8848236774182, 1.4276062529376883],
+ [103.88497574127756, 1.4275092402452882],
+ [103.88512415002225, 1.4273886074608675],
+ [103.88519289402151, 1.4273450526616653],
+ [103.8853350538847, 1.4272621120665963],
+ [103.8854136703308, 1.4272019511143663],
+ [103.88548210000224, 1.427166853016743],
+ [103.88554209092233, 1.4271284822185086],
+ [103.88569885180021, 1.4270377483681174],
+ [103.88578653187243, 1.4269973366852764],
+ [103.88597638515344, 1.4268664582672221],
+ [103.88610679498682, 1.4267840894541601],
+ [103.88622829870783, 1.426694647813373],
+ [103.88630961751329, 1.4266492441720302],
+ [103.88644340066291, 1.426568099770488],
+ [103.88653502774909, 1.4265073515472042],
+ [103.88665810095289, 1.4264428241568632],
+ [103.88675882601088, 1.4263709737470294],
+ [103.88684552541167, 1.4263191616421966],
+ [103.88702085676739, 1.42620241415963],
+ [103.88716271928446, 1.4261291980823472],
+ [103.88722309738259, 1.426088285066953],
+ [103.88736859531926, 1.4260036115111687],
+ [103.88743331026723, 1.4259736321420913],
+ [103.88752743984936, 1.425911584251168],
+ [103.88760495841981, 1.4258645383314716],
+ [103.88769342097608, 1.4258194672790183],
+ [103.88774383478972, 1.4257875556165216],
+ [103.88781707590954, 1.4257342244656959],
+ [103.88790670735409, 1.4256819537400942],
+ [103.88798931742453, 1.4256390695670007],
+ [103.88800041726931, 1.4256199112666903],
+ [103.88795266848128, 1.4255288068336598],
+ [103.88788621959444, 1.4254197657006766],
+ [103.88782683068881, 1.4253381049050584],
+ [103.88779257785296, 1.425285288181919],
+ [103.8877242882543, 1.4251969778105913],
+ [103.88770660659529, 1.4251933978557856],
+ [103.88768644849954, 1.4251932301229455],
+ [103.88763738736161, 1.4251989224466188],
+ [103.88761924745907, 1.425158579223346],
+ [103.88757823985513, 1.4251028885897592],
+ [103.8875643990001, 1.4250705226540925],
+ [103.88751209000205, 1.4249841237214105],
+ [103.88745356290883, 1.4249041432017653],
+ [103.88741862205352, 1.4248635905613567],
+ [103.88735562757078, 1.4247621125206373],
+ [103.88730431091687, 1.4246879568315178],
+ [103.8872394811148, 1.4246076337004214],
+ [103.88710354053107, 1.4244149468863196],
+ [103.88702032689088, 1.4242748430415282],
+ [103.88691987825929, 1.4241332672926843],
+ [103.88687527499206, 1.424058604991885],
+ [103.88683765696697, 1.4240054075939432],
+ [103.88681418598593, 1.4239752747510934],
+ [103.88674097870323, 1.42389674876975],
+ [103.88670847379835, 1.4238494024818842],
+ [103.88664713891053, 1.423780023857135],
+ [103.88663089456159, 1.4237569846711204],
+ [103.88657647121723, 1.4236693440717445],
+ [103.886448951606, 1.423444854171163],
+ [103.8863891125512, 1.423360664743123],
+ [103.88635862754683, 1.4233069534925533],
+ [103.88630604123094, 1.4232319703144793],
+ [103.8862596793163, 1.4231509892526635],
+ [103.88622622184842, 1.4231002208674377],
+ [103.8861950468799, 1.4230529134280872],
+ [103.88607659983396, 1.4228824038462256],
+ [103.88606714267112, 1.4228647734974855],
+ [103.88604693972009, 1.4228274156105511],
+ [103.88596485085573, 1.4227101188380618],
+ [103.88591283018052, 1.4226131514643705],
+ [103.88580939018969, 1.4224673867163977],
+ [103.88577918968056, 1.4224364952544533],
+ [103.88573648650278, 1.4223795584089538],
+ [103.88563129865318, 1.4222283222925844],
+ [103.88558830561429, 1.4221481442128387],
+ [103.88555158634458, 1.4220995852505838],
+ [103.88549887945358, 1.4220148819549803],
+ [103.8854565914295, 1.4219575173301378],
+ [103.88538970152042, 1.4218467903894785],
+ [103.88530432761421, 1.4217354525155328],
+ [103.88525070674321, 1.421644844644638],
+ [103.8851971082347, 1.4215897357528247],
+ [103.88515043207498, 1.4215172131838367],
+ [103.88507953227416, 1.4213879423492917],
+ [103.88503687684307, 1.4213348083364248],
+ [103.88499473557606, 1.4212892745821217],
+ [103.88495888261957, 1.4212428182347474],
+ [103.88493496504567, 1.4212105782130218],
+ [103.88489633949395, 1.4211438696101455],
+ [103.88483528754509, 1.4210634983856265],
+ [103.88473772371817, 1.4208838496622245],
+ [103.8846556826996, 1.4207703565878584],
+ [103.8845929604641, 1.4206570412385962],
+ [103.88450886716724, 1.4205473781835822],
+ [103.88440009281533, 1.4203780141152156],
+ [103.88433481569282, 1.4202955819249283],
+ [103.88425327193221, 1.4201546124500275],
+ [103.88420414550004, 1.4200876146699517],
+ [103.8841392179843, 1.4199658752085844],
+ [103.88408225898065, 1.419876999235858],
+ [103.88405175337273, 1.4198215985987115],
+ [103.88399455926785, 1.4197475180162655],
+ [103.88396357641207, 1.4196874752901818],
+ [103.88394781477155, 1.4196695014119065],
+ [103.88393404691573, 1.4196430499857056],
+ [103.88380750895539, 1.4194971545101107],
+ [103.88371436114845, 1.419368587709524],
+ [103.88368972584955, 1.4193460777361917],
+ [103.8836658497214, 1.4193172182094316],
+ [103.88363803210146, 1.4192753078981963],
+ [103.88355374373897, 1.4191162005389562],
+ [103.88349766636722, 1.4190306950932576],
+ [103.88349321522175, 1.4190104654819227],
+ [103.8834819823204, 1.4189852511665764],
+ [103.88338179913119, 1.4187976051455606],
+ [103.88331499942798, 1.418694062396736],
+ [103.88325401978736, 1.4185857969327862],
+ [103.88322490005709, 1.4185405224115055],
+ [103.8831347015061, 1.4184127613078064],
+ [103.88310593301097, 1.4183619882466816],
+ [103.88306194494906, 1.4183029550573807],
+ [103.88302696826472, 1.418259444168809],
+ [103.88298532054452, 1.4182198212826522],
+ [103.88294570441646, 1.4181746781166078],
+ [103.88293537561287, 1.418154523692751],
+ [103.8829338682578, 1.4181346801797132],
+ [103.88294217303469, 1.418093579389274],
+ [103.88294314841545, 1.41807074509235],
+ [103.88294199769189, 1.4180458262832316],
+ [103.88293547265714, 1.4180277355349808],
+ [103.88289268051884, 1.4179636152709958],
+ [103.8828428040049, 1.4179038116859106],
+ [103.88278667448155, 1.4178140792257667],
+ [103.88277498054661, 1.4177854898312612],
+ [103.88271939128616, 1.4177054711268],
+ [103.8826940890757, 1.4176741526545444],
+ [103.88268356453533, 1.4176611255228972],
+ [103.88266449170268, 1.417646997963991],
+ [103.8826395880138, 1.4176367466321735],
+ [103.8825992827518, 1.4176372566521356],
+ [103.88251379947077, 1.4176518621438443],
+ [103.8824568517199, 1.417664837360236],
+ [103.88239539747174, 1.4176741581380814],
+ [103.88220453435777, 1.4177031054518847],
+ [103.88215814601688, 1.4177210191662395],
+ [103.88213775826463, 1.4177360682088627],
+ [103.88212915104455, 1.4177530821835915],
+ [103.88212728416808, 1.4177717012607312],
+ [103.88211746573084, 1.4177925343885358],
+ [103.88203019136915, 1.417798284372275],
+ [103.88196778558822, 1.4178113302326358],
+ [103.88187610040018, 1.4178336202095108],
+ [103.88174162630796, 1.417859409161838],
+ [103.88153446894303, 1.4178823138060592],
+ [103.88132156532052, 1.417915857484989],
+ [103.8811782958712, 1.417943448080479],
+ [103.88107644389687, 1.417958683296866],
+ [103.88093484220373, 1.4179854074624314],
+ [103.88085739596404, 1.4180045589628778],
+ [103.88078114474192, 1.418018624295202],
+ [103.88070437847314, 1.4180250884595353],
+ [103.8805798650153, 1.4180414554795533],
+ [103.88046054834695, 1.4180704337369436],
+ [103.88021117176152, 1.4181424732025358],
+ [103.88007628789066, 1.4181691130731922],
+ [103.87995738544939, 1.4181976644368373],
+ [103.879873571688, 1.4182114025130972],
+ [103.87981624656707, 1.4182277645144048],
+ [103.87973682631274, 1.4182570846820495],
+ [103.87964898894693, 1.4182848205714618],
+ [103.87952784135761, 1.4183353760296369],
+ [103.87941077676403, 1.4183765838974212],
+ [103.87931569570264, 1.4183959581734362],
+ [103.87926635184218, 1.418412641955154],
+ [103.87917443686206, 1.4184501495571469],
+ [103.87911915773229, 1.4184622591828684],
+ [103.87908820964394, 1.4184723705840911],
+ [103.8790535513921, 1.4184880239989472],
+ [103.87895762720227, 1.4185407964257628],
+ [103.87886199664813, 1.4185834218830171],
+ [103.87884024284686, 1.4185900368291564],
+ [103.87869528911895, 1.4186510363065823],
+ [103.87863058054863, 1.4186814377654788],
+ [103.87857124990497, 1.418705431700506],
+ [103.87854122569097, 1.4187222941508288],
+ [103.87845766479714, 1.41875631433443],
+ [103.87831499014605, 1.4188316533334253],
+ [103.8781945339353, 1.4189041738933084],
+ [103.8781177646752, 1.4189440261733925],
+ [103.87806443318279, 1.4189776641125618],
+ [103.87801284504785, 1.4190163519831693],
+ [103.87788853915131, 1.419083007804173],
+ [103.87779776759388, 1.4191450118280524],
+ [103.8777544183676, 1.419170917258082],
+ [103.8777289498889, 1.419182650059535],
+ [103.8776456157562, 1.4192348406841517],
+ [103.87751754182187, 1.419336612998264],
+ [103.87740698952405, 1.4193942312237633],
+ [103.8773749507845, 1.419417880947025],
+ [103.87728232668506, 1.419499771038721],
+ [103.87720269279964, 1.4195455749610315],
+ [103.87712907877187, 1.41960271496414],
+ [103.87694016805253, 1.4197754203591226],
+ [103.87685486166758, 1.4198377787538425],
+ [103.87672468405275, 1.4199387407553807],
+ [103.87667872219095, 1.4199908818043214],
+ [103.876652130666, 1.4200136171034439],
+ [103.87663058292812, 1.4200367113395778],
+ [103.8766136422396, 1.4200589011250841],
+ [103.87654436227957, 1.420126972071818],
+ [103.87650015906632, 1.4201854309686504],
+ [103.87647903636577, 1.4202089412027108],
+ [103.87645286447744, 1.420231671065556],
+ [103.87641810781342, 1.4202731051379849],
+ [103.87636381701786, 1.4203308452524164],
+ [103.87623333130155, 1.420440687179555],
+ [103.87615038315211, 1.4205237255884395],
+ [103.87610359818157, 1.4205771454118945],
+ [103.87604342519857, 1.420634537448606],
+ [103.8760177836317, 1.4206661363910646],
+ [103.8759912451868, 1.4206930959644246],
+ [103.87592851177605, 1.4207809497263937],
+ [103.87584102135068, 1.4208703820597808],
+ [103.87577728486471, 1.4209451451726363],
+ [103.87571627708238, 1.4210029704067428],
+ [103.8756039969411, 1.4211248372867153],
+ [103.87553971841471, 1.421189887537694],
+ [103.87552650497967, 1.4212078041287735],
+ [103.87550597558206, 1.4212452551089234],
+ [103.87545198412678, 1.421311562233984],
+ [103.8752729549306, 1.4214840231377333],
+ [103.87520423311096, 1.4215630757232072],
+ [103.8751374412139, 1.4216285818085062],
+ [103.87507531215525, 1.4216974104391502],
+ [103.87496105732156, 1.4217956345460685],
+ [103.87492050572402, 1.4218439038823392],
+ [103.87483586331871, 1.4219595038894208],
+ [103.87479156554038, 1.422010356153849],
+ [103.87475297715834, 1.4220476121113155],
+ [103.87460885098405, 1.4221749527281171],
+ [103.8745085882442, 1.4222839882289338],
+ [103.87446974398695, 1.4223343493200236],
+ [103.8744472984324, 1.4223528059758135],
+ [103.87436857926866, 1.4224049358106485],
+ [103.87429244242831, 1.4224954929125257],
+ [103.87418138357624, 1.4225805756167853],
+ [103.87416318392148, 1.4226027825903051],
+ [103.8741179082573, 1.4226426576936686],
+ [103.87407357985376, 1.4226909750140044],
+ [103.87395815959042, 1.4227968210703374],
+ [103.87388613575818, 1.4228467549755783],
+ [103.8738620782193, 1.4228707264638867],
+ [103.8738279708852, 1.4228969382382444],
+ [103.87379524035234, 1.4229324287588654],
+ [103.87378915809781, 1.4229498333446555],
+ [103.87377888213045, 1.4229677136997],
+ [103.87374695398537, 1.4230002360840028],
+ [103.87372773507198, 1.4230080862992172],
+ [103.87370497815922, 1.4230016114563542],
+ [103.87368483537752, 1.423002711517191],
+ [103.87363587740688, 1.4230502412101176],
+ [103.87357420802097, 1.423100429049989],
+ [103.87357310546614, 1.4231013261980858],
+ [103.87355570819125, 1.4231205641270148],
+ [103.87354376985147, 1.4231397332284248],
+ [103.87352619049148, 1.4231779917366516],
+ [103.87351044118618, 1.4231946730003109],
+ [103.87348941831057, 1.4232262139554195],
+ [103.87347698654136, 1.423239472144314],
+ [103.87346032326678, 1.4232502488333678],
+ [103.87341135840525, 1.4232635456444813],
+ [103.87338587816272, 1.4232744337238894],
+ [103.87336594143979, 1.4232920130928672],
+ [103.87333489935995, 1.42332832745295],
+ [103.87328120802347, 1.4234004287816162],
+ [103.87326457174086, 1.4234133180623125],
+ [103.87324030902772, 1.423420809329061],
+ [103.87322100102514, 1.423421476181202],
+ [103.87320143625077, 1.4234352481713448],
+ [103.87317830346416, 1.4234659689025857],
+ [103.87316126823542, 1.42348055387134],
+ [103.8731375259427, 1.4234960677379491],
+ [103.87303937240296, 1.423572113762897],
+ [103.87300729126927, 1.423592381108034],
+ [103.87297223395319, 1.4236097301227073],
+ [103.87290142580933, 1.4236562671870594],
+ [103.87285485428504, 1.4236932012980879],
+ [103.87280447359127, 1.4237276475694063],
+ [103.87275252231066, 1.4237709882832201],
+ [103.8727009024861, 1.4238071411078645],
+ [103.87263571703318, 1.4238667090435442],
+ [103.87257658684959, 1.4239067607060178],
+ [103.87253228121762, 1.4239233800510644],
+ [103.87249435928614, 1.4239466816292166],
+ [103.87246586832516, 1.4239855001173043],
+ [103.8724480091019, 1.424001362960845],
+ [103.87239879284057, 1.4240281872267209],
+ [103.87238600800718, 1.4240469439469567],
+ [103.87237744928059, 1.4240677607355077],
+ [103.87235912362362, 1.424079826163332],
+ [103.87233323452246, 1.4240915643401517],
+ [103.87225796685838, 1.424150836710141],
+ [103.87217082145686, 1.424200539302928],
+ [103.87211842531597, 1.4242417728430263],
+ [103.87204248335996, 1.4242807666712376],
+ [103.87196801807444, 1.424337072705612],
+ [103.87191004781411, 1.424369078208319],
+ [103.87183475403586, 1.4244262388760967],
+ [103.87180222714355, 1.4244443999493568],
+ [103.87174476020098, 1.4244831619404397],
+ [103.87162889580264, 1.4245869034364935],
+ [103.87160766773816, 1.4246019632550897],
+ [103.87152500879526, 1.4246410439977517],
+ [103.87144027018815, 1.424715229456376],
+ [103.8714157137824, 1.424732865860705],
+ [103.87126924375902, 1.4248069863205264],
+ [103.87122533344544, 1.4248214876146372],
+ [103.87117200621604, 1.4248555486408914],
+ [103.87106796407322, 1.4249308223545694],
+ [103.87100451954868, 1.4249616296432948],
+ [103.870963557521, 1.4249769393850875],
+ [103.87090188334112, 1.425015327922532],
+ [103.8708021333279, 1.4250643469724222],
+ [103.87068634569401, 1.4251406147570902],
+ [103.87063392881026, 1.425180158913178],
+ [103.87057726422374, 1.4252159518367293],
+ [103.87054938126265, 1.4252361675313108],
+ [103.87050708256393, 1.4252789645161472],
+ [103.87045790764168, 1.4253091692520679],
+ [103.87043912003473, 1.425317858682852],
+ [103.8703301239288, 1.4253378125185923],
+ [103.87016192972197, 1.4254832251526242],
+ [103.87016065024592, 1.4254906518076658],
+ [103.87014187922351, 1.425525319986558],
+ [103.87012739510088, 1.4255424081710142],
+ [103.87008862213888, 1.4255648749963763],
+ [103.87004904354967, 1.42555649851107],
+ [103.87002855487927, 1.425563519414879],
+ [103.86996706420769, 1.4256162800722607],
+ [103.8698955219252, 1.42567128009312],
+ [103.86986068048853, 1.4257059521439819],
+ [103.86984953460251, 1.425721307512649],
+ [103.86983888123754, 1.4257425728899917],
+ [103.86982267085762, 1.4257558799556156],
+ [103.86977058668441, 1.4257548461936134],
+ [103.86976222083966, 1.4257574879731079],
+ [103.86974436158401, 1.4257733507961765],
+ [103.86954806360649, 1.4259600932532241],
+ [103.86948552452097, 1.426029770941478],
+ [103.86940819052573, 1.426125415855557],
+ [103.86937889079344, 1.4261667810074365],
+ [103.86928463217976, 1.4262858826646692],
+ [103.86924433410272, 1.4263544340640661],
+ [103.8692146417129, 1.426397917239792],
+ [103.86911128065805, 1.4265953197439232],
+ [103.86909169745748, 1.4266412101759984],
+ [103.86907717155597, 1.4266887274790994],
+ [103.86905965597425, 1.4267320567206618],
+ [103.86905277127792, 1.4267524294286285],
+ [103.86903371800346, 1.4268409985822426],
+ [103.86900906120725, 1.4270526191613588],
+ [103.8690060478969, 1.4271477474138983],
+ [103.86900754576487, 1.4272005568025194],
+ [103.86902782884026, 1.427379068829962],
+ [103.86905357612501, 1.4274907383486735],
+ [103.86907503469838, 1.4275614682953222],
+ [103.869096750068, 1.4276190940081968],
+ [103.86911576134665, 1.427661961452548],
+ [103.86912818018888, 1.4276812450044096],
+ [103.86914598202912, 1.4277283512198877]
+ ]
+ ]
+ },
+ "id": "20"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 25.0,
+ "GDO_GID": 22.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU PUNGGOL TIMOR"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.8834826684749, 1.4176741392209193],
+ [103.88348540744637, 1.4176776146304244],
+ [103.88353922105074, 1.417754346897024],
+ [103.88354269599797, 1.4177593018291919],
+ [103.8836175894653, 1.4178720399647078],
+ [103.88364766459401, 1.4179266004655064],
+ [103.88366089667655, 1.4179437613791106],
+ [103.88367708784611, 1.4179625745001112],
+ [103.8836923398179, 1.417973368649815],
+ [103.88371091920648, 1.4179815861947558],
+ [103.88373026946489, 1.4179843006703658],
+ [103.88375246448842, 1.4179793714026252],
+ [103.88379636884585, 1.418031643558319],
+ [103.88382801272327, 1.4180773096064125],
+ [103.88387739294234, 1.4181645904579874],
+ [103.88391193379786, 1.4182068388511997],
+ [103.88393555770757, 1.4182492249472878],
+ [103.88403055777317, 1.4183917152818293],
+ [103.88411838901986, 1.4184979507396323],
+ [103.88414786449687, 1.418538149952885],
+ [103.88430325180089, 1.4187749658666695],
+ [103.8843681630872, 1.4188954374082214],
+ [103.88444230392918, 1.4189815610149101],
+ [103.88445385116111, 1.4189983195190448],
+ [103.88447452590329, 1.4190398971732259],
+ [103.8845022481174, 1.4190742017786928],
+ [103.88453181992473, 1.4191220075859412],
+ [103.88465655856609, 1.4192920152021338],
+ [103.8846862618064, 1.4193503830659377],
+ [103.88471970670568, 1.419405746549941],
+ [103.88482667374623, 1.419564990817943],
+ [103.88497701035246, 1.4197672157914796],
+ [103.88501694791553, 1.4198381341772783],
+ [103.88504476016584, 1.4198796212284583],
+ [103.88508499134595, 1.4199403935518098],
+ [103.88522432732425, 1.4201359961004916],
+ [103.88525092206949, 1.4201808799657059],
+ [103.88529924165691, 1.420250424428102],
+ [103.88539584468886, 1.4204203648073936],
+ [103.88547118408151, 1.4205352109347704],
+ [103.88550231296463, 1.4205732757926912],
+ [103.88556770536363, 1.4206650029933932],
+ [103.8856170172887, 1.4207467906987876],
+ [103.88567431139364, 1.4208289010787556],
+ [103.885724547228, 1.420917438025288],
+ [103.88580894126702, 1.421051187843682],
+ [103.88591493774472, 1.421199878153214],
+ [103.8859537399081, 1.4212471438227163],
+ [103.88598135864169, 1.4212729971333027],
+ [103.88600608940574, 1.421303112775007],
+ [103.88603700391896, 1.4213576632719636],
+ [103.88610288531899, 1.4214548781216898],
+ [103.8861521918791, 1.4215362434760639],
+ [103.88620140391781, 1.4216100022299671],
+ [103.88623744685306, 1.421671672659419],
+ [103.88635234406998, 1.4218270125253925],
+ [103.88638922179268, 1.4218882488382965],
+ [103.88643275435534, 1.421944330124564],
+ [103.88644478337663, 1.4219661539459567],
+ [103.88646882340949, 1.4220081122379267],
+ [103.88652693615283, 1.4220885205623577],
+ [103.88661215425955, 1.422220991557429],
+ [103.88672111533924, 1.4223717581739557],
+ [103.88681196525052, 1.4225181037739225],
+ [103.886857265527, 1.4225813466641895],
+ [103.88695398412575, 1.422726773287326],
+ [103.88701284706079, 1.4227999882729636],
+ [103.88708176235919, 1.4229047725415285],
+ [103.88713214965618, 1.4229717548492848],
+ [103.88721288736677, 1.4231002015061542],
+ [103.88741019902542, 1.4234141041333281],
+ [103.887447821556, 1.423467724764005],
+ [103.88749173600624, 1.4235208424191959],
+ [103.88755026306403, 1.4236008229401231],
+ [103.88764904934663, 1.4237436883230972],
+ [103.88772571720689, 1.4238640111584255],
+ [103.88775921446322, 1.4239235997756217],
+ [103.88781308047355, 1.4240002577681956],
+ [103.88784105757492, 1.4240548453853206],
+ [103.88788937102264, 1.4241239665428727],
+ [103.88792635955919, 1.4241940773428177],
+ [103.88799019423192, 1.4242955444955598],
+ [103.88800834583505, 1.424336732391393],
+ [103.88804679147373, 1.4243890733167566],
+ [103.88818513474317, 1.4245724324097955],
+ [103.88829375392297, 1.4246957316219313],
+ [103.88830660334973, 1.4247158552088417],
+ [103.88831401994841, 1.4247381611551202],
+ [103.88830794320134, 1.4247559881132434],
+ [103.88826867416844, 1.4248059307182614],
+ [103.88826722608094, 1.424824544361418],
+ [103.88833021610142, 1.4249256000377695],
+ [103.88841148208581, 1.4250441746010083],
+ [103.88847156884256, 1.4251482246899996],
+ [103.88851174798765, 1.4252047708544788],
+ [103.88856144734868, 1.4252840181194284],
+ [103.88857791690118, 1.4252914172235958],
+ [103.88867518558462, 1.4252453891054737],
+ [103.88884585379643, 1.425158706259378],
+ [103.8889199566592, 1.4251070544567246],
+ [103.88915620883085, 1.4249591075116383],
+ [103.88919623600995, 1.4249362026270598],
+ [103.88926222063192, 1.4249070524783534],
+ [103.88937357972605, 1.4248460549638775],
+ [103.8894039029296, 1.4248194686497984],
+ [103.88946193485448, 1.4247836137398426],
+ [103.88947841729382, 1.4247665995465895],
+ [103.88952054381058, 1.4247534445471735],
+ [103.88954551981782, 1.42474007744271],
+ [103.88962357441534, 1.424678620412979],
+ [103.88970125309079, 1.4246415070446128],
+ [103.88979510758642, 1.4245794292269938],
+ [103.88999942211143, 1.4244754142476328],
+ [103.89009589417331, 1.4244127919266407],
+ [103.89019176165243, 1.4243572706783303],
+ [103.89031934768562, 1.4242695388297566],
+ [103.89039959266432, 1.4242305569599047],
+ [103.89162654713462, 1.4235164090697616],
+ [103.89234180363269, 1.423100094207336],
+ [103.89423085740486, 1.4220005704643817],
+ [103.89432983592447, 1.4219232510972635],
+ [103.89438233526025, 1.4218942060712554],
+ [103.89444366236467, 1.4218661402345063],
+ [103.89453650291517, 1.421800564180735],
+ [103.89460651720849, 1.4217584443013433],
+ [103.89469714151586, 1.4217150740386497],
+ [103.89477246229656, 1.421685131265186],
+ [103.89490309090559, 1.421607897845755],
+ [103.89503732231111, 1.4215442351989385],
+ [103.89507905578095, 1.4215209204933508],
+ [103.89519358265709, 1.4214478566063655],
+ [103.89525257960507, 1.4214163442828815],
+ [103.89531755983913, 1.4213691139612077],
+ [103.89538188605161, 1.4213276598242304],
+ [103.89547866536174, 1.4212729875366346],
+ [103.89553205217717, 1.4212328486361325],
+ [103.89558224323295, 1.4212122974270112],
+ [103.89573233141465, 1.4211267794663272],
+ [103.89589227993731, 1.4210461818685574],
+ [103.8960196131931, 1.4209633260512409],
+ [103.89609290562623, 1.420926385327878],
+ [103.89623658066519, 1.4208455421651007],
+ [103.89639408900322, 1.4207473456900037],
+ [103.89657592221319, 1.4206189979653652],
+ [103.89665487898831, 1.4205694493395047],
+ [103.89674025754698, 1.420504165516018],
+ [103.89683631260465, 1.4204194402956636],
+ [103.89695617817739, 1.4202913140155455],
+ [103.89697829732305, 1.4202723091115717],
+ [103.89699679269305, 1.420261850541374],
+ [103.89701590309916, 1.420233230529457],
+ [103.89714057307442, 1.420092971168688],
+ [103.897255370371, 1.419924788049695],
+ [103.89736376682804, 1.4197502202987187],
+ [103.89743348027507, 1.4196209658429542],
+ [103.89746361274416, 1.419559178899251],
+ [103.89751701856306, 1.4194287944420787],
+ [103.89753916521853, 1.4193651085574945],
+ [103.89757914000444, 1.4192737387084347],
+ [103.89765249900879, 1.4190797552435188],
+ [103.89768000063391, 1.4189614474711905],
+ [103.89769600179875, 1.4188639403772254],
+ [103.89773576627194, 1.4183815247290943],
+ [103.89772940543519, 1.4182287155381479],
+ [103.89771847461166, 1.4181167827935037],
+ [103.8977151594675, 1.4180425952483227],
+ [103.89770640774967, 1.4179641962351226],
+ [103.8976948011049, 1.4179142223459076],
+ [103.89765880713581, 1.417779386395417],
+ [103.89765112127972, 1.4177058130347084],
+ [103.89764488869014, 1.4176738403471965],
+ [103.89764179441377, 1.417657960717687],
+ [103.89758368993766, 1.4174629454285155],
+ [103.89753788212946, 1.4173470742483771],
+ [103.89746615512175, 1.4171862135212545],
+ [103.8973981741865, 1.4170198975672166],
+ [103.89732101062873, 1.4168548271740498],
+ [103.89728752702165, 1.416773418219186],
+ [103.89723480680429, 1.4166719745316954],
+ [103.89720098059937, 1.416581732667737],
+ [103.8971204582309, 1.4163867116531466],
+ [103.89702136078644, 1.4161773814068703],
+ [103.89697073060411, 1.4160391382039894],
+ [103.89682379057459, 1.4157294990913705],
+ [103.89677950701511, 1.41565293781204],
+ [103.8967286233312, 1.4155761958405766],
+ [103.89670711083963, 1.415531475663194],
+ [103.89666540411048, 1.4154760483781696],
+ [103.89659122364232, 1.4153652713273697],
+ [103.89652343920856, 1.4152834409616273],
+ [103.89647876933435, 1.415242284608158],
+ [103.89641004435147, 1.415170222293362],
+ [103.89638690972846, 1.4151516671983053],
+ [103.89636489041824, 1.4151392608391764],
+ [103.89633016720096, 1.4151052342114958],
+ [103.89623192868733, 1.4150201751865599],
+ [103.89621566755378, 1.4150088692790384],
+ [103.89613730617953, 1.414971690322912],
+ [103.89607242980387, 1.4149308854042275],
+ [103.89597032925876, 1.4148822515168935],
+ [103.89587563752316, 1.4148320013264803],
+ [103.89572309458279, 1.4147747303162237],
+ [103.89564332298664, 1.414757953819072],
+ [103.89554528084828, 1.414723316634864],
+ [103.8953838733202, 1.4146982438910098],
+ [103.89531898258085, 1.414691059564611],
+ [103.89525384036673, 1.4146887506662684],
+ [103.89521398244511, 1.414681025759595],
+ [103.89515584469653, 1.4146780004146666],
+ [103.89496971068223, 1.4146839814308718],
+ [103.89489647627015, 1.4146996867535964],
+ [103.89487880759705, 1.4147087851212221],
+ [103.89485048130905, 1.4147377662028024],
+ [103.89476531091927, 1.4147517273228385],
+ [103.89458357038498, 1.4147690371516992],
+ [103.8945543709741, 1.4147754914645356],
+ [103.89449838949864, 1.414794056818206],
+ [103.89445350984334, 1.414804223957542],
+ [103.89437432931811, 1.4148139678579008],
+ [103.89419977637951, 1.41482391775697],
+ [103.89411279889072, 1.4148366218357382],
+ [103.89402740639159, 1.4148448411312913],
+ [103.89387828580222, 1.414875909935807],
+ [103.89372255280632, 1.4148837937386622],
+ [103.89349667472914, 1.4149077028739205],
+ [103.8933885984095, 1.414920350501241],
+ [103.89330648228464, 1.4149337489744143],
+ [103.89321621042158, 1.4149408315822656],
+ [103.8929690494676, 1.414971326793607],
+ [103.89287303830974, 1.4149777511599861],
+ [103.89265151114255, 1.415000600186846],
+ [103.89252382146344, 1.4150175584747895],
+ [103.89248373572806, 1.4150266510694443],
+ [103.89230056272355, 1.4150409248085787],
+ [103.8921529578529, 1.4150657415995962],
+ [103.89197971080236, 1.415086699210514],
+ [103.89182231304397, 1.4151083609056017],
+ [103.89170324698294, 1.4151209978811183],
+ [103.89162644394627, 1.4151248686914628],
+ [103.89162384433722, 1.4151249998899016],
+ [103.89157094560052, 1.4151323853546325],
+ [103.89144512475394, 1.4151408633199616],
+ [103.89133647800404, 1.4151614963958181],
+ [103.89121300132533, 1.4151964260168397],
+ [103.89108504395251, 1.4152178174224244],
+ [103.89089853789989, 1.4152255815262986],
+ [103.89084346279301, 1.415233495177141],
+ [103.89078119259682, 1.4152372661169115],
+ [103.89069514423954, 1.4152512614760238],
+ [103.89063848413358, 1.4152636598999728],
+ [103.89058068894984, 1.4152694682540408],
+ [103.8904030465987, 1.4152790959910428],
+ [103.89023680398059, 1.4152993361385486],
+ [103.89005664835409, 1.4153121590272626],
+ [103.889993250546, 1.4153208415717577],
+ [103.88985078608609, 1.4153308581820845],
+ [103.88970596300642, 1.4153480455395067],
+ [103.88964197038639, 1.415359026076624],
+ [103.88959706714142, 1.4153612844644936],
+ [103.88954553519376, 1.4153708113826087],
+ [103.88935811201868, 1.4153934675386823],
+ [103.88915633376162, 1.415409965311928],
+ [103.88906751419883, 1.4154263020751432],
+ [103.8888410915316, 1.4154532557633495],
+ [103.8887011587518, 1.415479113977772],
+ [103.88854002510736, 1.4155221465548964],
+ [103.88846940039394, 1.415549664409933],
+ [103.88838402436492, 1.4155727204857151],
+ [103.88831335823333, 1.415596857826257],
+ [103.8881499894241, 1.4156627400786437],
+ [103.8880519547667, 1.4157146935710156],
+ [103.88787016050179, 1.4157846124159947],
+ [103.8878071937186, 1.4158200631468367],
+ [103.88771719521962, 1.415876565383957],
+ [103.8876431772393, 1.415934977256812],
+ [103.88761315853138, 1.415952262159917],
+ [103.8875288324205, 1.4159922089776553],
+ [103.88743170093242, 1.4160492232416075],
+ [103.88736203339961, 1.4160860270459226],
+ [103.88711753232916, 1.4162459115782968],
+ [103.88698993995872, 1.4163185259019153],
+ [103.88689247882675, 1.4163827289373891],
+ [103.88684342134255, 1.4164222299636553],
+ [103.88680045500273, 1.4164451728556142],
+ [103.8867855091089, 1.4164588860667842],
+ [103.88670455718942, 1.416500059094054],
+ [103.88668081506125, 1.4165155730962042],
+ [103.88664927621835, 1.4165455561908118],
+ [103.88658605359694, 1.4165941120274426],
+ [103.88642464859859, 1.4166827913120774],
+ [103.88633949846388, 1.4167240168768518],
+ [103.88626156502616, 1.416771489616016],
+ [103.88617686603357, 1.4168152455737857],
+ [103.88611810279777, 1.4168510669527585],
+ [103.88605342048746, 1.4168835812083682],
+ [103.8860138292545, 1.4169077485171209],
+ [103.8859382453052, 1.4169416683999616],
+ [103.88585960234255, 1.4169659080428367],
+ [103.88573796601173, 1.4170109752501818],
+ [103.88561710143962, 1.417050539381561],
+ [103.88556155577564, 1.4170749087181462],
+ [103.88546682770637, 1.4171225943377166],
+ [103.88539066656526, 1.417143844082849],
+ [103.88532659666761, 1.4171581769800201],
+ [103.88530143176695, 1.4171606084775001],
+ [103.88521657430759, 1.4171916879407025],
+ [103.88514043386675, 1.4172146270283568],
+ [103.88496207588047, 1.4172570312165578],
+ [103.88489932880998, 1.4172764194646257],
+ [103.88479419718944, 1.4172980352021078],
+ [103.88464750499415, 1.417320597826084],
+ [103.88442896145898, 1.417373231221012],
+ [103.88427223390012, 1.4173993020703828],
+ [103.88417154727688, 1.417406913611665],
+ [103.88410823832916, 1.4174148996351326],
+ [103.88407680672789, 1.4174199457726755],
+ [103.88398889473925, 1.4174417654802958],
+ [103.88396748229039, 1.417442036356196],
+ [103.88393356181987, 1.4174158394984564],
+ [103.88386470483402, 1.4174167101046915],
+ [103.8837016538565, 1.4174407480450595],
+ [103.88353921851066, 1.4174695510522168],
+ [103.88353740606544, 1.417469872140823],
+ [103.883511039847, 1.4174769683524187],
+ [103.8834471382535, 1.4175048232384448],
+ [103.88343136295418, 1.417519391974694],
+ [103.88341983896461, 1.4175381333518386],
+ [103.88341724803654, 1.4175660583466032],
+ [103.8834200098148, 1.4175854641200176],
+ [103.88342866005766, 1.4176056411873694],
+ [103.8834826684749, 1.4176741392209193]
+ ]
+ ]
+ },
+ "id": "21"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 26.0,
+ "GDO_GID": 23.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SERANGOON(CONEY ISLAND)"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.91713739860069, 1.4161639433747788],
+ [103.91733208456561, 1.4159119427814868],
+ [103.91755455467636, 1.4158559672542212],
+ [103.91786046258981, 1.4156879896265895],
+ [103.9181663869355, 1.4153799984899242],
+ [103.91863919107293, 1.4148200022252582],
+ [103.91902856677959, 1.4142879971996831],
+ [103.91952918851624, 1.4136439952772053],
+ [103.9198907329028, 1.4133080073044044],
+ [103.92044693060548, 1.4129720463097077],
+ [103.92078064555189, 1.4128040727034634],
+ [103.92128121488668, 1.4125801162579406],
+ [103.92180960024788, 1.4122721532809663],
+ [103.92258827564402, 1.4118242086780624],
+ [103.92328352520433, 1.4113762535128307],
+ [103.92395098913993, 1.410760274958959],
+ [103.92439597224576, 1.4102842840876806],
+ [103.92506343807402, 1.4096403025559952],
+ [103.92531374889596, 1.4093043001316448],
+ [103.9257031264646, 1.4087442905166718],
+ [103.92592562614233, 1.408436287312939],
+ [103.92628717127634, 1.40807229574581],
+ [103.92647392216782, 1.4079604990562453],
+ [103.92656526994148, 1.4079043136526286],
+ [103.92698243766733, 1.4074843234144414],
+ [103.9276498977235, 1.4068683457199398],
+ [103.92817831387255, 1.4063083545021997],
+ [103.92867890700624, 1.405860372361839],
+ [103.92937417033573, 1.4052723993875702],
+ [103.92984697400603, 1.4046843974987424],
+ [103.92998602834676, 1.4045444017917503],
+ [103.93018070619308, 1.4043484056190851],
+ [103.93037540403606, 1.4039843914988521],
+ [103.93062572351806, 1.40356437961122],
+ [103.93070915362168, 1.4035083843084677],
+ [103.93084820540832, 1.403396390339694],
+ [103.9307370111506, 1.403088342833891],
+ [103.93073704206226, 1.402836315030029],
+ [103.93068145707664, 1.4025842814148597],
+ [103.93059805036101, 1.4024442551885792],
+ [103.93045901530698, 1.4024162347972275],
+ [103.93031998025565, 1.4023882134929642],
+ [103.93023656354447, 1.4023321962197144],
+ [103.93009753184286, 1.402276172213534],
+ [103.93001412182863, 1.4021641495552852],
+ [103.92993070937591, 1.4020801286772444],
+ [103.92979167434882, 1.4020521082438635],
+ [103.92970825766139, 1.4019960918541645],
+ [103.9296248443266, 1.4019120709639],
+ [103.92956922688911, 1.4019400678139557],
+ [103.92945797836332, 1.402080067767729],
+ [103.92931890981714, 1.4023320769061416],
+ [103.9292354495397, 1.4026400990705956],
+ [103.92923542942268, 1.402808117011374],
+ [103.92923540930647, 1.4029761349519103],
+ [103.92915197247505, 1.403088136484845],
+ [103.92895728792286, 1.4033401379496817],
+ [103.92881822842868, 1.4035081380934946],
+ [103.92865136991526, 1.4036201285666787],
+ [103.92845670879524, 1.4036761084586444],
+ [103.92837329543848, 1.403592088430087],
+ [103.92826207457449, 1.4035080650121403],
+ [103.92820647300596, 1.4033960456731964],
+ [103.92817868231859, 1.4032560270304837],
+ [103.92809527235303, 1.4031440043004442],
+ [103.92801184982578, 1.4031439932294363],
+ [103.9279284196637, 1.4031999884391029],
+ [103.9278449827597, 1.4033119890253702],
+ [103.92759469987318, 1.4034239683458662],
+ [103.92737223797323, 1.4034239393734058],
+ [103.92706701667726, 1.403491395462792],
+ [103.92659428195849, 1.4035193366811674],
+ [103.92614868394239, 1.403535790408245],
+ [103.92573156851567, 1.4035357346787696],
+ [103.92528663537085, 1.4036196853366023],
+ [103.92478607944392, 1.403759634440954],
+ [103.92439674761442, 1.403955603460895],
+ [103.92395179294085, 1.404207570930995],
+ [103.92350682017194, 1.4045995554030781],
+ [103.92320091158348, 1.4047955345616896],
+ [103.92286717737514, 1.4051315264126192],
+ [103.92264466041703, 1.4055795455166367],
+ [103.92244996032025, 1.4059435581684367],
+ [103.92211621987418, 1.4063355553123227],
+ [103.92161562784328, 1.4067555343346803],
+ [103.921393155262, 1.4068395137959961],
+ [103.9209204024879, 1.4070074682819202],
+ [103.92044764618693, 1.407203426274321],
+ [103.92003051530995, 1.4073153821503512],
+ [103.91964118246342, 1.407511351333967],
+ [103.91919610743592, 1.4078472319959152],
+ [103.91886237400979, 1.4081832242296077],
+ [103.91836186446866, 1.4087993164273462],
+ [103.91797250247117, 1.409219309631689],
+ [103.91769437947775, 1.4095833114207252],
+ [103.91747187767123, 1.4098913139058784],
+ [103.91697123252965, 1.4107313369754542],
+ [103.91674872792707, 1.4110673430008809],
+ [103.91641494901398, 1.411739369086713],
+ [103.91635928388376, 1.4121314034080583],
+ [103.91633139227375, 1.4128034727339311],
+ [103.91633132839333, 1.4133075266894601],
+ [103.91622004794087, 1.4136995539612747],
+ [103.91619220529665, 1.4139795801110548],
+ [103.91574718382029, 1.4147356010171277],
+ [103.91541342258952, 1.415267613504074],
+ [103.91510747590333, 1.415743622282968],
+ [103.91505180347139, 1.4161916637789418],
+ [103.91521857670261, 1.4167797488362093],
+ [103.91538539652134, 1.4170037961157191],
+ [103.91574686666856, 1.4172558716722148],
+ [103.91613617696409, 1.4172559246230143],
+ [103.91644208516851, 1.4170879489774566],
+ [103.91674801078372, 1.416779956201882],
+ [103.91697051588179, 1.416443951064935],
+ [103.91713739860069, 1.4161639433747788]
+ ]
+ ]
+ },
+ "id": "22"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 27.0,
+ "GDO_GID": 24.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SEKUDU"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.98903868681334, 1.4048055337135275],
+ [103.98906150379122, 1.4048361348438423],
+ [103.98899049675337, 1.4046274755645016],
+ [103.98895835419647, 1.404595098893665],
+ [103.98879763205444, 1.4044817833174523],
+ [103.98862085308006, 1.4042713440818786],
+ [103.98844403678942, 1.4042713341902104],
+ [103.98829937062553, 1.4042551395102902],
+ [103.98813864257758, 1.4041741954738203],
+ [103.98801006989443, 1.4040608813101831],
+ [103.98778503548446, 1.4040284939405865],
+ [103.98762428614064, 1.4040608599347761],
+ [103.98752781678652, 1.4041903490911933],
+ [103.98754387268983, 1.4042874709416446],
+ [103.9876563843919, 1.404336037588731],
+ [103.98781711243852, 1.4044169807547127],
+ [103.98788137367798, 1.4046112277348943],
+ [103.98789741857904, 1.4047730963820484],
+ [103.98788131154619, 1.4049511516081516],
+ [103.98778483278564, 1.4051292022345478],
+ [103.98772051101813, 1.4052586937843363],
+ [103.98772049060216, 1.4053720020438643],
+ [103.9877686950424, 1.405469125368807],
+ [103.98783299297233, 1.4054691292289536],
+ [103.98792944104882, 1.4054529474113422],
+ [103.98796163216969, 1.4052263332751012],
+ [103.9880420387447, 1.4050320956570146],
+ [103.98809027982857, 1.4049349758594711],
+ [103.98813852001034, 1.4048378578700702],
+ [103.98828320154605, 1.4047731176991296],
+ [103.98836357831365, 1.404740748882859],
+ [103.98854039301257, 1.4047569450243158],
+ [103.98860468317338, 1.4047893231694009],
+ [103.98868505236017, 1.4048055148938263],
+ [103.9888297151355, 1.4048378957930592],
+ [103.98894223535358, 1.4048379018209003],
+ [103.98900653236407, 1.4048379056505336],
+ [103.98903868681334, 1.4048055337135275]
+ ]
+ ]
+ },
+ "id": "23"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 28.0,
+ "GDO_GID": 25.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SAJAHAT"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [104.02092121658656, 1.4010408584368081],
+ [104.02090505666962, 1.4008951918932053],
+ [104.02079254042901, 1.4008952606415028],
+ [104.02067997642492, 1.4008143964757391],
+ [104.02067988000218, 1.4006525342758276],
+ [104.02069589571599, 1.400555406619249],
+ [104.02058331298883, 1.4004421709100094],
+ [104.02042254651931, 1.400393709270249],
+ [104.02027789217757, 1.4004099830710557],
+ [104.02008502775969, 1.4004424722721691],
+ [104.0199725021678, 1.4004263547572184],
+ [104.01977960694656, 1.4004102852713272],
+ [104.0197474790844, 1.4004426765644362],
+ [104.01963504984161, 1.4005884212428235],
+ [104.0196030080598, 1.4007664894278857],
+ [104.01955489252475, 1.4009445679420192],
+ [104.0196515090046, 1.4012358615591403],
+ [104.01986061188973, 1.4014785296132675],
+ [104.02006966707314, 1.4016402656357683],
+ [104.02026259897916, 1.4017210799647661],
+ [104.02039118901742, 1.4017210027099583],
+ [104.02055190781834, 1.401688532334925],
+ [104.02066436606061, 1.4015913462738692],
+ [104.0207607402682, 1.4014779852311152],
+ [104.0208892141983, 1.401283672409784],
+ [104.02092121658656, 1.4010408584368081]
+ ]
+ ]
+ },
+ "id": "24"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 29.0,
+ "GDO_GID": 26.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SAJAHAT KECHIL"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [104.02329979859812, 1.4004890843411841],
+ [104.02328362825605, 1.4003272307110208],
+ [104.02305854801772, 1.400246436431099],
+ [104.02292999742782, 1.4003112595983243],
+ [104.02284968683453, 1.4004084259507887],
+ [104.02281761624172, 1.400537935493037],
+ [104.02283376778071, 1.4006674157899763],
+ [104.02301061653235, 1.400732054023503],
+ [104.02309097497199, 1.4007158187538638],
+ [104.02323559083001, 1.4006347999080706],
+ [104.02329979859812, 1.4004890843411841]
+ ]
+ ]
+ },
+ "id": "25"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 31.0,
+ "GDO_GID": 27.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU KETAM"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.9456824980402, 1.407714710682231],
+ [103.94585932143507, 1.4076823494478683],
+ [103.94603613637265, 1.4076985497398664],
+ [103.94616472796054, 1.407714746036139],
+ [103.94632547378114, 1.4076985709202865],
+ [103.9465022989592, 1.4076662096375878],
+ [103.94653445408532, 1.4076338382300904],
+ [103.94664698768226, 1.4075690984828313],
+ [103.94675952127271, 1.40750435963494],
+ [103.94688812870568, 1.4074396218033343],
+ [103.9469845847247, 1.4073910672948287],
+ [103.94700065857332, 1.4073910683153543],
+ [103.94712926970097, 1.4073101432920536],
+ [103.94724180697204, 1.407229217243453],
+ [103.9473061274136, 1.407115913776679],
+ [103.94732223103068, 1.4069702328952958],
+ [103.94732224687125, 1.406889297903547],
+ [103.94735441590522, 1.4067921786736788],
+ [103.94746695134711, 1.4067112526165497],
+ [103.9475634203495, 1.406597951179288],
+ [103.94757951743662, 1.4064846446553632],
+ [103.94765991909543, 1.4063389678397613],
+ [103.94767601988231, 1.4062094741362954],
+ [103.9477724916613, 1.4060799855133073],
+ [103.94790112592183, 1.4058857520098162],
+ [103.94798152294041, 1.405756263269098],
+ [103.94804583309964, 1.4056915195149073],
+ [103.94812622730012, 1.405578217044743],
+ [103.94815840929864, 1.4054163508997357],
+ [103.94817449984723, 1.4053354169227776],
+ [103.948270968762, 1.4052221154622309],
+ [103.94836742746298, 1.4051573746306474],
+ [103.94843174499708, 1.4050602583186362],
+ [103.94844784483936, 1.4049307637083126],
+ [103.94857647158625, 1.4047689045329768],
+ [103.94873725057036, 1.4045908601931907],
+ [103.94880155507819, 1.4045584907791777],
+ [103.94896230155024, 1.4045423154993955],
+ [103.94904268267916, 1.4044937608133123],
+ [103.94913914782178, 1.4043966455964314],
+ [103.94925169417365, 1.404267159738857],
+ [103.9492838557081, 1.404202413942299],
+ [103.94934816299325, 1.4041538573361236],
+ [103.94952499343847, 1.404089123299576],
+ [103.94962143908171, 1.4040891302309289],
+ [103.94979825933594, 1.4040729549961652],
+ [103.94992686738999, 1.4040082170166852],
+ [103.94997510362411, 1.4039434731186882],
+ [103.95020016287951, 1.4038463676824349],
+ [103.95044129773379, 1.403749263224545],
+ [103.95052168806627, 1.403652146958274],
+ [103.95074673153574, 1.4036359764573587],
+ [103.95092356189592, 1.403571242320613],
+ [103.95110039961173, 1.4034741329117189],
+ [103.95113255461672, 1.4034417614493897],
+ [103.95142190437619, 1.4033770342329235],
+ [103.95159873191325, 1.4033284854164232],
+ [103.95172733341104, 1.4032961207945738],
+ [103.95190415267979, 1.403279947214515],
+ [103.95206489624788, 1.4032799580017141],
+ [103.95224171363259, 1.4032799706687487],
+ [103.95237030588927, 1.4032961666383856],
+ [103.95251499963592, 1.4031666826122635],
+ [103.95257931604309, 1.4030695652985126],
+ [103.95264363611803, 1.4029562608066302],
+ [103.95269187225357, 1.4028915168598641],
+ [103.95291691284564, 1.4028915324284101],
+ [103.95301335752943, 1.4028915392232375],
+ [103.95315803279192, 1.402859176411602],
+ [103.95330271815644, 1.4027782511579026],
+ [103.95338309635672, 1.4027458835099724],
+ [103.95352779367809, 1.4026002122516874],
+ [103.95367253048286, 1.4022602966802957],
+ [103.95380123390647, 1.4017099513576035],
+ [103.95381735087271, 1.4014995226610412],
+ [103.95394598715413, 1.4012891017027003],
+ [103.95410675539247, 1.4011596176650625],
+ [103.95413891675258, 1.4010948718146667],
+ [103.95415501350392, 1.4009815652698692],
+ [103.95421935916349, 1.4007387660484534],
+ [103.95420331384345, 1.4005930832022628],
+ [103.95413905543157, 1.4003988359023707],
+ [103.95413910687033, 1.400139844700774],
+ [103.95413913259071, 1.400010350908485],
+ [103.95412309371494, 1.3998322937074514],
+ [103.95397844894765, 1.3997189746884615],
+ [103.95372130523839, 1.3994923403857213],
+ [103.95360879154613, 1.3994599582757565],
+ [103.95348019672761, 1.3994599495333304],
+ [103.95343196157583, 1.3995246934903403],
+ [103.95338372919267, 1.3995732502698335],
+ [103.95327120261456, 1.3996056159463817],
+ [103.95323905413225, 1.399605613983035],
+ [103.95301399729213, 1.3996865333989077],
+ [103.9529336164122, 1.3997350882033097],
+ [103.95275678639904, 1.399799823369908],
+ [103.95261211498801, 1.3998159998688926],
+ [103.95240312911835, 1.3999131064880104],
+ [103.95222629629534, 1.3999940278896406],
+ [103.95211376043953, 1.4000749550455298],
+ [103.9519851498808, 1.4001558803021963],
+ [103.95190476806297, 1.400204435978522],
+ [103.95177615470756, 1.4003015474979832],
+ [103.95163146296322, 1.4004148461008792],
+ [103.95156715394137, 1.4004795890323734],
+ [103.95150284680099, 1.400528144784713],
+ [103.95140637454358, 1.4006576335324377],
+ [103.95137421679306, 1.400706191269148],
+ [103.95130989670638, 1.4008194957280948],
+ [103.95119735062494, 1.4009489834743716],
+ [103.95113303699384, 1.4010299126694086],
+ [103.95110087186379, 1.401110844758887],
+ [103.95105263571409, 1.4011755895786415],
+ [103.95097224916631, 1.4012565177739997],
+ [103.9509400969732, 1.4012727020544566],
+ [103.95081149925554, 1.4012888803511923],
+ [103.95063464962777, 1.4014507366306472],
+ [103.95053818745215, 1.4015316647185814],
+ [103.95045779718542, 1.4016287800766483],
+ [103.95036133778707, 1.401693520980067],
+ [103.95026487280052, 1.4017906353320144],
+ [103.95020056280505, 1.4018553782314196],
+ [103.95013624542466, 1.401952495485981],
+ [103.95007192245411, 1.402081986191388],
+ [103.94999153125136, 1.4021791015361424],
+ [103.94992721844467, 1.4022600316076717],
+ [103.94987898593205, 1.4023085883243882],
+ [103.94979859471384, 1.4024057036636073],
+ [103.9497503621957, 1.4024542621867941],
+ [103.94958958252802, 1.402632306581377],
+ [103.94947704275782, 1.4027294189962307],
+ [103.94942880093826, 1.4028265372407829],
+ [103.94928409963327, 1.4029883963495704],
+ [103.94926800633536, 1.4030855157012412],
+ [103.94926798036172, 1.4032150113216748],
+ [103.94923580495215, 1.4033445049277158],
+ [103.94918757610014, 1.4033768744540183],
+ [103.94909110080552, 1.4035225493974937],
+ [103.94899463479504, 1.4036196646103278],
+ [103.94893032471596, 1.40368440657635],
+ [103.9488499297152, 1.4037977099720114],
+ [103.94873738795779, 1.4039110104404318],
+ [103.94862485089367, 1.403991936546495],
+ [103.94854446326885, 1.4040728646711231],
+ [103.94854444656389, 1.404153799661408],
+ [103.94846405523012, 1.4042509149628064],
+ [103.94835151903884, 1.4043318419618425],
+ [103.94819075955965, 1.4044127641061706],
+ [103.94802999726362, 1.404509874323736],
+ [103.9479335246585, 1.4046393629527305],
+ [103.94782097540626, 1.4047850359327436],
+ [103.94774058682816, 1.4048659658423026],
+ [103.9477244906522, 1.4049792723673247],
+ [103.94757980212994, 1.4050763835747377],
+ [103.94748334250913, 1.40514112347084],
+ [103.94740293806481, 1.4053029874587388],
+ [103.94732255316292, 1.4053677283679165],
+ [103.9472421691552, 1.4054324710833177],
+ [103.94719392910505, 1.4055134012076649],
+ [103.94709746102252, 1.4056267035327443],
+ [103.94700100226406, 1.405691443411396],
+ [103.9469849144846, 1.4057561902039402],
+ [103.9469045295556, 1.405820932004964],
+ [103.94685629690849, 1.4058694886686776],
+ [103.94674375968403, 1.4059504155996363],
+ [103.94674375034585, 1.4059989762343068],
+ [103.94666335606213, 1.4061122795671839],
+ [103.94658296829773, 1.4061932076339498],
+ [103.94648650297316, 1.406290320949169],
+ [103.94637394984079, 1.4064521819549907],
+ [103.94629357421762, 1.406468363102563],
+ [103.94621317618156, 1.4065978526980139],
+ [103.94619707621092, 1.4067273473020248],
+ [103.94614883610004, 1.406808277408848],
+ [103.94605237816504, 1.4068730190621648],
+ [103.94593984458118, 1.4069377578752047],
+ [103.94579516239904, 1.407002494625425],
+ [103.9456665437983, 1.4071157939375991],
+ [103.94553792980297, 1.4072129051589182],
+ [103.94544146811329, 1.4072938330651903],
+ [103.94532893449103, 1.4073585727556965],
+ [103.94531283357064, 1.4074880664527676],
+ [103.94531281766243, 1.4075690005453558],
+ [103.94529673264908, 1.4076175610540882],
+ [103.94526457468226, 1.4076661196260347],
+ [103.94529671674067, 1.407698495146631],
+ [103.94536101112264, 1.4077146864543144],
+ [103.94540923357646, 1.4077146904531184],
+ [103.94555389247598, 1.4077632612706685],
+ [103.94556996722652, 1.4077632623008667],
+ [103.9456824980402, 1.407714710682231]
+ ]
+ ]
+ },
+ "id": "26"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 32.0,
+ "GDO_GID": 28.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU TEKONG KECHIL"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [104.0179636961819, 1.4200523315662519],
+ [104.01803128831563, 1.4201956146091148],
+ [104.01803395584963, 1.4202589403370305],
+ [104.01800899930501, 1.4203476219956486],
+ [104.0180228977049, 1.4204946081831096],
+ [104.0180801278166, 1.4205755491515908],
+ [104.01817239242502, 1.420628390667698],
+ [104.01823850845517, 1.420616432429732],
+ [104.0182717324172, 1.4206576495402716],
+ [104.01833893014728, 1.4209369129468723],
+ [104.01837889737207, 1.4211622244773436],
+ [104.01846650488397, 1.4211955113950776],
+ [104.01874120613702, 1.4215245502394245],
+ [104.01902818488084, 1.4219440420441356],
+ [104.01908990462472, 1.4221289613017525],
+ [104.01908133709371, 1.4222249000267768],
+ [104.01897139924577, 1.4222760739480544],
+ [104.01891397028862, 1.4223728576814387],
+ [104.01895996539498, 1.4225428472451898],
+ [104.01888301341046, 1.4227027450681238],
+ [104.01890810014639, 1.4228379447246737],
+ [104.01884599551181, 1.4228969555651991],
+ [104.01880218272763, 1.4229364823162995],
+ [104.01879934700088, 1.423040364468259],
+ [104.01890933858607, 1.423177607435214],
+ [104.01914062181167, 1.423489474114539],
+ [104.01925078179927, 1.4236195445735436],
+ [104.01936800329497, 1.4237322607058003],
+ [104.0194446929859, 1.4237753679880085],
+ [104.01985304921601, 1.423731610830089],
+ [104.02008233610145, 1.4236208823286571],
+ [104.02012899180104, 1.4235342445473056],
+ [104.02012721805023, 1.4234679660265548],
+ [104.02010129291925, 1.4233447609766918],
+ [104.0201118876734, 1.4232160354558827],
+ [104.02014912258201, 1.423106935972768],
+ [104.02012984821958, 1.4228872985755663],
+ [104.02022065202247, 1.4228639749906178],
+ [104.02024257530563, 1.4228253796814383],
+ [104.02022036146413, 1.4227818962921317],
+ [104.02016441241719, 1.4227321484434017],
+ [104.02011684972874, 1.4226247479249279],
+ [104.02012901615883, 1.4225078024567315],
+ [104.02019765325215, 1.4224126465367422],
+ [104.0203668053944, 1.4222862585207314],
+ [104.02060700194477, 1.4219872958103061],
+ [104.02063314082123, 1.4219306572879968],
+ [104.02075641585124, 1.4219183832077023],
+ [104.02083995550507, 1.4218624001758333],
+ [104.02087477942963, 1.4217529192446183],
+ [104.02102252661919, 1.421430324113869],
+ [104.02103719698529, 1.4212864629089266],
+ [104.02118086899698, 1.4212524264561306],
+ [104.02130394459041, 1.4212857402005248],
+ [104.02140818565881, 1.4212834400155063],
+ [104.02144877954572, 1.4213427780125782],
+ [104.02151758252245, 1.4213997289011175],
+ [104.02160050480825, 1.4214324951653958],
+ [104.02174221537673, 1.4214338427874609],
+ [104.02240108025659, 1.421133788324957],
+ [104.02257440078075, 1.4210193256112325],
+ [104.02276718621847, 1.42088019308226],
+ [104.02299233621852, 1.4207442511582669],
+ [104.02313067800121, 1.4206252206688579],
+ [104.02316060798199, 1.4206132589526792],
+ [104.02335314722055, 1.4205851644931544],
+ [104.02338340319808, 1.420548913476161],
+ [104.02334496609724, 1.420470160562442],
+ [104.02342806692114, 1.4203677639802856],
+ [104.02353416120181, 1.4203042511155264],
+ [104.02422748236422, 1.4201656376810765],
+ [104.02438281641633, 1.4202234340971873],
+ [104.02444999109666, 1.4201809046518994],
+ [104.02449981364376, 1.420001462147154],
+ [104.02460976923744, 1.419841351637342],
+ [104.02469345970229, 1.4198184969469343],
+ [104.02474364861237, 1.419723596585793],
+ [104.02497579925615, 1.4195660542077722],
+ [104.02509555210285, 1.4194610047506566],
+ [104.02515877572792, 1.4193209974958951],
+ [104.0251734341274, 1.4192203963029266],
+ [104.02523018311099, 1.4191417494284546],
+ [104.02532833905596, 1.4190003356899106],
+ [104.0254169231248, 1.4187590589279182],
+ [104.02542272300154, 1.418600680799804],
+ [104.0255015400547, 1.4184757126291363],
+ [104.02574839730434, 1.4180964654101418],
+ [104.02589949784233, 1.4181631284260985],
+ [104.02595635347147, 1.4181468189813886],
+ [104.02595588277941, 1.4179422928573047],
+ [104.02614752353654, 1.4178536749668398],
+ [104.02615814293415, 1.417603126001887],
+ [104.02622442856243, 1.4173730316804647],
+ [104.02627134881403, 1.4168822865063124],
+ [104.02636279732751, 1.416694276219255],
+ [104.02649108246396, 1.4165295175221218],
+ [104.02658253998379, 1.41640718899711],
+ [104.02665857039231, 1.4155878697585278],
+ [104.02685625777428, 1.4153508659555731],
+ [104.0269084647297, 1.415364282255294],
+ [104.02697481524778, 1.415343684433165],
+ [104.02711247904648, 1.4148139781937643],
+ [104.02728009131218, 1.4142911705958847],
+ [104.02725122811454, 1.414238911035609],
+ [104.02718008988103, 1.4142041019165794],
+ [104.02714739388318, 1.4141692705739262],
+ [104.02710331331416, 1.4140749876430134],
+ [104.0270350621249, 1.4138762840526211],
+ [104.02695140881497, 1.4137481723777978],
+ [104.02678116884417, 1.413595584253684],
+ [104.02667294134315, 1.413567637785147],
+ [104.0265071508486, 1.4134762951533824],
+ [104.02637750821573, 1.4133378450527516],
+ [104.02606961749419, 1.4128062398396655],
+ [104.02596095462327, 1.412772244111539],
+ [104.02578950349543, 1.4127943401376324],
+ [104.02565155487378, 1.4127265455192388],
+ [104.02558625172915, 1.4127528813647456],
+ [104.02556436715821, 1.4127903263557466],
+ [104.02556431911478, 1.4128836245392966],
+ [104.02551315216544, 1.412873691703841],
+ [104.02541345821926, 1.4128528400585858],
+ [104.02509340822495, 1.4127383829686955],
+ [104.02494516793446, 1.4126458088219829],
+ [104.02478675844125, 1.4125865737929497],
+ [104.02446977814706, 1.4125171932176446],
+ [104.02427549309088, 1.41250549151058],
+ [104.02421192573283, 1.4125506902932312],
+ [104.02407051424278, 1.4126728890061642],
+ [104.02370040209576, 1.412652342668322],
+ [104.02330758361042, 1.4126086999061531],
+ [104.02312367566469, 1.4126118359707227],
+ [104.02293727628901, 1.412519384194236],
+ [104.0228198559385, 1.4124195272772042],
+ [104.02274579609531, 1.4124127316680883],
+ [104.02272372072993, 1.4124915040508907],
+ [104.02244191418545, 1.4123954001113468],
+ [104.02187041052757, 1.4123570468447337],
+ [104.0218243050962, 1.412433749297841],
+ [104.02165369485886, 1.4123426544674722],
+ [104.02134024150416, 1.4122613157222654],
+ [104.02120718123075, 1.412259893139418],
+ [104.02100144929021, 1.412193984799352],
+ [104.02094312578659, 1.4121806574752813],
+ [104.02081677937065, 1.4122197785508663],
+ [104.02078308403364, 1.412249361967072],
+ [104.02072742657123, 1.4123700432565454],
+ [104.02048299563754, 1.4124529521092415],
+ [104.02001062613537, 1.4126845297892545],
+ [104.01935320769189, 1.4130708165535935],
+ [104.01914457487365, 1.413228406184516],
+ [104.01804405046506, 1.4143375192704697],
+ [104.01769791857754, 1.4146260104291977],
+ [104.01731554308624, 1.415016152610187],
+ [104.01710900138268, 1.415281953940234],
+ [104.01696188317722, 1.4155851656746343],
+ [104.01688395893805, 1.4159391670393078],
+ [104.01686082705476, 1.4161263377889322],
+ [104.0169186196463, 1.4163002921140224],
+ [104.01690512975496, 1.4163642558066998],
+ [104.01653114711459, 1.4171150611427494],
+ [104.01642052921652, 1.417406814438073],
+ [104.01641038534521, 1.4175242978457236],
+ [104.01646243495298, 1.4177763937999424],
+ [104.01655586115898, 1.417987661869899],
+ [104.01711458597043, 1.4189174089285326],
+ [104.01720923946193, 1.4190339027243346],
+ [104.01745049419648, 1.4192625515458517],
+ [104.01753510846275, 1.4193529119557309],
+ [104.01770258110375, 1.4194759329787816],
+ [104.01778318610532, 1.4195915226070799],
+ [104.01782435557318, 1.4197265229462273],
+ [104.01782206099648, 1.4198676981214702],
+ [104.01784189342241, 1.4199440533836398],
+ [104.01789876682336, 1.4199576395251048],
+ [104.0179636961819, 1.4200523315662519]
+ ]
+ ]
+ },
+ "id": "27"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 34.0,
+ "GDO_GID": 29.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU UBIN"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.92920659661856, 1.4242133662816867],
+ [103.92933418551972, 1.4243204627905255],
+ [103.92948303235059, 1.4244703953415219],
+ [103.92967441214782, 1.424641747728636],
+ [103.92980199119381, 1.424791678437285],
+ [103.92990830602871, 1.4249201893027932],
+ [103.93005715023439, 1.4250915389248728],
+ [103.93016342912168, 1.4253913875953068],
+ [103.93020592161956, 1.4256055632684217],
+ [103.93031222303, 1.4257983254526105],
+ [103.93033345130961, 1.4259910830998581],
+ [103.93048229831521, 1.4261410137631694],
+ [103.93075877484026, 1.4262052877108284],
+ [103.93101401316102, 1.4261196391196052],
+ [103.93120543807515, 1.4260768202239944],
+ [103.93131178444818, 1.4260554112192863],
+ [103.93148191909074, 1.4261196760657242],
+ [103.93173710358727, 1.42629103365864],
+ [103.93186470077913, 1.4263552948780884],
+ [103.93205611673415, 1.4263553101369701],
+ [103.93220500864282, 1.4262910704544618],
+ [103.93237517913079, 1.426183998329498],
+ [103.93246025228201, 1.4261840045922571],
+ [103.93254534870388, 1.4260769261929191],
+ [103.9325028291314, 1.4259912541604487],
+ [103.93237524537349, 1.425862740733448],
+ [103.93237526775462, 1.42575565516934],
+ [103.93241779537067, 1.4257984920750857],
+ [103.93252411129089, 1.42592700370899],
+ [103.9325879022752, 1.425991260418959],
+ [103.93269421374077, 1.4261411882516462],
+ [103.93277925558402, 1.4262911151943969],
+ [103.9328429857825, 1.426655212373554],
+ [103.9328854919684, 1.4268051366387504],
+ [103.93299179365516, 1.4269978986769871],
+ [103.93309811323516, 1.4271049931646609],
+ [103.93320442925592, 1.4272335047585722],
+ [103.93333200420467, 1.427404852352997],
+ [103.93339578275489, 1.427533360370618],
+ [103.93354463094968, 1.4276832926204148],
+ [103.9336509595134, 1.4277475510457098],
+ [103.93407631039705, 1.4278332541328123],
+ [103.93426773983359, 1.4277690169598531],
+ [103.9346506155893, 1.427554875028414],
+ [103.93482080295185, 1.427362133376037],
+ [103.93494843499127, 1.4272550575257896],
+ [103.93501224923034, 1.4272122286058506],
+ [103.93513985545226, 1.4272336554104723],
+ [103.93524617513613, 1.4273407488857692],
+ [103.9354588412131, 1.4274264340605847],
+ [103.9356502572355, 1.4274264490122308],
+ [103.93586296421776, 1.42731937925133],
+ [103.93605440597781, 1.4271908906047142],
+ [103.93622458431177, 1.4270409839820697],
+ [103.93635221716258, 1.4269339071547318],
+ [103.93647985000148, 1.4268268321297561],
+ [103.93671380608677, 1.426805432488633],
+ [103.93690523091769, 1.4267626131196633],
+ [103.93713921890941, 1.4265912936692287],
+ [103.93739446141487, 1.426484227270707],
+ [103.93758588177525, 1.4264628240523936],
+ [103.93775600241294, 1.4265913406489412],
+ [103.93805376556271, 1.4265699460979442],
+ [103.93826647054463, 1.4264628761266562],
+ [103.93854299144601, 1.4263129771246588],
+ [103.93884078807778, 1.426120244702713],
+ [103.93907475377954, 1.426056010610231],
+ [103.93926618731624, 1.4259703568348792],
+ [103.93941509661181, 1.425820447362472],
+ [103.9395640014783, 1.4256919558940082],
+ [103.93998939177132, 1.4255849012117148],
+ [103.94020210627028, 1.4254349977621372],
+ [103.94043608416374, 1.425306512215769],
+ [103.94062750878102, 1.425263691644807],
+ [103.94086146643716, 1.4252422924981525],
+ [103.94107416765488, 1.425156639390591],
+ [103.94135066972596, 1.4250924085006558],
+ [103.9416484448907, 1.4250067621786295],
+ [103.94201004194203, 1.424835451600714],
+ [103.94222274745907, 1.424728382190306],
+ [103.94239290765296, 1.424664142669746],
+ [103.94254181316894, 1.4245356510245308],
+ [103.9428396013494, 1.424385752333923],
+ [103.94298848840636, 1.4243429299904866],
+ [103.94328624589436, 1.4243429518896105],
+ [103.94349893817638, 1.424300132780415],
+ [103.94375418098907, 1.4241930657119846],
+ [103.94392434983513, 1.4240859927776428],
+ [103.94403070032727, 1.4240431660920025],
+ [103.94415831425705, 1.4240217581910923],
+ [103.944307206526, 1.423957517756174],
+ [103.94445611971742, 1.4237861908834775],
+ [103.94456247018452, 1.4237433641748978],
+ [103.9447326171395, 1.423743376709172],
+ [103.94481768670322, 1.423764800528362],
+ [103.94503034490666, 1.4238933190232166],
+ [103.94517921444404, 1.423936164055878],
+ [103.94532809360055, 1.4239361748699273],
+ [103.94545570315019, 1.4239361840022737],
+ [103.94556205450046, 1.4238933572482262],
+ [103.94564715366143, 1.4237648613075309],
+ [103.94609381104613, 1.4236578072092743],
+ [103.94624271192845, 1.4235507324472556],
+ [103.94634907884216, 1.4234222363405975],
+ [103.94639163798881, 1.423315154150979],
+ [103.94666816917116, 1.423101002018972],
+ [103.94679581867265, 1.4229082571505],
+ [103.94696598727106, 1.422801183103429],
+ [103.9471361601953, 1.4226726928461377],
+ [103.947263779248, 1.422629867677289],
+ [103.94747644957813, 1.4226941346354036],
+ [103.94758279125402, 1.4226941420003365],
+ [103.94796566914356, 1.4224585808881358],
+ [103.94834853485708, 1.4222872710247012],
+ [103.94841236601332, 1.4221587724456421],
+ [103.94877397070951, 1.4219446266672053],
+ [103.94881654612962, 1.4217518751300806],
+ [103.94902925966251, 1.4216019700246076],
+ [103.94905057502622, 1.42136638263998],
+ [103.94896552805562, 1.42123787436771],
+ [103.94879541160473, 1.421087941513198],
+ [103.94879544190105, 1.4209380208935283],
+ [103.9489656396466, 1.420681027905263],
+ [103.94911456093064, 1.4204668665658486],
+ [103.94913585123048, 1.4203597817920062],
+ [103.94907205386625, 1.4203169426648015],
+ [103.94898698873155, 1.4202741027978831],
+ [103.94877432815406, 1.4201670017589474],
+ [103.94877434114078, 1.4201027504518495],
+ [103.94907211010593, 1.4200385203370773],
+ [103.94922097511939, 1.420102782224904],
+ [103.94939111835556, 1.4201242115371144],
+ [103.94945494075671, 1.4200385471400276],
+ [103.94956129437037, 1.4199743031179244],
+ [103.9497314289578, 1.4200385675131564],
+ [103.95005046222887, 1.4199957551068447],
+ [103.95009303320175, 1.4198244206559156],
+ [103.95028449597177, 1.4195888454153223],
+ [103.95034831832493, 1.4195031809969751],
+ [103.95058228637843, 1.4194175296079026],
+ [103.950752442502, 1.419374707519581],
+ [103.95094384824435, 1.4194175545431553],
+ [103.95115651834742, 1.4194818220823562],
+ [103.95134794653057, 1.4194175835682155],
+ [103.95158192834016, 1.4192676798755959],
+ [103.95177335649151, 1.4192034413283774],
+ [103.9518584465371, 1.4191177784904854],
+ [103.95211368404097, 1.4190321276651843],
+ [103.95226259203218, 1.4188822183558758],
+ [103.95245403641498, 1.418732312261275],
+ [103.95249660379464, 1.4185823948805303],
+ [103.9525604208429, 1.4185181475090103],
+ [103.95275183601991, 1.4185181610906221],
+ [103.95290070530663, 1.418561005641119],
+ [103.95294323402861, 1.4186038430541013],
+ [103.95309210761373, 1.418625270492088],
+ [103.95321969718835, 1.4187323656171786],
+ [103.95332600864494, 1.4188822924249669],
+ [103.95341106521894, 1.4189679672317286],
+ [103.95364499880178, 1.4190536523351907],
+ [103.9538364140152, 1.4190536658227444],
+ [103.9540490893212, 1.4190965141832976],
+ [103.95407034513515, 1.4191607679791332],
+ [103.95447443049909, 1.4192250477526835],
+ [103.95468712630513, 1.4191608105620617],
+ [103.95492108648084, 1.4191179920387562],
+ [103.9551975924985, 1.4190323424687898],
+ [103.95541029590063, 1.4189252710196036],
+ [103.95555920028633, 1.4187967786127673],
+ [103.95555923442686, 1.4186254409296],
+ [103.95558053115339, 1.418475521926293],
+ [103.95570819335141, 1.4182185253459985],
+ [103.95585710104389, 1.4180686149229227],
+ [103.95583586652283, 1.417897276564419],
+ [103.95594221557809, 1.4178544502708328],
+ [103.95598474007285, 1.4179187038169176],
+ [103.9561761423888, 1.4179829684088114],
+ [103.95653768692112, 1.418068661774712],
+ [103.956665313129, 1.4179830019245978],
+ [103.95664408706712, 1.4177688293852764],
+ [103.95662283209884, 1.417704576521844],
+ [103.95662286190938, 1.417554655940608],
+ [103.95670794319035, 1.4175118271359792],
+ [103.95679302536662, 1.4174689992327782],
+ [103.95719711897388, 1.4174904434511157],
+ [103.95738854589004, 1.4174262044616264],
+ [103.95772884721471, 1.4173833944071514],
+ [103.95787772253536, 1.417404820634178],
+ [103.95840941767105, 1.4174691081996706],
+ [103.95845196163455, 1.4174262762188952],
+ [103.95862210045962, 1.4174691228575063],
+ [103.95880041356256, 1.4175589569602094],
+ [103.95892903382091, 1.4174294715701237],
+ [103.95897727275651, 1.4173485394142493],
+ [103.95913804260874, 1.4172190558765112],
+ [103.95917020400529, 1.4171543099579667],
+ [103.95915416541818, 1.4169762528622605],
+ [103.95912204751161, 1.4168143820063914],
+ [103.95913815402149, 1.4166525139414818],
+ [103.95910605966675, 1.4163773346967277],
+ [103.95909003288133, 1.416134530723407],
+ [103.95910616114227, 1.4158593542698752],
+ [103.95920265252363, 1.4156327439838934],
+ [103.95941166657826, 1.4153899548415674],
+ [103.95960461031308, 1.4151309766803501],
+ [103.95976538631919, 1.4149691187718527],
+ [103.96005475251883, 1.4148234554304404],
+ [103.96027980684852, 1.4147587233091332],
+ [103.96053699719577, 1.4147587407878184],
+ [103.96085844698464, 1.41495300434049],
+ [103.96119596079699, 1.4151958302696774],
+ [103.9615656053383, 1.415535780084002],
+ [103.96180666421621, 1.4158271601203531],
+ [103.96203164925576, 1.416118539214574],
+ [103.96211198544928, 1.416296600817377],
+ [103.96224054605756, 1.4164746651433766],
+ [103.96236912557501, 1.41655560735152],
+ [103.9625298600994, 1.416604178836847],
+ [103.96262630710928, 1.4166041851804736],
+ [103.9628353082773, 1.4164261426196632],
+ [103.9631729652689, 1.4159405583027296],
+ [103.96344633372615, 1.4154064088384264],
+ [103.96343030650768, 1.4151636040296038],
+ [103.96328568098434, 1.4149369782660446],
+ [103.96306065280184, 1.4148722160386864],
+ [103.96281953995359, 1.414856013484261],
+ [103.96265878666514, 1.4149045632124218],
+ [103.9624337360068, 1.4149531092964283],
+ [103.96217653575638, 1.415001652634478],
+ [103.96193541118228, 1.4150501977611651],
+ [103.96169429560807, 1.4150501822595098],
+ [103.96158178738482, 1.4149854262782975],
+ [103.96135676824917, 1.4148721041803487],
+ [103.96117998523367, 1.4146940361318479],
+ [103.96109965098496, 1.4144997882170134],
+ [103.96103540417265, 1.4142407934409922],
+ [103.96109974934609, 1.413997994087399],
+ [103.96119624949078, 1.4137228231333507],
+ [103.96146957401744, 1.413415290635955],
+ [103.96171072097292, 1.4132534371926628],
+ [103.96208047332333, 1.4130430322331313],
+ [103.96238590129913, 1.412962117317191],
+ [103.96285208599909, 1.41281646637972],
+ [103.96328611569592, 1.4127031869785112],
+ [103.96349508326249, 1.412703200531103],
+ [103.96381657603067, 1.412670847842342],
+ [103.96400947868393, 1.4126222989431871],
+ [103.96415416328739, 1.412541374807018],
+ [103.96423457300567, 1.4123471368953937],
+ [103.96417031069169, 1.4121690771655893],
+ [103.96400959170634, 1.4120395708298707],
+ [103.9638649349435, 1.4119748140558464],
+ [103.96372026651953, 1.4119748050420087],
+ [103.9635112927335, 1.4120071649368322],
+ [103.96339875947065, 1.4120719045753436],
+ [103.96325408115403, 1.4121204561352059],
+ [103.9630772541886, 1.412169005874964],
+ [103.9629808046661, 1.4121851857978878],
+ [103.96278791191214, 1.4121851731023949],
+ [103.96269682424082, 1.4121851673528811],
+ [103.96257893898556, 1.412217532915719],
+ [103.96269146508533, 1.4121851667486331],
+ [103.96269682424082, 1.4121851673528811],
+ [103.96293259384142, 1.4121204353057277],
+ [103.96317372258197, 1.4120557029344951],
+ [103.96343094044686, 1.4119100374077078],
+ [103.96352739534106, 1.4118614840342236],
+ [103.96392926362371, 1.411812949589763],
+ [103.96400962041335, 1.4118938890271493],
+ [103.96417034476654, 1.4119910210273972],
+ [103.9642989151163, 1.4121205246524593],
+ [103.96433105030793, 1.4121852742155352],
+ [103.96439531622045, 1.4123471476758729],
+ [103.96437921635449, 1.412476641411089],
+ [103.9643309750138, 1.4125737599207067],
+ [103.96421842023598, 1.4127518079677976],
+ [103.9641541193511, 1.412767990640436],
+ [103.96408981218782, 1.4128165467435077],
+ [103.96394514012414, 1.4128327240126342],
+ [103.96383261939924, 1.4128327168094987],
+ [103.96373617703874, 1.4128165242376616],
+ [103.96352721305587, 1.412800323539194],
+ [103.96331824548088, 1.412800309990319],
+ [103.96314141936573, 1.412848859739315],
+ [103.96298066262473, 1.4129135966462887],
+ [103.9627716797459, 1.4129945161811757],
+ [103.96262699865802, 1.4130592548770142],
+ [103.96246624188558, 1.4131239917507146],
+ [103.96227333284601, 1.4132049139619216],
+ [103.96204827332853, 1.4133020205987556],
+ [103.96190358859546, 1.413382944613569],
+ [103.96179105161484, 1.413463872257243],
+ [103.9616463632575, 1.4135609834272993],
+ [103.9615659722168, 1.4136581000608408],
+ [103.9615177370457, 1.4137228441842564],
+ [103.96148556944382, 1.4138199635624722],
+ [103.96122831605506, 1.4141436850566835],
+ [103.96119613219847, 1.4143217384729316],
+ [103.96122823937642, 1.4145321698986935],
+ [103.96145324674845, 1.414710240691758],
+ [103.96166219378706, 1.4148073756023203],
+ [103.96185508406242, 1.4148235755412855],
+ [103.96204798874874, 1.4147588405218836],
+ [103.96228911418855, 1.4147102962906009],
+ [103.96261060186552, 1.414710317176681],
+ [103.9628034939306, 1.414710329867717],
+ [103.9628999399626, 1.414710336207184],
+ [103.96302853556995, 1.4147103452563887],
+ [103.96307677430792, 1.4146294130308823],
+ [103.96309286796178, 1.4145322936363454],
+ [103.96301252727659, 1.4143704192351199],
+ [103.96288394157523, 1.4143218495811842],
+ [103.96278749555921, 1.414321843239561],
+ [103.9626267521984, 1.4143218332641345],
+ [103.96253030528283, 1.4143218269118072],
+ [103.96238563580735, 1.4143218169235232],
+ [103.96225704111674, 1.4143218087408012],
+ [103.96217666268358, 1.4143541767180192],
+ [103.9620480616865, 1.4143865419581358],
+ [103.96193554087834, 1.4143865346694446],
+ [103.9618069587958, 1.4143217786883198],
+ [103.9617587578629, 1.4142084675696018],
+ [103.96180701195748, 1.414046601328259],
+ [103.9621928572075, 1.4137390751434253],
+ [103.96251438883864, 1.4135124802089793],
+ [103.96291627631737, 1.4133668247083233],
+ [103.96320563670507, 1.4132535362477288],
+ [103.96349499167533, 1.4131726202817578],
+ [103.9636557385423, 1.4131564439399042],
+ [103.96383255300353, 1.4131726419195414],
+ [103.96396113596434, 1.4132373986934006],
+ [103.96394505490846, 1.4132697712265077],
+ [103.96388074503705, 1.4133345144935319],
+ [103.96375214322845, 1.4133668789172031],
+ [103.96357533234355, 1.41333449376422],
+ [103.96349496025049, 1.4133344892543993],
+ [103.96338242962048, 1.4133830417287705],
+ [103.96331812332211, 1.4134315987174761],
+ [103.96318951880252, 1.413480151184071],
+ [103.96310914131173, 1.413512519190082],
+ [103.9629483809304, 1.413593444172026],
+ [103.9629001520941, 1.4136258139829132],
+ [103.96280370520829, 1.4136258076393533],
+ [103.9627394078833, 1.4136258040109482],
+ [103.96256258349196, 1.413658165648771],
+ [103.96245005012338, 1.4137229061543037],
+ [103.96236966901277, 1.413771462209824],
+ [103.96230536538184, 1.4138038310994945],
+ [103.9622249806649, 1.4138685734154413],
+ [103.96211244097262, 1.413965687340553],
+ [103.96206420221095, 1.4140466186438165],
+ [103.96203203823057, 1.4141275508582885],
+ [103.9620320256224, 1.41419229863146],
+ [103.96208024547754, 1.4142084885359831],
+ [103.96216061670664, 1.4142084939967055],
+ [103.96230528887722, 1.4141923168305728],
+ [103.96243388805756, 1.4141761378420648],
+ [103.96262678997302, 1.4141275908536477],
+ [103.96270716749231, 1.414095221053305],
+ [103.962819703567, 1.414014294269927],
+ [103.96291618462625, 1.4138362453714426],
+ [103.96293225940813, 1.4138362462773206],
+ [103.96301262163463, 1.4138848114071914],
+ [103.9630608325023, 1.413949562797468],
+ [103.96315726951808, 1.4139981297307709],
+ [103.96323762816138, 1.4140628820204353],
+ [103.96331799040153, 1.4141114480426207],
+ [103.963430514782, 1.4140952690009418],
+ [103.96354304813602, 1.4140305284486532],
+ [103.96359129312609, 1.4139172227824062],
+ [103.9636555967389, 1.4138848538582933],
+ [103.96378419767852, 1.4138524885330486],
+ [103.96388064367133, 1.4138524948348052],
+ [103.96404138520138, 1.413868691893925],
+ [103.96405744653156, 1.4139334414644698],
+ [103.96405743039159, 1.4140143754963157],
+ [103.96399312678197, 1.414046744431405],
+ [103.96388060330887, 1.4140629244042628],
+ [103.96376807265499, 1.4141114778040225],
+ [103.96370376634697, 1.4141600348042922],
+ [103.96367159883431, 1.4142571533004058],
+ [103.9636715799908, 1.4143542754059142],
+ [103.96373585580218, 1.4144675873755144],
+ [103.96383228208592, 1.4145647148773184],
+ [103.96392871914135, 1.4146132817742478],
+ [103.96429845891869, 1.4144676233231444],
+ [103.96437883642082, 1.4144352552744361],
+ [103.96455566083202, 1.4144028934944815],
+ [103.96471640776865, 1.4143867170716684],
+ [103.96474856002145, 1.4143705316899382],
+ [103.96490930337202, 1.4143705424215387],
+ [103.96510218644873, 1.4144191155206527],
+ [103.96519864855897, 1.4143381877372538],
+ [103.96521473586239, 1.4142734399576644],
+ [103.96535942051398, 1.414192515741403],
+ [103.96543979798885, 1.4141601476579213],
+ [103.96543978905284, 1.4142087073507126],
+ [103.96540762697269, 1.4142734524343172],
+ [103.96534332159747, 1.4143220103817544],
+ [103.96531116577167, 1.4143543820342368],
+ [103.96521470366517, 1.414435309822025],
+ [103.96519861994017, 1.4144838695299473],
+ [103.96519861368039, 1.4145162429601725],
+ [103.96519860742069, 1.4145486172947506],
+ [103.96518252101411, 1.4146133632655202],
+ [103.96515036876164, 1.4146295477489366],
+ [103.96506999394768, 1.4146457295611363],
+ [103.96498962181428, 1.4146457242032542],
+ [103.96489317847569, 1.4146295316878534],
+ [103.96478066125056, 1.414613337371493],
+ [103.96468421522982, 1.4146133311103133],
+ [103.96458776204203, 1.4146456982761355],
+ [103.9644591548053, 1.414710437984501],
+ [103.96434662772101, 1.4147428042461734],
+ [103.96423410421887, 1.4147589842390906],
+ [103.96421802405702, 1.4147913567742498],
+ [103.96421800165253, 1.4149046651407298],
+ [103.96421798014707, 1.415017972602686],
+ [103.96425011269712, 1.4150989102339049],
+ [103.96434654261336, 1.4151798505414552],
+ [103.96437868502498, 1.415212226666945],
+ [103.9645715780165, 1.4152122392061333],
+ [103.96465196270368, 1.415147496810898],
+ [103.96484488700743, 1.414985639461996],
+ [103.96494134466987, 1.4149208988541915],
+ [103.96508601774738, 1.4149047215113422],
+ [103.96518246377859, 1.414904727754582],
+ [103.96523067830445, 1.4149532910197329],
+ [103.96532710556511, 1.4150504193552058],
+ [103.96532710288574, 1.4150666056179495],
+ [103.96524672090187, 1.4151151608675991],
+ [103.96518241996326, 1.4151313435740152],
+ [103.9650698901915, 1.4151798970390934],
+ [103.96502165419815, 1.4152446421332403],
+ [103.96494127309975, 1.4152931973732896],
+ [103.96487696230942, 1.415357940669645],
+ [103.96481265331272, 1.415422684868765],
+ [103.9646840424604, 1.4155036099514686],
+ [103.96466796766815, 1.415503609058874],
+ [103.96460366671359, 1.415519791750475],
+ [103.96449114317744, 1.4155359717591753],
+ [103.96434647990833, 1.4155035884698883],
+ [103.96421790129227, 1.415422645467942],
+ [103.96415362901406, 1.4152931463494736],
+ [103.96410543063517, 1.4151636481253016],
+ [103.96402508716886, 1.4150179600324053],
+ [103.96394474640229, 1.4148560865762791],
+ [103.96376796589935, 1.414661832480502],
+ [103.96368760991186, 1.4145808921403413],
+ [103.96351082316818, 1.4144190123572526],
+ [103.96346261586939, 1.4143380747145995],
+ [103.96335010494755, 1.4142895059891238],
+ [103.96330188418575, 1.4142733161121785],
+ [103.96317329668919, 1.4142409336429622],
+ [103.96310900563732, 1.41420855659342],
+ [103.96302863351265, 1.4142085511657927],
+ [103.96304469212285, 1.4142894861055673],
+ [103.9631250453841, 1.4143866127356073],
+ [103.96318930769773, 1.4145646733972068],
+ [103.9631732212341, 1.4146294193591789],
+ [103.96320535643696, 1.4146941698405768],
+ [103.9632535727161, 1.414726545982973],
+ [103.96336608455677, 1.4147751138067903],
+ [103.96344644054146, 1.4148560541584354],
+ [103.96351072892381, 1.4149046192689652],
+ [103.96354286234681, 1.4149855551037833],
+ [103.96359105710111, 1.4151312405114498],
+ [103.96368748430794, 1.4152283689210676],
+ [103.96371961774234, 1.4153093047522087],
+ [103.9637356701083, 1.4154226149240612],
+ [103.96373565755061, 1.415487361787776],
+ [103.96370348643737, 1.4156006683572995],
+ [103.96362309183687, 1.4157139704188728],
+ [103.96349447464041, 1.4158272706811361],
+ [103.96343016110093, 1.4159082011101696],
+ [103.96338192235349, 1.4159891324391316],
+ [103.96333366116113, 1.4161833721365629],
+ [103.96330150618022, 1.4162157437654517],
+ [103.96317288714616, 1.4163452302772048],
+ [103.9630924862095, 1.4164909075654375],
+ [103.96301209514374, 1.4165880233463455],
+ [103.96293171395335, 1.416636578523948],
+ [103.9628352516682, 1.4167175071314386],
+ [103.96273878578144, 1.4168146219996764],
+ [103.9627226894094, 1.4169279294655386],
+ [103.96275483182683, 1.4169603047086898],
+ [103.96285127256145, 1.4169926853784616],
+ [103.96293165107056, 1.4169603164665556],
+ [103.96302810976864, 1.4168955759273274],
+ [103.96310849455726, 1.416830832673121],
+ [103.96320496491525, 1.4167013443586856],
+ [103.96325320458023, 1.4166204130319386],
+ [103.96336574433782, 1.4165232990459056],
+ [103.96347827421492, 1.4164747456552351],
+ [103.9635907924264, 1.4164909400273191],
+ [103.96379975225557, 1.4165233278566578],
+ [103.96389619567029, 1.4165395204109286],
+ [103.96404085900132, 1.416571903722776],
+ [103.96415337990541, 1.416571910898901],
+ [103.96426590707907, 1.416539544638665],
+ [103.96434629091945, 1.4164748022498053],
+ [103.96437844947138, 1.4164262434398407],
+ [103.96439453949215, 1.416345310304844],
+ [103.96450708276774, 1.4162320091009561],
+ [103.9645874639071, 1.4161834538725593],
+ [103.96469999105454, 1.4161510875933268],
+ [103.9647482208099, 1.4161187168385436],
+ [103.96497327687172, 1.416037796188622],
+ [103.96503759035693, 1.4159568666256408],
+ [103.96510189757836, 1.4159083095868283],
+ [103.96518227601304, 1.4158759406024788],
+ [103.96523050217736, 1.4158597570057962],
+ [103.96523048698288, 1.415940691936792],
+ [103.96524654568549, 1.4160216277561177],
+ [103.96524653942835, 1.41605400118585],
+ [103.96519830610394, 1.4161025582130422],
+ [103.96511793392081, 1.4161025528643632],
+ [103.96506971132969, 1.4161025501963855],
+ [103.9649571868726, 1.4161187302301537],
+ [103.96487680574423, 1.4161672854705472],
+ [103.96479642193009, 1.4162320278757188],
+ [103.96471604347695, 1.416264395943802],
+ [103.96463566502148, 1.416296765818004],
+ [103.96458743257719, 1.4163453228339198],
+ [103.96453919028195, 1.4164424404470204],
+ [103.96447488034933, 1.4165071846398434],
+ [103.96439449561332, 1.4165719270329944],
+ [103.96437839932338, 1.4166852345030259],
+ [103.96447484274668, 1.4167014270320377],
+ [103.96463557731174, 1.416749998365305],
+ [103.96469986845416, 1.416782376267394],
+ [103.96486061823265, 1.4167500126523758],
+ [103.96498922914257, 1.4166690866504408],
+ [103.96508568776423, 1.41660434512695],
+ [103.9652303770342, 1.4165072337393005],
+ [103.96524644825541, 1.4165234208899644],
+ [103.96524642322971, 1.4166529155126393],
+ [103.96521426469434, 1.416701475237586],
+ [103.96511779891637, 1.4167985892918324],
+ [103.96498917906483, 1.4169280768023653],
+ [103.96487664204535, 1.4170090036957868],
+ [103.96469980223769, 1.4171223004496663],
+ [103.96461941122473, 1.4172194171863124],
+ [103.96447470756686, 1.4173974634738968],
+ [103.96437825157948, 1.4174460178086283],
+ [103.96433001820925, 1.417494575725811],
+ [103.96420138931997, 1.4176726228930074],
+ [103.96418529928752, 1.41775355693157],
+ [103.96410491181668, 1.4178344855818343],
+ [103.96402453329851, 1.4178668536313974],
+ [103.96392808624178, 1.4178668473512088],
+ [103.96387987257326, 1.4178182840630693],
+ [103.96394418972838, 1.4177211664516782],
+ [103.96405672950306, 1.4176240533348843],
+ [103.96407281326813, 1.41757549363199],
+ [103.96412105201796, 1.41749456138448],
+ [103.96424966926523, 1.4173812610831176],
+ [103.9643461368907, 1.4172679598926978],
+ [103.96441044147771, 1.4172355909407592],
+ [103.96447475411439, 1.417154659580728],
+ [103.96453906764538, 1.417073730027934],
+ [103.96455515139736, 1.4170251703227335],
+ [103.96453909629032, 1.4169280473302763],
+ [103.9645069601172, 1.416863298683832],
+ [103.96445874646034, 1.41681473359786],
+ [103.96434622554591, 1.4168147264377535],
+ [103.96421763072799, 1.4168147183772064],
+ [103.9640568898917, 1.4167985213498258],
+ [103.96399260413109, 1.4167337690935202],
+ [103.9639283165847, 1.4166852049071494],
+ [103.96381579836289, 1.416669010552676],
+ [103.96373543064229, 1.4166528179895646],
+ [103.96363898363465, 1.416652811692579],
+ [103.96354253752524, 1.4166528053915026],
+ [103.96349431402108, 1.4166528017872941],
+ [103.9634300166145, 1.4166527981858936],
+ [103.9633496291495, 1.4167337277138201],
+ [103.9632370920745, 1.41681465453168],
+ [103.96320493349272, 1.416863213328257],
+ [103.96314062440763, 1.416927956583705],
+ [103.96310845953678, 1.4170088888114531],
+ [103.96310844696576, 1.4170736365802568],
+ [103.9631245091994, 1.4171383852514519],
+ [103.96314057053551, 1.4172031339224662],
+ [103.96312448046726, 1.4172840670527072],
+ [103.96306017675644, 1.417316436874805],
+ [103.963028024451, 1.4173326213330832],
+ [103.96289941702177, 1.4173973609707176],
+ [103.96275474016922, 1.4174297253602268],
+ [103.96259401007708, 1.4173649667279857],
+ [103.96256188024113, 1.4172678437129513],
+ [103.96257796044092, 1.4172354711863213],
+ [103.96259405052828, 1.4171545371537797],
+ [103.9625297710874, 1.4170574123253734],
+ [103.96235299140734, 1.4168631581292273],
+ [103.9622083433681, 1.416749839770796],
+ [103.96203156013834, 1.4165717718095483],
+ [103.96196729064015, 1.4164260854539716],
+ [103.96190301214519, 1.4163289606031504],
+ [103.96153340527651, 1.415794768445266],
+ [103.96130841852127, 1.4155195755582195],
+ [103.96105126599457, 1.4153253157527432],
+ [103.96079411079883, 1.4151472430843461],
+ [103.9605851664698, 1.4150339218290848],
+ [103.9603119103419, 1.414985341924223],
+ [103.96015116781837, 1.4149853308760065],
+ [103.95997432066264, 1.4151310016172995],
+ [103.95982962217339, 1.415276674200196],
+ [103.95958845948213, 1.4155194615198572],
+ [103.95945982940351, 1.4156975084485512],
+ [103.95942762910484, 1.4159564977058445],
+ [103.95936329367476, 1.4161507355169651],
+ [103.95936324930545, 1.4163773522903196],
+ [103.95941143116843, 1.4165877846790114],
+ [103.95944354457397, 1.4167658427003609],
+ [103.95945959041504, 1.416911526355592],
+ [103.95942742269288, 1.4170086448098262],
+ [103.95936310625375, 1.4171057623109917],
+ [103.95936308362366, 1.4172190706968135],
+ [103.95941128813764, 1.4173161956013658],
+ [103.9595077152848, 1.4174133232874409],
+ [103.95970059854754, 1.4174618968246664],
+ [103.95984526823284, 1.417461906059397],
+ [103.9600220866362, 1.4174619180373378],
+ [103.96019890865033, 1.4174457428315865],
+ [103.96037572976226, 1.4174295685168814],
+ [103.96064900695082, 1.417364838198449],
+ [103.96087405789017, 1.417316292265065],
+ [103.96108302859686, 1.417300119733067],
+ [103.96130807050119, 1.4173001343624472],
+ [103.96151703399397, 1.4173163352256803],
+ [103.96180636702199, 1.4173487277975008],
+ [103.96204745763363, 1.4174782397125745],
+ [103.96235284660483, 1.417607755230578],
+ [103.96261000758498, 1.4177534542527128],
+ [103.96291537775683, 1.4179800899861954],
+ [103.96307610161513, 1.4180772220228697],
+ [103.96318854202273, 1.418179339805516],
+ [103.96331712435891, 1.4182440947798014],
+ [103.96339747688339, 1.4183412222877207],
+ [103.96355820885965, 1.418405979950511],
+ [103.96368680108019, 1.418422175207418],
+ [103.9638957583984, 1.4184707501788034],
+ [103.96408863912305, 1.4185355095943284],
+ [103.96423329899882, 1.4185840800490743],
+ [103.9644728082528, 1.4186002571874716],
+ [103.96463668234917, 1.4187078939883229],
+ [103.96490802024084, 1.418752216609864],
+ [103.9651157461873, 1.4187945414932088],
+ [103.96534078194769, 1.4188269309522545],
+ [103.96564618284246, 1.4188916973324888],
+ [103.96585513845346, 1.4189564583796357],
+ [103.96609625349286, 1.4189564734078652],
+ [103.96635344424352, 1.418956490193804],
+ [103.96667492621987, 1.4189888838845421],
+ [103.96686781950586, 1.4189888962017816],
+ [103.96707678937115, 1.4189727231154536],
+ [103.96728575923176, 1.4189565500104053],
+ [103.96754294730844, 1.4189727529240073],
+ [103.96778404723722, 1.4190537026954544],
+ [103.96799299934756, 1.4191346498016097],
+ [103.96826626667055, 1.4191184809784783],
+ [103.96858775222346, 1.4191346881369145],
+ [103.96870027678229, 1.419118507914556],
+ [103.96889316916435, 1.4191185200608707],
+ [103.9690378388992, 1.419118529612139],
+ [103.96915034750566, 1.4191832842839114],
+ [103.96929500749853, 1.4192318535016617],
+ [103.96945573611744, 1.4193127978940745],
+ [103.96968076840392, 1.4193613731768566],
+ [103.96980935804288, 1.4193937552456293],
+ [103.96998616679225, 1.4194423261252918],
+ [103.97021119909759, 1.4194909013537849],
+ [103.97038801139982, 1.4195232859421534],
+ [103.97054875596683, 1.419523295341491],
+ [103.97072557708908, 1.4195071193188535],
+ [103.9710470714887, 1.4194747655426743],
+ [103.9711435309253, 1.4194100246760804],
+ [103.97123998592365, 1.4193614700642276],
+ [103.97148112388079, 1.419248176195261],
+ [103.97164187721829, 1.419199625841794],
+ [103.97186691831065, 1.4191996403250744],
+ [103.97204373675953, 1.419199650461964],
+ [103.97215626743814, 1.4191510966528846],
+ [103.9723009547218, 1.419053983931683],
+ [103.97242955314633, 1.4190378052710222],
+ [103.97299214839406, 1.4190864004722434],
+ [103.9731207652431, 1.4189730997095882],
+ [103.97324937855909, 1.4188759861021663],
+ [103.97339406315358, 1.4187950604793231],
+ [103.97355480764986, 1.4187950705777823],
+ [103.97363518603451, 1.418762701300778],
+ [103.9736994922271, 1.4187141449372271],
+ [103.9737477376773, 1.4186008391011344],
+ [103.97368348933816, 1.4183418457369212],
+ [103.97377995388376, 1.418244729544744],
+ [103.97389247220534, 1.4182609233977705],
+ [103.97402104513918, 1.4183742401312567],
+ [103.97408533291883, 1.4184228040100713],
+ [103.97426215480563, 1.4184066277259473],
+ [103.97426217670596, 1.4182933203145698],
+ [103.97427827251246, 1.4181800128225903],
+ [103.97437471864205, 1.418180018667648],
+ [103.9744390169601, 1.4181800219591443],
+ [103.97451939702398, 1.4181314663983906],
+ [103.97443904759382, 1.4180181530667777],
+ [103.97439084246608, 1.417921029443115],
+ [103.97429441734974, 1.4178077152816508],
+ [103.97429443925135, 1.4176944069654822],
+ [103.97439090725823, 1.417581104496078],
+ [103.97448735246397, 1.4175811103389666],
+ [103.97456772205307, 1.4175973025161046],
+ [103.97461592366808, 1.4177106132967705],
+ [103.9746159052938, 1.4178077344508626],
+ [103.97451943377831, 1.4179372240898604],
+ [103.97450334762237, 1.418001970100857],
+ [103.97463193983786, 1.4180181647407186],
+ [103.97476054691123, 1.4179534253802846],
+ [103.97484094100005, 1.4178401220727344],
+ [103.97485703938848, 1.417710627419136],
+ [103.97487314479595, 1.417548760253496],
+ [103.97487317279234, 1.4174030785235947],
+ [103.9748571259921, 1.4172573950688478],
+ [103.9748410730723, 1.4171440859344022],
+ [103.97479286795034, 1.4170469623182909],
+ [103.97463212970881, 1.4170145788774535],
+ [103.9745999784017, 1.417030763489174],
+ [103.97451958783707, 1.4171278796268143],
+ [103.97439095628467, 1.417322114447174],
+ [103.97419803605715, 1.4174677844814783],
+ [103.9740855212894, 1.4174354043831],
+ [103.97400515170767, 1.4174192121881997],
+ [103.97389266238426, 1.4172573366002614],
+ [103.97389267817243, 1.4171764026037077],
+ [103.97382839305214, 1.4171116506496875],
+ [103.9737641166926, 1.416998339018728],
+ [103.97368376292376, 1.4169012128133343],
+ [103.97357125784886, 1.4168202721065546],
+ [103.9734909067158, 1.4167069578271267],
+ [103.97349092866173, 1.4165936495059641],
+ [103.97358740281166, 1.4164479745557916],
+ [103.97363564733294, 1.4163346687240341],
+ [103.97366781181739, 1.416253735480573],
+ [103.97371604405272, 1.4162051782930107],
+ [103.9737160624711, 1.4161080571338072],
+ [103.97370000085888, 1.4160433085635626],
+ [103.97355534010693, 1.415994738706612],
+ [103.97349104274527, 1.415994735384323],
+ [103.97337851314535, 1.4160432883376386],
+ [103.97326599230979, 1.4160432816097186],
+ [103.97318721446204, 1.4160918623478234],
+ [103.97313899188735, 1.4160918598487422],
+ [103.97307469099832, 1.4161080427725403],
+ [103.97299431006635, 1.4161565982797717],
+ [103.97299430391689, 1.4161889716990488],
+ [103.97301036903524, 1.4162375331141674],
+ [103.97301036641004, 1.4162537211802995],
+ [103.9730585828399, 1.4162860971008997],
+ [103.97309073504869, 1.4162699125104985],
+ [103.9731389585258, 1.4162699159145287],
+ [103.97315502364778, 1.416318477328248],
+ [103.97323537647533, 1.416415602652492],
+ [103.9733157424975, 1.4164479820399964],
+ [103.97331572758539, 1.4165289160390084],
+ [103.97334787012983, 1.4165612920251314],
+ [103.97336393525863, 1.4166098534366354],
+ [103.973428231739, 1.4166098567608292],
+ [103.9734442758206, 1.4167717273971827],
+ [103.97337997843717, 1.4167717231695771],
+ [103.97333176199274, 1.4167393463529305],
+ [103.97326745756648, 1.4167717164452456],
+ [103.97326743913214, 1.4168688376057594],
+ [103.97321920687425, 1.4169173956903185],
+ [103.97313883821235, 1.416901203462651],
+ [103.97291380523073, 1.4168526294052273],
+ [103.97278521135495, 1.416852621823346],
+ [103.9726726904775, 1.4168526150703373],
+ [103.97268878635933, 1.416739307581321],
+ [103.97284955442309, 1.4166098213528335],
+ [103.972865644145, 1.4165288890914485],
+ [103.97292368659227, 1.4164558493611303],
+ [103.97292995997293, 1.4164317721718835],
+ [103.9729299696472, 1.4163832106863636],
+ [103.9728817461673, 1.416383207278192],
+ [103.97283352006093, 1.416399391030883],
+ [103.97273707399862, 1.4163993851138645],
+ [103.9726245531428, 1.4163993783563253],
+ [103.97252810707963, 1.4163993724305557],
+ [103.97241558622281, 1.4163993656628076],
+ [103.9722869844132, 1.4164317323752704],
+ [103.97228697209543, 1.4164964792156127],
+ [103.9723030372023, 1.4165450406367917],
+ [103.9723190996801, 1.4166097892199694],
+ [103.97230300993867, 1.4166907232881452],
+ [103.97222263249809, 1.4167230916094984],
+ [103.97215833158322, 1.4167392745099898],
+ [103.97207795940132, 1.4167392694063217],
+ [103.97196544115818, 1.416723076360145],
+ [103.97191723705902, 1.4166259517661972],
+ [103.97196548166775, 1.4165126468655092],
+ [103.9719172766752, 1.4164155222710089],
+ [103.97180476551246, 1.4163669548900064],
+ [103.97180478137615, 1.4162860208856183],
+ [103.97191732072328, 1.4161889056127988],
+ [103.97182088609887, 1.4161241528148096],
+ [103.97178875327884, 1.4160432153165265],
+ [103.97178876561168, 1.4159784684745615],
+ [103.97169236010323, 1.4157680330136444],
+ [103.97161200029169, 1.4157032810477983],
+ [103.97161204084207, 1.4154928506437956],
+ [103.97159598809824, 1.415379541468022],
+ [103.97164422653398, 1.4152986099952303],
+ [103.97175675877857, 1.415233869963501],
+ [103.97182106229107, 1.415201499915109],
+ [103.97194029368278, 1.4151553847933511],
+ [103.97195663119999, 1.4150855255197372],
+ [103.97226679860673, 1.4149828084865885],
+ [103.97240958510366, 1.415217056574487],
+ [103.97252832255286, 1.4152662909733071],
+ [103.97260869468244, 1.415266295161946],
+ [103.97264084688159, 1.4152501105787703],
+ [103.9728016034455, 1.4151853730102493],
+ [103.97293021568457, 1.4150882594370557],
+ [103.97294631244864, 1.4149749528512776],
+ [103.97286671536656, 1.414847232018609],
+ [103.97274023000128, 1.4147321606051175],
+ [103.97296471415615, 1.4145472485577362],
+ [103.97309771560589, 1.414534652696954],
+ [103.97312988534247, 1.414421346040835],
+ [103.97320363795728, 1.4142627455482009],
+ [103.97321973733133, 1.41413325089532],
+ [103.97321975225493, 1.4140523159899379],
+ [103.97321976807743, 1.4139713819888062],
+ [103.97323585777706, 1.4138904488217283],
+ [103.97323587622486, 1.413793326754221],
+ [103.97330018582372, 1.4137285841550071],
+ [103.97330020164449, 1.4136476492495664],
+ [103.9732505620972, 1.4135733246183841],
+ [103.97319344520925, 1.4134952419136002],
+ [103.97343829992377, 1.4134870371667414],
+ [103.97344489207742, 1.413534350233119],
+ [103.97344487011452, 1.41364765765314],
+ [103.97344485519734, 1.413728592558025],
+ [103.97339660718487, 1.4138580846414022],
+ [103.97333228529023, 1.413987575890902],
+ [103.97334833547652, 1.4141170722103502],
+ [103.97338046569118, 1.4142141950385745],
+ [103.97339652727715, 1.4142789436142218],
+ [103.97339651146181, 1.414359877614526],
+ [103.97333220274889, 1.414424621121853],
+ [103.9733000444188, 1.4144731809412263],
+ [103.97318749553878, 1.4146188559460593],
+ [103.97317141550778, 1.4146512285315755],
+ [103.97315531613023, 1.4147807222798034],
+ [103.9731231516425, 1.414861654612529],
+ [103.97309099067701, 1.414926400687381],
+ [103.97301059395743, 1.415055891097092],
+ [103.9729462807918, 1.4151368208539736],
+ [103.97291411981813, 1.4152015669270732],
+ [103.97283372660586, 1.4153148701701577],
+ [103.9727533395399, 1.4153957999912827],
+ [103.97262472900667, 1.415476726394684],
+ [103.97256042812914, 1.4154929083985202],
+ [103.972431839586, 1.4154605273692498],
+ [103.97235149208674, 1.4153310267804993],
+ [103.97227113054295, 1.4152824620000757],
+ [103.97219076104322, 1.4152662697328888],
+ [103.97211038981077, 1.4152662646252614],
+ [103.97196571327012, 1.4152986295690322],
+ [103.97180495140141, 1.4153957414077165],
+ [103.97172456429371, 1.4154766702923636],
+ [103.97170846836708, 1.4155899777796663],
+ [103.97174059147612, 1.415719475864193],
+ [103.97178879291177, 1.4158327858191315],
+ [103.97186914040171, 1.4159622864283243],
+ [103.97204591899644, 1.4161727269885893],
+ [103.97209413278149, 1.4162212900933069],
+ [103.97220665010184, 1.416237484039994],
+ [103.97230309000075, 1.4162698643044587],
+ [103.97235130732125, 1.416302241145112],
+ [103.97247989943877, 1.4163184359163188],
+ [103.9725763490256, 1.416302254682324],
+ [103.97260849771195, 1.4163022563560355],
+ [103.972737092457, 1.4163022648551162],
+ [103.97278531593547, 1.4163022673621224],
+ [103.97291392560626, 1.4162213400420474],
+ [103.97293000917419, 1.4161727811998004],
+ [103.97294608659128, 1.4161565948724792],
+ [103.97297825109885, 1.4160756634450962],
+ [103.97309078775736, 1.4159947352823898],
+ [103.97315348376864, 1.4159785280380983],
+ [103.97326601074761, 1.4159461613528663],
+ [103.97326602041589, 1.41589759986784],
+ [103.9732981717192, 1.4158814143708622],
+ [103.97341070131372, 1.4158328614220168],
+ [103.97345893969063, 1.4157519299168888],
+ [103.97350716929918, 1.4157195589912328],
+ [103.97360363465386, 1.4156224437186857],
+ [103.97370010524244, 1.4154929541200334],
+ [103.9737162045904, 1.4153634603713356],
+ [103.97365193443416, 1.4152177744071586],
+ [103.97353944435623, 1.4150558987858197],
+ [103.97360377240507, 1.414894033206792],
+ [103.97368416908502, 1.41476454278007],
+ [103.9737484673109, 1.414764547004679],
+ [103.9738127681573, 1.4147483640660723],
+ [103.97406993553545, 1.4148616883555956],
+ [103.97415030151062, 1.4148940668142778],
+ [103.9743431724846, 1.4150073868570752],
+ [103.97448782877177, 1.415072142926153],
+ [103.9746485581332, 1.4151530869693825],
+ [103.97479321182277, 1.4152340301781194],
+ [103.97484141338798, 1.4153473409602135],
+ [103.97496998708651, 1.415460657655061],
+ [103.97509856601985, 1.4155416000205374],
+ [103.9750342354538, 1.415719651887795],
+ [103.97501815805535, 1.4157358382279894],
+ [103.97500205967854, 1.4158653310739215],
+ [103.97492166916743, 1.4159624481251851],
+ [103.97488951697792, 1.4159786327394805],
+ [103.9747448352231, 1.4160433712749254],
+ [103.97463231439419, 1.4160433646137418],
+ [103.9745197996932, 1.4160109845298656],
+ [103.97440728237903, 1.415994790696645],
+ [103.97431083633997, 1.415994784843843],
+ [103.97416615104859, 1.416075710505706],
+ [103.97406968660138, 1.4161728258008999],
+ [103.97398930831, 1.416205195084238],
+ [103.97382854386109, 1.416318493318011],
+ [103.9737642333156, 1.4163832368406164],
+ [103.97368383659351, 1.41651272727347],
+ [103.97368381817546, 1.4166098484324683],
+ [103.97373202938125, 1.4166745995639822],
+ [103.9737320048275, 1.416804094140725],
+ [103.97381236121367, 1.4168850331835274],
+ [103.97389272112272, 1.4169497859661557],
+ [103.97392486368072, 1.4169821610383604],
+ [103.97394092179124, 1.4170630967663],
+ [103.97398912336352, 1.4171764084691592],
+ [103.97410163198494, 1.4172411628955204],
+ [103.97418200417717, 1.4172411679268104],
+ [103.97427845378266, 1.417224986619009],
+ [103.97435883471807, 1.4171764310663888],
+ [103.97442315139341, 1.4170793132056876],
+ [103.97443923493294, 1.4170307534514581],
+ [103.9744392498043, 1.4169498185523457],
+ [103.97447140813823, 1.416901260525789],
+ [103.97453571075067, 1.4168688904013158],
+ [103.97458395000265, 1.4167879588750676],
+ [103.97458396486988, 1.416707024880652],
+ [103.97458398325, 1.4166099028211399],
+ [103.97460007903719, 1.4164965962323666],
+ [103.97463224087463, 1.4164318501393105],
+ [103.97477692265628, 1.4163671116084033],
+ [103.97488946448118, 1.4162538099463315],
+ [103.9749698401469, 1.416237627793095],
+ [103.97508235396464, 1.4162700087576048],
+ [103.97506626081261, 1.4163671290914843],
+ [103.97501802950377, 1.416415686304701],
+ [103.9748412051652, 1.4164480497918805],
+ [103.974696519869, 1.4165289754877213],
+ [103.97466434929318, 1.4166422821589721],
+ [103.97466432217753, 1.4167879629867322],
+ [103.97480897597461, 1.416868907087391],
+ [103.97488932978511, 1.4169660323445694],
+ [103.97498575488906, 1.4170793473868903],
+ [103.97500178333463, 1.417322151088793],
+ [103.97501780566674, 1.417597330014521],
+ [103.9750659845401, 1.4178239490959756],
+ [103.97514632004606, 1.4180181963950071],
+ [103.97529096260628, 1.4181638872860842],
+ [103.975435604286, 1.4183095781661044],
+ [103.97559633561531, 1.4183743349553648],
+ [103.97577315397314, 1.4183743448117345],
+ [103.97598213064667, 1.4183257975129995],
+ [103.97614288639947, 1.418261058796596],
+ [103.97638403965718, 1.4180668304605186],
+ [103.97649656667342, 1.4180344636123086],
+ [103.97664123019773, 1.4180668461055812],
+ [103.97685018763984, 1.4181154198769501],
+ [103.97697878246122, 1.4181154272245902],
+ [103.97715561995442, 1.4180183158335606],
+ [103.97736462000213, 1.4178402729560158],
+ [103.97747716783749, 1.4176945968575523],
+ [103.97760577220647, 1.4176460445061252],
+ [103.97791119744207, 1.4175813155923505],
+ [103.97836130179304, 1.417468033236601],
+ [103.97852204616282, 1.4174680420929144],
+ [103.97873101312304, 1.417468055126796],
+ [103.97882746527098, 1.4174356864731728],
+ [103.97903645041706, 1.4173385774397038],
+ [103.97908469815725, 1.4172090861711435],
+ [103.97919723114421, 1.417144343979821],
+ [103.97927760331511, 1.4171443488335314],
+ [103.97934353410788, 1.4172414015761288],
+ [103.97952032116564, 1.4174032800107508],
+ [103.9796167620837, 1.4174356599532276],
+ [103.97984179429774, 1.4174842333351527],
+ [103.98000253170915, 1.4175166164013284],
+ [103.98013110575931, 1.417629931863385],
+ [103.98024361107139, 1.4177108722215879],
+ [103.98045256080482, 1.4178080062258918],
+ [103.9806293747132, 1.4178242037740423],
+ [103.98077404776294, 1.4178080254390586],
+ [103.98096693479768, 1.4178404099910675],
+ [103.9811919756667, 1.417840422670872],
+ [103.98133662715122, 1.417937551677234],
+ [103.98138483858449, 1.418002302622976],
+ [103.98162594733712, 1.4180346903437182],
+ [103.98175456366432, 1.417921389146321],
+ [103.98180280266828, 1.4178404574931898],
+ [103.98196356420823, 1.4177433449840386],
+ [103.98207611006619, 1.4176138576548207],
+ [103.98220471340981, 1.4175653032481657],
+ [103.98234938296429, 1.4175653119719254],
+ [103.9824940344712, 1.4176624418068122],
+ [103.98257439717717, 1.4177110061990794],
+ [103.98273513116733, 1.4177595762233077],
+ [103.98286372683368, 1.4177595832440009],
+ [103.98305661988253, 1.4177595942137746],
+ [103.98324951292967, 1.4177596051673778],
+ [103.98347454431573, 1.4178081790870072],
+ [103.98360311853196, 1.4179214943351603],
+ [103.98374777355453, 1.4180024369291073],
+ [103.98387634944405, 1.4180995650055817],
+ [103.9840692245335, 1.418196697904551],
+ [103.98419781078033, 1.418245265404173],
+ [103.98435855770629, 1.418229087598084],
+ [103.98455145586821, 1.418196725036347],
+ [103.98474434295484, 1.4182291092624917],
+ [103.98485684589308, 1.4183262374318186],
+ [103.98498542274012, 1.4184233654390526],
+ [103.98513008635157, 1.4184557464789926],
+ [103.98535509228928, 1.4186500018627088],
+ [103.98551581100465, 1.4187795065367474],
+ [103.98559615679035, 1.4189251928216122],
+ [103.98577296317423, 1.4189899496090295],
+ [103.98590155799184, 1.4189899564526054],
+ [103.98596588269383, 1.4188442786685083],
+ [103.98596592191971, 1.41863384930899],
+ [103.98622313536181, 1.4185043684695249],
+ [103.98635174893056, 1.4184072541885926],
+ [103.98638393934955, 1.4181806400632122],
+ [103.98644826057372, 1.4180511485178038],
+ [103.9866411586733, 1.4180187848811752],
+ [103.98683405513644, 1.418002609284738],
+ [103.98705908748222, 1.4180511819385917],
+ [103.9874126704466, 1.4183425658864004],
+ [103.98760554819512, 1.4184235104151928],
+ [103.98779843693812, 1.418439707227835],
+ [103.9879913359369, 1.4184073443809113],
+ [103.98816817290287, 1.4183102321900427],
+ [103.98828070725965, 1.4182293042349177],
+ [103.9885218356446, 1.4181645701272982],
+ [103.98874688580713, 1.4181160215189068],
+ [103.9889237099648, 1.4180836569709865],
+ [103.98911661142081, 1.4180351068848567],
+ [103.98927736167079, 1.4180027424950274],
+ [103.98945417899134, 1.4180027522071574],
+ [103.9895988485239, 1.418002759567779],
+ [103.989711378692, 1.417954204943773],
+ [103.98982391386964, 1.4178732769207132],
+ [103.98993644563392, 1.4178085351377983],
+ [103.990032904399, 1.4177437926359795],
+ [103.99016152025244, 1.4176304919189895],
+ [103.99029013609314, 1.41751719029174],
+ [103.99038660324567, 1.4174038881395392],
+ [103.99045091580946, 1.4173229561461276],
+ [103.99049915268458, 1.417242025249074],
+ [103.9905795366243, 1.4171772811128112],
+ [103.99074029858835, 1.4170801689392638],
+ [103.99085283958624, 1.4169668665768858],
+ [103.99102968720389, 1.4168050074053928],
+ [103.99117437434009, 1.4167078944983282],
+ [103.9912708355211, 1.4166269639003795],
+ [103.99135125817946, 1.4163517922405315],
+ [103.9913352010846, 1.4162546695492702],
+ [103.99127092735125, 1.4161251713459486],
+ [103.99125487365977, 1.4160118624093276],
+ [103.99135134070673, 1.4158985593231574],
+ [103.99136742977092, 1.4158176260964774],
+ [103.99146389680493, 1.415704323006929],
+ [103.99147999765215, 1.4155586411868437],
+ [103.99146392627503, 1.4155424542372403],
+ [103.99159254443755, 1.4154129663114834],
+ [103.99160863598864, 1.4153158459359287],
+ [103.99172117776267, 1.4152025435437052],
+ [103.99181765404003, 1.4150406799036657],
+ [103.9918337573608, 1.4148788127439536],
+ [103.99183379859227, 1.4146521953835376],
+ [103.99183382215429, 1.414522700911564],
+ [103.99181777185042, 1.4143932048309364],
+ [103.99175349475922, 1.4142798928801243],
+ [103.99173745035547, 1.41411802340579],
+ [103.99175354189752, 1.4140209030298314],
+ [103.99170534547686, 1.4138752183884122],
+ [103.99164106930645, 1.4137619073360244],
+ [103.99149643448271, 1.4136598873046726],
+ [103.99149644537748, 1.413595140519333],
+ [103.9915125251354, 1.4135627678336546],
+ [103.99149650434705, 1.4132714029743418],
+ [103.99152867065449, 1.4131742833060423],
+ [103.99156082856408, 1.4131257241787862],
+ [103.99146441220935, 1.4129638511617628],
+ [103.99136798317076, 1.4128667240209223],
+ [103.99128762979332, 1.4127695984885222],
+ [103.99120727052055, 1.4127048463459044],
+ [103.99122337978817, 1.4125106048864224],
+ [103.99127163265592, 1.4123487391439353],
+ [103.99122343380822, 1.4122192407275918],
+ [103.99119131722355, 1.4120411833817013],
+ [103.99112704023823, 1.4119278723047362],
+ [103.99103061466185, 1.4118145588977036],
+ [103.99101455512854, 1.4117336242488732],
+ [103.9908538475968, 1.411539373141887],
+ [103.9908056572082, 1.411361315072024],
+ [103.99080568084743, 1.4112318196855773],
+ [103.99082177242238, 1.4111346984071977],
+ [103.9907574913699, 1.4110537616130467],
+ [103.99069321443662, 1.4109404496132503],
+ [103.99069322876731, 1.4108595156743071],
+ [103.99074149347501, 1.4106329022465105],
+ [103.99078973112553, 1.4105519695466098],
+ [103.99078976659355, 1.4103577273697423],
+ [103.99077372231295, 1.4101958578726366],
+ [103.99090234276291, 1.4100501828588288],
+ [103.99088629256823, 1.40992068675741],
+ [103.9908220131597, 1.4098235619068347],
+ [103.99078987050139, 1.4097911870824207],
+ [103.99069343070404, 1.4097588075872098],
+ [103.99064521672074, 1.4097102448950412],
+ [103.99058093732819, 1.4096131200358109],
+ [103.99058095507496, 1.409515998945656],
+ [103.99095069108654, 1.4093703364775283],
+ [103.9910632233289, 1.4093055946844362],
+ [103.99127221055996, 1.4091922984255512],
+ [103.99144903310129, 1.4091599346657906],
+ [103.99159371387718, 1.4090951942710193],
+ [103.99170625538666, 1.4089818928116873],
+ [103.99177057360178, 1.4088685874133784],
+ [103.9918670369667, 1.4087714705795202],
+ [103.99189920321737, 1.408674351815429],
+ [103.99196351301816, 1.4086096078600547],
+ [103.99207605358843, 1.4084963054826671],
+ [103.99210821053396, 1.408447747258859],
+ [103.99212429025553, 1.4084153736681102],
+ [103.99218860843678, 1.408302069166072],
+ [103.99234937564597, 1.4081725826525433],
+ [103.99242976263919, 1.4080916522437026],
+ [103.99244585413868, 1.4079945318658666],
+ [103.99244587521129, 1.407881224538871],
+ [103.99239766713187, 1.4078002866805177],
+ [103.99233338094064, 1.4077355361680894],
+ [103.99196368997991, 1.4076383952026466],
+ [103.9919476363597, 1.4075250862597382],
+ [103.99175475604096, 1.4074603282470441],
+ [103.99156184029984, 1.4075898132959854],
+ [103.99144930654552, 1.4076707413482996],
+ [103.9913206937612, 1.4077678558328321],
+ [103.99125639076864, 1.407800225471104],
+ [103.99090274407469, 1.4078649538308292],
+ [103.9908223756728, 1.4078487631014764],
+ [103.99074201910386, 1.4077678246738377],
+ [103.9905812932469, 1.4076706945998108],
+ [103.99043662776982, 1.4076545000787464],
+ [103.99029195044878, 1.4077030532452668],
+ [103.99014727222223, 1.407751605499111],
+ [103.99013118313925, 1.4078325387214325],
+ [103.99005079014033, 1.4079458433596002],
+ [103.99000256435808, 1.4079620274408229],
+ [103.98982573594449, 1.4080267644793933],
+ [103.98972929281719, 1.4080105729889298],
+ [103.98968108482202, 1.4079296359681774],
+ [103.98961679024545, 1.4079134459203473],
+ [103.9896007011433, 1.4079943791410572],
+ [103.98952033525785, 1.4079620012152176],
+ [103.98948820109435, 1.4078810649146678],
+ [103.98929531917013, 1.4078324938440636],
+ [103.98921494141929, 1.4078648627022226],
+ [103.98916670375576, 1.4079457953710763],
+ [103.98902203142326, 1.407961974160737],
+ [103.9890059575986, 1.407961973432059],
+ [103.98898988629462, 1.4079457855520296],
+ [103.98886130308838, 1.407881031112403],
+ [103.98881310106698, 1.4077677197669858],
+ [103.98857201967789, 1.407589651038018],
+ [103.98849168103065, 1.4074115914208314],
+ [103.98852385336123, 1.4072820974810099],
+ [103.98852386273177, 1.4072335369301643],
+ [103.9885238771515, 1.4071526029802435],
+ [103.9884917286139, 1.4071526015146867],
+ [103.98845958854977, 1.407104038593335],
+ [103.98834708012103, 1.4070392848510371],
+ [103.98817025514015, 1.407087835513451],
+ [103.98813809127111, 1.4071687688987584],
+ [103.98807376099955, 1.4073468210119149],
+ [103.98788086885448, 1.4073468103675482],
+ [103.98773620845722, 1.4072982413689732],
+ [103.98759152006103, 1.4074115411717807],
+ [103.9873503986792, 1.4074439016674223],
+ [103.98731825863236, 1.4073953396325467],
+ [103.98722183686522, 1.4072658388681516],
+ [103.98706110012668, 1.4072334562364335],
+ [103.9869003275725, 1.4073953167155224],
+ [103.98691639885942, 1.4074115037077815],
+ [103.98669136069164, 1.4073953052288404],
+ [103.98659491162404, 1.4074114861001805],
+ [103.98633772327001, 1.407411472343644],
+ [103.9862091281932, 1.4074114645503721],
+ [103.98553403778944, 1.407249557856824],
+ [103.98537330959992, 1.407168615451742],
+ [103.98521259085992, 1.4070391106670457],
+ [103.98489112854051, 1.406909597390023],
+ [103.98485898000075, 1.4069095958737254],
+ [103.98471432312307, 1.4068448404262184],
+ [103.98455359498477, 1.4067638961491966],
+ [103.98437679559075, 1.4066667648474656],
+ [103.98419999365561, 1.4065858206856523],
+ [103.98400711355968, 1.4065210619955186],
+ [103.9838142197869, 1.406537238160687],
+ [103.98371775869172, 1.4066181675325982],
+ [103.98366952340547, 1.4066829120461712],
+ [103.98357305628275, 1.4067962148198618],
+ [103.98341229206707, 1.406909513613807],
+ [103.98321937929153, 1.4070228108593077],
+ [103.98304250764183, 1.4073141639585058],
+ [103.98288174938898, 1.4073950902185408],
+ [103.98280137410366, 1.4074112717064566],
+ [103.982592405515, 1.4074274470064696],
+ [103.98256025696476, 1.4074274454590612],
+ [103.98241559060507, 1.407411249525236],
+ [103.9822709397797, 1.4073141196087522],
+ [103.98209413528012, 1.4072493624407751],
+ [103.98196555919965, 1.4071522341841332],
+ [103.9818369727216, 1.4071036655808427],
+ [103.98172446186936, 1.4070550986540467],
+ [103.98164410818198, 1.4069579718116751],
+ [103.98149944532364, 1.4069255904684872],
+ [103.9814030117809, 1.406860837148753],
+ [103.98130656872254, 1.4068446452960477],
+ [103.98114581647722, 1.406893196220017],
+ [103.98112974175541, 1.4068931954359762],
+ [103.98093683232644, 1.4069903053457513],
+ [103.98079215736215, 1.4070226707791231],
+ [103.98067960929617, 1.407168346977386],
+ [103.98063136179711, 1.4072978382594556],
+ [103.98035807531863, 1.4074273176002112],
+ [103.98022946460253, 1.4075082452648053],
+ [103.98003655508056, 1.4076053542040852],
+ [103.97997223370844, 1.4077348464941908],
+ [103.9797793171902, 1.4078643297313627],
+ [103.97973109131577, 1.407880514510707],
+ [103.97953821119368, 1.407815754543298],
+ [103.979506080847, 1.4077186318125037],
+ [103.97934535975924, 1.4076053137494229],
+ [103.97918461956026, 1.407589117721039],
+ [103.97907209308241, 1.407621484647283],
+ [103.97891133374529, 1.4077024106485387],
+ [103.9786701956675, 1.4078318904978333],
+ [103.97857375257553, 1.4078156976294185],
+ [103.97836481601212, 1.407653816516921],
+ [103.97833267962763, 1.4075890671785574],
+ [103.97818803592114, 1.4074595635762608],
+ [103.97804337045977, 1.407443368270869],
+ [103.97799514977177, 1.4074271786955157],
+ [103.97772191446987, 1.4072814805487934],
+ [103.97756119608769, 1.4071519760939653],
+ [103.97741654544866, 1.4070548458514829],
+ [103.97722366193969, 1.4070062737417708],
+ [103.97715938144448, 1.4069253346953943],
+ [103.97709509915674, 1.4068443974555547],
+ [103.9770468915973, 1.406763459217245],
+ [103.97693438344179, 1.406698705789757],
+ [103.97680578574348, 1.4067148846311839],
+ [103.97651643567606, 1.4067796149823184],
+ [103.97637175451938, 1.4068443535621067],
+ [103.97627531498253, 1.406811974335576],
+ [103.97625925860962, 1.406714851456986],
+ [103.97609853772917, 1.4066015340487548],
+ [103.97603426160565, 1.4064882215481518],
+ [103.9758735337294, 1.406407278443799],
+ [103.97569673465357, 1.4063101455349543],
+ [103.97543955855186, 1.406245382815174],
+ [103.97531097925273, 1.4061644404114526],
+ [103.97515025755311, 1.4060511229284844],
+ [103.9750216747566, 1.4059863667639847],
+ [103.97457161007803, 1.4059054059420049],
+ [103.97455553798, 1.4058892179495592],
+ [103.97450731561817, 1.4058892145534696],
+ [103.97441087966101, 1.4058406480802157],
+ [103.97425015187582, 1.4057597039483472],
+ [103.97416978622556, 1.4057273254590394],
+ [103.9739768905677, 1.4057434999023968],
+ [103.97386437112847, 1.4057434931537125],
+ [103.97371969962273, 1.4057596709856488],
+ [103.97360717312769, 1.4057920376459547],
+ [103.97352677760044, 1.4059215289537417],
+ [103.97328562522631, 1.4061157560046056],
+ [103.97322129996607, 1.4062614344019877],
+ [103.97309267143768, 1.406439482860249],
+ [103.97301227939204, 1.4065527851826791],
+ [103.97296404378896, 1.406617530408651],
+ [103.97293188290945, 1.4066822755706216],
+ [103.97286759106738, 1.4066498978789073],
+ [103.97283545221025, 1.406601335610094],
+ [103.97283546717283, 1.4065204006981318],
+ [103.97281941447494, 1.4064070924262144],
+ [103.97277119209889, 1.4064070889951108],
+ [103.97259436755574, 1.4064394513358183],
+ [103.97261044844853, 1.4064070787568164],
+ [103.97262655047953, 1.4062613978423517],
+ [103.97270692846679, 1.406229029540389],
+ [103.97281946116432, 1.4061642876894793],
+ [103.97289983298062, 1.4061642928036109],
+ [103.97306057834557, 1.4061481158604308],
+ [103.97310881393749, 1.4060833715377885],
+ [103.97318919807117, 1.4060186288941496],
+ [103.97326958483082, 1.4059376990851078],
+ [103.97333389776334, 1.4058567693392872],
+ [103.97334998743098, 1.4057758352673904],
+ [103.9734464524243, 1.405678720937978],
+ [103.97351075213189, 1.4056625371271028],
+ [103.97357505536569, 1.405630167055981],
+ [103.97362328740624, 1.4055816098877458],
+ [103.97368760031702, 1.4055006792297267],
+ [103.97380012942419, 1.4054521254042354],
+ [103.97392873324303, 1.4054035724088454],
+ [103.97400911117971, 1.4053712040663047],
+ [103.97408950141228, 1.4052740870708984],
+ [103.97415381339984, 1.4051931573066414],
+ [103.974250278335, 1.4050960411403934],
+ [103.97426636444507, 1.4050312951322141],
+ [103.97426637673945, 1.4049665473866004],
+ [103.97426640485178, 1.404820865637082],
+ [103.97428250063054, 1.4047075581412882],
+ [103.97434680120281, 1.4046913752147014],
+ [103.97429863066847, 1.4044161954749106],
+ [103.97429865173588, 1.4043028871457406],
+ [103.97429867985026, 1.404157204491234],
+ [103.97428262973514, 1.40402770816568],
+ [103.97415405674856, 1.40391439225884],
+ [103.97404156200517, 1.4037848900161087],
+ [103.97388084053202, 1.4036715724201716],
+ [103.97381656550212, 1.4035582607405441],
+ [103.97376836954126, 1.4034125755699658],
+ [103.97368801719279, 1.403315449306336],
+ [103.97357551807723, 1.4032021341981877],
+ [103.9734630234008, 1.403072631919989],
+ [103.9733023055344, 1.4029431262077772],
+ [103.97315764299024, 1.4029107443061781],
+ [103.97314156828995, 1.4029107425596528],
+ [103.97301294081166, 1.4030887910007108],
+ [103.97286828706488, 1.403007847590464],
+ [103.97283614473088, 1.4029754724789336],
+ [103.97238611155166, 1.402732640428827],
+ [103.97227361252317, 1.4026193261523625],
+ [103.9721771855632, 1.402522198074016],
+ [103.97206468655475, 1.4024088828808647],
+ [103.97200040810739, 1.4023117573976287],
+ [103.97200043283584, 1.4021822618907984],
+ [103.97187184240249, 1.4021660670132474],
+ [103.9717593222256, 1.4021660601454624],
+ [103.9715503565665, 1.4021660472473487],
+ [103.97148606576779, 1.4021336695018238],
+ [103.97124496045498, 1.402085094276776],
+ [103.97111637887055, 1.402020337861203],
+ [103.97101994223725, 1.4019717712226731],
+ [103.97087528242109, 1.4019232020045087],
+ [103.97085922721945, 1.4018260790585482],
+ [103.97085924226622, 1.4017451450408553],
+ [103.97076281984594, 1.40163183063268],
+ [103.9706020827103, 1.4015994467962762],
+ [103.97045742647519, 1.4015346903832373],
+ [103.9704045247259, 1.4015713581208409],
+ [103.97036968001682, 1.4016248911351896],
+ [103.97032879439348, 1.4017289249521188],
+ [103.97037700516705, 1.4017936752971771],
+ [103.97036089944683, 1.4019555433781004],
+ [103.9703608684222, 1.40211741232094],
+ [103.97034478752042, 1.402149784885724],
+ [103.97026440962651, 1.402182154000808],
+ [103.97016795617539, 1.4022307085113364],
+ [103.97003934887154, 1.4022954484561336],
+ [103.97000719416427, 1.402327819250563],
+ [103.96991074777073, 1.4023278131584116],
+ [103.96981430227537, 1.4023278070622092],
+ [103.96968570828098, 1.4023277992291723],
+ [103.96957319164298, 1.4023116050903022],
+ [103.96955394815618, 1.4021804204469586],
+ [103.96947357822518, 1.4021642280374498],
+ [103.96929676550074, 1.4021480304108749],
+ [103.96924854852634, 1.4021156534697292],
+ [103.96911996608576, 1.4020508987473608],
+ [103.96900746190947, 1.401969955913367],
+ [103.96895925739108, 1.4018728321079255],
+ [103.96895930718757, 1.4016138410601051],
+ [103.96868607038529, 1.4014843288852934],
+ [103.96855750045438, 1.401354826363379],
+ [103.96852537689188, 1.40122532818211],
+ [103.96834857490832, 1.40114438361639],
+ [103.96817177116547, 1.4010796234900393],
+ [103.96817178720555, 1.4009986894627169],
+ [103.9679789078888, 1.4009339293465715],
+ [103.96775386761549, 1.400933915217562],
+ [103.96752883715729, 1.4008853395638272],
+ [103.96738418728124, 1.4007882095157045],
+ [103.96723953116704, 1.4007234519843792],
+ [103.96674122211668, 1.4007557934221682],
+ [103.96658048328891, 1.4007395964648481],
+ [103.96638760402516, 1.400674837114835],
+ [103.96600181598926, 1.400707185528798],
+ [103.96574461111332, 1.4007881043571382],
+ [103.96561600105284, 1.4008690294226522],
+ [103.96542309401222, 1.4009499517995794],
+ [103.9652623668258, 1.4008690069795375],
+ [103.96511771075222, 1.400804250215696],
+ [103.96494089005085, 1.4008204256797643],
+ [103.9647962223199, 1.4008204157638853],
+ [103.96460334936998, 1.4007232810185353],
+ [103.96444262222259, 1.4006423370419747],
+ [103.96413722736652, 1.4005613821905376],
+ [103.9636389722382, 1.400318545592762],
+ [103.96331749825451, 1.4002537777923179],
+ [103.96314069828529, 1.400172830997647],
+ [103.96299603869852, 1.400124260358496],
+ [103.96286744749446, 1.4001080658708707],
+ [103.96267455933679, 1.4000918659025405],
+ [103.96249774857672, 1.4000594805689928],
+ [103.96246561273132, 1.3999947300491973],
+ [103.96232096309222, 1.3998975996608958],
+ [103.96214415956844, 1.3998328399559965],
+ [103.96193519945874, 1.3998004518321787],
+ [103.9618548377597, 1.399751886612231],
+ [103.96182270193616, 1.3996871369857269],
+ [103.96182270826131, 1.3996547626426623],
+ [103.96158159788064, 1.3996385598114596],
+ [103.96135655405782, 1.3996547313202277],
+ [103.96124403123515, 1.3996709102003013],
+ [103.96101899191999, 1.3996708954092167],
+ [103.9607939544246, 1.3996546934242915],
+ [103.96068143793651, 1.3996384997417683],
+ [103.96048854709346, 1.399638486759831],
+ [103.96026350325354, 1.3996546581637477],
+ [103.96018313251655, 1.3996546525914344],
+ [103.96008668981787, 1.399638458909293],
+ [103.95992596014761, 1.399573700867417],
+ [103.95982953651126, 1.3994603859460073],
+ [103.9598295555698, 1.3993632647177754],
+ [103.9595723832421, 1.39928231295053],
+ [103.95950808267352, 1.399298495465124],
+ [103.95936338593887, 1.3994441679526364],
+ [103.95923476297449, 1.3995898413731371],
+ [103.95904186123164, 1.3996383888866888],
+ [103.95900971275583, 1.3996383860986172],
+ [103.95889719264099, 1.3996383785978044],
+ [103.95872038283979, 1.3996059929695763],
+ [103.95865609862575, 1.399541241402987],
+ [103.9585918107811, 1.3994926770078804],
+ [103.95857575520459, 1.3993955539256573],
+ [103.9584632478427, 1.3993307986124726],
+ [103.95836680606148, 1.3993146057611598],
+ [103.95835074775852, 1.3992336689456772],
+ [103.95823822855871, 1.3992336614112586],
+ [103.95818998263913, 1.3993469669765175],
+ [103.95810958550187, 1.3994764560098818],
+ [103.95807740514374, 1.399638323138982],
+ [103.95802915009321, 1.3998001884149007],
+ [103.9578522919912, 1.4000106067132843],
+ [103.9578522637344, 1.4001562885658276],
+ [103.95780400228112, 1.4003505281866255],
+ [103.95770752127694, 1.4005285777821532],
+ [103.95770749211545, 1.400674259634902],
+ [103.95772354129011, 1.400803756168011],
+ [103.95773961234686, 1.400819944292007],
+ [103.95786817806902, 1.4009656355486355],
+ [103.95786817169117, 1.4009980089919283],
+ [103.95786815893561, 1.4010627558784867],
+ [103.95788421086296, 1.4011760661396222],
+ [103.95801278482998, 1.4012731958642588],
+ [103.95807706270492, 1.401370321792265],
+ [103.95807704358164, 1.4014674430253684],
+ [103.9579162764644, 1.4015969273193536],
+ [103.95790018537247, 1.4016778613352625],
+ [103.95781979542647, 1.4017749769214576],
+ [103.95765901371779, 1.4019692080871566],
+ [103.95761075860435, 1.4021310742624125],
+ [103.95761074584448, 1.4021958211489767],
+ [103.95764287521872, 1.4022929451872352],
+ [103.95772324057386, 1.4023253242821216],
+ [103.95780361230807, 1.4023253299310288],
+ [103.95790006148678, 1.4023091493515618],
+ [103.95801258994689, 1.402260597177159],
+ [103.95810904912955, 1.4021958550688407],
+ [103.95818943633883, 1.4021149266462327],
+ [103.95831804675588, 1.402034001057546],
+ [103.95833413420014, 1.4019692542134967],
+ [103.95833414967655, 1.4018883201552035],
+ [103.95835024986015, 1.4017588255217837],
+ [103.95844670811448, 1.4016940852106512],
+ [103.95849494405724, 1.4016293402548508],
+ [103.95852709166219, 1.4016293421432535],
+ [103.95857529576496, 1.4017264671103282],
+ [103.9585752793978, 1.401807402072397],
+ [103.95873599100138, 1.401969281425956],
+ [103.95878420421722, 1.4020178457720571],
+ [103.95880025346607, 1.4021473422900879],
+ [103.95886454775442, 1.4021635332296605],
+ [103.95886453139855, 1.402244468190529],
+ [103.95883235743514, 1.402373960074522],
+ [103.9587519629795, 1.4024872637685286],
+ [103.95857512296637, 1.402600559994812],
+ [103.95852688427438, 1.4026814912221337],
+ [103.9583661198428, 1.4027947883778538],
+ [103.95835001055414, 1.4029728436261786],
+ [103.95838213360315, 1.4031023401875926],
+ [103.95849465025293, 1.4031185348714956],
+ [103.95868754502683, 1.4031023608196316],
+ [103.95876793224261, 1.403021432376658],
+ [103.9588161681999, 1.4029566883176354],
+ [103.95896085970546, 1.4028433892872199],
+ [103.95908946923119, 1.4027624645595957],
+ [103.95923413801236, 1.4027624739147535],
+ [103.95934664829257, 1.4028110419993722],
+ [103.95944306297766, 1.4029729175404877],
+ [103.9594912726033, 1.4030376681365242],
+ [103.95958770273798, 1.4031186087116736],
+ [103.95965199253375, 1.403150987703296],
+ [103.95968411565606, 1.4032804842398074],
+ [103.95971625872971, 1.4033128613587098],
+ [103.95989307606608, 1.4033128734435374],
+ [103.96002166744161, 1.4033290689851388],
+ [103.96016633353001, 1.403345265451166],
+ [103.96023061065394, 1.4034423904004278],
+ [103.96032700278435, 1.4037175742908736],
+ [103.9603751934302, 1.4038794469914155],
+ [103.96043948415509, 1.4039118250537441],
+ [103.96050378483793, 1.4038956425031264],
+ [103.96061633049518, 1.4037661543426665],
+ [103.96064848264265, 1.4037499699316656],
+ [103.96071279870839, 1.4036528524217786],
+ [103.96076104367299, 1.4035395477158403],
+ [103.96080928501684, 1.403442429276533],
+ [103.96085752453794, 1.4033614980080693],
+ [103.96098611863474, 1.403361507228296],
+ [103.96108256149076, 1.403377699953719],
+ [103.9611307720663, 1.4034424505105925],
+ [103.96119503475624, 1.4036205103817105],
+ [103.96119500854257, 1.4037500059440289],
+ [103.96125927486085, 1.403911879544714],
+ [103.9613395978427, 1.4041546881132263],
+ [103.9613395662122, 1.4043165571122025],
+ [103.96132345986398, 1.4044784251880775],
+ [103.96127518417877, 1.4047535989027875],
+ [103.96122698350935, 1.4046402877431658],
+ [103.9612270052053, 1.4045269793533108],
+ [103.96127525377094, 1.404397487466927],
+ [103.96129135561122, 1.4042518065623282],
+ [103.96125922695562, 1.4041546825922062],
+ [103.96122709107657, 1.4040899329639636],
+ [103.96116281571047, 1.4039766208769273],
+ [103.96108246653472, 1.40386330695809],
+ [103.96106641081117, 1.4037661848131469],
+ [103.9610664334172, 1.4036528755173194],
+ [103.96105037498037, 1.4035719405433542],
+ [103.96087355763252, 1.4035719285483477],
+ [103.96084140187304, 1.4036043001337564],
+ [103.96079315057719, 1.4037499791843084],
+ [103.9607288155079, 1.4039442179173909],
+ [103.96063235090222, 1.404041333572345],
+ [103.96048768205023, 1.4040413234070228],
+ [103.96040731660493, 1.4040089435125764],
+ [103.96027874149304, 1.4039118139451736],
+ [103.96019842045119, 1.4036528172523663],
+ [103.96018236204367, 1.4035718822696628],
+ [103.96013415238804, 1.4035071316909884],
+ [103.96002163843858, 1.40347474991709],
+ [103.95992520192831, 1.403426182802942],
+ [103.95970016769424, 1.4033937944769785],
+ [103.95961979772659, 1.4033937888968253],
+ [103.95950728016204, 1.4033775942693614],
+ [103.95937869241122, 1.403345212431006],
+ [103.95928226227292, 1.4032642709431735],
+ [103.9591697547006, 1.4031995156847874],
+ [103.95904117059148, 1.4031509466535839],
+ [103.95889649815551, 1.4031671235571366],
+ [103.95886434600139, 1.4031833079443563],
+ [103.9588643332786, 1.4032480557315985],
+ [103.95884824674219, 1.403312802578029],
+ [103.95880001351118, 1.4033613594652048],
+ [103.95867141577236, 1.4033775382014246],
+ [103.95849460568768, 1.4033451516778428],
+ [103.95841424028826, 1.4033127726139856],
+ [103.95830173636743, 1.403231830138395],
+ [103.95822137370997, 1.4031832647983338],
+ [103.95818925703894, 1.403021392983041],
+ [103.95818928252294, 1.4028918974049223],
+ [103.95818930253499, 1.4027947770777334],
+ [103.95826969976446, 1.4026652871311214],
+ [103.95838223913267, 1.402568172513844],
+ [103.95847870105024, 1.4024872450256562],
+ [103.95852693247502, 1.4024386881458986],
+ [103.95862339711572, 1.4023415725750406],
+ [103.95862341347961, 1.402260638517853],
+ [103.95855913192321, 1.4021796988788011],
+ [103.9585269934125, 1.4021311363761335],
+ [103.95835016068045, 1.4022120582374598],
+ [103.95822155025554, 1.4022929847329368],
+ [103.95822154388418, 1.4023253581754254],
+ [103.95801254169159, 1.4025034002585357],
+ [103.95780356039421, 1.402584321092236],
+ [103.95770711210191, 1.4026005007643252],
+ [103.95764281780647, 1.4025843097931805],
+ [103.95749816178933, 1.4025195516426956],
+ [103.95738566431912, 1.4024062365768692],
+ [103.95735353859412, 1.4022929253603553],
+ [103.95735357051107, 1.4021310563337073],
+ [103.9573857445554, 1.40200156355851],
+ [103.95748221471453, 1.4018720754928755],
+ [103.95753046071027, 1.4017587699370169],
+ [103.95762694177056, 1.4015807203449782],
+ [103.95767517773534, 1.4015159763086467],
+ [103.95772340641973, 1.4014836057149018],
+ [103.95772342281715, 1.401402671654339],
+ [103.95770736725584, 1.401305548565665],
+ [103.95757878237791, 1.4012569794408367],
+ [103.95741804262184, 1.4012407809440832],
+ [103.95736980755306, 1.4013055249753192],
+ [103.9572894230817, 1.4013702680048448],
+ [103.9571125711909, 1.4015483119123027],
+ [103.95704824773068, 1.4016778027767847],
+ [103.95695178304399, 1.4017749173819198],
+ [103.95685533477536, 1.401791097016366],
+ [103.95672673070591, 1.4018396490832383],
+ [103.956565955291, 1.4020015067371545],
+ [103.95654984586533, 1.4021795619859303],
+ [103.95642122168063, 1.402325235276736],
+ [103.9562443796999, 1.402454718509482],
+ [103.95614791769864, 1.4025356459117804],
+ [103.95595501653261, 1.4025841941000203],
+ [103.95590678965303, 1.4026003774862486],
+ [103.95576211811036, 1.4026165541937197],
+ [103.95568173720054, 1.4026651090955702],
+ [103.95555311383266, 1.402810782344821],
+ [103.95542450326715, 1.4028917077923424],
+ [103.9553923355142, 1.4029888271043267],
+ [103.95529585698458, 1.403150689446602],
+ [103.95521545956834, 1.4032801793058889],
+ [103.9551029145102, 1.4034096663255478],
+ [103.95500643960125, 1.4035553423876181],
+ [103.95499032729859, 1.4037495839053893],
+ [103.95500637270524, 1.4038952676404273],
+ [103.95494205272776, 1.4040085703804024],
+ [103.95482951589798, 1.4040894976734535],
+ [103.95474912850159, 1.4041704259947672],
+ [103.95465265630204, 1.4042999148705526],
+ [103.95462048574225, 1.40441322135047],
+ [103.95466869251757, 1.4044941592302231],
+ [103.95463652471636, 1.4045912785350703],
+ [103.95450791768202, 1.404656016766553],
+ [103.95445969440813, 1.4046560138560211],
+ [103.95426678294154, 1.4047531207350166],
+ [103.95425068618556, 1.4048664281830643],
+ [103.95417029874338, 1.4049473582965872],
+ [103.95407307986008, 1.4049912782683307],
+ [103.95394544902061, 1.405098355032411],
+ [103.95375400918122, 1.4052268440629945],
+ [103.95364765973254, 1.405269671118456],
+ [103.95352003745107, 1.4053339136590117],
+ [103.95337115522553, 1.4053553203769276],
+ [103.95334987899533, 1.405398153871055],
+ [103.95324349943655, 1.405590900620617],
+ [103.95311585222342, 1.4057836457513133],
+ [103.95300946402811, 1.4060192276004733],
+ [103.95300944252418, 1.4061263140133635],
+ [103.95303068956113, 1.4062334002331867],
+ [103.95320075781135, 1.406618921883543],
+ [103.95326454195295, 1.4067260113266724],
+ [103.95324324761947, 1.406854513226149],
+ [103.95317942138696, 1.4069615947970078],
+ [103.95315810735184, 1.4071971822028955],
+ [103.95296664580181, 1.407432757596558],
+ [103.95275393376656, 1.4075826629537285],
+ [103.95266883463691, 1.407711159093634],
+ [103.95260500495239, 1.40783965865816],
+ [103.95239227133203, 1.408096649495885],
+ [103.95232843211369, 1.4082679814495598],
+ [103.95232840628213, 1.4083964849648525],
+ [103.95239218523811, 1.4085249933401303],
+ [103.95245596510001, 1.4086534999041407],
+ [103.95264734935566, 1.4088034341783033],
+ [103.95264734505362, 1.4088248503754253],
+ [103.95292379750063, 1.4089962081921967],
+ [103.9530088536706, 1.4090818830532572],
+ [103.95313645467677, 1.4091247251250227],
+ [103.95328533194736, 1.409124736407389],
+ [103.95343420921708, 1.409124746775819],
+ [103.95354055973766, 1.4090819197160753],
+ [103.95364692223355, 1.4089748413498193],
+ [103.95373202993062, 1.408803510070422],
+ [103.95385964719618, 1.4087606846048737],
+ [103.95414874701571, 1.4085956705072125],
+ [103.9544124776542, 1.408493613052209],
+ [103.95457770469703, 1.4086694648253053],
+ [103.95457421106885, 1.4088445133076888],
+ [103.95451815759, 1.4090209988596556],
+ [103.95443436266585, 1.409137993315391],
+ [103.95432820006604, 1.4091653350153655],
+ [103.95415696886062, 1.40913271005727],
+ [103.95409477179427, 1.4090487170675776],
+ [103.95397941042066, 1.4089891871249067],
+ [103.95389580500088, 1.4090349259693644],
+ [103.95389132298548, 1.4091945117251194],
+ [103.95373575602088, 1.4093395387863745],
+ [103.95343256657759, 1.4095101000250918],
+ [103.95326057102056, 1.4095196743807372],
+ [103.95292111145706, 1.4093450894874515],
+ [103.95288434276254, 1.409371274475565],
+ [103.95287949337023, 1.409429278696229],
+ [103.95282793247645, 1.409549138264014],
+ [103.9527882011422, 1.4094164948265817],
+ [103.95278751541746, 1.409255692062182],
+ [103.95251843083759, 1.409056977805299],
+ [103.95231367032544, 1.4089969305597585],
+ [103.95227126298244, 1.4090224004777332],
+ [103.95216306381997, 1.409042943191052],
+ [103.95203481828523, 1.4089771682842682],
+ [103.95197951665638, 1.4089037097906065],
+ [103.95198407243427, 1.4087075516224057],
+ [103.95209058688995, 1.4085479678637698],
+ [103.95213359859936, 1.4083199135876066],
+ [103.95220528370794, 1.4081376981427232],
+ [103.95214658199328, 1.4079959080388278],
+ [103.95219106036083, 1.4078601736766507],
+ [103.95239649734306, 1.4076533509067863],
+ [103.95278078326467, 1.4073677507878708],
+ [103.95287213203959, 1.4072396703293326],
+ [103.952997664465, 1.4070015824122026],
+ [103.95300651089627, 1.4067701159229817],
+ [103.95292896199241, 1.4064808579218173],
+ [103.95269883753262, 1.4060691987524396],
+ [103.95248310673334, 1.4058365898367977],
+ [103.95212598304488, 1.4057784513361715],
+ [103.95166402258624, 1.405824975427918],
+ [103.95145429721433, 1.4058086497167364],
+ [103.95137288168495, 1.4057469293388756],
+ [103.95133271692436, 1.4056764779578257],
+ [103.95098415856059, 1.4056722650487623],
+ [103.95081716596682, 1.405741832519581],
+ [103.95077587390725, 1.4057874045116074],
+ [103.95068587631322, 1.4058391901256615],
+ [103.95071172857939, 1.4059303620834096],
+ [103.95077505447651, 1.4059687562850365],
+ [103.950941534946, 1.4059001972056073],
+ [103.9514203616485, 1.4062971037326955],
+ [103.95156912868131, 1.4062883573039826],
+ [103.95170388606728, 1.4061755647249268],
+ [103.95182022559182, 1.4060170232115867],
+ [103.95190707776307, 1.405958036280801],
+ [103.95213283414203, 1.405926768171346],
+ [103.95242574245296, 1.4059488295377205],
+ [103.9525108123415, 1.4060596438856836],
+ [103.95257029893195, 1.4062103147798584],
+ [103.9526585573168, 1.4063449236263568],
+ [103.95285817873523, 1.4069549444227851],
+ [103.95281289698623, 1.40721231371888],
+ [103.95248464247226, 1.407449907424473],
+ [103.95206801652704, 1.407789230069688],
+ [103.95191623090683, 1.407954914256247],
+ [103.9518859266094, 1.408567663597802],
+ [103.9518105451969, 1.4086175167956412],
+ [103.95177059990964, 1.4087841213192926],
+ [103.95187919015991, 1.409034409714003],
+ [103.95229735987584, 1.4095230005960193],
+ [103.95264231483846, 1.4096382274984838],
+ [103.95301062526563, 1.409707537775764],
+ [103.95324103429992, 1.4097710581822467],
+ [103.95307758106726, 1.4099469578193558],
+ [103.9529299594031, 1.4099359720303686],
+ [103.95276010333359, 1.4101217946386801],
+ [103.95249413844354, 1.4102394079720102],
+ [103.95220740704248, 1.410388261721489],
+ [103.95187723272525, 1.4104139119045902],
+ [103.9516185835711, 1.41032686854389],
+ [103.95173034588052, 1.4102568814828982],
+ [103.95171589637984, 1.4099668641696634],
+ [103.95159414552569, 1.4097894978687495],
+ [103.95158129218815, 1.4097004695085842],
+ [103.95146277048144, 1.4095510957518347],
+ [103.95132576691599, 1.409459043205533],
+ [103.95103532527237, 1.4094290024252671],
+ [103.95093762789813, 1.409289874000427],
+ [103.95085151342738, 1.409189647925605],
+ [103.95089269143418, 1.4089292700464024],
+ [103.95089794167674, 1.4086209311482465],
+ [103.95078795124432, 1.4082746320711892],
+ [103.95073864168512, 1.408098683692688],
+ [103.9507413458259, 1.4079431287552764],
+ [103.95067847973829, 1.4077747361018267],
+ [103.95071196330197, 1.407624440279277],
+ [103.95073710983642, 1.4074027572484897],
+ [103.95072459110793, 1.4072115621711383],
+ [103.95067437900416, 1.4070995142499285],
+ [103.95043438554957, 1.4069547732820757],
+ [103.95034302501256, 1.4067953008718839],
+ [103.95041917820629, 1.4066356608378308],
+ [103.95051070356641, 1.406352481448782],
+ [103.95058483638353, 1.4062760627224027],
+ [103.95061891880059, 1.4062238946802754],
+ [103.95068418610727, 1.4061456504923808],
+ [103.95068640037373, 1.4060588858803689],
+ [103.95063819969113, 1.40600812737744],
+ [103.95058543009516, 1.4060008978610719],
+ [103.9505231416983, 1.4060633264112288],
+ [103.95048947556732, 1.4060843156429543],
+ [103.95018046178161, 1.4065467496641133],
+ [103.95001965854372, 1.4068335608316929],
+ [103.9499253430439, 1.4070088309547184],
+ [103.94984565605098, 1.4071578394723985],
+ [103.94973879283542, 1.4072267219644279],
+ [103.94964410863084, 1.4072518209573408],
+ [103.94953496616321, 1.4073845234862103],
+ [103.94941830214691, 1.4076363552979811],
+ [103.94926451390391, 1.4076304493723295],
+ [103.9491786913658, 1.4077074447258742],
+ [103.94907712726727, 1.408145178259101],
+ [103.94890518865697, 1.4086347325398723],
+ [103.94885030083674, 1.409134140330049],
+ [103.9487242023557, 1.4091650649517027],
+ [103.948549844059, 1.4093871379522698],
+ [103.94850207779886, 1.4094733477466896],
+ [103.94854071928906, 1.4095221614833486],
+ [103.94865663513839, 1.409584490679469],
+ [103.94877883708352, 1.4097299060180817],
+ [103.94876117603155, 1.4097970078564395],
+ [103.9486485391719, 1.4098822378472848],
+ [103.94845504333486, 1.4098960480490452],
+ [103.9481190366087, 1.409781340072901],
+ [103.94805912412585, 1.409609642653585],
+ [103.9478619610873, 1.409603081323888],
+ [103.94733125973471, 1.409775999871079],
+ [103.94695496130787, 1.4099543911601842],
+ [103.94685788187488, 1.410009241875217],
+ [103.946786283229, 1.4101496828882931],
+ [103.94670916677867, 1.4102056902024183],
+ [103.94657040026819, 1.4101684517465276],
+ [103.94648115933003, 1.4101709259263513],
+ [103.94641079337555, 1.4102898882671764],
+ [103.94618255519023, 1.4102780495553746],
+ [103.94603728953234, 1.4103593036349817],
+ [103.94586466383431, 1.4106100591267436],
+ [103.94567736968307, 1.4110870487657459],
+ [103.94518917806575, 1.4112983730573154],
+ [103.94470359098491, 1.4111431129844676],
+ [103.94423878556701, 1.411273449411078],
+ [103.94388745988876, 1.411257257355869],
+ [103.94356451187386, 1.411420667530542],
+ [103.94321589406788, 1.4118545971592826],
+ [103.94228185859905, 1.4121076846802658],
+ [103.9416961334549, 1.412326268570537],
+ [103.94122522716872, 1.4125749929735405],
+ [103.94084778855031, 1.412757528987125],
+ [103.9405949516625, 1.412948562877141],
+ [103.94056308575918, 1.413177630300036],
+ [103.94037278465811, 1.4134801338735896],
+ [103.94012178944952, 1.4138415060951837],
+ [103.93970213847435, 1.4142191067212315],
+ [103.93939103065334, 1.4144872247020914],
+ [103.93928907046657, 1.4144792755214766],
+ [103.93907911366212, 1.4145486732669483],
+ [103.93902544433125, 1.4146788867292925],
+ [103.93892137930159, 1.4147030262160418],
+ [103.93886665370121, 1.4146847578877455],
+ [103.93880886192854, 1.4147217932678748],
+ [103.9388137680425, 1.4147778372857658],
+ [103.9387599896189, 1.4148008982734468],
+ [103.93870183230767, 1.4148421570403364],
+ [103.93866121993682, 1.4149443572737412],
+ [103.93865019049643, 1.4149997662533296],
+ [103.93864861919141, 1.4151065190718624],
+ [103.93858314093316, 1.4152638865467282],
+ [103.93854775425922, 1.4153158157471437],
+ [103.9384960049491, 1.4153615155411452],
+ [103.93846027588299, 1.4153529700419836],
+ [103.93839674919957, 1.415307663477642],
+ [103.93836612111446, 1.415272627160718],
+ [103.93833685147072, 1.4152126828319143],
+ [103.93834394666013, 1.415111762898545],
+ [103.93816816121253, 1.41500142059732],
+ [103.93807616638058, 1.4148545472780885],
+ [103.93806481604604, 1.4146876368563623],
+ [103.9380354977244, 1.414623896011054],
+ [103.93798391554405, 1.4145891337564926],
+ [103.93787203364637, 1.414591860961908],
+ [103.93776313309775, 1.4146312517842627],
+ [103.93773336838721, 1.4148936186214016],
+ [103.93771668036905, 1.4149655541734698],
+ [103.93766871615951, 1.4150172261877887],
+ [103.93740858683013, 1.415129886235543],
+ [103.93693129244542, 1.4152394766721481],
+ [103.93672510302045, 1.4152425933193762],
+ [103.93647704254853, 1.4152134333171345],
+ [103.93630844730569, 1.415197017632568],
+ [103.93614551262809, 1.4153522487760992],
+ [103.93598444784129, 1.4153429663437214],
+ [103.93558641702435, 1.4153570251683767],
+ [103.93536954053802, 1.4153771523234957],
+ [103.93495394949367, 1.4154935313908603],
+ [103.93435045694062, 1.4156334582827774],
+ [103.93428192095602, 1.4156979061595332],
+ [103.9340662309623, 1.4158940863007021],
+ [103.93399552461949, 1.416035913331441],
+ [103.93395291499779, 1.4166713781832494],
+ [103.93383595782879, 1.4171968613274653],
+ [103.93371366126527, 1.417368892694856],
+ [103.93366187300417, 1.417515114094912],
+ [103.93357896517041, 1.4175221020996613],
+ [103.93296320209613, 1.4175221279356023],
+ [103.93279860206336, 1.4175327142887653],
+ [103.93248126585596, 1.4174651413511368],
+ [103.93221620515368, 1.4174867435069416],
+ [103.93201310880221, 1.4173712723588838],
+ [103.93180846003847, 1.4171997135950103],
+ [103.93160105510577, 1.4171079242300966],
+ [103.93106915821956, 1.4171102303898973],
+ [103.93082019627438, 1.4171451204036536],
+ [103.93067352549663, 1.4172141122947473],
+ [103.93062879019314, 1.4172560395323688],
+ [103.93059969161517, 1.417307886966325],
+ [103.93054180274393, 1.4173702352660575],
+ [103.93033432269148, 1.4175024573126014],
+ [103.9301679043977, 1.4176333002700874],
+ [103.93008247918651, 1.4177386159862533],
+ [103.9299626055309, 1.4179692551972525],
+ [103.92981701647184, 1.4181226068432842],
+ [103.92949922416155, 1.4183478145854658],
+ [103.92940004265076, 1.4183934058419596],
+ [103.92923158821881, 1.4184631039614117],
+ [103.92911434226257, 1.4185055560123592],
+ [103.929022292857, 1.418551896673041],
+ [103.9289298512863, 1.4186328373570216],
+ [103.9288637331129, 1.418740010695827],
+ [103.92877288309924, 1.4187812751100264],
+ [103.92844948293153, 1.418796888766957],
+ [103.92836121026198, 1.4188431813152764],
+ [103.92832040492276, 1.4188977124523623],
+ [103.92833103207552, 1.419041007372133],
+ [103.92829258770914, 1.4191490839156107],
+ [103.92828921974042, 1.4192136736357608],
+ [103.92830743606832, 1.4192615290418744],
+ [103.9284194935485, 1.419371016499727],
+ [103.92839367224862, 1.4194498201120143],
+ [103.92834669621736, 1.4194803858948617],
+ [103.92821483757793, 1.4193960468636586],
+ [103.9281352326524, 1.4195303968392017],
+ [103.92800616711314, 1.4198948865388359],
+ [103.92792931439004, 1.4200477613599443],
+ [103.92764778617526, 1.4203226982818702],
+ [103.927522374844, 1.4204150370480328],
+ [103.9274846388292, 1.420486638796566],
+ [103.92743167564737, 1.4206326385635735],
+ [103.92744039474024, 1.4207903029850797],
+ [103.92740682144112, 1.4209843778762603],
+ [103.92719636448963, 1.4213102753878855],
+ [103.92705904584246, 1.4215574632138057],
+ [103.92686888929869, 1.421828382759786],
+ [103.92676695392147, 1.4219537424324709],
+ [103.92652150342917, 1.4221324445336192],
+ [103.92612180979432, 1.4222140188768653],
+ [103.92618703534262, 1.4224304302285626],
+ [103.92631444629433, 1.4225425931700608],
+ [103.92639745548412, 1.4226601316291092],
+ [103.92648849744388, 1.4228964532738069],
+ [103.92653267639633, 1.4232051050324674],
+ [103.92649218614034, 1.4236127345871599],
+ [103.92639680366372, 1.4236603848102716],
+ [103.92628712351882, 1.423770236770081],
+ [103.92626636244549, 1.4240156129102552],
+ [103.92648433671665, 1.4237633872571822],
+ [103.92665449283005, 1.4237205659958514],
+ [103.926739579494, 1.4236563211270812],
+ [103.92680339017542, 1.4236349095477523],
+ [103.92695228208306, 1.4235706693029784],
+ [103.92714371051518, 1.4235064345430772],
+ [103.92731384939566, 1.4235492817005042],
+ [103.92752651035026, 1.4236563847762442],
+ [103.92790931926874, 1.423763501614258],
+ [103.92820705424315, 1.4238706119623634],
+ [103.92829212280488, 1.4238920355016464],
+ [103.92844099752449, 1.4239134654333496],
+ [103.92858985419682, 1.4240205629131046],
+ [103.92873870547315, 1.4241490784020034],
+ [103.92886631149067, 1.4241705055729383],
+ [103.92903645405343, 1.424191935481559],
+ [103.92920659661856, 1.4242133662816867]
+ ]
+ ]
+ },
+ "id": "28"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 35.0,
+ "GDO_GID": 30.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU UNUM"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [104.0542425782629, 1.4322700494638285],
+ [104.05408714687883, 1.4322229023135407],
+ [104.0540357808205, 1.4322218039757117],
+ [104.05397319940298, 1.4322385632533439],
+ [104.05366987749821, 1.43237846590806],
+ [104.05359581517746, 1.432398973038493],
+ [104.05348763209064, 1.432423688725872],
+ [104.0533582805641, 1.4324912132925736],
+ [104.05320729779564, 1.4326107576581273],
+ [104.05314200732634, 1.4327051435738045],
+ [104.05309955163733, 1.4328076402719956],
+ [104.053077627416, 1.4329723565661472],
+ [104.05308183539199, 1.433027768833144],
+ [104.05322060538117, 1.4335100979094002],
+ [104.05324430282532, 1.43386671798737],
+ [104.0532817777436, 1.4339441210011719],
+ [104.0533431827189, 1.433981287757279],
+ [104.05340060558586, 1.4339853500012816],
+ [104.05348856046666, 1.4339401426287555],
+ [104.0537549940232, 1.433803201692414],
+ [104.05386012343784, 1.4337750623831647],
+ [104.05392011612496, 1.4337495464638788],
+ [104.05446941526175, 1.4333693927921556],
+ [104.05456140517518, 1.4333004944563743],
+ [104.05464576068456, 1.433222272034866],
+ [104.05488551940132, 1.4331030200920316],
+ [104.05490510447044, 1.4330879579286633],
+ [104.05491516469434, 1.4330748184509556],
+ [104.0549222917531, 1.4330598605968246],
+ [104.0549268371605, 1.4330354606025908],
+ [104.05492366727283, 1.4330108406962712],
+ [104.05491739096097, 1.4329955016038076],
+ [104.05490808297291, 1.432981812353555],
+ [104.05488969813597, 1.432965885703068],
+ [104.05461722979872, 1.4327840170684152],
+ [104.0545634604774, 1.4327316129955345],
+ [104.05441990731873, 1.4324483470469367],
+ [104.05433044283714, 1.4323335837787181],
+ [104.0542425782629, 1.4322700494638285]
+ ]
+ ]
+ },
+ "id": "29"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 37.0,
+ "GDO_GID": 31.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SEMECHEK"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [104.02961722014791, 1.4123520470131632],
+ [104.0295357399239, 1.412367755410528],
+ [104.0294988721986, 1.412391109081868],
+ [104.0294595860842, 1.4124751173871573],
+ [104.0294428216639, 1.4125764648564854],
+ [104.02948411356344, 1.4126656989373638],
+ [104.02953847556653, 1.4127363102579928],
+ [104.02979207618839, 1.413296225041547],
+ [104.02982948581601, 1.4133375944546234],
+ [104.02989320146115, 1.4133474004159334],
+ [104.02998709285326, 1.4133095097409272],
+ [104.03006246776623, 1.4133534153536167],
+ [104.0301204824831, 1.413337977528718],
+ [104.03015868980548, 1.4132909729464154],
+ [104.03018043620523, 1.4131928906901803],
+ [104.03024303800927, 1.4130687775093767],
+ [104.03026646660766, 1.4129927334237844],
+ [104.0302710681006, 1.4128736715106318],
+ [104.03023888654, 1.4127590070127465],
+ [104.0301730724025, 1.4126599636537993],
+ [104.0300800891028, 1.4125862473607165],
+ [104.02993594355662, 1.4125370679548586],
+ [104.02981447432886, 1.412463140645347],
+ [104.02973073667818, 1.4123909672890025],
+ [104.02961722014791, 1.4123520470131632]
+ ]
+ ]
+ },
+ "id": "30"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 38.0,
+ "GDO_GID": 32.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU DAMAR LAUT"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.71276965639261, 1.3063189201076215],
+ [103.71369730263828, 1.3063423036141453],
+ [103.7145329504703, 1.3060786946234944],
+ [103.71517056497656, 1.305836729136215],
+ [103.71527771118573, 1.3057962811485133],
+ [103.71542505236336, 1.3055939929933007],
+ [103.71604117468253, 1.3050545876357689],
+ [103.71956598044352, 1.3021950092003427],
+ [103.71989659342172, 1.3021950522291104],
+ [103.72087013903837, 1.30138131589939],
+ [103.72087018369764, 1.300900396435755],
+ [103.72077834805056, 1.3009003850802123],
+ [103.72081512697116, 1.300419470881762],
+ [103.72037437848579, 1.2996795383162638],
+ [103.7219172372988, 1.299679738413948],
+ [103.72191674274693, 1.29954426118427],
+ [103.72191674548418, 1.2995228051701642],
+ [103.72191726293441, 1.2994022843419781],
+ [103.71826216054255, 1.2993833141341762],
+ [103.71796829608341, 1.299235300743381],
+ [103.7176560332863, 1.299438725535094],
+ [103.71747237419589, 1.299272229272582],
+ [103.71712339451109, 1.299272183299397],
+ [103.71697643834361, 1.2994571340865622],
+ [103.71600297125711, 1.2994385086390954],
+ [103.71600299052831, 1.299235043265914],
+ [103.71552543927199, 1.2992349811113078],
+ [103.71552541645163, 1.2994754403489557],
+ [103.71537847597298, 1.299493917721401],
+ [103.71524992545548, 1.2992719376183335],
+ [103.71493766418895, 1.2994383690887341],
+ [103.71188868641168, 1.2994194687591494],
+ [103.71127945509365, 1.2994288816631012],
+ [103.711300623043, 1.3026064099884511],
+ [103.71109858275662, 1.3026063829516592],
+ [103.71111693020441, 1.3028098518924098],
+ [103.71093325614137, 1.3028098266415375],
+ [103.71095164297886, 1.3026063631138023],
+ [103.71040062084322, 1.3026247869318008],
+ [103.71040060648332, 1.302772761467499],
+ [103.7100699935439, 1.3027727171782302],
+ [103.71005157157617, 1.303327621452188],
+ [103.71067606242433, 1.3033277045882612],
+ [103.71067602475982, 1.303716139215541],
+ [103.71113520963029, 1.3037162005715017],
+ [103.71113523827398, 1.303420249685255],
+ [103.71130054434272, 1.3034202722211847],
+ [103.71135541136913, 1.305861867005224],
+ [103.71143395516717, 1.306958168241688],
+ [103.7121425197352, 1.3071938606805116],
+ [103.71216345428515, 1.3071327023596455],
+ [103.71246066082325, 1.3065494769700117],
+ [103.71259944238476, 1.3063729991057882],
+ [103.71276965639261, 1.3063189201076215]
+ ]
+ ]
+ },
+ "id": "31"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 39.0,
+ "GDO_GID": 33.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU BUAYA"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.70437014742531, 1.28485324958089],
+ [103.70445052205723, 1.2847723240612077],
+ [103.70451482193874, 1.2847075849093397],
+ [103.70456304788274, 1.2846428440360045],
+ [103.70457913809403, 1.284497168312948],
+ [103.70457914924444, 1.2844000497163934],
+ [103.70457916381147, 1.2842705594600077],
+ [103.7045791817948, 1.2841086957349654],
+ [103.70456312162031, 1.2839953900413608],
+ [103.70451491367606, 1.2838982680957238],
+ [103.70445062667909, 1.28384970237156],
+ [103.70435420307042, 1.2837202036045174],
+ [103.70433813777782, 1.2836554558520032],
+ [103.70428992210938, 1.2836230790311574],
+ [103.70420955354247, 1.2836554447996076],
+ [103.70416132671268, 1.283720186572028],
+ [103.70417738857952, 1.2838173050802193],
+ [103.70417737741617, 1.2839144236756739],
+ [103.70416130096335, 1.2839467945178387],
+ [103.7040648550317, 1.2840115311222697],
+ [103.7038398162755, 1.284157188961662],
+ [103.70369517098332, 1.284043871281895],
+ [103.70363088400052, 1.283995306442613],
+ [103.70353443805564, 1.2840600430253346],
+ [103.70350227908776, 1.2841733444479375],
+ [103.70350227132819, 1.2842380895734073],
+ [103.7033254387099, 1.2844970565079226],
+ [103.70319684666963, 1.2845617896201227],
+ [103.70316468939644, 1.284658905659098],
+ [103.70318074435667, 1.2848207701983796],
+ [103.70327716793746, 1.2849502690070342],
+ [103.70343788367865, 1.2850797747212421],
+ [103.70355039151232, 1.2851121575608084],
+ [103.70363075670275, 1.2851121643817747],
+ [103.703695053183, 1.2850797978165998],
+ [103.70382364524053, 1.285015063776434],
+ [103.7039040087155, 1.2850312577743355],
+ [103.70401651312991, 1.2850960131568334],
+ [103.70414509743628, 1.2850960242263358],
+ [103.70424154340961, 1.2850312876233434],
+ [103.70430584582584, 1.2849341750100831],
+ [103.70437014742531, 1.28485324958089]
+ ]
+ ]
+ },
+ "id": "32"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 40.0,
+ "GDO_GID": 34.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU BUAYA"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.70443459394328, 1.283493600638222],
+ [103.70443460509523, 1.2833964838501823],
+ [103.7044346111204, 1.2833479240996137],
+ [103.70443462137331, 1.2832508064070545],
+ [103.70446677516013, 1.2831860638128614],
+ [103.70454716087822, 1.2830080214946928],
+ [103.70454716941778, 1.2829270891792934],
+ [103.70454717885556, 1.2828461577682508],
+ [103.70446682317314, 1.2827652177639284],
+ [103.70429001388311, 1.282813762217849],
+ [103.70425784723123, 1.2829918087841548],
+ [103.70425784039222, 1.2830565539122143],
+ [103.70422568318229, 1.2831536690674201],
+ [103.70417745465315, 1.2832345971233385],
+ [103.7041774417816, 1.2833479010967985],
+ [103.70412921585613, 1.2834126428693167],
+ [103.70408098731856, 1.2834935691137108],
+ [103.7041131256326, 1.2835583185888622],
+ [103.70419349077629, 1.2835583253870673],
+ [103.70425778721014, 1.283525957898204],
+ [103.70427386023873, 1.2835259596188577],
+ [103.70438637143927, 1.2835259689475005],
+ [103.70443459394328, 1.283493600638222]
+ ]
+ ]
+ },
+ "id": "33"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 41.0,
+ "GDO_GID": 35.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SALU"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.70745514880714, 1.2165519973174996],
+ [103.7074872981006, 1.2165034435670243],
+ [103.70755159503597, 1.2164225223568452],
+ [103.70759981784697, 1.2163739702628875],
+ [103.70764804634695, 1.216260675711244],
+ [103.70764805293598, 1.2161959332546344],
+ [103.70764806446643, 1.216082633729402],
+ [103.70763199768598, 1.2160340750033147],
+ [103.70748734769664, 1.21603406008147],
+ [103.70732661939016, 1.2160987850440381],
+ [103.70718196204767, 1.2161796988530362],
+ [103.70700516275663, 1.2162282367465],
+ [103.70679621670996, 1.2163091429818529],
+ [103.70665155934284, 1.2163900558549112],
+ [103.70650689776075, 1.216503339493796],
+ [103.70641045313761, 1.2166166290240157],
+ [103.70631401091882, 1.2166975468710828],
+ [103.70605683127523, 1.2169403046273166],
+ [103.7058960854068, 1.217166886980428],
+ [103.70596037079822, 1.2171992644280671],
+ [103.70602465950637, 1.217199271100473],
+ [103.7061371642967, 1.217199283677814],
+ [103.70624967074377, 1.2171831099590014],
+ [103.70642647431578, 1.2171022004449839],
+ [103.7065389807583, 1.2170860267134063],
+ [103.7067157742534, 1.2170860459242037],
+ [103.70681221227281, 1.2170374979335874],
+ [103.70692472787066, 1.216940396343373],
+ [103.70708546449107, 1.216794742664627],
+ [103.70723012352057, 1.2166976434772039],
+ [103.70745514880714, 1.2165519973174996]
+ ]
+ ]
+ },
+ "id": "34"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 42.0,
+ "GDO_GID": 36.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SUDONG"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.71472115048044, 1.2028208271207688],
+ [103.7140943254193, 1.2029502484146994],
+ [103.71361215856729, 1.2029987562175173],
+ [103.71346750852923, 1.2030149270806316],
+ [103.71316213750958, 1.2030310808691222],
+ [103.71277639499871, 1.2031443415986491],
+ [103.71248709329454, 1.2031928686178084],
+ [103.7121817093598, 1.2033385081454824],
+ [103.71195669835754, 1.2033546699061077],
+ [103.71166739895793, 1.203370826049798],
+ [103.71131379983753, 1.2035002752031496],
+ [103.71110485489672, 1.2035811809902892],
+ [103.71100842067717, 1.2035973566047808],
+ [103.71063875706385, 1.2036458752679082],
+ [103.7103655318127, 1.2036458466050617],
+ [103.71012445076391, 1.2036458220894082],
+ [103.7095137069917, 1.2036943160592548],
+ [103.70920833591799, 1.2037104693920828],
+ [103.70879045643287, 1.2037589828759532],
+ [103.70853329883526, 1.203807512744915],
+ [103.7080671976739, 1.2039045782537503],
+ [103.70777789913424, 1.2039207330694306],
+ [103.70747252476379, 1.2039692578860919],
+ [103.70729572464721, 1.204033983085016],
+ [103.70719928054845, 1.2041472717996464],
+ [103.70708676717717, 1.2042281880781458],
+ [103.70703853234527, 1.2044062251105556],
+ [103.70703850679206, 1.2046490095642037],
+ [103.70703848945583, 1.204810866167835],
+ [103.70707061722844, 1.204972726079566],
+ [103.7071830919424, 1.205264079181082],
+ [103.70718308865582, 1.2052964517679754],
+ [103.70731164655068, 1.2054745069871409],
+ [103.70748842034217, 1.2056525671580558],
+ [103.70763305903755, 1.2057496961665204],
+ [103.70774555188082, 1.2058630081610582],
+ [103.70790626225985, 1.2059601379031],
+ [103.70809911196119, 1.206105828911505],
+ [103.70851696236232, 1.2063486571122517],
+ [103.70874195055417, 1.20654290844728],
+ [103.70895086474155, 1.2067695298071837],
+ [103.70911157522058, 1.206866660391358],
+ [103.70938478356848, 1.2070285449253044],
+ [103.70965801004512, 1.207028573722151],
+ [103.70986694551964, 1.2070447813279215],
+ [103.71009194127845, 1.2071742900985618],
+ [103.71020443753974, 1.2072552294161731],
+ [103.71046156457578, 1.207514227272754],
+ [103.71070263460086, 1.207627551339122],
+ [103.71097583826345, 1.2078379937109414],
+ [103.71116868502995, 1.2080160553114245],
+ [103.71153831667593, 1.2082750635958313],
+ [103.71166687823253, 1.2084207487693492],
+ [103.71181150429207, 1.2086473625237473],
+ [103.71195613684326, 1.2088092338017278],
+ [103.7121971960039, 1.2091718364788677],
+ [103.71243824921063, 1.2094470179467174],
+ [103.71255073756738, 1.209608885949888],
+ [103.71279178762131, 1.2099164381766856],
+ [103.71290427440472, 1.2100944915606258],
+ [103.71316139874052, 1.210385859992065],
+ [103.7134185247402, 1.2106610421072497],
+ [103.71359530087946, 1.2108229165546431],
+ [103.7137399432954, 1.2108876754021785],
+ [103.71415779638767, 1.2110981311574234],
+ [103.71435065341228, 1.2111952647023236],
+ [103.71451136275648, 1.2113085804005392],
+ [103.7148167242027, 1.2113895398145262],
+ [103.71517029616682, 1.2115352474067131],
+ [103.71562030676377, 1.2116324075161053],
+ [103.71582924266903, 1.2116486146985848],
+ [103.71589352877585, 1.2116648065149347],
+ [103.71613460739427, 1.2116972022787011],
+ [103.71637568761312, 1.2117134126275688],
+ [103.71660069703361, 1.2117296204495338],
+ [103.71676141287544, 1.2117781935446343],
+ [103.7169703456287, 1.2118267723330385],
+ [103.71706677536292, 1.2118591536192589],
+ [103.71719534533018, 1.2119239088867708],
+ [103.71737213379933, 1.2119724844497353],
+ [103.71753285532961, 1.2119725013179565],
+ [103.71761321564586, 1.2119725092962668],
+ [103.71777393807606, 1.2119725252457663],
+ [103.717870370097, 1.2119725348107973],
+ [103.71795073447967, 1.2119401710852198],
+ [103.71809538657408, 1.2119078146321836],
+ [103.7181918242383, 1.2118592680008475],
+ [103.71833647158336, 1.211875467719073],
+ [103.71857754711067, 1.2119402349631885],
+ [103.7187543292992, 1.2120535520186033],
+ [103.71889897508274, 1.2120859380075153],
+ [103.71902755074203, 1.2121021370066405],
+ [103.71912398209375, 1.212118331922623],
+ [103.71931683445007, 1.212247836830544],
+ [103.71938111272345, 1.2123449573531904],
+ [103.71958029577137, 1.2124161645209188],
+ [103.71974101419416, 1.2124485511468006],
+ [103.71988565215341, 1.2125618658732868],
+ [103.72025530034676, 1.2126752018186404],
+ [103.7206570825885, 1.212885656866031],
+ [103.72115527975187, 1.213274162479156],
+ [103.7212356269326, 1.2134198416339086],
+ [103.72126776723233, 1.2134522155757415],
+ [103.72136419395974, 1.2135169675108315],
+ [103.72146062538246, 1.2135331623489036],
+ [103.72163742186797, 1.2135008088562147],
+ [103.7217981481967, 1.213452268383578],
+ [103.72200708900313, 1.21341991800796],
+ [103.7221838870371, 1.2133713781766964],
+ [103.72244105190491, 1.2132742908841745],
+ [103.72274643500914, 1.2131448356586412],
+ [103.7230357386045, 1.2130963076281023],
+ [103.72316431500845, 1.2130963201342264],
+ [103.72340540165786, 1.213047787373707],
+ [103.72369471233564, 1.2129345158701923],
+ [103.72398402054509, 1.2128374306355865],
+ [103.72412867264651, 1.2128050738561305],
+ [103.72436976389764, 1.2127079839060817],
+ [103.72443405717864, 1.21265943302804],
+ [103.72461085912029, 1.2125785222317174],
+ [103.72478765642273, 1.212546168522565],
+ [103.72490016572455, 1.2124976222904382],
+ [103.72498053931102, 1.212368145957116],
+ [103.72490019130196, 1.2122386522961315],
+ [103.72473946907039, 1.212254822169334],
+ [103.72459481610454, 1.2122871789850487],
+ [103.72436979750674, 1.2123842705150532],
+ [103.72419299003383, 1.212513739299312],
+ [103.72404833085974, 1.2126108376760196],
+ [103.72393582308943, 1.212643197568308],
+ [103.723807245805, 1.212643185100994],
+ [103.72371081838946, 1.2125946186485044],
+ [103.72359832456947, 1.2124813081371966],
+ [103.7235661926536, 1.212351820025744],
+ [103.72353406629017, 1.2121737748162298],
+ [103.7235340811423, 1.2120281035225506],
+ [103.72359041606923, 1.2118063684909506],
+ [103.72365471798564, 1.211676888832046],
+ [103.72373509225059, 1.2115312271402554],
+ [103.72379939415278, 1.2114017474764067],
+ [103.72392798221222, 1.211288460342946],
+ [103.724040494566, 1.2112075442508794],
+ [103.72408872229808, 1.2110942484194298],
+ [103.7241530155428, 1.2110456984488716],
+ [103.72426553276804, 1.2109324097403136],
+ [103.72436197648608, 1.2108191203759606],
+ [103.72455485463647, 1.2106896540258811],
+ [103.72468344108881, 1.210592552248486],
+ [103.72481202907417, 1.2104792659696826],
+ [103.72494061396677, 1.2103983495769466],
+ [103.725085272989, 1.2103012502327841],
+ [103.72521385542782, 1.210236520128718],
+ [103.72543887253885, 1.2101717993061447],
+ [103.72563174291214, 1.2101232616744277],
+ [103.72584068190565, 1.210107097276622],
+ [103.72603354766625, 1.2101071158133858],
+ [103.72624248512564, 1.2101071367836533],
+ [103.726403204164, 1.2101233376075506],
+ [103.72675678375002, 1.2102043003152574],
+ [103.72720679840803, 1.2102529023078992],
+ [103.72730322824351, 1.2102852823297636],
+ [103.72752822979574, 1.2103662326435451],
+ [103.72783359103641, 1.2104633769135926],
+ [103.72801037509755, 1.2105605070843966],
+ [103.72813894379162, 1.210641448153278],
+ [103.72826751034899, 1.2107547600177544],
+ [103.7283478515059, 1.2109489960965856],
+ [103.72834783172921, 1.2111594099210656],
+ [103.72834782170256, 1.2112565232285257],
+ [103.72839603011194, 1.211337456632338],
+ [103.72847638981685, 1.211353650589617],
+ [103.72852460583378, 1.2113536551798685],
+ [103.7286853349854, 1.2112727416623763],
+ [103.72874962816249, 1.2112241915752096],
+ [103.7288139183002, 1.2112080122878222],
+ [103.72894250250789, 1.2111432810978715],
+ [103.72910323315304, 1.21104618396094],
+ [103.72926396378735, 1.2109490850046225],
+ [103.7294729164782, 1.210787249005541],
+ [103.72964973633317, 1.2105121094204112],
+ [103.72968188909908, 1.2104311854593475],
+ [103.72971404399011, 1.2103178879818914],
+ [103.72971405760502, 1.210172216656694],
+ [103.72977836071065, 1.2100265523236455],
+ [103.7298908758803, 1.209913264259131],
+ [103.72992302168691, 1.2098970818995596],
+ [103.73045337647059, 1.2101722883872086],
+ [103.7305337473235, 1.210058997258337],
+ [103.73006768203773, 1.2097837959636537],
+ [103.72995518803604, 1.2096704847979562],
+ [103.72995521311024, 1.2094115147556805],
+ [103.73001951679407, 1.2092496641073776],
+ [103.73006774726593, 1.2091039973388356],
+ [103.73013205575081, 1.2089097758829117],
+ [103.73016421814701, 1.2087155513868721],
+ [103.73022852420635, 1.2085375153284894],
+ [103.73032497815991, 1.2083109260974727],
+ [103.73035714143047, 1.2081167006921523],
+ [103.7304535893271, 1.2079548539660079],
+ [103.73053396100558, 1.2078415610209603],
+ [103.73053397245071, 1.207728262302211],
+ [103.73048575408924, 1.2077444431554558],
+ [103.73024465502075, 1.2079224625325675],
+ [103.73019641100473, 1.208213798829127],
+ [103.73011602330787, 1.2084889475880718],
+ [103.73003563800128, 1.208747910036645],
+ [103.72993918763993, 1.2089259430482993],
+ [103.72984274572083, 1.2090230481430895],
+ [103.72971416102132, 1.2091039638847045],
+ [103.72960164739403, 1.2092010674477323],
+ [103.7293444825013, 1.2093143408857112],
+ [103.72931233821367, 1.2093143378375046],
+ [103.72907126257103, 1.209249572454887],
+ [103.72905519694156, 1.209184828420378],
+ [103.72868555936168, 1.2089581922652468],
+ [103.72855699224291, 1.208861066730416],
+ [103.72836413111457, 1.2088124912751264],
+ [103.72802663882408, 1.2085858580973432],
+ [103.72791414495931, 1.208472548665964],
+ [103.72788201376302, 1.2083430596836189],
+ [103.72781773282864, 1.2082621256466568],
+ [103.72789811375416, 1.2080517194823317],
+ [103.72810708480871, 1.2077118414514052],
+ [103.72821959993809, 1.207598552548003],
+ [103.72834818915939, 1.207469079767092],
+ [103.72852499065813, 1.2073881686705124],
+ [103.7288464354358, 1.2073558293111553],
+ [103.72905537814813, 1.207307291127874],
+ [103.72926431541401, 1.2073073118452282],
+ [103.7295214740641, 1.2072587800034853],
+ [103.72966613428076, 1.2071454940762232],
+ [103.72985900801964, 1.2070483990059602],
+ [103.72997152546122, 1.2069189246184702],
+ [103.73026084581136, 1.2066923536043281],
+ [103.73046980502697, 1.206465774976584],
+ [103.7308555760957, 1.2060449845365813],
+ [103.73124134314378, 1.205656565739731],
+ [103.73148244284152, 1.2054785462480446],
+ [103.73164317455824, 1.2053652626120008],
+ [103.7318360406197, 1.205349095302064],
+ [103.73196461609737, 1.205365293663874],
+ [103.73201282902062, 1.2053976689888886],
+ [103.7320128140529, 1.2055595257328313],
+ [103.73193244400426, 1.2056566315229935],
+ [103.73196457777134, 1.2057699350706426],
+ [103.73201279369512, 1.2057699395900707],
+ [103.7321574552322, 1.205640468109492],
+ [103.73225390292828, 1.2054786203952017],
+ [103.73233428697968, 1.205391206663945],
+ [103.73236643271899, 1.2053750224602315],
+ [103.73251109661072, 1.2052293664582139],
+ [103.73260754277743, 1.2050837041312628],
+ [103.73283257633386, 1.2048247550820184],
+ [103.73300938798131, 1.2046305440300846],
+ [103.73326657254911, 1.2043068563214674],
+ [103.73366842585726, 1.203772767271899],
+ [103.73371665304795, 1.2036594721203036],
+ [103.73370059624317, 1.203497613870461],
+ [103.7335881029027, 1.203368117455724],
+ [103.73336309871027, 1.2033195393888263],
+ [103.73320238206995, 1.203270967296785],
+ [103.73296130384558, 1.2032385731034962],
+ [103.73270415247669, 1.2032223627920473],
+ [103.73243093213502, 1.2031575938388073],
+ [103.73222199815328, 1.2031252025862484],
+ [103.73185234099684, 1.2031251670698384],
+ [103.73173982830009, 1.2032060853505457],
+ [103.7317719665302, 1.2032708308809963],
+ [103.7318523206425, 1.2033355809298012],
+ [103.73193267326242, 1.2034165172841724],
+ [103.73193266129243, 1.2035460014147998],
+ [103.73188443552976, 1.2036431111254426],
+ [103.73185228531882, 1.2037078506304169],
+ [103.73165940948701, 1.2038211321789278],
+ [103.73156297231475, 1.2038696793415997],
+ [103.73138617502245, 1.2039182198604461],
+ [103.73109687909053, 1.2038858209706194],
+ [103.73093616036319, 1.2038696195504799],
+ [103.7307272368799, 1.203723928552545],
+ [103.73055045252171, 1.2036429830829496],
+ [103.73040581450798, 1.2035296698273628],
+ [103.730373683836, 1.2033839963664927],
+ [103.73038976994219, 1.203238326545555],
+ [103.73051835583881, 1.2031412244357538],
+ [103.7306469296974, 1.2031736082534943],
+ [103.73079157521893, 1.2032059944820852],
+ [103.7308237194364, 1.2032059975064924],
+ [103.73090408103316, 1.203189818758665],
+ [103.73088801688493, 1.203108889328679],
+ [103.73066301578702, 1.2030279393337127],
+ [103.73038979492328, 1.20297935558306],
+ [103.73016479084106, 1.20293077725813],
+ [103.72971477638107, 1.2028821767608977],
+ [103.72924868816185, 1.2028659463775395],
+ [103.72883081795263, 1.2028173478738706],
+ [103.72820401933699, 1.2026878024515257],
+ [103.72744864701097, 1.202525872931701],
+ [103.7269343537169, 1.2023963370425441],
+ [103.72661291625964, 1.2023477492222927],
+ [103.72620628647753, 1.2023477087776628],
+ [103.7258848367959, 1.2024286058837612],
+ [103.72561159835615, 1.2025580637786746],
+ [103.72549908795504, 1.2026227954822524],
+ [103.72508119332001, 1.2028331691374712],
+ [103.72496868750751, 1.2028493428088407],
+ [103.72472759781303, 1.2029302475009986],
+ [103.72426150108645, 1.2029949441633354],
+ [103.72385969276196, 1.2030596469575283],
+ [103.72355431859586, 1.2031081736241491],
+ [103.7232007292069, 1.2031405101852077],
+ [103.72267035021699, 1.20314045783919],
+ [103.72212389647437, 1.2031727746221146],
+ [103.72128814641998, 1.2031888767715488],
+ [103.72042027183876, 1.203010748035567],
+ [103.71976132955069, 1.2028811975468834],
+ [103.71894167420363, 1.2026707013905376],
+ [103.71849166262666, 1.2026059127524709],
+ [103.71810594262429, 1.2025087605034877],
+ [103.71776843375862, 1.2024601691571357],
+ [103.71730234338837, 1.202460122129332],
+ [103.71682018137828, 1.2024600734268094],
+ [103.71649873716903, 1.2024924123038472],
+ [103.71612907372884, 1.2025409317407263],
+ [103.715862293542, 1.202561973783765],
+ [103.71560513611604, 1.2026105043481516],
+ [103.715267615256, 1.202675212262587],
+ [103.71493009368648, 1.2027561064318988],
+ [103.71472115048044, 1.2028208271207688]
+ ]
+ ]
+ },
+ "id": "35"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 43.0,
+ "GDO_GID": 37.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU BUSING"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.74258114189364, 1.2362242921755837],
+ [103.74299899703561, 1.2364833019282204],
+ [103.74327221289477, 1.2366289979997604],
+ [103.74357757395686, 1.2367585115430906],
+ [103.74393116198374, 1.2367909160673074],
+ [103.74402758867149, 1.2368718526899682],
+ [103.74389886357343, 1.2384580360924138],
+ [103.7433684758819, 1.238474172685105],
+ [103.74336848454743, 1.2383770584494145],
+ [103.74235593097728, 1.2383607785783373],
+ [103.74233981233859, 1.2388625327822893],
+ [103.74327200202491, 1.2389111762129403],
+ [103.74327199101083, 1.2390244758523263],
+ [103.74396310118831, 1.2390083546961774],
+ [103.74396312514043, 1.2387493827947755],
+ [103.74405955909675, 1.2387493923965265],
+ [103.7442525973039, 1.2369042446758025],
+ [103.74439724625307, 1.2369204440068595],
+ [103.74483119024498, 1.2370014127638158],
+ [103.74544192966758, 1.2370985817996145],
+ [103.74613302938462, 1.237195759686716],
+ [103.74626160507349, 1.2372281428873482],
+ [103.74632589291926, 1.237244334033211],
+ [103.74632586635501, 1.2375356758615719],
+ [103.74614907038882, 1.2375356600715417],
+ [103.74614904380304, 1.237827001897883],
+ [103.74621333308885, 1.2378270076415798],
+ [103.74614893315452, 1.2390409263181148],
+ [103.7465025234901, 1.2390409588048352],
+ [103.74653468472444, 1.238862919496532],
+ [103.746325761502, 1.2386848577628256],
+ [103.74635791613885, 1.2385715609842431],
+ [103.74971699284187, 1.2389603221293584],
+ [103.74973303660373, 1.239284036208981],
+ [103.74952409584263, 1.239284017807482],
+ [103.74950798838451, 1.2396724724901553],
+ [103.75045624774361, 1.2397534865409288],
+ [103.75045626686499, 1.239543072627476],
+ [103.75010269046464, 1.2393811838815494],
+ [103.74999020003568, 1.2392031317979466],
+ [103.74999021638227, 1.2390250896050268],
+ [103.75087418761323, 1.2390899115253184],
+ [103.75089028367356, 1.2388309427932824],
+ [103.74708118226428, 1.2384259568123406],
+ [103.74696868781476, 1.2382964608334068],
+ [103.7467597517904, 1.2382640705016326],
+ [103.74666330840071, 1.2383611752444288],
+ [103.74639008307844, 1.2383287791496755],
+ [103.74643834559001, 1.2378270277321675],
+ [103.74659907877658, 1.2377137433245171],
+ [103.74659909159551, 1.2375680719573554],
+ [103.74650265999861, 1.2375518779500567],
+ [103.74650268796847, 1.2372443498099792],
+ [103.74680806066544, 1.2372443779371816],
+ [103.74720986817357, 1.2372444146072237],
+ [103.74764382547507, 1.2371958969458834],
+ [103.74794920190611, 1.2371635541272665],
+ [103.74841530151397, 1.2371312236889933],
+ [103.74875282680378, 1.2370503264945631],
+ [103.7490903548938, 1.2369370575367977],
+ [103.74949217503787, 1.236791423381134],
+ [103.7496046882251, 1.2367266898476104],
+ [103.74979755652684, 1.2367105223124988],
+ [103.74989399834276, 1.2366296028492505],
+ [103.75011902479011, 1.236467765829304],
+ [103.75044050050023, 1.2361278959512834],
+ [103.75072983799875, 1.2357232806769256],
+ [103.75089060482621, 1.2352377243637964],
+ [103.75103529185435, 1.234833096384304],
+ [103.75113176426778, 1.2343960915547236],
+ [103.75100323092455, 1.2338943254251855],
+ [103.7507300232435, 1.2336515149780023],
+ [103.75044073816764, 1.2334734465387147],
+ [103.75015144192318, 1.2334248640474967],
+ [103.74966929869016, 1.2331496643469908],
+ [103.74905856928088, 1.232955382084266],
+ [103.74886571111092, 1.2328582499226455],
+ [103.74854427602985, 1.2327449209883938],
+ [103.74809426406284, 1.23261539523616],
+ [103.74775676055525, 1.2324535085668644],
+ [103.74745139831599, 1.2323401809301653],
+ [103.74700140635484, 1.231984054782359],
+ [103.74655141114752, 1.2316764865945138],
+ [103.74574783956939, 1.23122321449812],
+ [103.74516925353485, 1.2310613050698895],
+ [103.74444600998065, 1.2309641250607382],
+ [103.74364239691347, 1.2309640509550777],
+ [103.7430316439949, 1.231044922872675],
+ [103.74240481018799, 1.23120672111986],
+ [103.74187440509807, 1.2314332713978082],
+ [103.74124755515442, 1.2317731115196915],
+ [103.7407814360906, 1.2320320382228787],
+ [103.74026708121275, 1.2324851897963571],
+ [103.73992951358223, 1.2330192844687387],
+ [103.73980091241366, 1.233262057361018],
+ [103.73981696962088, 1.2334239155817528],
+ [103.73975267166882, 1.2335210239195593],
+ [103.73967230389842, 1.2335857581662004],
+ [103.73965622473179, 1.2336666846138047],
+ [103.73954368802258, 1.2339903877871539],
+ [103.73955974374977, 1.2341684314109795],
+ [103.73962401885188, 1.2343141086514153],
+ [103.73978471457258, 1.234605466075863],
+ [103.73999363263297, 1.2348320844876517],
+ [103.74036328431289, 1.2349616051703223],
+ [103.74070079254771, 1.2350587502516734],
+ [103.74094186789002, 1.2351558864934915],
+ [103.74119900838318, 1.2353177676040195],
+ [103.74163293544012, 1.235592963519089],
+ [103.74195436089369, 1.2358034066245063],
+ [103.74221150241331, 1.2359652876449465],
+ [103.74258114189364, 1.2362242921755837]
+ ]
+ ]
+ },
+ "id": "36"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 44.0,
+ "GDO_GID": 38.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU HANTU"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.7504577165023, 1.2233574083054608],
+ [103.75040950771557, 1.2232602889239623],
+ [103.75026486362566, 1.2231955337407938],
+ [103.75005486479012, 1.223165451649114],
+ [103.74991187844893, 1.2231599016176269],
+ [103.74973395652715, 1.2231935790968507],
+ [103.74969105553608, 1.223176343279771],
+ [103.7494536043901, 1.2229697355909999],
+ [103.74926841857366, 1.2228393602116898],
+ [103.74889876608967, 1.2227422125698177],
+ [103.7487058978968, 1.2227583801103061],
+ [103.74825585798666, 1.2229687544017136],
+ [103.74817548369242, 1.2231144168957704],
+ [103.74801474776451, 1.223260074103469],
+ [103.74775757275914, 1.2234704644133962],
+ [103.7475807715486, 1.2235513767298347],
+ [103.74737182161292, 1.2236808424127676],
+ [103.74719500674591, 1.2239074269906347],
+ [103.74722714183609, 1.2240045431901134],
+ [103.7473717901255, 1.224020741407304],
+ [103.74745215177131, 1.22402074942455],
+ [103.74764501068387, 1.2241016953347954],
+ [103.74769321424598, 1.224247370984099],
+ [103.74770927615359, 1.2243606711661317],
+ [103.74770925972246, 1.2245387133681935],
+ [103.74775746611797, 1.2246520182004872],
+ [103.74791816789892, 1.224878631734601],
+ [103.74785387186347, 1.2249595549035042],
+ [103.7477413609489, 1.2250242865911711],
+ [103.7475645615608, 1.2250728271780473],
+ [103.74743597511196, 1.2251699300542473],
+ [103.74716274029902, 1.2252508337938788],
+ [103.7470823795157, 1.2252508257653223],
+ [103.7468573685843, 1.2252346203969788],
+ [103.74679306116604, 1.2254450277022364],
+ [103.74688947816111, 1.225623079363095],
+ [103.74700196361673, 1.2258496877655],
+ [103.74709837214023, 1.2261248536747924],
+ [103.74711442128051, 1.226383825239431],
+ [103.74709833016242, 1.2265942377300258],
+ [103.74703401332138, 1.2269017592917537],
+ [103.74695363457856, 1.2270959797627308],
+ [103.74685717654341, 1.2273549422411003],
+ [103.74682499991631, 1.2277110237738271],
+ [103.74682497489817, 1.2279861802197196],
+ [103.7468731798883, 1.2281156695697761],
+ [103.74700175090723, 1.2281966098326222],
+ [103.74719461382603, 1.2282451849784701],
+ [103.74738748293217, 1.2282128303602078],
+ [103.7482393345551, 1.227970122795076],
+ [103.74841613886643, 1.2278568387362918],
+ [103.74836792957541, 1.2277759065373328],
+ [103.74748393015129, 1.228067168428814],
+ [103.74727498975975, 1.2280833353180158],
+ [103.74721070070586, 1.2280833296167502],
+ [103.74717856042928, 1.2280347687345268],
+ [103.74714643097062, 1.227872910000012],
+ [103.74714644088859, 1.2277596103391908],
+ [103.74714647437241, 1.2273873396368284],
+ [103.74716257489318, 1.2270798137977348],
+ [103.74724295503671, 1.2268694070073478],
+ [103.74738763267611, 1.2265618925589197],
+ [103.74764480570767, 1.2263676877203062],
+ [103.74777339079733, 1.2262867720550268],
+ [103.74798233900283, 1.2261896762677025],
+ [103.74822343169812, 1.2260925842044879],
+ [103.7484966651659, 1.2260278657684807],
+ [103.74876989440338, 1.226011705337247],
+ [103.74907526673859, 1.226011732208754],
+ [103.74939670756964, 1.2260603193956199],
+ [103.74962171400021, 1.2261088962767817],
+ [103.7498306528364, 1.2261089145999569],
+ [103.74989494464674, 1.2260765494169412],
+ [103.75013603497801, 1.2259956425837082],
+ [103.75031283858436, 1.2258985446959754],
+ [103.75042534808632, 1.2258499964986098],
+ [103.75048965703607, 1.2256395890871203],
+ [103.7504896788718, 1.2253968043328227],
+ [103.7505218387203, 1.2252187649278847],
+ [103.75052185217805, 1.225073093532173],
+ [103.75045758363005, 1.2248464885684747],
+ [103.75029687793524, 1.2246522468954522],
+ [103.75000759941244, 1.2244094350201202],
+ [103.7497826029093, 1.2242475594130555],
+ [103.7497022575502, 1.2240695092539526],
+ [103.74970226824819, 1.223956209582382],
+ [103.74975049521426, 1.2238429141363254],
+ [103.74997552054604, 1.2236810770400277],
+ [103.75018446897418, 1.2235677965535074],
+ [103.75029698067266, 1.2235030647536707],
+ [103.7504577165023, 1.2233574083054608]
+ ]
+ ]
+ },
+ "id": "37"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 45.0,
+ "GDO_GID": 39.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU HANTU"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.75330247411848, 1.223632817210521],
+ [103.75314175586205, 1.2235842462010833],
+ [103.75290067686778, 1.2235356673327933],
+ [103.7527399558628, 1.2235194680248906],
+ [103.7525792348604, 1.223503267803061],
+ [103.75243458931472, 1.2234546972391078],
+ [103.75232209101792, 1.2233737595373673],
+ [103.75206494581585, 1.2232604366584439],
+ [103.75193637020712, 1.2232442400917332],
+ [103.75166314679933, 1.2231956583248045],
+ [103.75142206836547, 1.22313089391697],
+ [103.7512452658806, 1.2232279927998422],
+ [103.75122919041426, 1.2232603622200529],
+ [103.7515184675509, 1.2235193593737543],
+ [103.75159882412677, 1.2235679234943673],
+ [103.75171132191836, 1.2236650466354724],
+ [103.75188810687948, 1.2237621771636482],
+ [103.75193632127478, 1.223794552169497],
+ [103.75195238197436, 1.2239240395571023],
+ [103.75185594159585, 1.2240049591381712],
+ [103.75183986058279, 1.224102072010193],
+ [103.75183985364698, 1.2241829999637697],
+ [103.75174340125459, 1.2243934046267062],
+ [103.75171124843963, 1.224490516100566],
+ [103.75166302431687, 1.2245714398626015],
+ [103.75161479512641, 1.2247009207569148],
+ [103.75156655988401, 1.2249113305068908],
+ [103.75155047885308, 1.2250084433754385],
+ [103.75147011389869, 1.2250569926129367],
+ [103.75140581517897, 1.2251702875980297],
+ [103.75137366005211, 1.2252835835709253],
+ [103.75126112047566, 1.225672029027083],
+ [103.75124504499293, 1.2257044002545503],
+ [103.75118075042225, 1.225769136290753],
+ [103.75121287732696, 1.2259633676216344],
+ [103.75124501487453, 1.2260442983735502],
+ [103.75129322283685, 1.2261414168389535],
+ [103.75119677818084, 1.226270893520449],
+ [103.7511324849869, 1.2263194450492891],
+ [103.75106819179071, 1.2263679956720364],
+ [103.75089138678244, 1.2264812799229243],
+ [103.75077887726047, 1.2265298263298146],
+ [103.7505860032146, 1.2266107383372826],
+ [103.75055385730658, 1.2266269209371334],
+ [103.75050563031559, 1.2267402154899134],
+ [103.75045739913053, 1.226902068077012],
+ [103.75040917771742, 1.2269506209915397],
+ [103.75016807941486, 1.2271124557920003],
+ [103.74975018477302, 1.2273066458836168],
+ [103.74928407424643, 1.2274846462589508],
+ [103.74918763697457, 1.2275170104062885],
+ [103.74918763186268, 1.2275655666312766],
+ [103.74925191950341, 1.227581758596559],
+ [103.74942871853213, 1.2275494033163126],
+ [103.7497823213902, 1.227387577554822],
+ [103.75024843606636, 1.227161020862074],
+ [103.75089135661283, 1.226821178941273],
+ [103.7511163751806, 1.2267402706194106],
+ [103.75113244698841, 1.226740272020681],
+ [103.75121280315516, 1.2268050224714628],
+ [103.75122886661191, 1.2269021372321325],
+ [103.75127708015359, 1.2269345131567557],
+ [103.75140565682919, 1.226950709766494],
+ [103.75156637990526, 1.2269345383489096],
+ [103.75161459990898, 1.2269021717257311],
+ [103.75151818115988, 1.2267403065267268],
+ [103.75140567630105, 1.2267241104182864],
+ [103.7513896206912, 1.2265460668026782],
+ [103.75138962347283, 1.2265136959839376],
+ [103.7516950106733, 1.2263518657504746],
+ [103.75237007585335, 1.2259958417340637],
+ [103.75283620066477, 1.225655983970887],
+ [103.75320589186468, 1.2253161177902885],
+ [103.75359165477023, 1.2249762529370245],
+ [103.75394527948554, 1.2245716418027583],
+ [103.75397743084854, 1.2244907166117236],
+ [103.75391314689247, 1.2244421548464401],
+ [103.75368811117572, 1.2247172901596013],
+ [103.75346308595512, 1.224879127577407],
+ [103.75338272516994, 1.2248791206441285],
+ [103.75328629858261, 1.2247981843649207],
+ [103.75323809056697, 1.2247010650270715],
+ [103.75314166764794, 1.2245877570182717],
+ [103.75306131791196, 1.2244582649848441],
+ [103.75302918308445, 1.2243449616221849],
+ [103.75304526957703, 1.2241831070991231],
+ [103.7530613546873, 1.2240374370816223],
+ [103.7531417273796, 1.2239079589311455],
+ [103.75323816909764, 1.2238108538902384],
+ [103.75331853212738, 1.2237946754153226],
+ [103.75344710915218, 1.2237946865070806],
+ [103.75352746804991, 1.2238270642574274],
+ [103.7536881854304, 1.2238756361492726],
+ [103.75376854618628, 1.2238756439757295],
+ [103.7538006947943, 1.2238270887031784],
+ [103.7537042691275, 1.2237461524401414],
+ [103.75359176802463, 1.223697585610021],
+ [103.75344712244693, 1.2236490150991748],
+ [103.75330247411848, 1.223632817210521]
+ ]
+ ]
+ },
+ "id": "38"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 46.0,
+ "GDO_GID": 40.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SEMAKAU"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.75794009472446, 1.2093881736169476],
+ [103.75806863612591, 1.2098090115380629],
+ [103.75826145500928, 1.2103431554742647],
+ [103.75832573828708, 1.2104079043466374],
+ [103.75837392925479, 1.21069924947114],
+ [103.75858281952658, 1.2112495810586026],
+ [103.75867922838863, 1.2115409311342586],
+ [103.75877563637106, 1.2118322812070936],
+ [103.75883987499184, 1.2124149714566803],
+ [103.75883984459202, 1.2127710559896965],
+ [103.75890409128152, 1.2132566310395136],
+ [103.75887191786018, 1.213596527457906],
+ [103.75888795974323, 1.2137681021521025],
+ [103.7588879454333, 1.2139299590033197],
+ [103.75887185804572, 1.2141079999183668],
+ [103.75880755588804, 1.2142698513688515],
+ [103.75871111337557, 1.2143831420657412],
+ [103.75866288831025, 1.2144802523033438],
+ [103.75851821846742, 1.214706838641872],
+ [103.75845390596551, 1.2149819906887183],
+ [103.75846995620091, 1.215240962274887],
+ [103.7585663709854, 1.2154513834777814],
+ [103.75856635933755, 1.2155808694988115],
+ [103.75855025981777, 1.215904581841985],
+ [103.75858233835238, 1.2166653107334697],
+ [103.75856624150852, 1.216956651342843],
+ [103.75851801504238, 1.21706994698611],
+ [103.75851799800918, 1.2172641746585184],
+ [103.75858227741399, 1.2173774806762296],
+ [103.75875905240706, 1.2176040949547713],
+ [103.75890369912456, 1.2176364779436044],
+ [103.75904834852909, 1.2176364910023656],
+ [103.75908050591178, 1.2174908222682663],
+ [103.75908051798343, 1.2173451517384295],
+ [103.75908054570614, 1.2170214389469376],
+ [103.75911271112317, 1.2167786559212623],
+ [103.75917702629373, 1.216471133937955],
+ [103.75919311502507, 1.2162769076101996],
+ [103.75933779204246, 1.2159532060441787],
+ [103.75938602514707, 1.2157589824086972],
+ [103.75938604211163, 1.2155647547302635],
+ [103.75941821283044, 1.215257229135833],
+ [103.75943428814854, 1.2152248596550705],
+ [103.75956288307239, 1.21501445733296],
+ [103.75973969365704, 1.2148202444522376],
+ [103.75985221235374, 1.2146745824244825],
+ [103.75996472790617, 1.21454510670956],
+ [103.7599808125573, 1.214399436612601],
+ [103.76006118862027, 1.214221401058687],
+ [103.75999691011673, 1.2141080968833045],
+ [103.75986833797464, 1.2140433426701869],
+ [103.7598362078585, 1.2138814831277573],
+ [103.759836214536, 1.2138005551525712],
+ [103.75991658257833, 1.2137196338957013],
+ [103.7600612357801, 1.213671088835511],
+ [103.76010945187966, 1.2136710928627086],
+ [103.76018981457703, 1.213654914158501],
+ [103.76039875916605, 1.2135740036170677],
+ [103.76047912718562, 1.2134930814374454],
+ [103.7606077179496, 1.213331236200557],
+ [103.76075236846052, 1.2133150628345135],
+ [103.76089702518463, 1.2132341468977688],
+ [103.76105775718594, 1.2131208605553896],
+ [103.76120241166568, 1.2130561309200205],
+ [103.76125063926843, 1.2129266488947976],
+ [103.76137922730811, 1.2127971753500064],
+ [103.76123459009455, 1.2126514918905946],
+ [103.76117031024656, 1.2125543722516734],
+ [103.76102567305695, 1.212408688782215],
+ [103.7608006798758, 1.2121982560556395],
+ [103.76072032743046, 1.2121011350695967],
+ [103.76070426857159, 1.211955462286174],
+ [103.76083285037312, 1.2118907313287592],
+ [103.76099358584857, 1.2117450741548135],
+ [103.76102573683075, 1.2116641479442052],
+ [103.76109006755779, 1.2111623981906048],
+ [103.7610740192985, 1.210887239374745],
+ [103.76105798298438, 1.2104664109190337],
+ [103.76115442790882, 1.2103207483857583],
+ [103.76121872717125, 1.210191267690416],
+ [103.76123480376098, 1.2101427127794369],
+ [103.76125088963033, 1.2099808572492896],
+ [103.76125090378581, 1.2098190003847327],
+ [103.76125092234459, 1.2095924009548666],
+ [103.76126700688235, 1.209446731743286],
+ [103.76136345133055, 1.2093172537095052],
+ [103.7614920365369, 1.2092201509759435],
+ [103.76163668682597, 1.209203977548426],
+ [103.76174919279948, 1.2091878023558589],
+ [103.76202241109668, 1.209284938364218],
+ [103.76208669354716, 1.2093496871513354],
+ [103.76221526247268, 1.2094629974972242],
+ [103.76235989868424, 1.209608680900406],
+ [103.76239203640964, 1.2096896115372613],
+ [103.76248847068976, 1.2096734340832271],
+ [103.76255276064863, 1.2096572539733694],
+ [103.76260097140936, 1.2097220014230115],
+ [103.7626170325802, 1.2098514878828395],
+ [103.76253666341591, 1.2099485955543265],
+ [103.76252057498614, 1.210142821927898],
+ [103.76252056312161, 1.2102884933810465],
+ [103.762584841653, 1.2104017975002421],
+ [103.76263305374432, 1.2104503595342049],
+ [103.7627294840993, 1.2104827383199637],
+ [103.76316344131098, 1.2103694752583252],
+ [103.76321165078417, 1.2104504081140761],
+ [103.76343666019694, 1.2104504275253505],
+ [103.76356524014253, 1.2104180663561401],
+ [103.76372596834862, 1.210337151571917],
+ [103.76399920214398, 1.210256246909048],
+ [103.76417600686726, 1.2101267762615555],
+ [103.76422423688824, 1.209964923336499],
+ [103.76422424996893, 1.2098030664614703],
+ [103.76461000886128, 1.2094793851770225],
+ [103.7646903770421, 1.2093822783426347],
+ [103.76472254052791, 1.2091556815217084],
+ [103.7648671921085, 1.209123321598761],
+ [103.76507613060974, 1.2091233395545948],
+ [103.76522077827975, 1.2091395367665825],
+ [103.76526899910797, 1.209090984446754],
+ [103.76544579889713, 1.2090100708615912],
+ [103.76550226958734, 1.2089728477225699],
+ [103.76592013828765, 1.2090538106026962],
+ [103.76638622951704, 1.209053850244454],
+ [103.76677196389385, 1.2090215097550059],
+ [103.76728628455422, 1.2088758825785062],
+ [103.76765596303157, 1.2086331266181236],
+ [103.76817029732048, 1.2083256423761484],
+ [103.76857211482769, 1.2081476332497445],
+ [103.76890963471773, 1.208082917740094],
+ [103.7690703584255, 1.208066745195904],
+ [103.76947216180226, 1.2080667782427839],
+ [103.76984181488032, 1.2081315512428266],
+ [103.77022753512045, 1.2082772534694646],
+ [103.77061324725824, 1.2085038854483396],
+ [103.77104716788132, 1.2088276337128139],
+ [103.77167395037405, 1.209216140663272],
+ [103.77202752439216, 1.2093780264239116],
+ [103.77262217037948, 1.2096694172084264],
+ [103.77324896620397, 1.2098798814888065],
+ [103.77384361959584, 1.2100903422057054],
+ [103.77418112624731, 1.2101874838542659],
+ [103.77448649447732, 1.210219879464917],
+ [103.77485614799765, 1.2102846517978112],
+ [103.77485612593044, 1.2105598084510998],
+ [103.77683299685363, 1.21060852355269],
+ [103.7768329700496, 1.2109484227993037],
+ [103.7794366547622, 1.210997184350783],
+ [103.77943668611465, 1.2105925434062774],
+ [103.78009564467409, 1.21059259449036],
+ [103.7801117509721, 1.2101555830157005],
+ [103.78027247993508, 1.2100584808931487],
+ [103.78054573025545, 1.209750974108451],
+ [103.78081899140035, 1.209297796692486],
+ [103.78096367091861, 1.2089255375272083],
+ [103.78109229017369, 1.2083752347869452],
+ [103.7811887753084, 1.2077116289428795],
+ [103.78133031944076, 1.206174001234747],
+ [103.78134646465193, 1.2052352326069948],
+ [103.7814108354303, 1.204166983329351],
+ [103.78139482908843, 1.2033253266027253],
+ [103.78139489803303, 1.2024351139122689],
+ [103.78136281429782, 1.2016581985571575],
+ [103.78134676189961, 1.2013992260657311],
+ [103.78129856376074, 1.201172622898506],
+ [103.78121822170611, 1.2009298318826755],
+ [103.78113787243187, 1.2007841543033198],
+ [103.78092895342196, 1.2003568160617268],
+ [103.78086467673842, 1.200211140593698],
+ [103.78073612249244, 1.1999197878447687],
+ [103.78052720487126, 1.1996608016624404],
+ [103.78027007595102, 1.1993532537361975],
+ [103.7799807971351, 1.1991104459420043],
+ [103.77951473509589, 1.1987543249155113],
+ [103.7788879512872, 1.1983981906554626],
+ [103.77835758679454, 1.1982201059872593],
+ [103.77800401254515, 1.1980744074177094],
+ [103.77755400943519, 1.197880143329871],
+ [103.77721650904776, 1.197718260473569],
+ [103.77660578881428, 1.1974754267052636],
+ [103.77604329001996, 1.1971840402679605],
+ [103.7758022251645, 1.1969736075273631],
+ [103.77562545083669, 1.196746993420622],
+ [103.77552903652524, 1.1965203855304472],
+ [103.77544869510338, 1.1962775943658814],
+ [103.77536835459323, 1.196034803199228],
+ [103.77535230029208, 1.1958082015322153],
+ [103.77535232471399, 1.195500674908146],
+ [103.77532024019993, 1.1947561312725357],
+ [103.775304189031, 1.1942948251647256],
+ [103.77525600511045, 1.1938901795572547],
+ [103.77520782120115, 1.1934855339484323],
+ [103.77511140826421, 1.1932427406237567],
+ [103.77499892868325, 1.1929352043623982],
+ [103.7746935905562, 1.1925467232952307],
+ [103.77345613768895, 1.1913650693884985],
+ [103.77250795771037, 1.190507152434926],
+ [103.77157582798668, 1.1899082067975737],
+ [103.77080440306409, 1.1895035031455918],
+ [103.77022583492331, 1.1892121134323779],
+ [103.76957651126071, 1.1889611696844198],
+ [103.76911043357943, 1.1888316465107256],
+ [103.76853185249243, 1.1886859279504574],
+ [103.76806576506696, 1.1886697034486207],
+ [103.76753538526596, 1.1887182171977386],
+ [103.76690856241918, 1.1888800219257898],
+ [103.76641031029345, 1.1891227666911213],
+ [103.76592811974129, 1.1894788114987376],
+ [103.76541378238814, 1.1898672244465678],
+ [103.76506017404873, 1.1901585369237218],
+ [103.76489944319704, 1.190288009030375],
+ [103.7652047900286, 1.190547005045487],
+ [103.76546195964703, 1.1903366127387303],
+ [103.76579946963056, 1.1903690118117995],
+ [103.76613701367748, 1.189996769938099],
+ [103.7664263259795, 1.189802565548766],
+ [103.7666513462025, 1.1896569140131283],
+ [103.76726210187921, 1.1894303636722752],
+ [103.76777641150468, 1.1893656641801569],
+ [103.76833893896782, 1.1892847821220047],
+ [103.76883717186159, 1.1892848228234465],
+ [103.76925503773433, 1.1893657850420667],
+ [103.76986576182884, 1.1895276923366283],
+ [103.77062112043039, 1.1898514669660074],
+ [103.77115146890311, 1.1902075953847062],
+ [103.77169788947677, 1.1905475377433592],
+ [103.77218002376985, 1.1908874758515255],
+ [103.77275857995755, 1.1913407221024594],
+ [103.77335319885603, 1.1919234546748725],
+ [103.77414066355158, 1.1927328007740432],
+ [103.77446207413385, 1.1931212840544683],
+ [103.77463884069573, 1.1934450107551937],
+ [103.77473524490863, 1.193801102948982],
+ [103.77478343743849, 1.1940924497077894],
+ [103.77481227637585, 1.1949228048587015],
+ [103.7746997676563, 1.1949713523777645],
+ [103.77465154566113, 1.1950522775436365],
+ [103.77463546319633, 1.1951817605680903],
+ [103.7747318823581, 1.1953436258967738],
+ [103.77482830525415, 1.1954569331498783],
+ [103.77486044445256, 1.195521678237144],
+ [103.77492466060507, 1.1964280812908714],
+ [103.77498893937025, 1.1965413869463748],
+ [103.77505321779898, 1.1966708771173789],
+ [103.77228871100478, 1.1980464371567412],
+ [103.77204762121733, 1.1981597179248435],
+ [103.77166187237127, 1.198386286102108],
+ [103.76954023756026, 1.1998751953902993],
+ [103.766137549606, 1.2023173407704282],
+ [103.76334115422868, 1.2005366824781347],
+ [103.76274654327186, 1.1998730188808318],
+ [103.76203943931435, 1.199063676235379],
+ [103.76083414904845, 1.1977039780607286],
+ [103.76046452373258, 1.1973316755838221],
+ [103.7603520341625, 1.197153623948863],
+ [103.76030383294703, 1.196975577651042],
+ [103.76022349775695, 1.1966842280542196],
+ [103.76015923288722, 1.1964090661119529],
+ [103.7601592563494, 1.1961339095117256],
+ [103.76027179054316, 1.195777834270664],
+ [103.76051290751263, 1.195357028025243],
+ [103.76112369972044, 1.194725838319784],
+ [103.76321324066417, 1.1926380634215747],
+ [103.76332573790626, 1.1925490379132313],
+ [103.76353468559185, 1.1924195698569586],
+ [103.7637597013602, 1.1923224748371717],
+ [103.76385614113597, 1.1922415547190066],
+ [103.76400080355388, 1.1920635242142665],
+ [103.76406510571331, 1.191901673468563],
+ [103.76409726155153, 1.1917560046129616],
+ [103.76422584971792, 1.1916103445234814],
+ [103.76427407934882, 1.1914484915564434],
+ [103.76425801685488, 1.1913351905090623],
+ [103.76417766614964, 1.1912218842211968],
+ [103.76408123863746, 1.1911733191983678],
+ [103.76396872990928, 1.1912218671795698],
+ [103.76379193255868, 1.1912865944203168],
+ [103.76300433646267, 1.1920796272267196],
+ [103.76287575476202, 1.1921443583553253],
+ [103.76236140599426, 1.1926622567220446],
+ [103.76232925005272, 1.1928079255502189],
+ [103.76060938851374, 1.194604389276546],
+ [103.76043259617731, 1.1946043737096488],
+ [103.76022365349519, 1.1946690989371611],
+ [103.75987003869328, 1.1950251541380572],
+ [103.75980574109637, 1.195138447608625],
+ [103.759773577441, 1.1953650452845266],
+ [103.75977357079488, 1.1954459732705918],
+ [103.7597574747716, 1.1957211285319913],
+ [103.75977344930685, 1.1968703125096694],
+ [103.75991804436133, 1.1973186651897954],
+ [103.75996623934219, 1.1975614540618005],
+ [103.76006266257457, 1.197674762710228],
+ [103.76023943695205, 1.1978851905329304],
+ [103.76046442675441, 1.198111809574574],
+ [103.76048049044056, 1.1982089252154189],
+ [103.75995005953352, 1.1988239350741652],
+ [103.75978927107657, 1.199265793402167],
+ [103.75961245800546, 1.1994923772023185],
+ [103.75959637480254, 1.1996218619015355],
+ [103.75959636281625, 1.1997675324521648],
+ [103.75970884887093, 1.1999779558544243],
+ [103.7598856278145, 1.2001560137768257],
+ [103.76014275575594, 1.2004473780962095],
+ [103.76051237743752, 1.2008682368792631],
+ [103.76056058402594, 1.2009815406051219],
+ [103.76072129228248, 1.201127224503317],
+ [103.76088200277945, 1.2012567238812293],
+ [103.7609784314687, 1.2013052890313693],
+ [103.76115522291352, 1.2013214900053064],
+ [103.76146059785596, 1.2012567736237805],
+ [103.76154096017882, 1.2012405948552354],
+ [103.76178204006753, 1.2012568002004214],
+ [103.76194275500133, 1.2013215560445054],
+ [103.76211954118632, 1.2014025004306919],
+ [103.76229631948277, 1.201580557305059],
+ [103.76239274294674, 1.2016938649775613],
+ [103.76240880671492, 1.2017909806098532],
+ [103.76240879397204, 1.2019366520715988],
+ [103.76248914094081, 1.2020985155708286],
+ [103.76258556706027, 1.2021794515001596],
+ [103.76273020030234, 1.2023575066071706],
+ [103.7628426928519, 1.2025031873259202],
+ [103.7629069712332, 1.2026164914339224],
+ [103.76292303370987, 1.202729793384877],
+ [103.76292302451657, 1.2028430931097376],
+ [103.76292301794976, 1.2029240210969954],
+ [103.7628587141165, 1.2031020581044294],
+ [103.76281049557217, 1.2031344249705889],
+ [103.76271406021104, 1.2031667887715123],
+ [103.76263370531036, 1.2031020386806714],
+ [103.76255335304467, 1.2030049186591432],
+ [103.76250514502567, 1.2029078003796825],
+ [103.76247301526051, 1.202729755437332],
+ [103.76248910098765, 1.202567899883964],
+ [103.76240875753777, 1.2023736646472174],
+ [103.76237662120133, 1.2022765485948201],
+ [103.76237662383407, 1.2022441768575338],
+ [103.7621677021595, 1.2020661164304833],
+ [103.76210341938848, 1.201985183139845],
+ [103.76189449247529, 1.2018718652633906],
+ [103.76179806242905, 1.2018394855601142],
+ [103.7616855594004, 1.2018232908455886],
+ [103.76141233655777, 1.2017908965080577],
+ [103.76125161542183, 1.201790882296352],
+ [103.7611230354412, 1.201839428796219],
+ [103.76101052489834, 1.201904162038403],
+ [103.76094623114312, 1.2019688992752546],
+ [103.76084979225668, 1.2020336329388168],
+ [103.76073728525027, 1.202065995336931],
+ [103.76062478132283, 1.2020497996738837],
+ [103.7604480026837, 1.2018879281118406],
+ [103.76038372575043, 1.2017584376319557],
+ [103.7601105251075, 1.2014670719912366],
+ [103.76009446806987, 1.201289028367024],
+ [103.75994983682088, 1.2010786023004487],
+ [103.75988555726722, 1.20098148354642],
+ [103.75983735203816, 1.2008519934902144],
+ [103.75980521847086, 1.2007225047727343],
+ [103.759789162353, 1.2005444611472593],
+ [103.75974096023008, 1.2003664148424482],
+ [103.75956417285687, 1.200301657533598],
+ [103.75949988443989, 1.200301651265828],
+ [103.75930701518823, 1.2003501923176079],
+ [103.75911414192585, 1.2004472896017648],
+ [103.75906592205465, 1.2004958427220238],
+ [103.7589373318531, 1.2006576879324717],
+ [103.75893732694645, 1.2007062450830321],
+ [103.75885696419077, 1.200738609190016],
+ [103.75884087425824, 1.2009490218619863],
+ [103.7588087157749, 1.201110876037691],
+ [103.75880869839399, 1.20132128914963],
+ [103.75882475668497, 1.201483147360964],
+ [103.75880867743928, 1.201564074900461],
+ [103.75876045129401, 1.2016773696742145],
+ [103.75868008225717, 1.2017744772432661],
+ [103.75859969849114, 1.202049626184668],
+ [103.7586157594483, 1.2021791135656499],
+ [103.75856752970675, 1.2023247809731417],
+ [103.75850323053015, 1.2024542607122481],
+ [103.75848714323133, 1.2026323016427563],
+ [103.75848713161737, 1.2027617867714626],
+ [103.75843890499384, 1.2028912678556956],
+ [103.75840675047739, 1.2030045648722492],
+ [103.75837459417605, 1.2031502327179964],
+ [103.75837457987463, 1.203312089580013],
+ [103.75840670177611, 1.2035710634373435],
+ [103.75837454412576, 1.2037329176012654],
+ [103.75826202673898, 1.203878578697956],
+ [103.75818166029961, 1.2039433145116567],
+ [103.7580852194958, 1.2040404198013646],
+ [103.75794056006971, 1.2041698927661244],
+ [103.75789233518064, 1.2042670030068918],
+ [103.7578119709638, 1.2043155533936372],
+ [103.75777982536545, 1.204331736102953],
+ [103.75773160584572, 1.2043641028734104],
+ [103.75753871744132, 1.2046392431975288],
+ [103.757490488491, 1.2047849096725192],
+ [103.75745832583105, 1.2049953209671576],
+ [103.7574261658584, 1.2051733605277966],
+ [103.75742614969872, 1.2053675891168096],
+ [103.75747435083817, 1.2055456354522762],
+ [103.75755469939328, 1.205675127349111],
+ [103.75755469535515, 1.2057236844963561],
+ [103.75761896012044, 1.2059988464787412],
+ [103.75760287272941, 1.2061768873944003],
+ [103.75766712943334, 1.2065491627655094],
+ [103.75773138121674, 1.2069699961865155],
+ [103.75779563795021, 1.207342271554681],
+ [103.75779562225385, 1.2075203138236976],
+ [103.75779559175746, 1.207876399265418],
+ [103.75777945346648, 1.2084655761040963],
+ [103.757795491973, 1.2088540337255411],
+ [103.75785976219862, 1.2090644531416648],
+ [103.7579561713657, 1.2093396178241709],
+ [103.75794009472446, 1.2093881736169476]
+ ]
+ ]
+ },
+ "id": "39"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 47.0,
+ "GDO_GID": 41.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU BUKOM"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.76037343138978, 1.2331829778985681],
+ [103.76030262008473, 1.2333383584320001],
+ [103.76028653393706, 1.2335002130120523],
+ [103.76017399564822, 1.2338724743751281],
+ [103.76017397463883, 1.2341152600746057],
+ [103.76012573313562, 1.234406597056199],
+ [103.75993282294571, 1.2349083367547038],
+ [103.75977205371746, 1.235442449960391],
+ [103.75967559340211, 1.2357499691853129],
+ [103.75957909450007, 1.2365106871572948],
+ [103.75945043966243, 1.2373847020955584],
+ [103.7593860879611, 1.2381130519315446],
+ [103.75945035483015, 1.2383720275471268],
+ [103.75949852521232, 1.2387087744377876],
+ [103.75959496272982, 1.2388737956222113],
+ [103.75969138103008, 1.2390518468864973],
+ [103.75972351224544, 1.239213706417849],
+ [103.75977171669618, 1.2393593809870698],
+ [103.75981991980687, 1.2395212418709687],
+ [103.75994847923305, 1.2397316666560114],
+ [103.76009311908305, 1.2398611639233856],
+ [103.76036633006059, 1.2400716017570834],
+ [103.76060740399828, 1.2402011080023143],
+ [103.76086455476833, 1.2402820575313418],
+ [103.76110563677543, 1.2403144503604882],
+ [103.7613467161179, 1.240379213990848],
+ [103.76163601605627, 1.2403954244888364],
+ [103.76189317487733, 1.2403792605456943],
+ [103.76210211977964, 1.240330721735029],
+ [103.76240750314966, 1.2402174474796905],
+ [103.76258430377793, 1.2401527205416536],
+ [103.76277717718902, 1.240087993118025],
+ [103.76313077002898, 1.240071837967206],
+ [103.76329149741667, 1.2400232950588748],
+ [103.76356473073747, 1.2399747614572219],
+ [103.7638218912597, 1.2399262255932275],
+ [103.76401476330962, 1.2398776852973024],
+ [103.76432015099013, 1.2397320399867295],
+ [103.76456124748522, 1.239586390246105],
+ [103.76473804934163, 1.239505475936146],
+ [103.76497031589547, 1.2392940116971662],
+ [103.76503082113723, 1.2391703432199865],
+ [103.76513990771902, 1.2389066405697764],
+ [103.76539708302151, 1.238696248604473],
+ [103.76555781683992, 1.2385667766756752],
+ [103.76570248399467, 1.2383725608617513],
+ [103.76589537028704, 1.2381459772552308],
+ [103.7660561088663, 1.2379679490521147],
+ [103.7662650630628, 1.2377899238740644],
+ [103.76662676070231, 1.2375050808072952],
+ [103.76672320378186, 1.237391789871991],
+ [103.76675535494533, 1.237310863615453],
+ [103.76680357757992, 1.2372461258908538],
+ [103.76688394876655, 1.23713283273421],
+ [103.76702860704529, 1.2370357311276545],
+ [103.76723755331102, 1.2369548192517],
+ [103.767333993748, 1.2368739000234001],
+ [103.76747865289573, 1.2367767974859782],
+ [103.76760723796463, 1.2366958799535959],
+ [103.76773582262857, 1.2366311487329928],
+ [103.76788048214569, 1.236517860757649],
+ [103.76800906977888, 1.2364045705669786],
+ [103.7682662411352, 1.2362265500253178],
+ [103.76834660964519, 1.236145628551381],
+ [103.7685073418791, 1.236032341838584],
+ [103.76861985630345, 1.2359352375391195],
+ [103.76878058116854, 1.235902879689728],
+ [103.76882879986185, 1.2358866972627838],
+ [103.76892523853519, 1.2358381488002739],
+ [103.76919848035975, 1.2356763148720502],
+ [103.76940743892744, 1.2354497322723121],
+ [103.76947173718544, 1.2353364377329823],
+ [103.76990249528545, 1.2349833922765177],
+ [103.77001616254289, 1.234843116281614],
+ [103.77014683257599, 1.2346243246482274],
+ [103.77022720482177, 1.2344948459606317],
+ [103.77029150558045, 1.2343491796627157],
+ [103.77033973447243, 1.2342035120753205],
+ [103.77042010285902, 1.2341225914349283],
+ [103.77053261495766, 1.2340416715556948],
+ [103.77064512922551, 1.2339445671602738],
+ [103.77078978720002, 1.2338474644245931],
+ [103.77093444606274, 1.2337503625847728],
+ [103.77112732138258, 1.2336532645843397],
+ [103.77123983089349, 1.233604716408203],
+ [103.77143270072847, 1.2335885472714243],
+ [103.77168985671473, 1.2335885677487834],
+ [103.77199524074872, 1.2334752932178947],
+ [103.77209168345692, 1.2333620011591289],
+ [103.77234885932677, 1.2331192367139507],
+ [103.77242923648598, 1.2329250153816387],
+ [103.77283108524747, 1.2325916187740338],
+ [103.7730239380564, 1.232769677225225],
+ [103.77276675595797, 1.2330933688221208],
+ [103.77294353478047, 1.2332876114237756],
+ [103.7739240179815, 1.2323812937125505],
+ [103.77376331224768, 1.2321708670240488],
+ [103.77334540388313, 1.2325269177568123],
+ [103.77313647795742, 1.2323650434750342],
+ [103.77313647921932, 1.2323488580586945],
+ [103.77320077345864, 1.2322841214720346],
+ [103.77326506769488, 1.2322193839792634],
+ [103.7733454359351, 1.2321384614325799],
+ [103.773490094978, 1.232025173121605],
+ [103.77361868090338, 1.2319280698561506],
+ [103.7737311974897, 1.2317985935803217],
+ [103.7738919317564, 1.2316529356781558],
+ [103.77402051639336, 1.231572017808029],
+ [103.77414909851167, 1.2315234716690837],
+ [103.77424553854861, 1.2314425503557516],
+ [103.77434198198694, 1.2313292591093203],
+ [103.77437413158857, 1.2312645181576098],
+ [103.77455093852952, 1.2311188614735937],
+ [103.77469559836614, 1.2310055739951258],
+ [103.77498493210777, 1.230584769485538],
+ [103.77506530274671, 1.2304714760465016],
+ [103.77522604185673, 1.2302610754814092],
+ [103.77535463602146, 1.2300668578109824],
+ [103.7754189301526, 1.2300021193553958],
+ [103.7755312736828, 1.2298899281143865],
+ [103.77567977007904, 1.229777341542365],
+ [103.77584476666378, 1.229633376572241],
+ [103.7759474304414, 1.229561395875798],
+ [103.7762065244152, 1.2293385704920436],
+ [103.77646369084263, 1.2292091053358656],
+ [103.77659227900789, 1.2290796301726261],
+ [103.77675300889996, 1.2289987146544061],
+ [103.77686552645048, 1.228853052811753],
+ [103.77697803813933, 1.2287721335395203],
+ [103.77709055195707, 1.2286750279398784],
+ [103.77713878284241, 1.2284969893634325],
+ [103.77778173150591, 1.2277524998818117],
+ [103.77802282465606, 1.2276392187404233],
+ [103.77803891461069, 1.2274126205051783],
+ [103.77834481001712, 1.2271153214158534],
+ [103.77823231655263, 1.2269696412764357],
+ [103.77715488524449, 1.2281085351498398],
+ [103.77712274530472, 1.2280599755026205],
+ [103.77709060570442, 1.2279952295326508],
+ [103.77702632403388, 1.2278981111407816],
+ [103.77696204574153, 1.227768620102782],
+ [103.77692990738599, 1.227687689617426],
+ [103.77696206025257, 1.2275905777915166],
+ [103.77705850253668, 1.227477285526661],
+ [103.77712279656389, 1.2274125479280675],
+ [103.77725138090203, 1.2273316307888507],
+ [103.777384670243, 1.227276542402952],
+ [103.7775246272095, 1.2271050515376314],
+ [103.77758265859346, 1.2271677234329326],
+ [103.77764131595872, 1.2272009528370877],
+ [103.77769997873331, 1.2271898837350717],
+ [103.77775314644447, 1.2271215890200797],
+ [103.77779531334991, 1.227064370735167],
+ [103.77785581410193, 1.2269850031273501],
+ [103.77784665890107, 1.2268631741336353],
+ [103.7779105145329, 1.226574463305194],
+ [103.77811402858254, 1.2261646952832264],
+ [103.77826429077382, 1.225982732041096],
+ [103.77831745152469, 1.2258573384255553],
+ [103.77836328619023, 1.2257982743967077],
+ [103.77847139818037, 1.225647488249862],
+ [103.77855206097166, 1.2256013483095773],
+ [103.77885091416451, 1.2250051545883287],
+ [103.77906106105895, 1.2246277086152215],
+ [103.77908385455343, 1.2243212397034264],
+ [103.77911010594146, 1.2240842776359466],
+ [103.77899761687758, 1.2238576695298287],
+ [103.77895531294784, 1.2238518454612906],
+ [103.77881066805566, 1.2237870908821031],
+ [103.77856958722694, 1.223754700631882],
+ [103.77813563294804, 1.2238194080337004],
+ [103.77784631926001, 1.2239812426483554],
+ [103.77774988083485, 1.224045977791655],
+ [103.77742842843232, 1.2241430663959891],
+ [103.77726770222299, 1.2241916102310044],
+ [103.7769783976622, 1.224256330427452],
+ [103.77680159997612, 1.2242886875708463],
+ [103.77664087127144, 1.2243696031080928],
+ [103.77654443066744, 1.2244505236238603],
+ [103.7765122799666, 1.2245314491254389],
+ [103.77641584025143, 1.2246123705403837],
+ [103.77635155123924, 1.224612365548361],
+ [103.77620690637603, 1.224547610829194],
+ [103.77614262571336, 1.224450491514458],
+ [103.77582601304329, 1.2244019094523755],
+ [103.77423486365294, 1.2243855951579843],
+ [103.77389733589203, 1.2245150538065177],
+ [103.77304547928111, 1.224871069529219],
+ [103.7729972570289, 1.2249358082972785],
+ [103.77298116415494, 1.22519477822539],
+ [103.77299722209422, 1.2253728217958784],
+ [103.77299720984952, 1.2255184932632013],
+ [103.77296506029097, 1.225583233298419],
+ [103.7728364737596, 1.2256803374550473],
+ [103.77269180657103, 1.22589073915772],
+ [103.77264357166136, 1.2261173348002437],
+ [103.77257925518683, 1.2264572279923034],
+ [103.77254707690493, 1.2268780526178438],
+ [103.7725791956291, 1.2271855835070555],
+ [103.77254702744493, 1.227476922987138],
+ [103.77249880097276, 1.2276064043132713],
+ [103.77085930316673, 1.2291762810975375],
+ [103.77069857527785, 1.2292410108335012],
+ [103.77042533586791, 1.2293704732272912],
+ [103.76952526089023, 1.2297264847547202],
+ [103.76925202780214, 1.2297750190400483],
+ [103.76897878956079, 1.2298882958624868],
+ [103.76857697135566, 1.230033933114363],
+ [103.76841624336659, 1.2300986636104099],
+ [103.7683680256757, 1.2301148451316037],
+ [103.76815908514888, 1.2301310127583363],
+ [103.76796621297136, 1.2301795534034163],
+ [103.76777334168605, 1.2302280958428258],
+ [103.76767690151148, 1.2303090151048568],
+ [103.76536691018013, 1.2308592266069276],
+ [103.7649942260054, 1.2309063045761024],
+ [103.76443990334734, 1.230982073265579],
+ [103.76373271965188, 1.2310305703288331],
+ [103.76325055060894, 1.2310467149976134],
+ [103.76304160603348, 1.231111439359118],
+ [103.76069495762229, 1.2322442355517502],
+ [103.76046989061797, 1.232875457727447],
+ [103.76037343138978, 1.2331829778985681]
+ ]
+ ]
+ },
+ "id": "40"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 49.0,
+ "GDO_GID": 42.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU BUKOM KECHIL"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.76490607403278, 1.230091900237836],
+ [103.76515989015991, 1.2301151263377512],
+ [103.76567454525023, 1.2301622207435352],
+ [103.76629401975012, 1.2300375146421982],
+ [103.76658826609547, 1.2300453357753522],
+ [103.76737156145774, 1.2299205340560957],
+ [103.76741978174131, 1.2298719808190683],
+ [103.76750014877967, 1.2298072447729846],
+ [103.7675805123265, 1.229774880458402],
+ [103.76772516977532, 1.2296939642004403],
+ [103.76783768175656, 1.2296130444275035],
+ [103.7679823378973, 1.2295483144739705],
+ [103.76809485244782, 1.229435023859047],
+ [103.76825558388234, 1.229337923454455],
+ [103.76835202529402, 1.2292408169440199],
+ [103.76852883240258, 1.229095160669201],
+ [103.76902709698315, 1.2287876743126036],
+ [103.76917175305323, 1.228722943385565],
+ [103.76931640693432, 1.2286743987701976],
+ [103.76946106389053, 1.228609667826671],
+ [103.76982416502794, 1.2285227272935177],
+ [103.77006012841449, 1.2284300418710843],
+ [103.77022624121864, 1.2282452027125306],
+ [103.77033624575566, 1.228068007711606],
+ [103.77044624779063, 1.2279203465450077],
+ [103.77047367804687, 1.2278328381470198],
+ [103.770586198047, 1.2276709911673784],
+ [103.77068264186649, 1.2275415137311485],
+ [103.77071479622778, 1.2274282165755093],
+ [103.7707630249537, 1.2272825489652093],
+ [103.77073089061771, 1.2271530621653097],
+ [103.77069875973302, 1.226991201819489],
+ [103.7706023350684, 1.2268778943971708],
+ [103.77044162863594, 1.2266836529446319],
+ [103.77036127197603, 1.2266189039517903],
+ [103.77018449887487, 1.226359918631086],
+ [103.77012021967445, 1.2262466137647163],
+ [103.77003987672022, 1.2260200069840863],
+ [103.7699113059393, 1.2259390687022194],
+ [103.76975060089154, 1.2257286417959772],
+ [103.76954167954855, 1.2255182110127365],
+ [103.7691720437741, 1.2251944666769519],
+ [103.76889884250154, 1.224870730959413],
+ [103.76878634489908, 1.224773607600106],
+ [103.76862562328053, 1.2247735946562766],
+ [103.76830417824794, 1.2247735678351115],
+ [103.76828810644562, 1.2247735665382644],
+ [103.7679988033372, 1.2248059140095418],
+ [103.76778986232489, 1.2248220825342986],
+ [103.76742020059098, 1.224838237121398],
+ [103.76713089876593, 1.224854398177705],
+ [103.76676123613001, 1.224870553577213],
+ [103.76637550299034, 1.2248705212972566],
+ [103.76585475543799, 1.2249190345536747],
+ [103.7658065382338, 1.224919030618306],
+ [103.7654207972588, 1.2250161124971004],
+ [103.7652118562257, 1.225032280817801],
+ [103.7651797117215, 1.2250322781864897],
+ [103.76493862839, 1.225032257534933],
+ [103.76479397857136, 1.2250322456761449],
+ [103.76461718424939, 1.2250322302670318],
+ [103.76439217272328, 1.2250322117894503],
+ [103.76418323389927, 1.2250321937103177],
+ [103.76381356902975, 1.2250645341124413],
+ [103.76354033592952, 1.225129254151125],
+ [103.76321888650978, 1.225193969274131],
+ [103.76307423050861, 1.2252586989771739],
+ [103.76284921500637, 1.225307238418415],
+ [103.76252776068434, 1.2254205096968644],
+ [103.76238310820357, 1.2254528685332409],
+ [103.76225452884947, 1.2254690432815218],
+ [103.76194915647962, 1.225469017021965],
+ [103.76170806691336, 1.225533740442393],
+ [103.76124196135201, 1.2256631849379516],
+ [103.76079193245684, 1.2257440753568065],
+ [103.76048655783131, 1.2257602343405156],
+ [103.7601168964217, 1.2257602033949746],
+ [103.7596025811503, 1.225808715588438],
+ [103.75932933894195, 1.2259705485634758],
+ [103.75913645171298, 1.2262133180478234],
+ [103.75894354381545, 1.2266826850964727],
+ [103.7586863600063, 1.2271941349249],
+ [103.7585738312526, 1.2274530956428626],
+ [103.75855774101345, 1.2276635073558386],
+ [103.75858987071626, 1.227841552314387],
+ [103.75871842908778, 1.2280681634542463],
+ [103.75884698882686, 1.2282785882724114],
+ [103.75918445089236, 1.2289098586353207],
+ [103.75936122842346, 1.2291041011752961],
+ [103.75963442308182, 1.229508766691719],
+ [103.75985940499912, 1.2298486855819788],
+ [103.76008437625256, 1.230318089562611],
+ [103.76024508210502, 1.230512330702664],
+ [103.76043793522496, 1.2306742046067858],
+ [103.76067901860044, 1.2306904111086436],
+ [103.76080759821089, 1.2306742364526044],
+ [103.76101654279543, 1.230609510459463],
+ [103.76137014769877, 1.230431499534933],
+ [103.7615630257438, 1.2303020305048284],
+ [103.76194877470617, 1.230140206685358],
+ [103.7622541529132, 1.2300754904194804],
+ [103.7627363336917, 1.2299136744897423],
+ [103.76318636679272, 1.2298004129548121],
+ [103.76350781239142, 1.2298004395239848],
+ [103.76376496797343, 1.229800461655615],
+ [103.76416676926713, 1.2298652382371167],
+ [103.76458463979, 1.2299623878120112],
+ [103.76490607403278, 1.230091900237836]
+ ]
+ ]
+ },
+ "id": "41"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 50.0,
+ "GDO_GID": 43.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "ISLAND LINK"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.76490607403278, 1.230091900237836],
+ [103.76500185228134, 1.230638288172302],
+ [103.76503986170319, 1.230806759623522],
+ [103.7649942260054, 1.2309063045761024],
+ [103.76536691018013, 1.2308592266069276],
+ [103.7652605589443, 1.2307034253622917],
+ [103.76515989015991, 1.2301151263377512],
+ [103.76490607403278, 1.230091900237836]
+ ]
+ ]
+ },
+ "id": "42"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 54.0,
+ "GDO_GID": 44.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU BUAYA"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.70461884540816, 1.2843344754906887],
+ [103.70463754120607, 1.2837249098040617],
+ [103.7046263157955, 1.2832753324869495],
+ [103.70471777962949, 1.2828621193601213],
+ [103.70463195066475, 1.2827150258614717],
+ [103.70430830718024, 1.2827063519978026],
+ [103.70403151009157, 1.2831216013527476],
+ [103.7039814411194, 1.2832966354746929],
+ [103.70334358791739, 1.2840770705531614],
+ [103.7031462522404, 1.2846247704532139],
+ [103.70324178623228, 1.2850035169663367],
+ [103.70332001647247, 1.2851283347653728],
+ [103.7036010694141, 1.2853003335859956],
+ [103.703680116738, 1.285348199206313],
+ [103.70424931758245, 1.2853171127229297],
+ [103.70456296928535, 1.2849384666052237],
+ [103.70459187492688, 1.2846215079661865],
+ [103.70461884540816, 1.2843344754906887]
+ ]
+ ]
+ },
+ "id": "43"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 55.0,
+ "GDO_GID": 45.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU JONG"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.7869678774907, 1.2154828325670144],
+ [103.78706431539611, 1.2154180979693159],
+ [103.7870803894958, 1.2153857274021922],
+ [103.78712861124244, 1.2153209892574441],
+ [103.78717683091499, 1.215272434725086],
+ [103.78725719705729, 1.215207698939096],
+ [103.78725720409388, 1.2151105845974524],
+ [103.78725721202885, 1.2150134702557542],
+ [103.78719293027204, 1.2149163511924292],
+ [103.78716079174187, 1.2148354208158954],
+ [103.78701614593352, 1.21478685301446],
+ [103.78687149778067, 1.2147706569540047],
+ [103.78667863023674, 1.214786827275155],
+ [103.78658219352234, 1.2148353773421434],
+ [103.78650182737607, 1.214900113107909],
+ [103.78638931772775, 1.2149648483092268],
+ [103.78634109832703, 1.214997215596511],
+ [103.78626073424758, 1.2150457659326512],
+ [103.78616429279987, 1.2151590594802262],
+ [103.78613214042561, 1.2152561705421125],
+ [103.78616427657056, 1.2153694726778275],
+ [103.78621248564922, 1.2154665896735488],
+ [103.78632498471718, 1.2155475277997743],
+ [103.78648570348203, 1.215579910497993],
+ [103.78666249725538, 1.215579924431136],
+ [103.78682322017484, 1.2155799362653945],
+ [103.7869678774907, 1.2154828325670144]
+ ]
+ ]
+ },
+ "id": "44"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 56.0,
+ "GDO_GID": 46.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU SEBAROK"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.7921276230948, 1.2076655343840803],
+ [103.79214863904024, 1.2076841781933851],
+ [103.79215413657089, 1.2077155588455595],
+ [103.79215046629234, 1.2077653965474575],
+ [103.79214129820498, 1.207802314404127],
+ [103.79212296236318, 1.207853996787224],
+ [103.79208629135324, 1.2079721307410936],
+ [103.79206795436004, 1.2080404263124702],
+ [103.79206061811661, 1.2080921106717724],
+ [103.79204778327703, 1.208123488330661],
+ [103.79204594571243, 1.2081899401533598],
+ [103.79200377723032, 1.2083317774334033],
+ [103.7919909396988, 1.2084222255137254],
+ [103.79196683685015, 1.2085557356746357],
+ [103.7919507596651, 1.2086204780284517],
+ [103.79195074847496, 1.2087661486527033],
+ [103.79195073589595, 1.2089441901246523],
+ [103.79191857694391, 1.2091384174313164],
+ [103.79193463493525, 1.2093326463820278],
+ [103.79204713050605, 1.20946213963685],
+ [103.79217570237559, 1.2095268923413713],
+ [103.79223999218787, 1.2095107115153219],
+ [103.7922882171313, 1.2093974151864928],
+ [103.79230429431361, 1.2093326737352845],
+ [103.79230429659673, 1.2093003019830273],
+ [103.79230430230439, 1.2092193739588972],
+ [103.79228823629592, 1.2091384447858664],
+ [103.79228824314552, 1.2090413295289513],
+ [103.79235253751048, 1.2089604070037663],
+ [103.79243290562539, 1.2088632983921617],
+ [103.79244552900943, 1.2088522599018057],
+ [103.79245652984378, 1.208830110355913],
+ [103.79245836390342, 1.2088171888136632],
+ [103.79245103451896, 1.2087710416593624],
+ [103.7924547058581, 1.2087101291010056],
+ [103.79245654092658, 1.2086898243212274],
+ [103.79247303976507, 1.2086676748584873],
+ [103.79257753293071, 1.2086326105820673],
+ [103.79266185865374, 1.2086178499009284],
+ [103.7927095222976, 1.208604931761813],
+ [103.79274985344546, 1.2085735545133114],
+ [103.79282318479338, 1.2085089549993344],
+ [103.79285985106559, 1.2084665028376955],
+ [103.79290201400589, 1.2084535846125573],
+ [103.79292951007257, 1.2084701991175895],
+ [103.79294724079217, 1.2085072503213017],
+ [103.79296330454217, 1.2086205521483848],
+ [103.79299543749367, 1.208782411392449],
+ [103.79304364353939, 1.208911900027812],
+ [103.79307577649854, 1.2090737592708467],
+ [103.79314005516791, 1.2092032490486968],
+ [103.79328469512569, 1.2093327454457083],
+ [103.79336505300245, 1.2093813083363911],
+ [103.79354183958444, 1.2094784352523416],
+ [103.79352576129588, 1.2095593621359841],
+ [103.79342932488292, 1.2096079124613466],
+ [103.79331681584881, 1.2096564607359233],
+ [103.79318822940928, 1.2097859367911474],
+ [103.79315607848916, 1.2098668634326117],
+ [103.79299534655343, 1.2100125226138445],
+ [103.79291497932127, 1.2101096312409274],
+ [103.79251316090841, 1.2103038294721258],
+ [103.79241672991479, 1.2102876371597537],
+ [103.79232030373208, 1.21019051501166],
+ [103.79223995360265, 1.2100448386425617],
+ [103.79220782044018, 1.2098991648159],
+ [103.79217568523994, 1.2097696773170348],
+ [103.79212747399708, 1.2096887458438115],
+ [103.79204711817637, 1.2096239965885955],
+ [103.79199890212129, 1.2096239931368442],
+ [103.79188638734257, 1.209753470278639],
+ [103.79183816237592, 1.2098667665991902],
+ [103.79183814864264, 1.210060995301927],
+ [103.79183813744388, 1.210206665020052],
+ [103.79188634435539, 1.2103361545780997],
+ [103.79196669561742, 1.2104656464376977],
+ [103.79211133558229, 1.2105951428968345],
+ [103.79225598102792, 1.210659895844753],
+ [103.79243277563675, 1.2106437230586125],
+ [103.79268993180487, 1.2106113705721813],
+ [103.79284396669428, 1.2105580958332578],
+ [103.79340298975544, 1.2099550418042369],
+ [103.79348181891868, 1.2099052079259196],
+ [103.79351481602936, 1.2098996736984102],
+ [103.7935377118463, 1.2099077753400203],
+ [103.79356610091783, 1.2099337672150392],
+ [103.79370254246338, 1.2097212325472908],
+ [103.79387288046176, 1.209630574241581],
+ [103.79396931686817, 1.2095820248044942],
+ [103.79404967952271, 1.2095496596496482],
+ [103.7942264817324, 1.2094363723883892],
+ [103.79436391721396, 1.209268885034373],
+ [103.7943848384143, 1.2092545837049233],
+ [103.79464438266677, 1.209096503494304],
+ [103.79486386437955, 1.2089723644180639],
+ [103.79491762456853, 1.208886109541509],
+ [103.79503015460415, 1.2087453050921335],
+ [103.79517481801838, 1.2085510874725454],
+ [103.79531947130016, 1.208502541379166],
+ [103.7954319858675, 1.2083730640858752],
+ [103.79554450042414, 1.208243585883067],
+ [103.79564094011774, 1.2081464792046208],
+ [103.79580166956343, 1.208033190705154],
+ [103.79599454219425, 1.2079360907781966],
+ [103.79621955934813, 1.2078228076627535],
+ [103.79641243731616, 1.2076609641964082],
+ [103.79665353797445, 1.2074020115335646],
+ [103.79694286218178, 1.2070459469464707],
+ [103.79724826892053, 1.2065442128084587],
+ [103.79748938161364, 1.2061072158632573],
+ [103.79781087604516, 1.2053950686209938],
+ [103.79787517680901, 1.2052170315925623],
+ [103.79805726387168, 1.205015370460928],
+ [103.79827725524, 1.2048381819318232],
+ [103.7984786503606, 1.204567355161796],
+ [103.79920185040291, 1.2052148338583104],
+ [103.79893591664985, 1.2055084489629058],
+ [103.79905421542412, 1.2056043991001253],
+ [103.79993824615195, 1.2046980633866295],
+ [103.79985209295764, 1.204569744642189],
+ [103.7993256156742, 1.2050975645591993],
+ [103.79860241563188, 1.2044500849908708],
+ [103.79885565253345, 1.2041488468581028],
+ [103.79930570625122, 1.203663307858934],
+ [103.79953073040548, 1.2034529100853],
+ [103.79977182601039, 1.2032586988211311],
+ [103.80010936402083, 1.2029350089260382],
+ [103.80051119085257, 1.2025789525296025],
+ [103.80095166729669, 1.2022025727292356],
+ [103.80133293205775, 1.2026456095524223],
+ [103.80080045029966, 1.2031292858304357],
+ [103.80089293359013, 1.2032510262684297],
+ [103.80186090102823, 1.2023429237466354],
+ [103.80176483964402, 1.2022391412814566],
+ [103.80145026109238, 1.2025274827340178],
+ [103.80107632989258, 1.2020918283482962],
+ [103.80128271333488, 1.2017211649029118],
+ [103.8013791558549, 1.20157550172315],
+ [103.80150775327877, 1.2012841673643773],
+ [103.80155598854383, 1.201009013868242],
+ [103.80145957953219, 1.200669108831247],
+ [103.80129886903963, 1.2005234263444688],
+ [103.80099350055559, 1.2004910337863697],
+ [103.80047919354338, 1.2005071831985825],
+ [103.79983630122803, 1.2006204371588465],
+ [103.79922554100813, 1.2009117364841415],
+ [103.79857778633317, 1.2012682209423036],
+ [103.79826247220961, 1.201445402853553],
+ [103.79803515134704, 1.20160044067904],
+ [103.79785916128647, 1.2017037964872856],
+ [103.79758522127923, 1.2019842935492953],
+ [103.79751092903598, 1.2020316641285398],
+ [103.7970850364564, 1.2021619983126866],
+ [103.79680157153528, 1.2022823501573827],
+ [103.7962054273573, 1.2025271591739775],
+ [103.79559953535164, 1.2028861295666862],
+ [103.79497269352247, 1.2033069119833948],
+ [103.79418512610854, 1.2037600546410987],
+ [103.79375115743093, 1.204067549704853],
+ [103.79353015802864, 1.2044088891809739],
+ [103.7933253262689, 1.2047593466856772],
+ [103.79326664860645, 1.2048422679711561],
+ [103.79284207242351, 1.2056554759145417],
+ [103.7928293643421, 1.205683694632558],
+ [103.79255024371876, 1.206070286676705],
+ [103.79238341630301, 1.2062271743387238],
+ [103.79227236418359, 1.2064354343990547],
+ [103.79227235961895, 1.206500177000541],
+ [103.79227235187336, 1.2065972913548813],
+ [103.79220805528082, 1.2067105856342453],
+ [103.79206339771918, 1.2068076896442645],
+ [103.7920312442747, 1.2069371716423531],
+ [103.79199908854117, 1.2070990262968624],
+ [103.79195086477291, 1.207196137199311],
+ [103.79195086020006, 1.2072608798001705],
+ [103.79195085244213, 1.2073579941535701],
+ [103.79203119791056, 1.2075684140360552],
+ [103.7921276230948, 1.2076655343840803]
+ ]
+ ]
+ },
+ "id": "45"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 57.0,
+ "GDO_GID": 47.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "ISLET"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.81093423474181, 1.2551949788754915],
+ [103.81095343092346, 1.2551949790408787],
+ [103.81095343158083, 1.2551176494985323],
+ [103.81087664751608, 1.2550403192938218],
+ [103.8108574521607, 1.2549436569738053],
+ [103.81081905923317, 1.2549049914181407],
+ [103.81074227501269, 1.254846994725581],
+ [103.81062709770646, 1.2547696632752983],
+ [103.81055031366144, 1.254692333061101],
+ [103.81045433131064, 1.254653666994815],
+ [103.81035834851204, 1.2547696600096372],
+ [103.81030075721803, 1.2549823164192457],
+ [103.8103199522152, 1.2551176430618125],
+ [103.81045432554075, 1.2552143064019254],
+ [103.81066548500401, 1.2552529734756812],
+ [103.81083825227428, 1.255272306684295],
+ [103.81093423474181, 1.2551949788754915]
+ ]
+ ]
+ },
+ "id": "46"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 58.0,
+ "GDO_GID": 48.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "ISLET"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.81139495284219, 1.254673009522854],
+ [103.81181727714821, 1.2543056988526171],
+ [103.81195165205824, 1.2542090387099378],
+ [103.81197084917332, 1.2540930450046621],
+ [103.81195165483932, 1.2539770500794591],
+ [103.81181728030556, 1.2539190511355394],
+ [103.8117021023723, 1.25391905018034],
+ [103.81162531646548, 1.253957714764597],
+ [103.81145254920992, 1.254054374567936],
+ [103.81114540350103, 1.2543443566218955],
+ [103.81108781293328, 1.2544796826038014],
+ [103.81106861577634, 1.254595677205845],
+ [103.81112620333018, 1.25471167156029],
+ [103.81122218511949, 1.2547116723784102],
+ [103.81133736398557, 1.2547116742598483],
+ [103.81139495284219, 1.254673009522854]
+ ]
+ ]
+ },
+ "id": "47"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 59.0,
+ "GDO_GID": 49.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU PERGAM"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.66124442156226, 1.3990424279673088],
+ [103.66134921136674, 1.3990490420484654],
+ [103.66144091274063, 1.399002901129929],
+ [103.66151296582095, 1.398956757855265],
+ [103.66156537384445, 1.3988908284477946],
+ [103.6616243403409, 1.398778742796908],
+ [103.66164401025536, 1.3986666497295075],
+ [103.66164404152455, 1.3985083948737929],
+ [103.66170302040342, 1.3983369642129846],
+ [103.66170304938993, 1.3981853030448526],
+ [103.6617292588992, 1.3981259635831718],
+ [103.6617816581542, 1.3981061908921015],
+ [103.66182096849197, 1.3980402596077774],
+ [103.66179479808302, 1.3978951883926238],
+ [103.66174243835269, 1.3977171413822271],
+ [103.66165732862265, 1.3975456838428768],
+ [103.66161803895278, 1.397512707083202],
+ [103.66157875437479, 1.3974467591668556],
+ [103.66155256877013, 1.3973874095201286],
+ [103.66146743558113, 1.3973412356767791],
+ [103.66136920618145, 1.397275277991514],
+ [103.66129717844281, 1.3971961366650971],
+ [103.66122515118877, 1.397110401648458],
+ [103.66119242186589, 1.3970180803607963],
+ [103.66115315384977, 1.3968730063691785],
+ [103.66107456951258, 1.3968268339017573],
+ [103.66098287511807, 1.3968400045656117],
+ [103.66091081748063, 1.3969125243938212],
+ [103.6608125747384, 1.396919099974129],
+ [103.660688134, 1.3969256699960957],
+ [103.66060952614637, 1.3970047821132154],
+ [103.66054402422023, 1.397044333971135],
+ [103.66047197995252, 1.397044320499574],
+ [103.66043268430474, 1.3970443121640292],
+ [103.66038683113075, 1.3970772735923305],
+ [103.66039992001508, 1.3971234339972782],
+ [103.66048505406972, 1.397169607876124],
+ [103.66067496818654, 1.3972685516714327],
+ [103.66085179114792, 1.3973279305466408],
+ [103.66089108494103, 1.3973411262524933],
+ [103.66095657073821, 1.397387295951687],
+ [103.66097620198335, 1.3974730216819309],
+ [103.66093033267157, 1.397591703782513],
+ [103.66099580882128, 1.3976840302044256],
+ [103.66108747836431, 1.397802738738565],
+ [103.66109401843728, 1.397848897753818],
+ [103.66106780753766, 1.3979148317996426],
+ [103.66101540414527, 1.397954385539584],
+ [103.66085166354803, 1.397980730108796],
+ [103.66083201202575, 1.3980005079126068],
+ [103.66083855347352, 1.3980400732396483],
+ [103.66087129617136, 1.3980598603426033],
+ [103.6610415749862, 1.3980928630691005],
+ [103.66114635323487, 1.3981588221584627],
+ [103.66126422267247, 1.3982643470536391],
+ [103.66131004595076, 1.3983830467746463],
+ [103.66131003492161, 1.3984357989952312],
+ [103.66128382677671, 1.3984885447618833],
+ [103.66127071532955, 1.3985544824886857],
+ [103.66122485475827, 1.398627006965637],
+ [103.66114625423334, 1.398666555155883],
+ [103.66105456114576, 1.398673131220796],
+ [103.66097595833875, 1.3987192739973382],
+ [103.66094975156261, 1.3987654269748542],
+ [103.66094318845317, 1.3988379588707363],
+ [103.66098901772216, 1.3989236883465763],
+ [103.66124442156226, 1.3990424279673088]
+ ]
+ ]
+ },
+ "id": "48"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 53.0,
+ "GDO_GID": 50.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "JURONG ISLAND (RECLAIM LAND)"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.65496571586431, 1.2674534521649792],
+ [103.65499663394782, 1.2672740562897598],
+ [103.65503648058704, 1.267096452570134],
+ [103.65508515601275, 1.266921093178858],
+ [103.65514253619615, 1.266748420338975],
+ [103.65520847464572, 1.2665788726544736],
+ [103.65528280690017, 1.266412878780085],
+ [103.65536534244158, 1.2662508592294537],
+ [103.65545587637641, 1.2660932254715977],
+ [103.66295773691856, 1.2537754928326732],
+ [103.66806630229038, 1.2453777860851014],
+ [103.6682280645399, 1.2451118724314973],
+ [103.66835324448124, 1.2449156881515935],
+ [103.66848668237273, 1.2447250960491185],
+ [103.66862813109823, 1.2445404506168651],
+ [103.66877733096345, 1.2443620909727071],
+ [103.66893400430459, 1.2441903462854382],
+ [103.66909786357505, 1.2440255339665736],
+ [103.66926860775142, 1.243867959670131],
+ [103.66944591784112, 1.2437179127705578],
+ [103.66962946766435, 1.243575670885225],
+ [103.66981891936183, 1.2434414953523463],
+ [103.67001392339441, 1.243315635752799],
+ [103.67021411854346, 1.2431983244839646],
+ [103.67041913550491, 1.2430897767599618],
+ [103.67062859688913, 1.2429901933247391],
+ [103.6708421136268, 1.242899759547499],
+ [103.67105929395449, 1.2428186399970924],
+ [103.67127973532745, 1.2427469865807774],
+ [103.67150303160832, 1.2426849285966932],
+ [103.6717287703709, 1.2426325844903976],
+ [103.6719565337994, 1.2425900491938637],
+ [103.67218590318058, 1.2425574004562896],
+ [103.67241645351261, 1.2425346997481301],
+ [103.67264775979488, 1.2425219886440366],
+ [103.67287939433241, 1.242519289727053],
+ [103.67311093032967, 1.2425266093019185],
+ [103.67334194009383, 1.2425439328731458],
+ [103.67357199683155, 1.2425712287625756],
+ [103.6738006764461, 1.2426084472051175],
+ [103.67402755574031, 1.2426555185399124],
+ [103.67425221511203, 1.2427123559235758],
+ [103.67447424304666, 1.2427788562348223],
+ [103.67469322623363, 1.242854894647691],
+ [103.6763060330151, 1.2434542416558203],
+ [103.69035270834017, 1.2486741417166753],
+ [103.69126932594722, 1.2455480008972708],
+ [103.69146174202781, 1.2448590825217611],
+ [103.69155215860602, 1.2445227984459208],
+ [103.69164531385468, 1.2441865154158342],
+ [103.6917329918271, 1.2438474746820904],
+ [103.69182066962578, 1.2435111895342634],
+ [103.69187546849311, 1.2432961884618712],
+ [103.69191931375428, 1.2430756728989176],
+ [103.69194672607478, 1.242852399047734],
+ [103.69196318450163, 1.2426291246054446],
+ [103.69196321074692, 1.2424058483732308],
+ [103.69195228220644, 1.2421825715508459],
+ [103.69193039798456, 1.2419592932340602],
+ [103.6918948210391, 1.2417387706766299],
+ [103.69184554972301, 1.2415182464772228],
+ [103.69178258464521, 1.2413032336289254],
+ [103.69170866450354, 1.2410937331830616],
+ [103.69162104985404, 1.2408869884945903],
+ [103.69152248014593, 1.2406857553025947],
+ [103.69141295538141, 1.2404900336060856],
+ [103.69129247451696, 1.2403025808049055],
+ [103.69115829975894, 1.2401233967497383],
+ [103.69101590774505, 1.2399497243339792],
+ [103.69086529818159, 1.239787076549661],
+ [103.69061610430924, 1.2395472387953068],
+ [103.69036691152827, 1.2393046445256177],
+ [103.6901149801004, 1.239062049183832],
+ [103.68986578636397, 1.238822211372925],
+ [103.68961659371963, 1.238579616142438],
+ [103.6893701398124, 1.238337021947298],
+ [103.68912094725877, 1.2380944266796574],
+ [103.68887175385204, 1.2378518322976588],
+ [103.68862530008012, 1.2376092380474217],
+ [103.68837610766262, 1.2373666427240393],
+ [103.68812965413062, 1.2371212919408634],
+ [103.68788319959535, 1.2368786976358552],
+ [103.68763400746415, 1.2366333457608096],
+ [103.68738755391767, 1.2363907514193715],
+ [103.68714110056683, 1.2361453996592024],
+ [103.68689738595008, 1.2359000489372962],
+ [103.6866509326895, 1.23565469804562],
+ [103.6864044794742, 1.2354093471359178],
+ [103.68615802630424, 1.23516399530384],
+ [103.6859143118672, 1.234918644510979],
+ [103.68567059657633, 1.2346732937005302],
+ [103.68542414459235, 1.2344251862232865],
+ [103.68385677368403, 1.2328472889949746],
+ [103.67380536406928, 1.2223423536264888],
+ [103.67124954806373, 1.2274498824890738],
+ [103.66881151510442, 1.2323120912882253],
+ [103.66499827464106, 1.2401401406118375],
+ [103.65936536796856, 1.2521133218451728],
+ [103.65400395048215, 1.263847919410081],
+ [103.65386570008332, 1.264256382350577],
+ [103.65379175337529, 1.2645127390152928],
+ [103.65372876112744, 1.2647746076115856],
+ [103.65367946243587, 1.265036477158115],
+ [103.65364385711491, 1.26530110414728],
+ [103.65361920735202, 1.265568486580594],
+ [103.65360551154295, 1.265835869776419],
+ [103.65360551020372, 1.2661032530222354],
+ [103.65361920262986, 1.2663678798275906],
+ [103.65364384972978, 1.2666352629837683],
+ [103.65367945098801, 1.2668998904132438],
+ [103.65372874692176, 1.2671617614028938],
+ [103.65379173663679, 1.2674208750480938],
+ [103.65386568052129, 1.2676772329660542],
+ [103.65395057947707, 1.267930835156338],
+ [103.6540464336971, 1.2681789233185528],
+ [103.65415598190229, 1.2684214994514065],
+ [103.65427648518845, 1.2686613189495861],
+ [103.65440520432013, 1.268892868639132],
+ [103.65454761654732, 1.2691189053910872],
+ [103.65469824642106, 1.269336673236216],
+ [103.65486256849672, 1.2695489281402457],
+ [103.65503236950269, 1.269752913039704],
+ [103.65521312508179, 1.2699486283132178],
+ [103.65540209651513, 1.270136074673225],
+ [103.6555308165347, 1.2702518498887474],
+ [103.65566775272703, 1.2703676256678513],
+ [103.65581016656105, 1.270480645328774],
+ [103.65601557085984, 1.270635013086708],
+ [103.65631682883827, 1.2708389608780721],
+ [103.65617678992959, 1.270723699493508],
+ [103.65604268989465, 1.2706014930232512],
+ [103.65591487015398, 1.2704726489744622],
+ [103.65578274871368, 1.2703240362041543],
+ [103.65567934557976, 1.2701963749301306],
+ [103.6555722373215, 1.2700496440483975],
+ [103.65547260071097, 1.2698976747199633],
+ [103.6553806873094, 1.2697408513162745],
+ [103.65529672980763, 1.2695795726771792],
+ [103.65522094112808, 1.2694142466846936],
+ [103.65515351352606, 1.2692452920716537],
+ [103.65509461679291, 1.269073136612861],
+ [103.65504440274874, 1.2688982153166675],
+ [103.65500299535836, 1.2687209740417291],
+ [103.65497050061582, 1.2685418604540803],
+ [103.65494700205146, 1.2683613276442645],
+ [103.65493255803639, 1.2681798341271449],
+ [103.654927205377, 1.2679978384159885],
+ [103.6549309575177, 1.2678158026397903],
+ [103.65494380543984, 1.2676341862128109],
+ [103.65496571586431, 1.2674534521649792]
+ ]
+ ]
+ },
+ "id": "49"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 52.0,
+ "GDO_GID": 51.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "JURONG ISLAND"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.65646245172104, 1.2709469832342626],
+ [103.66435546440718, 1.2764975027437975],
+ [103.66701444535106, 1.2783682441894395],
+ [103.66927797876671, 1.2799607637409904],
+ [103.6748432475412, 1.2838762115058984],
+ [103.67516875505194, 1.2841052215362159],
+ [103.67519108360403, 1.2841209353022425],
+ [103.67520596990475, 1.2841314087345754],
+ [103.67539203968964, 1.2842623184927688],
+ [103.6759183848468, 1.2846326302200144],
+ [103.6762572145828, 1.2848710128574343],
+ [103.6763511534174, 1.284937103979916],
+ [103.67792191403011, 1.2858957994642919],
+ [103.67947848491254, 1.2868458348928327],
+ [103.68356359973146, 1.289265037504843],
+ [103.68389920352777, 1.289422639676985],
+ [103.68423986385062, 1.2895732595298606],
+ [103.68458285381232, 1.2897138356361062],
+ [103.68492922282284, 1.2898457408771973],
+ [103.68527875882909, 1.2899688947507901],
+ [103.68563124348778, 1.290083220371707],
+ [103.68598645486102, 1.2901886462808263],
+ [103.68634417280752, 1.2902851064454026],
+ [103.68670417538841, 1.2903725411632219],
+ [103.68706623527318, 1.2904508952536737],
+ [103.68743012782633, 1.2905201216756745],
+ [103.6877956571653, 1.2905801770073577],
+ [103.68982293362754, 1.2907179675757035],
+ [103.69142898213498, 1.2905071348023283],
+ [103.69153147268715, 1.2905141584039588],
+ [103.69274308138101, 1.2905971922678077],
+ [103.69429680760688, 1.290639048897238],
+ [103.69495737894295, 1.2907137321120665],
+ [103.69524137651787, 1.290698709006593],
+ [103.69531242092465, 1.2906891899532351],
+ [103.69538105156262, 1.2906684223086113],
+ [103.69544553512064, 1.2906369323170777],
+ [103.6955042209384, 1.2905955238668894],
+ [103.69555561738382, 1.2905452513634612],
+ [103.69559841791225, 1.290487390791147],
+ [103.6956315325166, 1.2904234180101999],
+ [103.69565411648308, 1.2903549608270823],
+ [103.69566560004515, 1.2902837582997215],
+ [103.69566568928394, 1.2902116236586614],
+ [103.69565437871046, 1.2901403936634313],
+ [103.69563195935481, 1.290071880671774],
+ [103.69559899989926, 1.290007828324874],
+ [103.69555633679641, 1.2899498681374573],
+ [103.69426894150658, 1.2884647770532256],
+ [103.69429930367804, 1.2884378260139797],
+ [103.69432438199249, 1.2882865737159659],
+ [103.69390044340186, 1.2880417404642124],
+ [103.6912789968211, 1.2850267020308057],
+ [103.69109833461029, 1.284224545331607],
+ [103.69114494163298, 1.2838193457818412],
+ [103.69075235082359, 1.2828047913794893],
+ [103.6893349936751, 1.2813884335002224],
+ [103.68895695065831, 1.2816029168169334],
+ [103.68851855150625, 1.2832815795502677],
+ [103.68834875489935, 1.2832374596139013],
+ [103.68888853297342, 1.2811784099127796],
+ [103.68874888644905, 1.2809330693646672],
+ [103.68878940716529, 1.280846430163659],
+ [103.6852601657415, 1.2773410237239844],
+ [103.68397488911491, 1.2763147387039142],
+ [103.6883263049687, 1.2723089194429693],
+ [103.68953264069705, 1.2736030192662082],
+ [103.69105088627087, 1.275963476683519],
+ [103.69101709361131, 1.2764484679538557],
+ [103.6914880889758, 1.2770218633810393],
+ [103.69206320713452, 1.2771597417577258],
+ [103.69297241992014, 1.2775677885784036],
+ [103.69360776743765, 1.2778986273838193],
+ [103.69439643862727, 1.278626415284741],
+ [103.69468120981536, 1.2791226100527615],
+ [103.69521788528087, 1.280126024631899],
+ [103.69626209993207, 1.2811640882129773],
+ [103.69646662063975, 1.281239763595158],
+ [103.69660900684181, 1.2814823483578917],
+ [103.69701427670452, 1.2820336847621776],
+ [103.69755106083255, 1.282110915263743],
+ [103.69795638703674, 1.2821771090597807],
+ [103.69881080199056, 1.2828056681776885],
+ [103.69915038567991, 1.2829821145692304],
+ [103.69933385935742, 1.2831778427467724],
+ [103.69993626045515, 1.2842419038836432],
+ [103.70007864918144, 1.2844624365249426],
+ [103.7004976433708, 1.2847574199124394],
+ [103.70076330422745, 1.284735391771062],
+ [103.70160211894463, 1.2838472230247744],
+ [103.70165903713047, 1.2833131212286604],
+ [103.7031381443905, 1.2816814098965468],
+ [103.70349973631758, 1.2809978306267176],
+ [103.70365318747972, 1.2802811554945257],
+ [103.70414356427192, 1.2790242375276053],
+ [103.70459560259418, 1.2777342376945742],
+ [103.70475994910767, 1.2775357844929562],
+ [103.70513244715644, 1.2772711939359926],
+ [103.70595689414591, 1.2765049614225374],
+ [103.70679228341037, 1.2758407195450365],
+ [103.70794812555906, 1.2749890638849588],
+ [103.70821991898497, 1.2749634222267252],
+ [103.70879769746857, 1.2758152299733443],
+ [103.71120963107657, 1.2779608505351325],
+ [103.71031124181147, 1.278707783080444],
+ [103.71017160140828, 1.27838526065247],
+ [103.71010588224566, 1.2782970468310775],
+ [103.70983200440806, 1.2783301016179514],
+ [103.70966768560339, 1.2782749573705021],
+ [103.70959100243411, 1.278263924948348],
+ [103.70898846527176, 1.2783961840431728],
+ [103.7088679560854, 1.278440277611323],
+ [103.70875839754822, 1.2785174496820628],
+ [103.70869264430911, 1.2787269375921684],
+ [103.70864881827988, 1.2787820635979978],
+ [103.708402316659, 1.278914354387167],
+ [103.7069641961939, 1.2814309088798401],
+ [103.70687379420197, 1.2816376380905197],
+ [103.70687378016596, 1.2817589230783002],
+ [103.7069449723998, 1.2818995107040945],
+ [103.7068956643439, 1.281990470865331],
+ [103.70714758321822, 1.2823984549615215],
+ [103.70718043263076, 1.2825307693791685],
+ [103.70726257069083, 1.282748539474335],
+ [103.70688457532869, 1.283184032847545],
+ [103.70691195787265, 1.283228139074419],
+ [103.7069721928404, 1.283379752147218],
+ [103.7070050431498, 1.283512066566507],
+ [103.70700503055087, 1.2836223264674076],
+ [103.7069721544984, 1.2837215569352927],
+ [103.70669824056975, 1.2840743641264711],
+ [103.70652292126742, 1.2844271807265175],
+ [103.70651195854637, 1.284493335213914],
+ [103.7066653057368, 1.2846918170165442],
+ [103.706873427254, 1.2849013284353847],
+ [103.70699390814502, 1.2851108327663738],
+ [103.70725682257225, 1.2851549597476193],
+ [103.70737540199903, 1.2852035145383818],
+ [103.70744578084329, 1.2852955577365084],
+ [103.70606242733486, 1.2878341685586525],
+ [103.70599669111644, 1.2878892924883778],
+ [103.70537225337777, 1.2879112885778206],
+ [103.70531747702202, 1.2879223099900907],
+ [103.70525174368505, 1.28795538192072],
+ [103.70484636978698, 1.2882971516671269],
+ [103.70437524622292, 1.2888153301877148],
+ [103.7044519277957, 1.2888456582753829],
+ [103.7043752187457, 1.2890579019344879],
+ [103.70427113087135, 1.2891874483751598],
+ [103.70363572397301, 1.2893417543971122],
+ [103.7035041867813, 1.290017083995828],
+ [103.7041394823491, 1.2908440900766514],
+ [103.70423259431733, 1.2908992283944216],
+ [103.70468449258522, 1.2908579211679332],
+ [103.70514185135133, 1.290976490972532],
+ [103.70515280634574, 1.2909764924326648],
+ [103.7051856698785, 1.290987520992707],
+ [103.70529521492173, 1.2910316350230728],
+ [103.7053390314494, 1.2910647170182181],
+ [103.70540475216966, 1.291141904077163],
+ [103.70553619396965, 1.2913073059885698],
+ [103.70560191415142, 1.2913955199366656],
+ [103.70563476789829, 1.2914947564021138],
+ [103.70565666665007, 1.291593992313509],
+ [103.70565665540775, 1.291693226212801],
+ [103.705645695513, 1.2917373287097473],
+ [103.7056347361682, 1.2917704061221311],
+ [103.70559090927814, 1.291836558029674],
+ [103.7055799513814, 1.2918586085485704],
+ [103.7055909029307, 1.2918916879734819],
+ [103.7056128085804, 1.291924767952503],
+ [103.70567853312542, 1.2919799030293286],
+ [103.70577711832551, 1.2920681204449338],
+ [103.70586474908235, 1.29214530950655],
+ [103.70604001440546, 1.2922776374530531],
+ [103.70618241619108, 1.2923989359359032],
+ [103.70622623330162, 1.2924209910254019],
+ [103.70628100631264, 1.2924430484744867],
+ [103.70633578131867, 1.2924430530400202],
+ [103.7064453298853, 1.292454089060954],
+ [103.70656035843454, 1.2924513428660058],
+ [103.70664252080823, 1.2924541062020931],
+ [103.7071217972508, 1.292498253164503],
+ [103.7073025545092, 1.2925037815229057],
+ [103.70739841064011, 1.292506546422797],
+ [103.70753261558549, 1.292454185091647],
+ [103.7077517229579, 1.292396317696885],
+ [103.70789687515497, 1.2924101137326494],
+ [103.70809680079017, 1.2924376958703612],
+ [103.70822552534408, 1.292407386208448],
+ [103.70832959417812, 1.2924459859471213],
+ [103.70842818775978, 1.292457020435868],
+ [103.70857607005563, 1.292556267086839],
+ [103.70870735364562, 1.2927104565621748],
+ [103.70881158704888, 1.2926913561414937],
+ [103.70880064303536, 1.2925948781878132],
+ [103.70880887014245, 1.2925011576776237],
+ [103.70884448542495, 1.292393657839327],
+ [103.70886913875381, 1.2923550689939216],
+ [103.70889927101793, 1.2923054544281039],
+ [103.70898144491458, 1.292200715187978],
+ [103.70905813789943, 1.2921290527411091],
+ [103.70940323583096, 1.2919967713863723],
+ [103.70947171071533, 1.2919444040050119],
+ [103.71003866780516, 1.2916302127240251],
+ [103.71089041978045, 1.2916330441229409],
+ [103.71247341364443, 1.2916910674252913],
+ [103.71325121985217, 1.2916856213785892],
+ [103.71333612097952, 1.2916883855297614],
+ [103.71336511935947, 1.291673592435355],
+ [103.71339638133723, 1.2916167212524732],
+ [103.71340186475767, 1.2915671045483537],
+ [103.71341282477933, 1.291517489008585],
+ [103.71343754854254, 1.2914890561092989],
+ [103.71452418279455, 1.291235051116443],
+ [103.71479045336467, 1.291197853612931],
+ [103.71531356520146, 1.291104177061247],
+ [103.71574356092336, 1.2909994673595637],
+ [103.71601744329581, 1.2909360905779883],
+ [103.71612699889704, 1.2908919962108714],
+ [103.71621738272738, 1.2908396305508298],
+ [103.71629681054786, 1.2908093154621416],
+ [103.71632146553411, 1.2907514310431243],
+ [103.71706368623072, 1.2905778348396766],
+ [103.71710476302431, 1.2906164295155558],
+ [103.71715679901375, 1.2906219467135693],
+ [103.71726635166416, 1.2906026607797134],
+ [103.71732934467441, 1.290583369991354],
+ [103.71738412081135, 1.290577862221007],
+ [103.71744437202618, 1.2905861362884001],
+ [103.71750188386848, 1.2906081936255092],
+ [103.71753200694425, 1.2906385173932928],
+ [103.7176066564293, 1.2908639975034801],
+ [103.7177983960897, 1.29169501007867],
+ [103.71781390011682, 1.291741114310006],
+ [103.71783804288819, 1.2917832876703954],
+ [103.7178698971837, 1.2918199104030645],
+ [103.71790823745808, 1.291849575262863],
+ [103.71795159195368, 1.291871140876112],
+ [103.71799829301676, 1.2918837796741955],
+ [103.71804654718237, 1.2918870050276974],
+ [103.7180944998683, 1.2918806938584695],
+ [103.71927107433501, 1.2916056644581793],
+ [103.71941342857728, 1.291578640375847],
+ [103.71949559538852, 1.2915428132160554],
+ [103.71955037505906, 1.2914987135150848],
+ [103.71978864914057, 1.2914766812924408],
+ [103.7199803828126, 1.2912837431360742],
+ [103.71996943849659, 1.2911845077879682],
+ [103.7189808534311, 1.290208625650078],
+ [103.71887132478926, 1.2900129047710787],
+ [103.71898362294937, 1.2899219499194245],
+ [103.71914793843709, 1.2900129281297148],
+ [103.7192054459928, 1.2900708199104074],
+ [103.71954501400533, 1.2904154102087586],
+ [103.71998316744158, 1.2908564859642544],
+ [103.72014473848918, 1.2909970809711993],
+ [103.7203227459695, 1.2911101117173134],
+ [103.72052266558322, 1.2911955802521244],
+ [103.72072532697204, 1.2912534830025437],
+ [103.7209416877764, 1.2912645276765922],
+ [103.72115257306928, 1.2912507626955951],
+ [103.7212867749696, 1.291220451686467],
+ [103.7213662012548, 1.291203919832559],
+ [103.72153053402853, 1.2911295079726306],
+ [103.72159078365765, 1.291154320936448],
+ [103.72164282129603, 1.2911432999552668],
+ [103.72171403306623, 1.2911074713305053],
+ [103.7223474846012, 1.2907648568355017],
+ [103.72360478868183, 1.2900867912709884],
+ [103.72357376208164, 1.2900243201315713],
+ [103.72429683477449, 1.2896302009802707],
+ [103.72451047352571, 1.2894786108670715],
+ [103.72474329102323, 1.2892553534825966],
+ [103.72489667849794, 1.2890954885343886],
+ [103.72497063655838, 1.2889852353521218],
+ [103.72538973947425, 1.288285118733441],
+ [103.72565819788903, 1.287706276166517],
+ [103.72577872979662, 1.2874471748741727],
+ [103.72601433645437, 1.2867415309825272],
+ [103.72617873082271, 1.286085497417964],
+ [103.72627739703631, 1.2854074072563177],
+ [103.72638981215067, 1.2842000697717797],
+ [103.72647745194195, 1.2842000770776156],
+ [103.72658700733389, 1.2841504692157566],
+ [103.72744159957564, 1.283166468110763],
+ [103.72740327499326, 1.2829955617332767],
+ [103.72757582758639, 1.2828825596694369],
+ [103.72789629991411, 1.2825104581936468],
+ [103.72800859743819, 1.2824195028809673],
+ [103.72820307720508, 1.2821466246973665],
+ [103.72839754267002, 1.2820033019784385],
+ [103.72845506476936, 1.2819261250725262],
+ [103.7286194184116, 1.281650488203371],
+ [103.72876734002011, 1.2813638246463546],
+ [103.72896457169189, 1.280961391014657],
+ [103.72952878851729, 1.2806168742127162],
+ [103.7298327518131, 1.2809752424101566],
+ [103.7301230841697, 1.2807326939652635],
+ [103.73034216019977, 1.2809532309613918],
+ [103.73050924040774, 1.280796123551306],
+ [103.73031755221434, 1.2805645625818958],
+ [103.7305092843895, 1.2803688660721624],
+ [103.7306790673374, 1.2805508091469524],
+ [103.73087353489682, 1.2803937037164712],
+ [103.73068732128142, 1.2801897079930722],
+ [103.73082153430884, 1.2800436243270388],
+ [103.73058602909343, 1.279787251308184],
+ [103.73075859724452, 1.2795226415016427],
+ [103.73088459946719, 1.279329696094766],
+ [103.73121869061873, 1.2796687716532078],
+ [103.73135564311752, 1.2795254445635305],
+ [103.73156924168877, 1.2797459812373124],
+ [103.73182944927889, 1.2794841340597043],
+ [103.73162132828945, 1.279260842030093],
+ [103.73180210376641, 1.2790816830640321],
+ [103.73158303106436, 1.2788225551929655],
+ [103.7320623290667, 1.2786406642558],
+ [103.73243479557856, 1.2786655019850746],
+ [103.73274428568824, 1.278546996459187],
+ [103.732834665692, 1.278527708137611],
+ [103.73350566302722, 1.278475386299432],
+ [103.73376858891848, 1.2784092514207557],
+ [103.73400959743651, 1.2784202958583741],
+ [103.73414105818226, 1.2784092794932733],
+ [103.73454640413007, 1.278288025485767],
+ [103.73521466877015, 1.2781695470768049],
+ [103.73531600459864, 1.2781502599903518],
+ [103.73557892890044, 1.278100663016501],
+ [103.73572956646925, 1.2780345181990964],
+ [103.73581995048778, 1.2779793952637455],
+ [103.73588842359918, 1.2779270270845204],
+ [103.73707715602484, 1.2767473370022915],
+ [103.73715109595946, 1.2768107420119372],
+ [103.73763590161506, 1.2763283916116792],
+ [103.73758113293441, 1.2762622308337133],
+ [103.73866578448919, 1.27516246998007],
+ [103.73869317364307, 1.275137663391815],
+ [103.74007089815022, 1.2737457353491435],
+ [103.74013389907446, 1.2736409933246042],
+ [103.7401558161075, 1.2735665695041585],
+ [103.74016952062465, 1.2734645794720376],
+ [103.74016953206839, 1.2733460508410934],
+ [103.74013668299514, 1.273183414288452],
+ [103.74009561305098, 1.2730759083573793],
+ [103.73974237053542, 1.2725245817513022],
+ [103.73967390940682, 1.2724501510157797],
+ [103.73904405477633, 1.2719098302620864],
+ [103.73850183179381, 1.2714411843439746],
+ [103.73843336792588, 1.2713943185867775],
+ [103.73743378875074, 1.2708071087942114],
+ [103.7371106373035, 1.2706168854949165],
+ [103.73703121705324, 1.270586558296744],
+ [103.73695727305989, 1.2705645008037363],
+ [103.73605077529116, 1.2703411547979884],
+ [103.73601243338572, 1.2703328829390133],
+ [103.73487039971543, 1.2701563790567965],
+ [103.73478550094427, 1.2701315645830518],
+ [103.7347060817441, 1.2700984799113193],
+ [103.73284657148422, 1.2692217701880737],
+ [103.73159484591395, 1.270442801694674],
+ [103.73144695916778, 1.2703931724966864],
+ [103.73110736901604, 1.2702635908308504],
+ [103.73103068604091, 1.2702498025632054],
+ [103.73076228648034, 1.2702856155057078],
+ [103.73064999836865, 1.2702911194963866],
+ [103.73041720228053, 1.2703269365386338],
+ [103.72980372027176, 1.2703820174598905],
+ [103.72928882357859, 1.2705253147506763],
+ [103.72915736011248, 1.2705694088974295],
+ [103.72873010538123, 1.2706906603388155],
+ [103.72836858012279, 1.2708119180118518],
+ [103.72813304076344, 1.2708918378218483],
+ [103.72803992138083, 1.2709111258850285],
+ [103.72789750161478, 1.270966244609267],
+ [103.72768112918583, 1.271082000564886],
+ [103.7274346332941, 1.2711784579501417],
+ [103.72716622754689, 1.271274913499272],
+ [103.72706488880698, 1.2713272791824106],
+ [103.72703202236048, 1.2713465724149517],
+ [103.72689507843714, 1.2714182303049604],
+ [103.72677182714534, 1.2714926461598808],
+ [103.72667870716921, 1.271525716669545],
+ [103.72653354884231, 1.27157532129487],
+ [103.72638017431997, 1.271624926473295],
+ [103.72635826459222, 1.2716221681556168],
+ [103.72599971799475, 1.2714331005291426],
+ [103.72310983831437, 1.2686639784508256],
+ [103.72391882422087, 1.2683992253583856],
+ [103.72408174770045, 1.2683825711985517],
+ [103.72445626472604, 1.268388244778928],
+ [103.72525543321106, 1.2684669092699077],
+ [103.72548609645955, 1.2683777188772327],
+ [103.72582230256735, 1.2682361195897771],
+ [103.72669750412489, 1.267872477113996],
+ [103.7271039931524, 1.2672714494464257],
+ [103.72735714529384, 1.2664599808598431],
+ [103.72717570079791, 1.2659171789479287],
+ [103.7258016656384, 1.2649088923847198],
+ [103.72575016562405, 1.2649258787040818],
+ [103.72562489030445, 1.2646935226095453],
+ [103.72549733840289, 1.2644545121090425],
+ [103.72536938936375, 1.2642157168256867],
+ [103.72524191657865, 1.2639766647182984],
+ [103.72504399270156, 1.2636077349228039],
+ [103.72483433061623, 1.2634086567363314],
+ [103.7246361529502, 1.2632247515239658],
+ [103.7244346838455, 1.2630444373869183],
+ [103.7242375368972, 1.262859399928758],
+ [103.72404002964947, 1.2626747648841998],
+ [103.72384172899136, 1.2624909943645146],
+ [103.72364263941547, 1.2623080901784456],
+ [103.72344543866456, 1.2621231241109905],
+ [103.72326181287498, 1.2619395676069565],
+ [103.72304914126187, 1.2617552483789904],
+ [103.72285120736106, 1.2615710780812972],
+ [103.72265211702684, 1.2613881729255285],
+ [103.72245418318208, 1.2612040026018638],
+ [103.72225527531388, 1.2610208984678526],
+ [103.72210325553105, 1.2608781725439555],
+ [103.72205960826227, 1.2608638554992404],
+ [103.72179122894295, 1.2608893171443907],
+ [103.72125402395018, 1.260935015823397],
+ [103.72098552608817, 1.260958821489195],
+ [103.72077116671376, 1.2609761189714774],
+ [103.72073616821062, 1.2609104389663428],
+ [103.7207143824205, 1.2608695526565614],
+ [103.72070707926687, 1.2608673348397605],
+ [103.72064738673893, 1.2609000521052907],
+ [103.72064532429552, 1.2609074442812325],
+ [103.72066794034158, 1.2609479724997998],
+ [103.72068800476062, 1.2609839272417913],
+ [103.7206316181409, 1.2609906261179324],
+ [103.72054876427715, 1.2610217687794096],
+ [103.72048106732355, 1.260894949672263],
+ [103.72047652076212, 1.260894982935365],
+ [103.72047269310403, 1.2608931668068433],
+ [103.72039776477065, 1.2609336247514948],
+ [103.72039613315741, 1.260930918825232],
+ [103.71931306487613, 1.2615187598971267],
+ [103.7193141609877, 1.2615209385565893],
+ [103.71923688287985, 1.2615633534026465],
+ [103.71928638325244, 1.2616581726494884],
+ [103.7192132994972, 1.2617207549803244],
+ [103.71899162213285, 1.2619095816607533],
+ [103.71880198925933, 1.2620722266142694],
+ [103.71851677467343, 1.2623090006747715],
+ [103.71777851034233, 1.262953158347464],
+ [103.71766816460573, 1.2627483169491853],
+ [103.71786562852584, 1.262641311579179],
+ [103.71799631387391, 1.26257049221106],
+ [103.7181269992153, 1.262499673740001],
+ [103.71804927367823, 1.2623565520791544],
+ [103.71778035694626, 1.262482326138859],
+ [103.717107968883, 1.2628470265610412],
+ [103.71643558064373, 1.26321172678969],
+ [103.7162225419995, 1.2633478246969985],
+ [103.71618285205184, 1.2633693367916943],
+ [103.7162600024075, 1.2635133447506992],
+ [103.71671831617199, 1.2632635613926173],
+ [103.716830903466, 1.2634732494092127],
+ [103.71609880804246, 1.2638697840343902],
+ [103.71562272456003, 1.2641243686234849],
+ [103.71514750799682, 1.2643806343662538],
+ [103.7141950411822, 1.264894280546875],
+ [103.71401180775906, 1.2645516704005728],
+ [103.71439746217875, 1.2643421445690353],
+ [103.7147289059561, 1.2641620685757635],
+ [103.71467926274946, 1.2640694938770631],
+ [103.7146311559023, 1.263979804166652],
+ [103.71410008315873, 1.2642726640007607],
+ [103.71374321034286, 1.2644652089913238],
+ [103.71278601944458, 1.2649842227018493],
+ [103.7124828627029, 1.2651512054752732],
+ [103.7123982882282, 1.265195602116657],
+ [103.71157533630473, 1.2656409485921816],
+ [103.71144121363403, 1.2657146966714508],
+ [103.71113788690268, 1.2658818330028303],
+ [103.7109186677605, 1.2659974010894735],
+ [103.71023540978828, 1.2663713135699841],
+ [103.71031524519012, 1.266523633808665],
+ [103.71034207023214, 1.2665746601515262],
+ [103.71038185909413, 1.2665534646883179],
+ [103.71132692817106, 1.2660501873209633],
+ [103.71149291735061, 1.2663595895102284],
+ [103.71080240622854, 1.2667371771267313],
+ [103.71068822888971, 1.2669869431736744],
+ [103.71068782141563, 1.2672828606602333],
+ [103.71070057828477, 1.2676751323151891],
+ [103.71070424310484, 1.2682159786111131],
+ [103.71047605651981, 1.2686908278988094],
+ [103.71004182850535, 1.2695794612451978],
+ [103.70904418325574, 1.267798439591273],
+ [103.70901290122221, 1.2677535165664373],
+ [103.70897352308633, 1.2677155847795292],
+ [103.70892755741336, 1.267686098518648],
+ [103.70887676527106, 1.2676661892265735],
+ [103.70882309733483, 1.2676566157578302],
+ [103.70876861032556, 1.2676577417656234],
+ [103.70871537086697, 1.2676695302710441],
+ [103.70866543661784, 1.26769152014873],
+ [103.70667159705856, 1.2688153404509983],
+ [103.70638727410895, 1.2686043331613217],
+ [103.70626994152045, 1.2685041691868477],
+ [103.70615964931822, 1.2683962045226296],
+ [103.70605690874224, 1.2682809402118493],
+ [103.70596219508936, 1.2681589098529569],
+ [103.70587594771337, 1.268030677790925],
+ [103.70579856643097, 1.267896836403962],
+ [103.70573040882618, 1.2677580097208123],
+ [103.70567179025095, 1.2676148371422096],
+ [103.70562298292633, 1.2674679833888098],
+ [103.70552730597703, 1.2671650505719758],
+ [103.70542025075648, 1.2668659869562053],
+ [103.7053019843723, 1.2665712582955948],
+ [103.70517266764577, 1.2662812570904027],
+ [103.70503249014907, 1.265996413825422],
+ [103.70488165583147, 1.26571713999442],
+ [103.7047203812218, 1.2654438398567753],
+ [103.70468176623302, 1.2653837303636268],
+ [103.7138385197787, 1.2602225413756944],
+ [103.71394758081209, 1.2601182814810283],
+ [103.71402975184876, 1.2600273235231711],
+ [103.71410370952904, 1.2599143131936072],
+ [103.71416123782734, 1.2597764936159812],
+ [103.71419685651283, 1.2596359156252943],
+ [103.71421057016174, 1.2594512308365975],
+ [103.71418594178299, 1.2592665433796668],
+ [103.71411629942217, 1.2590507916913272],
+ [103.71390533921742, 1.258774706141842],
+ [103.70735603241326, 1.255158778436926],
+ [103.70627976566666, 1.2547314272394257],
+ [103.69633592228534, 1.251028566017232],
+ [103.69468381156933, 1.256803272546736],
+ [103.69454410653947, 1.2570623703445676],
+ [103.69411946278544, 1.2582944844156914],
+ [103.69422900626752, 1.2583385987643256],
+ [103.693615281278, 1.2604968772352947],
+ [103.68497031549938, 1.2683991299641184],
+ [103.68041613057959, 1.2633862000411566],
+ [103.68011968632882, 1.26305989415111],
+ [103.68472208068228, 1.2588242191187777],
+ [103.68844070052242, 1.2554018809318725],
+ [103.69035270834017, 1.2486741417166753],
+ [103.67469322623363, 1.242854894647691],
+ [103.67447424304666, 1.2427788562348223],
+ [103.67425221511203, 1.2427123559235758],
+ [103.67402755574031, 1.2426555185399124],
+ [103.6738006764461, 1.2426084472051175],
+ [103.67357199683155, 1.2425712287625756],
+ [103.67334194009383, 1.2425439328731458],
+ [103.67311093032967, 1.2425266093019185],
+ [103.67287939433241, 1.242519289727053],
+ [103.67264775979488, 1.2425219886440366],
+ [103.67241645351261, 1.2425346997481301],
+ [103.67218590318058, 1.2425574004562896],
+ [103.6719565337994, 1.2425900491938637],
+ [103.6717287703709, 1.2426325844903976],
+ [103.67150303160832, 1.2426849285966932],
+ [103.67127973532745, 1.2427469865807774],
+ [103.67105929395449, 1.2428186399970924],
+ [103.6708421136268, 1.242899759547499],
+ [103.67062859688913, 1.2429901933247391],
+ [103.67041913550491, 1.2430897767599618],
+ [103.67021411854346, 1.2431983244839646],
+ [103.67001392339441, 1.243315635752799],
+ [103.66981891936183, 1.2434414953523463],
+ [103.66962946766435, 1.243575670885225],
+ [103.66944591784112, 1.2437179127705578],
+ [103.66926860775142, 1.243867959670131],
+ [103.66909786357505, 1.2440255339665736],
+ [103.66893400430459, 1.2441903462854382],
+ [103.66877733096345, 1.2443620909727071],
+ [103.66862813109823, 1.2445404506168651],
+ [103.66848668237273, 1.2447250960491185],
+ [103.66835324448124, 1.2449156881515935],
+ [103.6682280645399, 1.2451118724314973],
+ [103.66806630229038, 1.2453777860851014],
+ [103.66295773691856, 1.2537754928326732],
+ [103.65545587637641, 1.2660932254715977],
+ [103.65536534244158, 1.2662508592294537],
+ [103.65528280690017, 1.266412878780085],
+ [103.65520847464572, 1.2665788726544736],
+ [103.65514253619615, 1.266748420338975],
+ [103.65508515601275, 1.266921093178858],
+ [103.65503648058704, 1.267096452570134],
+ [103.65499663394782, 1.2672740562897598],
+ [103.65496571586431, 1.2674534521649792],
+ [103.65494380543984, 1.2676341862128109],
+ [103.6549309575177, 1.2678158026397903],
+ [103.654927205377, 1.2679978384159885],
+ [103.65493255803639, 1.2681798341271449],
+ [103.65494700205146, 1.2683613276442645],
+ [103.65497050061582, 1.2685418604540803],
+ [103.65500299535836, 1.2687209740417291],
+ [103.65504440274874, 1.2688982153166675],
+ [103.65509461679291, 1.269073136612861],
+ [103.65515351352606, 1.2692452920716537],
+ [103.65522094112808, 1.2694142466846936],
+ [103.65529672980763, 1.2695795726771792],
+ [103.6553806873094, 1.2697408513162745],
+ [103.65547260071097, 1.2698976747199633],
+ [103.6555722373215, 1.2700496440483975],
+ [103.65567934557976, 1.2701963749301306],
+ [103.65578274871368, 1.2703240362041543],
+ [103.65591487015398, 1.2704726489744622],
+ [103.65604268989465, 1.2706014930232512],
+ [103.65617678992959, 1.270723699493508],
+ [103.65631682883827, 1.2708389608780721],
+ [103.65646245172104, 1.2709469832342626]
+ ]
+ ]
+ },
+ "id": "50"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 51.0,
+ "GDO_GID": 52.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "ISLAND LINK"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.75899122491472, 1.2330695583289957],
+ [103.75958587977985, 1.2332962087220407],
+ [103.75968234000004, 1.2329886903943414],
+ [103.76037343138978, 1.2331829778985681],
+ [103.76046989061797, 1.232875457727447],
+ [103.75911985088202, 1.2325192570404486],
+ [103.75892695953527, 1.2327943963864096],
+ [103.7590716084059, 1.2328105949054597],
+ [103.75899122491472, 1.2330695583289957]
+ ]
+ ]
+ },
+ "id": "51"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 33.0,
+ "GDO_GID": 53.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU TEKONG"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [104.06400935350386, 1.4265993097750358],
+ [104.06418470979274, 1.4267094589747666],
+ [104.06428331617457, 1.4267204233827184],
+ [104.06438188920065, 1.4266762582202053],
+ [104.06452421587885, 1.4265218068839367],
+ [104.06468850086726, 1.4264445220552797],
+ [104.0648089441983, 1.426334188331131],
+ [104.0650825473826, 1.4258709293726903],
+ [104.0651371888995, 1.4256503775343106],
+ [104.06520288136115, 1.4255841810328205],
+ [104.06532338577631, 1.4255730796009614],
+ [104.06556453641406, 1.425782420878645],
+ [104.06568506772106, 1.4258154230754283],
+ [104.06590415808779, 1.4257822073192037],
+ [104.06595888109474, 1.425693966419032],
+ [104.06594789866632, 1.4256498693106516],
+ [104.06584924415573, 1.4255617244875065],
+ [104.06577248773097, 1.4254515138522712],
+ [104.06558620283862, 1.425385474957278],
+ [104.06547659281634, 1.425297336651564],
+ [104.06539989757042, 1.4252863583077267],
+ [104.06535604854867, 1.4252422826135083],
+ [104.06536696981206, 1.4251871465139554],
+ [104.06545457332501, 1.4251209360304238],
+ [104.06568461916929, 1.42508771376822],
+ [104.06575031809611, 1.425032543168216],
+ [104.06572829859027, 1.4248561434566807],
+ [104.06560767190106, 1.4246687784798437],
+ [104.06555273115985, 1.4244041910755008],
+ [104.06549788585696, 1.4242939673473682],
+ [104.06528955383943, 1.4240074241336964],
+ [104.06516897538411, 1.4238972405091699],
+ [104.06503747477153, 1.4238421938796177],
+ [104.06484026875223, 1.4238312909978341],
+ [104.06468691171129, 1.4238644647182013],
+ [104.06464307661173, 1.4238424408296397],
+ [104.0645882100984, 1.4236991384256354],
+ [104.06466485806057, 1.4236329345088075],
+ [104.06489490378506, 1.4235997132523122],
+ [104.06512489486312, 1.4234782846704415],
+ [104.06542068021494, 1.4234560473582252],
+ [104.065661729587, 1.4234999999768818],
+ [104.06580420520262, 1.4235881177712595],
+ [104.06593578086725, 1.4237644502955675],
+ [104.06594676328059, 1.4238085465018884],
+ [104.06594679756127, 1.4238636760630865],
+ [104.06592491338911, 1.4239077936933202],
+ [104.06571688065397, 1.4241063897627928],
+ [104.06570597239171, 1.4241835776871874],
+ [104.06573885936925, 1.4242166349070462],
+ [104.06580462033442, 1.424260697520161],
+ [104.06592512377522, 1.4242495960684185],
+ [104.06606749189295, 1.424161299242685],
+ [104.0661441259238, 1.4240730443613325],
+ [104.06622080073498, 1.4240509449503842],
+ [104.06630949177303, 1.424113076969943],
+ [104.06630848575797, 1.4241170453879273],
+ [104.06638253963492, 1.4242851432297983],
+ [104.06642909206508, 1.424271331684311],
+ [104.06649487254091, 1.4243484720105473],
+ [104.06650588926524, 1.424447697770454],
+ [104.06649496803053, 1.424502834775099],
+ [104.06646212183443, 1.4245359330392806],
+ [104.06604598126893, 1.4248118402310097],
+ [104.06599125178333, 1.424889056122169],
+ [104.06599127867291, 1.4249331597706272],
+ [104.06603514159256, 1.4249992872758666],
+ [104.0661776043224, 1.4250653532043445],
+ [104.0664514583757, 1.4250100528819223],
+ [104.06670341524517, 1.4249768165335361],
+ [104.06686777515023, 1.4250208175072683],
+ [104.0669444916903, 1.4250648726318222],
+ [104.06706507678751, 1.4251860820489997],
+ [104.06713090553251, 1.4253404037266468],
+ [104.06718593463387, 1.4257483269972768],
+ [104.06713125249817, 1.4259027233859038],
+ [104.06695608634853, 1.4261012990348436],
+ [104.06678085895082, 1.4262006423771834],
+ [104.06668227300194, 1.4262227558094802],
+ [104.06629884302357, 1.4262450474869184],
+ [104.06609070816585, 1.426278255841741],
+ [104.06602500182065, 1.426322400543532],
+ [104.06600311763455, 1.4263665181771599],
+ [104.0660250834037, 1.4264547114867838],
+ [104.06611279542142, 1.426564915563768],
+ [104.0662223851316, 1.4266199760888554],
+ [104.06624432311423, 1.4266640657475196],
+ [104.06624435091274, 1.4267081693944013],
+ [104.066145866028, 1.4268956714850063],
+ [104.0660911226099, 1.4269508346567519],
+ [104.06588304887008, 1.4270832762113208],
+ [104.06555444372147, 1.4271827146614482],
+ [104.065160057999, 1.4272050136192793],
+ [104.06507895808844, 1.4271966610683875],
+ [104.06499569794465, 1.4271610125439165],
+ [104.06494089334323, 1.42711694338345],
+ [104.06487507855084, 1.4269846743593035],
+ [104.06482027305738, 1.4269406051949054],
+ [104.06471069074487, 1.4268965696082818],
+ [104.06460112881248, 1.4268856126590956],
+ [104.06449160763033, 1.4269408102786945],
+ [104.06444784657698, 1.4270400714406284],
+ [104.0643932040819, 1.4272606232761271],
+ [104.06438238466608, 1.4274811480724323],
+ [104.06430591346098, 1.427834023933316],
+ [104.06411999509245, 1.4283633833572449],
+ [104.06408733866051, 1.4287052062675287],
+ [104.06396699055357, 1.4289699027635718],
+ [104.06392331183876, 1.429201473979102],
+ [104.06389051927042, 1.4293227795287393],
+ [104.06375911370802, 1.429422094757481],
+ [104.06370438405312, 1.4294993097168598],
+ [104.06370714773091, 1.4295406557115378],
+ [104.06374828037441, 1.4296205677313698],
+ [104.0638688192697, 1.4296645959075587],
+ [104.06397837484619, 1.4296645269573653],
+ [104.06409885821259, 1.4296203478153335],
+ [104.06428495354552, 1.429377662120381],
+ [104.06456959328496, 1.4290467066746806],
+ [104.06469005062596, 1.4289584247616023],
+ [104.0649638505258, 1.4288149163329171],
+ [104.06622343298763, 1.428317961965273],
+ [104.06769118971187, 1.427853954856672],
+ [104.06851252129074, 1.427313170367685],
+ [104.06853430977537, 1.4271146908830776],
+ [104.06843558730746, 1.426916287099603],
+ [104.0682602104237, 1.4267730605317241],
+ [104.06784380427182, 1.426618959377312],
+ [104.06778897922051, 1.4265418125601834],
+ [104.06787652142718, 1.4263763696978289],
+ [104.06802986463214, 1.4263211439238646],
+ [104.06821612921411, 1.4263541048647081],
+ [104.06877509948592, 1.4267396594352952],
+ [104.06884091447357, 1.426871929216038],
+ [104.06885194525078, 1.426993206762992],
+ [104.06880819091018, 1.4271034929829005],
+ [104.06867678571555, 1.4272028084408053],
+ [104.0686439812929, 1.4273020621952657],
+ [104.06864402867599, 1.4273792435636652],
+ [104.06874268246342, 1.4274673891387712],
+ [104.06897273584632, 1.4274451924250957],
+ [104.06912605863722, 1.4273568888425334],
+ [104.06968445017328, 1.4268052444788535],
+ [104.06993633835509, 1.4266617495666],
+ [104.07018822740118, 1.426518254631568],
+ [104.0704948048412, 1.4262313891501994],
+ [104.07085622126866, 1.4260437212825374],
+ [104.0712175557568, 1.425723743377481],
+ [104.07180894977557, 1.4253925952827933],
+ [104.07191840270058, 1.42522713828],
+ [104.07196212896038, 1.4250727484004766],
+ [104.07196207495338, 1.4249845411418278],
+ [104.07187416453976, 1.4245545869131742],
+ [104.07181861546967, 1.42330869671853],
+ [104.07174157884135, 1.422746425004888],
+ [104.07175247295403, 1.4226471852701301],
+ [104.07181815117899, 1.4225589368076474],
+ [104.07188387033942, 1.422536843789843],
+ [104.07191674431498, 1.4225478490954353],
+ [104.0719496313392, 1.4225809062157055],
+ [104.0719169694972, 1.4229117031412704],
+ [104.07193907783527, 1.423231439518421],
+ [104.07198305926282, 1.423487763791417],
+ [104.07202703980612, 1.4237440880614418],
+ [104.07212870603084, 1.4242732667905889],
+ [104.07224681540461, 1.424818973607328],
+ [104.07233453503048, 1.4249402033151566],
+ [104.07248797388463, 1.425039339972226],
+ [104.07264134476013, 1.4250282175489901],
+ [104.07278373218615, 1.4249729980612522],
+ [104.07290417409794, 1.4248626639869175],
+ [104.07302454146112, 1.42463104403224],
+ [104.07311213815733, 1.4245538082934432],
+ [104.07342425093599, 1.4243606585319128],
+ [104.07381299082064, 1.4240682277415837],
+ [104.0741743310961, 1.4237592753917143],
+ [104.07448643712925, 1.4235551005164333],
+ [104.07479854310324, 1.423350924703345],
+ [104.07503122061436, 1.4231467988337114],
+ [104.07526389689794, 1.422939917375226],
+ [104.07551026099239, 1.4227220004096308],
+ [104.0758496421947, 1.422335880606225],
+ [104.07622192433791, 1.4220048696292413],
+ [104.07663796680487, 1.4215745982196701],
+ [104.07697744380721, 1.4213428400527865],
+ [104.07725118679939, 1.4211111241026146],
+ [104.07752499972152, 1.4209896662559318],
+ [104.07761260922145, 1.4209344812940767],
+ [104.07784248987738, 1.4206366380491693],
+ [104.07817098965275, 1.420371809537482],
+ [104.07836806535171, 1.420173219164705],
+ [104.07888548985292, 1.4198145507605215],
+ [104.07910475556228, 1.4196553345156393],
+ [104.07926603217426, 1.4195552023904758],
+ [104.07943030948378, 1.4194668916703252],
+ [104.07999441795958, 1.4193066598906825],
+ [104.08018608276382, 1.4192155752399567],
+ [104.08030653802649, 1.419127291781677],
+ [104.08041597603673, 1.418939782718174],
+ [104.08063217787999, 1.4186667553650743],
+ [104.08084837877612, 1.4183937289044002],
+ [104.08128078042226, 1.4178476741383095],
+ [104.08159819375537, 1.417373360677436],
+ [104.08194837131968, 1.416733637964124],
+ [104.08211257247746, 1.416524042206179],
+ [104.08237522959782, 1.416082841247612],
+ [104.08286775868129, 1.415332769916151],
+ [104.08322900733101, 1.4148804798800174],
+ [104.08320698675533, 1.4147040796274648],
+ [104.08314114340392, 1.414527707634433],
+ [104.08328342680902, 1.4143071000664162],
+ [104.08341472096483, 1.41403136961331],
+ [104.08354601509419, 1.4137556400619788],
+ [104.08368831575201, 1.4135625972295283],
+ [104.08383061638752, 1.4133695534878419],
+ [104.08401665309204, 1.413038659547384],
+ [104.08429030534462, 1.4126636063618692],
+ [104.08441069824984, 1.4124760905925438],
+ [104.08468425472594, 1.4119466748096312],
+ [104.08481549331515, 1.4115827380456951],
+ [104.08504529627427, 1.4111636095089053],
+ [104.0851109258465, 1.4109981795190674],
+ [104.08517106363264, 1.410810701043122],
+ [104.0852338012475, 1.4103999478407117],
+ [104.0852829118133, 1.410096704963322],
+ [104.08535109335114, 1.409630818964381],
+ [104.08534006854282, 1.4095205666068515],
+ [104.08520834252764, 1.4091016673408565],
+ [104.08475855078277, 1.4081096231684656],
+ [104.08464893454273, 1.4080104598486738],
+ [104.08460511278675, 1.4080104872106367],
+ [104.08448463761174, 1.40806569307494],
+ [104.08440807320959, 1.4082642073537208],
+ [104.08433142634989, 1.4083304108481796],
+ [104.08423281991381, 1.408319447179938],
+ [104.08407940999477, 1.4082644156857371],
+ [104.08399720835266, 1.4082065811136837],
+ [104.08363037691795, 1.4080776777974977],
+ [104.08338918086503, 1.4079321541830427],
+ [104.08298726717224, 1.407819104268692],
+ [104.08239246966204, 1.4077061781125433],
+ [104.08197453400288, 1.4076740686355718],
+ [104.07909708096714, 1.407255044865694],
+ [104.07882374752705, 1.4071257274567788],
+ [104.0734520596343, 1.4047561655434997],
+ [104.0725506921125, 1.4039517723270072],
+ [104.07297476554245, 1.403393557346477],
+ [104.07368309130871, 1.4040065408330198],
+ [104.07385996150892, 1.4041035463645877],
+ [104.07926214509766, 1.4063985872074904],
+ [104.08241291005955, 1.4069145565496564],
+ [104.08260581434807, 1.4069468068369053],
+ [104.0831584321776, 1.4071072812870866],
+ [104.08320221930104, 1.407052123552522],
+ [104.08324602045082, 1.4070190185212041],
+ [104.08335555421104, 1.4069858711319565],
+ [104.08372808020479, 1.4070517909895133],
+ [104.08390066294604, 1.407106811407619],
+ [104.08390065428681, 1.407093029033703],
+ [104.08396911500635, 1.407076446609505],
+ [104.08390589463197, 1.4067126331122053],
+ [104.0836922060628, 1.4066190481812935],
+ [104.0835438958051, 1.405957589754871],
+ [104.08363147865253, 1.4058610575592954],
+ [104.08366426464926, 1.4057314825122962],
+ [104.08349679563241, 1.4050920878807307],
+ [104.08342005662087, 1.4050094425906619],
+ [104.08330225654845, 1.4049626566949573],
+ [104.08311823853788, 1.404135832514768],
+ [104.08318663743029, 1.404020017027457],
+ [104.08323312965427, 1.4039097286023459],
+ [104.08312582240751, 1.403118690535891],
+ [104.08304362217618, 1.4030636123659543],
+ [104.08285733773559, 1.402994819058413],
+ [104.08268152060818, 1.402143181094417],
+ [104.08276913022324, 1.4020879960744408],
+ [104.082801961872, 1.4020328458651612],
+ [104.08268104954315, 1.401385152231305],
+ [104.08243446518513, 1.401244727708472],
+ [104.08222300851953, 1.4003352264633149],
+ [104.08231606032147, 1.4002249086658687],
+ [104.08232420535407, 1.400109131303999],
+ [104.08223069913059, 1.3994889849524468],
+ [104.08198961654207, 1.3993871476970494],
+ [104.0818110482654, 1.398513459833413],
+ [104.08190138709914, 1.3984444912918899],
+ [104.08194789332583, 1.3983562546993706],
+ [104.081763958893, 1.3976617401048281],
+ [104.08167626392861, 1.3975791012897512],
+ [104.08152559899261, 1.3975323368116261],
+ [104.08135253383928, 1.3966999917771232],
+ [104.08145657639821, 1.3966447969504325],
+ [104.08154408225619, 1.3964242243778544],
+ [104.08140671720487, 1.3957434627104643],
+ [104.08131900596777, 1.3956332591094773],
+ [104.08125051755253, 1.3956057377910558],
+ [104.08109989083712, 1.3956223712962834],
+ [104.08093502626284, 1.3947624569202646],
+ [104.08104456162161, 1.3947320662084215],
+ [104.0811047558035, 1.39463555152523],
+ [104.0809509288474, 1.3939079404754384],
+ [104.08085225370795, 1.3937839619500039],
+ [104.08076461605492, 1.3937922867665458],
+ [104.0806687478863, 1.3937785642594385],
+ [104.08049839739928, 1.3929048707003546],
+ [104.08057231701696, 1.3928579639184602],
+ [104.08066810633238, 1.3927448885493598],
+ [104.08048416971536, 1.3920448607232359],
+ [104.08034716071205, 1.391937444950804],
+ [104.08021845238164, 1.3919650911008807],
+ [104.08009768739433, 1.3915516966098331],
+ [104.07987850784001, 1.391436062525049],
+ [104.07987844840274, 1.3913395867692013],
+ [104.07981535460515, 1.3911769947683357],
+ [104.07913048566363, 1.3909210733880553],
+ [104.07898536925629, 1.390990077372217],
+ [104.0788923175623, 1.3911003941041158],
+ [104.07804031586285, 1.3907425888694387],
+ [104.0780813563364, 1.3906736518729539],
+ [104.0780401929862, 1.390544123472634],
+ [104.07798535681471, 1.3904476814505125],
+ [104.07721008925442, 1.3901642529262064],
+ [104.07710055817505, 1.3902001554798227],
+ [104.07700476666554, 1.3903104742410166],
+ [104.07622401709249, 1.3900187792132292],
+ [104.07625133554318, 1.3899057463603],
+ [104.07620192763721, 1.3897293640774924],
+ [104.07586829392258, 1.3896220063004192],
+ [104.07541299526649, 1.3894928027341915],
+ [104.07533087745195, 1.389570035065615],
+ [104.07533917898729, 1.389707853546137],
+ [104.07536936963037, 1.3898098238095733],
+ [104.0754296833685, 1.3899062626366852],
+ [104.07549274870114, 1.39002199470852],
+ [104.0752273587015, 1.3904714662235464],
+ [104.0749646417061, 1.3908134339336002],
+ [104.07461426035455, 1.391122379043395],
+ [104.07407764501515, 1.3914424659230291],
+ [104.07367242621866, 1.3916522123098245],
+ [104.07350809563548, 1.391652315066947],
+ [104.0732233237036, 1.39176275254827],
+ [104.07305899310738, 1.3917628561796027],
+ [104.0728947033303, 1.3918291143534807],
+ [104.07279611236977, 1.3918402018874583],
+ [104.07256603561613, 1.3918182947457636],
+ [104.0724236414857, 1.3918597305985767],
+ [104.07201275700527, 1.3917662683749055],
+ [104.05663045812867, 1.3857253928729958],
+ [104.05634005083557, 1.385576723265081],
+ [104.05596738722394, 1.3852792548261639],
+ [104.0556055856027, 1.3848274169174017],
+ [104.05537520074346, 1.3842983163446034],
+ [104.05527636079417, 1.3839014448127442],
+ [104.05513372605151, 1.3835487046036739],
+ [104.05508960891476, 1.3830635924668868],
+ [104.05512236782435, 1.382887157402235],
+ [104.0551222671095, 1.3827217685349358],
+ [104.05514952820096, 1.3825122598293924],
+ [104.05517678839196, 1.3823027511240242],
+ [104.055258872894, 1.382170388896221],
+ [104.05547521756017, 1.3821316647612518],
+ [104.05558473710603, 1.3820764669476353],
+ [104.05567230130177, 1.3819468588666772],
+ [104.05565854783457, 1.3818503905549526],
+ [104.05562289626415, 1.3817732314299702],
+ [104.05556807400524, 1.3816988405377935],
+ [104.05556255809519, 1.3816354447019348],
+ [104.05475988331104, 1.3813134341298094],
+ [104.05471062134602, 1.3813741066607852],
+ [104.0546312003912, 1.3813824251494269],
+ [104.05453540797463, 1.3814927440252396],
+ [104.05385608034932, 1.3813332879532312],
+ [104.05388339256659, 1.3812092301676915],
+ [104.05388878974749, 1.3810769158362777],
+ [104.05385587502883, 1.380996998127162],
+ [104.05301761151779, 1.3806998166333726],
+ [104.05292176601633, 1.380721928041335],
+ [104.05286155622444, 1.3807963902964033],
+ [104.05282876628411, 1.3809204513003985],
+ [104.05214388195579, 1.3806314441758096],
+ [104.05216846797528, 1.3805266829263376],
+ [104.05216014688997, 1.3803557872462007],
+ [104.0521190314824, 1.3803006831196658],
+ [104.05129173647282, 1.380025545448719],
+ [104.05118768930548, 1.3800724704014031],
+ [104.0511137873427, 1.3801496966929512],
+ [104.05108644555796, 1.3802268951802925],
+ [104.05078507864337, 1.3800699617074619],
+ [104.05062912454815, 1.3803319232480664],
+ [104.05049215431157, 1.380285147989433],
+ [104.0503305936344, 1.3803348636144326],
+ [104.04980785426461, 1.3809581496739316],
+ [104.04976684675343, 1.3810822168401733],
+ [104.04979702889955, 1.3811731617119098],
+ [104.0498381568073, 1.3812475612594994],
+ [104.04989842486957, 1.3812695759394935],
+ [104.04943864470863, 1.3818376930775433],
+ [104.0493619445138, 1.3818156889348443],
+ [104.0492606002809, 1.381804725634172],
+ [104.04920584041814, 1.3818323244055872],
+ [104.04865846458276, 1.3824776770756244],
+ [104.04862294310001, 1.3826155225282626],
+ [104.04874902874793, 1.3827780765622715],
+ [104.0482756203851, 1.3834564622407262],
+ [104.04811673174761, 1.38339591730389],
+ [104.04797435862099, 1.383473185937391],
+ [104.04754744048303, 1.3840357705986313],
+ [104.04757870714927, 1.3841264043062464],
+ [104.0476461874194, 1.3842810361226314],
+ [104.04708514694984, 1.3849760137353782],
+ [104.04699474836939, 1.3849485050412067],
+ [104.04678388725418, 1.3849982511806727],
+ [104.04637063319888, 1.3855112096390592],
+ [104.04638441070487, 1.385649025298466],
+ [104.04641461692935, 1.3857785609783084],
+ [104.04649681904503, 1.3858391527482574],
+ [104.0459740955423, 1.3864927595855883],
+ [104.04587274562437, 1.3864707702372907],
+ [104.04576316782213, 1.3864322472515405],
+ [104.04568650867284, 1.3864791541729347],
+ [104.04519936542461, 1.3870913914412932],
+ [104.04521313014264, 1.3872071552520284],
+ [104.0452624820995, 1.3872953320338302],
+ [104.04536661705846, 1.3873917452881368],
+ [104.04481649493161, 1.3880288300036796],
+ [104.04471514609246, 1.388009596192838],
+ [104.04461932451552, 1.3880730545640958],
+ [104.04454536730401, 1.3880593176840177],
+ [104.04414580650199, 1.3885722674290313],
+ [104.04413217547012, 1.3886770222467812],
+ [104.04415962597506, 1.3887789951898772],
+ [104.044228138261, 1.388847864943453],
+ [104.04366712420442, 1.3895897022473471],
+ [104.04357125617454, 1.3895759790628641],
+ [104.04340694742801, 1.3896119139683178],
+ [104.04304296912176, 1.390089008040716],
+ [104.04302387715643, 1.3902213308936757],
+ [104.0430431070209, 1.3903177952385344],
+ [104.04312527880464, 1.3903287713210144],
+ [104.04146691826016, 1.3926149093547076],
+ [104.04123954535055, 1.3925351108982893],
+ [104.04113002174672, 1.392584794295258],
+ [104.04067024585412, 1.3931666936478322],
+ [104.0406183106823, 1.393337627363861],
+ [104.04068681553731, 1.3933927147962757],
+ [104.0407963947707, 1.3934339944637943],
+ [104.04088507576, 1.3937612349263977],
+ [104.04099768927017, 1.3939230281723105],
+ [104.04112632625257, 1.3940038799355132],
+ [104.0412227683442, 1.394003820725757],
+ [104.04133524518848, 1.393939007141768],
+ [104.04138339788099, 1.393825673225059],
+ [104.04152804108918, 1.3937932128982562],
+ [104.041624542023, 1.3938902708750658],
+ [104.04178533589254, 1.3939872896592336],
+ [104.04202645151948, 1.3940033277595665],
+ [104.04347304968815, 1.3939538809492145],
+ [104.04660653786125, 1.3925113773833635],
+ [104.04839615342067, 1.3934976102847842],
+ [104.05185138622878, 1.3955176855166982],
+ [104.0515659794614, 1.3961212668042038],
+ [104.04665855880575, 1.3933593618321998],
+ [104.04360534964707, 1.3946561401126438],
+ [104.04175685095449, 1.3946087164272973],
+ [104.04166036990156, 1.3945440308621015],
+ [104.04159602671326, 1.3944631390472384],
+ [104.0414190984853, 1.3942690126205664],
+ [104.04138689317108, 1.3941719154592198],
+ [104.04124221961901, 1.3941558180834561],
+ [104.04108153301485, 1.3942368474695954],
+ [104.04104940555779, 1.3942692390039129],
+ [104.0407440245689, 1.3943017994756406],
+ [104.04053511687803, 1.3943828584248839],
+ [104.04040651789462, 1.394366751435589],
+ [104.04026182532701, 1.3943182815966768],
+ [104.04022961915821, 1.394221183508117],
+ [104.04032848080396, 1.3941454528547066],
+ [104.03999435875183, 1.394175979155523],
+ [104.0398246213391, 1.3942946115707537],
+ [104.03976991140357, 1.3944049037852422],
+ [104.03975903059792, 1.3945289519418025],
+ [104.03980017121758, 1.3946254035384826],
+ [104.03992347311399, 1.3947135359220881],
+ [104.04042287432411, 1.394836143524264],
+ [104.04029436352313, 1.3949657114418934],
+ [104.04024623066105, 1.3951114168451508],
+ [104.04024628856737, 1.3952085349588679],
+ [104.04014989661995, 1.395289525143811],
+ [104.04005347436816, 1.3953219567206352],
+ [104.0399088111392, 1.3953220454735766],
+ [104.03973199012768, 1.3953059671323325],
+ [104.03962510501985, 1.3949893661865778],
+ [104.03952643488032, 1.394870898537677],
+ [104.03938394741546, 1.3947607268041786],
+ [104.03930725317908, 1.394749747415992],
+ [104.03924154700283, 1.3947938913090454],
+ [104.03919781239077, 1.3949372549293968],
+ [104.03903353378007, 1.3950255627840462],
+ [104.03880347098794, 1.39502570419455],
+ [104.03869388331425, 1.3949706420210337],
+ [104.0386171419462, 1.394882481063693],
+ [104.03857332029261, 1.394882508423237],
+ [104.03852951857708, 1.3949156126837046],
+ [104.03835437151086, 1.3951472640426996],
+ [104.03788345535, 1.3954232005858023],
+ [104.03781776271036, 1.3954893963169188],
+ [104.03779591166473, 1.3955886425081354],
+ [104.03781820117612, 1.3962171062691737],
+ [104.03796074758124, 1.3964265115152357],
+ [104.03797176280328, 1.396525737645517],
+ [104.03788427254939, 1.3967793870598542],
+ [104.03785161919947, 1.397132236157269],
+ [104.03780788357844, 1.3972755997677875],
+ [104.03767653806605, 1.3974741468525376],
+ [104.0375341446989, 1.3975183381205478],
+ [104.03746845199845, 1.3975845338507251],
+ [104.0374467540204, 1.3979373756619786],
+ [104.03740305822414, 1.398146894884841],
+ [104.03737904627448, 1.3983212545526853],
+ [104.0372718322044, 1.3985439088038258],
+ [104.03715142209303, 1.3987093707775275],
+ [104.03717345252115, 1.3989078239528498],
+ [104.03711888186834, 1.3992496607900191],
+ [104.03709700361192, 1.3993048032372661],
+ [104.03696560540976, 1.3994151428158197],
+ [104.03689998193421, 1.3995971108677108],
+ [104.0368343593489, 1.399779078918882],
+ [104.03673587271278, 1.399966579085198],
+ [104.03663738696125, 1.4001540801536323],
+ [104.0365827691417, 1.4004187354369948],
+ [104.03637477512935, 1.4006834845847627],
+ [104.036298273548, 1.4009922572788203],
+ [104.03625449161264, 1.4010584393253906],
+ [104.03618878520867, 1.4011025831645199],
+ [104.03596973607503, 1.4012019505270645],
+ [104.03581641959114, 1.4013012777895055],
+ [104.03544409462043, 1.401566127080571],
+ [104.03526891334272, 1.4017426495315477],
+ [104.0351704409817, 1.4019522015326862],
+ [104.03512675852437, 1.4021837726202728],
+ [104.035137780027, 1.4022940247096605],
+ [104.03520364574082, 1.4025145033798798],
+ [104.03541211064609, 1.4030325940013906],
+ [104.03544507022767, 1.4031869361715452],
+ [104.03550015253565, 1.4036940946509522],
+ [104.03554407393418, 1.403859456373924],
+ [104.03568668046974, 1.404168095135345],
+ [104.03579642156625, 1.4044767530252442],
+ [104.03583492820901, 1.4047468643219456],
+ [104.03591742243673, 1.405292596684674],
+ [104.03597225952586, 1.4053917963894214],
+ [104.03597227944981, 1.405424874197846],
+ [104.03592848475672, 1.4054690043767815],
+ [104.03585183000945, 1.405524181446556],
+ [104.03580801449169, 1.4055352338151377],
+ [104.03570940172857, 1.405513242090556],
+ [104.03562171183195, 1.405436114298617],
+ [104.03559977464431, 1.4053920242191504],
+ [104.03551185209271, 1.4049289895492205],
+ [104.03551168552534, 1.40465334204072],
+ [104.03547869331237, 1.4044438701941833],
+ [104.03537993486584, 1.404179308746245],
+ [104.03529208574264, 1.4038375584502765],
+ [104.03505064039878, 1.4031320478389424],
+ [104.03497387983339, 1.4030108098800012],
+ [104.03487522737507, 1.402922662480225],
+ [104.0346889321992, 1.4028345696924083],
+ [104.03451362505261, 1.4028015983919917],
+ [104.0341301706342, 1.402779781329554],
+ [104.03405344990885, 1.402724698957588],
+ [104.03402058355017, 1.4027247189768657],
+ [104.03396581894664, 1.402746803613979],
+ [104.033889184113, 1.402835058427521],
+ [104.03386457208907, 1.4028984723568845],
+ [104.03383447284176, 1.4029453505647795],
+ [104.03372495174607, 1.4030005475774974],
+ [104.03353868280682, 1.4029565575400629],
+ [104.03323185688913, 1.4028354595872208],
+ [104.0331332514765, 1.4028244936711476],
+ [104.03305659672775, 1.4028796706469542],
+ [104.0330566762396, 1.4030119810029873],
+ [104.03304574698923, 1.4030560920280204],
+ [104.03295812955103, 1.4031002485263324],
+ [104.03283758701532, 1.4030451924829834],
+ [104.03274996957258, 1.4030893498783175],
+ [104.03268431633236, 1.4032217011442114],
+ [104.0326296655114, 1.403431226709636],
+ [104.03260778711925, 1.403486370038015],
+ [104.0325639788372, 1.4035084482808966],
+ [104.03238870506176, 1.403530607421544],
+ [104.03198344611906, 1.4036852177725536],
+ [104.0317205945503, 1.4038176889654226],
+ [104.0313481935338, 1.4039584968050947],
+ [104.03066923282901, 1.404421998574211],
+ [104.03049406448993, 1.4046205726231118],
+ [104.03036264582092, 1.40469783409136],
+ [104.03018738454267, 1.4047420440572662],
+ [104.02973821047718, 1.4047423181276228],
+ [104.02969440213886, 1.4047643963233332],
+ [104.0296725173542, 1.4048085136945325],
+ [104.02968359903717, 1.405017999306118],
+ [104.02967275536842, 1.4052054466461719],
+ [104.02960712263346, 1.4053708756771053],
+ [104.02950859554171, 1.4054922209064322],
+ [104.02918026225855, 1.4060437166212985],
+ [104.02898323590337, 1.4063305099122443],
+ [104.02889563177118, 1.4063967190702762],
+ [104.02880799429238, 1.4064077985212653],
+ [104.02867656194778, 1.406463008032909],
+ [104.0286437414802, 1.406540209570485],
+ [104.02851236858774, 1.4066946525438773],
+ [104.02845778311536, 1.4070144374798457],
+ [104.0284358919832, 1.4070475279993],
+ [104.02839207638343, 1.407058581141077],
+ [104.02828248918212, 1.4070035185288732],
+ [104.02823867358194, 1.4070145707633828],
+ [104.0281729740499, 1.4070697403601768],
+ [104.02805270159593, 1.4074667467725295],
+ [104.02806376246537, 1.4076431545819332],
+ [104.02810769698516, 1.407830568386699],
+ [104.02812963091809, 1.4078691455823453],
+ [104.02840645503251, 1.408199754938118],
+ [104.02849143098116, 1.4083182314337526],
+ [104.0285517602562, 1.4084422365385345],
+ [104.02856823313256, 1.4085083817548831],
+ [104.02880392632437, 1.408759078140535],
+ [104.02893829281928, 1.4090291309073446],
+ [104.02908356569809, 1.40921648365986],
+ [104.02923159009826, 1.409425885335492],
+ [104.02937137807072, 1.40960221529915],
+ [104.02944268050231, 1.4097537779597817],
+ [104.02948927266999, 1.4098061228111525],
+ [104.0295495508587, 1.4098446768400532],
+ [104.02959616918855, 1.4099411254487757],
+ [104.02989784842579, 1.4106135221286236],
+ [104.03005976362137, 1.4111481805455897],
+ [104.03024623288827, 1.411525704540139],
+ [104.03047641633587, 1.411721274164311],
+ [104.0305120582611, 1.4117818948006398],
+ [104.03073944758293, 1.4118865024366523],
+ [104.03084906215555, 1.4119856686458137],
+ [104.03093699059679, 1.412459729497824],
+ [104.03106862187857, 1.4127352970800513],
+ [104.03117826992614, 1.4128895929586682],
+ [104.0312221714236, 1.4130218769536325],
+ [104.03121125566506, 1.4130880389507154],
+ [104.03112373086668, 1.413286559480329],
+ [104.03114576110627, 1.4134850118375302],
+ [104.03106920534502, 1.4137055769749451],
+ [104.03106925773675, 1.41379378448441],
+ [104.03114609261658, 1.4140363078643534],
+ [104.03127773758607, 1.4143339272917683],
+ [104.03116844719038, 1.4147750303028097],
+ [104.03113561408087, 1.414830179997959],
+ [104.03094945619934, 1.4149736308412257],
+ [104.0309495492369, 1.415127993982055],
+ [104.03103729903498, 1.415304354457301],
+ [104.0307965432808, 1.4157455383716573],
+ [104.03072003350694, 1.416043285079202],
+ [104.0306873584421, 1.4163630563957803],
+ [104.03051226250714, 1.4166829149739917],
+ [104.0302932785164, 1.4168925405144084],
+ [104.03015096870361, 1.4170800678140327],
+ [104.03003063762667, 1.4173778417733036],
+ [104.02984475123154, 1.4179733542572326],
+ [104.02936318459234, 1.418767514428602],
+ [104.02927571905064, 1.4190652674803585],
+ [104.0292896934974, 1.4195311041106486],
+ [104.02923221462494, 1.4195945380094965],
+ [104.02911214779039, 1.4203333477151163],
+ [104.02911222721812, 1.4204656589872668],
+ [104.0291781193193, 1.4207302406554272],
+ [104.029485357498, 1.4215349452351127],
+ [104.02958400344805, 1.4216120659247393],
+ [104.0299126697738, 1.4216118650600071],
+ [104.0301153735368, 1.4216558456326365],
+ [104.03031807730503, 1.4216998252819084],
+ [104.03038383767284, 1.4217438890256566],
+ [104.03039487905555, 1.4218872189528944],
+ [104.03034014741128, 1.4219644341654556],
+ [104.03017589462824, 1.4220968454473204],
+ [104.03002253685408, 1.4221300169072737],
+ [104.02985819643372, 1.4221190909677095],
+ [104.02962806402978, 1.4220089724623834],
+ [104.02950748078025, 1.4218877607477123],
+ [104.02939781878432, 1.4217114129674895],
+ [104.0292223910391, 1.4214799754611982],
+ [104.02914559029426, 1.4212925817351199],
+ [104.02909625176422, 1.421229213016154],
+ [104.0290031014444, 1.4211824095496397],
+ [104.02890449524115, 1.4211714435616405],
+ [104.0288387692023, 1.4211825103706284],
+ [104.0287949732036, 1.4212266404695864],
+ [104.02874026136682, 1.4213369325638405],
+ [104.0287184567633, 1.421513361217982],
+ [104.02870830172463, 1.4228475026320566],
+ [104.02874135340707, 1.4231562089498424],
+ [104.02886209646998, 1.4235420423367589],
+ [104.02886215604887, 1.4236412748852434],
+ [104.02881845930763, 1.4238507940783465],
+ [104.02855606300538, 1.4247440541423824],
+ [104.0285561622939, 1.4249094423273538],
+ [104.02862198773313, 1.4250637655047822],
+ [104.0287206211843, 1.425118834333959],
+ [104.02903838483743, 1.4252068483025426],
+ [104.02926851529642, 1.425311453854224],
+ [104.02949864487505, 1.4254160593798557],
+ [104.02967676694328, 1.4255730696833542],
+ [104.0297069658878, 1.4256915805623331],
+ [104.02976179611058, 1.4257797544282842],
+ [104.02983851848678, 1.425834836838665],
+ [104.02992616932596, 1.4258458091253408],
+ [104.03003569243064, 1.4257906130431828],
+ [104.0301122286517, 1.425536970079063],
+ [104.03019979362152, 1.4254046051609284],
+ [104.03034215627154, 1.4253052853054091],
+ [104.030528387254, 1.4252831197199456],
+ [104.03064886497766, 1.4252279163395778],
+ [104.03069266100121, 1.4251837862011094],
+ [104.03079108836504, 1.4248970517667798],
+ [104.03088962239187, 1.4247867323347985],
+ [104.03102105563823, 1.424731522567993],
+ [104.03159077721675, 1.4247863036546744],
+ [104.03183175334603, 1.424708975506067],
+ [104.03263697435516, 1.4246891878333863],
+ [104.03313545738645, 1.4246971515789273],
+ [104.0335627766286, 1.4247850974624379],
+ [104.03401195444356, 1.4247848230036932],
+ [104.03440639434811, 1.424850736915347],
+ [104.03501358729528, 1.4248579219916295],
+ [104.03539240074177, 1.4248611578454466],
+ [104.0355128846461, 1.4248169810674118],
+ [104.03561143202188, 1.4247287133335897],
+ [104.03570716929626, 1.4245246744309592],
+ [104.03569892314172, 1.4244750629735685],
+ [104.0356441054571, 1.4244089411455927],
+ [104.0354578274896, 1.4243539264921243],
+ [104.03534826560458, 1.4243429671979004],
+ [104.0352496320714, 1.4242878986714125],
+ [104.03519478175042, 1.4241666471556653],
+ [104.03518374639472, 1.4240343423285489],
+ [104.03536979124769, 1.4237034511003468],
+ [104.03551200025551, 1.4233505344694493],
+ [104.0356324314668, 1.423218150218767],
+ [104.03575290893102, 1.4231629466014264],
+ [104.03584056691554, 1.4231849446068137],
+ [104.03592825756824, 1.4232620722809854],
+ [104.03592833105371, 1.423383357559986],
+ [104.0358407392906, 1.4234716179999418],
+ [104.03568748224558, 1.4236701788586847],
+ [104.03560001745119, 1.4239679320500178],
+ [104.0356000573642, 1.4240340876577207],
+ [104.03563297663909, 1.4241222741450976],
+ [104.0356987571197, 1.424199415514978],
+ [104.0359918372076, 1.4242323136668444],
+ [104.03609867788299, 1.4242708389129617],
+ [104.03656457799008, 1.4247501797856266],
+ [104.03665224875631, 1.42479422961758],
+ [104.03692619118966, 1.424882268955335],
+ [104.03747415514964, 1.4251906587219487],
+ [104.03757277628054, 1.4252264317560903],
+ [104.03769329465771, 1.4252373836275138],
+ [104.03791238488431, 1.4252041714017099],
+ [104.03803289599571, 1.425204097322422],
+ [104.03823012325533, 1.4252480803120458],
+ [104.03832874962005, 1.4252921236653395],
+ [104.03853701155148, 1.425468409599922],
+ [104.03872331602236, 1.4255675286123826],
+ [104.0390247138835, 1.4257658100661905],
+ [104.03932611179289, 1.42596409056806],
+ [104.03961109234514, 1.4261899463770766],
+ [104.03989607384966, 1.426415803046281],
+ [104.04044415868282, 1.4269226569358806],
+ [104.04070725245371, 1.427187117072564],
+ [104.04123348026498, 1.427782191904355],
+ [104.04128832461154, 1.4278924172827419],
+ [104.04132140543888, 1.428245225971401],
+ [104.0414092103674, 1.4285097941900597],
+ [104.04142022608316, 1.4286090202324186],
+ [104.04138749333386, 1.4288295590126685],
+ [104.04139850177002, 1.4289177591247182],
+ [104.04146433544717, 1.4290831068137828],
+ [104.04156300941493, 1.42920433150279],
+ [104.041683574484, 1.4292924646394913],
+ [104.04203424580685, 1.4294466111351103],
+ [104.04212194418471, 1.4295347644323568],
+ [104.04229735373742, 1.4297331228724042],
+ [104.04268099862243, 1.4300636630198829],
+ [104.04279064195232, 1.4302069321610573],
+ [104.04284556034335, 1.430438442698515],
+ [104.04284570085834, 1.4306699863015166],
+ [104.04273643248733, 1.4311441682854025],
+ [104.04264884806027, 1.431243454914222],
+ [104.04267079936726, 1.4313095967191205],
+ [104.04278037525333, 1.4313426074660989],
+ [104.04303224683936, 1.431166037399902],
+ [104.04348139824657, 1.4311216562812228],
+ [104.04375535439809, 1.4312317465036348],
+ [104.04387586577846, 1.4312316720698859],
+ [104.04399634337273, 1.4311764688939586],
+ [104.04416057659877, 1.4310109788671195],
+ [104.0445329593789, 1.4308343342036027],
+ [104.04466433861069, 1.430690916231441],
+ [104.04476284559583, 1.4305364925566417],
+ [104.04501466941053, 1.430282741718529],
+ [104.04535393667577, 1.4296981587780238],
+ [104.04546346587935, 1.4296539879122667],
+ [104.0460332086277, 1.4297418429507398],
+ [104.04677822041167, 1.429796511425121],
+ [104.0468548764595, 1.429741334827056],
+ [104.04688769560366, 1.4296641330856386],
+ [104.04685476209546, 1.4295538949871938],
+ [104.04688757482771, 1.4294656673198998],
+ [104.04704090612607, 1.4293883909919645],
+ [104.04750130822644, 1.4298291425174856],
+ [104.04767661018573, 1.4298510856628528],
+ [104.04837761190515, 1.429597056237627],
+ [104.04876099634735, 1.4294975859795842],
+ [104.04904857359094, 1.4294863818610057],
+ [104.04928679670286, 1.429387001203751],
+ [104.04942907702377, 1.4291553691553542],
+ [104.04973563850645, 1.428835428223777],
+ [104.04984516023394, 1.4287802303379986],
+ [104.05040380595509, 1.4286365472668094],
+ [104.05122543920785, 1.4285809089190684],
+ [104.05215632495984, 1.428029036304917],
+ [104.05221103571328, 1.427918742893959],
+ [104.05212324984437, 1.427687253944426],
+ [104.05205734114449, 1.4274006215220723],
+ [104.05178318971986, 1.4269707814277803],
+ [104.05150920634745, 1.4268165884541593],
+ [104.05131190634847, 1.426651322417424],
+ [104.05122410044707, 1.4263867547353213],
+ [104.05132257840013, 1.4261882280780254],
+ [104.05124556017715, 1.4256480067451227],
+ [104.05130028379514, 1.4255597652022702],
+ [104.0517056528163, 1.4255815658778832],
+ [104.0518043068864, 1.425669711396819],
+ [104.05183724696745, 1.4257909762272465],
+ [104.05182650066963, 1.426132785403406],
+ [104.05179383594304, 1.4264635834104524],
+ [104.05185977762525, 1.4268053454657086],
+ [104.05195843819192, 1.4269045168907475],
+ [104.05216663410786, 1.426970543083429],
+ [104.05234207725026, 1.427224030267083],
+ [104.05247357788124, 1.4272790776421254],
+ [104.05267075766356, 1.4272458778632828],
+ [104.05303209528519, 1.4269259023968708],
+ [104.053316879013, 1.4268264924919307],
+ [104.0535908413557, 1.4269476074657734],
+ [104.05374434776279, 1.4271570037960992],
+ [104.05376635998289, 1.4273223787456908],
+ [104.05366797509393, 1.4276752683797704],
+ [104.05358043909052, 1.4278517376935],
+ [104.05339429571572, 1.428017241228767],
+ [104.05307667183195, 1.4281607751962766],
+ [104.05270435828037, 1.4284476803124266],
+ [104.0526386928812, 1.428557980211206],
+ [104.05263877371937, 1.4286902903706613],
+ [104.05277039481646, 1.4289438043075262],
+ [104.05290195620076, 1.4290980858403846],
+ [104.05309924364835, 1.4292412998430377],
+ [104.05334034049491, 1.4293624351488379],
+ [104.05383615540133, 1.429486168462991],
+ [104.05412881386931, 1.4295673803709286],
+ [104.05424139085905, 1.4296644268844314],
+ [104.05438137479359, 1.4297807724283933],
+ [104.05454702313759, 1.4300365203027212],
+ [104.054578777373, 1.430111426021291],
+ [104.05482022498406, 1.4308059080880369],
+ [104.0549190809828, 1.4312248301121986],
+ [104.05506980315891, 1.43135980430234],
+ [104.05512739240665, 1.4314782965959647],
+ [104.05531377247478, 1.4316986982809716],
+ [104.05562064274343, 1.4318859480305488],
+ [104.0559383811205, 1.431929853380165],
+ [104.05615199455447, 1.4318966425982071],
+ [104.05694614463276, 1.4316866563219344],
+ [104.0571542802294, 1.4316534487024075],
+ [104.05826077915573, 1.4316307073125538],
+ [104.05910422890298, 1.4314206892359767],
+ [104.05971752378098, 1.4310674780041834],
+ [104.06000219212737, 1.43078062756269],
+ [104.06019935904163, 1.4307253752722864],
+ [104.0605280186297, 1.4307141438987827],
+ [104.06090039970402, 1.4305374967632354],
+ [104.06134954362925, 1.430482087185467],
+ [104.06194100810343, 1.4302611994676269],
+ [104.06242288261721, 1.4299852509259439],
+ [104.06259258347123, 1.4298059741327345],
+ [104.06253212643139, 1.4294779917912563],
+ [104.06190706229476, 1.4285081040020666],
+ [104.06145760079485, 1.4280452974149018],
+ [104.06142455761552, 1.4277586440795902],
+ [104.06156691228789, 1.4276482965470847],
+ [104.06159967726124, 1.4274828873519838],
+ [104.06136950906986, 1.4273176427724947],
+ [104.0610187957059, 1.4270973438975465],
+ [104.06050389232472, 1.4271086914460653],
+ [104.06027390060031, 1.4272301196578614],
+ [104.05995619614842, 1.427241344403421],
+ [104.05974796594946, 1.427120189375564],
+ [104.0598793512966, 1.4269877966188855],
+ [104.06027376486541, 1.4270096022352385],
+ [104.06036138156088, 1.4269654437455146],
+ [104.06026262648646, 1.4267119099109307],
+ [104.06006534540317, 1.4265797224763657],
+ [104.05984603787466, 1.4262601083631963],
+ [104.0594515238186, 1.4260729138955313],
+ [104.05935280859106, 1.4258855355007238],
+ [104.05952798194039, 1.4256979862469312],
+ [104.05941832591756, 1.4255326661959653],
+ [104.05918816452845, 1.42537844635083],
+ [104.05922088907911, 1.4251468825646099],
+ [104.05940708529417, 1.4250695850868331],
+ [104.05959339773179, 1.4251797281859242],
+ [104.05976907215042, 1.4258080940621245],
+ [104.06004321736742, 1.426226907074352],
+ [104.06033917310637, 1.4264803182634085],
+ [104.06059132614345, 1.426766834116629],
+ [104.06120493837446, 1.426931839838277],
+ [104.06157737981616, 1.4268544259315097],
+ [104.06171981487338, 1.426876388477697],
+ [104.06180749991583, 1.4269424890895952],
+ [104.06185139697199, 1.427063746262888],
+ [104.0617748366438, 1.4272732861082178],
+ [104.06177491799286, 1.4274055970902566],
+ [104.06182985196371, 1.4276591578178572],
+ [104.06202723169511, 1.4279512208341087],
+ [104.06234483031511, 1.4277690950134738],
+ [104.0624432397554, 1.427460308875049],
+ [104.0626183731159, 1.4272066039210412],
+ [104.06281544346858, 1.4269969886610196],
+ [104.06326441078274, 1.4266549050580202],
+ [104.06331904599993, 1.4264233273190878],
+ [104.06316545747013, 1.4260816207903355],
+ [104.0630558817043, 1.4260486119309688],
+ [104.0629244697775, 1.42613690117563],
+ [104.06282589673481, 1.4261810662763224],
+ [104.06267252652731, 1.426192188062006],
+ [104.06253008413275, 1.4261591987506694],
+ [104.06238757423019, 1.4260159511859491],
+ [104.0622559172849, 1.425707309267228],
+ [104.06222278625187, 1.4252773199573636],
+ [104.06238130314496, 1.4247259260228922],
+ [104.06250701998746, 1.424284811707556],
+ [104.0623750996724, 1.4235461590906238],
+ [104.06247357741167, 1.423347632119494],
+ [104.0625721494532, 1.42330346705151],
+ [104.06268170473892, 1.4233033982125383],
+ [104.06279129422755, 1.4233584589421375],
+ [104.06290098454461, 1.423578908385702],
+ [104.0628681863691, 1.4236891880075757],
+ [104.06275872630046, 1.4238436187605563],
+ [104.06271497168593, 1.423953904905046],
+ [104.06271505305813, 1.424086215882169],
+ [104.06278102390411, 1.4244720810429947],
+ [104.06279210799288, 1.4246815659931364],
+ [104.0627814104733, 1.4251005563684669],
+ [104.06272694446525, 1.4256077810618588],
+ [104.0627379610461, 1.4257070077686855],
+ [104.06278187108072, 1.4258503167504388],
+ [104.06289149491718, 1.425960507026169],
+ [104.06301202621859, 1.4259935093684537],
+ [104.06316536101306, 1.4259245015127044],
+ [104.06327482319804, 1.4257728272099688],
+ [104.0633404611429, 1.4256184234398386],
+ [104.06349375077045, 1.4254749915522287],
+ [104.06365805609644, 1.4254307854494261],
+ [104.06377859475974, 1.4254748136679303],
+ [104.06385533722671, 1.425562972558073],
+ [104.06392120651623, 1.4257834489385788],
+ [104.06392127409822, 1.4258937080750467],
+ [104.06387758799983, 1.4261142533735787],
+ [104.0638996094667, 1.4262934096005517],
+ [104.06394354526903, 1.4264780666259322],
+ [104.06400935350386, 1.4265993097750358]
+ ]
+ ]
+ },
+ "id": "52"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 60.0,
+ "GDO_GID": 54.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU BULOH"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.72555016487067, 1.4511829383133183],
+ [103.72599596444464, 1.4510954173965391],
+ [103.72643080155979, 1.4509974957036753],
+ [103.72690930860352, 1.4509422618817445],
+ [103.7273116158626, 1.4508547386375226],
+ [103.72742034848505, 1.4508109726361642],
+ [103.72750733651236, 1.4507343772615573],
+ [103.72752908618695, 1.450657778814631],
+ [103.72753996331069, 1.4505702370743943],
+ [103.72750735023887, 1.4504389221620408],
+ [103.7274203703636, 1.4503404330345133],
+ [103.72720291688539, 1.4501762810635315],
+ [103.72707244481381, 1.4500777898718513],
+ [103.72664840541029, 1.4498698569594597],
+ [103.72621349509312, 1.4496181523306144],
+ [103.72556113316733, 1.449169467166339],
+ [103.72505011385158, 1.4488739875626955],
+ [103.72478916694057, 1.4487426616297892],
+ [103.72443036316119, 1.4486003881580656],
+ [103.72396282739572, 1.4484909376960844],
+ [103.72382147832091, 1.4484799880470165],
+ [103.72344092118318, 1.4484909122905167],
+ [103.72328869537218, 1.4485565615385916],
+ [103.7232343269718, 1.448622215562083],
+ [103.72315820824575, 1.4487754107606667],
+ [103.72315819978729, 1.4489504952415393],
+ [103.72329953462699, 1.449256899996428],
+ [103.72338650266323, 1.4495961304294054],
+ [103.72346260874728, 1.4497055619474943],
+ [103.72360395473316, 1.4497821683054626],
+ [103.72368006662525, 1.4497712292356097],
+ [103.72376705525129, 1.4496836912312128],
+ [103.7238540475496, 1.4495195537611687],
+ [103.72389754185518, 1.44947578475538],
+ [103.72396278121045, 1.4494539023660324],
+ [103.72406063919217, 1.4494429643389406],
+ [103.72414762307432, 1.4494539113408003],
+ [103.72423460486266, 1.4495086294609207],
+ [103.72426722139822, 1.4495633449439127],
+ [103.72426721878026, 1.449618058845872],
+ [103.72423458181507, 1.449990111796963],
+ [103.72421283308815, 1.4500448246439992],
+ [103.72418021078195, 1.4501104797434972],
+ [103.7241149708845, 1.4501433049180292],
+ [103.72397362013078, 1.450165183611482],
+ [103.72390837970364, 1.4502089515598606],
+ [103.72384313559289, 1.4503293189673188],
+ [103.72385400075966, 1.4504934611989755],
+ [103.72389748719958, 1.4506138338974623],
+ [103.72402795547305, 1.4507889247261703],
+ [103.7241801740782, 1.4508764743625697],
+ [103.72466945071086, 1.4511062964506485],
+ [103.72483254398799, 1.4511610182303512],
+ [103.72501738391345, 1.4512047982662148],
+ [103.72519135234653, 1.451215749422633],
+ [103.72555016487067, 1.4511829383133183]
+ ]
+ ]
+ },
+ "id": "53"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 33.0,
+ "GDO_GID": 55.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU TEKONG"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [104.06400935350386, 1.4265993097750358],
+ [104.06418470979274, 1.4267094589747666],
+ [104.06428331617457, 1.4267204233827184],
+ [104.06438188920065, 1.4266762582202053],
+ [104.06452421587885, 1.4265218068839367],
+ [104.06468850086726, 1.4264445220552797],
+ [104.0648089441983, 1.426334188331131],
+ [104.0650825473826, 1.4258709293726903],
+ [104.0651371888995, 1.4256503775343106],
+ [104.06520288136115, 1.4255841810328205],
+ [104.06532338577631, 1.4255730796009614],
+ [104.06556453641406, 1.425782420878645],
+ [104.06568506772106, 1.4258154230754283],
+ [104.06590415808779, 1.4257822073192037],
+ [104.06595888109474, 1.425693966419032],
+ [104.06594789866632, 1.4256498693106516],
+ [104.06584924415573, 1.4255617244875065],
+ [104.06577248773097, 1.4254515138522712],
+ [104.06558620283862, 1.425385474957278],
+ [104.06547659281634, 1.425297336651564],
+ [104.06539989757042, 1.4252863583077267],
+ [104.06535604854867, 1.4252422826135083],
+ [104.06536696981206, 1.4251871465139554],
+ [104.06545457332501, 1.4251209360304238],
+ [104.06568461916929, 1.42508771376822],
+ [104.06575031809611, 1.425032543168216],
+ [104.06572829859027, 1.4248561434566807],
+ [104.06560767190106, 1.4246687784798437],
+ [104.06555273115985, 1.4244041910755008],
+ [104.06549788585696, 1.4242939673473682],
+ [104.06528955383943, 1.4240074241336964],
+ [104.06516897538411, 1.4238972405091699],
+ [104.06503747477153, 1.4238421938796177],
+ [104.06484026875223, 1.4238312909978341],
+ [104.06468691171129, 1.4238644647182013],
+ [104.06464307661173, 1.4238424408296397],
+ [104.0645882100984, 1.4236991384256354],
+ [104.06466485806057, 1.4236329345088075],
+ [104.06489490378506, 1.4235997132523122],
+ [104.06512489486312, 1.4234782846704415],
+ [104.06542068021494, 1.4234560473582252],
+ [104.065661729587, 1.4234999999768818],
+ [104.06580420520262, 1.4235881177712595],
+ [104.06593578086725, 1.4237644502955675],
+ [104.06594676328059, 1.4238085465018884],
+ [104.06594679756127, 1.4238636760630865],
+ [104.06592491338911, 1.4239077936933202],
+ [104.06571688065397, 1.4241063897627928],
+ [104.06570597239171, 1.4241835776871874],
+ [104.06573885936925, 1.4242166349070462],
+ [104.06580462033442, 1.424260697520161],
+ [104.06592512377522, 1.4242495960684185],
+ [104.06606749189295, 1.424161299242685],
+ [104.0661441259238, 1.4240730443613325],
+ [104.06622080073498, 1.4240509449503842],
+ [104.06630949177303, 1.424113076969943],
+ [104.06630848575797, 1.4241170453879273],
+ [104.06638253963492, 1.4242851432297983],
+ [104.06642909206508, 1.424271331684311],
+ [104.06649487254091, 1.4243484720105473],
+ [104.06650588926524, 1.424447697770454],
+ [104.06649496803053, 1.424502834775099],
+ [104.06646212183443, 1.4245359330392806],
+ [104.06604598126893, 1.4248118402310097],
+ [104.06599125178333, 1.424889056122169],
+ [104.06599127867291, 1.4249331597706272],
+ [104.06603514159256, 1.4249992872758666],
+ [104.0661776043224, 1.4250653532043445],
+ [104.0664514583757, 1.4250100528819223],
+ [104.06670341524517, 1.4249768165335361],
+ [104.06686777515023, 1.4250208175072683],
+ [104.0669444916903, 1.4250648726318222],
+ [104.06706507678751, 1.4251860820489997],
+ [104.06713090553251, 1.4253404037266468],
+ [104.06718593463387, 1.4257483269972768],
+ [104.06713125249817, 1.4259027233859038],
+ [104.06695608634853, 1.4261012990348436],
+ [104.06678085895082, 1.4262006423771834],
+ [104.06668227300194, 1.4262227558094802],
+ [104.06629884302357, 1.4262450474869184],
+ [104.06609070816585, 1.426278255841741],
+ [104.06602500182065, 1.426322400543532],
+ [104.06600311763455, 1.4263665181771599],
+ [104.0660250834037, 1.4264547114867838],
+ [104.06611279542142, 1.426564915563768],
+ [104.0662223851316, 1.4266199760888554],
+ [104.06624432311423, 1.4266640657475196],
+ [104.06624435091274, 1.4267081693944013],
+ [104.066145866028, 1.4268956714850063],
+ [104.0660911226099, 1.4269508346567519],
+ [104.06588304887008, 1.4270832762113208],
+ [104.06555444372147, 1.4271827146614482],
+ [104.065160057999, 1.4272050136192793],
+ [104.06507895808844, 1.4271966610683875],
+ [104.06499569794465, 1.4271610125439165],
+ [104.06494089334323, 1.42711694338345],
+ [104.06487507855084, 1.4269846743593035],
+ [104.06482027305738, 1.4269406051949054],
+ [104.06471069074487, 1.4268965696082818],
+ [104.06460112881248, 1.4268856126590956],
+ [104.06449160763033, 1.4269408102786945],
+ [104.06444784657698, 1.4270400714406284],
+ [104.0643932040819, 1.4272606232761271],
+ [104.06438238466608, 1.4274811480724323],
+ [104.06430591346098, 1.427834023933316],
+ [104.06411999509245, 1.4283633833572449],
+ [104.06408733866051, 1.4287052062675287],
+ [104.06396699055357, 1.4289699027635718],
+ [104.06392331183876, 1.429201473979102],
+ [104.06389051927042, 1.4293227795287393],
+ [104.06375911370802, 1.429422094757481],
+ [104.06370438405312, 1.4294993097168598],
+ [104.06370714773091, 1.4295406557115378],
+ [104.06374828037441, 1.4296205677313698],
+ [104.0638688192697, 1.4296645959075587],
+ [104.06397837484619, 1.4296645269573653],
+ [104.06409885821259, 1.4296203478153335],
+ [104.06428495354552, 1.429377662120381],
+ [104.06456959328496, 1.4290467066746806],
+ [104.06469005062596, 1.4289584247616023],
+ [104.0649638505258, 1.4288149163329171],
+ [104.06622343298763, 1.428317961965273],
+ [104.06769118971187, 1.427853954856672],
+ [104.06851252129074, 1.427313170367685],
+ [104.06853430977537, 1.4271146908830776],
+ [104.06843558730746, 1.426916287099603],
+ [104.0682602104237, 1.4267730605317241],
+ [104.06784380427182, 1.426618959377312],
+ [104.06778897922051, 1.4265418125601834],
+ [104.06787652142718, 1.4263763696978289],
+ [104.06802986463214, 1.4263211439238646],
+ [104.06821612921411, 1.4263541048647081],
+ [104.06877509948592, 1.4267396594352952],
+ [104.06884091447357, 1.426871929216038],
+ [104.06885194525078, 1.426993206762992],
+ [104.06880819091018, 1.4271034929829005],
+ [104.06867678571555, 1.4272028084408053],
+ [104.0686439812929, 1.4273020621952657],
+ [104.06864402867599, 1.4273792435636652],
+ [104.06874268246342, 1.4274673891387712],
+ [104.06897273584632, 1.4274451924250957],
+ [104.06912605863722, 1.4273568888425334],
+ [104.06968445017328, 1.4268052444788535],
+ [104.06993633835509, 1.4266617495666],
+ [104.07018822740118, 1.426518254631568],
+ [104.0704948048412, 1.4262313891501994],
+ [104.07085622126866, 1.4260437212825374],
+ [104.0712175557568, 1.425723743377481],
+ [104.07180894977557, 1.4253925952827933],
+ [104.07191840270058, 1.42522713828],
+ [104.07196212896038, 1.4250727484004766],
+ [104.07196207495338, 1.4249845411418278],
+ [104.07187416453976, 1.4245545869131742],
+ [104.07181861546967, 1.42330869671853],
+ [104.07174157884135, 1.422746425004888],
+ [104.07175247295403, 1.4226471852701301],
+ [104.07181815117899, 1.4225589368076474],
+ [104.07188387033942, 1.422536843789843],
+ [104.07191674431498, 1.4225478490954353],
+ [104.0719496313392, 1.4225809062157055],
+ [104.0719169694972, 1.4229117031412704],
+ [104.07193907783527, 1.423231439518421],
+ [104.07198305926282, 1.423487763791417],
+ [104.07202703980612, 1.4237440880614418],
+ [104.07212870603084, 1.4242732667905889],
+ [104.07224681540461, 1.424818973607328],
+ [104.07233453503048, 1.4249402033151566],
+ [104.07248797388463, 1.425039339972226],
+ [104.07264134476013, 1.4250282175489901],
+ [104.07278373218615, 1.4249729980612522],
+ [104.07290417409794, 1.4248626639869175],
+ [104.07302454146112, 1.42463104403224],
+ [104.07311213815733, 1.4245538082934432],
+ [104.07342425093599, 1.4243606585319128],
+ [104.07381299082064, 1.4240682277415837],
+ [104.0741743310961, 1.4237592753917143],
+ [104.07448643712925, 1.4235551005164333],
+ [104.07479854310324, 1.423350924703345],
+ [104.07503122061436, 1.4231467988337114],
+ [104.07526389689794, 1.422939917375226],
+ [104.07551026099239, 1.4227220004096308],
+ [104.0758496421947, 1.422335880606225],
+ [104.07622192433791, 1.4220048696292413],
+ [104.07663796680487, 1.4215745982196701],
+ [104.07697744380721, 1.4213428400527865],
+ [104.07725118679939, 1.4211111241026146],
+ [104.07752499972152, 1.4209896662559318],
+ [104.07761260922145, 1.4209344812940767],
+ [104.07784248987738, 1.4206366380491693],
+ [104.07817098965275, 1.420371809537482],
+ [104.07836806535171, 1.420173219164705],
+ [104.07888548985292, 1.4198145507605215],
+ [104.07910475556228, 1.4196553345156393],
+ [104.07926603217426, 1.4195552023904758],
+ [104.07943030948378, 1.4194668916703252],
+ [104.07999441795958, 1.4193066598906825],
+ [104.08018608276382, 1.4192155752399567],
+ [104.08030653802649, 1.419127291781677],
+ [104.08041597603673, 1.418939782718174],
+ [104.08063217787999, 1.4186667553650743],
+ [104.08084837877612, 1.4183937289044002],
+ [104.08128078042226, 1.4178476741383095],
+ [104.08159819375537, 1.417373360677436],
+ [104.08194837131968, 1.416733637964124],
+ [104.08211257247746, 1.416524042206179],
+ [104.08237522959782, 1.416082841247612],
+ [104.08286775868129, 1.415332769916151],
+ [104.08322900733101, 1.4148804798800174],
+ [104.08320698675533, 1.4147040796274648],
+ [104.08314114340392, 1.414527707634433],
+ [104.08328342680902, 1.4143071000664162],
+ [104.08341472096483, 1.41403136961331],
+ [104.08354601509419, 1.4137556400619788],
+ [104.08368831575201, 1.4135625972295283],
+ [104.08383061638752, 1.4133695534878419],
+ [104.08401665309204, 1.413038659547384],
+ [104.08429030534462, 1.4126636063618692],
+ [104.08441069824984, 1.4124760905925438],
+ [104.08468425472594, 1.4119466748096312],
+ [104.08481549331515, 1.4115827380456951],
+ [104.08504529627427, 1.4111636095089053],
+ [104.0851109258465, 1.4109981795190674],
+ [104.08517106363264, 1.410810701043122],
+ [104.0852338012475, 1.4103999478407117],
+ [104.0852829118133, 1.410096704963322],
+ [104.08535109335114, 1.409630818964381],
+ [104.08534006854282, 1.4095205666068515],
+ [104.08520834252764, 1.4091016673408565],
+ [104.08475855078277, 1.4081096231684656],
+ [104.08464893454273, 1.4080104598486738],
+ [104.08460511278675, 1.4080104872106367],
+ [104.08448463761174, 1.40806569307494],
+ [104.08440807320959, 1.4082642073537208],
+ [104.08433142634989, 1.4083304108481796],
+ [104.08423281991381, 1.408319447179938],
+ [104.08407940999477, 1.4082644156857371],
+ [104.08399720835266, 1.4082065811136837],
+ [104.08363037691795, 1.4080776777974977],
+ [104.08338918086503, 1.4079321541830427],
+ [104.08298726717224, 1.407819104268692],
+ [104.08239246966204, 1.4077061781125433],
+ [104.08197453400288, 1.4076740686355718],
+ [104.07909708096714, 1.407255044865694],
+ [104.07882374752705, 1.4071257274567788],
+ [104.0734520596343, 1.4047561655434997],
+ [104.0725506921125, 1.4039517723270072],
+ [104.07297476554245, 1.403393557346477],
+ [104.07368309130871, 1.4040065408330198],
+ [104.07385996150892, 1.4041035463645877],
+ [104.07926214509766, 1.4063985872074904],
+ [104.08241291005955, 1.4069145565496564],
+ [104.08260581434807, 1.4069468068369053],
+ [104.0831584321776, 1.4071072812870866],
+ [104.08320221930104, 1.407052123552522],
+ [104.08324602045082, 1.4070190185212041],
+ [104.08335555421104, 1.4069858711319565],
+ [104.08372808020479, 1.4070517909895133],
+ [104.08390066294604, 1.407106811407619],
+ [104.08390065428681, 1.407093029033703],
+ [104.08396911500635, 1.407076446609505],
+ [104.08390589463197, 1.4067126331122053],
+ [104.0836922060628, 1.4066190481812935],
+ [104.0835438958051, 1.405957589754871],
+ [104.08363147865253, 1.4058610575592954],
+ [104.08366426464926, 1.4057314825122962],
+ [104.08349679563241, 1.4050920878807307],
+ [104.08342005662087, 1.4050094425906619],
+ [104.08330225654845, 1.4049626566949573],
+ [104.08311823853788, 1.404135832514768],
+ [104.08318663743029, 1.404020017027457],
+ [104.08323312965427, 1.4039097286023459],
+ [104.08312582240751, 1.403118690535891],
+ [104.08304362217618, 1.4030636123659543],
+ [104.08285733773559, 1.402994819058413],
+ [104.08268152060818, 1.402143181094417],
+ [104.08276913022324, 1.4020879960744408],
+ [104.082801961872, 1.4020328458651612],
+ [104.08268104954315, 1.401385152231305],
+ [104.08243446518513, 1.401244727708472],
+ [104.08222300851953, 1.4003352264633149],
+ [104.08231606032147, 1.4002249086658687],
+ [104.08232420535407, 1.400109131303999],
+ [104.08223069913059, 1.3994889849524468],
+ [104.08198961654207, 1.3993871476970494],
+ [104.0818110482654, 1.398513459833413],
+ [104.08190138709914, 1.3984444912918899],
+ [104.08194789332583, 1.3983562546993706],
+ [104.081763958893, 1.3976617401048281],
+ [104.08167626392861, 1.3975791012897512],
+ [104.08152559899261, 1.3975323368116261],
+ [104.08135253383928, 1.3966999917771232],
+ [104.08145657639821, 1.3966447969504325],
+ [104.08154408225619, 1.3964242243778544],
+ [104.08140671720487, 1.3957434627104643],
+ [104.08131900596777, 1.3956332591094773],
+ [104.08125051755253, 1.3956057377910558],
+ [104.08109989083712, 1.3956223712962834],
+ [104.08093502626284, 1.3947624569202646],
+ [104.08104456162161, 1.3947320662084215],
+ [104.0811047558035, 1.39463555152523],
+ [104.0809509288474, 1.3939079404754384],
+ [104.08085225370795, 1.3937839619500039],
+ [104.08076461605492, 1.3937922867665458],
+ [104.0806687478863, 1.3937785642594385],
+ [104.08049839739928, 1.3929048707003546],
+ [104.08057231701696, 1.3928579639184602],
+ [104.08066810633238, 1.3927448885493598],
+ [104.08048416971536, 1.3920448607232359],
+ [104.08034716071205, 1.391937444950804],
+ [104.08021845238164, 1.3919650911008807],
+ [104.08009768739433, 1.3915516966098331],
+ [104.07987850784001, 1.391436062525049],
+ [104.07987844840274, 1.3913395867692013],
+ [104.07981535460515, 1.3911769947683357],
+ [104.07913048566363, 1.3909210733880553],
+ [104.07898536925629, 1.390990077372217],
+ [104.0788923175623, 1.3911003941041158],
+ [104.07804031586285, 1.3907425888694387],
+ [104.0780813563364, 1.3906736518729539],
+ [104.0780401929862, 1.390544123472634],
+ [104.07798535681471, 1.3904476814505125],
+ [104.07721008925442, 1.3901642529262064],
+ [104.07710055817505, 1.3902001554798227],
+ [104.07700476666554, 1.3903104742410166],
+ [104.07622401709249, 1.3900187792132292],
+ [104.07625133554318, 1.3899057463603],
+ [104.07620192763721, 1.3897293640774924],
+ [104.07586829392258, 1.3896220063004192],
+ [104.07541299526649, 1.3894928027341915],
+ [104.07533087745195, 1.389570035065615],
+ [104.07533917898729, 1.389707853546137],
+ [104.07536936963037, 1.3898098238095733],
+ [104.0754296833685, 1.3899062626366852],
+ [104.07549274870114, 1.39002199470852],
+ [104.0752273587015, 1.3904714662235464],
+ [104.0749646417061, 1.3908134339336002],
+ [104.07461426035455, 1.391122379043395],
+ [104.07407764501515, 1.3914424659230291],
+ [104.07367242621866, 1.3916522123098245],
+ [104.07350809563548, 1.391652315066947],
+ [104.0732233237036, 1.39176275254827],
+ [104.07305899310738, 1.3917628561796027],
+ [104.0728947033303, 1.3918291143534807],
+ [104.07279611236977, 1.3918402018874583],
+ [104.07256603561613, 1.3918182947457636],
+ [104.0724236414857, 1.3918597305985767],
+ [104.07201275700527, 1.3917662683749055],
+ [104.05663045812867, 1.3857253928729958],
+ [104.05634005083557, 1.385576723265081],
+ [104.05596738722394, 1.3852792548261639],
+ [104.0556055856027, 1.3848274169174017],
+ [104.05537520074346, 1.3842983163446034],
+ [104.05527636079417, 1.3839014448127442],
+ [104.05513372605151, 1.3835487046036739],
+ [104.05508960891476, 1.3830635924668868],
+ [104.05512236782435, 1.382887157402235],
+ [104.0551222671095, 1.3827217685349358],
+ [104.05514952820096, 1.3825122598293924],
+ [104.05517678839196, 1.3823027511240242],
+ [104.055258872894, 1.382170388896221],
+ [104.05547521756017, 1.3821316647612518],
+ [104.05558473710603, 1.3820764669476353],
+ [104.05567230130177, 1.3819468588666772],
+ [104.05565854783457, 1.3818503905549526],
+ [104.05562289626415, 1.3817732314299702],
+ [104.05556807400524, 1.3816988405377935],
+ [104.05556255809519, 1.3816354447019348],
+ [104.05475988331104, 1.3813134341298094],
+ [104.05471062134602, 1.3813741066607852],
+ [104.0546312003912, 1.3813824251494269],
+ [104.05453540797463, 1.3814927440252396],
+ [104.05385608034932, 1.3813332879532312],
+ [104.05388339256659, 1.3812092301676915],
+ [104.05388878974749, 1.3810769158362777],
+ [104.05385587502883, 1.380996998127162],
+ [104.05301761151779, 1.3806998166333726],
+ [104.05292176601633, 1.380721928041335],
+ [104.05286155622444, 1.3807963902964033],
+ [104.05282876628411, 1.3809204513003985],
+ [104.05214388195579, 1.3806314441758096],
+ [104.05216846797528, 1.3805266829263376],
+ [104.05216014688997, 1.3803557872462007],
+ [104.0521190314824, 1.3803006831196658],
+ [104.05129173647282, 1.380025545448719],
+ [104.05118768930548, 1.3800724704014031],
+ [104.0511137873427, 1.3801496966929512],
+ [104.05108644555796, 1.3802268951802925],
+ [104.05078507864337, 1.3800699617074619],
+ [104.05062912454815, 1.3803319232480664],
+ [104.05049215431157, 1.380285147989433],
+ [104.0503305936344, 1.3803348636144326],
+ [104.04980785426461, 1.3809581496739316],
+ [104.04976684675343, 1.3810822168401733],
+ [104.04979702889955, 1.3811731617119098],
+ [104.0498381568073, 1.3812475612594994],
+ [104.04989842486957, 1.3812695759394935],
+ [104.04943864470863, 1.3818376930775433],
+ [104.0493619445138, 1.3818156889348443],
+ [104.0492606002809, 1.381804725634172],
+ [104.04920584041814, 1.3818323244055872],
+ [104.04865846458276, 1.3824776770756244],
+ [104.04862294310001, 1.3826155225282626],
+ [104.04874902874793, 1.3827780765622715],
+ [104.0482756203851, 1.3834564622407262],
+ [104.04811673174761, 1.38339591730389],
+ [104.04797435862099, 1.383473185937391],
+ [104.04754744048303, 1.3840357705986313],
+ [104.04757870714927, 1.3841264043062464],
+ [104.0476461874194, 1.3842810361226314],
+ [104.04708514694984, 1.3849760137353782],
+ [104.04699474836939, 1.3849485050412067],
+ [104.04678388725418, 1.3849982511806727],
+ [104.04637063319888, 1.3855112096390592],
+ [104.04638441070487, 1.385649025298466],
+ [104.04641461692935, 1.3857785609783084],
+ [104.04649681904503, 1.3858391527482574],
+ [104.0459740955423, 1.3864927595855883],
+ [104.04587274562437, 1.3864707702372907],
+ [104.04576316782213, 1.3864322472515405],
+ [104.04568650867284, 1.3864791541729347],
+ [104.04519936542461, 1.3870913914412932],
+ [104.04521313014264, 1.3872071552520284],
+ [104.0452624820995, 1.3872953320338302],
+ [104.04536661705846, 1.3873917452881368],
+ [104.04481649493161, 1.3880288300036796],
+ [104.04471514609246, 1.388009596192838],
+ [104.04461932451552, 1.3880730545640958],
+ [104.04454536730401, 1.3880593176840177],
+ [104.04414580650199, 1.3885722674290313],
+ [104.04413217547012, 1.3886770222467812],
+ [104.04415962597506, 1.3887789951898772],
+ [104.044228138261, 1.388847864943453],
+ [104.04366712420442, 1.3895897022473471],
+ [104.04357125617454, 1.3895759790628641],
+ [104.04340694742801, 1.3896119139683178],
+ [104.04304296912176, 1.390089008040716],
+ [104.04302387715643, 1.3902213308936757],
+ [104.0430431070209, 1.3903177952385344],
+ [104.04312527880464, 1.3903287713210144],
+ [104.04146691826016, 1.3926149093547076],
+ [104.04123954535055, 1.3925351108982893],
+ [104.04113002174672, 1.392584794295258],
+ [104.04067024585412, 1.3931666936478322],
+ [104.0406183106823, 1.393337627363861],
+ [104.04068681553731, 1.3933927147962757],
+ [104.0407963947707, 1.3934339944637943],
+ [104.04088507576, 1.3937612349263977],
+ [104.04099768927017, 1.3939230281723105],
+ [104.04112632625257, 1.3940038799355132],
+ [104.0412227683442, 1.394003820725757],
+ [104.04133524518848, 1.393939007141768],
+ [104.04138339788099, 1.393825673225059],
+ [104.04152804108918, 1.3937932128982562],
+ [104.041624542023, 1.3938902708750658],
+ [104.04178533589254, 1.3939872896592336],
+ [104.04202645151948, 1.3940033277595665],
+ [104.04347304968815, 1.3939538809492145],
+ [104.04660653786125, 1.3925113773833635],
+ [104.04839615342067, 1.3934976102847842],
+ [104.05185138622878, 1.3955176855166982],
+ [104.0515659794614, 1.3961212668042038],
+ [104.04665855880575, 1.3933593618321998],
+ [104.04360534964707, 1.3946561401126438],
+ [104.04175685095449, 1.3946087164272973],
+ [104.04166036990156, 1.3945440308621015],
+ [104.04159602671326, 1.3944631390472384],
+ [104.0414190984853, 1.3942690126205664],
+ [104.04138689317108, 1.3941719154592198],
+ [104.04124221961901, 1.3941558180834561],
+ [104.04108153301485, 1.3942368474695954],
+ [104.04104940555779, 1.3942692390039129],
+ [104.0407440245689, 1.3943017994756406],
+ [104.04053511687803, 1.3943828584248839],
+ [104.04040651789462, 1.394366751435589],
+ [104.04026182532701, 1.3943182815966768],
+ [104.04022961915821, 1.394221183508117],
+ [104.04032848080396, 1.3941454528547066],
+ [104.03999435875183, 1.394175979155523],
+ [104.0398246213391, 1.3942946115707537],
+ [104.03976991140357, 1.3944049037852422],
+ [104.03975903059792, 1.3945289519418025],
+ [104.03980017121758, 1.3946254035384826],
+ [104.03992347311399, 1.3947135359220881],
+ [104.04042287432411, 1.394836143524264],
+ [104.04029436352313, 1.3949657114418934],
+ [104.04024623066105, 1.3951114168451508],
+ [104.04024628856737, 1.3952085349588679],
+ [104.04014989661995, 1.395289525143811],
+ [104.04005347436816, 1.3953219567206352],
+ [104.0399088111392, 1.3953220454735766],
+ [104.03973199012768, 1.3953059671323325],
+ [104.03962510501985, 1.3949893661865778],
+ [104.03952643488032, 1.394870898537677],
+ [104.03938394741546, 1.3947607268041786],
+ [104.03930725317908, 1.394749747415992],
+ [104.03924154700283, 1.3947938913090454],
+ [104.03919781239077, 1.3949372549293968],
+ [104.03903353378007, 1.3950255627840462],
+ [104.03880347098794, 1.39502570419455],
+ [104.03869388331425, 1.3949706420210337],
+ [104.0386171419462, 1.394882481063693],
+ [104.03857332029261, 1.394882508423237],
+ [104.03852951857708, 1.3949156126837046],
+ [104.03835437151086, 1.3951472640426996],
+ [104.03788345535, 1.3954232005858023],
+ [104.03781776271036, 1.3954893963169188],
+ [104.03779591166473, 1.3955886425081354],
+ [104.03781820117612, 1.3962171062691737],
+ [104.03796074758124, 1.3964265115152357],
+ [104.03797176280328, 1.396525737645517],
+ [104.03788427254939, 1.3967793870598542],
+ [104.03785161919947, 1.397132236157269],
+ [104.03780788357844, 1.3972755997677875],
+ [104.03767653806605, 1.3974741468525376],
+ [104.0375341446989, 1.3975183381205478],
+ [104.03746845199845, 1.3975845338507251],
+ [104.0374467540204, 1.3979373756619786],
+ [104.03740305822414, 1.398146894884841],
+ [104.03737904627448, 1.3983212545526853],
+ [104.0372718322044, 1.3985439088038258],
+ [104.03715142209303, 1.3987093707775275],
+ [104.03717345252115, 1.3989078239528498],
+ [104.03711888186834, 1.3992496607900191],
+ [104.03709700361192, 1.3993048032372661],
+ [104.03696560540976, 1.3994151428158197],
+ [104.03689998193421, 1.3995971108677108],
+ [104.0368343593489, 1.399779078918882],
+ [104.03673587271278, 1.399966579085198],
+ [104.03663738696125, 1.4001540801536323],
+ [104.0365827691417, 1.4004187354369948],
+ [104.03637477512935, 1.4006834845847627],
+ [104.036298273548, 1.4009922572788203],
+ [104.03625449161264, 1.4010584393253906],
+ [104.03618878520867, 1.4011025831645199],
+ [104.03596973607503, 1.4012019505270645],
+ [104.03581641959114, 1.4013012777895055],
+ [104.03544409462043, 1.401566127080571],
+ [104.03526891334272, 1.4017426495315477],
+ [104.0351704409817, 1.4019522015326862],
+ [104.03512675852437, 1.4021837726202728],
+ [104.035137780027, 1.4022940247096605],
+ [104.03520364574082, 1.4025145033798798],
+ [104.03541211064609, 1.4030325940013906],
+ [104.03544507022767, 1.4031869361715452],
+ [104.03550015253565, 1.4036940946509522],
+ [104.03554407393418, 1.403859456373924],
+ [104.03568668046974, 1.404168095135345],
+ [104.03579642156625, 1.4044767530252442],
+ [104.03583492820901, 1.4047468643219456],
+ [104.03591742243673, 1.405292596684674],
+ [104.03597225952586, 1.4053917963894214],
+ [104.03597227944981, 1.405424874197846],
+ [104.03592848475672, 1.4054690043767815],
+ [104.03585183000945, 1.405524181446556],
+ [104.03580801449169, 1.4055352338151377],
+ [104.03570940172857, 1.405513242090556],
+ [104.03562171183195, 1.405436114298617],
+ [104.03559977464431, 1.4053920242191504],
+ [104.03551185209271, 1.4049289895492205],
+ [104.03551168552534, 1.40465334204072],
+ [104.03547869331237, 1.4044438701941833],
+ [104.03537993486584, 1.404179308746245],
+ [104.03529208574264, 1.4038375584502765],
+ [104.03505064039878, 1.4031320478389424],
+ [104.03497387983339, 1.4030108098800012],
+ [104.03487522737507, 1.402922662480225],
+ [104.0346889321992, 1.4028345696924083],
+ [104.03451362505261, 1.4028015983919917],
+ [104.0341301706342, 1.402779781329554],
+ [104.03405344990885, 1.402724698957588],
+ [104.03402058355017, 1.4027247189768657],
+ [104.03396581894664, 1.402746803613979],
+ [104.033889184113, 1.402835058427521],
+ [104.03386457208907, 1.4028984723568845],
+ [104.03383447284176, 1.4029453505647795],
+ [104.03372495174607, 1.4030005475774974],
+ [104.03353868280682, 1.4029565575400629],
+ [104.03323185688913, 1.4028354595872208],
+ [104.0331332514765, 1.4028244936711476],
+ [104.03305659672775, 1.4028796706469542],
+ [104.0330566762396, 1.4030119810029873],
+ [104.03304574698923, 1.4030560920280204],
+ [104.03295812955103, 1.4031002485263324],
+ [104.03283758701532, 1.4030451924829834],
+ [104.03274996957258, 1.4030893498783175],
+ [104.03268431633236, 1.4032217011442114],
+ [104.0326296655114, 1.403431226709636],
+ [104.03260778711925, 1.403486370038015],
+ [104.0325639788372, 1.4035084482808966],
+ [104.03238870506176, 1.403530607421544],
+ [104.03198344611906, 1.4036852177725536],
+ [104.0317205945503, 1.4038176889654226],
+ [104.0313481935338, 1.4039584968050947],
+ [104.03066923282901, 1.404421998574211],
+ [104.03049406448993, 1.4046205726231118],
+ [104.03036264582092, 1.40469783409136],
+ [104.03018738454267, 1.4047420440572662],
+ [104.02973821047718, 1.4047423181276228],
+ [104.02969440213886, 1.4047643963233332],
+ [104.0296725173542, 1.4048085136945325],
+ [104.02968359903717, 1.405017999306118],
+ [104.02967275536842, 1.4052054466461719],
+ [104.02960712263346, 1.4053708756771053],
+ [104.02950859554171, 1.4054922209064322],
+ [104.02918026225855, 1.4060437166212985],
+ [104.02898323590337, 1.4063305099122443],
+ [104.02889563177118, 1.4063967190702762],
+ [104.02880799429238, 1.4064077985212653],
+ [104.02867656194778, 1.406463008032909],
+ [104.0286437414802, 1.406540209570485],
+ [104.02851236858774, 1.4066946525438773],
+ [104.02845778311536, 1.4070144374798457],
+ [104.0284358919832, 1.4070475279993],
+ [104.02839207638343, 1.407058581141077],
+ [104.02828248918212, 1.4070035185288732],
+ [104.02823867358194, 1.4070145707633828],
+ [104.0281729740499, 1.4070697403601768],
+ [104.02805270159593, 1.4074667467725295],
+ [104.02806376246537, 1.4076431545819332],
+ [104.02810769698516, 1.407830568386699],
+ [104.02812963091809, 1.4078691455823453],
+ [104.02840645503251, 1.408199754938118],
+ [104.02849143098116, 1.4083182314337526],
+ [104.0285517602562, 1.4084422365385345],
+ [104.02856823313256, 1.4085083817548831],
+ [104.02880392632437, 1.408759078140535],
+ [104.02893829281928, 1.4090291309073446],
+ [104.02908356569809, 1.40921648365986],
+ [104.02923159009826, 1.409425885335492],
+ [104.02937137807072, 1.40960221529915],
+ [104.02944268050231, 1.4097537779597817],
+ [104.02948927266999, 1.4098061228111525],
+ [104.0295495508587, 1.4098446768400532],
+ [104.02959616918855, 1.4099411254487757],
+ [104.02989784842579, 1.4106135221286236],
+ [104.03005976362137, 1.4111481805455897],
+ [104.03024623288827, 1.411525704540139],
+ [104.03047641633587, 1.411721274164311],
+ [104.0305120582611, 1.4117818948006398],
+ [104.03073944758293, 1.4118865024366523],
+ [104.03084906215555, 1.4119856686458137],
+ [104.03093699059679, 1.412459729497824],
+ [104.03106862187857, 1.4127352970800513],
+ [104.03117826992614, 1.4128895929586682],
+ [104.0312221714236, 1.4130218769536325],
+ [104.03121125566506, 1.4130880389507154],
+ [104.03112373086668, 1.413286559480329],
+ [104.03114576110627, 1.4134850118375302],
+ [104.03106920534502, 1.4137055769749451],
+ [104.03106925773675, 1.41379378448441],
+ [104.03114609261658, 1.4140363078643534],
+ [104.03127773758607, 1.4143339272917683],
+ [104.03116844719038, 1.4147750303028097],
+ [104.03113561408087, 1.414830179997959],
+ [104.03094945619934, 1.4149736308412257],
+ [104.0309495492369, 1.415127993982055],
+ [104.03103729903498, 1.415304354457301],
+ [104.0307965432808, 1.4157455383716573],
+ [104.03072003350694, 1.416043285079202],
+ [104.0306873584421, 1.4163630563957803],
+ [104.03051226250714, 1.4166829149739917],
+ [104.0302932785164, 1.4168925405144084],
+ [104.03015096870361, 1.4170800678140327],
+ [104.03003063762667, 1.4173778417733036],
+ [104.02984475123154, 1.4179733542572326],
+ [104.02936318459234, 1.418767514428602],
+ [104.02927571905064, 1.4190652674803585],
+ [104.0292896934974, 1.4195311041106486],
+ [104.02923221462494, 1.4195945380094965],
+ [104.02911214779039, 1.4203333477151163],
+ [104.02911222721812, 1.4204656589872668],
+ [104.0291781193193, 1.4207302406554272],
+ [104.029485357498, 1.4215349452351127],
+ [104.02958400344805, 1.4216120659247393],
+ [104.0299126697738, 1.4216118650600071],
+ [104.0301153735368, 1.4216558456326365],
+ [104.03031807730503, 1.4216998252819084],
+ [104.03038383767284, 1.4217438890256566],
+ [104.03039487905555, 1.4218872189528944],
+ [104.03034014741128, 1.4219644341654556],
+ [104.03017589462824, 1.4220968454473204],
+ [104.03002253685408, 1.4221300169072737],
+ [104.02985819643372, 1.4221190909677095],
+ [104.02962806402978, 1.4220089724623834],
+ [104.02950748078025, 1.4218877607477123],
+ [104.02939781878432, 1.4217114129674895],
+ [104.0292223910391, 1.4214799754611982],
+ [104.02914559029426, 1.4212925817351199],
+ [104.02909625176422, 1.421229213016154],
+ [104.0290031014444, 1.4211824095496397],
+ [104.02890449524115, 1.4211714435616405],
+ [104.0288387692023, 1.4211825103706284],
+ [104.0287949732036, 1.4212266404695864],
+ [104.02874026136682, 1.4213369325638405],
+ [104.0287184567633, 1.421513361217982],
+ [104.02870830172463, 1.4228475026320566],
+ [104.02874135340707, 1.4231562089498424],
+ [104.02886209646998, 1.4235420423367589],
+ [104.02886215604887, 1.4236412748852434],
+ [104.02881845930763, 1.4238507940783465],
+ [104.02855606300538, 1.4247440541423824],
+ [104.0285561622939, 1.4249094423273538],
+ [104.02862198773313, 1.4250637655047822],
+ [104.0287206211843, 1.425118834333959],
+ [104.02903838483743, 1.4252068483025426],
+ [104.02926851529642, 1.425311453854224],
+ [104.02949864487505, 1.4254160593798557],
+ [104.02967676694328, 1.4255730696833542],
+ [104.0297069658878, 1.4256915805623331],
+ [104.02976179611058, 1.4257797544282842],
+ [104.02983851848678, 1.425834836838665],
+ [104.02992616932596, 1.4258458091253408],
+ [104.03003569243064, 1.4257906130431828],
+ [104.0301122286517, 1.425536970079063],
+ [104.03019979362152, 1.4254046051609284],
+ [104.03034215627154, 1.4253052853054091],
+ [104.030528387254, 1.4252831197199456],
+ [104.03064886497766, 1.4252279163395778],
+ [104.03069266100121, 1.4251837862011094],
+ [104.03079108836504, 1.4248970517667798],
+ [104.03088962239187, 1.4247867323347985],
+ [104.03102105563823, 1.424731522567993],
+ [104.03159077721675, 1.4247863036546744],
+ [104.03183175334603, 1.424708975506067],
+ [104.03263697435516, 1.4246891878333863],
+ [104.03313545738645, 1.4246971515789273],
+ [104.0335627766286, 1.4247850974624379],
+ [104.03401195444356, 1.4247848230036932],
+ [104.03440639434811, 1.424850736915347],
+ [104.03501358729528, 1.4248579219916295],
+ [104.03539240074177, 1.4248611578454466],
+ [104.0355128846461, 1.4248169810674118],
+ [104.03561143202188, 1.4247287133335897],
+ [104.03570716929626, 1.4245246744309592],
+ [104.03569892314172, 1.4244750629735685],
+ [104.0356441054571, 1.4244089411455927],
+ [104.0354578274896, 1.4243539264921243],
+ [104.03534826560458, 1.4243429671979004],
+ [104.0352496320714, 1.4242878986714125],
+ [104.03519478175042, 1.4241666471556653],
+ [104.03518374639472, 1.4240343423285489],
+ [104.03536979124769, 1.4237034511003468],
+ [104.03551200025551, 1.4233505344694493],
+ [104.0356324314668, 1.423218150218767],
+ [104.03575290893102, 1.4231629466014264],
+ [104.03584056691554, 1.4231849446068137],
+ [104.03592825756824, 1.4232620722809854],
+ [104.03592833105371, 1.423383357559986],
+ [104.0358407392906, 1.4234716179999418],
+ [104.03568748224558, 1.4236701788586847],
+ [104.03560001745119, 1.4239679320500178],
+ [104.0356000573642, 1.4240340876577207],
+ [104.03563297663909, 1.4241222741450976],
+ [104.0356987571197, 1.424199415514978],
+ [104.0359918372076, 1.4242323136668444],
+ [104.03609867788299, 1.4242708389129617],
+ [104.03656457799008, 1.4247501797856266],
+ [104.03665224875631, 1.42479422961758],
+ [104.03692619118966, 1.424882268955335],
+ [104.03747415514964, 1.4251906587219487],
+ [104.03757277628054, 1.4252264317560903],
+ [104.03769329465771, 1.4252373836275138],
+ [104.03791238488431, 1.4252041714017099],
+ [104.03803289599571, 1.425204097322422],
+ [104.03823012325533, 1.4252480803120458],
+ [104.03832874962005, 1.4252921236653395],
+ [104.03853701155148, 1.425468409599922],
+ [104.03872331602236, 1.4255675286123826],
+ [104.0390247138835, 1.4257658100661905],
+ [104.03932611179289, 1.42596409056806],
+ [104.03961109234514, 1.4261899463770766],
+ [104.03989607384966, 1.426415803046281],
+ [104.04044415868282, 1.4269226569358806],
+ [104.04070725245371, 1.427187117072564],
+ [104.04123348026498, 1.427782191904355],
+ [104.04128832461154, 1.4278924172827419],
+ [104.04132140543888, 1.428245225971401],
+ [104.0414092103674, 1.4285097941900597],
+ [104.04142022608316, 1.4286090202324186],
+ [104.04138749333386, 1.4288295590126685],
+ [104.04139850177002, 1.4289177591247182],
+ [104.04146433544717, 1.4290831068137828],
+ [104.04156300941493, 1.42920433150279],
+ [104.041683574484, 1.4292924646394913],
+ [104.04203424580685, 1.4294466111351103],
+ [104.04212194418471, 1.4295347644323568],
+ [104.04229735373742, 1.4297331228724042],
+ [104.04268099862243, 1.4300636630198829],
+ [104.04279064195232, 1.4302069321610573],
+ [104.04284556034335, 1.430438442698515],
+ [104.04284570085834, 1.4306699863015166],
+ [104.04273643248733, 1.4311441682854025],
+ [104.04264884806027, 1.431243454914222],
+ [104.04267079936726, 1.4313095967191205],
+ [104.04278037525333, 1.4313426074660989],
+ [104.04303224683936, 1.431166037399902],
+ [104.04348139824657, 1.4311216562812228],
+ [104.04375535439809, 1.4312317465036348],
+ [104.04387586577846, 1.4312316720698859],
+ [104.04399634337273, 1.4311764688939586],
+ [104.04416057659877, 1.4310109788671195],
+ [104.0445329593789, 1.4308343342036027],
+ [104.04466433861069, 1.430690916231441],
+ [104.04476284559583, 1.4305364925566417],
+ [104.04501466941053, 1.430282741718529],
+ [104.04535393667577, 1.4296981587780238],
+ [104.04546346587935, 1.4296539879122667],
+ [104.0460332086277, 1.4297418429507398],
+ [104.04677822041167, 1.429796511425121],
+ [104.0468548764595, 1.429741334827056],
+ [104.04688769560366, 1.4296641330856386],
+ [104.04685476209546, 1.4295538949871938],
+ [104.04688757482771, 1.4294656673198998],
+ [104.04704090612607, 1.4293883909919645],
+ [104.04750130822644, 1.4298291425174856],
+ [104.04767661018573, 1.4298510856628528],
+ [104.04837761190515, 1.429597056237627],
+ [104.04876099634735, 1.4294975859795842],
+ [104.04904857359094, 1.4294863818610057],
+ [104.04928679670286, 1.429387001203751],
+ [104.04942907702377, 1.4291553691553542],
+ [104.04973563850645, 1.428835428223777],
+ [104.04984516023394, 1.4287802303379986],
+ [104.05040380595509, 1.4286365472668094],
+ [104.05122543920785, 1.4285809089190684],
+ [104.05215632495984, 1.428029036304917],
+ [104.05221103571328, 1.427918742893959],
+ [104.05212324984437, 1.427687253944426],
+ [104.05205734114449, 1.4274006215220723],
+ [104.05178318971986, 1.4269707814277803],
+ [104.05150920634745, 1.4268165884541593],
+ [104.05131190634847, 1.426651322417424],
+ [104.05122410044707, 1.4263867547353213],
+ [104.05132257840013, 1.4261882280780254],
+ [104.05124556017715, 1.4256480067451227],
+ [104.05130028379514, 1.4255597652022702],
+ [104.0517056528163, 1.4255815658778832],
+ [104.0518043068864, 1.425669711396819],
+ [104.05183724696745, 1.4257909762272465],
+ [104.05182650066963, 1.426132785403406],
+ [104.05179383594304, 1.4264635834104524],
+ [104.05185977762525, 1.4268053454657086],
+ [104.05195843819192, 1.4269045168907475],
+ [104.05216663410786, 1.426970543083429],
+ [104.05234207725026, 1.427224030267083],
+ [104.05247357788124, 1.4272790776421254],
+ [104.05267075766356, 1.4272458778632828],
+ [104.05303209528519, 1.4269259023968708],
+ [104.053316879013, 1.4268264924919307],
+ [104.0535908413557, 1.4269476074657734],
+ [104.05374434776279, 1.4271570037960992],
+ [104.05376635998289, 1.4273223787456908],
+ [104.05366797509393, 1.4276752683797704],
+ [104.05358043909052, 1.4278517376935],
+ [104.05339429571572, 1.428017241228767],
+ [104.05307667183195, 1.4281607751962766],
+ [104.05270435828037, 1.4284476803124266],
+ [104.0526386928812, 1.428557980211206],
+ [104.05263877371937, 1.4286902903706613],
+ [104.05277039481646, 1.4289438043075262],
+ [104.05290195620076, 1.4290980858403846],
+ [104.05309924364835, 1.4292412998430377],
+ [104.05334034049491, 1.4293624351488379],
+ [104.05383615540133, 1.429486168462991],
+ [104.05412881386931, 1.4295673803709286],
+ [104.05424139085905, 1.4296644268844314],
+ [104.05438137479359, 1.4297807724283933],
+ [104.05454702313759, 1.4300365203027212],
+ [104.054578777373, 1.430111426021291],
+ [104.05482022498406, 1.4308059080880369],
+ [104.0549190809828, 1.4312248301121986],
+ [104.05506980315891, 1.43135980430234],
+ [104.05512739240665, 1.4314782965959647],
+ [104.05531377247478, 1.4316986982809716],
+ [104.05562064274343, 1.4318859480305488],
+ [104.0559383811205, 1.431929853380165],
+ [104.05615199455447, 1.4318966425982071],
+ [104.05694614463276, 1.4316866563219344],
+ [104.0571542802294, 1.4316534487024075],
+ [104.05826077915573, 1.4316307073125538],
+ [104.05910422890298, 1.4314206892359767],
+ [104.05971752378098, 1.4310674780041834],
+ [104.06000219212737, 1.43078062756269],
+ [104.06019935904163, 1.4307253752722864],
+ [104.0605280186297, 1.4307141438987827],
+ [104.06090039970402, 1.4305374967632354],
+ [104.06134954362925, 1.430482087185467],
+ [104.06194100810343, 1.4302611994676269],
+ [104.06242288261721, 1.4299852509259439],
+ [104.06259258347123, 1.4298059741327345],
+ [104.06253212643139, 1.4294779917912563],
+ [104.06190706229476, 1.4285081040020666],
+ [104.06145760079485, 1.4280452974149018],
+ [104.06142455761552, 1.4277586440795902],
+ [104.06156691228789, 1.4276482965470847],
+ [104.06159967726124, 1.4274828873519838],
+ [104.06136950906986, 1.4273176427724947],
+ [104.0610187957059, 1.4270973438975465],
+ [104.06050389232472, 1.4271086914460653],
+ [104.06027390060031, 1.4272301196578614],
+ [104.05995619614842, 1.427241344403421],
+ [104.05974796594946, 1.427120189375564],
+ [104.0598793512966, 1.4269877966188855],
+ [104.06027376486541, 1.4270096022352385],
+ [104.06036138156088, 1.4269654437455146],
+ [104.06026262648646, 1.4267119099109307],
+ [104.06006534540317, 1.4265797224763657],
+ [104.05984603787466, 1.4262601083631963],
+ [104.0594515238186, 1.4260729138955313],
+ [104.05935280859106, 1.4258855355007238],
+ [104.05952798194039, 1.4256979862469312],
+ [104.05941832591756, 1.4255326661959653],
+ [104.05918816452845, 1.42537844635083],
+ [104.05922088907911, 1.4251468825646099],
+ [104.05940708529417, 1.4250695850868331],
+ [104.05959339773179, 1.4251797281859242],
+ [104.05976907215042, 1.4258080940621245],
+ [104.06004321736742, 1.426226907074352],
+ [104.06033917310637, 1.4264803182634085],
+ [104.06059132614345, 1.426766834116629],
+ [104.06120493837446, 1.426931839838277],
+ [104.06157737981616, 1.4268544259315097],
+ [104.06171981487338, 1.426876388477697],
+ [104.06180749991583, 1.4269424890895952],
+ [104.06185139697199, 1.427063746262888],
+ [104.0617748366438, 1.4272732861082178],
+ [104.06177491799286, 1.4274055970902566],
+ [104.06182985196371, 1.4276591578178572],
+ [104.06202723169511, 1.4279512208341087],
+ [104.06234483031511, 1.4277690950134738],
+ [104.0624432397554, 1.427460308875049],
+ [104.0626183731159, 1.4272066039210412],
+ [104.06281544346858, 1.4269969886610196],
+ [104.06326441078274, 1.4266549050580202],
+ [104.06331904599993, 1.4264233273190878],
+ [104.06316545747013, 1.4260816207903355],
+ [104.0630558817043, 1.4260486119309688],
+ [104.0629244697775, 1.42613690117563],
+ [104.06282589673481, 1.4261810662763224],
+ [104.06267252652731, 1.426192188062006],
+ [104.06253008413275, 1.4261591987506694],
+ [104.06238757423019, 1.4260159511859491],
+ [104.0622559172849, 1.425707309267228],
+ [104.06222278625187, 1.4252773199573636],
+ [104.06238130314496, 1.4247259260228922],
+ [104.06250701998746, 1.424284811707556],
+ [104.0623750996724, 1.4235461590906238],
+ [104.06247357741167, 1.423347632119494],
+ [104.0625721494532, 1.42330346705151],
+ [104.06268170473892, 1.4233033982125383],
+ [104.06279129422755, 1.4233584589421375],
+ [104.06290098454461, 1.423578908385702],
+ [104.0628681863691, 1.4236891880075757],
+ [104.06275872630046, 1.4238436187605563],
+ [104.06271497168593, 1.423953904905046],
+ [104.06271505305813, 1.424086215882169],
+ [104.06278102390411, 1.4244720810429947],
+ [104.06279210799288, 1.4246815659931364],
+ [104.0627814104733, 1.4251005563684669],
+ [104.06272694446525, 1.4256077810618588],
+ [104.0627379610461, 1.4257070077686855],
+ [104.06278187108072, 1.4258503167504388],
+ [104.06289149491718, 1.425960507026169],
+ [104.06301202621859, 1.4259935093684537],
+ [104.06316536101306, 1.4259245015127044],
+ [104.06327482319804, 1.4257728272099688],
+ [104.0633404611429, 1.4256184234398386],
+ [104.06349375077045, 1.4254749915522287],
+ [104.06365805609644, 1.4254307854494261],
+ [104.06377859475974, 1.4254748136679303],
+ [104.06385533722671, 1.425562972558073],
+ [104.06392120651623, 1.4257834489385788],
+ [104.06392127409822, 1.4258937080750467],
+ [104.06387758799983, 1.4261142533735787],
+ [104.0638996094667, 1.4262934096005517],
+ [104.06394354526903, 1.4264780666259322],
+ [104.06400935350386, 1.4265993097750358]
+ ]
+ ]
+ },
+ "id": "54"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 48.0,
+ "GDO_GID": 56.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU ULAR"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.75707831879733, 1.236581681915123],
+ [103.75739976698384, 1.2365493384543589],
+ [103.75749620225145, 1.2365331612441854],
+ [103.75770516318609, 1.236290395126842],
+ [103.75794627548801, 1.2359667028547439],
+ [103.75807488740413, 1.2355782575683971],
+ [103.75817136007205, 1.2351250670006748],
+ [103.75823566734299, 1.2349308448019625],
+ [103.75842856162782, 1.2346233347024056],
+ [103.75855717610008, 1.2342025176535307],
+ [103.7586054096661, 1.2340082940822612],
+ [103.75860544566805, 1.2335874670581162],
+ [103.75876621634009, 1.2330371676074865],
+ [103.75892695953527, 1.2327943963864096],
+ [103.75911985088202, 1.2325192570404486],
+ [103.75915201566623, 1.23227647495794],
+ [103.75916808975494, 1.232260290901],
+ [103.75916810052414, 1.2321308048943327],
+ [103.75916811892176, 1.2319203918289372],
+ [103.75915206188714, 1.2317423482321632],
+ [103.7590717139035, 1.2315966700394163],
+ [103.75892708800251, 1.2313053150035094],
+ [103.75866996826998, 1.230884465360643],
+ [103.75844498913023, 1.2305121755527366],
+ [103.75822001275307, 1.2301075149053429],
+ [103.75783432043346, 1.2296219108577708],
+ [103.75741649544656, 1.2290068198371829],
+ [103.75720757623965, 1.228780201814746],
+ [103.75712722890248, 1.2286183381604494],
+ [103.75707902747112, 1.2284402918248254],
+ [103.75703081518472, 1.228391729683807],
+ [103.75691831428414, 1.2283269775683314],
+ [103.75688616974652, 1.2283269748344168],
+ [103.75672543346423, 1.2284888179845328],
+ [103.75659683264317, 1.2287477772328421],
+ [103.75638786271158, 1.229103843897383],
+ [103.75617888909788, 1.2294922813627887],
+ [103.75593776630521, 1.2299454595119708],
+ [103.75574486711888, 1.2303015265802812],
+ [103.75558412654527, 1.230511926783008],
+ [103.75473222018222, 1.2313858776358586],
+ [103.75455540994881, 1.2315477192493114],
+ [103.75436253377734, 1.2316610014273317],
+ [103.7540732229615, 1.2317742752793241],
+ [103.75394464465501, 1.2317742641927965],
+ [103.75386428228492, 1.2317904426702828],
+ [103.75368746459829, 1.232049397582305],
+ [103.75355887524005, 1.232178871561406],
+ [103.7535267159582, 1.2323407255921763],
+ [103.75370347947384, 1.232696825301571],
+ [103.75386418221524, 1.2329234394331696],
+ [103.754073078488, 1.2334090278861047],
+ [103.75431411805809, 1.2339108045051048],
+ [103.75444265203286, 1.2344125714190308],
+ [103.75468368990265, 1.2349467197345796],
+ [103.7548765278592, 1.2352866353530685],
+ [103.75535865197511, 1.2357884335151585],
+ [103.75571221506362, 1.2360959929524094],
+ [103.75613007659676, 1.2363064435773616],
+ [103.7564836516558, 1.2364845160213223],
+ [103.7567729456628, 1.2365654695719432],
+ [103.75707831879733, 1.236581681915123]
+ ]
+ ]
+ },
+ "id": "55"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 63.0,
+ "GDO_GID": 57.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU BERKAS"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.73855680579467, 1.191147460417231],
+ [103.73754908088053, 1.1897156810338467],
+ [103.73699128321968, 1.189597334467488],
+ [103.7368734916776, 1.1900386510473704],
+ [103.73700287039925, 1.1904767296512788],
+ [103.73812673778818, 1.1913415672946155],
+ [103.73855680579467, 1.191147460417231]
+ ]
+ ]
+ },
+ "id": "56"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 65.0,
+ "GDO_GID": 58.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU BIOLA"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.74234265790787, 1.1642086867797852],
+ [103.74155590972127, 1.1654754949893462],
+ [103.74211535212945, 1.1657194656213716],
+ [103.74271755547075, 1.1645179011834712],
+ [103.74234265790787, 1.1642086867797852]
+ ]
+ ]
+ },
+ "id": "57"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 62.0,
+ "GDO_GID": 59.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU PAWAI"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.72736728764409, 1.1909170524252466],
+ [103.72811707687686, 1.1915354854473967],
+ [103.72854796973641, 1.1914041883181372],
+ [103.72828921500346, 1.1905280305348127],
+ [103.72821997950189, 1.1899635057659916],
+ [103.72851818874854, 1.1891428791672685],
+ [103.72832949392385, 1.1888940452285905],
+ [103.72783432048041, 1.1888377024405186],
+ [103.72789115631704, 1.1884600060324293],
+ [103.72856507948899, 1.1880114130099484],
+ [103.72849750145016, 1.1875725225559757],
+ [103.72751211843071, 1.1878367218481027],
+ [103.7266437040752, 1.1875967966506862],
+ [103.72682412051365, 1.1872174772146085],
+ [103.72787459955482, 1.1872037261863206],
+ [103.72848674115818, 1.1867559356646962],
+ [103.7280227442066, 1.1843746550252647],
+ [103.72734302527329, 1.184383555022573],
+ [103.72419075831503, 1.1843620075175771],
+ [103.72374496869914, 1.1833626405339537],
+ [103.72325227782328, 1.183494739426989],
+ [103.72269200984034, 1.1831879477108078],
+ [103.7222520077876, 1.1826282825059142],
+ [103.7216291168766, 1.1822594939324509],
+ [103.72076153796979, 1.1820823751825844],
+ [103.72050525861866, 1.1813946502687638],
+ [103.71969450777476, 1.1808398440703192],
+ [103.7194473384417, 1.1808430805568009],
+ [103.71862607737584, 1.184183558397269],
+ [103.71864593521259, 1.185691106499636],
+ [103.71754689597347, 1.1867106943893102],
+ [103.71798440754112, 1.1870819179246217],
+ [103.71841117087709, 1.1866365547468565],
+ [103.71921117441062, 1.186374783807389],
+ [103.72014716421936, 1.1870536017986166],
+ [103.72063903175291, 1.1868586863939568],
+ [103.72144234059161, 1.1868481743346244],
+ [103.72151405596877, 1.1876011325044393],
+ [103.72194578151417, 1.1875326535288442],
+ [103.72268398585813, 1.187271692994045],
+ [103.72381694867249, 1.1888274884972605],
+ [103.72326825346565, 1.1894000916671617],
+ [103.72384921625748, 1.1912772397585827],
+ [103.72416149146082, 1.1915244510558078],
+ [103.72447210941564, 1.1916460370658863],
+ [103.72545748502529, 1.191381829978862],
+ [103.72736728764409, 1.1909170524252466]
+ ]
+ ]
+ },
+ "id": "58"
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "MSLINK": 67.0,
+ "GDO_GID": 60.0,
+ "MAPID": 0.0,
+ "COSTAL_NAM": "PULAU PAWAI"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [103.72967073689654, 1.1874943305500008],
+ [103.72917887871651, 1.1876892476192449],
+ [103.72875956209275, 1.1886999399109923],
+ [103.72907680109729, 1.1893240355337489],
+ [103.7288988755524, 1.1898917885158715],
+ [103.72902990151027, 1.1904555017052563],
+ [103.73002107337052, 1.1906309949324578],
+ [103.72995183751189, 1.190066479219998],
+ [103.73062494549009, 1.189555059496892],
+ [103.73086301233258, 1.1888608694689435],
+ [103.73159128855006, 1.18784612766178],
+ [103.73115294155465, 1.1874120889524264],
+ [103.73047073992592, 1.1872325562588413],
+ [103.72967073689654, 1.1874943305500008]
+ ]
+ ]
+ },
+ "id": "59"
+ }
+ ]
+}
diff --git a/fill-extrusion-layer-behavior.html b/fill-extrusion-layer-behavior.html
index 0fbc216..fa4981c 100644
--- a/fill-extrusion-layer-behavior.html
+++ b/fill-extrusion-layer-behavior.html
@@ -3,114 +3,106 @@
diff --git a/fill-extrusion-layer-behavior.js b/fill-extrusion-layer-behavior.js
new file mode 100644
index 0000000..cb2d86a
--- /dev/null
+++ b/fill-extrusion-layer-behavior.js
@@ -0,0 +1,106 @@
+import '@polymer/polymer/polymer-element.js';
+import './layer-behaviour.js';
+
+(function(MapboxGLPolymer) {
+/*
+ * @polymerBehavior
+ */
+MapboxGLPolymer.FillExtrusionLayerBehaviorImplementation = {
+ properties: {
+ /*
+ * Rendering type of this layer.
+ * (fill, line, symbol, circle, fill-extrusion, raster, background)
+ */
+ renderingType: {type: String, value: 'fill-extrusion'},
+ /*
+ * The opacity of the entire fill extrusion layer. This is rendered on
+ * a per-layer, not per-feature, basis, and data-driven styling is not
+ * available.
+ */
+ fillExtrusionOpacity: {type: Number, value: 1},
+ /*
+ * The base color of the extruded fill. The extrusion's surfaces will be
+ * shaded differently based on this color in combination with the root
+ * light settings. If this color is specified as rgba with an alpha
+ * component, the alpha component will be ignored; use
+ * fill-extrusion-opacity to set layer opacity.
+ */
+ fillExtrusionColor: {type: String, value: '#000000'},
+ /*
+ * The geometry's offset. Values are [x, y] where negatives indicate
+ * left and up (on the flat plane), respectively.
+ */
+ fillExtrusionTranslate: {
+ type: Array,
+ value: function() {
+ return [0, 0];
+ }
+ },
+ /*
+ * Controls the translation reference point (map or viewport).
+ */
+ fillExtrusionTranslateAnchor: {type: String},
+ /*
+ * Name of image in sprite to use for drawing images on extruded fills.
+ * For seamless patterns, image width and height must be a factor of
+ * two (2, 4, 8, ..., 512).
+ */
+ fillExtrusionPattern: {type: String},
+ /*
+ * The height (in meters) with which to extrude this layer.
+ */
+ fillExtrusionHeight: {type: Number, value: 0},
+ /*
+ * The height with which to extrude the base of this layer.
+ * Must be less than or equal to fill-extrusion-height
+ */
+ fillExtrusionBase: {type: Number, value: 0},
+ _paint: Object
+ },
+
+ observers: [
+ '_generatePaintProp(fillExtrusionOpacity, fillExtrusionColor, fillExtrusionTranslate, fillExtrusionHeight, fillExtrusionBase)',
+ '_updatePaintProp("fill-extrusion-translate-anchor", fillExtrusionTranslateAnchor, _paint)',
+ '_updatePaintProp("fill-extrusion-pattern", fillExtrusionPattern, _paint)'
+ ],
+
+ _generatePaintProp: function(
+ fillExtrusionOpacity,
+ fillExtrusionColor,
+ fillExtrusionTranslate,
+ fillExtrusionHeight,
+ fillExtrusionBase) {
+ var _paint = Object.create(null);
+ this._updatePaintProp(
+ 'fill-extrusion-opacity', fillExtrusionOpacity, _paint);
+ this._updatePaintProp('fill-extrusion-color', fillExtrusionColor, _paint);
+ this._updatePaintProp(
+ 'fill-extrusion-translate', fillExtrusionTranslate, _paint);
+ this._updatePaintProp('fill-extrusion-height', fillExtrusionHeight, _paint);
+ this._updatePaintProp('fill-extrusion-base', fillExtrusionBase, _paint);
+ this._paint = _paint;
+ },
+
+ _updatePaintProp: function(key, value, _paint) {
+ if (!_paint || !value)
+ return;
+ if (_paint[key] === value)
+ return;
+ _paint[key] = value;
+ // layer already added
+ if (this._added) {
+ this.map.setPaintProperty(this.layerId, key, value);
+ } else {
+ this.notifyPath('_paint');
+ }
+ }
+};
+
+/*
+ * @polymerBehavior
+ */
+MapboxGLPolymer.FillExtrusionLayerBehavior = [
+ MapboxGLPolymer.LayerBehavior,
+ MapboxGLPolymer.FillExtrusionLayerBehaviorImplementation
+]
+})(window.MapboxGLPolymer = window.MapboxGLPolymer || {});
\ No newline at end of file
diff --git a/geojson-source.html b/geojson-source.html
index 062db1b..46795d7 100644
--- a/geojson-source.html
+++ b/geojson-source.html
@@ -46,152 +46,132 @@
+ window.customElements.define(GeojsonSource.is, GeojsonSource);
+
diff --git a/geojson-source.js b/geojson-source.js
new file mode 100644
index 0000000..c2fa79a
--- /dev/null
+++ b/geojson-source.js
@@ -0,0 +1,166 @@
+import {PolymerElement} from '@polymer/polymer/polymer-element.js';
+// Geojson source for geojson-source.
+
+// See https://www.mapbox.com/geojson-source-js/api/#geojsonsource for
+// more details.
+
+// Example
+
+// ```html
+//
+
+//
+
+//
+
+//
+// ```
+// @customElement
+// @polymer
+// @demo demo/mapbox-source-data.html Loading GeoJSON into geojson-source
+class GeojsonSource extends PolymerElement {
+ static get properties() {
+ return {
+ /*
+ * The (map)[https://www.mapbox.com/mapbox-gl-js/api/#Map] instance
+ * returned by GeojsonSource-js (`mapbox-gl` element)
+ */
+ map: {type: Object},
+ /*
+ * source id - unique id for the source layer. (Required)
+ */
+ sourceId: {type: String, reflectToAttribute: true},
+ /*
+ * geojson url to a geojson file.
+ */
+ sourceUrl: {type: String, observer: '_sourceUrlChanged'},
+ /*
+ * geojson object.
+ */
+ sourceData: {type: Object},
+ /*
+ * Optional number. Defaults to 18.
+ * Maximum zoom level at which to create vector tiles (higher means
+ * greater detail at high zoom levels).
+ */
+ maxzoom: {type: Number, value: 18},
+ /*
+ * Optional number. Defaults to 128.
+ * Size of the tile buffer on each side. A value of 0 produces no buffer.
+ * A value of 512 produces a buffer as wide as the tile itself. Larger
+ * values produce fewer rendering artifacts near tile edges and slower
+ * performance.
+ */
+ buffer: {type: Number, value: 128},
+ /*
+ * Optional number. Defaults to 0.375.
+ * Douglas-Peucker simplification tolerance (higher means simpler
+ * geometries and faster performance).
+ */
+ tolerance: {type: Number, value: 0.375},
+ /*
+ * Optional boolean. Defaults to false.
+ * If the data is a collection of point features, setting this to true
+ * clusters the points by radius into groups.
+ */
+ cluster: Boolean,
+ /*
+ * Optional number. Defaults to 50.
+ * Radius of each cluster if clustering is enabled. A value of 512
+ * indicates a radius equal to the width of a tile.
+ */
+ clusterRadius: {type: Number, value: 50},
+ /*
+ * Optional number.
+ * Max zoom on which to cluster points if clustering is enabled. Defaults
+ * to one zoom less than maxzoom (so that last zoom features are not
+ * clustered).
+ */
+ clusterMaxZoom: Number,
+ _conf: Object,
+ _mapLoaded: Boolean
+ };
+ }
+
+ static get observers() {
+ return [
+ '_sourceUrlChanged(sourceUrl, _mapLoaded)',
+ '_setData(sourceData, map, sourceId, _mapLoaded, sourceData.features.*)'
+ ];
+ }
+ disconnectedCallback() {
+ super.disconnectedCallback();
+ this.map && this.sourceId && this.map.removeSource(this.sourceId);
+ }
+
+ _sourceUrlChanged(url) {
+ if (!url)
+ return;
+ if (this.map && this._mapLoaded && this.map.getSource(this.sourceId)) {
+ this.map.removeSource(this.sourceId);
+ }
+ this.sourceData = url;
+ }
+
+ _setClusterConf(conf) {
+ if (!this.cluster)
+ return conf;
+ conf.cluster = this.cluster && true;
+ conf.clusterRadius = this.clusterRadius;
+ conf.clusterMaxZoom = this.clusterMaxZoom || this.maxzoom - 1;
+ return conf;
+ }
+
+ _setData(data, map, srcId) {
+ console.log(map);
+ if (!data || !map || !srcId)
+ return;
+
+ if (map.polymervis !== undefined && !map.polymervis.parent._mapLoaded) {
+ map.polymervis.parent._pendingChildren =
+ map.polymervis.parent._pendingChildren || [];
+ map.polymervis.parent._pendingChildren.push(this);
+ return;
+ }
+
+ var src = map.getSource(srcId);
+ var self = this;
+ if (src) {
+ if (typeof data !== 'string') {
+ src.setData(data);
+ }
+ } else {
+ map.addSource(srcId, self._setClusterConf({
+ type: 'geojson',
+ data: data,
+ maxzoom: self.maxzoom,
+ buffer: self.buffer,
+ tolerance: self.tolerance
+ }));
+ }
+ }
+}
+
+window.customElements.define('geojson-source', GeojsonSource);
\ No newline at end of file
diff --git a/layer-behavior.html b/layer-behavior.html
index a413957..fb68dc9 100644
--- a/layer-behavior.html
+++ b/layer-behavior.html
@@ -1,76 +1,54 @@
diff --git a/layer-behaviour.js b/layer-behaviour.js
new file mode 100644
index 0000000..e7d4349
--- /dev/null
+++ b/layer-behaviour.js
@@ -0,0 +1,509 @@
+import '@polymer/polymer/polymer-element.js';
+(function(MapboxGLPolymer) {
+/*
+ * @polymerBehavior
+ */
+MapboxGLPolymer.LayerBehavior = {
+ properties: {
+ /*
+ * The (map)[https://www.mapbox.com/mapbox-gl-js/api/#Map] instance
+ * returned by mapboxgl-js
+ */
+ map: {type: Object},
+ /*
+ * Unique layer name. (Required)
+ */
+ layerId: {type: String, observer: '_layerIdChanged'},
+ /*
+ * set layer to not visible if true.
+ */
+ hidden: {type: Boolean},
+ /*
+ * Rendering type of this layer.
+ * (fill, line, symbol, circle, fill-extrusion, raster, background)
+ */
+ renderingType: {type: String},
+ /*
+ * Name of a source description to be used for this layer.
+ */
+ source: {type: String},
+ /*
+ * Define the source data directly inside this layer. `type` is usually
+ * `geojson`, where `data` is the GeoJSON object or an URL to the GeoJSON.
+ *
+ * @type {{type: string, data: object}}
+ */
+ sourceData: {type: Object, observer: '_sourceDataChanged'},
+ /*
+ * Layer to use from a vector tile source. Required if the source
+ * supports multiple layers.
+ */
+ sourceLayer: {type: String},
+ /*
+ * The minimum zoom level on which the layer gets parsed and appears on.
+ */
+ minZoom: {type: Number, value: 0},
+ /*
+ * The maximum zoom level on which the layer gets parsed and appears on.
+ */
+ maxZoom: {type: Number, value: 22},
+ /*
+ * A expression specifying conditions on source features. Only features
+ * that match the filter are displayed.
+ *
+ * e.g. `["==", "$type", "Polygon"]` to render Polygon only.
+ */
+ filter: Array,
+ /*
+ * Optional number. Defaults to 1.
+ * The opacity of the layer.
+ */
+ opacity: Number,
+ /*
+ * Optional color. Defaults to #000000. This color can be specified
+ * as rgba with an alpha component and the color's opacity will not
+ * affect the opacity of the 1px stroke, if it is used.
+ */
+ color: String,
+ /*
+ * Optional array. Units in pixels. Defaults to 0,0.
+ * The geometry's offset. Values are [x, y] where negatives indicate
+ * left and up, respectively.
+ */
+ translate: Array,
+ /*
+ * Optional enum. One of `map` or `viewport`. Defaults to map.
+ * Requires `fill-translate`.
+ * Controls the translation reference point.
+ * - `map`: The fill is translated relative to the map.
+ * - `viewport`: The fill is translated relative to the viewport.
+ */
+ translateAnchor: String,
+ /*
+ * Optional string.
+ * Name of image in sprite to use for drawing image fills or lines. For
+ * seamless patterns, image width and height must be a factor of two
+ * (2, 4, 8, ..., 512).
+ */
+ pattern: String,
+ /*
+ * no antialiasing for fill if set to true.
+ */
+ noAntialias: Boolean,
+ /*
+ * The outline color of the fill. Matches the value of color if
+ * unspecified.
+ * Disabled if `pattern` or `no-antialias` is set.
+ */
+ outlineColor: String,
+
+ /*
+ * Optional enum. One of `butt`, `round`, `square`. Defaults to `butt`.
+ * The display of line endings.
+ * - `butt`: A cap with a squared-off end which is drawn to the exact
+ * endpoint of the line.
+ * - `round`: A cap with a rounded end which is drawn beyond the endpoint
+ * of the line at a radius of one-half of the line's width and centered
+ * on the endpoint of the line.
+ * - `square`: A cap with a squared-off end which is drawn beyond the
+ * endpoint of the line at a distance of one-half of the line's width.
+ *
+ */
+ lineCap: String,
+ /*
+ * Optional enum. One of `bevel`, `round`, `miter`. Defaults to `miter`.
+ * The display of lines when joining.
+ * - `bevel`:
+ * A join with a squared-off end which is drawn beyond the endpoint of the
+ * line at a distance of one-half of the line's width.
+ * - `round`:
+ * A join with a rounded end which is drawn beyond the endpoint of the
+ * line at a radius of one-half of the line's width and centered on the
+ * endpoint of the line.
+ * - `miter`:
+ * A join with a sharp, angled corner which is drawn with the outer sides
+ * beyond the endpoint of the path until they meet.
+ */
+ lineJoin: String,
+ /*
+ * Optional number. Defaults to 2. Requires line-join = `miter`.
+ * Used to automatically convert `miter` joins to bevel joins for sharp
+ * angles.
+ */
+ lineMiterLimit: Number,
+ /*
+ * Optional number. Defaults to 1.05. Requires line-join = `round`.
+ * Used to automatically convert round joins to miter joins for shallow
+ * angles.
+ */
+ lineRoundLimit: Number,
+ /*
+ * Optional number. Units in pixels. Defaults to 1.
+ * Stroke thickness.
+ */
+ lineWidth: Number,
+ /*
+ * Optional number. Units in pixels. Defaults to 0.
+ * The line's offset. For linear features, a positive value offsets the
+ * line to the right, relative to the direction of the line, and a
+ * negative value to the left. For polygon features, a positive value
+ * results in an inset, and a negative value results in an outset.
+ */
+ lineOffset: Number,
+ /*
+ * Optional number. Units in pixels. Defaults to 0.
+ * Blur applied to the `rendering-type` = `line` or `circle`, in pixels.
+ * 1 blurs the circle such that only the centerpoint is full opacity.
+ */
+ blur: Number,
+ /*
+ * Optional array. Units in line widths. Disabled by line-pattern.
+ * Specifies the lengths of the alternating dashes and gaps that form the
+ * dash pattern. The lengths are later scaled by the line width. To
+ * convert a dash length to pixels, multiply the length by the current
+ * line width.
+ */
+ lineDasharray: Array,
+ /*
+ * Optional number. Units in pixels. Defaults to 0.
+ * Draws a line casing outside of a line's actual path. Value indicates
+ * the width of the inner gap.
+ */
+ lineGapWidth: Number,
+ /*
+ * Optional number. Units in pixels. Defaults to 5.
+ * Circle radius.
+ */
+ radius: Number,
+ /*
+ * Optional enum. One of `map` or `viewport`. Defaults to map.
+ * Controls the scaling behavior of the circle when the map is pitched.
+ * - `map`: Circles are scaled according to their apparent distance to
+ * the camera.
+ * - `viewport`: Circles are not scaled.
+ */
+ circlePitchScale: String,
+ /*
+ * Optional number. Units in pixels. Defaults to 0.
+ * The width of the circle's stroke. Strokes are placed outside of the
+ * circle-radius.
+ */
+ circleStrokeWidth: Number,
+ /*
+ * Optional color. Defaults to #000000.
+ * The stroke color of the circle.
+ */
+ circleStrokeColor: String,
+ /*
+ * Optional number. Defaults to 1.
+ * The opacity of the circle's stroke.
+ */
+ circleStrokeOpacity: Number,
+ /*
+ * requires `rendering-type` to be `fill-extrusion`.
+ * The opacity of the entire fill extrusion layer. This is rendered on
+ * a per-layer, not per-feature, basis, and data-driven styling is not
+ * available.
+ */
+ fillExtrusionOpacity: {type: Number},
+ /*
+ * requires `rendering-type` to be `fill-extrusion`.
+ * The base color of the extruded fill. The extrusion's surfaces will be
+ * shaded differently based on this color in combination with the root
+ * light settings. If this color is specified as rgba with an alpha
+ * component, the alpha component will be ignored; use
+ * fill-extrusion-opacity to set layer opacity.
+ */
+ fillExtrusionColor: {type: String},
+ /*
+ * requires `rendering-type` to be `fill-extrusion`.
+ * The geometry's offset. Values are [x, y] where negatives indicate
+ * left and up (on the flat plane), respectively.
+ */
+ fillExtrusionTranslate: {type: Array},
+ /*
+ * requires `rendering-type` to be `fill-extrusion`.
+ * Controls the translation reference point (map or viewport).
+ */
+ fillExtrusionTranslateAnchor: {type: String},
+ /*
+ * requires `rendering-type` to be `fill-extrusion`.
+ * Name of image in sprite to use for drawing images on extruded fills.
+ * For seamless patterns, image width and height must be a factor of
+ * two (2, 4, 8, ..., 512).
+ */
+ fillExtrusionPattern: {type: String},
+ /*
+ * requires `rendering-type` to be `fill-extrusion`.
+ * The height (in meters) with which to extrude this layer.
+ */
+ fillExtrusionHeight: {type: Number},
+ /*
+ * requires `rendering-type` to be `fill-extrusion`.
+ * The height with which to extrude the base of this layer.
+ * Must be less than or equal to fill-extrusion-height
+ */
+ fillExtrusionBase: {type: Number},
+ /*
+ * Requires renderingType to be 'symbol'. Value to use for a text label.
+ * Feature properties are specified using
+ * tokens like {field_name}. (Token replacement is only supported for
+ * literal text-field values--not for property functions.)
+ */
+ textField: String,
+ /*
+ * Requires renderingType to be 'symbol'.
+ * Font stack to use for displaying text.
+ */
+ textFont: String,
+ /*
+ * Requires renderingType to be 'symbol'.
+ * Font size. Defaults to 16px;
+ */
+ textSize: Number,
+ /*
+ * Requires renderingType to be 'symbol'.
+ * The maximum line width for text wrapping. Defaults to 10;
+ */
+ textMaxWidth: Number,
+ /*
+ * Requires renderingType to be 'symbol'.
+ * Text leading value for multi-line text. Defaults to 1.2;
+ */
+ textLineHeight: Number,
+ /*
+ * Requires renderingType to be 'symbol'.
+ * text justification options. "left", "right", or "center" (default).
+ */
+ textJustify: String,
+ /*
+ * Requires renderingType to be 'symbol'.
+ * Part of the text placed closest to the anchor.
+ * One of center, left, right, top, bottom, top-left, top-right,
+ * bottom-left, bottom-right. Defaults to center.
+ */
+ textAnchor: String,
+ /*
+ * Requires renderingType to be 'symbol'.
+ * Offset distance of text from its anchor.
+ * Positive values indicate right and down, while negative values
+ * indicate left and up.
+ */
+ textOffset: Array,
+ /*
+ * Requires renderingType to be 'symbol'.
+ * The color with which the text will be drawn. Defaults to #000000
+ */
+ textColor: String,
+ /*
+ * A string with space delimited
+ * (map events)[https://www.mapbox.com/mapbox-gl-js/api/#Map] to
+ * listen to.
+ * The corresponding event with be prefix with `mapbox-layer-`.
+ * e.g. `click` will result with `mapbox-layer-click` event to be fired.
+ *
+ * ```html
+ *
+ * ```
+ *
+ */
+ eventsToWatch: {type: String, observer: '_eventsToWatchChanged'},
+
+ _antialias: {type: Boolean, computed: '_not(noAntialias)'},
+ _visibility: {type: String, computed: '_if(hidden, "none", "visible")'},
+ _added: {type: String},
+ _layer: Object,
+ _clearEvents: Array,
+ _watchEvents: Array
+ },
+
+ observers: [
+ '_generateLayerProp(layerId, renderingType, minZoom, maxZoom)',
+ '_updateLayerProp("source", source, _layer)',
+ '_updateLayerProp("source", sourceData, _layer)',
+ '_updateLayerProp("source-layer", sourceLayer, _layer)',
+ '_updateLayerProp("filter", filter, _layer)',
+
+ '_setFilter(map, layerId, filter)',
+
+ '_setPaintProperty(map, layerId, "color", color, renderingType, _added)',
+ '_setPaintProperty(map, layerId, "opacity", opacity, renderingType, _added)',
+ '_setPaintProperty(map, layerId, "translate", translate, renderingType, _added)',
+ '_setPaintProperty(map, layerId, "translate-anchor", translateAnchor, renderingType, _added)',
+ '_setPaintProperty(map, layerId, "pattern", pattern, renderingType, _added)',
+ '_setPaintProperty(map, layerId, "blur", blur, renderingType, _added)',
+
+ '_setPaintProperty(map, layerId, "circle-radius", radius, null, _added)',
+ '_setPaintProperty(map, layerId, "circle-pitch-scale", circlePitchScale, null, _added)',
+ '_setPaintProperty(map, layerId, "circle-stroke-width", circleStrokeWidth, null, _added)',
+ '_setPaintProperty(map, layerId, "circle-stroke-color", circleStrokeColor, null, _added)',
+ '_setPaintProperty(map, layerId, "circle-stroke-opacity", circleStrokeOpacity, null, _added)',
+
+ '_setPaintProperty(map, layerId, "line-dasharray", lineDasharray, null, _added)',
+ '_setPaintProperty(map, layerId, "line-width", lineWidth, null, _added)',
+ '_setPaintProperty(map, layerId, "line-gap-width", lineGapWidth, null, _added)',
+ '_setPaintProperty(map, layerId, "line-offset", lineOffset, null, _added)',
+
+ '_setPaintProperty(map, layerId, "fill-antialias", _antialias, null, _added)',
+ '_setPaintProperty(map, layerId, "fill-outline-color", outlineColor, null, _added)',
+
+ '_setPaintProperty(map, layerId, "fill-extrusion-translate-anchor", fillExtrusionTranslateAnchor, null, _added)',
+ '_setPaintProperty(map, layerId, "fill-extrusion-pattern", fillExtrusionPattern, null, _added)',
+ '_setPaintProperty(map, layerId, "fill-extrusion-opacity", fillExtrusionOpacity, null, _added)',
+ '_setPaintProperty(map, layerId, "fill-extrusion-color", fillExtrusionColor, null, _added)',
+ '_setPaintProperty(map, layerId, "fill-extrusion-translate", fillExtrusionTranslate, null, _added)',
+ '_setPaintProperty(map, layerId, "fill-extrusion-height", fillExtrusionHeight, null, _added)',
+ '_setPaintProperty(map, layerId, "fill-extrusion-base", fillExtrusionBase, null, _added)',
+
+ '_setPaintProperty(map, layerId, "text-color", textColor, null, _added)',
+
+ '_setLayoutProperty(map, layerId, "text-field", textField, null, _added)',
+ '_setLayoutProperty(map, layerId, "text-font", textFont, null, _added)',
+ '_setLayoutProperty(map, layerId, "text-size", textSize, null, _added)',
+ '_setLayoutProperty(map, layerId, "text-line-height", textLineHeight, null, _added)',
+ '_setLayoutProperty(map, layerId, "text-max-width", textMaxWidth, null, _added)',
+ '_setLayoutProperty(map, layerId, "text-justify", textJustify, null, _added)',
+ '_setLayoutProperty(map, layerId, "text-anchor", textAnchor, null, _added)',
+ '_setLayoutProperty(map, layerId, "text-offset", textOffset, null, _added)',
+
+ '_setLayoutProperty(map, layerId, "visibility", _visibility, null, _added)',
+ '_setLayoutProperty(map, layerId, "line-cap", lineCap, null, _added)',
+ '_setLayoutProperty(map, layerId, "line-join", lineJoin, null, _added)',
+ '_setLayoutProperty(map, layerId, "line-miter-limit", lineMiterLimit, null, _added)',
+ '_setLayoutProperty(map, layerId, "line-round-limit", lineRoundLimit, null, _added)',
+
+ '_clearListeners(map, _clearEvents)',
+ '_forwardEvents(map, _watchEvents, _added)'
+ ],
+
+ _not: function(val) {
+ return !val;
+ },
+
+ _if: function(predicate, valtrue, valfalse) {
+ return predicate ? valtrue : valfalse;
+ },
+
+ _setFilter: function(map, layerId, filter) {
+ if (!map || !layerId || !this._added)
+ return;
+ return map.setFilter(layerId, filter);
+ },
+
+ _sourceDataChanged(v) {
+ if (this.map) {
+ var src = this.map.getSource(this.layerId);
+ var l = this.map.getLayer(this.layerId);
+ src && src.setData(v.data);
+ }
+ },
+
+ _eventsToWatchChanged: function(newstr, oldstr) {
+ if (oldstr) {
+ this._clearEvents = oldstr.trim().split(' ');
+ }
+
+ if (newstr) {
+ this._watchEvents = newstr.trim().split(' ');
+ }
+ },
+
+ _clearListeners: function(map, _clearEvents) {
+ if (!_clearEvents || !map)
+ return;
+ for (var i = 0, len = _clearEvents.length; i < len; ++i) {
+ this._clearListener(_clearEvents[i].trim());
+ }
+ },
+
+ _clearListener: function(name) {
+ if (this._listeners[name]) {
+ this.map.off(name, this.layerId, this._listeners[name]);
+ this._listeners[name] = null;
+ }
+ },
+
+ _forwardEvents: function(map, _watchEvents, _attached) {
+ if (!_watchEvents || !map || !_attached)
+ return;
+ this._listeners = this._listeners || Object.create(null);
+ for (var i = 0, len = _watchEvents.length; i < len; ++i) {
+ this._forwardEvent(_watchEvents[i].trim());
+ }
+ },
+
+ _forwardEvent: function(name, fn) {
+ if (fn) {
+ this._listeners[name] = function(event) {
+ fn(event);
+ this.dispatchEvent(
+ new CustomEvent('mapbox-layer-' + name, {detail: event}));
+ }.bind(this);
+ } else {
+ this._listeners[name] = function(event) {
+ this.dispatchEvent(
+ new CustomEvent('mapbox-layer-' + name, {detail: event}));
+ }.bind(this);
+ }
+
+ this.map.on(name, this.layerId, this._listeners[name]);
+ },
+
+ _layerIdChanged: function(curr, old) {
+ if (!this.map)
+ return;
+ if (this.map.getLayer(old)) {
+ this.map.removeLayer(old);
+ this._added = false;
+ }
+ },
+
+ _generateLayerProp: function(layerId, renderingType, minZoom, maxZoom) {
+ if (!layerId || !renderingType)
+ return;
+
+ this._layer =
+ {id: layerId, type: renderingType, minzoom: minZoom, maxzoom: maxZoom};
+ },
+
+ _setPaintProperty: function(map, layerId, field, value, prefix) {
+ if (!this._added || !this.map || !value || !this.map.getLayer(layerId))
+ return;
+ var _field = typeof prefix == 'string' ? prefix + '-' + field : field;
+ this.map.setPaintProperty(layerId, _field, value);
+ },
+
+ _setLayoutProperty: function(map, layerId, field, value, prefix) {
+ if (!this._added || !this.map || !value || !this.map.getLayer(layerId))
+ return;
+ var _field = typeof prefix == 'string' ? prefix + '-' + field : field;
+ this.map.setLayoutProperty(layerId, _field, value);
+ },
+
+ _updateLayerProp: function(key, value, _layer) {
+ if (!_layer)
+ return;
+ if (value) {
+ _layer[key] = value;
+ this.notifyPath(`_layer.${key}`);
+ } else if (_layer[key]) {
+ delete _layer[key];
+ }
+ },
+
+ _updateLayerPropField: function(key, field, value, _layer, renderingType) {
+ if (!_layer)
+ return;
+ _layer[key] = _layer[key] || {};
+ var _field = renderingType + '-' + field ? renderingType : field;
+ if (value) {
+ _layer[key][_field] = value;
+ } else if (_layer[key][_field]) {
+ delete _layer[key][_field];
+ }
+ }
+};
+})((window.MapboxGLPolymer = window.MapboxGLPolymer || {}));
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..6390d24
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,48 @@
+{
+ "files": {
+ "demo/index.html": {
+ "convertedUrl": "demo/index.html",
+ "exports": {}
+ },
+ "demo/building.html": {
+ "convertedUrl": "demo/building.html",
+ "exports": {}
+ },
+ "demo/centered.html": {
+ "convertedUrl": "demo/centered.html",
+ "exports": {}
+ },
+ "demo/controls.html": {
+ "convertedUrl": "demo/controls.html",
+ "exports": {}
+ },
+ "demo/data-driven.html": {
+ "convertedUrl": "demo/data-driven.html",
+ "exports": {}
+ },
+ "demo/dom-repeat.html": {
+ "convertedUrl": "demo/dom-repeat.html",
+ "exports": {}
+ },
+ "demo/event-handling.html": {
+ "convertedUrl": "demo/event-handling.html",
+ "exports": {}
+ },
+ "demo/geocoder.html": {
+ "convertedUrl": "demo/geocoder.html",
+ "exports": {}
+ },
+ "demo/heatmap.html": {
+ "convertedUrl": "demo/heatmap.html",
+ "exports": {}
+ },
+ "demo/mapbox-source-data.html": {
+ "convertedUrl": "demo/mapbox-source-data.html",
+ "exports": {}
+ },
+ "demo/markers.html": {
+ "convertedUrl": "demo/markers.html",
+ "exports": {}
+ }
+ }
+ }
\ No newline at end of file
diff --git a/mapbox-building-layer.html b/mapbox-building-layer.html
index 320c9e1..d0b4aeb 100644
--- a/mapbox-building-layer.html
+++ b/mapbox-building-layer.html
@@ -37,78 +37,64 @@
+ window.customElements.define(MapboxBuildingLayer.is, MapboxBuildingLayer);
+
diff --git a/mapbox-building-layer.js b/mapbox-building-layer.js
new file mode 100644
index 0000000..90a19db
--- /dev/null
+++ b/mapbox-building-layer.js
@@ -0,0 +1,106 @@
+import {MapboxLayer} from './mapbox-layer.js';
+
+import {html, PolymerElement} from '@polymer/polymer/polymer-element.js';
+
+/**
+A variant of the `mapbox-fill-extrusion-layer` where the building info is
+derive from the building layers in mapbox's street map.
+
+To add a building layer, just bind the corresponding `map` object from
+`mapbox-gl` selement to the `mapbox-building-layer` element.
+
+Example :
+```html
+
+
+
+
+```
+
+See https://www.mapbox.com/mapbox-gl-js/style-spec/#layers-fill-extrusion for
+more details.
+
+@demo demo/building.html 3D buildings
+*/
+/**
+ * @customElement
+ * @polymer
+ */
+class MapboxBuildingLayer extends MapboxLayer {
+ static get template() {
+ return html`
+
+ Hello [[prop1]]!
+ `;
+ }
+ static get properties() {
+ return {
+ renderingType: {type: String, value: 'fill-extrusion'},
+ /*
+ * Name of a source description to be used for this layer.
+ */
+ source: {type: String, value: 'composite'},
+ /*
+ * Layer to use from a vector tile source. Required if the source
+ * supports multiple layers.
+ */
+ sourceLayer: {type: String, value: 'building'},
+ /*
+ * A expression specifying conditions on source features. Only features
+ * that match the filter are displayed.
+ *
+ * @type {Array}
+ */
+ filter: {
+ type: Array,
+ value: function() {
+ return ['==', 'extrude', 'true'];
+ }
+ },
+
+ /*
+ * The height (in meters) with which to extrude this layer.
+ *
+ * @type {{type: string, property: string}}
+ */
+ fillExtrusionHeight: {
+ type: Object,
+ value: function() {
+ return {type: 'identity', property: 'height'};
+ }
+ },
+ /*
+ * The height with which to extrude the base of this layer.
+ * Must be less than or equal to fill-extrusion-height.
+ *
+ * @type {{type: string, property: string}}
+ */
+ fillExtrusionBase: {
+ type: Object,
+ value: function() {
+ return {type: 'identity', property: 'min_height'};
+ }
+ }
+
+ };
+ }
+}
+
+window.customElements.define('mapbox-building-layer', MapboxBuildingLayer);
\ No newline at end of file
diff --git a/mapbox-gl-control.html b/mapbox-gl-control.html
index 3337da8..2b86d96 100644
--- a/mapbox-gl-control.html
+++ b/mapbox-gl-control.html
@@ -73,141 +73,125 @@
diff --git a/mapbox-gl-control.js b/mapbox-gl-control.js
new file mode 100644
index 0000000..efb42ea
--- /dev/null
+++ b/mapbox-gl-control.js
@@ -0,0 +1,138 @@
+import {FlattenedNodesObserver} from '@polymer/polymer/lib/utils/flattened-nodes-observer.js';
+import {html, PolymerElement} from '@polymer/polymer/polymer-element.js';
+
+/**
+ * `mapbox-gl-control`
+ * Mapbox Elements for Polymer 3
+ *
+ * @customElement
+ * @polymer
+ * @demo demo/index.html
+ */
+class MapboxGlControl extends PolymerElement {
+ static get template() {
+ return html`
+
+
+ `;
+ }
+ static get properties() {
+ return {
+ /**
+ * The mapbox `map` object to add the control to.
+ * @type {Mapbox.map}
+ */
+ map: {type: Object, observer: '_mapObject'},
+ /**
+ * Where to position the control: `top-left` , `top-right`,
+ * `bottom-left`, and `bottom-right`.
+ * @type {String}
+ */
+ position: {type: String, value: null},
+ /**
+ * The name of the IControl (e.g. `NavigationControl`) to add to the map.
+ * Alternatively, you can pass in the actual reference to a custom
+ * IControl with the `icontrol` property.
+ * @type {String}
+ */
+ icontrolName: {type: String},
+ /**
+ * The options to pass to the constructor for `icontrol`.
+ * @type {Object}
+ */
+ icontrolOptions: {type: Object, value: null},
+ /**
+ * Reference to the IControl instance to add to the map. If this is
+ * provided, `icontrol-name` and `icontrol-options` will be ignored.
+ * @type {Mapbox.IControl}
+ */
+ icontrol: {type: Object, notify: true},
+ /**
+ * Apply to custom IControl only. Whether the control can be interacted
+ * with.
+ * @type {Boolean}
+ */
+ interactive: {type: Boolean, value: false},
+ _container: Object,
+ _childrenObserver: Object
+ };
+ }
+ _mapObject(map) {
+ console.log(map);
+ }
+ static get observers() {
+ return [
+ '_createIControl(map, icontrolName, icontrolOptions)',
+ '_addControl(map, icontrol, position)'
+ ];
+ }
+ connectedCallback() {
+ super.connectedCallback();
+ var slot = this.shadowRoot.querySelector('slot');
+ this._childrenObserver =
+ new FlattenedNodesObserver(slot, this._slotChanged.bind(this));
+ }
+
+ disconnectedCallback() {
+ super.disconnectedCallback();
+ if (this._childrenObserver) {
+ this._childrenObserver.disconnect();
+ this._childrenObserver = null;
+ }
+ }
+
+ _slotChanged({addedNodes}) {
+ var nodes =
+ this.shadowRoot.querySelector('slot').assignedNodes({flatten: true});
+
+ if (nodes.length === 0 || this.icontrol)
+ return;
+
+ var self = this;
+
+ // create custom IControl
+ var CustomIControl = function() {};
+ CustomIControl.prototype.onAdd = function(map) {
+ if (nodes.length == 1) {
+ this._container = nodes[0];
+ } else {
+ this._container = document.createElement('div');
+ nodes.forEach(n => this._container.appendChild(n));
+ }
+ // apply mapbox gl default control style
+ this._container.classList.toggle('interactive', self.interactive);
+ this._container.classList.toggle('slotted-icontrol', true)
+ self._container = this._container;
+ return this._container;
+ };
+ CustomIControl.prototype.onRemove = function() {
+ this._container.parentNode.removeChild(this._container);
+ self._container = null;
+ };
+
+ this.icontrol = new CustomIControl();
+ }
+
+ _createIControl(map, icontrol, icontrolOptions) {
+ if (!map || !icontrol || this.icontrol)
+ return;
+ // name of the control
+ if (typeof icontrol === 'string') {
+ this.icontrol = new mapboxgl[icontrol](icontrolOptions);
+ } else {
+ this.icontrol = new icontrol(icontrolOptions);
+ }
+ }
+
+ _addControl(map, icontrol, position) {
+ if (!map || !icontrol)
+ return;
+ map.addControl(icontrol, position);
+ }
+}
+
+window.customElements.define('mapbox-gl-control', MapboxGlControl);
\ No newline at end of file
diff --git a/mapbox-gl-elements.js b/mapbox-gl-elements.js
new file mode 100644
index 0000000..da82b65
--- /dev/null
+++ b/mapbox-gl-elements.js
@@ -0,0 +1,9 @@
+import 'mapbox-gl..js';
+import 'mapbox-gl-control..js';
+import 'mapbox-gl-marker..js';
+import 'mapbox-gl-popup..js';
+import 'mapbox-gl-geocoder..js';
+import 'mapbox-layer..js';
+import 'mapbox-building-layer..js';
+import 'mapbox-heatmap-layer..js';
+import 'geojson-source..js';
\ No newline at end of file
diff --git a/mapbox-gl-geocoder.html b/mapbox-gl-geocoder.html
index 286049f..0a21813 100644
--- a/mapbox-gl-geocoder.html
+++ b/mapbox-gl-geocoder.html
@@ -26,262 +26,219 @@
diff --git a/mapbox-gl-geocoder.js b/mapbox-gl-geocoder.js
new file mode 100644
index 0000000..5e6ee1e
--- /dev/null
+++ b/mapbox-gl-geocoder.js
@@ -0,0 +1,237 @@
+import './utils-lib.js';
+
+import {PolymerElement} from '@polymer/polymer/polymer-element.js';
+
+/**
+ * mapbox-gl-geocoder` is a `mapbox-gl` control to search for places using
+Mapbox Geocoding API. You can data-bind to `last-results` for the results for
+the latest query. Alternatively, you can also listen to `results` event.
+
+```html
+
+
+
+
+
+```
+
+
+
+@customElement
+@polymer
+@demo demo/geocoder.html Adding Geocoder control
+ */
+class MapboxGlGeocoder extends PolymerElement {
+ static get properties() {
+ return {
+ /**
+ * Mapbox.map
+ * @type {String}
+ */
+ map: {type: Object},
+ /**
+ * Your [access token](https://www.mapbox.com/help/define-access-token/)
+ * to mapbox. Will be the same as the parent `mapbox-gl` element.
+ * @type {String}
+ */
+ accessToken: {type: String},
+ /**
+ * The [MapboxGeocoder](https://github.com/mapbox/mapbox-gl-geocoder)
+ * object.
+ * @type {MapboxGeocoder}
+ */
+ geocoder: {type: Object, readOnly: true, notify: true},
+ /**
+ * On geocoded result what zoom level should the map animate to when a
+ * bbox isn't found in the response. If a bbox is found the map will fit
+ * to the bbox.
+ * @type {Number}
+ */
+ zoom: {type: Number, value: 16},
+ /**
+ * Animating the map to a selected result will be enabled if `flyTo` is
+ * set.
+ * @type {Boolean}
+ */
+ flyTo: {type: Boolean},
+ /**
+ * Placeholder attribute value for the input element.
+ * @type {String}
+ */
+ placeholder: {type: String, value: 'Search'},
+ /**
+ * This is a geographical point given as an object with latitude and
+ * longitude properties. Search results closer to this point will be given
+ * higher priority.
+ * @type {{latitude: Number, longitude: Number}}
+ */
+ proximity: {type: Object, value: null},
+ /**
+ * This is a bounding box given as an array in the format
+ * `[minX, minY, maxX, maxY]`.
+ * Search results will be limited to the bounding box.
+ * @type {Array}
+ */
+ bbox: {type: String, value: null},
+ /**
+ * A comma separated list of
+ * [types](https://www.mapbox.com/developers/api/geocoding/#filter-type)
+ * that filter results to match those specified.
+ * @type {String}
+ */
+ types: {type: String, value: null},
+ /**
+ * A comma separated list of country codes to limit results to specified
+ * country or countries.
+ * @type {String}
+ */
+ country: {type: String, value: null},
+ /**
+ * Minimum number of characters to enter before results are shown.
+ * @type {Number}
+ */
+ minLength: {type: Number, value: 2},
+ /**
+ * Maximum number of results to show.
+ * @type {Number}
+ */
+ limit: {type: Number, value: 5},
+ /**
+ * Specify the language to use for response text and query result
+ * weighting.
+ * Options are IETF language tags comprised of a mandatory ISO 639-1
+ * language code and optionally one or more IETF subtags for country or
+ * script. More than one value can also be specified, separated by commas.
+ * @type {String}
+ */
+ language: {type: String, value: null},
+ /**
+ * You can enter the url to ur mapbox-gl-geocoder script if it is hosted
+ * externally (e.g. cdn)
+ * @type {String}
+ */
+ scriptSrc: {
+ type: String,
+ value:
+ 'https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v2.1.1/mapbox-gl-geocoder.min.js'
+ },
+ /**
+ * You can enter the url to ur mapbox-gl-geocoder stylesheet if it is
+ * hosted
+ * externally (e.g. cdn)
+ * @type {String}
+ */
+ cssSrc: {
+ type: String,
+ value:
+ 'https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v2.1.1/mapbox-gl-geocoder.css'
+ },
+ /**
+ * The latest results returned by the query.
+ * @type {{features: Array}}
+ */
+ lastResults: {type: Object, readOnly: true, notify: true},
+ _ready: Boolean,
+ _cssReady: Boolean
+ };
+ }
+
+ static get observers() {
+ return [
+ '_createGeocoder(accessToken,_ready)',
+ '_mapReady(map,geocoder,_cssReady)'
+ ];
+ }
+ connectedCallback() {
+ super.connectedCallback();
+
+ this._onError = this._onError.bind(this);
+ this._onResults = this._onResults.bind(this);
+
+ if (!window.MapboxGeocoder) {
+ PolymerVis.loadScript(this.scriptSrc, () => {
+ this._ready = window.MapboxGeocoder && true;
+ }, this._onError, true);
+ }
+
+ if (this.parentNode.nodeName === 'MAPBOX-GL') {
+ PolymerVis.insertCssIntoShadowRoot(
+ this.cssSrc, this.parentNode.shadowRoot, () => {
+ this._cssReady = true;
+ }, 'MapboxGlGeocoder');
+ this.accessToken = this.parentNode.accessToken;
+ }
+ }
+
+ disconnectedCallback() {
+ super.disconnectedCallback();
+ if (this.geocoder) {
+ this.geocoder.off('error', this._onError);
+ this.geocoder.off('results', this._onResults);
+ }
+ }
+
+ _createGeocoder() {
+ if (!this.accessToken || !this._ready)
+ return;
+ var _keydown = MapboxGeocoder.prototype._onKeyDown;
+ // monkey patching
+ MapboxGeocoder.prototype._onKeyDown = function(e) {
+ // events from shadowRoot are targetted to the root element of the
+ // shadowRoot instead of the actual active element
+ // to prevent this retargeting, a proxy object is passed in instead
+ _keydown.call(this, {target: {value: e.target.value}});
+ };
+ this._setGeocoder(new MapboxGeocoder({
+ accessToken: this.accessToken,
+ zoom: this.zoom,
+ flyTo: this.flyTo || false,
+ placeholder: this.placeholder,
+ proximity: this.proximity,
+ bbox: this.bbox,
+ types: this.types,
+ country: this.country,
+ minLength: this.minLength,
+ limit: this.limit,
+ language: this.language
+ }));
+ this.geocoder.on('error', this._onError);
+ this.geocoder.on('results', this._onResults);
+ }
+
+ /**
+ * Fired when a new set of query results are available.
+ *
+ * @event results
+ * @param {{features: Array}} results query results
+ */
+ _onResults(results) {
+ this._setLastResults(results);
+ this.dispatchEvent(new CustomEvent('results', {detail: results}));
+ }
+
+ /**
+ * Fired whenever an error is encountered.
+ *
+ * @event results
+ * @param {String} error error message
+ */
+ _onError(error) {
+ this.dispatchEvent(new CustomEvent('error', {detail: error}));
+ }
+
+ _mapReady(map) {
+ if (!this.map || !this.geocoder || !this._cssReady)
+ return;
+ if (this.parentNode.nodeName === 'MAPBOX-GL') {
+ map.addControl(this.geocoder);
+ }
+ }
+}
+
+window.customElements.define('mapbox-gl-geocoder', MapboxGlGeocoder);
\ No newline at end of file
diff --git a/mapbox-gl-marker.html b/mapbox-gl-marker.html
index e393ca3..45361da 100644
--- a/mapbox-gl-marker.html
+++ b/mapbox-gl-marker.html
@@ -58,227 +58,203 @@
diff --git a/mapbox-gl-marker.js b/mapbox-gl-marker.js
new file mode 100644
index 0000000..54229e1
--- /dev/null
+++ b/mapbox-gl-marker.js
@@ -0,0 +1,275 @@
+import {html, PolymerElement} from '@polymer/polymer/polymer-element.js';
+
+/**
+ * The `mapbox-gl-marker` element represents a map marker. It is used as a
+child of `mapbox-gl`.
+
+The default anchor is the CENTER of the element.
+
+You can either style the element via CSS selector "div.mapbox-gl-marker", or
+attached other elements as its child as shown in the example below.
+
+Example :
+```html
+
+
+
+
+
+
+ Some text here
+
+
+
+
+```
+
+See https://www.mapbox.com/mapbox-gl-js/api/#Marker for
+more details.
+
+
+ * @customElement
+ * @polymer
+ * @demo demo/markers.html Plotting map markers
+ */
+class MapboxGlMarker extends PolymerElement {
+ static get template() {
+ return html`
+
+
+ `;
+ }
+
+ static get properties() {
+ return {
+ /**
+ * Reference to `Mapbox.Popup` instance to display when the marker is
+ * clicked.
+ * @type {Mapbox.Popup}
+ */
+ popup: {type: Object, value: null},
+ /* show a down pointing arrow to indicate the actual position. */
+ showArrow: {type: Boolean, value: false},
+ /* color of the arrow */
+ arrowColor: {type: String, value: '#444'},
+ /* css border-radius style */
+ borderRadius: {type: String},
+ height: {type: Number, value: 24},
+ width: {type: Number, value: 24},
+ /*
+ * latitude of the marker
+ */
+ latitude: {type: Number, reflectToAttribute: true, notify: true},
+ /*
+ * longitude of the marker
+ */
+ longitude: {type: Number, reflectToAttribute: true, notify: true},
+ /*
+ * background color for the marker
+ */
+ backgroundColor: {type: String},
+ /*
+ * url to the image to use for the background of the marker
+ */
+ backgroundImage: {type: String},
+ /*
+ * POSTIVE values denotes the number of pixels to offset to the RIGHT,
+ * while NEGATIVE values denotes the number of pixels to offset to the
+ * LEFT.
+ *
+ * Equivalent to CSS left.
+ */
+ offsetLeft: {type: Number, value: 0},
+ /*
+ * POSTIVE values denotes the number of pixels to offset DOWNWARD,
+ * while NEGATIVE values denotes the number of pixels to offset UPWARD.
+ *
+ * Equivalent to CSS top.
+ */
+ offsetTop: {type: Number, value: 0},
+ /*
+ * `map` object returned from mapbox-gl
+ */
+ map: {type: Object},
+ /*
+ * `map` object returned from mapbox-gl
+ */
+ draggable: {type: Boolean},
+ /*
+ * 'mapboxgl.Marker' object
+ */
+ marker: {
+ type: Object,
+ notify: true,
+ readonly: true,
+ computed: '_createMarker(map, _ele, offsetLeft, offsetTop, draggable)'
+ },
+ _popup: Object,
+ _ele: {type: Object, computed: '_createMarkerElement(map)'},
+ _arr: Object,
+
+ _attached: Boolean
+ };
+ }
+
+ static get observers() {
+ return [
+ 'updateLatLng(marker, latitude, longitude)',
+ '_updateStyle(_ele, width, height, borderRadius, backgroundColor, backgroundImage)',
+ '_addDownArrow(_ele, showArrow, width, height, arrowColor)',
+ 'setPopup(_popup, marker)'
+ ]
+ }
+
+ connectedCallback() {
+ super.connectedCallback();
+ this._attached = true;
+ }
+
+ disconnectedCallback() {
+ super.disconnectedCallback();
+ this._attached = false;
+ if (this.marker) {
+ this.marker.remove();
+ }
+ }
+
+ /*
+ * Updates the latitude and longitude of the marker.
+ */
+ updateLatLng(marker, lat, lng) {
+ if (marker) {
+ marker.setLngLat([lng, lat]);
+ }
+ }
+
+ /**
+ * Attach a `Mapbox.Popup` instance or `mapbox-gl-popup` element to this
+ * marker.
+ * @param {Mapbox.Popup|HTMLElement} popup
+ */
+ setPopup(popup) {
+ if (!popup)
+ return;
+ if (!this.marker)
+ return;
+ this._popup = popup.is === 'mapbox-gl-popup' ? popup.popup : popup;
+ return this.marker.setPopup(this._popup);
+ }
+
+ _createMarkerElement() {
+ var children =
+ this.shadowRoot.querySelector('slot').assignedNodes({flatten: true});
+ var len = children.length;
+ var className = ('mapbox-gl-marker ' + this.className).trim();
+ var ele;
+ if (len == 0) {
+ ele = document.createElement('div');
+ ele.className = className;
+ } else {
+ // if more than 1 ele, create a wrapper
+ ele = document.createElement('div');
+ ele.className = className;
+ for (var i = 0; i < len; ++i) {
+ ele.appendChild(children[i]);
+ }
+ }
+
+ return ele;
+ }
+
+ _createMarker(map, ele, offsetLeft, offsetTop, draggable) {
+ if (!map || !ele)
+ return;
+ /* global mapboxgl */
+ var marker =
+ new mapboxgl
+ .Marker(
+ ele, {draggable: draggable, offset: [offsetLeft, offsetTop]})
+ .setLngLat([this.longitude, this.latitude])
+ .addTo(map);
+ if (draggable == undefined) {
+ draggable = false;
+ } else {
+ marker.on('dragend', function() {
+ const lngLat = marker.getLngLat();
+ this.set('latitude', lngLat.lat);
+ this.set('longitude', lngLat.lng);
+ }.bind(this));
+ }
+ // console.log("dragglble", draggable);
+ return marker;
+ }
+
+ _updateStyle(
+ ele,
+ width,
+ height,
+ borderRadius,
+ backgroundColor,
+ backgroundImage) {
+ if (!ele)
+ return;
+ ele.style.height = height + 'px';
+ ele.style.width = width + 'px';
+ if (borderRadius)
+ ele.style.borderRadius = borderRadius;
+ if (backgroundColor)
+ ele.style.backgroundColor = backgroundColor;
+ if (backgroundImage) {
+ ele.style.backgroundImage = `url(${backgroundImage})`;
+ }
+ if (this._arr) {
+ this._arr.style.transform = `translateX(${width / 2}px)`;
+ }
+ }
+
+ _addDownArrow(ele, showArrow, width, height, arrowColor) {
+ if (!ele)
+ return;
+ if (!showArrow) {
+ if (this._arr) {
+ ele.removeChild(this._arr);
+ this.offsetTop = 0;
+ }
+ return;
+ }
+ var arr = this._arr || document.createElement('div');
+ arr.style.transform = `translateX(${width / 2}px)`;
+ arr.style.marginLeft = '-8px';
+ arr.style.position = 'absolute';
+ arr.style.bottom = '-8px';
+ arr.style.width = '0px';
+ arr.style.height = '0px';
+ arr.style.borderLeft = '8px solid transparent';
+ arr.style.borderRight = '8px solid transparent';
+ arr.style.borderTop = `8px solid ${arrowColor}`;
+ this._arr = arr;
+ this.offsetTop = -(0.5 * height) - 8;
+
+ ele.appendChild(arr);
+ }
+}
+
+window.customElements.define('mapbox-gl-marker', MapboxGlMarker);
\ No newline at end of file
diff --git a/mapbox-gl-popup.js b/mapbox-gl-popup.js
index f7a8c4f..7051979 100644
--- a/mapbox-gl-popup.js
+++ b/mapbox-gl-popup.js
@@ -1,4 +1,7 @@
-class MapboxGlPopup extends Polymer.Element {
+import {html, PolymerElement} from '@polymer/polymer/polymer-element.js';
+import {FlattenedNodesObserver} from '@polymer/polymer/lib/utils/flattened-nodes-observer.js';
+
+class MapboxGlPopup extends PolymerElement {
static get is() {
return 'mapbox-gl-popup';
}
@@ -9,207 +12,143 @@ class MapboxGlPopup extends Polymer.Element {
* The mapbox `map` object to add the control to.
* @type {Mapbox.map}
*/
- map: {
- type: Object
- },
- /**
- * Reference to the current `Mapbox.Popup` object.
- * @type {Mapbox.Popup}
- */
- popup: {
- type: Object,
- notify: true,
- computed:
- '_createPopup(map, closeButton, closeOnClick, offset, top, topLeft, topRight, bottom, bottomLeft, bottomRight, left, right)'
- },
- /**
- * The id of the `mapbox-gl-marker` element that the popup is attached to.
- * This element must be a sibling of the popup.
- * @type {String}
- */
- for: {
- type: String,
- value: null
- },
- /**
- * The specified `Mapbox.Marker` object or `mapbox-gl-marker` element that
- * the popup is attached to. Will overwrite `for` property.
- * @type {Mapbox.Marker}
- */
- attachToMarker: {
- type: Object,
- value: null
- },
- /**
- * Set to `true` to show the popup (i.e. attach the popup to the map)
- * @type {Boolean}
- */
- opened: {
- type: Object,
- notify: true,
- value: false
- },
- /**
- * latitude to anchor the popup to.
- * @type {Number}
- */
- latitude: {
- type: Number
- },
- /**
- * longitude to anchor the popup to.
- * @type {Number}
- */
- longitude: {
- type: Number
- },
- /**
- * If true , a close button will appear in the top right corner of the
- * popup.
- * @type {Boolean}
- */
- closeButton: {
- type: Boolean,
- value: false
- },
- /**
- * If true , the popup will closed when the map is clicked.
- * @type {Boolean}
- */
- closeOnClick: {
- type: Boolean,
- value: false
- },
- /**
- * Sets the popup's content to a string of text.
- *
- * This function creates a Text node in the DOM, so it cannot insert raw
- * HTML. Use this method for security against XSS if the popup content is
- * user-provided.
- * @type {String}
- */
- text: {
- type: String,
- value: null,
- observer: 'setText'
- },
- /**
- * Sets the popup's content to the HTML provided as a string.
- *
- * This method does not perform HTML filtering or sanitization, and must
- * be used only with trusted content. Consider `test` if the content is
- * an untrusted text string.
- * @type {String}
- */
- html: {
- type: String,
- value: null,
- observer: 'setHTML'
- },
- /**
- * A string indicating the part of the Popup that should be positioned
- * closest to the coordinate set via Popup#setLngLat.
- *
- * Options are 'top' , 'bottom' , 'left' , 'right' , 'top-left' ,
- * 'top-right' , 'bottom-left' , and 'bottom-right' .
- *
- * If unset the anchor will be dynamically set to ensure the popup falls
- * within the map container with a preference for 'bottom' .
- * @type {String}
- */
- anchor: {
- type: String,
- value: null
- },
- /**
- * A single number specifying a distance from the popup's location.
- * @type {Number}
- */
- offsetDistance: {
- type: Number,
- value: null
- },
- /**
- * A constant x-y offset from the popup's location. Overwrites
- * `offset-distance`.
- * @type {[Number, Number]}
- */
- offset: {
- type: Array,
- value: null
- },
- /**
- * A x-y offset from the popup's `top` location.
- * @type {[Number, Number]}
- */
- top: {
- type: Array,
- value: null
- },
- /**
- * A x-y offset from the popup's `top-left` location.
- * @type {[Number, Number]}
- */
- topLeft: {
- type: Array,
- value: null
- },
- /**
- * A x-y offset from the popup's `top-right` location.
- * @type {[Number, Number]}
- */
- topRight: {
- type: Array,
- value: null
- },
- /**
- * A x-y offset from the popup's `bottom` location.
- * @type {[Number, Number]}
- */
- bottom: {
- type: Array,
- value: null
- },
- /**
- * A x-y offset from the popup's `bottom-left` location.
- * @type {[Number, Number]}
- */
- bottomLeft: {
- type: Array,
- value: null
- },
- /**
- * A x-y offset from the popup's `bottom-right` location.
- * @type {[Number, Number]}
- */
- bottomRight: {
- type: Array,
- value: null
- },
- /**
- * A x-y offset from the popup's `left` location.
- * @type {[Number, Number]}
- */
- left: {
- type: Array,
- value: null
- },
- /**
- * A x-y offset from the popup's `right` location.
- * @type {[Number, Number]}
- */
- right: {
- type: Array,
- value: null
- },
- _childrenObserver: Polymer.FlattenedNodesObserver,
- _container: Object,
- _closeListener: Object
+ map: {type: Object},
+ /**
+ * Reference to the current `Mapbox.Popup` object.
+ * @type {Mapbox.Popup}
+ */
+ popup: {
+ type: Object,
+ notify: true,
+ computed:
+ '_createPopup(map, closeButton, closeOnClick, offset, top, topLeft, topRight, bottom, bottomLeft, bottomRight, left, right)'
+ },
+ /**
+ * The id of the `mapbox-gl-marker` element that the popup is attached
+ * to. This element must be a sibling of the popup.
+ * @type {String}
+ */
+ for: {type: String, value: null},
+ /**
+ * The specified `Mapbox.Marker` object or `mapbox-gl-marker` element
+ * that the popup is attached to. Will overwrite `for` property.
+ * @type {Mapbox.Marker}
+ */
+ attachToMarker: {type: Object, value: null},
+ /**
+ * Set to `true` to show the popup (i.e. attach the popup to the map)
+ * @type {Boolean}
+ */
+ opened: {type: Object, notify: true, value: false},
+ /**
+ * latitude to anchor the popup to.
+ * @type {Number}
+ */
+ latitude: {type: Number},
+ /**
+ * longitude to anchor the popup to.
+ * @type {Number}
+ */
+ longitude: {type: Number},
+ /**
+ * If true , a close button will appear in the top right corner of
+ * the popup.
+ * @type {Boolean}
+ */
+ closeButton: {type: Boolean, value: false},
+ /**
+ * If true , the popup will closed when the map is clicked.
+ * @type {Boolean}
+ */
+ closeOnClick: {type: Boolean, value: false},
+ /**
+ * Sets the popup's content to a string of text.
+ *
+ * This function creates a Text node in the DOM, so it cannot insert
+ * raw HTML. Use this method for security against XSS if the popup
+ * content is user-provided.
+ * @type {String}
+ */
+ text: {type: String, value: null, observer: 'setText'},
+ /**
+ * Sets the popup's content to the HTML provided as a string.
+ *
+ * This method does not perform HTML filtering or sanitization, and
+ * must be used only with trusted content. Consider `test` if the
+ * content is an untrusted text string.
+ * @type {String}
+ */
+ html: {type: String, value: null, observer: 'setHTML'},
+ /**
+ * A string indicating the part of the Popup that should be positioned
+ * closest to the coordinate set via Popup#setLngLat.
+ *
+ * Options are 'top' , 'bottom' , 'left' , 'right' , 'top-left' ,
+ * 'top-right' , 'bottom-left' , and 'bottom-right' .
+ *
+ * If unset the anchor will be dynamically set to ensure the popup
+ * falls within the map container with a preference for 'bottom' .
+ * @type {String}
+ */
+ anchor: {type: String, value: null},
+ /**
+ * A single number specifying a distance from the popup's location.
+ * @type {Number}
+ */
+ offsetDistance: {type: Number, value: null},
+ /**
+ * A constant x-y offset from the popup's location. Overwrites
+ * `offset-distance`.
+ * @type {[Number, Number]}
+ */
+ offset: {type: Array, value: null},
+ /**
+ * A x-y offset from the popup's `top` location.
+ * @type {[Number, Number]}
+ */
+ top: {type: Array, value: null},
+ /**
+ * A x-y offset from the popup's `top-left` location.
+ * @type {[Number, Number]}
+ */
+ topLeft: {type: Array, value: null},
+ /**
+ * A x-y offset from the popup's `top-right` location.
+ * @type {[Number, Number]}
+ */
+ topRight: {type: Array, value: null},
+ /**
+ * A x-y offset from the popup's `bottom` location.
+ * @type {[Number, Number]}
+ */
+ bottom: {type: Array, value: null},
+ /**
+ * A x-y offset from the popup's `bottom-left` location.
+ * @type {[Number, Number]}
+ */
+ bottomLeft: {type: Array, value: null},
+ /**
+ * A x-y offset from the popup's `bottom-right` location.
+ * @type {[Number, Number]}
+ */
+ bottomRight: {type: Array, value: null},
+ /**
+ * A x-y offset from the popup's `left` location.
+ * @type {[Number, Number]}
+ */
+ left: {type: Array, value: null},
+ /**
+ * A x-y offset from the popup's `right` location.
+ * @type {[Number, Number]}
+ */
+ right: {type: Array, value: null},
+ _childrenObserver: FlattenedNodesObserver, _container: Object,
+ _closeListener: Object
};
}
static get template() {
- return Polymer.html`
+ return html`
@@ -227,10 +166,8 @@ class MapboxGlPopup extends Polymer.Element {
connectedCallback() {
super.connectedCallback();
var slot = this.shadowRoot.querySelector('slot');
- this._childrenObserver = new Polymer.FlattenedNodesObserver(
- slot,
- this._slotChanged.bind(this)
- );
+ this._childrenObserver =
+ new FlattenedNodesObserver(slot, this._slotChanged.bind(this));
}
disconnectedCallback() {
@@ -247,26 +184,10 @@ class MapboxGlPopup extends Polymer.Element {
}
_createPopup(
- map,
- closeButton,
- closeOnClick,
- offset,
- top,
- topLeft,
- topRight,
- bottom,
- bottomLeft,
- bottomRight,
- left,
- right
- ) {
- if (!window.mapboxgl) return null;
- if (this.popup) {
- this.popup.remove();
- this.popup.off(this._closeListener);
- }
-
- offset = offset || {
+ map,
+ closeButton,
+ closeOnClick,
+ offset,
top,
topLeft,
topRight,
@@ -274,13 +195,17 @@ class MapboxGlPopup extends Polymer.Element {
bottomLeft,
bottomRight,
left,
- right
- };
- var popup = new window.mapboxgl.Popup({
- offset,
- closeButton,
- closeOnClick
- });
+ right) {
+ if (!window.mapboxgl)
+ return null;
+ if (this.popup) {
+ this.popup.remove();
+ this.popup.off(this._closeListener);
+ }
+
+ offset = offset ||
+ {top, topLeft, topRight, bottom, bottomLeft, bottomRight, left, right};
+ var popup = new window.mapboxgl.Popup({offset, closeButton, closeOnClick});
this._closeListener = () => {
this.opened = false;
};
@@ -289,11 +214,12 @@ class MapboxGlPopup extends Polymer.Element {
}
_attachedPopup(popup, opened, attachToMarker, id) {
- if (!popup) return;
+ if (!popup)
+ return;
if (id) {
attachToMarker =
- this.parentNode.querySelector(`#${id}`) || attachToMarker;
+ this.parentNode.querySelector(`#${id}`) || attachToMarker;
}
if (attachToMarker) {
@@ -308,7 +234,7 @@ class MapboxGlPopup extends Polymer.Element {
}
_updatePopup() {
- //this.setText(this.text);
+ // this.setText(this.text);
this.setHTML(this.html);
this.setLngLat(this.longitude, this.latitude);
this._slotChanged();
@@ -320,12 +246,14 @@ class MapboxGlPopup extends Polymer.Element {
}
setText(text) {
- if (!this.popup || text == null) return this;
+ if (!this.popup || text == null)
+ return this;
return this.popup.setText(text);
}
setHTML(html) {
- if (!this.popup || html == null) return this;
+ if (!this.popup || html == null)
+ return this;
return this.popup.setHTML(html);
}
@@ -336,10 +264,10 @@ class MapboxGlPopup extends Polymer.Element {
}
_slotChanged() {
- if (!this.popup) return;
- var nodes = this.shadowRoot
- .querySelector('slot[name=popup-content]')
- .assignedNodes({ flatten: true });
+ if (!this.popup)
+ return;
+ var nodes = this.shadowRoot.querySelector('slot[name=popup-content]')
+ .assignedNodes({flatten: true});
if (!nodes || nodes.length == 0) {
return;
diff --git a/mapbox-gl.html b/mapbox-gl.html
index 3d45d07..5c2ad76 100644
--- a/mapbox-gl.html
+++ b/mapbox-gl.html
@@ -470,544 +470,487 @@
diff --git a/mapbox-gl.js b/mapbox-gl.js
new file mode 100644
index 0000000..e25d35c
--- /dev/null
+++ b/mapbox-gl.js
@@ -0,0 +1,970 @@
+import {IronResizableBehavior} from '@polymer/iron-resizable-behavior/iron-resizable-behavior.js';
+import {mixinBehaviors} from '@polymer/polymer/lib/legacy/class';
+import {timeOut} from '@polymer/polymer/lib/utils/async.js';
+import {Debouncer} from '@polymer/polymer/lib/utils/debounce.js';
+import {FlattenedNodesObserver} from '@polymer/polymer/lib/utils/flattened-nodes-observer.js';
+import {afterNextRender, beforeNextRender} from '@polymer/polymer/lib/utils/render-status.js';
+import {html, PolymerElement} from '@polymer/polymer/polymer-element.js';
+
+import {} from './apply-shim.js';
+import {} from './utils-lib.js';
+// [Mapbox GL JS](https://www.mapbox.com/mapbox-gl-js/api/) is a JavaScript
+// library that uses WebGL to render interactive maps from vector tiles and
+// Mapbox styles..
+
+// `mapbox-gl` is the Polymer element that wraps around mapbox-gl-js to provide
+// powerful mapping capabilities to your app as a webcomponent.
+
+// Example :
+// ```html
+//
+// ```
+
+// ### Using a different version of `mapbox-gl-js`
+// You can use a different version of mapbox-gl-js by specifying the endpoint to
+// the corresponding library and stylesheet through the `script-src` and
+// `css-src` properties.
+// ```html
+//
+
+// ```
+
+// ## Important Notes:
+// ### Resizing of `mapbox-gl` when it is not visible
+// The underlying mapbox library try to handle `resize` events automatically.
+
+// In under certain situations (e.g. when the page has `display: none` when
+// using `iron-pages` to control the visible pages) the resize will fail and
+// fall-back to a default size. However when the pages is made visible again, no
+// `resize` event is emitted. And hence, `mapbox-gl` will retain the incorrect
+// size.
+
+// To overcome this limitation, you should manually trigger `resize` when the
+// `mapbox-gl` element is visible again.
+
+// **Example**
+// HTML
+// ```html
+//
+//
+//
+//
+//
+// ```
+// JS
+// ```
+// _pageElementChanged(ele) {
+// if (!ele) return;
+// // call resize if function exist
+// ele.resize && ele.resize();
+// }
+// ```
+
+// ### Add geojson layer
+// To add a geojson layer, you first need to create a `geojson-source` element
+// to load the geojson. The data can be a JSON object or the url to a GeoJSON
+// file.
+
+// Alternatively, you can bind the data directly to the `mapbox-layer` via
+// `source-data` attribute with the format `{type: String, data:
+// String|Object}`.
+
+// Then you can render the geojson via the `mapbox-layer`
+// (e.g. rendering-type = line or fill).
+
+// Note that you will need to bind the corresponding `map` object from
+// `mapbox-gl` element to both `geojson-source` element and `mapbox-layer`
+// element.
+
+// Example
+
+// ```html
+//
+
+//
+
+//
+
+//
+// ```
+
+
+// ### Add building layer
+// To add a building layer, just bind the corresponding `map` object from
+// `mapbox-gl` selement to the `mapbox-building-layer` element.
+
+// Example :
+// ```html
+//
+// ```
+
+// ### Add marker
+// To add a marker layer, just include the `mapbox-gl-marker` element as a child
+// of the `mapbox-gl` element.
+
+// Example :
+// ```html
+//
+
+//
+//
+
+//
+// Some text here
+//
+
+//
+// ```
+
+// ### Add popup
+// `mapbox-gl-popup` can be used to create a pop-up. You can either attach the
+// popup to a `mapbox-gl-marker` or trigger it manually with the `opened`
+// property or `show` function.
+
+// `mapbox-gl-popup` can be styled by setting either `text` or `html`
+// properties. Alternatively, you can also pass a `slotted` element
+// (slot="popup-content") into the popup (as show below).
+
+// Example - Display popup on click
+// HTML
+// ```html
+//
+
+//
+//
+//
Hi
+//
You clicked on [[lat]], [[lng]]!
+//
+//
+//
+// ```
+// JS
+// ```js
+// handleClick = function(e, details) {
+// var {lngLat: { lat, lng }} = details;
+// this.lat = lat.toFixed(2);
+// this.lng = lng.toFixed(2);
+// this.opened = true;
+// }
+// ```
+
+// Example - Attache popup to `mapbox-gl-marker`
+// HTML
+// ```html
+//
+
+//
+//
+
+//
+//
+
+//
+// ```
+
+// ### Data-driven styling
+// To create a data-driven style for a attribute, just pass in a JSON object
+// instead of a constant variable.
+
+// more details @ https://www.mapbox.com/mapbox-gl-js/style-spec/#types-function
+
+// Example
+// ```html
+
+//
+
+//
+
+//
+// ```
+// color
+// ```js
+// {
+// property: 'continent',
+// type: 'categorical',
+// stops: [
+// ['Africa', '#FAA'],
+// ['Asia', '#AAF']
+// ]
+// }
+// ```
+// filter
+// ```js
+// ['in', 'continent', 'Africa', 'Asia']
+// ```
+
+
+// ### Add a Geocoder control
+// To add a search input to `mapbox-gl`, you can use the `mapbox-gl-geocoder`
+// element which uses the Mapbox Geocoding API to search for places. You just
+// need to ensure the `mapbox-gl-geocoder` is a child of `mapbox-gl`.
+
+// Example
+// ```html
+//
+
+//
+
+//
+// ```
+
+// ### Handling events
+// To handle `click` event on a specific `map-layer`, you can listen for the
+// `mapbox-layer-click` event. The event will return the feature of the geometry
+// that is clicked upon.
+// ```html
+//
+// ```
+// ```js
+// function handleClick(e, {features}) {
+// if (features.length > 0) {
+// alert(features[0].properties.COSTAL_NAM);
+// }
+// }
+// ```
+
+// ### Create a heatmap
+// To create a heatmap, create a `geojson-source` with `cluster` to loaded a
+// clustered data. Then create a `mapbox-heatmap-layer` with the corresponding
+// `source`.
+
+// Example
+// ```html
+
+//
+
+//
+
+//
+// ```
+
+// ```javascript
+// levels = [{"count": 0, "color": "#EEEEEE", "radius": 2, "opacity": 0.5},
+// {"count": 5, "color": "#2196F3"},
+// {"count": 8, "color": "#FFC107"},
+// {"count": 10, "color": "#F44336"}];
+
+// ```
+
+// ### Add Controls
+// `mapbox-gl-control` is a generic element for [mapbox
+// controls](https://www.mapbox.com/mapbox-gl-js/api/#icontrol) which you can
+// add to the map.
+
+// ```html
+//
+
+//
+//
+
+//
+// ```
+
+// You can also pass in an **instance** of any mapbox controls (i.e. the
+// IControl interface) to the `icontrol` attribute instead.
+
+// ```html
+//
+
+//
+//
+
+//
+// ```
+
+// You can also create your own custom IControl by declaring it as a child of
+// `mapbox-gl-control`. Note that you cannot style it with external stylesheets.
+
+// ```html
+//
+
+//
+
+//
+//
+//
I am a custom Control.
+//
Click me!
+//
+
+//
+//
+// ```
+
+// ### Styling
+
+// The following custom properties and mixins are available for styling:
+
+// Custom property | Description | Default
+// --- | --- | ---
+// `--mapbox-map` | mixin applied to the map div element | `{}`
+// `--mapbox-canvas` | mixin applied to the canvas element for the map | `{}`
+// `--mapbox-gl-marker` | mixin applied to the marker element | `{}`
+
+
+// @customElement
+// @polymer
+// @demo demo/index.html Data-binding to Lat, Lon, and Zoom
+// @demo demo/event-handling.html Event-handing and Dynamic styling
+// @demo demo/mapbox-source-data.html Loading GeoJSON into mapbox-gl
+// @demo demo/markers.html Map markers and popup
+// @demo demo/data-driven.html Data-driven Styling
+// @demo demo/geocoder.html Adding Geocoder control
+// @demo demo/heatmap.html Heatmap
+// @demo demo/building.html 3D buildings
+// @demo demo/centered.html Centered map
+// @demo demo/controls.html Add Controls
+class MapboxGL extends mixinBehaviors
+([IronResizableBehavior], PolymerElement) {
+ static get template() {
+ return html`
+
+
+
+ `;
+ }
+ static get properties() {
+ return {
+ /**
+ * If the attribute is present no mouse, touch, or keyboard listeners
+ * will be attached to the map, so it will not respond to interaction.
+ * @type {Boolean}
+ */
+ interactive: Boolean,
+ /**
+ * Your [access token](https://www.mapbox.com/help/define-access-token/)
+ * to mapbox.
+ * @type {String}
+ */
+ accessToken: String,
+ /**
+ * You can enter the url to ur mapbox-gl-js script if it is hosted
+ * external (e.g. cdn)
+ * @type {String}
+ */
+ scriptSrc: {
+ type: String,
+ value: 'https://api.mapbox.com/mapbox-gl-js/v2.8.2/mapbox-gl.js'
+ },
+ /**
+ * You can enter the url to ur mapbox-gl-js stylesheet if it is
+ * hosted external (e.g. cdn)
+ * @type {String}
+ */
+ cssSrc: {
+ type: String,
+ value: 'https://api.mapbox.com/mapbox-gl-js/v2.8.2/mapbox-gl.css'
+ },
+ /**
+ * A latitude to center the map on.
+ * @type {Number}
+ */
+ latitude: {type: Number, notify: true, value: 1.3521},
+ /**
+ * A longitude to center the map on.
+ * @type {Number}
+ */
+ longitude: {type: Number, notify: true, value: 103.8198},
+ /**
+ * The initial zoom level of the map.
+ * @type {Number}
+ */
+ zoom: {type: Number, notify: true, value: 11},
+ /**
+ * The maximum zoom level of the map (1-20).
+ * @type {Number}
+ */
+ maxZoom: {type: Number, notify: true, value: 20},
+ /**
+ * The minimum zoom level of the map (1-20).
+ * @type {Number}
+ */
+ minZoom: {type: Number, notify: true, value: 1},
+ /**
+ * The initial pitch (tilt) of the map, measured in degrees away from
+ * the plane of the screen (0-60).
+ * @type {Number}
+ */
+ pitch: {type: Number, notify: true, value: 0},
+ /**
+ * The initial bearing (rotation) of the map, measured in degrees
+ * counter-clockwise from north.
+ * @type {Number}
+ */
+ bearing: {type: Number, notify: true, value: 0},
+ /**
+ * The (map)[https://www.mapbox.com/mapbox-gl-js/api/#Map] instance
+ * returned by mapboxgl-js.
+ * @type {Mapbox.map}
+ */
+ map: {type: Object, notify: true, readonly: true},
+ /**
+ * The map's Mapbox style. This must be an a JSON object conforming to
+ * the schema described in the Mapbox Style Specification.
+ * @type {Object}
+ */
+ mapStyle: {type: Object},
+ /**
+ * The map's Mapbox style. This must be URL to an a JSON object
+ * conforming to the schema described in the Mapbox Style
+ * Specification.
+ *
+ * To load a style from the Mapbox API, you can use a URL of the form
+ * `mapbox://styles/:owner/:style`, where :owner is your Mapbox account
+ * name and :style is the style ID. Or you can use one of the following
+ * the predefined Mapbox styles:
+ * - mapbox://styles/mapbox/streets-v9
+ * - mapbox://styles/mapbox/outdoors-v9
+ * - mapbox://styles/mapbox/light-v9
+ * - mapbox://styles/mapbox/dark-v9
+ * - mapbox://styles/mapbox/satellite-v9
+ * - mapbox://styles/mapbox/satellite-streets-v9
+ *
+ * Tilesets hosted with Mapbox can be style-optimized if you append
+ * ?optimize=true to the end of your style URL, like
+ * `mapbox://styles/mapbox/streets-v9?optimize=true`.
+ * @type {String}
+ */
+ mapStyleUrl: {type: String, value: 'mapbox://styles/mapbox/dark-v9'},
+ /**
+ * `true` if mapboxgl-js script has been loaded
+ * @type {Boolean}
+ */
+ loaded: {type: Boolean, notify: true, readOnly: true, value: false},
+ /**
+ * `mapbox-gl` accepts `deck-gl` element as a child.
+ * @type {HTMLElement[]}
+ */
+ targets: {
+ type: Array,
+ readonly: true,
+ value: function() {
+ return [];
+ }
+ },
+ /**
+ * `mapbox-gl` accepts elements with attribute `mapbox-gl-marker`
+ * as a child.
+ * @type {HTMLElement[]}
+ */
+ markers: {
+ type: Array,
+ readonly: true,
+ value: function() {
+ return [];
+ }
+ },
+ /**
+ * A string with space delimited
+ * (map events)[https://www.mapbox.com/mapbox-gl-js/api/#Map] to
+ * listen to.
+ * NOTE: `move` is watched by default, aka, a `mapbox-gl-move`
+ * event will be fired whenever the map moves.
+ * The corresponding event with be prefix with `mapbox-gl-`.
+ * e.g. `move` will result with `mapbox-gl-move` event to be fired.
+ *
+ * ```html
+ *
+ * ```
+ * @type {String}
+ *
+ */
+ eventsToWatch: {type: String, observer: '_eventsToWatchChanged'},
+ /**
+ * The number of milliseconds to debounce before synchronization of the
+ * various state.
+ * @type {Number}
+ */
+ debounceTime: {type: Number, value: 300},
+ /**
+ * The map element embedded inside the webcomponent.
+ * @type {HTMLElement}
+ */
+ mapElement: {type: Object, notify: true, readOnly: true},
+ _controls: Array,
+ _childrenObserver: Object,
+ _mapListener: Object,
+ _listeners: Object,
+ _clearEvents: Array,
+ _watchEvents: Array,
+ _mapDebouncer: Object,
+ _centerDebouncer: Object,
+ _zoomDebouncer: Object,
+ _cssLoaded: Boolean,
+ _scriptLoaded: Boolean,
+ _mapLoaded: Boolean,
+ _pendingChildren: Array,
+ _resizeListener: Object
+ };
+ }
+ static get observers() {
+ return [
+ '_updateMap(loaded, accessToken)',
+ '_updateStyle(map, mapStyle)',
+ '_updateStyle(map, mapStyleUrl)',
+ '_setCenter(map, latitude, longitude)',
+ '_setZoom(map, zoom)',
+ '_clearListeners(map, _clearEvents)',
+ '_forwardEvents(map, _watchEvents)'
+ ];
+ }
+ /**
+ * Called every time the element is inserted into the DOM. Useful for
+ * running setup code, such as fetching resources or rendering.
+ * Generally, you should try to delay work until this time.
+ */
+ connectedCallback() {
+ super.connectedCallback();
+ this._setMapElement(this.$.map);
+ afterNextRender(this, this._init);
+ this._resizeListener = this.addEventListener('iron-resize', function(e) {
+ console.log('resized');
+ });
+ }
+
+ ready() {
+ super.ready();
+ this._setLoaded(window.mapboxgl && true);
+ }
+ disconnectedCallback() {
+ super.disconnectedCallback();
+ if (this._childrenObserver) {
+ this._childrenObserver.disconnect();
+ this._childrenObserver = null;
+ }
+ if (this._resizeListener) {
+ this.removeEventListener('iron-resize', this._resizeListener);
+ }
+ }
+
+ _init() {
+ if (!this.loaded) {
+ // listens for resize events
+ this._resizeListener = this.addEventListener('iron-resize', this.resize);
+
+ // dynamically load mapbox-gl-js
+ PolymerVis.loadScript(this.scriptSrc, () => {
+ this._scriptLoaded = true;
+ this._setLoaded(this._scriptLoaded && this._cssLoaded);
+ }, null, true);
+ }
+
+ // Load the text from an external CSS file, and insert a `style` element
+ PolymerVis.insertCssIntoShadowRoot(this.cssSrc, this.shadowRoot, () => {
+ this._cssLoaded = true;
+ this._setLoaded(this._scriptLoaded && this._cssLoaded);
+ });
+
+ var slot = this.shadowRoot.querySelector('slot');
+ this._childrenObserver =
+ new FlattenedNodesObserver(slot, this._slotChanged.bind(this));
+
+ // manually trigger resize
+ this.resize();
+ }
+
+ // watch for future updates for the layers
+ _observeChildren() {
+ // if (this._childrenObserver) {
+ // return;
+ // }
+ // this._childrenObserver = new MutationObserver(
+ // this._updateChildren.bind(this)
+ // );
+ // this._childrenObserver.observe(this, {
+ // childList: true
+ // });
+ }
+
+ _slotChanged() {
+ var nodes =
+ this.shadowRoot.querySelector('slot').assignedNodes({flatten: true});
+
+ this._controls = nodes.filter(n => n.nodeName.slice(0, 6) === 'MAPBOX');
+ this.markers = this._controls.filter(n => n.nodeName == 'MAPBOX-GL-MARKER');
+
+ if (this.map && this._mapLoaded) {
+ nodes.filter(n => n.nodeName.slice(0, 6) === 'MAPBOX').forEach(n => {
+ n.map = this.map;
+ });
+ }
+
+ if (this._pendingChildren) {
+ this._pendingChildren.forEach(n => {
+ n.map = this.map;
+ n._mapLoaded = this._mapLoaded;
+ });
+ this._pendingChildren = null;
+ }
+ }
+
+ _updateChildren() {
+ /*
+ var map = this.map;
+ // update deck-gl
+ var targets = Array.prototype.slice.call(
+ Polymer.dom(this.$.deckgl).getDistributedNodes()
+ );
+ // Do not recompute if objects have not been added or removed.
+ if (targets.length === this.targets.length) {
+ var added = targets.filter(
+ function(node) {
+ return this.targets.indexOf(node) === -1;
+ }.bind(this)
+ );
+ if (added.length > 0) {
+ this.targets = targets;
+ }
+ } else {
+ this.targets = targets;
+ }
+
+ // update mapbox-gl-marker
+ var markers = Array.prototype.slice.call(
+ Polymer.dom(this.$.markers).getDistributedNodes()
+ );
+ // Do not recompute if objects have not been added or removed.
+ if (markers.length === this.markers.length) {
+ var added = markers.filter(
+ function(node) {
+ var isNew = this.markers.indexOf(node) === -1;
+ if (isNew && map) {
+ node.map = map;
+ }
+ return isNew;
+ }.bind(this)
+ );
+ if (added.length > 0) {
+ this.markers = markers;
+ }
+ } else {
+ this.markers = markers;
+ }
+ this._observeChildren();
+ */
+ }
+
+ _onTap(event, detail) {
+ var targets = this.targets;
+ if (!targets || targets.length < 1)
+ return;
+ targets[0].dispatchEvent(new CustomEvent('tap', {detail}));
+ }
+
+ _onMouseMove(event) {
+ var targets = this.targets;
+ if (!targets || targets.length < 1)
+ return;
+ targets[0].dispatchEvent(new MouseEvent('mousemove', event));
+ }
+
+ _updateMap() {
+ if (!this.loaded || !this.accessToken)
+ return;
+ if (this.map)
+ return;
+ this._mapDebouncer = Debouncer.debounce(
+ this._mapDebouncer,
+ timeOut.after(this.debounceTime),
+ this._createMap.bind(this));
+ }
+
+ _updateStyle(map, mapStyle) {
+ if (!map || !mapStyle)
+ return;
+ map.setStyle(mapStyle);
+ }
+
+ /**
+ * Wrapper function over `mapbox` resize function. Manually trigger mapbox to
+ * resize the map canvas.
+ */
+ resize() {
+ if (this.map) {
+ this.map.resize();
+ }
+ return this;
+ }
+
+ _setCenter(map) {
+ if (!map)
+ return;
+ this._centerDebouncer = Debouncer.debounce(
+ this._centerDebouncer,
+ timeOut.after(this.debounceTime),
+ () => map.setCenter([this.longitude, this.latitude]));
+ }
+
+ _setZoom(map) {
+ if (!map)
+ return;
+ this._zoomDebouncer = Debouncer.debounce(
+ this._zoomDebouncer,
+ timeOut.after(this.debounceTime),
+ () => map.setZoom(this.zoom));
+ }
+
+ _createMap() {
+ var mod = function(value, divisor) {
+ var modulus = value % divisor;
+ return modulus < 0 ? divisor + modulus : modulus;
+ };
+ this._listeners = Object.create(null);
+ /* global mapboxgl */
+ mapboxgl.accessToken = this.accessToken;
+ var opts = {
+ container: this.$.map,
+ style: this.mapStyle,
+ center: [this.longitude, this.latitude],
+ zoom: this.zoom,
+ pitch: this.pitch,
+ bearing: this.bearing,
+ interactive: this.interactive && true,
+ maxZoom: this.maxZoom,
+ minZoom: this.minZoom
+ };
+
+ var mapMoveListener = () => {
+ if (this._centerDebouncer)
+ this._centerDebouncer.cancel();
+
+ var transform = map.transform;
+ this.latitude = transform.center.lat;
+ this.longitude = mod(transform.center.lng + 180, 360) - 180;
+ this.zoom = transform.zoom;
+ this.pitch = transform.pitch;
+ this.bearing = mod(transform.bearing + 180, 360) - 180;
+ };
+ var map = new mapboxgl.Map(opts);
+ // secret binding for other mapbox elements
+ map.polymervis = {parent: this};
+ this.map = map;
+ this.map.on('load', e => {
+ this._mapLoaded = true;
+ this._slotChanged();
+ });
+ this.map.on('error', e => {
+ this.dispatchEvent(new CustomEvent('error', {detail: e}));
+ });
+ this._forwardEvent('move', mapMoveListener);
+ this.dispatchEvent(new CustomEvent('mapbox-gl-ready', {detail: this.map}));
+ }
+
+ _eventsToWatchChanged(newstr, oldstr) {
+ if (oldstr) {
+ this._clearEvents = oldstr.trim().split(' ');
+ }
+
+ if (newstr) {
+ this._watchEvents = newstr.trim().split(' ');
+ }
+ }
+
+ _clearListeners(map, _clearEvents) {
+ if (!_clearEvents || !map)
+ return;
+ for (var i = 0, len = _clearEvents.length; i < len; ++i) {
+ this._clearListener(_clearEvents[i].trim());
+ }
+ }
+
+ _clearListener(name) {
+ if (this._listeners[name]) {
+ this.map.off(name, this._listeners[name]);
+ this._listeners[name] = null;
+ }
+ }
+
+ _forwardEvents(map, _watchEvents) {
+ if (!_watchEvents || !map)
+ return;
+ for (var i = 0, len = _watchEvents.length; i < len; ++i) {
+ this._forwardEvent(_watchEvents[i].trim());
+ }
+ }
+
+ _forwardEvent(name, fn) {
+ if (fn) {
+ this._listeners[name] = function(event) {
+ fn(event);
+ this.dispatchEvent(
+ new CustomEvent('mapbox-gl-' + name, {detail: event}));
+ }.bind(this);
+ } else {
+ this._listeners[name] = function(event) {
+ this.dispatchEvent(
+ new CustomEvent('mapbox-gl-' + name, {detail: event}));
+ }.bind(this);
+ }
+ this.map.on(name, this._listeners[name]);
+ }
+}
+
+window.customElements.define('mapbox-gl', MapboxGL);
\ No newline at end of file
diff --git a/mapbox-heatmap-layer.html b/mapbox-heatmap-layer.html
index 51b40a0..6ead20a 100644
--- a/mapbox-heatmap-layer.html
+++ b/mapbox-heatmap-layer.html
@@ -57,112 +57,92 @@
+ window.customElements.define(MapboxHeatmapLayer.is, MapboxHeatmapLayer);
+
diff --git a/mapbox-heatmap-layer.js b/mapbox-heatmap-layer.js
new file mode 100644
index 0000000..b728bdc
--- /dev/null
+++ b/mapbox-heatmap-layer.js
@@ -0,0 +1,149 @@
+import './mapbox-layer.js';
+
+import {html, PolymerElement} from '@polymer/polymer/polymer-element.js';
+
+/**
+Creates a heatmap using multiple `mapbox-layers`.
+More details @ https://www.mapbox.com/mapbox-gl-js/example/heatmap/
+Example
+```html
+
+
+
+```
+```javascript
+levels = [{"count": 0, "color": "#EEEEEE", "radius": 2, "opacity": 0.5},
+ {"count": 5, "color": "#2196F3"},
+ {"count": 8, "color": "#FFC107"},
+ {"count": 10, "color": "#F44336"}];
+```
+
+ * @customElement
+ * @polymer
+ * @demo demo/heatmap.html Heatmap
+ */
+class MapboxHeatmapLayer extends PolymerElement {
+ static get template() {
+ return html`
+
+
+
+
+ `;
+ }
+ static get properties() {
+ return {
+ /*
+ * The (map)[https://www.mapbox.com/mapbox-gl-js/api/#Map] instance
+ * returned by mapboxgl-js
+ */
+ map: {type: Object},
+ /*
+ * Unique layer name. (Required)
+ */
+ layerId: {type: String},
+ /*
+ * Name of a source description to be used for this layer.
+ */
+ source: {type: String},
+ /*
+ * Layer to use from a vector tile source. Required if the source
+ * supports multiple layers.
+ */
+ sourceLayer: {type: String},
+ /*
+ * default radius of all the levels
+ */
+ radius: {type: Number, value: 70},
+ /*
+ * default opacity of all the levels
+ */
+ opacity: {type: Number, value: 1},
+ /*
+ * default color of all the levels.
+ */
+ color: {type: String, value: '#4CAF50'},
+ /*
+ * Array of Object describing the levels of the heatmap.
+ * Each level can have the following fields:
+ * - count: level should have less than this number of points
+ * - radius: radius of the cluster for this level
+ * - color: color of the level
+ * - opacity: opacity of the level
+ */
+ levels: {type: Array},
+ _layers:
+ {type: Array, computed: '_createLevels(levels, map, layerId, source)'}
+ };
+ }
+
+ _createLevels(levels) {
+ if (!levels || !this.map || !this.layerId || !this.source)
+ return;
+ var len = levels.length;
+ var layers = new Array(levels.length);
+ for (var i = 0; i < len; ++i) {
+ layers[i] = this._createLevel(levels, i);
+ }
+ return layers;
+ }
+
+ _createLevel(levels, i) {
+ var conf = Object.create(null);
+ var level = levels[i];
+ var prevlevel = levels[Math.max(i - 1, 0)];
+ conf.layerId = this.layerId + '_' + i;
+ conf.color = level.color || this.color;
+ conf.radius = level.radius || this.radius;
+ conf.blur = level.blur || 1;
+ conf.opacity = level.opacity || this.opacity;
+ if (level.count === 0) {
+ conf.filter = ['!=', 'cluster', true];
+ } else if (i == levels.length - 1) {
+ conf.filter = ['>', 'point_count', prevlevel.count || 0];
+ } else {
+ conf.filter = [
+ 'all',
+ ['>', 'point_count', prevlevel.count || 0],
+ ['<=', 'point_count', level.count || 0]
+ ];
+ }
+ return conf;
+ }
+}
+
+window.customElements.define('mapbox-port-app', MapboxHeatmapLayer);
\ No newline at end of file
diff --git a/mapbox-layer.html b/mapbox-layer.html
index d3a0a21..ef84a5c 100644
--- a/mapbox-layer.html
+++ b/mapbox-layer.html
@@ -123,96 +123,90 @@
+ window.customElements.define(MapboxLayer.is, MapboxLayer);
+
diff --git a/mapbox-layer.js b/mapbox-layer.js
new file mode 100644
index 0000000..914898e
--- /dev/null
+++ b/mapbox-layer.js
@@ -0,0 +1,211 @@
+import './layer-behaviour.js';
+
+import {mixinBehaviors} from '@polymer/polymer/lib/legacy/class';
+import {microTask} from '@polymer/polymer/lib/utils/async';
+import {Debouncer} from '@polymer/polymer/lib/utils/debounce';
+import {PolymerElement} from '@polymer/polymer/polymer-element.js';
+
+/**
+A generic mapbox layer where the `layer-id` must be provided. You can design the
+type of layer by inputing the `rendering-type` as well as the corresponding
+attributes for the layer type. You can find out more by either looking at the
+attribute definition at the [MapboxGLPolymer.LayerBehavior
+page](https://www.webcomponents.org/element/PolymerVis/mapbox-gl/behaviors/MapboxGLPolymer.LayerBehavior)
+or the [mapbox-gl-js
+documentations](https://www.mapbox.com/mapbox-gl-js/style-spec#layers).
+
+### Data source
+The data source for the layer can be reference from a `geojson-source` through
+the `source` attribute or be directly specified at the `data-source` attribute.
+Data that is specified directly at `data-source` cannot be modified after
+initialization - there is no 2-way binding. For data that can change after
+initialization, please reference it from `geojson-source` and data-bind your
+variable to the `source-data` attribute of the `geojson-source` element.
+
+Referencing from `geojson-source`
+```html
+
+
+
+
+
+
+
+```
+
+Specify at `source-data`
+```html
+
+
+
+
+```
+
+Sample of input for `source-data` for `mapbox-layer`
+```javascript
+{
+ "type": "geojson",
+ "data": {
+ "type": "FeatureCollection",
+ "features": [{
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-77.03238901390978, 38.913188059745586]
+ },
+ "properties": {
+ "title": "Mapbox DC",
+ "icon": "monument"
+ }
+ }, {
+ "type": "Feature",
+ "geometry": {
+ "type": "Point",
+ "coordinates": [-122.414, 37.776]
+ },
+ "properties": {
+ "title": "Mapbox SF",
+ "icon": "harbor"
+ }
+ }]
+ }
+```
+
+Example 3
+```html
+
+```
+
+@customElement
+@polymer
+@demo demo/mapbox-source-data.html Loading GeoJSON into mapbox-gl
+@demo demo/event-handling.html Event-handing and Dynamic styling
+@demo demo/data-driven.html Data-driven Styling
+*/
+/**
+ * @customElement
+ * @polymer
+ */
+export class MapboxLayer extends mixinBehaviors
+([MapboxGLPolymer.LayerBehavior], PolymerElement) {
+ static get properties() {
+ return {_mapLoaded: Boolean, _debouncer: {type: Debouncer}};
+ }
+ static get observers() {
+ return ['_mapReady(map, _layer.id, _layer.source, _attached, _mapLoaded)'];
+ }
+
+ connectedCallback() {
+ super.connectedCallback();
+ this._attached = true;
+ }
+
+ disconnectedCallback() {
+ super.disconnectedCallback();
+ this._attached = false;
+
+ if (!this.map)
+ return;
+
+ if (this.layerId && this.map.getLayer(this.layerId)) {
+ this.map.removeLayer(this.layerId);
+ this._clearListeners(this.map, this._watchEvents);
+ this._added = false;
+ }
+ }
+
+ _addLayer() {
+ if (!this._attached)
+ return;
+ if (this._added == this.layerId)
+ return;
+
+ this.map.addLayer(this._layer);
+ this._added = this.layerId;
+ this.dispatchEvent(new CustomEvent('layer-added', {detail: this.map}));
+ }
+
+ _mapReady(map, id, source, attached, mapLoaded) {
+ if (!map || !id || !source || !attached)
+ return;
+ if (!map.polymervis.parent._mapLoaded) {
+ map.polymervis.parent._pendingChildren =
+ map.polymervis.parent._pendingChildren || [];
+ map.polymervis.parent._pendingChildren.push(this);
+ return;
+ }
+ this._debouncer = Debouncer.debounce(
+ this._debouncer, microTask, this._sourceReady.bind(this));
+ }
+
+
+ _sourceReady() {
+ var source = this._layer.source;
+ if (!source && this._layer['source-layer'])
+ return;
+
+ var src = this.map.getSource(source);
+ // source id
+ if (typeof source === 'string' && src) {
+ return this._addLayer();
+ }
+
+ if (typeof source === 'string' && !src) {
+ return this.map.on(
+ 'sourcedata', () => this.map.getSource(source) && this._addLayer());
+ }
+
+ // update source if exist
+ if (this.map.getSource(this._layer.id)) {
+ this.map.getSource(this._layer.id).setData(this._layer.source.data);
+ this._layer.source = this._layer.id;
+ }
+
+ return this._addLayer();
+ }
+}
+
+window.customElements.define('mapbox-layer', MapboxLayer);
\ No newline at end of file
diff --git a/package.json b/package.json
index 8d32e63..9d7a9b2 100644
--- a/package.json
+++ b/package.json
@@ -1,16 +1,21 @@
{
"name": "mapbox-gl",
- "description": "Polymer 2.0 custom element for mapbox-gl-js. mapbox-gl element uses WebGL to render interactive maps from vector tiles and Mapbox styles. mapbox-gl element is compatible with deck-gl, the Polymer 1.0 element for uber's deck.gl library.",
- "main": "mapbox-gl-elements.html",
+ "description": "Polymer 3.0 custom element for mapbox-gl-js. mapbox-gl element uses WebGL to render interactive maps from vector tiles and Mapbox styles. mapbox-gl element is compatible with deck-gl, the Polymer 1.0 element for uber's deck.gl library.",
+ "main": "mapbox-gl-elements.js",
"directories": {
"test": "test"
},
"scripts": {
+ "serve": "polymer serve --npm --module-resolution=node",
+ "build": "polymer build",
"lint": "eslint *.html && polymer lint",
"pretest": "npm run lint",
"test": "npm run wct",
"wct": "xvfb-run polymer test --expanded",
- "eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check"
+ "eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
+ "format": "webmat",
+ "generate-types": "gen-typescript-declarations --deleteExisting --outDir . --verify",
+ "prepare": "npm run generate-types"
},
"repository": {
"type": "git",
@@ -32,14 +37,18 @@
"url": "https://github.com/PolymerVis/mapbox-gl/issues"
},
"devDependencies": {
- "bower": "^1.8.0",
+ "@polymer/gen-typescript-declarations": "^1.6.2",
+ "@polymer/iron-demo-helpers": "^3.1.0",
+ "@polymer/iron-resizable-behavior": "^3.0.1",
+ "@polymer/paper-input": "^3.2.1",
+ "@polymer/paper-slider": "^3.0.1",
"eslint": "^3.19.0",
"eslint-config-prettier": "^1.7.0",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-prettier": "^2.0.1",
"lint-staged": "^3.4.1",
- "polymer-cli": "^1.5.2",
- "prettier": "^1.2.2"
+ "prettier": "^2.6.2",
+ "webmat": "^0.2.2"
},
"homepage": "https://www.webcomponents.org/element/PolymerVis/mapbox-gl",
"dependencies": {
diff --git a/polymer.json b/polymer.json
deleted file mode 100644
index 53763e2..0000000
--- a/polymer.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "entrypoint": "mapbox-gl.html",
- "fragments": [
- "mapbox-gl-marker.html",
- "mapbox-layer.html",
- "mapbox-building-layer.html",
- "mapbox-heatmap-layer.html",
- "geojson-source.html"
- ],
- "lint": {
- "rules": [
- "polymer-2"
- ]
- },
- "builds": [{
- "name": "es5",
- "js": {"minify": true, "compile": true},
- "css": {"minify": true},
- "html": {"minify": true},
- "addServiceWorker": false,
- "addPushManifest": false
- }]
-}
diff --git a/test/index.html b/test/index.html
index 47730c8..3bd75b9 100644
--- a/test/index.html
+++ b/test/index.html
@@ -10,9 +10,7 @@
diff --git a/test/mapbox-gl_test.html b/test/mapbox-gl_test.html
index ef771c5..23f191b 100644
--- a/test/mapbox-gl_test.html
+++ b/test/mapbox-gl_test.html
@@ -27,7 +27,6 @@
diff --git a/utils-lib.js b/utils-lib.js
new file mode 100644
index 0000000..309a7f3
--- /dev/null
+++ b/utils-lib.js
@@ -0,0 +1,118 @@
+/**
+ * PolymerVis is a suite of Polymer elements for visualizations.
+ * @name PolymerVis
+ * @module PolymerVis
+ */
+
+(function(PolymerVis) {
+/**
+ * Convenience method for dynamically loading a script.
+ *
+ * This method creates a new `