Skip to content

Instantly share code, notes, and snippets.

@rclark
Last active December 25, 2015 21:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rclark/7045576 to your computer and use it in GitHub Desktop.
Save rclark/7045576 to your computer and use it in GitHub Desktop.
Streaming EQ data
<!doctype html>
<html>
<head>
<title>Streaming GeoJSON</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" />
<![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>
<style type="text/css">html, body, #map { height: 100%; width: 100%; margin: 0px; }</style>
</head>
<body>
<div id="map"></div>
<script src="leafletgeojsonstream.js"></script>
<script src="streamQuakes2.js"></script>
</body>
</html>
!function(t){if("object"==typeof exports)module.exports=t();else if("function"==typeof define&&define.amd)define(t);else{var e;"undefined"!=typeof window?e=window:"undefined"!=typeof global?e=global:"undefined"!=typeof self&&(e=self),e.leafletGeojsonStream=t()}}(function(){var t;return function e(t,n,r){function i(s,a){if(!n[s]){if(!t[s]){var h="function"==typeof require&&require;if(!a&&h)return h(s,!0);if(o)return o(s,!0);throw new Error("Cannot find module '"+s+"'")}var u=n[s]={exports:{}};t[s][0].call(u.exports,function(e){var n=t[s][1][e];return i(n?n:e)},u,u.exports,e,t,n,r)}return n[s].exports}for(var o="function"==typeof require&&require,s=0;s<r.length;s++)i(r[s]);return i}({1:[function(t,e){function n(t,e){return i(t).pipe(s.parse()).pipe(r(e))}function r(t){return o(function(e){void 0!==t.addData&&t.addData(e),this.queue(e)})}var i=t("hyperquest"),o=t("through"),s=t("geojson-stream");e.exports.ajax=n,e.exports.layerPipe=r},{"geojson-stream":28,hyperquest:31,through:34}],2:[function(t,e,n){function r(t,e,n){if(!(this instanceof r))return new r(t,e,n);var i=typeof t;if("base64"===e&&"string"===i)for(t=k(t);t.length%4!==0;)t+="=";var o;if("number"===i)o=T(t);else if("string"===i)o=r.byteLength(t,e);else{if("object"!==i)throw new Error("First argument needs to be a number, array or string.");o=T(t.length)}var s;r._useTypedArrays?s=r._augment(new Uint8Array(o)):(s=this,s.length=o,s._isBuffer=!0);var a;if(r._useTypedArrays&&"number"==typeof t.byteLength)s._set(t);else if(U(t))for(a=0;o>a;a++)s[a]=r.isBuffer(t)?t.readUInt8(a):t[a];else if("string"===i)s.write(t,0,e);else if("number"===i&&!r._useTypedArrays&&!n)for(a=0;o>a;a++)s[a]=0;return s}function i(t,e,n,i){n=Number(n)||0;var o=t.length-n;i?(i=Number(i),i>o&&(i=o)):i=o;var s=e.length;z(s%2===0,"Invalid hex string"),i>s/2&&(i=s/2);for(var a=0;i>a;a++){var h=parseInt(e.substr(2*a,2),16);z(!isNaN(h),"Invalid hex string"),t[n+a]=h}return r._charsWritten=2*a,a}function o(t,e,n,i){var o=r._charsWritten=N(B(e),t,n,i);return o}function s(t,e,n,i){var o=r._charsWritten=N(M(e),t,n,i);return o}function a(t,e,n,r){return s(t,e,n,r)}function h(t,e,n,i){var o=r._charsWritten=N(q(e),t,n,i);return o}function u(t,e,n,i){var o=r._charsWritten=N(O(e),t,n,i);return o}function f(t,e,n){return W.fromByteArray(0===e&&n===t.length?t:t.slice(e,n))}function c(t,e,n){var r="",i="";n=Math.min(t.length,n);for(var o=e;n>o;o++)t[o]<=127?(r+=D(i)+String.fromCharCode(t[o]),i=""):i+="%"+t[o].toString(16);return r+D(i)}function l(t,e,n){var r="";n=Math.min(t.length,n);for(var i=e;n>i;i++)r+=String.fromCharCode(t[i]);return r}function d(t,e,n){return l(t,e,n)}function p(t,e,n){var r=t.length;(!e||0>e)&&(e=0),(!n||0>n||n>r)&&(n=r);for(var i="",o=e;n>o;o++)i+=R(t[o]);return i}function g(t,e,n){for(var r=t.slice(e,n),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function m(t,e,n,r){r||(z("boolean"==typeof n,"missing or invalid endian"),z(void 0!==e&&null!==e,"missing offset"),z(e+1<t.length,"Trying to read beyond buffer length"));var i=t.length;if(!(e>=i)){var o;return n?(o=t[e],i>e+1&&(o|=t[e+1]<<8)):(o=t[e]<<8,i>e+1&&(o|=t[e+1])),o}}function v(t,e,n,r){r||(z("boolean"==typeof n,"missing or invalid endian"),z(void 0!==e&&null!==e,"missing offset"),z(e+3<t.length,"Trying to read beyond buffer length"));var i=t.length;if(!(e>=i)){var o;return n?(i>e+2&&(o=t[e+2]<<16),i>e+1&&(o|=t[e+1]<<8),o|=t[e],i>e+3&&(o+=t[e+3]<<24>>>0)):(i>e+1&&(o=t[e+1]<<16),i>e+2&&(o|=t[e+2]<<8),i>e+3&&(o|=t[e+3]),o+=t[e]<<24>>>0),o}}function y(t,e,n,r){r||(z("boolean"==typeof n,"missing or invalid endian"),z(void 0!==e&&null!==e,"missing offset"),z(e+1<t.length,"Trying to read beyond buffer length"));var i=t.length;if(!(e>=i)){var o=m(t,e,n,!0),s=32768&o;return s?-1*(65535-o+1):o}}function b(t,e,n,r){r||(z("boolean"==typeof n,"missing or invalid endian"),z(void 0!==e&&null!==e,"missing offset"),z(e+3<t.length,"Trying to read beyond buffer length"));var i=t.length;if(!(e>=i)){var o=v(t,e,n,!0),s=2147483648&o;return s?-1*(4294967295-o+1):o}}function w(t,e,n,r){return r||(z("boolean"==typeof n,"missing or invalid endian"),z(e+3<t.length,"Trying to read beyond buffer length")),G.read(t,e,n,23,4)}function E(t,e,n,r){return r||(z("boolean"==typeof n,"missing or invalid endian"),z(e+7<t.length,"Trying to read beyond buffer length")),G.read(t,e,n,52,8)}function _(t,e,n,r,i){i||(z(void 0!==e&&null!==e,"missing value"),z("boolean"==typeof r,"missing or invalid endian"),z(void 0!==n&&null!==n,"missing offset"),z(n+1<t.length,"trying to write beyond buffer length"),F(e,65535));var o=t.length;if(!(n>=o))for(var s=0,a=Math.min(o-n,2);a>s;s++)t[n+s]=(e&255<<8*(r?s:1-s))>>>8*(r?s:1-s)}function S(t,e,n,r,i){i||(z(void 0!==e&&null!==e,"missing value"),z("boolean"==typeof r,"missing or invalid endian"),z(void 0!==n&&null!==n,"missing offset"),z(n+3<t.length,"trying to write beyond buffer length"),F(e,4294967295));var o=t.length;if(!(n>=o))for(var s=0,a=Math.min(o-n,4);a>s;s++)t[n+s]=e>>>8*(r?s:3-s)&255}function x(t,e,n,r,i){i||(z(void 0!==e&&null!==e,"missing value"),z("boolean"==typeof r,"missing or invalid endian"),z(void 0!==n&&null!==n,"missing offset"),z(n+1<t.length,"Trying to write beyond buffer length"),H(e,32767,-32768));var o=t.length;n>=o||(e>=0?_(t,e,n,r,i):_(t,65535+e+1,n,r,i))}function L(t,e,n,r,i){i||(z(void 0!==e&&null!==e,"missing value"),z("boolean"==typeof r,"missing or invalid endian"),z(void 0!==n&&null!==n,"missing offset"),z(n+3<t.length,"Trying to write beyond buffer length"),H(e,2147483647,-2147483648));var o=t.length;n>=o||(e>=0?S(t,e,n,r,i):S(t,4294967295+e+1,n,r,i))}function j(t,e,n,r,i){i||(z(void 0!==e&&null!==e,"missing value"),z("boolean"==typeof r,"missing or invalid endian"),z(void 0!==n&&null!==n,"missing offset"),z(n+3<t.length,"Trying to write beyond buffer length"),P(e,3.4028234663852886e38,-3.4028234663852886e38));var o=t.length;n>=o||G.write(t,e,n,r,23,4)}function A(t,e,n,r,i){i||(z(void 0!==e&&null!==e,"missing value"),z("boolean"==typeof r,"missing or invalid endian"),z(void 0!==n&&null!==n,"missing offset"),z(n+7<t.length,"Trying to write beyond buffer length"),P(e,1.7976931348623157e308,-1.7976931348623157e308));var o=t.length;n>=o||G.write(t,e,n,r,52,8)}function k(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function C(t,e,n){return"number"!=typeof t?n:(t=~~t,t>=e?e:t>=0?t:(t+=e,t>=0?t:0))}function T(t){return t=~~Math.ceil(+t),0>t?0:t}function I(t){return(Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)})(t)}function U(t){return I(t)||r.isBuffer(t)||t&&"object"==typeof t&&"number"==typeof t.length}function R(t){return 16>t?"0"+t.toString(16):t.toString(16)}function B(t){for(var e=[],n=0;n<t.length;n++){var r=t.charCodeAt(n);if(127>=r)e.push(t.charCodeAt(n));else{var i=n;r>=55296&&57343>=r&&n++;for(var o=encodeURIComponent(t.slice(i,n+1)).substr(1).split("%"),s=0;s<o.length;s++)e.push(parseInt(o[s],16))}}return e}function M(t){for(var e=[],n=0;n<t.length;n++)e.push(255&t.charCodeAt(n));return e}function O(t){for(var e,n,r,i=[],o=0;o<t.length;o++)e=t.charCodeAt(o),n=e>>8,r=e%256,i.push(r),i.push(n);return i}function q(t){return W.toByteArray(t)}function N(t,e,n,r){for(var i=0;r>i&&!(i+n>=e.length||i>=t.length);i++)e[i+n]=t[i];return i}function D(t){try{return decodeURIComponent(t)}catch(e){return String.fromCharCode(65533)}}function F(t,e){z("number"==typeof t,"cannot write a non-number as a number"),z(t>=0,"specified a negative value for writing an unsigned value"),z(e>=t,"value is larger than maximum value for type"),z(Math.floor(t)===t,"value has a fractional component")}function H(t,e,n){z("number"==typeof t,"cannot write a non-number as a number"),z(e>=t,"value larger than maximum allowed value"),z(t>=n,"value smaller than minimum allowed value"),z(Math.floor(t)===t,"value has a fractional component")}function P(t,e,n){z("number"==typeof t,"cannot write a non-number as a number"),z(e>=t,"value larger than maximum allowed value"),z(t>=n,"value smaller than minimum allowed value")}function z(t,e){if(!t)throw new Error(e||"Failed assertion")}var W=t("base64-js"),G=t("ieee754");n.Buffer=r,n.SlowBuffer=r,n.INSPECT_MAX_BYTES=50,r.poolSize=8192,r._useTypedArrays=function(){try{var t=new ArrayBuffer(0),e=new Uint8Array(t);return e.foo=function(){return 42},42===e.foo()&&"function"==typeof e.subarray}catch(n){return!1}}(),r.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},r.isBuffer=function(t){return!(null===t||void 0===t||!t._isBuffer)},r.byteLength=function(t,e){var n;switch(t+="",e||"utf8"){case"hex":n=t.length/2;break;case"utf8":case"utf-8":n=B(t).length;break;case"ascii":case"binary":case"raw":n=t.length;break;case"base64":n=q(t).length;break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":n=2*t.length;break;default:throw new Error("Unknown encoding")}return n},r.concat=function(t,e){if(z(I(t),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array."),0===t.length)return new r(0);if(1===t.length)return t[0];var n;if("number"!=typeof e)for(e=0,n=0;n<t.length;n++)e+=t[n].length;var i=new r(e),o=0;for(n=0;n<t.length;n++){var s=t[n];s.copy(i,o),o+=s.length}return i},r.prototype.write=function(t,e,n,r){if(isFinite(e))isFinite(n)||(r=n,n=void 0);else{var f=r;r=e,e=n,n=f}e=Number(e)||0;var c=this.length-e;n?(n=Number(n),n>c&&(n=c)):n=c,r=String(r||"utf8").toLowerCase();var l;switch(r){case"hex":l=i(this,t,e,n);break;case"utf8":case"utf-8":l=o(this,t,e,n);break;case"ascii":l=s(this,t,e,n);break;case"binary":l=a(this,t,e,n);break;case"base64":l=h(this,t,e,n);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":l=u(this,t,e,n);break;default:throw new Error("Unknown encoding")}return l},r.prototype.toString=function(t,e,n){var r=this;if(t=String(t||"utf8").toLowerCase(),e=Number(e)||0,n=void 0!==n?Number(n):n=r.length,n===e)return"";var i;switch(t){case"hex":i=p(r,e,n);break;case"utf8":case"utf-8":i=c(r,e,n);break;case"ascii":i=l(r,e,n);break;case"binary":i=d(r,e,n);break;case"base64":i=f(r,e,n);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":i=g(r,e,n);break;default:throw new Error("Unknown encoding")}return i},r.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},r.prototype.copy=function(t,e,n,i){var o=this;if(n||(n=0),i||0===i||(i=this.length),e||(e=0),i!==n&&0!==t.length&&0!==o.length){z(i>=n,"sourceEnd < sourceStart"),z(e>=0&&e<t.length,"targetStart out of bounds"),z(n>=0&&n<o.length,"sourceStart out of bounds"),z(i>=0&&i<=o.length,"sourceEnd out of bounds"),i>this.length&&(i=this.length),t.length-e<i-n&&(i=t.length-e+n);var s=i-n;if(100>s||!r._useTypedArrays)for(var a=0;s>a;a++)t[a+e]=this[a+n];else t._set(this.subarray(n,n+s),e)}},r.prototype.slice=function(t,e){var n=this.length;if(t=C(t,n,0),e=C(e,n,n),r._useTypedArrays)return r._augment(this.subarray(t,e));for(var i=e-t,o=new r(i,void 0,!0),s=0;i>s;s++)o[s]=this[s+t];return o},r.prototype.get=function(t){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(t)},r.prototype.set=function(t,e){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(t,e)},r.prototype.readUInt8=function(t,e){return e||(z(void 0!==t&&null!==t,"missing offset"),z(t<this.length,"Trying to read beyond buffer length")),t>=this.length?void 0:this[t]},r.prototype.readUInt16LE=function(t,e){return m(this,t,!0,e)},r.prototype.readUInt16BE=function(t,e){return m(this,t,!1,e)},r.prototype.readUInt32LE=function(t,e){return v(this,t,!0,e)},r.prototype.readUInt32BE=function(t,e){return v(this,t,!1,e)},r.prototype.readInt8=function(t,e){if(e||(z(void 0!==t&&null!==t,"missing offset"),z(t<this.length,"Trying to read beyond buffer length")),!(t>=this.length)){var n=128&this[t];return n?-1*(255-this[t]+1):this[t]}},r.prototype.readInt16LE=function(t,e){return y(this,t,!0,e)},r.prototype.readInt16BE=function(t,e){return y(this,t,!1,e)},r.prototype.readInt32LE=function(t,e){return b(this,t,!0,e)},r.prototype.readInt32BE=function(t,e){return b(this,t,!1,e)},r.prototype.readFloatLE=function(t,e){return w(this,t,!0,e)},r.prototype.readFloatBE=function(t,e){return w(this,t,!1,e)},r.prototype.readDoubleLE=function(t,e){return E(this,t,!0,e)},r.prototype.readDoubleBE=function(t,e){return E(this,t,!1,e)},r.prototype.writeUInt8=function(t,e,n){n||(z(void 0!==t&&null!==t,"missing value"),z(void 0!==e&&null!==e,"missing offset"),z(e<this.length,"trying to write beyond buffer length"),F(t,255)),e>=this.length||(this[e]=t)},r.prototype.writeUInt16LE=function(t,e,n){_(this,t,e,!0,n)},r.prototype.writeUInt16BE=function(t,e,n){_(this,t,e,!1,n)},r.prototype.writeUInt32LE=function(t,e,n){S(this,t,e,!0,n)},r.prototype.writeUInt32BE=function(t,e,n){S(this,t,e,!1,n)},r.prototype.writeInt8=function(t,e,n){n||(z(void 0!==t&&null!==t,"missing value"),z(void 0!==e&&null!==e,"missing offset"),z(e<this.length,"Trying to write beyond buffer length"),H(t,127,-128)),e>=this.length||(t>=0?this.writeUInt8(t,e,n):this.writeUInt8(255+t+1,e,n))},r.prototype.writeInt16LE=function(t,e,n){x(this,t,e,!0,n)},r.prototype.writeInt16BE=function(t,e,n){x(this,t,e,!1,n)},r.prototype.writeInt32LE=function(t,e,n){L(this,t,e,!0,n)},r.prototype.writeInt32BE=function(t,e,n){L(this,t,e,!1,n)},r.prototype.writeFloatLE=function(t,e,n){j(this,t,e,!0,n)},r.prototype.writeFloatBE=function(t,e,n){j(this,t,e,!1,n)},r.prototype.writeDoubleLE=function(t,e,n){A(this,t,e,!0,n)},r.prototype.writeDoubleBE=function(t,e,n){A(this,t,e,!1,n)},r.prototype.fill=function(t,e,n){if(t||(t=0),e||(e=0),n||(n=this.length),"string"==typeof t&&(t=t.charCodeAt(0)),z("number"==typeof t&&!isNaN(t),"value is not a number"),z(n>=e,"end < start"),n!==e&&0!==this.length){z(e>=0&&e<this.length,"start out of bounds"),z(n>=0&&n<=this.length,"end out of bounds");for(var r=e;n>r;r++)this[r]=t}},r.prototype.inspect=function(){for(var t=[],e=this.length,r=0;e>r;r++)if(t[r]=R(this[r]),r===n.INSPECT_MAX_BYTES){t[r+1]="...";break}return"<Buffer "+t.join(" ")+">"},r.prototype.toArrayBuffer=function(){if("undefined"!=typeof Uint8Array){if(r._useTypedArrays)return new r(this).buffer;for(var t=new Uint8Array(this.length),e=0,n=t.length;n>e;e+=1)t[e]=this[e];return t.buffer}throw new Error("Buffer.toArrayBuffer not supported in this browser")};var J=r.prototype;r._augment=function(t){return t._isBuffer=!0,t._get=t.get,t._set=t.set,t.get=J.get,t.set=J.set,t.write=J.write,t.toString=J.toString,t.toLocaleString=J.toString,t.toJSON=J.toJSON,t.copy=J.copy,t.slice=J.slice,t.readUInt8=J.readUInt8,t.readUInt16LE=J.readUInt16LE,t.readUInt16BE=J.readUInt16BE,t.readUInt32LE=J.readUInt32LE,t.readUInt32BE=J.readUInt32BE,t.readInt8=J.readInt8,t.readInt16LE=J.readInt16LE,t.readInt16BE=J.readInt16BE,t.readInt32LE=J.readInt32LE,t.readInt32BE=J.readInt32BE,t.readFloatLE=J.readFloatLE,t.readFloatBE=J.readFloatBE,t.readDoubleLE=J.readDoubleLE,t.readDoubleBE=J.readDoubleBE,t.writeUInt8=J.writeUInt8,t.writeUInt16LE=J.writeUInt16LE,t.writeUInt16BE=J.writeUInt16BE,t.writeUInt32LE=J.writeUInt32LE,t.writeUInt32BE=J.writeUInt32BE,t.writeInt8=J.writeInt8,t.writeInt16LE=J.writeInt16LE,t.writeInt16BE=J.writeInt16BE,t.writeInt32LE=J.writeInt32LE,t.writeInt32BE=J.writeInt32BE,t.writeFloatLE=J.writeFloatLE,t.writeFloatBE=J.writeFloatBE,t.writeDoubleLE=J.writeDoubleLE,t.writeDoubleBE=J.writeDoubleBE,t.fill=J.fill,t.inspect=J.inspect,t.toArrayBuffer=J.toArrayBuffer,t}},{"base64-js":3,ieee754:4}],3:[function(t,e){var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";!function(){"use strict";function t(t){var e=t.charCodeAt(0);return e===s?62:e===a?63:h>e?-1:h+10>e?e-h+26+26:f+26>e?e-f:u+26>e?e-u+26:void 0}function r(e){function n(t){u[c++]=t}var r,i,s,a,h,u;if(e.length%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var f=e.length;h="="===e.charAt(f-2)?2:"="===e.charAt(f-1)?1:0,u=new o(3*e.length/4-h),s=h>0?e.length-4:e.length;var c=0;for(r=0,i=0;s>r;r+=4,i+=3)a=t(e.charAt(r))<<18|t(e.charAt(r+1))<<12|t(e.charAt(r+2))<<6|t(e.charAt(r+3)),n((16711680&a)>>16),n((65280&a)>>8),n(255&a);return 2===h?(a=t(e.charAt(r))<<2|t(e.charAt(r+1))>>4,n(255&a)):1===h&&(a=t(e.charAt(r))<<10|t(e.charAt(r+1))<<4|t(e.charAt(r+2))>>2,n(a>>8&255),n(255&a)),u}function i(t){function e(t){return n.charAt(t)}function r(t){return e(t>>18&63)+e(t>>12&63)+e(t>>6&63)+e(63&t)}var i,o,s,a=t.length%3,h="";for(i=0,s=t.length-a;s>i;i+=3)o=(t[i]<<16)+(t[i+1]<<8)+t[i+2],h+=r(o);switch(a){case 1:o=t[t.length-1],h+=e(o>>2),h+=e(o<<4&63),h+="==";break;case 2:o=(t[t.length-2]<<8)+t[t.length-1],h+=e(o>>10),h+=e(o>>4&63),h+=e(o<<2&63),h+="="}return h}var o="undefined"!=typeof Uint8Array?Uint8Array:Array,s=("0".charCodeAt(0),"+".charCodeAt(0)),a="/".charCodeAt(0),h="0".charCodeAt(0),u="a".charCodeAt(0),f="A".charCodeAt(0);e.exports.toByteArray=r,e.exports.fromByteArray=i}()},{}],4:[function(t,e,n){n.read=function(t,e,n,r,i){var o,s,a=8*i-r-1,h=(1<<a)-1,u=h>>1,f=-7,c=n?i-1:0,l=n?-1:1,d=t[e+c];for(c+=l,o=d&(1<<-f)-1,d>>=-f,f+=a;f>0;o=256*o+t[e+c],c+=l,f-=8);for(s=o&(1<<-f)-1,o>>=-f,f+=r;f>0;s=256*s+t[e+c],c+=l,f-=8);if(0===o)o=1-u;else{if(o===h)return s?0/0:1/0*(d?-1:1);s+=Math.pow(2,r),o-=u}return(d?-1:1)*s*Math.pow(2,o-r)},n.write=function(t,e,n,r,i,o){var s,a,h,u=8*o-i-1,f=(1<<u)-1,c=f>>1,l=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=r?0:o-1,p=r?1:-1,g=0>e||0===e&&0>1/e?1:0;for(e=Math.abs(e),isNaN(e)||1/0===e?(a=isNaN(e)?1:0,s=f):(s=Math.floor(Math.log(e)/Math.LN2),e*(h=Math.pow(2,-s))<1&&(s--,h*=2),e+=s+c>=1?l/h:l*Math.pow(2,1-c),e*h>=2&&(s++,h/=2),s+c>=f?(a=0,s=f):s+c>=1?(a=(e*h-1)*Math.pow(2,i),s+=c):(a=e*Math.pow(2,c-1)*Math.pow(2,i),s=0));i>=8;t[n+d]=255&a,d+=p,a/=256,i-=8);for(s=s<<i|a,u+=i;u>0;t[n+d]=255&s,d+=p,s/=256,u-=8);t[n+d-p]|=128*g}},{}],5:[function(t,e){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function r(t){return"function"==typeof t}function i(t){return"number"==typeof t}function o(t){return"object"==typeof t&&null!==t}function s(t){return void 0===t}e.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(t){if(!i(t)||0>t||isNaN(t))throw TypeError("n must be a positive number");return this._maxListeners=t,this},n.prototype.emit=function(t){var e,n,i,a,h,u;if(this._events||(this._events={}),"error"===t&&(!this._events.error||o(this._events.error)&&!this._events.error.length))throw e=arguments[1],e instanceof Error?e:TypeError('Uncaught, unspecified "error" event.');if(n=this._events[t],s(n))return!1;if(r(n))switch(arguments.length){case 1:n.call(this);break;case 2:n.call(this,arguments[1]);break;case 3:n.call(this,arguments[1],arguments[2]);break;default:for(i=arguments.length,a=new Array(i-1),h=1;i>h;h++)a[h-1]=arguments[h];n.apply(this,a)}else if(o(n)){for(i=arguments.length,a=new Array(i-1),h=1;i>h;h++)a[h-1]=arguments[h];for(u=n.slice(),i=u.length,h=0;i>h;h++)u[h].apply(this,a)}return!0},n.prototype.addListener=function(t,e){var i;if(!r(e))throw TypeError("listener must be a function");if(this._events||(this._events={}),this._events.newListener&&this.emit("newListener",t,r(e.listener)?e.listener:e),this._events[t]?o(this._events[t])?this._events[t].push(e):this._events[t]=[this._events[t],e]:this._events[t]=e,o(this._events[t])&&!this._events[t].warned){var i;i=s(this._maxListeners)?n.defaultMaxListeners:this._maxListeners,i&&i>0&&this._events[t].length>i&&(this._events[t].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[t].length),console.trace())}return this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(t,e){function n(){this.removeListener(t,n),i||(i=!0,e.apply(this,arguments))}if(!r(e))throw TypeError("listener must be a function");var i=!1;return n.listener=e,this.on(t,n),this},n.prototype.removeListener=function(t,e){var n,i,s,a;if(!r(e))throw TypeError("listener must be a function");if(!this._events||!this._events[t])return this;if(n=this._events[t],s=n.length,i=-1,n===e||r(n.listener)&&n.listener===e)delete this._events[t],this._events.removeListener&&this.emit("removeListener",t,e);else if(o(n)){for(a=s;a-->0;)if(n[a]===e||n[a].listener&&n[a].listener===e){i=a;break}if(0>i)return this;1===n.length?(n.length=0,delete this._events[t]):n.splice(i,1),this._events.removeListener&&this.emit("removeListener",t,e)}return this},n.prototype.removeAllListeners=function(t){var e,n;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[t]&&delete this._events[t],this;if(0===arguments.length){for(e in this._events)"removeListener"!==e&&this.removeAllListeners(e);return this.removeAllListeners("removeListener"),this._events={},this}if(n=this._events[t],r(n))this.removeListener(t,n);else for(;n.length;)this.removeListener(t,n[n.length-1]);return delete this._events[t],this},n.prototype.listeners=function(t){var e;return e=this._events&&this._events[t]?r(this._events[t])?[this._events[t]]:this._events[t].slice():[]},n.listenerCount=function(t,e){var n;return n=t._events&&t._events[e]?r(t._events[e])?1:t._events[e].length:0}},{}],6:[function(t,e){var n=e.exports,r=(t("events").EventEmitter,t("./lib/request")),i=t("url");n.request=function(t,e){"string"==typeof t&&(t=i.parse(t)),t||(t={}),t.host||t.port||(t.port=parseInt(window.location.port,10)),!t.host&&t.hostname&&(t.host=t.hostname),t.scheme||(t.scheme=window.location.protocol.split(":")[0]),t.host||(t.host=window.location.hostname||window.location.host),/:/.test(t.host)&&(t.port||(t.port=t.host.split(":")[1]),t.host=t.host.split(":")[0]),t.port||(t.port="https"==t.scheme?443:80);var n=new r(new o,t);return e&&n.on("response",e),n},n.get=function(t,e){t.method="GET";var r=n.request(t,e);return r.end(),r},n.Agent=function(){},n.Agent.defaultMaxSockets=4;var o=function(){if("undefined"==typeof window)throw new Error("no window object present");if(window.XMLHttpRequest)return window.XMLHttpRequest;if(window.ActiveXObject){for(var t=["Msxml2.XMLHTTP.6.0","Msxml2.XMLHTTP.3.0","Microsoft.XMLHTTP"],e=0;e<t.length;e++)try{var n=new window.ActiveXObject(t[e]);return function(){if(n){var r=n;return n=null,r}return new window.ActiveXObject(t[e])}}catch(r){}throw new Error("ajax not supported in this browser")}throw new Error("ajax not supported in this browser")}();n.STATUS_CODES={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",300:"Multiple Choices",301:"Moved Permanently",302:"Moved Temporarily",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Time-out",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Request Entity Too Large",414:"Request-URI Too Large",415:"Unsupported Media Type",416:"Requested Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Time-out",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},{"./lib/request":7,events:5,url:25}],7:[function(t,e){var n=t("stream"),r=t("./response"),i=t("Base64"),o=t("inherits"),s=e.exports=function(t,e){var n=this;n.writable=!0,n.xhr=t,n.body=[],n.uri=(e.scheme||"http")+"://"+e.host+(e.port?":"+e.port:"")+(e.path||"/"),"undefined"==typeof e.withCredentials&&(e.withCredentials=!0);try{t.withCredentials=e.withCredentials}catch(o){}if(t.open(e.method||"GET",n.uri,!0),n._headers={},e.headers)for(var s=a(e.headers),h=0;h<s.length;h++){var u=s[h];if(n.isSafeRequestHeader(u)){var f=e.headers[u];n.setHeader(u,f)}}e.auth&&this.setHeader("Authorization","Basic "+i.btoa(e.auth));var c=new r;c.on("close",function(){n.emit("close")}),c.on("ready",function(){n.emit("response",c)}),t.onreadystatechange=function(){t.__aborted||c.handle(t)}};o(s,n),s.prototype.setHeader=function(t,e){this._headers[t.toLowerCase()]=e},s.prototype.getHeader=function(t){return this._headers[t.toLowerCase()]},s.prototype.removeHeader=function(t){delete this._headers[t.toLowerCase()]},s.prototype.write=function(t){this.body.push(t)},s.prototype.destroy=function(){this.xhr.__aborted=!0,this.xhr.abort(),this.emit("close")},s.prototype.end=function(t){void 0!==t&&this.body.push(t);for(var e=a(this._headers),n=0;n<e.length;n++){var r=e[n],i=this._headers[r];if(h(i))for(var o=0;o<i.length;o++)this.xhr.setRequestHeader(r,i[o]);else this.xhr.setRequestHeader(r,i)}if(0===this.body.length)this.xhr.send("");else if("string"==typeof this.body[0])this.xhr.send(this.body.join(""));else if(h(this.body[0])){for(var s=[],n=0;n<this.body.length;n++)s.push.apply(s,this.body[n]);this.xhr.send(s)}else if(/Array/.test(Object.prototype.toString.call(this.body[0]))){for(var u=0,n=0;n<this.body.length;n++)u+=this.body[n].length;for(var s=new this.body[0].constructor(u),f=0,n=0;n<this.body.length;n++)for(var c=this.body[n],o=0;o<c.length;o++)s[f++]=c[o];this.xhr.send(s)}else{for(var s="",n=0;n<this.body.length;n++)s+=this.body[n].toString();this.xhr.send(s)}},s.unsafeHeaders=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","cookie","cookie2","content-transfer-encoding","date","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","user-agent","via"],s.prototype.isSafeRequestHeader=function(t){return t?-1===u(s.unsafeHeaders,t.toLowerCase()):!1};var a=Object.keys||function(t){var e=[];for(var n in t)e.push(n);return e},h=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)},u=function(t,e){if(t.indexOf)return t.indexOf(e);for(var n=0;n<t.length;n++)if(t[n]===e)return n;return-1}},{"./response":8,Base64:9,inherits:11,stream:18}],8:[function(t,e){function n(t){for(var e=t.getAllResponseHeaders().split(/\r?\n/),n={},r=0;r<e.length;r++){var i=e[r];if(""!==i){var o=i.match(/^([^:]+):\s*(.*)/);if(o){var s=o[1].toLowerCase(),h=o[2];void 0!==n[s]?a(n[s])?n[s].push(h):n[s]=[n[s],h]:n[s]=h}else n[i]=!0}}return n}var r=t("stream"),i=t("util"),o=e.exports=function(){this.offset=0,this.readable=!0};i.inherits(o,r);var s={streaming:!0,status2:!0};o.prototype.getResponse=function(t){var e=String(t.responseType).toLowerCase();return"blob"===e?t.responseBlob||t.response:"arraybuffer"===e?t.response:t.responseText},o.prototype.getHeader=function(t){return this.headers[t.toLowerCase()]},o.prototype.handle=function(t){if(2===t.readyState&&s.status2){try{this.statusCode=t.status,this.headers=n(t)}catch(e){s.status2=!1}s.status2&&this.emit("ready")}else if(s.streaming&&3===t.readyState){try{this.statusCode||(this.statusCode=t.status,this.headers=n(t),this.emit("ready"))}catch(e){}try{this._emitData(t)}catch(e){s.streaming=!1}}else 4===t.readyState&&(this.statusCode||(this.statusCode=t.status,this.emit("ready")),this._emitData(t),t.error?this.emit("error",this.getResponse(t)):this.emit("end"),this.emit("close"))},o.prototype._emitData=function(t){var e=this.getResponse(t);return e.toString().match(/ArrayBuffer/)?(this.emit("data",new Uint8Array(e,this.offset)),void(this.offset=e.byteLength)):void(e.length>this.offset&&(this.emit("data",e.slice(this.offset)),this.offset=e.length))};var a=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)}},{stream:18,util:27}],9:[function(t,e,n){!function(){function t(t){this.message=t}var e="undefined"!=typeof n?n:this,r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";t.prototype=new Error,t.prototype.name="InvalidCharacterError",e.btoa||(e.btoa=function(e){for(var n,i,o=0,s=r,a="";e.charAt(0|o)||(s="=",o%1);a+=s.charAt(63&n>>8-o%1*8)){if(i=e.charCodeAt(o+=.75),i>255)throw new t("'btoa' failed: The string to be encoded contains characters outside of the Latin1 range.");n=n<<8|i}return a}),e.atob||(e.atob=function(e){if(e=e.replace(/=+$/,""),e.length%4==1)throw new t("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,i,o=0,s=0,a="";i=e.charAt(s++);~i&&(n=o%4?64*n+i:i,o++%4)?a+=String.fromCharCode(255&n>>(-2*o&6)):0)i=r.indexOf(i);return a})}()},{}],10:[function(t,e){var n=t("http"),r=e.exports;for(var i in n)n.hasOwnProperty(i)&&(r[i]=n[i]);r.request=function(t,e){return t||(t={}),t.scheme="https",n.request.call(this,t,e)}},{http:6}],11:[function(t,e){e.exports="function"==typeof Object.create?function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}:function(t,e){t.super_=e;var n=function(){};n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t}},{}],12:[function(t,e){function n(){}var r=e.exports={};r.nextTick=function(){var t="undefined"!=typeof window&&window.setImmediate,e="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(t)return function(t){return window.setImmediate(t)};if(e){var n=[];return window.addEventListener("message",function(t){var e=t.source;if((e===window||null===e)&&"process-tick"===t.data&&(t.stopPropagation(),n.length>0)){var r=n.shift();r()}},!0),function(t){n.push(t),window.postMessage("process-tick","*")}}return function(t){setTimeout(t,0)}}(),r.title="browser",r.browser=!0,r.env={},r.argv=[],r.on=n,r.once=n,r.off=n,r.emit=n,r.binding=function(){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(){throw new Error("process.chdir is not supported")}},{}],13:[function(e,n,r){(function(e){!function(i){function o(t){throw RangeError(B[t])}function s(t,e){for(var n=t.length;n--;)t[n]=e(t[n]);return t}function a(t,e){return s(t.split(R),e).join(".")}function h(t){for(var e,n,r=[],i=0,o=t.length;o>i;)e=t.charCodeAt(i++),e>=55296&&56319>=e&&o>i?(n=t.charCodeAt(i++),56320==(64512&n)?r.push(((1023&e)<<10)+(1023&n)+65536):(r.push(e),i--)):r.push(e);return r}function u(t){return s(t,function(t){var e="";return t>65535&&(t-=65536,e+=q(t>>>10&1023|55296),t=56320|1023&t),e+=q(t)}).join("")}function f(t){return 10>t-48?t-22:26>t-65?t-65:26>t-97?t-97:S}function c(t,e){return t+22+75*(26>t)-((0!=e)<<5)}function l(t,e,n){var r=0;for(t=n?O(t/A):t>>1,t+=O(t/e);t>M*L>>1;r+=S)t=O(t/M);return O(r+(M+1)*t/(t+j))}function d(t){var e,n,r,i,s,a,h,c,d,p,g=[],m=t.length,v=0,y=C,b=k;for(n=t.lastIndexOf(T),0>n&&(n=0),r=0;n>r;++r)t.charCodeAt(r)>=128&&o("not-basic"),g.push(t.charCodeAt(r));for(i=n>0?n+1:0;m>i;){for(s=v,a=1,h=S;i>=m&&o("invalid-input"),c=f(t.charCodeAt(i++)),(c>=S||c>O((_-v)/a))&&o("overflow"),v+=c*a,d=b>=h?x:h>=b+L?L:h-b,!(d>c);h+=S)p=S-d,a>O(_/p)&&o("overflow"),a*=p;e=g.length+1,b=l(v-s,e,0==s),O(v/e)>_-y&&o("overflow"),y+=O(v/e),v%=e,g.splice(v++,0,y)}return u(g)}function p(t){var e,n,r,i,s,a,u,f,d,p,g,m,v,y,b,w=[];for(t=h(t),m=t.length,e=C,n=0,s=k,a=0;m>a;++a)g=t[a],128>g&&w.push(q(g));for(r=i=w.length,i&&w.push(T);m>r;){for(u=_,a=0;m>a;++a)g=t[a],g>=e&&u>g&&(u=g);for(v=r+1,u-e>O((_-n)/v)&&o("overflow"),n+=(u-e)*v,e=u,a=0;m>a;++a)if(g=t[a],e>g&&++n>_&&o("overflow"),g==e){for(f=n,d=S;p=s>=d?x:d>=s+L?L:d-s,!(p>f);d+=S)b=f-p,y=S-p,w.push(q(c(p+b%y,0))),f=O(b/y);w.push(q(c(f,0))),s=l(n,v,r==i),n=0,++r}++n,++e}return w.join("")}function g(t){return a(t,function(t){return I.test(t)?d(t.slice(4).toLowerCase()):t
})}function m(t){return a(t,function(t){return U.test(t)?"xn--"+p(t):t})}var v="object"==typeof r&&r,y="object"==typeof n&&n&&n.exports==v&&n,b="object"==typeof e&&e;(b.global===b||b.window===b)&&(i=b);var w,E,_=2147483647,S=36,x=1,L=26,j=38,A=700,k=72,C=128,T="-",I=/^xn--/,U=/[^ -~]/,R=/\x2E|\u3002|\uFF0E|\uFF61/g,B={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},M=S-x,O=Math.floor,q=String.fromCharCode;if(w={version:"1.2.4",ucs2:{decode:h,encode:u},decode:d,encode:p,toASCII:m,toUnicode:g},"function"==typeof t&&"object"==typeof t.amd&&t.amd)t("punycode",function(){return w});else if(v&&!v.nodeType)if(y)y.exports=w;else for(E in w)w.hasOwnProperty(E)&&(v[E]=w[E]);else i.punycode=w}(this)}).call(this,"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],14:[function(t,e){"use strict";function n(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.exports=function(t,e,i,o){e=e||"&",i=i||"=";var s={};if("string"!=typeof t||0===t.length)return s;var a=/\+/g;t=t.split(e);var h=1e3;o&&"number"==typeof o.maxKeys&&(h=o.maxKeys);var u=t.length;h>0&&u>h&&(u=h);for(var f=0;u>f;++f){var c,l,d,p,g=t[f].replace(a,"%20"),m=g.indexOf(i);m>=0?(c=g.substr(0,m),l=g.substr(m+1)):(c=g,l=""),d=decodeURIComponent(c),p=decodeURIComponent(l),n(s,d)?r(s[d])?s[d].push(p):s[d]=[s[d],p]:s[d]=p}return s};var r=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)}},{}],15:[function(t,e){"use strict";function n(t,e){if(t.map)return t.map(e);for(var n=[],r=0;r<t.length;r++)n.push(e(t[r],r));return n}var r=function(t){switch(typeof t){case"string":return t;case"boolean":return t?"true":"false";case"number":return isFinite(t)?t:"";default:return""}};e.exports=function(t,e,s,a){return e=e||"&",s=s||"=",null===t&&(t=void 0),"object"==typeof t?n(o(t),function(n){var o=encodeURIComponent(r(n))+s;return i(t[n])?t[n].map(function(t){return o+encodeURIComponent(r(t))}).join(e):o+encodeURIComponent(r(t[n]))}).join(e):a?encodeURIComponent(r(a))+s+encodeURIComponent(r(t)):""};var i=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)},o=Object.keys||function(t){var e=[];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.push(n);return e}},{}],16:[function(t,e,n){"use strict";n.decode=n.parse=t("./decode"),n.encode=n.stringify=t("./encode")},{"./decode":14,"./encode":15}],17:[function(t,e){function n(t){return this instanceof n?(s.call(this,t),a.call(this,t),t&&t.readable===!1&&(this.readable=!1),t&&t.writable===!1&&(this.writable=!1),this.allowHalfOpen=!0,t&&t.allowHalfOpen===!1&&(this.allowHalfOpen=!1),void this.once("end",r)):new n(t)}function r(){if(!this.allowHalfOpen&&!this._writableState.ended){var t=this;o(function(){t.end()})}}e.exports=n;var i=t("inherits"),o=t("process/browser.js").nextTick,s=t("./readable.js"),a=t("./writable.js");i(n,s),n.prototype.write=a.prototype.write,n.prototype.end=a.prototype.end,n.prototype._write=a.prototype._write},{"./readable.js":21,"./writable.js":23,inherits:11,"process/browser.js":19}],18:[function(t,e){function n(){r.call(this)}e.exports=n;var r=t("events").EventEmitter,i=t("inherits");i(n,r),n.Readable=t("./readable.js"),n.Writable=t("./writable.js"),n.Duplex=t("./duplex.js"),n.Transform=t("./transform.js"),n.PassThrough=t("./passthrough.js"),n.Stream=n,n.prototype.pipe=function(t,e){function n(e){t.writable&&!1===t.write(e)&&u.pause&&u.pause()}function i(){u.readable&&u.resume&&u.resume()}function o(){f||(f=!0,t.end())}function s(){f||(f=!0,"function"==typeof t.destroy&&t.destroy())}function a(t){if(h(),0===r.listenerCount(this,"error"))throw t}function h(){u.removeListener("data",n),t.removeListener("drain",i),u.removeListener("end",o),u.removeListener("close",s),u.removeListener("error",a),t.removeListener("error",a),u.removeListener("end",h),u.removeListener("close",h),t.removeListener("close",h)}var u=this;u.on("data",n),t.on("drain",i),t._isStdio||e&&e.end===!1||(u.on("end",o),u.on("close",s));var f=!1;return u.on("error",a),t.on("error",a),u.on("end",h),u.on("close",h),t.on("close",h),t.emit("pipe",u),t}},{"./duplex.js":17,"./passthrough.js":20,"./readable.js":21,"./transform.js":22,"./writable.js":23,events:5,inherits:11}],19:[function(t,e){var n=e.exports={};n.nextTick=function(){var t="undefined"!=typeof window&&window.setImmediate,e="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(t)return function(t){return window.setImmediate(t)};if(e){var n=[];return window.addEventListener("message",function(t){var e=t.source;if((e===window||null===e)&&"process-tick"===t.data&&(t.stopPropagation(),n.length>0)){var r=n.shift();r()}},!0),function(t){n.push(t),window.postMessage("process-tick","*")}}return function(t){setTimeout(t,0)}}(),n.title="browser",n.browser=!0,n.env={},n.argv=[],n.binding=function(){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(){throw new Error("process.chdir is not supported")}},{}],20:[function(t,e){function n(t){return this instanceof n?void r.call(this,t):new n(t)}e.exports=n;var r=t("./transform.js"),i=t("inherits");i(n,r),n.prototype._transform=function(t,e,n){n(null,t)}},{"./transform.js":22,inherits:11}],21:[function(t,e){(function(n){function r(e){e=e||{};var n=e.highWaterMark;this.highWaterMark=n||0===n?n:16384,this.highWaterMark=~~this.highWaterMark,this.buffer=[],this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=!1,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.calledRead=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.objectMode=!!e.objectMode,this.defaultEncoding=e.defaultEncoding||"utf8",this.ranOut=!1,this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(S||(S=t("string_decoder").StringDecoder),this.decoder=new S(e.encoding),this.encoding=e.encoding)}function i(t){return this instanceof i?(this._readableState=new r(t,this),this.readable=!0,void L.call(this)):new i(t)}function o(t,e,n,r,i){var o=u(e,n);if(o)t.emit("error",o);else if(null===n||void 0===n)e.reading=!1,e.ended||f(t,e);else if(e.objectMode||n&&n.length>0)if(e.ended&&!i){var a=new Error("stream.push() after EOF");t.emit("error",a)}else if(e.endEmitted&&i){var a=new Error("stream.unshift() after end event");t.emit("error",a)}else!e.decoder||i||r||(n=e.decoder.write(n)),e.length+=e.objectMode?1:n.length,i?e.buffer.unshift(n):(e.reading=!1,e.buffer.push(n)),e.needReadable&&c(t),d(t,e);else i||(e.reading=!1);return s(e)}function s(t){return!t.ended&&(t.needReadable||t.length<t.highWaterMark||0===t.length)}function a(t){if(t>=C)t=C;else{t--;for(var e=1;32>e;e<<=1)t|=t>>e;t++}return t}function h(t,e){return 0===e.length&&e.ended?0:e.objectMode?0===t?0:1:isNaN(t)||null===t?e.flowing&&e.buffer.length?e.buffer[0].length:e.length:0>=t?0:(t>e.highWaterMark&&(e.highWaterMark=a(t)),t>e.length?e.ended?e.length:(e.needReadable=!0,0):t)}function u(t,e){var n=null;return j.isBuffer(e)||"string"==typeof e||null===e||void 0===e||t.objectMode||n||(n=new TypeError("Invalid non-string/buffer chunk")),n}function f(t,e){if(e.decoder&&!e.ended){var n=e.decoder.end();n&&n.length&&(e.buffer.push(n),e.length+=e.objectMode?1:n.length)}e.ended=!0,e.length>0?c(t):w(t)}function c(t){var e=t._readableState;e.needReadable=!1,e.emittedReadable||(e.emittedReadable=!0,e.sync?A(function(){l(t)}):l(t))}function l(t){t.emit("readable")}function d(t,e){e.readingMore||(e.readingMore=!0,A(function(){p(t,e)}))}function p(t,e){for(var n=e.length;!e.reading&&!e.flowing&&!e.ended&&e.length<e.highWaterMark&&(t.read(0),n!==e.length);)n=e.length;e.readingMore=!1}function g(t){return function(){var e=t._readableState;e.awaitDrain--,0===e.awaitDrain&&m(t)}}function m(t){function e(t){var e=t.write(n);!1===e&&r.awaitDrain++}var n,r=t._readableState;for(r.awaitDrain=0;r.pipesCount&&null!==(n=t.read());)if(1===r.pipesCount?e(r.pipes,0,null):E(r.pipes,e),t.emit("data",n),r.awaitDrain>0)return;return 0===r.pipesCount?(r.flowing=!1,void(x.listenerCount(t,"data")>0&&y(t))):void(r.ranOut=!0)}function v(){this._readableState.ranOut&&(this._readableState.ranOut=!1,m(this))}function y(t,e){var n=t._readableState;if(n.flowing)throw new Error("Cannot switch to old mode now.");var r=e||!1,i=!1;t.readable=!0,t.pipe=L.prototype.pipe,t.on=t.addListener=L.prototype.on,t.on("readable",function(){i=!0;for(var e;!r&&null!==(e=t.read());)t.emit("data",e);null===e&&(i=!1,t._readableState.needReadable=!0)}),t.pause=function(){r=!0,this.emit("pause")},t.resume=function(){r=!1,i?A(function(){t.emit("readable")}):this.read(0),this.emit("resume")},t.emit("readable")}function b(t,e){var n,r=e.buffer,i=e.length,o=!!e.decoder,s=!!e.objectMode;if(0===r.length)return null;if(0===i)n=null;else if(s)n=r.shift();else if(!t||t>=i)n=o?r.join(""):j.concat(r,i),r.length=0;else if(t<r[0].length){var a=r[0];n=a.slice(0,t),r[0]=a.slice(t)}else if(t===r[0].length)n=r.shift();else{n=o?"":new j(t);for(var h=0,u=0,f=r.length;f>u&&t>h;u++){var a=r[0],c=Math.min(t-h,a.length);o?n+=a.slice(0,c):a.copy(n,h,0,c),c<a.length?r[0]=a.slice(c):r.shift(),h+=c}}return n}function w(t){var e=t._readableState;if(e.length>0)throw new Error("endReadable called on non-empty stream");!e.endEmitted&&e.calledRead&&(e.ended=!0,A(function(){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}))}function E(t,e){for(var n=0,r=t.length;r>n;n++)e(t[n],n)}function _(t,e){for(var n=0,r=t.length;r>n;n++)if(t[n]===e)return n;return-1}e.exports=i,i.ReadableState=r;var S,x=t("events").EventEmitter,L=t("./index.js"),j=t("buffer").Buffer,A=t("process/browser.js").nextTick,k=t("inherits");k(i,L),i.prototype.push=function(t,e){var n=this._readableState;return"string"!=typeof t||n.objectMode||(e=e||n.defaultEncoding,e!==n.encoding&&(t=new j(t,e),e="")),o(this,n,t,e,!1)},i.prototype.unshift=function(t){var e=this._readableState;return o(this,e,t,"",!0)},i.prototype.setEncoding=function(e){S||(S=t("string_decoder").StringDecoder),this._readableState.decoder=new S(e),this._readableState.encoding=e};var C=8388608;i.prototype.read=function(t){var e=this._readableState;e.calledRead=!0;var n=t;if(("number"!=typeof t||t>0)&&(e.emittedReadable=!1),0===t&&e.needReadable&&(e.length>=e.highWaterMark||e.ended))return c(this),null;if(t=h(t,e),0===t&&e.ended)return 0===e.length&&w(this),null;var r=e.needReadable;e.length-t<=e.highWaterMark&&(r=!0),(e.ended||e.reading)&&(r=!1),r&&(e.reading=!0,e.sync=!0,0===e.length&&(e.needReadable=!0),this._read(e.highWaterMark),e.sync=!1),r&&!e.reading&&(t=h(n,e));var i;return i=t>0?b(t,e):null,null===i&&(e.needReadable=!0,t=0),e.length-=t,0!==e.length||e.ended||(e.needReadable=!0),e.ended&&!e.endEmitted&&0===e.length&&w(this),i},i.prototype._read=function(){this.emit("error",new Error("not implemented"))},i.prototype.pipe=function(t,e){function r(t){t===f&&o()}function i(){t.end()}function o(){t.removeListener("close",a),t.removeListener("finish",h),t.removeListener("drain",p),t.removeListener("error",s),t.removeListener("unpipe",r),f.removeListener("end",i),f.removeListener("end",o),(!t._writableState||t._writableState.needDrain)&&p()}function s(e){u(),0===y&&0===x.listenerCount(t,"error")&&t.emit("error",e)}function a(){t.removeListener("finish",h),u()}function h(){t.removeListener("close",a),u()}function u(){f.unpipe(t)}var f=this,c=this._readableState;switch(c.pipesCount){case 0:c.pipes=t;break;case 1:c.pipes=[c.pipes,t];break;default:c.pipes.push(t)}c.pipesCount+=1;var l=(!e||e.end!==!1)&&t!==n.stdout&&t!==n.stderr,d=l?i:o;c.endEmitted?A(d):f.once("end",d),t.on("unpipe",r);var p=g(f);t.on("drain",p);var y=x.listenerCount(t,"error");return t.once("error",s),t.once("close",a),t.once("finish",h),t.emit("pipe",f),c.flowing||(this.on("readable",v),c.flowing=!0,A(function(){m(f)})),t},i.prototype.unpipe=function(t){var e=this._readableState;if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,this.removeListener("readable",v),e.flowing=!1,t&&t.emit("unpipe",this),this);if(!t){var n=e.pipes,r=e.pipesCount;e.pipes=null,e.pipesCount=0,this.removeListener("readable",v),e.flowing=!1;for(var i=0;r>i;i++)n[i].emit("unpipe",this);return this}var i=_(e.pipes,t);return-1===i?this:(e.pipes.splice(i,1),e.pipesCount-=1,1===e.pipesCount&&(e.pipes=e.pipes[0]),t.emit("unpipe",this),this)},i.prototype.on=function(t,e){var n=L.prototype.on.call(this,t,e);if("data"!==t||this._readableState.flowing||y(this),"readable"===t&&this.readable){var r=this._readableState;r.readableListening||(r.readableListening=!0,r.emittedReadable=!1,r.needReadable=!0,r.reading?r.length&&c(this,r):this.read(0))}return n},i.prototype.addListener=i.prototype.on,i.prototype.resume=function(){y(this),this.read(0),this.emit("resume")},i.prototype.pause=function(){y(this,!0),this.emit("pause")},i.prototype.wrap=function(t){var e=this._readableState,n=!1,r=this;t.on("end",function(){if(e.decoder&&!e.ended){var t=e.decoder.end();t&&t.length&&r.push(t)}r.push(null)}),t.on("data",function(i){if(e.decoder&&(i=e.decoder.write(i)),i&&(e.objectMode||i.length)){var o=r.push(i);o||(n=!0,t.pause())}});for(var i in t)"function"==typeof t[i]&&"undefined"==typeof this[i]&&(this[i]=function(e){return function(){return t[e].apply(t,arguments)}}(i));var o=["error","close","destroy","pause","resume"];return E(o,function(e){t.on(e,function(t){return r.emit.apply(r,e,t)})}),r._read=function(){n&&(n=!1,t.resume())},r},i._fromList=b}).call(this,t("/Users/tmcw/src/leaflet-geojson-stream/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))},{"./index.js":18,"/Users/tmcw/src/leaflet-geojson-stream/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":12,buffer:2,events:5,inherits:11,"process/browser.js":19,string_decoder:24}],22:[function(t,e){function n(t,e){this.afterTransform=function(t,n){return r(e,t,n)},this.needTransform=!1,this.transforming=!1,this.writecb=null,this.writechunk=null}function r(t,e,n){var r=t._transformState;r.transforming=!1;var i=r.writecb;if(!i)return t.emit("error",new Error("no writecb in Transform class"));r.writechunk=null,r.writecb=null,null!==n&&void 0!==n&&t.push(n),i&&i(e);var o=t._readableState;o.reading=!1,(o.needReadable||o.length<o.highWaterMark)&&t._read(o.highWaterMark)}function i(t){if(!(this instanceof i))return new i(t);s.call(this,t);var e=(this._transformState=new n(t,this),this);this._readableState.needReadable=!0,this._readableState.sync=!1,this.once("finish",function(){"function"==typeof this._flush?this._flush(function(t){o(e,t)}):o(e)})}function o(t,e){if(e)return t.emit("error",e);var n=t._writableState,r=(t._readableState,t._transformState);if(n.length)throw new Error("calling transform done when ws.length != 0");if(r.transforming)throw new Error("calling transform done when still transforming");return t.push(null)}e.exports=i;var s=t("./duplex.js"),a=t("inherits");a(i,s),i.prototype.push=function(t,e){return this._transformState.needTransform=!1,s.prototype.push.call(this,t,e)},i.prototype._transform=function(){throw new Error("not implemented")},i.prototype._write=function(t,e,n){var r=this._transformState;if(r.writecb=n,r.writechunk=t,r.writeencoding=e,!r.transforming){var i=this._readableState;(r.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},i.prototype._read=function(){var t=this._transformState;t.writechunk&&t.writecb&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0}},{"./duplex.js":17,inherits:11}],23:[function(t,e){function n(t,e,n){this.chunk=t,this.encoding=e,this.callback=n}function r(t,e){t=t||{};var n=t.highWaterMark;this.highWaterMark=n||0===n?n:16384,this.objectMode=!!t.objectMode,this.highWaterMark=~~this.highWaterMark,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1;var r=t.decodeStrings===!1;this.decodeStrings=!r,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(t){l(e,t)},this.writecb=null,this.writelen=0,this.buffer=[]}function i(t){return this instanceof i||this instanceof _.Duplex?(this._writableState=new r(t,this),this.writable=!0,void _.call(this)):new i(t)}function o(t,e,n){var r=new Error("write after end");t.emit("error",r),S(function(){n(r)})}function s(t,e,n,r){var i=!0;if(!x.isBuffer(n)&&"string"!=typeof n&&null!==n&&void 0!==n&&!e.objectMode){var o=new TypeError("Invalid non-string/buffer chunk");t.emit("error",o),S(function(){r(o)}),i=!1}return i}function a(t,e,n){return t.objectMode||t.decodeStrings===!1||"string"!=typeof e||(e=new x(e,n)),e}function h(t,e,r,i,o){r=a(e,r,i);var s=e.objectMode?1:r.length;e.length+=s;var h=e.length<e.highWaterMark;return e.needDrain=!h,e.writing?e.buffer.push(new n(r,i,o)):u(t,e,s,r,i,o),h}function u(t,e,n,r,i,o){e.writelen=n,e.writecb=o,e.writing=!0,e.sync=!0,t._write(r,i,e.onwrite),e.sync=!1}function f(t,e,n,r,i){n?S(function(){i(r)}):i(r),t.emit("error",r)}function c(t){t.writing=!1,t.writecb=null,t.length-=t.writelen,t.writelen=0}function l(t,e){var n=t._writableState,r=n.sync,i=n.writecb;if(c(n),e)f(t,n,r,e,i);else{var o=m(t,n);o||n.bufferProcessing||!n.buffer.length||g(t,n),r?S(function(){d(t,n,o,i)}):d(t,n,o,i)}}function d(t,e,n,r){n||p(t,e),r(),n&&v(t,e)}function p(t,e){0===e.length&&e.needDrain&&(e.needDrain=!1,t.emit("drain"))}function g(t,e){e.bufferProcessing=!0;for(var n=0;n<e.buffer.length;n++){var r=e.buffer[n],i=r.chunk,o=r.encoding,s=r.callback,a=e.objectMode?1:i.length;if(u(t,e,a,i,o,s),e.writing){n++;break}}e.bufferProcessing=!1,n<e.buffer.length?e.buffer=e.buffer.slice(n):e.buffer.length=0}function m(t,e){return e.ending&&0===e.length&&!e.finished&&!e.writing}function v(t,e){var n=m(t,e);return n&&(e.finished=!0,t.emit("finish")),n}function y(t,e,n){e.ending=!0,v(t,e),n&&(e.finished?S(n):t.once("finish",n)),e.ended=!0}e.exports=i,i.WritableState=r;var b="undefined"!=typeof Uint8Array?function(t){return t instanceof Uint8Array}:function(t){return t&&t.constructor&&"Uint8Array"===t.constructor.name},w="undefined"!=typeof ArrayBuffer?function(t){return t instanceof ArrayBuffer}:function(t){return t&&t.constructor&&"ArrayBuffer"===t.constructor.name},E=t("inherits"),_=t("./index.js"),S=t("process/browser.js").nextTick,x=t("buffer").Buffer;E(i,_),i.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe. Not readable."))},i.prototype.write=function(t,e,n){var r=this._writableState,i=!1;return"function"==typeof e&&(n=e,e=null),!x.isBuffer(t)&&b(t)&&(t=new x(t)),w(t)&&"undefined"!=typeof Uint8Array&&(t=new x(new Uint8Array(t))),x.isBuffer(t)?e="buffer":e||(e=r.defaultEncoding),"function"!=typeof n&&(n=function(){}),r.ended?o(this,r,n):s(this,r,t,n)&&(i=h(this,r,t,e,n)),i},i.prototype._write=function(t,e,n){n(new Error("not implemented"))},i.prototype.end=function(t,e,n){var r=this._writableState;"function"==typeof t?(n=t,t=null,e=null):"function"==typeof e&&(n=e,e=null),"undefined"!=typeof t&&null!==t&&this.write(t,e),r.ending||r.finished||y(this,r,n)}},{"./index.js":18,buffer:2,inherits:11,"process/browser.js":19}],24:[function(t,e,n){function r(t){if(t&&!a.isEncoding(t))throw new Error("Unknown encoding: "+t)}function i(t){return t.toString(this.encoding)}function o(t){var e=this.charReceived=t.length%2;return this.charLength=e?2:0,e}function s(t){var e=this.charReceived=t.length%3;return this.charLength=e?3:0,e}var a=t("buffer").Buffer,h=n.StringDecoder=function(t){switch(this.encoding=(t||"utf8").toLowerCase().replace(/[-_]/,""),r(t),this.encoding){case"utf8":this.surrogateSize=3;break;case"ucs2":case"utf16le":this.surrogateSize=2,this.detectIncompleteChar=o;break;case"base64":this.surrogateSize=3,this.detectIncompleteChar=s;break;default:return void(this.write=i)}this.charBuffer=new a(6),this.charReceived=0,this.charLength=0};h.prototype.write=function(t){for(var e="",n=0;this.charLength;){var r=t.length>=this.charLength-this.charReceived?this.charLength-this.charReceived:t.length;if(t.copy(this.charBuffer,this.charReceived,n,r),this.charReceived+=r-n,n=r,this.charReceived<this.charLength)return"";e=this.charBuffer.slice(0,this.charLength).toString(this.encoding);var i=e.charCodeAt(e.length-1);if(!(i>=55296&&56319>=i)){if(this.charReceived=this.charLength=0,r==t.length)return e;t=t.slice(r,t.length);break}this.charLength+=this.surrogateSize,e=""}var o=this.detectIncompleteChar(t),s=t.length;this.charLength&&(t.copy(this.charBuffer,0,t.length-o,s),this.charReceived=o,s-=o),e+=t.toString(this.encoding,0,s);var s=e.length-1,i=e.charCodeAt(s);if(i>=55296&&56319>=i){var a=this.surrogateSize;return this.charLength+=a,this.charReceived+=a,this.charBuffer.copy(this.charBuffer,a,0,a),this.charBuffer.write(e.charAt(e.length-1),this.encoding),e.substring(0,s)}return e},h.prototype.detectIncompleteChar=function(t){for(var e=t.length>=3?3:t.length;e>0;e--){var n=t[t.length-e];if(1==e&&n>>5==6){this.charLength=2;break}if(2>=e&&n>>4==14){this.charLength=3;break}if(3>=e&&n>>3==30){this.charLength=4;break}}return e},h.prototype.end=function(t){var e="";if(t&&t.length&&(e=this.write(t)),this.charReceived){var n=this.charReceived,r=this.charBuffer,i=this.encoding;e+=r.slice(0,n).toString(i)}return e}},{buffer:2}],25:[function(t,e,n){function r(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}function i(t,e,n){if(t&&u(t)&&t instanceof r)return t;var i=new r;return i.parse(t,e,n),i}function o(t){return h(t)&&(t=i(t)),t instanceof r?t.format():r.prototype.format.call(t)}function s(t,e){return i(t,!1,!0).resolve(e)}function a(t,e){return t?i(t,!1,!0).resolveObject(e):e}function h(t){return"string"==typeof t}function u(t){return"object"==typeof t&&null!==t}function f(t){return null===t}function c(t){return null==t}var l=t("punycode");n.parse=i,n.resolve=s,n.resolveObject=a,n.format=o,n.Url=r;var d=/^([a-z0-9.+-]+:)/i,p=/:[0-9]*$/,g=["<",">",'"',"`"," ","\r","\n"," "],m=["{","}","|","\\","^","`"].concat(g),v=["'"].concat(m),y=["%","/","?",";","#"].concat(v),b=["/","?","#"],w=255,E=/^[a-z0-9A-Z_-]{0,63}$/,_=/^([a-z0-9A-Z_-]{0,63})(.*)$/,S={javascript:!0,"javascript:":!0},x={javascript:!0,"javascript:":!0},L={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},j=t("querystring");r.prototype.parse=function(t,e,n){if(!h(t))throw new TypeError("Parameter 'url' must be a string, not "+typeof t);var r=t;r=r.trim();var i=d.exec(r);if(i){i=i[0];var o=i.toLowerCase();this.protocol=o,r=r.substr(i.length)}if(n||i||r.match(/^\/\/[^@\/]+@[^@\/]+/)){var s="//"===r.substr(0,2);!s||i&&x[i]||(r=r.substr(2),this.slashes=!0)}if(!x[i]&&(s||i&&!L[i])){for(var a=-1,u=0;u<b.length;u++){var f=r.indexOf(b[u]);-1!==f&&(-1===a||a>f)&&(a=f)}var c,p;p=-1===a?r.lastIndexOf("@"):r.lastIndexOf("@",a),-1!==p&&(c=r.slice(0,p),r=r.slice(p+1),this.auth=decodeURIComponent(c)),a=-1;for(var u=0;u<y.length;u++){var f=r.indexOf(y[u]);-1!==f&&(-1===a||a>f)&&(a=f)}-1===a&&(a=r.length),this.host=r.slice(0,a),r=r.slice(a),this.parseHost(),this.hostname=this.hostname||"";var g="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!g)for(var m=this.hostname.split(/\./),u=0,A=m.length;A>u;u++){var k=m[u];if(k&&!k.match(E)){for(var C="",T=0,I=k.length;I>T;T++)C+=k.charCodeAt(T)>127?"x":k[T];if(!C.match(E)){var U=m.slice(0,u),R=m.slice(u+1),B=k.match(_);B&&(U.push(B[1]),R.unshift(B[2])),R.length&&(r="/"+R.join(".")+r),this.hostname=U.join(".");break}}}if(this.hostname=this.hostname.length>w?"":this.hostname.toLowerCase(),!g){for(var M=this.hostname.split("."),O=[],u=0;u<M.length;++u){var q=M[u];O.push(q.match(/[^A-Za-z0-9_-]/)?"xn--"+l.encode(q):q)}this.hostname=O.join(".")}var N=this.port?":"+this.port:"",D=this.hostname||"";this.host=D+N,this.href+=this.host,g&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==r[0]&&(r="/"+r))}if(!S[o])for(var u=0,A=v.length;A>u;u++){var F=v[u],H=encodeURIComponent(F);H===F&&(H=escape(F)),r=r.split(F).join(H)}var P=r.indexOf("#");-1!==P&&(this.hash=r.substr(P),r=r.slice(0,P));var z=r.indexOf("?");if(-1!==z?(this.search=r.substr(z),this.query=r.substr(z+1),e&&(this.query=j.parse(this.query)),r=r.slice(0,z)):e&&(this.search="",this.query={}),r&&(this.pathname=r),L[o]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){var N=this.pathname||"",q=this.search||"";this.path=N+q}return this.href=this.format(),this},r.prototype.format=function(){var t=this.auth||"";t&&(t=encodeURIComponent(t),t=t.replace(/%3A/i,":"),t+="@");var e=this.protocol||"",n=this.pathname||"",r=this.hash||"",i=!1,o="";this.host?i=t+this.host:this.hostname&&(i=t+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(i+=":"+this.port)),this.query&&u(this.query)&&Object.keys(this.query).length&&(o=j.stringify(this.query));var s=this.search||o&&"?"+o||"";return e&&":"!==e.substr(-1)&&(e+=":"),this.slashes||(!e||L[e])&&i!==!1?(i="//"+(i||""),n&&"/"!==n.charAt(0)&&(n="/"+n)):i||(i=""),r&&"#"!==r.charAt(0)&&(r="#"+r),s&&"?"!==s.charAt(0)&&(s="?"+s),n=n.replace(/[?#]/g,function(t){return encodeURIComponent(t)}),s=s.replace("#","%23"),e+i+n+s+r},r.prototype.resolve=function(t){return this.resolveObject(i(t,!1,!0)).format()},r.prototype.resolveObject=function(t){if(h(t)){var e=new r;e.parse(t,!1,!0),t=e}var n=new r;if(Object.keys(this).forEach(function(t){n[t]=this[t]},this),n.hash=t.hash,""===t.href)return n.href=n.format(),n;if(t.slashes&&!t.protocol)return Object.keys(t).forEach(function(e){"protocol"!==e&&(n[e]=t[e])}),L[n.protocol]&&n.hostname&&!n.pathname&&(n.path=n.pathname="/"),n.href=n.format(),n;if(t.protocol&&t.protocol!==n.protocol){if(!L[t.protocol])return Object.keys(t).forEach(function(e){n[e]=t[e]}),n.href=n.format(),n;if(n.protocol=t.protocol,t.host||x[t.protocol])n.pathname=t.pathname;else{for(var i=(t.pathname||"").split("/");i.length&&!(t.host=i.shift()););t.host||(t.host=""),t.hostname||(t.hostname=""),""!==i[0]&&i.unshift(""),i.length<2&&i.unshift(""),n.pathname=i.join("/")}if(n.search=t.search,n.query=t.query,n.host=t.host||"",n.auth=t.auth,n.hostname=t.hostname||t.host,n.port=t.port,n.pathname||n.search){var o=n.pathname||"",s=n.search||"";n.path=o+s}return n.slashes=n.slashes||t.slashes,n.href=n.format(),n}var a=n.pathname&&"/"===n.pathname.charAt(0),u=t.host||t.pathname&&"/"===t.pathname.charAt(0),l=u||a||n.host&&t.pathname,d=l,p=n.pathname&&n.pathname.split("/")||[],i=t.pathname&&t.pathname.split("/")||[],g=n.protocol&&!L[n.protocol];if(g&&(n.hostname="",n.port=null,n.host&&(""===p[0]?p[0]=n.host:p.unshift(n.host)),n.host="",t.protocol&&(t.hostname=null,t.port=null,t.host&&(""===i[0]?i[0]=t.host:i.unshift(t.host)),t.host=null),l=l&&(""===i[0]||""===p[0])),u)n.host=t.host||""===t.host?t.host:n.host,n.hostname=t.hostname||""===t.hostname?t.hostname:n.hostname,n.search=t.search,n.query=t.query,p=i;else if(i.length)p||(p=[]),p.pop(),p=p.concat(i),n.search=t.search,n.query=t.query;else if(!c(t.search)){if(g){n.hostname=n.host=p.shift();var m=n.host&&n.host.indexOf("@")>0?n.host.split("@"):!1;m&&(n.auth=m.shift(),n.host=n.hostname=m.shift())}return n.search=t.search,n.query=t.query,f(n.pathname)&&f(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.href=n.format(),n}if(!p.length)return n.pathname=null,n.path=n.search?"/"+n.search:null,n.href=n.format(),n;for(var v=p.slice(-1)[0],y=(n.host||t.host)&&("."===v||".."===v)||""===v,b=0,w=p.length;w>=0;w--)v=p[w],"."==v?p.splice(w,1):".."===v?(p.splice(w,1),b++):b&&(p.splice(w,1),b--);if(!l&&!d)for(;b--;b)p.unshift("..");!l||""===p[0]||p[0]&&"/"===p[0].charAt(0)||p.unshift(""),y&&"/"!==p.join("/").substr(-1)&&p.push("");var E=""===p[0]||p[0]&&"/"===p[0].charAt(0);if(g){n.hostname=n.host=E?"":p.length?p.shift():"";var m=n.host&&n.host.indexOf("@")>0?n.host.split("@"):!1;m&&(n.auth=m.shift(),n.host=n.hostname=m.shift())}return l=l||n.host&&p.length,l&&!E&&p.unshift(""),p.length?n.pathname=p.join("/"):(n.pathname=null,n.path=null),f(n.pathname)&&f(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.auth=t.auth||n.auth,n.slashes=n.slashes||t.slashes,n.href=n.format(),n},r.prototype.parseHost=function(){var t=this.host,e=p.exec(t);e&&(e=e[0],":"!==e&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)}},{punycode:13,querystring:16}],26:[function(t,e){e.exports=function(t){return t&&"object"==typeof t&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},{}],27:[function(t,e,n){(function(e,r){function i(t,e){var r={seen:[],stylize:s};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),g(e)?r.showHidden=e:e&&n._extend(r,e),E(r.showHidden)&&(r.showHidden=!1),E(r.depth)&&(r.depth=2),E(r.colors)&&(r.colors=!1),E(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=o),h(r,t,r.depth)}function o(t,e){var n=i.styles[e];return n?"["+i.colors[n][0]+"m"+t+"["+i.colors[n][1]+"m":t}function s(t){return t}function a(t){var e={};return t.forEach(function(t){e[t]=!0}),e}function h(t,e,r){if(t.customInspect&&e&&j(e.inspect)&&e.inspect!==n.inspect&&(!e.constructor||e.constructor.prototype!==e)){var i=e.inspect(r,t);return b(i)||(i=h(t,i,r)),i}var o=u(t,e);if(o)return o;var s=Object.keys(e),g=a(s);if(t.showHidden&&(s=Object.getOwnPropertyNames(e)),L(e)&&(s.indexOf("message")>=0||s.indexOf("description")>=0))return f(e);if(0===s.length){if(j(e)){var m=e.name?": "+e.name:"";return t.stylize("[Function"+m+"]","special")}if(_(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(x(e))return t.stylize(Date.prototype.toString.call(e),"date");if(L(e))return f(e)}var v="",y=!1,w=["{","}"];if(p(e)&&(y=!0,w=["[","]"]),j(e)){var E=e.name?": "+e.name:"";v=" [Function"+E+"]"}if(_(e)&&(v=" "+RegExp.prototype.toString.call(e)),x(e)&&(v=" "+Date.prototype.toUTCString.call(e)),L(e)&&(v=" "+f(e)),0===s.length&&(!y||0==e.length))return w[0]+v+w[1];if(0>r)return _(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var S;return S=y?c(t,e,r,g,s):s.map(function(n){return l(t,e,r,g,n,y)}),t.seen.pop(),d(S,v,w)}function u(t,e){if(E(e))return t.stylize("undefined","undefined");if(b(e)){var n="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(n,"string")}return y(e)?t.stylize(""+e,"number"):g(e)?t.stylize(""+e,"boolean"):m(e)?t.stylize("null","null"):void 0}function f(t){return"["+Error.prototype.toString.call(t)+"]"}function c(t,e,n,r,i){for(var o=[],s=0,a=e.length;a>s;++s)o.push(I(e,String(s))?l(t,e,n,r,String(s),!0):"");return i.forEach(function(i){i.match(/^\d+$/)||o.push(l(t,e,n,r,i,!0))}),o}function l(t,e,n,r,i,o){var s,a,u;if(u=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},u.get?a=u.set?t.stylize("[Getter/Setter]","special"):t.stylize("[Getter]","special"):u.set&&(a=t.stylize("[Setter]","special")),I(r,i)||(s="["+i+"]"),a||(t.seen.indexOf(u.value)<0?(a=m(n)?h(t,u.value,null):h(t,u.value,n-1),a.indexOf("\n")>-1&&(a=o?a.split("\n").map(function(t){return" "+t}).join("\n").substr(2):"\n"+a.split("\n").map(function(t){return" "+t}).join("\n"))):a=t.stylize("[Circular]","special")),E(s)){if(o&&i.match(/^\d+$/))return a;s=JSON.stringify(""+i),s.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(s=s.substr(1,s.length-2),s=t.stylize(s,"name")):(s=s.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),s=t.stylize(s,"string"))}return s+": "+a}function d(t,e,n){var r=0,i=t.reduce(function(t,e){return r++,e.indexOf("\n")>=0&&r++,t+e.replace(/\u001b\[\d\d?m/g,"").length+1},0);return i>60?n[0]+(""===e?"":e+"\n ")+" "+t.join(",\n ")+" "+n[1]:n[0]+e+" "+t.join(", ")+" "+n[1]}function p(t){return Array.isArray(t)
}function g(t){return"boolean"==typeof t}function m(t){return null===t}function v(t){return null==t}function y(t){return"number"==typeof t}function b(t){return"string"==typeof t}function w(t){return"symbol"==typeof t}function E(t){return void 0===t}function _(t){return S(t)&&"[object RegExp]"===k(t)}function S(t){return"object"==typeof t&&null!==t}function x(t){return S(t)&&"[object Date]"===k(t)}function L(t){return S(t)&&("[object Error]"===k(t)||t instanceof Error)}function j(t){return"function"==typeof t}function A(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||"undefined"==typeof t}function k(t){return Object.prototype.toString.call(t)}function C(t){return 10>t?"0"+t.toString(10):t.toString(10)}function T(){var t=new Date,e=[C(t.getHours()),C(t.getMinutes()),C(t.getSeconds())].join(":");return[t.getDate(),M[t.getMonth()],e].join(" ")}function I(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var U=/%[sdj%]/g;n.format=function(t){if(!b(t)){for(var e=[],n=0;n<arguments.length;n++)e.push(i(arguments[n]));return e.join(" ")}for(var n=1,r=arguments,o=r.length,s=String(t).replace(U,function(t){if("%%"===t)return"%";if(n>=o)return t;switch(t){case"%s":return String(r[n++]);case"%d":return Number(r[n++]);case"%j":try{return JSON.stringify(r[n++])}catch(e){return"[Circular]"}default:return t}}),a=r[n];o>n;a=r[++n])s+=m(a)||!S(a)?" "+a:" "+i(a);return s},n.deprecate=function(t,i){function o(){if(!s){if(e.throwDeprecation)throw new Error(i);e.traceDeprecation?console.trace(i):console.error(i),s=!0}return t.apply(this,arguments)}if(E(r.process))return function(){return n.deprecate(t,i).apply(this,arguments)};if(e.noDeprecation===!0)return t;var s=!1;return o};var R,B={};n.debuglog=function(t){if(E(R)&&(R=e.env.NODE_DEBUG||""),t=t.toUpperCase(),!B[t])if(new RegExp("\\b"+t+"\\b","i").test(R)){var r=e.pid;B[t]=function(){var e=n.format.apply(n,arguments);console.error("%s %d: %s",t,r,e)}}else B[t]=function(){};return B[t]},n.inspect=i,i.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},i.styles={special:"cyan",number:"yellow","boolean":"yellow",undefined:"grey","null":"bold",string:"green",date:"magenta",regexp:"red"},n.isArray=p,n.isBoolean=g,n.isNull=m,n.isNullOrUndefined=v,n.isNumber=y,n.isString=b,n.isSymbol=w,n.isUndefined=E,n.isRegExp=_,n.isObject=S,n.isDate=x,n.isError=L,n.isFunction=j,n.isPrimitive=A,n.isBuffer=t("./support/isBuffer");var M=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];n.log=function(){console.log("%s - %s",T(),n.format.apply(n,arguments))},n.inherits=t("inherits"),n._extend=function(t,e){if(!e||!S(e))return t;for(var n=Object.keys(e),r=n.length;r--;)t[n[r]]=e[n[r]];return t}}).call(this,t("/Users/tmcw/src/leaflet-geojson-stream/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./support/isBuffer":26,"/Users/tmcw/src/leaflet-geojson-stream/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":12,inherits:11}],28:[function(t,e){var n=t("JSONStream"),r='{"type":"FeatureCollection","features":[',i="]}";e.exports.parse=function(){var t=n.parse("features.*");return t},e.exports.stringify=function(){var t=n.stringify(r,"\n,\n",i);return t}},{JSONStream:29}],29:[function(t,e,n){(function(e,r){function i(t,e){return"string"==typeof t?e==t:t&&"function"==typeof t.exec?t.exec(e):"boolean"==typeof t?t:"function"==typeof t?t(e):!1}var o=t("jsonparse"),s=t("stream").Stream,a=t("through");n.parse=function(t){var n=new o,s=a(function(t){if("string"==typeof t)if(e.browser){for(var i=new Array(t.length),o=0;o<t.length;o++)i[o]=t.charCodeAt(o);t=new Int32Array(i)}else t=new r(t);n.write(t)},function(t){t&&s.write(t),s.queue(null)});"string"==typeof t&&(t=t.split(".").map(function(t){return"*"===t?!0:""===t?{recurse:!0}:t}));var h=0;return t&&t.length||(t=null),n.onValue=function(){if(this.root||1!=this.stack.length||(s.root=this.value),t){for(var e=0,n=0;e<t.length;){var r,o=t[e];if(n++,o&&!o.recurse){if(r=n===this.stack.length?this:this.stack[n],!r)return;if(!i(o,r.key))return;e++}else{e++;var a=t[e];if(!a)return;for(;;){if(r=n===this.stack.length?this:this.stack[n],!r)return;if(i(a,r.key)){e++;break}n++}}}n===this.stack.length&&(h++,s.queue(this.value[this.key]),delete this.value[this.key])}},n._onToken=n.onToken,n.onToken=function(e,r){n._onToken(e,r),0===this.stack.length&&s.root&&(t||s.queue(s.root),s.emit("root",s.root,h),h=0,s.root=null)},n.onError=function(t){s.emit("error",t)},s},n.stringify=function(t,e,n){t===!1?(t="",e="\n",n=""):null==t&&(t="[\n",e="\n,\n",n="\n]\n");var r,i=!0,o=!1;return r=a(function(n){o=!0;var s=JSON.stringify(n);i?(i=!1,r.queue(t+s)):r.queue(e+s)},function(){o||r.queue(t),r.queue(n),r.queue(null)})},n.stringifyObject=function(t,e,n){t===!1?(t="",e="\n",n=""):null==t&&(t="{\n",e="\n,\n",n="\n}\n");var r=new s,i=!0,o=!1;return r=a(function(n){o=!0;var s=JSON.stringify(n[0])+":"+JSON.stringify(n[1]);i?(i=!1,r.queue(t+s)):r.queue(e+s)},function(){o||r.queue(t),r.queue(n),r.queue(null)})}}).call(this,t("/Users/tmcw/src/leaflet-geojson-stream/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"),t("buffer").Buffer)},{"/Users/tmcw/src/leaflet-geojson-stream/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":12,buffer:2,jsonparse:30,stream:18,through:34}],30:[function(t,e){(function(t){function n(t){for(var e=Object.keys(i),n=0,r=e.length;r>n;n++){var o=e[n];if(i[o]===t)return o}return t&&"0x"+t.toString(16)}function r(){this.tState=m,this.value=void 0,this.string=void 0,this.unicode=void 0,this.negative=void 0,this.magnatude=void 0,this.position=void 0,this.exponent=void 0,this.negativeExponent=void 0,this.key=void 0,this.mode=void 0,this.stack=[],this.state=H,this.bytes_remaining=0,this.bytes_in_sequence=0,this.temp_buffs={2:new t(2),3:new t(3),4:new t(4)}}var i={},o=i.LEFT_BRACE=1,s=i.RIGHT_BRACE=2,a=i.LEFT_BRACKET=3,h=i.RIGHT_BRACKET=4,u=i.COLON=5,f=i.COMMA=6,c=i.TRUE=7,l=i.FALSE=8,d=i.NULL=9,p=i.STRING=10,g=i.NUMBER=11,m=i.START=17,v=i.TRUE1=33,y=i.TRUE2=34,b=i.TRUE3=35,w=i.FALSE1=49,E=i.FALSE2=50,_=i.FALSE3=51,S=i.FALSE4=52,x=i.NULL1=65,L=i.NULL3=66,j=i.NULL2=67,A=i.NUMBER1=81,k=i.NUMBER2=82,C=i.NUMBER3=83,T=i.NUMBER4=84,I=i.NUMBER5=85,U=i.NUMBER6=86,R=i.NUMBER7=87,B=i.NUMBER8=88,M=i.STRING1=97,O=i.STRING2=98,q=i.STRING3=99,N=i.STRING4=100,D=i.STRING5=101,F=i.STRING6=102,H=i.VALUE=113,P=i.KEY=114,z=i.OBJECT=129,W=i.ARRAY=130,G=r.prototype;G.charError=function(t,e){this.onError(new Error("Unexpected "+JSON.stringify(String.fromCharCode(t[e]))+" at position "+e+" in state "+n(this.tState)))},G.onError=function(t){throw t},G.write=function(e){"string"==typeof e&&(e=new t(e));for(var n,r=0,i=e.length;i>r;r++)if(this.tState===m)n=e[r],123===n?this.onToken(o,"{"):125===n?this.onToken(s,"}"):91===n?this.onToken(a,"["):93===n?this.onToken(h,"]"):58===n?this.onToken(u,":"):44===n?this.onToken(f,","):116===n?this.tState=v:102===n?this.tState=w:110===n?this.tState=x:34===n?(this.string="",this.tState=M):45===n?(this.negative=!0,this.tState=A):48===n?(this.magnatude=0,this.tState=k):n>48&&64>n?(this.magnatude=n-48,this.tState=C):32===n||9===n||10===n||13===n||this.charError(e,r);else if(this.tState===M)if(n=e[r],this.bytes_remaining>0){for(var H=0;H<this.bytes_remaining;H++)this.temp_buffs[this.bytes_in_sequence][this.bytes_in_sequence-this.bytes_remaining+H]=e[H];this.string+=this.temp_buffs[this.bytes_in_sequence].toString(),this.bytes_in_sequence=this.bytes_remaining=0,r=r+H-1}else if(0===this.bytes_remaining&&n>=128)if(n>=194&&223>=n&&(this.bytes_in_sequence=2),n>=224&&239>=n&&(this.bytes_in_sequence=3),n>=240&&244>=n&&(this.bytes_in_sequence=4),this.bytes_in_sequence+r>e.length){for(var P=0;P<=e.length-1-r;P++)this.temp_buffs[this.bytes_in_sequence][P]=e[r+P];this.bytes_remaining=r+this.bytes_in_sequence-e.length,r=e.length-1}else this.string+=e.slice(r,r+this.bytes_in_sequence).toString(),r=r+this.bytes_in_sequence-1;else 34===n?(this.tState=m,this.onToken(p,this.string),this.string=void 0):92===n?this.tState=O:n>=32?this.string+=String.fromCharCode(n):this.charError(e,r);else this.tState===O?(n=e[r],34===n?(this.string+='"',this.tState=M):92===n?(this.string+="\\",this.tState=M):47===n?(this.string+="/",this.tState=M):98===n?(this.string+="\b",this.tState=M):102===n?(this.string+="\f",this.tState=M):110===n?(this.string+="\n",this.tState=M):114===n?(this.string+="\r",this.tState=M):116===n?(this.string+=" ",this.tState=M):117===n?(this.unicode="",this.tState=q):this.charError(e,r)):this.tState===q||this.tState===N||this.tState===D||this.tState===F?(n=e[r],n>=48&&64>n||n>64&&70>=n||n>96&&102>=n?(this.unicode+=String.fromCharCode(n),this.tState++===F&&(this.string+=String.fromCharCode(parseInt(this.unicode,16)),this.unicode=void 0,this.tState=M)):this.charError(e,r)):this.tState===A?(n=e[r],48===n?(this.magnatude=0,this.tState=k):n>48&&64>n?(this.magnatude=n-48,this.tState=C):this.charError(e,r)):this.tState===k?(n=e[r],46===n?(this.position=.1,this.tState=T):101===n||69===n?(this.exponent=0,this.tState=U):(this.tState=m,this.onToken(g,0),this.magnatude=void 0,this.negative=void 0,r--)):this.tState===C?(n=e[r],46===n?(this.position=.1,this.tState=T):101===n||69===n?(this.exponent=0,this.tState=U):n>=48&&64>n?this.magnatude=10*this.magnatude+n-48:(this.tState=m,this.negative&&(this.magnatude=-this.magnatude,this.negative=void 0),this.onToken(g,this.magnatude),this.magnatude=void 0,r--)):this.tState===T?(n=e[r],n>=48&&64>n?(this.magnatude+=this.position*(n-48),this.position/=10,this.tState=I):this.charError(e,r)):this.tState===I?(n=e[r],n>=48&&64>n?(this.magnatude+=this.position*(n-48),this.position/=10):101===n||69===n?(this.exponent=0,this.tState=U):(this.tState=m,this.negative&&(this.magnatude=-this.magnatude,this.negative=void 0),this.onToken(g,this.negative?-this.magnatude:this.magnatude),this.magnatude=void 0,this.position=void 0,r--)):this.tState===U?(n=e[r],43===n||45===n?(45===n&&(this.negativeExponent=!0),this.tState=R):n>=48&&64>n?(this.exponent=10*this.exponent+(n-48),this.tState=B):this.charError(e,r)):this.tState===R?(n=e[r],n>=48&&64>n?(this.exponent=10*this.exponent+(n-48),this.tState=B):this.charError(e,r)):this.tState===B?(n=e[r],n>=48&&64>n?this.exponent=10*this.exponent+(n-48):(this.negativeExponent&&(this.exponent=-this.exponent,this.negativeExponent=void 0),this.magnatude*=Math.pow(10,this.exponent),this.exponent=void 0,this.negative&&(this.magnatude=-this.magnatude,this.negative=void 0),this.tState=m,this.onToken(g,this.magnatude),this.magnatude=void 0,r--)):this.tState===v?114===e[r]?this.tState=y:this.charError(e,r):this.tState===y?117===e[r]?this.tState=b:this.charError(e,r):this.tState===b?101===e[r]?(this.tState=m,this.onToken(c,!0)):this.charError(e,r):this.tState===w?97===e[r]?this.tState=E:this.charError(e,r):this.tState===E?108===e[r]?this.tState=_:this.charError(e,r):this.tState===_?115===e[r]?this.tState=S:this.charError(e,r):this.tState===S?101===e[r]?(this.tState=m,this.onToken(l,!1)):this.charError(e,r):this.tState===x?117===e[r]?this.tState=L:this.charError(e,r):this.tState===L?108===e[r]?this.tState=j:this.charError(e,r):this.tState===j&&(108===e[r]?(this.tState=m,this.onToken(d,null)):this.charError(e,r))},G.onToken=function(){},G.parseError=function(t,e){this.onError(new Error("Unexpected "+n(t)+(e?"("+JSON.stringify(e)+")":"")+" in state "+n(this.state)))},G.onError=function(t){throw t},G.push=function(){this.stack.push({value:this.value,key:this.key,mode:this.mode})},G.pop=function(){var t=this.value,e=this.stack.pop();this.value=e.value,this.key=e.key,this.mode=e.mode,this.emit(t),this.mode||(this.state=H)},G.emit=function(t){this.mode&&(this.state=f),this.onValue(t)},G.onValue=function(){},G.onToken=function(t,e){this.state===H?t===p||t===g||t===c||t===l||t===d?(this.value&&(this.value[this.key]=e),this.emit(e)):t===o?(this.push(),this.value=this.value?this.value[this.key]={}:{},this.key=void 0,this.state=P,this.mode=z):t===a?(this.push(),this.value=this.value?this.value[this.key]=[]:[],this.key=0,this.mode=W,this.state=H):t===s?this.mode===z?this.pop():this.parseError(t,e):t===h?this.mode===W?this.pop():this.parseError(t,e):this.parseError(t,e):this.state===P?t===p?(this.key=e,this.state=u):t===s?this.pop():this.parseError(t,e):this.state===u?t===u?this.state=H:this.parseError(t,e):this.state===f?t===f?this.mode===W?(this.key++,this.state=H):this.mode===z&&(this.state=P):t===h&&this.mode===W||t===s&&this.mode===z?this.pop():this.parseError(t,e):this.parseError(t,e)},e.exports=r}).call(this,t("buffer").Buffer)},{buffer:2}],31:[function(t,e){(function(n,r){function i(t,e){var n=Array.prototype.slice.call(arguments,2);return function(){var r=n.concat(Array.prototype.slice.call(arguments));return e.apply(t,r)}}function o(t,e,r,o){"object"==typeof t&&(r=e,e=t,t=void 0),"function"==typeof e&&(r=e,e=void 0),e||(e={}),void 0!==t&&(e.uri=t),o&&(e.method=o.method);var a=new s(e),h=a.duplex&&f();h&&h.pause();var u=f(),l=a.duplex?c(h,u):u;a.duplex||(u.writable=!1),l.request=a,l.setHeader=i(a,a.setHeader),l.setLocation=i(a,a.setLocation);var d=!1;return l.on("close",function(){d=!0}),n.nextTick(function(){if(!d){l.on("close",function(){t.destroy()});var t=a._send();t.on("error",i(l,l.emit,"error")),t.on("response",function(t){l.response=t,l.emit("response",t),a.duplex?t.pipe(u):(t.on("data",function(t){u.queue(t)}),t.on("end",function(){u.queue(null)}))}),a.duplex?(h.pipe(t),h.resume()):t.end()}}),r&&(l.on("error",r),l.on("response",i(l,r,null))),l}function s(t){this.headers=t.headers||{};var e=(t.method||"GET").toUpperCase();this.method=e,this.duplex=!("GET"===e||"DELETE"===e||"HEAD"===e),this.auth=t.auth,this.options=t,t.uri&&this.setLocation(t.uri)}var a=t("url"),h=t("http"),u=t("https"),f=t("through"),c=t("duplexer");e.exports=o,o.get=o,o.post=function(t,e,n){return o(t,e,n,{method:"POST"})},o.put=function(t,e,n){return o(t,e,n,{method:"PUT"})},o["delete"]=function(t,e,n){return o(t,e,n,{method:"DELETE"})},s.prototype._send=function(){this._sent=!0;var t=this.headers||{},e=a.parse(this.uri),n=e.auth||this.auth;n&&(t.authorization="Basic "+r(n).toString("base64"));var i=e.protocol||"",o="https:"===i?u:h,s={scheme:i.replace(/:$/,""),method:this.method,host:e.hostname,port:Number(e.port)||("https:"===i?443:80),path:e.path,agent:!1,headers:t,withCredentials:this.options.withCredentials};"https:"===i&&(s.pfx=this.options.pfx,s.key=this.options.key,s.cert=this.options.cert,s.ca=this.options.ca,s.ciphers=this.options.ciphers,s.rejectUnauthorized=this.options.rejectUnauthorized,s.secureProtocol=this.options.secureProtocol);var f=o.request(s);return f.setTimeout&&f.setTimeout(1e3*Math.pow(2,32)),f},s.prototype.setHeader=function(t,e){if(this._sent)throw new Error("request already sent");return this.headers[t]=e,this},s.prototype.setLocation=function(t){return this.uri=t,this}}).call(this,t("/Users/tmcw/src/leaflet-geojson-stream/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"),t("buffer").Buffer)},{"/Users/tmcw/src/leaflet-geojson-stream/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":12,buffer:2,duplexer:32,http:6,https:10,through:33,url:25}],32:[function(t,e){function n(t,e){if(t.forEach)return t.forEach(e);for(var n=0;n<t.length;n++)e(t[n],n)}function r(t,e){function r(e){function n(){return t[e].apply(t,arguments)}d[e]=n}function u(t){function n(){d.emit(t);var n=e[t];return n?n.apply(e,arguments):void e.emit(t)}d[t]=n}function f(t){function n(){var e=h.call(arguments);e.unshift(t),d.emit.apply(d,e)}e.on(t,n)}function c(){if(!p){p=!0;var t=h.call(arguments);t.unshift("end"),d.emit.apply(d,t)}}function l(t){d.emit("error",t)}var d=new i,p=!1;return n(o,r),n(s,u),n(a,f),e.on("end",c),t.on("drain",function(){d.emit("drain")}),t.on("error",l),e.on("error",l),d.writable=t.writable,d.readable=e.readable,d}var i=t("stream"),o=["write","end","destroy"],s=["resume","pause"],a=["data","close"],h=Array.prototype.slice;e.exports=r},{stream:18}],33:[function(t,e,n){(function(r){function i(t,e){function n(){for(;h.length&&!u.paused;){var t=h.shift();if(null===t)return u.emit("end");u.emit("data",t)}}function i(){u.writable=!1,e.call(u),u.readable||u.destroy()}t=t||function(t){this.queue(t)},e=e||function(){this.queue(null)};var s=!1,a=!1,h=[],u=new o;return u.readable=u.writable=!0,u.paused=!1,u.write=function(e){return t.call(this,e),!u.paused},u.queue=u.push=function(t){return h.push(t),n(),u},u.on("end",function(){u.readable=!1,u.writable||r.nextTick(function(){u.destroy()})}),u.end=function(t){return s?void 0:(s=!0,arguments.length&&u.write(t),i(),u)},u.destroy=function(){return a?void 0:(a=!0,s=!0,h.length=0,u.writable=u.readable=!1,u.emit("close"),u)},u.pause=function(){return u.paused?void 0:(u.paused=!0,u.emit("pause"),u)},u.resume=function(){return u.paused&&(u.paused=!1),n(),u.paused||u.emit("drain"),u},u}var o=t("stream");n=e.exports=i,i.through=i}).call(this,t("/Users/tmcw/src/leaflet-geojson-stream/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))},{"/Users/tmcw/src/leaflet-geojson-stream/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":12,stream:18}],34:[function(t,e,n){(function(r){function i(t,e,n){function i(){for(;u.length&&!c.paused;){var t=u.shift();if(null===t)return c.emit("end");c.emit("data",t)}}function s(){c.writable=!1,e.call(c),!c.readable&&c.autoDestroy&&c.destroy()}t=t||function(t){this.queue(t)},e=e||function(){this.queue(null)};var a=!1,h=!1,u=[],f=!1,c=new o;return c.readable=c.writable=!0,c.paused=!1,c.autoDestroy=!(n&&n.autoDestroy===!1),c.write=function(e){return t.call(this,e),!c.paused},c.queue=c.push=function(t){return f?c:(null==t&&(f=!0),u.push(t),i(),c)},c.on("end",function(){c.readable=!1,!c.writable&&c.autoDestroy&&r.nextTick(function(){c.destroy()})}),c.end=function(t){return a?void 0:(a=!0,arguments.length&&c.write(t),s(),c)},c.destroy=function(){return h?void 0:(h=!0,a=!0,u.length=0,c.writable=c.readable=!1,c.emit("close"),c)},c.pause=function(){return c.paused?void 0:(c.paused=!0,c)},c.resume=function(){return c.paused&&(c.paused=!1,c.emit("resume")),i(),c.paused||c.emit("drain"),c},c}var o=t("stream");n=e.exports=i,i.through=i}).call(this,t("/Users/tmcw/src/leaflet-geojson-stream/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))},{"/Users/tmcw/src/leaflet-geojson-stream/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":12,stream:18}]},{},[1])(1)});
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection","features":[{"type":"Feature","id":3455,"geometry":{ "type": "Point", "coordinates": [ -113.057, 36.863 ] },"properties":{"date":"2014-10-13T16:37:15+00:00","depth":21.0,"magnitude":"1.8","type":"ML","location":"16km SSW of Colorado City, AZ."}},{"type":"Feature","id":3454,"geometry":{ "type": "Point", "coordinates": [ -111.002, 33.617 ] },"properties":{"date":"2014-09-20T20:02:11+00:00","depth":3.6,"magnitude":"3.4","type":"ML","location":"27km NNW of Miami, AZ."}},{"type":"Feature","id":3453,"geometry":{ "type": "Point", "coordinates": [ -112.415, 36.94 ] },"properties":{"date":"2014-09-17T21:49:20+00:00","depth":21.0,"magnitude":"2.0","type":"ML","location":"9 km E of Fredonia, AZ."}},{"type":"Feature","id":3452,"geometry":{ "type": "Point", "coordinates": [ -113.527, 36.495 ] },"properties":{"date":"2014-09-17T11:27:13+00:00","depth":5.0,"magnitude":"2.1","type":"ML","location":"56km SE of Littlefield, AZ."}},{"type":"Feature","id":3451,"geometry":{ "type": "Point", "coordinates": [ -109.128, 32.486 ] },"properties":{"date":"2014-09-15T11:55:06+00:00","depth":5.0,"magnitude":"3.5","type":"ML","location":"Near Duncan, AZ."}},{"type":"Feature","id":3450,"geometry":{ "type": "Point", "coordinates": [ 113.997, 36.509 ] },"properties":{"date":"2014-09-08T18:09:33+00:00","depth":13.4,"magnitude":"1.0","type":"ML","location":""}},{"type":"Feature","id":3449,"geometry":{ "type": "Point", "coordinates": [ -110.1, 34.971 ] },"properties":{"date":"2014-09-07T09:07:48+00:00","depth":5.0,"magnitude":"2.6","type":"ML","location":"9km NE of Holbrook."}},{"type":"Feature","id":3448,"geometry":{ "type": "Point", "coordinates": [ -109.107, 32.587 ] },"properties":{"date":"2014-09-03T02:52:02+00:00","depth":5.0,"magnitude":"2.8","type":"ML","location":"SE of Duncan, AZ."}},{"type":"Feature","id":3447,"geometry":{ "type": "Point", "coordinates": [ -109.034, 32.573 ] },"properties":{"date":"2014-09-02T15:21:02+00:00","depth":5.0,"magnitude":"2.6","type":"ML","location":"AZ-NM border, SE of Duncan."}},{"type":"Feature","id":3446,"geometry":{ "type": "Point", "coordinates": [ -109.139, 32.609 ] },"properties":{"date":"2014-08-19T15:16:37+00:00","depth":5.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":3445,"geometry":{ "type": "Point", "coordinates": [ 109.107, 32.557 ] },"properties":{"date":"2014-08-16T04:13:36+00:00","depth":5.0,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":3444,"geometry":{ "type": "Point", "coordinates": [ -109.089, 32.59 ] },"properties":{"date":"2014-08-13T10:33:17+00:00","depth":5.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":3443,"geometry":{ "type": "Point", "coordinates": [ -113.691, 36.977 ] },"properties":{"date":"2014-08-10T12:47:54+00:00","depth":9.0,"magnitude":"1.0","type":"MD","location":"16km SW of St. George."}},{"type":"Feature","id":3442,"geometry":{ "type": "Point", "coordinates": [ -109.144, 32.537 ] },"properties":{"date":"2014-08-10T04:38:43+00:00","depth":5.0,"magnitude":"3.0","type":"ML","location":""}},{"type":"Feature","id":3441,"geometry":{ "type": "Point", "coordinates": [ -113.572, 35.227833 ] },"properties":{"date":"2014-08-04T07:19:12+00:00","depth":1.0,"magnitude":"2.7","type":"MD","location":"Approx. 40km ENE of Kingman, AZ."}},{"type":"Feature","id":3440,"geometry":{ "type": "Point", "coordinates": [ -113.5476, 35.2221 ] },"properties":{"date":"2014-08-04T06:57:25+00:00","depth":2.5,"magnitude":"3.1","type":"MD","location":"41km ENE of Kingman, AZ."}},{"type":"Feature","id":3439,"geometry":{ "type": "Point", "coordinates": [ -113.5873, 35.205 ] },"properties":{"date":"2014-08-04T03:35:56+00:00","depth":7.2,"magnitude":"3.0","type":"ML","location":"40km ENE of Kingman, AZ."}},{"type":"Feature","id":3434,"geometry":{ "type": "Point", "coordinates": [ -109.069, 32.602 ] },"properties":{"date":"2014-08-02T07:49:55+00:00","depth":5.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":3438,"geometry":{ "type": "Point", "coordinates": [ -113.523, 36.938 ] },"properties":{"date":"2014-08-02T07:37:54+00:00","depth":5.2,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":3436,"geometry":{ "type": "Point", "coordinates": [ -109.062, 32.552 ] },"properties":{"date":"2014-08-02T07:08:50+00:00","depth":5.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":3432,"geometry":{ "type": "Point", "coordinates": [ -109.111, 32.598 ] },"properties":{"date":"2014-07-30T07:21:38+00:00","depth":5.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":3433,"geometry":{ "type": "Point", "coordinates": [ -111.887, 36.926 ] },"properties":{"date":"2014-07-27T16:46:39+00:00","depth":17.6,"magnitude":"2.3","type":"ML","location":"38 km W of Page, AZ."}},{"type":"Feature","id":3431,"geometry":{ "type": "Point", "coordinates": [ -109.062, 32.528 ] },"properties":{"date":"2014-07-17T09:12:27+00:00","depth":5.0,"magnitude":"3.0","type":"ML","location":""}},{"type":"Feature","id":3429,"geometry":{ "type": "Point", "coordinates": [ 109.085, 32.581 ] },"properties":{"date":"2014-07-12T07:12:53+00:00","depth":5.0,"magnitude":"3.0","type":"Mw","location":""}},{"type":"Feature","id":3430,"geometry":{ "type": "Point", "coordinates": [ -109.171, 32.51 ] },"properties":{"date":"2014-07-12T04:42:33+00:00","depth":5.0,"magnitude":"2.9","type":"Mw","location":""}},{"type":"Feature","id":3428,"geometry":{ "type": "Point", "coordinates": [ -109.102, 32.555 ] },"properties":{"date":"2014-07-12T02:48:58+00:00","depth":5.0,"magnitude":"4.1","type":"ML","location":""}},{"type":"Feature","id":3427,"geometry":{ "type": "Point", "coordinates": [ -109.142, 32.654 ] },"properties":{"date":"2014-07-11T17:33:21+00:00","depth":5.0,"magnitude":"3.6","type":"Mw","location":""}},{"type":"Feature","id":3426,"geometry":{ "type": "Point", "coordinates": [ -109.154, 32.566 ] },"properties":{"date":"2014-07-11T12:41:22+00:00","depth":5.0,"magnitude":"3.5","type":"Mw","location":""}},{"type":"Feature","id":3424,"geometry":{ "type": "Point", "coordinates": [ -109.137, 32.489 ] },"properties":{"date":"2014-07-11T08:38:19+00:00","depth":5.0,"magnitude":"2.8","type":"Mw","location":""}},{"type":"Feature","id":3423,"geometry":{ "type": "Point", "coordinates": [ -109.112, 32.641 ] },"properties":{"date":"2014-07-11T06:15:56+00:00","depth":5.0,"magnitude":"3.2","type":"Mw","location":""}},{"type":"Feature","id":3425,"geometry":{ "type": "Point", "coordinates": [ -109.132, 32.499 ] },"properties":{"date":"2014-07-10T21:59:30+00:00","depth":5.0,"magnitude":"3.6","type":"Mw","location":""}},{"type":"Feature","id":3422,"geometry":{ "type": "Point", "coordinates": [ -109.092, 32.577 ] },"properties":{"date":"2014-07-09T08:15:21+00:00","depth":5.0,"magnitude":"3.6","type":"Mw","location":"Approx. 12 km SSW of Duncan, AZ."}},{"type":"Feature","id":3421,"geometry":{ "type": "Point", "coordinates": [ -109.162, 32.531 ] },"properties":{"date":"2014-07-06T04:24:56+00:00","depth":5.0,"magnitude":"3.5","type":"Mb","location":"17 km SW of Duncan, AZ."}},{"type":"Feature","id":3420,"geometry":{ "type": "Point", "coordinates": [ -109.104, 32.63 ] },"properties":{"date":"2014-07-05T19:30:07+00:00","depth":5.0,"magnitude":"3.2","type":"Mb","location":"6 km SW of Duncan, AZ."}},{"type":"Feature","id":3419,"geometry":{ "type": "Point", "coordinates": [ -109.075, 32.579 ] },"properties":{"date":"2014-07-03T22:56:31+00:00","depth":5.0,"magnitude":"3.9","type":"ML","location":"14 km SSE of Duncan, AZ."}},{"type":"Feature","id":3417,"geometry":{ "type": "Point", "coordinates": [ -110.047, 34.514 ] },"properties":{"date":"2014-06-30T22:40:27+00:00","depth":10.94,"magnitude":"2.44","type":"MD","location":"Town of Snowflake."}},{"type":"Feature","id":3418,"geometry":{ "type": "Point", "coordinates": [ -109.1, 32.55 ] },"properties":{"date":"2014-06-30T17:07:33+00:00","depth":7.0,"magnitude":"2.5","type":"MD","location":"4 km W of Duncan."}},{"type":"Feature","id":3416,"geometry":{ "type": "Point", "coordinates": [ -109.152, 32.517 ] },"properties":{"date":"2014-06-30T16:54:01+00:00","depth":5.0,"magnitude":"3.5","type":"Mb","location":""}},{"type":"Feature","id":3410,"geometry":{ "type": "Point", "coordinates": [ -109.105, 32.565 ] },"properties":{"date":"2014-06-29T15:40:09+00:00","depth":5.0,"magnitude":"3.3","type":"Mb","location":"10 km SW of Duncan, AZ."}},{"type":"Feature","id":3411,"geometry":{ "type": "Point", "coordinates": [ -109.122, 32.576 ] },"properties":{"date":"2014-06-29T14:33:59+00:00","depth":5.0,"magnitude":"3.6","type":"Mb","location":"10 km SW of Duncan, AZ."}},{"type":"Feature","id":3412,"geometry":{ "type": "Point", "coordinates": [ -109.145, 32.606 ] },"properties":{"date":"2014-06-29T08:25:19+00:00","depth":5.0,"magnitude":"3.4","type":"Mb","location":"10 km SW of Duncan, AZ."}},{"type":"Feature","id":3413,"geometry":{ "type": "Point", "coordinates": [ -109.081, 32.555 ] },"properties":{"date":"2014-06-29T05:08:44+00:00","depth":5.0,"magnitude":"3.5","type":"Mb","location":"10 km SW of Duncan, AZ."}},{"type":"Feature","id":3409,"geometry":{ "type": "Point", "coordinates": [ -109.151, 32.607 ] },"properties":{"date":"2014-06-29T04:59:35+00:00","depth":5.0,"magnitude":"5.3","type":"Mw","location":"10 km SW of Duncan, AZ."}},{"type":"Feature","id":3415,"geometry":{ "type": "Point", "coordinates": [ -113.051, 36.898 ] },"properties":{"date":"2014-06-25T21:40:36+00:00","depth":23.6,"magnitude":"2.4","type":"ML","location":"12 km SSW of Colorado City, AZ."}},{"type":"Feature","id":3414,"geometry":{ "type": "Point", "coordinates": [ -112.552, 36.895 ] },"properties":{"date":"2014-06-25T09:05:10+00:00","depth":17.8,"magnitude":"2.2","type":"ML","location":"6 km SSW of Fredonia, AZ."}},{"type":"Feature","id":3408,"geometry":{ "type": "Point", "coordinates": [ -112.0805, 35.124 ] },"properties":{"date":"2014-06-17T03:47:25+00:00","depth":5.16,"magnitude":"2.6","type":"MD","location":"16 km SE of Williams, AZ."}},{"type":"Feature","id":3404,"geometry":{ "type": "Point", "coordinates": [ -111.5725, 36.81966 ] },"properties":{"date":"2014-05-29T18:51:11+00:00","depth":12.6,"magnitude":"2.5","type":"MD","location":"13 km SW of LeChee, AZ."}},{"type":"Feature","id":3401,"geometry":{ "type": "Point", "coordinates": [ -114.312, 36.027 ] },"properties":{"date":"2014-05-24T22:23:27+00:00","depth":21.2,"magnitude":"1.6","type":"ML","location":"22 km W of Meadview, AZ."}},{"type":"Feature","id":3403,"geometry":{ "type": "Point", "coordinates": [ -112.309, 36.935 ] },"properties":{"date":"2014-05-23T18:27:51+00:00","depth":23.2,"magnitude":"1.8","type":"ML","location":"19 km E of Fredonia, AZ."}},{"type":"Feature","id":3402,"geometry":{ "type": "Point", "coordinates": [ -113.584, 36.975 ] },"properties":{"date":"2014-05-22T17:18:30+00:00","depth":-3.3,"magnitude":"1.3","type":"ML","location":"30 km NNE of Littlefield, AZ."}},{"type":"Feature","id":3399,"geometry":{ "type": "Point", "coordinates": [ -113.632, 36.941 ] },"properties":{"date":"2014-05-17T11:13:11+00:00","depth":16.3,"magnitude":"1.6","type":"ML","location":"26 km ENE of Littlefield, AZ."}},{"type":"Feature","id":3400,"geometry":{ "type": "Point", "coordinates": [ -111.748, 36.767 ] },"properties":{"date":"2014-05-15T17:22:19+00:00","depth":6.0,"magnitude":"1.7","type":"ML","location":"18 NNW of Bitter Springs, 30 km WSW of Page,AZ."}},{"type":"Feature","id":3398,"geometry":{ "type": "Point", "coordinates": [ -112.265, 36.846 ] },"properties":{"date":"2014-05-14T23:18:50+00:00","depth":17.8,"magnitude":"1.4","type":"MD","location":"26 km ESE of Fredonia, AZ."}},{"type":"Feature","id":3407,"geometry":{ "type": "Point", "coordinates": [ -111.05, 36.346 ] },"properties":{"date":"2014-05-08T19:27:06+00:00","depth":47.5,"magnitude":"2.0","type":"MD","location":"29 km NE of Tuba City, AZ."}},{"type":"Feature","id":3397,"geometry":{ "type": "Point", "coordinates": [ -113.609, 36.997 ] },"properties":{"date":"2014-05-06T19:06:47+00:00","depth":1.6,"magnitude":"1.7","type":"ML","location":"30 km NE of LIttlefield, AZ."}},{"type":"Feature","id":3406,"geometry":{ "type": "Point", "coordinates": [ -113.635, 36.196 ] },"properties":{"date":"2014-04-29T21:40:45+00:00","depth":16.5,"magnitude":"2.0","type":"MD","location":"49 km SW of Mt. Trumbull, AZ."}},{"type":"Feature","id":3405,"geometry":{ "type": "Point", "coordinates": [ -113.066, 36.051 ] },"properties":{"date":"2014-04-04T09:38:36+00:00","depth":18.0,"magnitude":"2.0","type":"MD","location":"18 km S of Vulcan's Throne"}},{"type":"Feature","id":3396,"geometry":{ "type": "Point", "coordinates": [ -111.415, 36.986 ] },"properties":{"date":"2014-03-24T21:39:42+00:00","depth":7.9,"magnitude":"2.0","type":"MD","location":"9 km NNE of Page, AZ."}},{"type":"Feature","id":3395,"geometry":{ "type": "Point", "coordinates": [ -113.781, 36.806 ] },"properties":{"date":"2014-03-22T20:57:26+00:00","depth":14.7,"magnitude":"1.8","type":"ML","location":"15 km SE of Littlefield, AZ."}},{"type":"Feature","id":3394,"geometry":{ "type": "Point", "coordinates": [ -113.695, 36.87 ] },"properties":{"date":"2014-03-22T11:34:09+00:00","depth":18.0,"magnitude":"2.2","type":"ML","location":"20km ESE of Littlefield, AZ."}},{"type":"Feature","id":3393,"geometry":{ "type": "Point", "coordinates": [ -114.716, 36.068 ] },"properties":{"date":"2014-03-18T21:30:21+00:00","depth":0.0,"magnitude":"2.4","type":"ML","location":"18 km NE of Boulder City."}},{"type":"Feature","id":3392,"geometry":{ "type": "Point", "coordinates": [ -113.628, 36.933 ] },"properties":{"date":"2014-03-03T21:21:05+00:00","depth":0.2,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":3391,"geometry":{ "type": "Point", "coordinates": [ 112.361, 36.974 ] },"properties":{"date":"2014-02-21T08:40:02+00:00","depth":17.8,"magnitude":"1.6","type":"ML","location":"15 km E of Fredonia, AZ."}},{"type":"Feature","id":3390,"geometry":{ "type": "Point", "coordinates": [ -112.97, 37.019 ] },"properties":{"date":"2014-02-16T09:06:15+00:00","depth":18.2,"magnitude":"2.3","type":"ML","location":"3 km NNE of Colorado City, AZ."}},{"type":"Feature","id":3388,"geometry":{ "type": "Point", "coordinates": [ -113.822, 36.865 ] },"properties":{"date":"2014-02-12T07:06:25+00:00","depth":5.6,"magnitude":"1.3","type":"ML","location":"9 km SE of Littlefield, AZ."}},{"type":"Feature","id":3389,"geometry":{ "type": "Point", "coordinates": [ -112.967, 37.028 ] },"properties":{"date":"2014-02-12T03:01:12+00:00","depth":18.0,"magnitude":"2.3","type":"ML","location":"4 km NNE of Colorador City, AZ."}},{"type":"Feature","id":3387,"geometry":{ "type": "Point", "coordinates": [ -113.004, 37.047 ] },"properties":{"date":"2014-02-04T01:52:29+00:00","depth":17.0,"magnitude":"2.5","type":"ML","location":"6 km NNW of Colorado City, AZ."}},{"type":"Feature","id":3386,"geometry":{ "type": "Point", "coordinates": [ -113.576, 36.854 ] },"properties":{"date":"2014-01-31T05:46:46+00:00","depth":19.5,"magnitude":"1.8","type":"ML","location":"31 km ESE of Littlefield, AZ."}},{"type":"Feature","id":3385,"geometry":{ "type": "Point", "coordinates": [ -113.708, 36.865 ] },"properties":{"date":"2014-01-14T06:59:36+00:00","depth":10.7,"magnitude":"1.9","type":"ML","location":"19 km E of Littlefield, AZ."}},{"type":"Feature","id":3384,"geometry":{ "type": "Point", "coordinates": [ -113.693, 36.87 ] },"properties":{"date":"2014-01-14T00:06:46+00:00","depth":18.6,"magnitude":"2.8","type":"ML","location":"20 km ESE of Littlefield, AZ."}},{"type":"Feature","id":3383,"geometry":{ "type": "Point", "coordinates": [ -113.614, 36.949 ] },"properties":{"date":"2014-01-13T19:43:16+00:00","depth":7.9,"magnitude":"1.7","type":"ML","location":"27 km ENE of Littlefield, AZ."}},{"type":"Feature","id":3382,"geometry":{ "type": "Point", "coordinates": [ -112.917, 36.822 ] },"properties":{"date":"2014-01-13T08:15:27+00:00","depth":17.1,"magnitude":"1.0","type":"MD","location":"38 km WSW of Fredonia, AZ."}},{"type":"Feature","id":3381,"geometry":{ "type": "Point", "coordinates": [ -113.862, 36.554 ] },"properties":{"date":"2014-01-10T16:08:33+00:00","depth":5.0,"magnitude":"3.5","type":"ML","location":"37 km SSE of Littlefield, AZ."}},{"type":"Feature","id":3380,"geometry":{ "type": "Point", "coordinates": [ -113.67, 36.889 ] },"properties":{"date":"2014-01-07T11:27:21+00:00","depth":19.9,"magnitude":"1.5","type":"MD","location":"23 km E of Beaver Dam, AZ."}},{"type":"Feature","id":3379,"geometry":{ "type": "Point", "coordinates": [ -113.535, 36.87 ] },"properties":{"date":"2014-01-05T17:28:09+00:00","depth":19.7,"magnitude":"1.3","type":"MD","location":"35 km E of Littlefield, AZ."}},{"type":"Feature","id":3378,"geometry":{ "type": "Point", "coordinates": [ -112.409, 36.839 ] },"properties":{"date":"2014-01-01T12:11:16+00:00","depth":18.7,"magnitude":"1.8","type":"MD","location":"16 km SE of Fredonia, AZ."}},{"type":"Feature","id":3376,"geometry":{ "type": "Point", "coordinates": [ -112.475, 36.898 ] },"properties":{"date":"2013-12-26T13:53:08+00:00","depth":17.4,"magnitude":"1.4","type":"MD","location":"7 km SE of Fredonia, AZ."}},{"type":"Feature","id":3374,"geometry":{ "type": "Point", "coordinates": [ -113.778, 36.818 ] },"properties":{"date":"2013-12-02T02:18:04+00:00","depth":7.01,"magnitude":"2.15","type":"MD","location":"14 km SE of Littlefield, AZ."}},{"type":"Feature","id":3373,"geometry":{ "type": "Point", "coordinates": [ -112.423, 34.752 ] },"properties":{"date":"2013-11-26T15:39:58+00:00","depth":2.0,"magnitude":"2.3","type":"MD","location":"Chino Valley, AZ."}},{"type":"Feature","id":3372,"geometry":{ "type": "Point", "coordinates": [ -112.183833, 36.461667 ] },"properties":{"date":"2013-11-23T05:32:37+00:00","depth":10.0,"magnitude":"3.06","type":"MD","location":"27 km SSE of Jacob Lake, AZ."}},{"type":"Feature","id":3371,"geometry":{ "type": "Point", "coordinates": [ -111.8798, 36.2163 ] },"properties":{"date":"2013-11-20T21:11:15+00:00","depth":6.93,"magnitude":"2.0","type":"MD","location":"15 km E of North Rim Lodge, GC."}},{"type":"Feature","id":3370,"geometry":{ "type": "Point", "coordinates": [ -113.629, 36.94 ] },"properties":{"date":"2013-11-20T20:17:03+00:00","depth":2.9,"magnitude":"2.0","type":"MD","location":"26 km ENE of Littlefield, AZ."}},{"type":"Feature","id":3367,"geometry":{ "type": "Point", "coordinates": [ -112.2746, 36.5503 ] },"properties":{"date":"2013-11-19T18:28:21+00:00","depth":29.0,"magnitude":"2.0","type":"MD","location":"18 km SW of Jacob Lake; 44 km NNW of N. Rim Lodge."}},{"type":"Feature","id":3369,"geometry":{ "type": "Point", "coordinates": [ -113.57, 36.874 ] },"properties":{"date":"2013-11-15T04:58:05+00:00","depth":6.3,"magnitude":"1.5","type":"MD","location":"32 km E of Littlefiled, AZ."}},{"type":"Feature","id":3368,"geometry":{ "type": "Point", "coordinates": [ -112.911, 36.991 ] },"properties":{"date":"2013-11-15T03:36:03+00:00","depth":20.7,"magnitude":"1.4","type":"MD","location":"6 km E of Colorado City, AZ."}},{"type":"Feature","id":3366,"geometry":{ "type": "Point", "coordinates": [ -112.3168, 36.5836 ] },"properties":{"date":"2013-11-13T13:20:49+00:00","depth":6.8,"magnitude":"1.75","type":"MD","location":"48 km NNW of North Rim Lodge/Grand Cyn."}},{"type":"Feature","id":3377,"geometry":{ "type": "Point", "coordinates": [ -112.667, 36.431 ] },"properties":{"date":"2013-11-12T07:13:30+00:00","depth":24.0,"magnitude":"1.9","type":"MD","location":"60 km NW of North Rim Lodge, GC, AZ."}},{"type":"Feature","id":3365,"geometry":{ "type": "Point", "coordinates": [ -112.526, 36.439 ] },"properties":{"date":"2013-11-10T00:45:33+00:00","depth":2.53,"magnitude":"1.5","type":"MD","location":"51 km NW of Grand Canyon North Rim Lodge."}},{"type":"Feature","id":3364,"geometry":{ "type": "Point", "coordinates": [ -113.623, 36.912 ] },"properties":{"date":"2013-11-06T21:52:02+00:00","depth":2.9,"magnitude":"1.8","type":"ML","location":"27 km ENE of Littlefield, AZ."}},{"type":"Feature","id":3363,"geometry":{ "type": "Point", "coordinates": [ -112.874, 36.989 ] },"properties":{"date":"2013-10-31T21:35:57+00:00","depth":18.4,"magnitude":"1.3","type":"MD","location":""}},{"type":"Feature","id":3375,"geometry":{ "type": "Point", "coordinates": [ -111.484, 36.709 ] },"properties":{"date":"2013-10-03T01:51:42+00:00","depth":11.8,"magnitude":"3.0","type":"MD","location":"4 km SSW of Gray Mtn Village, AZ."}},{"type":"Feature","id":3362,"geometry":{ "type": "Point", "coordinates": [ -112.3725, 36.746167 ] },"properties":{"date":"2013-09-29T09:19:20+00:00","depth":3.9,"magnitude":"1.95","type":"MD","location":"24 km SE of Fredonia."}},{"type":"Feature","id":3361,"geometry":{ "type": "Point", "coordinates": [ -112.3941, 36.993167 ] },"properties":{"date":"2013-09-29T06:28:44+00:00","depth":23.0,"magnitude":"2.09","type":"MD","location":"13 km NW of Fredonia, AZ."}},{"type":"Feature","id":3359,"geometry":{ "type": "Point", "coordinates": [ -112.919, 36.792 ] },"properties":{"date":"2013-09-26T19:51:31+00:00","depth":15.9,"magnitude":"1.3","type":"MD","location":"Colorado City, AZ - 22 km (14 miles) SSE (167 degr"}},{"type":"Feature","id":3358,"geometry":{ "type": "Point", "coordinates": [ -113.513, 36.84 ] },"properties":{"date":"2013-09-25T08:19:06+00:00","depth":18.0,"magnitude":"1.8","type":"ML","location":"36 km ESE of Littlefield, AZ."}},{"type":"Feature","id":3357,"geometry":{ "type": "Point", "coordinates": [ -112.107, 36.217 ] },"properties":{"date":"2013-09-23T01:26:25+00:00","depth":4.0,"magnitude":"2.6","type":"ML","location":"4 km WNW of North Rim Lodge."}},{"type":"Feature","id":3360,"geometry":{ "type": "Point", "coordinates": [ -112.866, 36.965 ] },"properties":{"date":"2013-09-23T00:36:22+00:00","depth":16.4,"magnitude":"1.4","type":"MD","location":"19 km WNW of Kaibab, AZ."}},{"type":"Feature","id":3356,"geometry":{ "type": "Point", "coordinates": [ -112.504167, 36.499833 ] },"properties":{"date":"2013-09-16T22:26:10+00:00","depth":3.79,"magnitude":"1.92","type":"MD","location":"52 km NW of North Rim Lodge, 94 km SW of Page."}},{"type":"Feature","id":3355,"geometry":{ "type": "Point", "coordinates": [ -111.740833, 34.33483 ] },"properties":{"date":"2013-09-16T09:26:41+00:00","depth":1.64,"magnitude":"2.19","type":"MD","location":"24km WSW of Strawberry, 26km SSE of Campe Verde."}},{"type":"Feature","id":3354,"geometry":{ "type": "Point", "coordinates": [ -113.8695, 36.7325 ] },"properties":{"date":"2013-09-10T20:38:18+00:00","depth":3.0,"magnitude":"2.3","type":"MD","location":"17 km SSE of Littlefield, AZ."}},{"type":"Feature","id":3353,"geometry":{ "type": "Point", "coordinates": [ -112.328, 36.965 ] },"properties":{"date":"2013-09-09T14:15:40+00:00","depth":8.0,"magnitude":"2.1","type":"MD","location":"31 km E of Kaibab, AZ."}},{"type":"Feature","id":3352,"geometry":{ "type": "Point", "coordinates": [ -112.762667, 36.60683 ] },"properties":{"date":"2013-09-06T03:21:32+00:00","depth":6.81,"magnitude":"1.9","type":"MD","location":"39 km SW of Fredonia, AZ."}},{"type":"Feature","id":3351,"geometry":{ "type": "Point", "coordinates": [ -112.344, 36.903 ] },"properties":{"date":"2013-09-04T06:58:11+00:00","depth":26.4,"magnitude":"1.7","type":"ML","location":"17 km ESE of Fredonia."}},{"type":"Feature","id":3334,"geometry":{ "type": "Point", "coordinates": [ -112.096, 36.246 ] },"properties":{"date":"2013-08-20T09:07:01+00:00","depth":0.95,"magnitude":"2.8","type":"MD","location":"6.8 km NW of North Rim Lodge, GC, AZ."}},{"type":"Feature","id":3336,"geometry":{ "type": "Point", "coordinates": [ -112.933, 36.792 ] },"properties":{"date":"2013-08-20T01:13:58+00:00","depth":24.2,"magnitude":"1.4","type":"ML","location":"22 km S of Colorado City/40 km WSW of Fredonia,AZ"}},{"type":"Feature","id":3333,"geometry":{ "type": "Point", "coordinates": [ -111.543, 36.799 ] },"properties":{"date":"2013-08-19T05:03:07+00:00","depth":7.02,"magnitude":"1.6","type":"MD","location":"15 km SSW of Page, AZ."}},{"type":"Feature","id":3330,"geometry":{ "type": "Point", "coordinates": [ -114.612, 35.455 ] },"properties":{"date":"2013-08-18T18:51:09+00:00","depth":1.0,"magnitude":"1.3","type":"ML","location":"36 km NNE of Bullhead City, AZ."}},{"type":"Feature","id":3328,"geometry":{ "type": "Point", "coordinates": [ -112.0645, 36.27433 ] },"properties":{"date":"2013-08-11T02:45:54+00:00","depth":2.66,"magnitude":"2.0","type":"MD","location":"9 km N of the North Rim Lodge, GC."}},{"type":"Feature","id":3327,"geometry":{ "type": "Point", "coordinates": [ -112.09183, 36.215 ] },"properties":{"date":"2013-08-11T01:16:14+00:00","depth":5.7,"magnitude":"2.0","type":"MD","location":"4 km NW of North Rim Lodge."}},{"type":"Feature","id":3325,"geometry":{ "type": "Point", "coordinates": [ -114.021, 36.814 ] },"properties":{"date":"2013-08-07T14:32:17+00:00","depth":0.9,"magnitude":"1.6","type":"ML","location":"10 km SW of Littlefield, AZ. LM faults."}},{"type":"Feature","id":3321,"geometry":{ "type": "Point", "coordinates": [ -113.551, 36.961 ] },"properties":{"date":"2013-08-05T13:23:26+00:00","depth":12.8,"magnitude":"0.7","type":"MD","location":"15 km S of St. George, UT."}},{"type":"Feature","id":3329,"geometry":{ "type": "Point", "coordinates": [ -111.647, 35.547 ] },"properties":{"date":"2013-08-02T20:03:05+00:00","depth":10.0,"magnitude":"1.6","type":"MD","location":"38 km N of Flagstaff."}},{"type":"Feature","id":3320,"geometry":{ "type": "Point", "coordinates": [ -113.0693, 33.759 ] },"properties":{"date":"2013-07-31T01:04:33+00:00","depth":3.61,"magnitude":"1.95","type":"MD","location":"Approx. 38 km SW of Wickenburg, AZ."}},{"type":"Feature","id":3319,"geometry":{ "type": "Point", "coordinates": [ -112.4651, 36.529 ] },"properties":{"date":"2013-07-18T23:43:00+00:00","depth":6.99,"magnitude":"2.0","type":"MD","location":"Approx. 48 km S of Fredonia, AZ."}},{"type":"Feature","id":3326,"geometry":{ "type": "Point", "coordinates": [ -113.788, 36.001 ] },"properties":{"date":"2013-07-16T05:07:37+00:00","depth":34.9,"magnitude":"2.4","type":"MD","location":"5 km SE of GC SkyWalk, AZ."}},{"type":"Feature","id":3317,"geometry":{ "type": "Point", "coordinates": [ -113.618, 36.931 ] },"properties":{"date":"2013-07-15T16:12:38+00:00","depth":5.0,"magnitude":"2.2","type":"ML","location":"~25 km NE of Littlefield, AZ. MINE BLAST?"}},{"type":"Feature","id":3316,"geometry":{ "type": "Point", "coordinates": [ -112.1083, 36.3333 ] },"properties":{"date":"2013-07-11T20:14:21+00:00","depth":3.0,"magnitude":"1.6","type":"MD","location":"~15 km NNW of North Rim Lodge (ERH=35km)"}},{"type":"Feature","id":3315,"geometry":{ "type": "Point", "coordinates": [ -112.889, 36.793 ] },"properties":{"date":"2013-07-07T21:03:32+00:00","depth":7.0,"magnitude":"2.0","type":"MD","location":"34 km SW of Fredonia, AZ."}},{"type":"Feature","id":3314,"geometry":{ "type": "Point", "coordinates": [ -112.4265, 36.524 ] },"properties":{"date":"2013-07-07T11:03:29+00:00","depth":20.0,"magnitude":"1.8","type":"MD","location":"Approx. 46 km S of Fredonia, AZ."}},{"type":"Feature","id":3313,"geometry":{ "type": "Point", "coordinates": [ -112.4933, 36.492 ] },"properties":{"date":"2013-07-07T08:51:28+00:00","depth":3.03,"magnitude":"2.3","type":"MD","location":"48 km S of Fredonia, AZ."}},{"type":"Feature","id":3311,"geometry":{ "type": "Point", "coordinates": [ -112.576, 36.456 ] },"properties":{"date":"2013-07-07T08:38:59+00:00","depth":5.16,"magnitude":"3.5","type":"Mw","location":"54 km South of Fredonia, AZ."}},{"type":"Feature","id":3312,"geometry":{ "type": "Point", "coordinates": [ -113.52, 36.889 ] },"properties":{"date":"2013-07-06T07:37:16+00:00","depth":9.6,"magnitude":"1.2","type":"ML","location":"35 km E of Littletfield, AZ. Along WA fault."}},{"type":"Feature","id":3318,"geometry":{ "type": "Point", "coordinates": [ -113.194, 36.07 ] },"properties":{"date":"2013-07-01T22:25:06+00:00","depth":9.0,"magnitude":"2.0","type":"MD","location":"20 km SW of Vulcan's Throne."}},{"type":"Feature","id":3310,"geometry":{ "type": "Point", "coordinates": [ -112.908, 36.792 ] },"properties":{"date":"2013-06-18T20:36:31+00:00","depth":17.5,"magnitude":"1.7","type":"MD","location":"23 km SSE of Colorado City, AZ."}},{"type":"Feature","id":3309,"geometry":{ "type": "Point", "coordinates": [ -112.309, 36.98 ] },"properties":{"date":"2013-06-10T00:55:06+00:00","depth":26.0,"magnitude":"1.3","type":"ML","location":"19 km E of Fredonia, AZ."}},{"type":"Feature","id":3308,"geometry":{ "type": "Point", "coordinates": [ -113.032, 36.95 ] },"properties":{"date":"2013-06-04T15:52:25+00:00","depth":6.99,"magnitude":"2.3","type":"MD","location":"78 km SE of Littlefield, AZ. Near Hurricane fault."}},{"type":"Feature","id":3307,"geometry":{ "type": "Point", "coordinates": [ -113.032, 36.95 ] },"properties":{"date":"2013-06-04T09:55:35+00:00","depth":15.5,"magnitude":"1.7","type":"ML","location":"6 km SW of Colorado City, AZ."}},{"type":"Feature","id":3306,"geometry":{ "type": "Point", "coordinates": [ -111.796, 36.849 ] },"properties":{"date":"2013-05-28T13:32:02+00:00","depth":6.0,"magnitude":"2.7","type":"ML","location":"31 km WSW of Page, 32 km W of Lechee, AZ."}},{"type":"Feature","id":3305,"geometry":{ "type": "Point", "coordinates": [ -112.812333, 36.83033 ] },"properties":{"date":"2013-05-21T09:37:11+00:00","depth":24.76,"magnitude":"2.1","type":"MD","location":"26 km SW of Fredonia, AZ."}},{"type":"Feature","id":3304,"geometry":{ "type": "Point", "coordinates": [ -110.56483, 33.41333 ] },"properties":{"date":"2013-05-20T21:25:14+00:00","depth":20.76,"magnitude":"2.4","type":"MD","location":"25 km East of Globe, AZ."}},{"type":"Feature","id":3303,"geometry":{ "type": "Point", "coordinates": [ -113.17, 35.8568 ] },"properties":{"date":"2013-05-07T13:09:16+00:00","depth":7.0,"magnitude":"2.24","type":"MD","location":"90 km WSW of South Rim, 100 km NE of Kingman."}},{"type":"Feature","id":3302,"geometry":{ "type": "Point", "coordinates": [ -113.72, 36.839 ] },"properties":{"date":"2013-05-05T08:55:07+00:00","depth":18.3,"magnitude":"2.3","type":"ML","location":"19 km ESE of Littlefield, AZ."}},{"type":"Feature","id":3300,"geometry":{ "type": "Point", "coordinates": [ -111.32, 34.504 ] },"properties":{"date":"2013-04-26T20:59:23+00:00","depth":10.0,"magnitude":"2.4","type":"MD","location":"18 km NE of Strawberry, AZ."}},{"type":"Feature","id":3301,"geometry":{ "type": "Point", "coordinates": [ -113.51, 36.824 ] },"properties":{"date":"2013-04-26T17:04:53+00:00","depth":11.3,"magnitude":"1.9","type":"ML","location":"37 km ESE of Littlefield, AZ."}},{"type":"Feature","id":3299,"geometry":{ "type": "Point", "coordinates": [ -112.912, 36.962 ] },"properties":{"date":"2013-04-23T02:36:57+00:00","depth":17.4,"magnitude":"1.1","type":"MD","location":"22 km WNW of Kanab, AZ."}},{"type":"Feature","id":3298,"geometry":{ "type": "Point", "coordinates": [ -112.915, 36.931 ] },"properties":{"date":"2013-04-19T05:22:39+00:00","depth":20.7,"magnitude":"1.4","type":"MD","location":"22 km W of Kanab, AZ."}},{"type":"Feature","id":3297,"geometry":{ "type": "Point", "coordinates": [ -111.499, 36.836 ] },"properties":{"date":"2013-04-06T14:35:54+00:00","depth":10.0,"magnitude":"2.8","type":"ML","location":"7 km SW of LeChee, AZ."}},{"type":"Feature","id":3296,"geometry":{ "type": "Point", "coordinates": [ -112.446, 36.888 ] },"properties":{"date":"2013-04-02T15:35:10+00:00","depth":22.5,"magnitude":"1.3","type":"MD","location":"10 km SE of Fredonia, AZ."}},{"type":"Feature","id":3295,"geometry":{ "type": "Point", "coordinates": [ -112.424, 36.89 ] },"properties":{"date":"2013-04-02T15:17:38+00:00","depth":20.2,"magnitude":"2.8","type":"ML","location":"11 km SE of Fredonia, 22 km E of Kaibab, AZ."}},{"type":"Feature","id":3294,"geometry":{ "type": "Point", "coordinates": [ -112.372, 36.997 ] },"properties":{"date":"2013-03-22T20:03:29+00:00","depth":18.5,"magnitude":"2.3","type":"ML","location":"14 km ENE of Fredonia, AZ."}},{"type":"Feature","id":3293,"geometry":{ "type": "Point", "coordinates": [ -112.33, 36.904 ] },"properties":{"date":"2013-03-22T11:00:34+00:00","depth":19.7,"magnitude":"1.6","type":"MD","location":"18 km ESE of Fredonia, AZ."}},{"type":"Feature","id":3292,"geometry":{ "type": "Point", "coordinates": [ -113.616, 36.954 ] },"properties":{"date":"2013-03-21T14:13:35+00:00","depth":18.9,"magnitude":"0.7","type":"MD","location":"16 km SSW of St. George, UT."}},{"type":"Feature","id":3291,"geometry":{ "type": "Point", "coordinates": [ -112.551, 35.5095 ] },"properties":{"date":"2013-03-17T03:45:51+00:00","depth":3.47,"magnitude":"2.58","type":"MD","location":"~55 km NW of North Rim Lodge, Grand Cyn"}},{"type":"Feature","id":3290,"geometry":{ "type": "Point", "coordinates": [ -113.516, 37.0 ] },"properties":{"date":"2013-03-13T20:06:45+00:00","depth":2.1,"magnitude":"1.1","type":"MD","location":"12 km SSE of St. George, UT."}},{"type":"Feature","id":3289,"geometry":{ "type": "Point", "coordinates": [ -113.525, 37.0 ] },"properties":{"date":"2013-03-07T19:05:58+00:00","depth":3.7,"magnitude":"1.5","type":"MD","location":"12 km SSE of St. George, UT."}},{"type":"Feature","id":3287,"geometry":{ "type": "Point", "coordinates": [ -114.356, 35.019 ] },"properties":{"date":"2013-03-01T05:59:32+00:00","depth":7.0,"magnitude":"2.0","type":"ML","location":"24 km SE of Bullhead City, AZ."}},{"type":"Feature","id":3288,"geometry":{ "type": "Point", "coordinates": [ -113.632, 36.934 ] },"properties":{"date":"2013-02-28T22:51:37+00:00","depth":1.7,"magnitude":"2.0","type":"MD","location":"19 km SSW of St. George, UT"}},{"type":"Feature","id":3286,"geometry":{ "type": "Point", "coordinates": [ -112.223167, 35.406833 ] },"properties":{"date":"2013-02-27T20:11:41+00:00","depth":1.4,"magnitude":"2.6","type":"MD","location":"17 km NNW of Williams, AZ."}},{"type":"Feature","id":3284,"geometry":{ "type": "Point", "coordinates": [ -112.393, 36.989 ] },"properties":{"date":"2013-02-26T16:00:03+00:00","depth":21.6,"magnitude":"1.6","type":"MD","location":"12 km ENE of Fredonia, AZ."}},{"type":"Feature","id":3285,"geometry":{ "type": "Point", "coordinates": [ -112.953833, 35.848 ] },"properties":{"date":"2013-02-24T09:59:03+00:00","depth":2.18,"magnitude":"2.51","type":"MD","location":"76 km WSW of Grand Canyon Village, South Rim."}},{"type":"Feature","id":3283,"geometry":{ "type": "Point", "coordinates": [ -113.05583, 36.6676 ] },"properties":{"date":"2013-02-21T22:34:23+00:00","depth":21.0,"magnitude":"2.90","type":"MD","location":"56 km SW of Fredonia, 81 km SE of Littlefield, AZ."}},{"type":"Feature","id":3282,"geometry":{ "type": "Point", "coordinates": [ -112.49, 36.77 ] },"properties":{"date":"2013-02-21T14:29:37+00:00","depth":3.6,"magnitude":"2.1","type":"ML","location":"20 km S of Fredonia and 22 km SE of Kaibab, AZ."}},{"type":"Feature","id":3281,"geometry":{ "type": "Point", "coordinates": [ -109.233, 33.424 ] },"properties":{"date":"2013-02-16T21:57:45+00:00","depth":5.0,"magnitude":"3.3","type":"ML","location":"42 km N of Clifton, AZ"}},{"type":"Feature","id":3265,"geometry":{ "type": "Point", "coordinates": [ -111.9691, 35.33 ] },"properties":{"date":"2013-01-28T09:39:40+00:00","depth":14.2,"magnitude":"2.5","type":"MD","location":"22 km ENE of Williams, AZ"}},{"type":"Feature","id":3280,"geometry":{ "type": "Point", "coordinates": [ -111.861, 35.222 ] },"properties":{"date":"2013-01-21T20:33:34+00:00","depth":19.0,"magnitude":"2.27","type":"MD","location":"3 km SW of Bellmont"}},{"type":"Feature","id":3279,"geometry":{ "type": "Point", "coordinates": [ -111.727, 35.522 ] },"properties":{"date":"2013-01-18T22:27:23+00:00","depth":10.0,"magnitude":"2.07","type":"MD","location":"40 km NNW of Flagstaff"}},{"type":"Feature","id":3278,"geometry":{ "type": "Point", "coordinates": [ -113.144, 35.607 ] },"properties":{"date":"2013-01-14T22:19:25+00:00","depth":12.5,"magnitude":"2.30","type":"MD","location":"39 km NW of Seligman"}},{"type":"Feature","id":3277,"geometry":{ "type": "Point", "coordinates": [ -111.544, 36.347 ] },"properties":{"date":"2013-01-12T03:06:30+00:00","depth":2.3,"magnitude":"2.49","type":"MD","location":"48 km ESE of GC North Rim/Echo Cliffs"}},{"type":"Feature","id":3276,"geometry":{ "type": "Point", "coordinates": [ -112.1, 35.656 ] },"properties":{"date":"2013-01-09T20:07:00+00:00","depth":5.81,"magnitude":"1.81","type":"MD","location":"4 km E of Valle"}},{"type":"Feature","id":3275,"geometry":{ "type": "Point", "coordinates": [ -112.001, 35.636 ] },"properties":{"date":"2013-01-07T16:07:34+00:00","depth":10.0,"magnitude":"1.93","type":"MD","location":"13 km ESE of Valley"}},{"type":"Feature","id":3263,"geometry":{ "type": "Point", "coordinates": [ -111.856, 36.838 ] },"properties":{"date":"2013-01-07T15:36:43+00:00","depth":6.4,"magnitude":"3.1","type":"ML","location":"36 km WSW of Page, AZ"}},{"type":"Feature","id":3274,"geometry":{ "type": "Point", "coordinates": [ -111.574, 35.609 ] },"properties":{"date":"2013-01-06T05:25:11+00:00","depth":10.0,"magnitude":"2.48","type":"MD","location":"6 km NE of SP Crater"}},{"type":"Feature","id":3264,"geometry":{ "type": "Point", "coordinates": [ -113.617, 36.933 ] },"properties":{"date":"2013-01-04T21:55:20+00:00","depth":1.4,"magnitude":"1.7","type":"MD","location":"18 km S of St. George, Utah"}},{"type":"Feature","id":3262,"geometry":{ "type": "Point", "coordinates": [ -112.477, 36.895 ] },"properties":{"date":"2013-01-03T14:58:34+00:00","depth":18.4,"magnitude":"1.9","type":"MD","location":"17 km E of Fredonia, AZ"}},{"type":"Feature","id":3273,"geometry":{ "type": "Point", "coordinates": [ -111.996, 35.612 ] },"properties":{"date":"2013-01-02T16:21:08+00:00","depth":10.0,"magnitude":"1.97","type":"MD","location":"14 km ESE of Valle"}},{"type":"Feature","id":3272,"geometry":{ "type": "Point", "coordinates": [ -113.106, 35.594 ] },"properties":{"date":"2012-12-27T20:04:54+00:00","depth":10.0,"magnitude":"2.31","type":"MD","location":"13 km NE of Grand Canyon Caverns"}},{"type":"Feature","id":3271,"geometry":{ "type": "Point", "coordinates": [ -111.934, 35.265 ] },"properties":{"date":"2012-12-22T12:02:33+00:00","depth":29.2,"magnitude":"1.76","type":"MD","location":"Parks, AZ"}},{"type":"Feature","id":3270,"geometry":{ "type": "Point", "coordinates": [ -112.046, 34.591 ] },"properties":{"date":"2012-12-20T18:40:43+00:00","depth":1.8,"magnitude":"2.06","type":"MD","location":"18 km WSW of Camp Verde"}},{"type":"Feature","id":3261,"geometry":{ "type": "Point", "coordinates": [ -112.394, 36.985 ] },"properties":{"date":"2012-12-17T09:11:56+00:00","depth":23.0,"magnitude":"1.2","type":"MD","location":"12 km ENE of Fredonia, AZ."}},{"type":"Feature","id":3260,"geometry":{ "type": "Point", "coordinates": [ -112.4, 36.953 ] },"properties":{"date":"2012-12-16T04:39:26+00:00","depth":23.0,"magnitude":"2.6","type":"ML","location":"11 km E of Fredonia, AZ"}},{"type":"Feature","id":3269,"geometry":{ "type": "Point", "coordinates": [ -111.249, 34.694 ] },"properties":{"date":"2012-12-12T10:10:28+00:00","depth":10.0,"magnitude":"2.45","type":"MD","location":"16 km ESE of Happy Jack"}},{"type":"Feature","id":3268,"geometry":{ "type": "Point", "coordinates": [ -113.154, 35.619 ] },"properties":{"date":"2012-12-11T20:43:02+00:00","depth":10.0,"magnitude":"2.72","type":"MD","location":"12 km NE Grand Canyon Caverns"}},{"type":"Feature","id":3267,"geometry":{ "type": "Point", "coordinates": [ -112.693, 36.465 ] },"properties":{"date":"2012-12-08T02:26:41+00:00","depth":6.5,"magnitude":"2.32","type":"MD","location":"6 km W of Kanab Creek"}},{"type":"Feature","id":3266,"geometry":{ "type": "Point", "coordinates": [ -112.418, 35.751 ] },"properties":{"date":"2012-12-01T18:28:18+00:00","depth":4.1,"magnitude":"2.0","type":"MD","location":"28 km NW of Valle, AZ"}},{"type":"Feature","id":3259,"geometry":{ "type": "Point", "coordinates": [ -109.359, 33.857 ] },"properties":{"date":"2012-12-01T09:41:43+00:00","depth":5.0,"magnitude":"1.7","type":"MD","location":"28 km SSW of Springerville, AZ"}},{"type":"Feature","id":3258,"geometry":{ "type": "Point", "coordinates": [ -113.607, 36.968 ] },"properties":{"date":"2012-11-24T10:40:55+00:00","depth":17.9,"magnitude":"1.1","type":"MD","location":"28 km NE of Littleton, AZ"}},{"type":"Feature","id":3257,"geometry":{ "type": "Point", "coordinates": [ -113.486667, 36.5165 ] },"properties":{"date":"2012-11-12T19:20:49+00:00","depth":2.0,"magnitude":"2.41","type":"MD","location":"57 km SE of Littleton, AZ"}},{"type":"Feature","id":3256,"geometry":{ "type": "Point", "coordinates": [ -113.614, 36.955 ] },"properties":{"date":"2012-11-07T08:31:34+00:00","depth":12.0,"magnitude":"2.9","type":"ML","location":"29.3 km E-NE of Littlefield, AZ"}},{"type":"Feature","id":3252,"geometry":{ "type": "Point", "coordinates": [ -109.091833, 33.37333 ] },"properties":{"date":"2012-10-31T19:37:45+00:00","depth":1.0,"magnitude":"2.4","type":"MD","location":"40 km NE of Morenci, AZ"}},{"type":"Feature","id":3248,"geometry":{ "type": "Point", "coordinates": [ -109.174167, 33.35 ] },"properties":{"date":"2012-10-29T09:03:00+00:00","depth":2.0,"magnitude":"2.51","type":"MD","location":"Approx. 35 km north of Morenci, AZ"}},{"type":"Feature","id":3247,"geometry":{ "type": "Point", "coordinates": [ -109.237, 33.389 ] },"properties":{"date":"2012-10-29T07:50:54+00:00","depth":4.0,"magnitude":"3.4","type":"ML","location":"39 km north of Clifton, AZ"}},{"type":"Feature","id":3246,"geometry":{ "type": "Point", "coordinates": [ -113.088, 35.748 ] },"properties":{"date":"2012-10-17T11:08:54+00:00","depth":4.9,"magnitude":"2.9","type":"ML","location":"39 km NE of Peach Springs, AZ"}},{"type":"Feature","id":3253,"geometry":{ "type": "Point", "coordinates": [ -109.542, 33.843 ] },"properties":{"date":"2012-10-15T03:35:52+00:00","depth":5.0,"magnitude":"1.5","type":"MD","location":"90 km NNW of Clifton-Morenci area"}},{"type":"Feature","id":3254,"geometry":{ "type": "Point", "coordinates": [ -109.45, 33.588 ] },"properties":{"date":"2012-10-14T08:07:27+00:00","depth":5.0,"magnitude":"1.8","type":"MD","location":"~60 km NNW of Morenci-Clifton area"}},{"type":"Feature","id":3245,"geometry":{ "type": "Point", "coordinates": [ -109.206, 33.386 ] },"properties":{"date":"2012-10-14T07:28:36+00:00","depth":4.0,"magnitude":"2.5","type":"ML","location":"39 km NNE of Clifton, AZ"}},{"type":"Feature","id":3255,"geometry":{ "type": "Point", "coordinates": [ -109.156, 33.729 ] },"properties":{"date":"2012-10-10T10:45:27+00:00","depth":5.0,"magnitude":"1.7","type":"MD","location":"76 km NNW of Morenci-Clifton area."}},{"type":"Feature","id":3244,"geometry":{ "type": "Point", "coordinates": [ -109.174722, 33.401667 ] },"properties":{"date":"2012-10-09T16:24:33+00:00","depth":6.17,"magnitude":"3.12","type":"MD","location":"34 km north of Safford, AZ"}},{"type":"Feature","id":3249,"geometry":{ "type": "Point", "coordinates": [ -109.217, 33.394 ] },"properties":{"date":"2012-10-08T22:41:07+00:00","depth":5.0,"magnitude":"3.6","type":"ML","location":"About 37 km north of Morenci, AZ"}},{"type":"Feature","id":3243,"geometry":{ "type": "Point", "coordinates": [ -109.28, 33.431 ] },"properties":{"date":"2012-10-08T22:40:06+00:00","depth":5.0,"magnitude":"4.1","type":"ML","location":"26 miles north of Clifton, AZ"}},{"type":"Feature","id":3242,"geometry":{ "type": "Point", "coordinates": [ -112.883333, 33.693333 ] },"properties":{"date":"2012-09-19T21:30:18+00:00","depth":7.0,"magnitude":"2.35","type":"MD","location":"35 km SSW of Wickenburg, AZ"}},{"type":"Feature","id":3241,"geometry":{ "type": "Point", "coordinates": [ -111.641111, 35.15722 ] },"properties":{"date":"2012-09-19T14:42:16+00:00","depth":7.12,"magnitude":"2.63","type":"MD","location":"4.1 km SSW of downtown Flagstaff, AZ"}},{"type":"Feature","id":3240,"geometry":{ "type": "Point", "coordinates": [ -112.395, 36.936 ] },"properties":{"date":"2012-09-17T20:13:19+00:00","depth":19.0,"magnitude":"2.3","type":"MD","location":"54 km east of Page, AZ"}},{"type":"Feature","id":3239,"geometry":{ "type": "Point", "coordinates": [ -112.398, 36.932 ] },"properties":{"date":"2012-09-17T16:05:05+00:00","depth":2.0,"magnitude":"2.13","type":"MD","location":"3.5 km SSE of Fredonia, AZ"}},{"type":"Feature","id":3238,"geometry":{ "type": "Point", "coordinates": [ -111.64556, 35.15194 ] },"properties":{"date":"2012-09-17T08:40:27+00:00","depth":20.0,"magnitude":"2.27","type":"MD","location":"5 km from downtown Flagstaff, AZ"}},{"type":"Feature","id":3236,"geometry":{ "type": "Point", "coordinates": [ -112.5666, 36.6161 ] },"properties":{"date":"2012-09-14T17:32:01+00:00","depth":26.0,"magnitude":"2.4","type":"MD","location":"~100 km SW of Page, AZ"}},{"type":"Feature","id":3237,"geometry":{ "type": "Point", "coordinates": [ -112.092, 36.969 ] },"properties":{"date":"2012-09-14T17:31:57+00:00","depth":7.1,"magnitude":"1.6","type":"ML","location":"38 km east of Fredonia, AZ"}},{"type":"Feature","id":3235,"geometry":{ "type": "Point", "coordinates": [ -112.903, 36.799 ] },"properties":{"date":"2012-09-03T13:30:52+00:00","depth":15.7,"magnitude":"1.5","type":"MD","location":"22 km SSE of Colorado City, AZ"}},{"type":"Feature","id":3234,"geometry":{ "type": "Point", "coordinates": [ -113.552, 36.916 ] },"properties":{"date":"2012-08-25T20:19:31+00:00","depth":1.5,"magnitude":"1.6","type":"MD","location":"21 km SSE of St. George."}},{"type":"Feature","id":3233,"geometry":{ "type": "Point", "coordinates": [ -111.934, 36.937 ] },"properties":{"date":"2012-08-25T06:22:45+00:00","depth":9.0,"magnitude":"2.9","type":"ML","location":"42 km W of Page, AZ"}},{"type":"Feature","id":3232,"geometry":{ "type": "Point", "coordinates": [ -111.383, 36.824 ] },"properties":{"date":"2012-08-24T12:52:24+00:00","depth":6.0,"magnitude":"2.8","type":"ML","location":"7 km SE of Lechee, AZ"}},{"type":"Feature","id":3229,"geometry":{ "type": "Point", "coordinates": [ -111.32, 36.754 ] },"properties":{"date":"2012-08-09T17:00:08+00:00","depth":6.3,"magnitude":"2.1","type":"ML","location":"17 km SE of Lechee and 22 km SE of Page, AZ"}},{"type":"Feature","id":3230,"geometry":{ "type": "Point", "coordinates": [ -112.418, 36.934 ] },"properties":{"date":"2012-08-08T12:03:12+00:00","depth":18.0,"magnitude":"1.6","type":"ML","location":"9 km ESE of Fredonia, AZ"}},{"type":"Feature","id":3231,"geometry":{ "type": "Point", "coordinates": [ -112.841, 36.91 ] },"properties":{"date":"2012-07-30T23:11:40+00:00","depth":7.0,"magnitude":"2.2","type":"MD","location":"Approx. 15km SSE of Colorado City, AZ"}},{"type":"Feature","id":3228,"geometry":{ "type": "Point", "coordinates": [ -112.865, 34.398 ] },"properties":{"date":"2012-07-13T09:32:32+00:00","depth":1.63,"magnitude":"2.24","type":"MD","location":"14km ESE of Kirkland & 39.5km SW of Prescott, AZ"}},{"type":"Feature","id":3227,"geometry":{ "type": "Point", "coordinates": [ -113.639, 36.854 ] },"properties":{"date":"2012-07-09T20:57:58+00:00","depth":4.3,"magnitude":"1.5","type":"MD","location":"26 km ESE of Littleton, AZ"}},{"type":"Feature","id":3226,"geometry":{ "type": "Point", "coordinates": [ -112.545833, 35.024722 ] },"properties":{"date":"2012-06-25T22:07:10+00:00","depth":1.85,"magnitude":"2.7","type":"MD","location":"10 miles NW of Paulden"}},{"type":"Feature","id":3225,"geometry":{ "type": "Point", "coordinates": [ -113.492, 36.995 ] },"properties":{"date":"2012-06-23T02:26:02+00:00","depth":18.0,"magnitude":"2.8","type":"MD","location":"40km NE of Littleton & 0.5km of AZ/Utah border"}},{"type":"Feature","id":3224,"geometry":{ "type": "Point", "coordinates": [ -113.518, 36.936 ] },"properties":{"date":"2012-06-17T16:07:51+00:00","depth":7.0,"magnitude":"1.0","type":"MD","location":"23 miles east of Littleton, AZ"}},{"type":"Feature","id":3222,"geometry":{ "type": "Point", "coordinates": [ -113.006, 36.947 ] },"properties":{"date":"2012-06-09T09:48:23+00:00","depth":17.0,"magnitude":"1.8","type":"MD","location":"S of Colorado City"}},{"type":"Feature","id":3221,"geometry":{ "type": "Point", "coordinates": [ -112.958, 36.896 ] },"properties":{"date":"2012-06-05T05:14:30+00:00","depth":25.0,"magnitude":"1.5","type":"MD","location":"S of Colorado City"}},{"type":"Feature","id":3220,"geometry":{ "type": "Point", "coordinates": [ -112.922, 36.803 ] },"properties":{"date":"2012-06-03T11:04:19+00:00","depth":4.0,"magnitude":"1.3","type":"MD","location":"S of Colorado City"}},{"type":"Feature","id":3219,"geometry":{ "type": "Point", "coordinates": [ -111.583, 35.783 ] },"properties":{"date":"2012-05-24T18:15:29+00:00","depth":3.4,"magnitude":"2.45","type":"MD","location":"40 miles N-NE of Flagstaff"}},{"type":"Feature","id":3218,"geometry":{ "type": "Point", "coordinates": [ -111.9905, 34.9193 ] },"properties":{"date":"2012-05-19T20:55:43+00:00","depth":3.85,"magnitude":"2.37","type":"MD","location":"NW of Sedona"}},{"type":"Feature","id":3217,"geometry":{ "type": "Point", "coordinates": [ -112.924, 36.998 ] },"properties":{"date":"2012-05-08T08:13:53+00:00","depth":18.7,"magnitude":"1.1","type":"MD","location":"Colorado City, AZ"}},{"type":"Feature","id":3223,"geometry":{ "type": "Point", "coordinates": [ -113.468, 36.5 ] },"properties":{"date":"2012-05-04T02:31:06+00:00","depth":1.5,"magnitude":"1.7","type":"MD","location":"36 miles southeast of Littleton, AZ"}},{"type":"Feature","id":3215,"geometry":{ "type": "Point", "coordinates": [ -113.514, 36.4794 ] },"properties":{"date":"2012-05-02T02:31:05+00:00","depth":1.55,"magnitude":"2.56","type":"MD","location":"67 km S of St. George"}},{"type":"Feature","id":3216,"geometry":{ "type": "Point", "coordinates": [ -113.844, 36.972 ] },"properties":{"date":"2012-05-01T10:44:59+00:00","depth":8.3,"magnitude":"1.5","type":"MD","location":"Beaver Dam"}},{"type":"Feature","id":3214,"geometry":{ "type": "Point", "coordinates": [ -111.1416, 36.0843 ] },"properties":{"date":"2012-05-01T10:29:34+00:00","depth":9.74,"magnitude":"2.39","type":"MD","location":"12 km SE of Tuba City"}},{"type":"Feature","id":3213,"geometry":{ "type": "Point", "coordinates": [ -110.9576, 34.9055 ] },"properties":{"date":"2012-04-22T22:20:32+00:00","depth":6.99,"magnitude":"2.56","type":"MD","location":"SW of Winslow"}},{"type":"Feature","id":3212,"geometry":{ "type": "Point", "coordinates": [ -110.9608, 34.894 ] },"properties":{"date":"2012-04-22T07:58:58+00:00","depth":3.65,"magnitude":"2.70","type":"MD","location":"SW of Winslow"}},{"type":"Feature","id":3211,"geometry":{ "type": "Point", "coordinates": [ -111.4605, 35.7338 ] },"properties":{"date":"2012-04-09T19:45:06+00:00","depth":8.07,"magnitude":"2.18","type":"MD","location":"Grey Mt/ Black Mesa"}},{"type":"Feature","id":3210,"geometry":{ "type": "Point", "coordinates": [ -112.1593, 36.9947 ] },"properties":{"date":"2012-03-19T08:10:19+00:00","depth":21.85,"magnitude":"2.59","type":"MD","location":""}},{"type":"Feature","id":3209,"geometry":{ "type": "Point", "coordinates": [ -111.0145, 34.7415 ] },"properties":{"date":"2012-03-12T16:27:01+00:00","depth":3.91,"magnitude":"2.3","type":"MD","location":""}},{"type":"Feature","id":3208,"geometry":{ "type": "Point", "coordinates": [ -110.965, 34.8983 ] },"properties":{"date":"2012-02-26T08:18:12+00:00","depth":2.0,"magnitude":"2.95","type":"MD","location":""}},{"type":"Feature","id":3207,"geometry":{ "type": "Point", "coordinates": [ -112.0505, 36.303 ] },"properties":{"date":"2012-02-20T13:33:59+00:00","depth":2.68,"magnitude":"2.39","type":"MD","location":""}},{"type":"Feature","id":3206,"geometry":{ "type": "Point", "coordinates": [ -111.049, 33.5905 ] },"properties":{"date":"2012-02-03T02:42:32+00:00","depth":13.87,"magnitude":"2.5","type":"MD","location":""}},{"type":"Feature","id":3205,"geometry":{ "type": "Point", "coordinates": [ -110.64, 34.9 ] },"properties":{"date":"2012-02-01T06:25:26+00:00","depth":4.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":3204,"geometry":{ "type": "Point", "coordinates": [ -113.017, 36.764 ] },"properties":{"date":"2011-12-13T23:36:22+00:00","depth":8.2,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":3203,"geometry":{ "type": "Point", "coordinates": [ -113.018, 36.765 ] },"properties":{"date":"2011-12-13T00:43:00+00:00","depth":13.9,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":3201,"geometry":{ "type": "Point", "coordinates": [ -113.001, 36.782 ] },"properties":{"date":"2011-12-12T09:44:37+00:00","depth":2.8,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":3202,"geometry":{ "type": "Point", "coordinates": [ -113.02, 36.757 ] },"properties":{"date":"2011-12-12T08:03:00+00:00","depth":7.9,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":3200,"geometry":{ "type": "Point", "coordinates": [ -112.81, 36.87 ] },"properties":{"date":"2011-11-23T23:05:21+00:00","depth":2.5,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":3199,"geometry":{ "type": "Point", "coordinates": [ -111.942, 35.541 ] },"properties":{"date":"2011-11-16T12:49:10+00:00","depth":13.71,"magnitude":"1.47","type":"MD","location":""}},{"type":"Feature","id":3198,"geometry":{ "type": "Point", "coordinates": [ -113.555, 35.48 ] },"properties":{"date":"2011-11-14T05:00:04+00:00","depth":7.01,"magnitude":"2.2","type":"mD","location":""}},{"type":"Feature","id":3196,"geometry":{ "type": "Point", "coordinates": [ -112.211, 35.866 ] },"properties":{"date":"2011-11-12T12:22:58+00:00","depth":6.64,"magnitude":"2.21","type":"MD","location":""}},{"type":"Feature","id":3197,"geometry":{ "type": "Point", "coordinates": [ -112.227, 35.87 ] },"properties":{"date":"2011-11-12T05:39:15+00:00","depth":6.85,"magnitude":"1.89","type":"MD","location":""}},{"type":"Feature","id":3195,"geometry":{ "type": "Point", "coordinates": [ -112.183, 35.842 ] },"properties":{"date":"2011-11-11T22:03:01+00:00","depth":5.93,"magnitude":"2","type":"MD","location":""}},{"type":"Feature","id":3194,"geometry":{ "type": "Point", "coordinates": [ -112.583, 34.739 ] },"properties":{"date":"2011-11-11T00:36:25+00:00","depth":1.82,"magnitude":"2.17","type":"MD","location":""}},{"type":"Feature","id":3193,"geometry":{ "type": "Point", "coordinates": [ -112.699, 35.513 ] },"properties":{"date":"2011-11-10T23:07:59+00:00","depth":11.08,"magnitude":"2.34","type":"MD","location":""}},{"type":"Feature","id":3192,"geometry":{ "type": "Point", "coordinates": [ -114.7, 36.08 ] },"properties":{"date":"2011-11-08T20:03:46+00:00","depth":9.5,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":3191,"geometry":{ "type": "Point", "coordinates": [ -112.178, 36.083 ] },"properties":{"date":"2011-11-06T18:09:00+00:00","depth":2.47,"magnitude":"2.1","type":"MD","location":""}},{"type":"Feature","id":3190,"geometry":{ "type": "Point", "coordinates": [ -113.216, 35.842 ] },"properties":{"date":"2011-11-03T11:51:10+00:00","depth":6.88,"magnitude":"2.79","type":"MD","location":""}},{"type":"Feature","id":3189,"geometry":{ "type": "Point", "coordinates": [ -114.74, 36.07 ] },"properties":{"date":"2011-11-02T19:30:33+00:00","depth":3.5,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":3188,"geometry":{ "type": "Point", "coordinates": [ -112.853, 36.511 ] },"properties":{"date":"2011-10-31T21:00:57+00:00","depth":7.0,"magnitude":"2.17","type":"MD","location":""}},{"type":"Feature","id":3187,"geometry":{ "type": "Point", "coordinates": [ -111.907, 35.83 ] },"properties":{"date":"2011-10-31T16:04:01+00:00","depth":6.96,"magnitude":"2.1","type":"MD","location":""}},{"type":"Feature","id":3186,"geometry":{ "type": "Point", "coordinates": [ -112.534, 35.928 ] },"properties":{"date":"2011-10-30T20:55:29+00:00","depth":7.0,"magnitude":"1.76","type":"MD","location":""}},{"type":"Feature","id":3185,"geometry":{ "type": "Point", "coordinates": [ -111.496, 35.248 ] },"properties":{"date":"2011-10-26T05:28:32+00:00","depth":10.5,"magnitude":"2.07","type":"MD","location":""}},{"type":"Feature","id":3184,"geometry":{ "type": "Point", "coordinates": [ -112.494, 34.854 ] },"properties":{"date":"2011-10-25T18:20:26+00:00","depth":11.1,"magnitude":"3.23","type":"MD","location":""}},{"type":"Feature","id":3183,"geometry":{ "type": "Point", "coordinates": [ -113.109, 35.895 ] },"properties":{"date":"2011-10-24T01:35:47+00:00","depth":3.5,"magnitude":"2.43","type":"MD","location":""}},{"type":"Feature","id":3182,"geometry":{ "type": "Point", "coordinates": [ -112.476, 34.931 ] },"properties":{"date":"2011-10-23T11:52:32+00:00","depth":11.9,"magnitude":"2.13","type":"MD","location":""}},{"type":"Feature","id":3181,"geometry":{ "type": "Point", "coordinates": [ -112.957, 35.673 ] },"properties":{"date":"2011-10-21T19:47:04+00:00","depth":6.9,"magnitude":"1.77","type":"MD","location":""}},{"type":"Feature","id":3180,"geometry":{ "type": "Point", "coordinates": [ -114.55, 36.0 ] },"properties":{"date":"2011-10-18T16:03:25+00:00","depth":8.2,"magnitude":"2.1","type":"MD","location":""}},{"type":"Feature","id":3179,"geometry":{ "type": "Point", "coordinates": [ -112.192, 34.784 ] },"properties":{"date":"2011-10-18T15:48:45+00:00","depth":19.6,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":3178,"geometry":{ "type": "Point", "coordinates": [ -112.161, 36.049 ] },"properties":{"date":"2011-10-15T22:34:07+00:00","depth":3.9,"magnitude":"2.08","type":"MD","location":""}},{"type":"Feature","id":3177,"geometry":{ "type": "Point", "coordinates": [ -112.51, 36.51 ] },"properties":{"date":"2011-10-14T22:13:40+00:00","depth":1.6,"magnitude":"2.53","type":"MD","location":""}},{"type":"Feature","id":3176,"geometry":{ "type": "Point", "coordinates": [ -111.414, 35.666 ] },"properties":{"date":"2011-10-13T22:03:13+00:00","depth":3.6,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":3175,"geometry":{ "type": "Point", "coordinates": [ -112.116, 34.812 ] },"properties":{"date":"2011-10-11T16:07:49+00:00","depth":9.3,"magnitude":"2.06","type":"MD","location":""}},{"type":"Feature","id":3174,"geometry":{ "type": "Point", "coordinates": [ -112.042, 34.885 ] },"properties":{"date":"2011-10-04T00:16:58+00:00","depth":3.4,"magnitude":"2.61","type":"MD","location":""}},{"type":"Feature","id":3173,"geometry":{ "type": "Point", "coordinates": [ -112.551, 35.819 ] },"properties":{"date":"2011-09-25T12:36:07+00:00","depth":3.5,"magnitude":"2.54","type":"MD","location":""}},{"type":"Feature","id":3172,"geometry":{ "type": "Point", "coordinates": [ -111.979, 35.56 ] },"properties":{"date":"2011-09-24T09:40:52+00:00","depth":20.8,"magnitude":"1.9","type":"MD","location":""}},{"type":"Feature","id":3170,"geometry":{ "type": "Point", "coordinates": [ -112.459, 36.128 ] },"properties":{"date":"2011-09-21T16:36:16+00:00","depth":3.9,"magnitude":"2.18","type":"MD","location":""}},{"type":"Feature","id":3171,"geometry":{ "type": "Point", "coordinates": [ -113.009, 36.736 ] },"properties":{"date":"2011-09-21T12:21:03+00:00","depth":33.2,"magnitude":"2.22","type":"MD","location":""}},{"type":"Feature","id":3169,"geometry":{ "type": "Point", "coordinates": [ -112.366, 36.413 ] },"properties":{"date":"2011-09-18T08:37:41+00:00","depth":16.8,"magnitude":"1.82","type":"MD","location":""}},{"type":"Feature","id":3168,"geometry":{ "type": "Point", "coordinates": [ -113.226, 35.784 ] },"properties":{"date":"2011-08-31T04:37:16+00:00","depth":7.0,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":3167,"geometry":{ "type": "Point", "coordinates": [ -112.434, 36.42 ] },"properties":{"date":"2011-08-30T04:46:21+00:00","depth":3.4,"magnitude":"2.19","type":"MD","location":""}},{"type":"Feature","id":3166,"geometry":{ "type": "Point", "coordinates": [ -113.217, 36.154 ] },"properties":{"date":"2011-08-18T04:15:58+00:00","depth":6.8,"magnitude":"1.94","type":"MD","location":""}},{"type":"Feature","id":3163,"geometry":{ "type": "Point", "coordinates": [ -113.199, 36.143 ] },"properties":{"date":"2011-08-17T18:23:13+00:00","depth":3.4,"magnitude":"2.09","type":"MD","location":""}},{"type":"Feature","id":3164,"geometry":{ "type": "Point", "coordinates": [ -113.232, 36.15 ] },"properties":{"date":"2011-08-17T17:44:16+00:00","depth":8.9,"magnitude":"2.09","type":"MD","location":""}},{"type":"Feature","id":3165,"geometry":{ "type": "Point", "coordinates": [ -113.188, 36.168 ] },"properties":{"date":"2011-08-17T17:39:58+00:00","depth":2.8,"magnitude":"2.06","type":"MD","location":""}},{"type":"Feature","id":3162,"geometry":{ "type": "Point", "coordinates": [ -112.333, 36.722 ] },"properties":{"date":"2011-08-16T08:42:04+00:00","depth":2.1,"magnitude":"2.1","type":"MD","location":""}},{"type":"Feature","id":3161,"geometry":{ "type": "Point", "coordinates": [ -113.002, 36.991 ] },"properties":{"date":"2011-08-10T08:50:07+00:00","depth":40.0,"magnitude":"2.29","type":"MD","location":""}},{"type":"Feature","id":3160,"geometry":{ "type": "Point", "coordinates": [ -113.122, 35.639 ] },"properties":{"date":"2011-08-09T20:12:11+00:00","depth":7.0,"magnitude":"2.2","type":"MD","location":""}},{"type":"Feature","id":3159,"geometry":{ "type": "Point", "coordinates": [ -113.105, 35.469 ] },"properties":{"date":"2011-08-08T20:12:11+00:00","depth":7.1,"magnitude":"2.13","type":"MD","location":""}},{"type":"Feature","id":3158,"geometry":{ "type": "Point", "coordinates": [ -110.9, 34.694 ] },"properties":{"date":"2011-08-08T02:56:51+00:00","depth":21.8,"magnitude":"2.35","type":"MD","location":""}},{"type":"Feature","id":3157,"geometry":{ "type": "Point", "coordinates": [ -113.293, 34.823 ] },"properties":{"date":"2011-08-04T20:52:02+00:00","depth":6.7,"magnitude":"2.19","type":"MD","location":""}},{"type":"Feature","id":3156,"geometry":{ "type": "Point", "coordinates": [ -111.745, 35.688 ] },"properties":{"date":"2011-08-02T06:20:24+00:00","depth":8.5,"magnitude":"1.94","type":"MD","location":""}},{"type":"Feature","id":3155,"geometry":{ "type": "Point", "coordinates": [ -111.752, 35.679 ] },"properties":{"date":"2011-08-01T08:01:43+00:00","depth":2.1,"magnitude":"1.97","type":"MD","location":""}},{"type":"Feature","id":3154,"geometry":{ "type": "Point", "coordinates": [ -112.639, 36.562 ] },"properties":{"date":"2011-07-31T05:48:22+00:00","depth":4.3,"magnitude":"1.95","type":"MD","location":""}},{"type":"Feature","id":3153,"geometry":{ "type": "Point", "coordinates": [ -112.032, 34.9 ] },"properties":{"date":"2011-07-29T20:21:12+00:00","depth":3.6,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":3152,"geometry":{ "type": "Point", "coordinates": [ -112.105, 34.754 ] },"properties":{"date":"2011-07-28T16:39:32+00:00","depth":0.1,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":3151,"geometry":{ "type": "Point", "coordinates": [ -112.429, 36.069 ] },"properties":{"date":"2011-07-23T21:11:03+00:00","depth":8.6,"magnitude":"2.44","type":"MD","location":""}},{"type":"Feature","id":3150,"geometry":{ "type": "Point", "coordinates": [ -112.125, 36.102 ] },"properties":{"date":"2011-07-19T17:47:38+00:00","depth":10.8,"magnitude":"2.1","type":"MD","location":""}},{"type":"Feature","id":3149,"geometry":{ "type": "Point", "coordinates": [ -112.218, 34.711 ] },"properties":{"date":"2011-07-18T17:48:09+00:00","depth":2.1,"magnitude":"2.37","type":"MD","location":""}},{"type":"Feature","id":3148,"geometry":{ "type": "Point", "coordinates": [ -113.781, 36.622 ] },"properties":{"date":"2011-07-18T17:34:28+00:00","depth":3.5,"magnitude":"2.65","type":"MD","location":""}},{"type":"Feature","id":3147,"geometry":{ "type": "Point", "coordinates": [ -113.818, 36.683 ] },"properties":{"date":"2011-07-18T17:20:18+00:00","depth":32.9,"magnitude":"2.42","type":"MD","location":""}},{"type":"Feature","id":3146,"geometry":{ "type": "Point", "coordinates": [ -113.769, 36.603 ] },"properties":{"date":"2011-07-18T09:07:01+00:00","depth":1.7,"magnitude":"2.97","type":"MD","location":""}},{"type":"Feature","id":3145,"geometry":{ "type": "Point", "coordinates": [ -113.01, 36.851 ] },"properties":{"date":"2011-07-17T22:03:00+00:00","depth":23.5,"magnitude":"2.34","type":"MD","location":""}},{"type":"Feature","id":3144,"geometry":{ "type": "Point", "coordinates": [ -113.45, 35.701 ] },"properties":{"date":"2011-07-16T04:26:39+00:00","depth":18.0,"magnitude":"2.16","type":"MD","location":""}},{"type":"Feature","id":3143,"geometry":{ "type": "Point", "coordinates": [ -112.379, 36.339 ] },"properties":{"date":"2011-07-14T11:22:57+00:00","depth":7.0,"magnitude":"2.1","type":"MD","location":""}},{"type":"Feature","id":3142,"geometry":{ "type": "Point", "coordinates": [ -112.0, 36.198 ] },"properties":{"date":"2011-07-13T06:39:58+00:00","depth":6.8,"magnitude":"1.9","type":"MD","location":""}},{"type":"Feature","id":3140,"geometry":{ "type": "Point", "coordinates": [ -111.381, 35.657 ] },"properties":{"date":"2011-07-12T23:27:26+00:00","depth":10.7,"magnitude":"2.6","type":"MD","location":""}},{"type":"Feature","id":3141,"geometry":{ "type": "Point", "coordinates": [ -112.073, 36.2 ] },"properties":{"date":"2011-07-12T14:36:17+00:00","depth":23.0,"magnitude":"1.8","type":"MD","location":""}},{"type":"Feature","id":3138,"geometry":{ "type": "Point", "coordinates": [ -112.161, 36.684 ] },"properties":{"date":"2011-07-10T11:28:19+00:00","depth":3.0,"magnitude":"2.35","type":"MD","location":""}},{"type":"Feature","id":3139,"geometry":{ "type": "Point", "coordinates": [ -112.553, 36.598 ] },"properties":{"date":"2011-07-10T02:04:01+00:00","depth":6.3,"magnitude":"2.32","type":"MD","location":""}},{"type":"Feature","id":3137,"geometry":{ "type": "Point", "coordinates": [ -112.136, 36.379 ] },"properties":{"date":"2011-07-08T03:44:05+00:00","depth":13.4,"magnitude":"3","type":"MD/ML","location":""}},{"type":"Feature","id":3136,"geometry":{ "type": "Point", "coordinates": [ -112.736, 34.648 ] },"properties":{"date":"2011-07-03T19:56:12+00:00","depth":28.6,"magnitude":"2.18","type":"MD","location":""}},{"type":"Feature","id":3135,"geometry":{ "type": "Point", "coordinates": [ -113.177, 36.662 ] },"properties":{"date":"2011-07-01T20:56:12+00:00","depth":12.0,"magnitude":"1.99","type":"MD","location":""}},{"type":"Feature","id":3134,"geometry":{ "type": "Point", "coordinates": [ -111.931, 35.924 ] },"properties":{"date":"2011-07-01T18:02:59+00:00","depth":10.0,"magnitude":"2","type":"MD","location":""}},{"type":"Feature","id":3133,"geometry":{ "type": "Point", "coordinates": [ -112.181, 35.482 ] },"properties":{"date":"2011-07-01T15:54:25+00:00","depth":8.0,"magnitude":"2.44","type":"MD","location":""}},{"type":"Feature","id":3132,"geometry":{ "type": "Point", "coordinates": [ -112.0642, 34.8132 ] },"properties":{"date":"2011-06-29T15:49:03+00:00","depth":1.45,"magnitude":"2.27","type":"MD","location":""}},{"type":"Feature","id":3131,"geometry":{ "type": "Point", "coordinates": [ -112.0913, 36.9618 ] },"properties":{"date":"2011-06-27T15:17:29+00:00","depth":25.47,"magnitude":"2.49","type":"ML","location":""}},{"type":"Feature","id":3127,"geometry":{ "type": "Point", "coordinates": [ -112.126, 34.862 ] },"properties":{"date":"2011-06-26T19:10:30+00:00","depth":13.71,"magnitude":"2.05","type":"MD","location":""}},{"type":"Feature","id":3128,"geometry":{ "type": "Point", "coordinates": [ -111.525, 35.046 ] },"properties":{"date":"2011-06-26T11:10:13+00:00","depth":1.83,"magnitude":"2.47","type":"MD","location":""}},{"type":"Feature","id":3130,"geometry":{ "type": "Point", "coordinates": [ -111.513, 35.046 ] },"properties":{"date":"2011-06-26T10:41:28+00:00","depth":3.47,"magnitude":"2.43","type":"MD","location":""}},{"type":"Feature","id":3129,"geometry":{ "type": "Point", "coordinates": [ -111.54, 35.042 ] },"properties":{"date":"2011-06-26T08:25:17+00:00","depth":6.99,"magnitude":"2.04","type":"MD","location":""}},{"type":"Feature","id":3125,"geometry":{ "type": "Point", "coordinates": [ -111.559, 35.038 ] },"properties":{"date":"2011-06-25T11:02:57+00:00","depth":3.51,"magnitude":"2.49","type":"MD","location":""}},{"type":"Feature","id":3124,"geometry":{ "type": "Point", "coordinates": [ -111.499, 35.044 ] },"properties":{"date":"2011-06-25T09:27:04+00:00","depth":6.84,"magnitude":"2.03","type":"MD","location":""}},{"type":"Feature","id":3126,"geometry":{ "type": "Point", "coordinates": [ -111.512, 35.044 ] },"properties":{"date":"2011-06-25T07:13:13+00:00","depth":2.97,"magnitude":"2.27","type":"MD","location":""}},{"type":"Feature","id":3119,"geometry":{ "type": "Point", "coordinates": [ -111.505, 35.048 ] },"properties":{"date":"2011-06-24T23:54:26+00:00","depth":4.73,"magnitude":"2.26","type":"MD","location":""}},{"type":"Feature","id":3118,"geometry":{ "type": "Point", "coordinates": [ -111.631, 34.973 ] },"properties":{"date":"2011-06-24T22:28:49+00:00","depth":6.36,"magnitude":"2.27","type":"MD","location":""}},{"type":"Feature","id":3121,"geometry":{ "type": "Point", "coordinates": [ -111.51, 35.045 ] },"properties":{"date":"2011-06-24T22:06:05+00:00","depth":2.96,"magnitude":"2.38","type":"MD","location":""}},{"type":"Feature","id":3122,"geometry":{ "type": "Point", "coordinates": [ -111.526, 35.015 ] },"properties":{"date":"2011-06-24T22:03:44+00:00","depth":17.28,"magnitude":"2.7","type":"MD","location":""}},{"type":"Feature","id":3120,"geometry":{ "type": "Point", "coordinates": [ -111.514, 35.038 ] },"properties":{"date":"2011-06-24T22:01:37+00:00","depth":3.53,"magnitude":"2.45","type":"MD","location":""}},{"type":"Feature","id":3123,"geometry":{ "type": "Point", "coordinates": [ -112.492, 36.064 ] },"properties":{"date":"2011-06-24T10:27:54+00:00","depth":3.7,"magnitude":"2.39","type":"MD","location":""}},{"type":"Feature","id":3116,"geometry":{ "type": "Point", "coordinates": [ -112.136, 34.763 ] },"properties":{"date":"2011-06-23T15:41:49+00:00","depth":18.38,"magnitude":"2.32","type":"MD","location":""}},{"type":"Feature","id":3117,"geometry":{ "type": "Point", "coordinates": [ -112.003, 37.003 ] },"properties":{"date":"2011-06-23T03:14:01+00:00","depth":2.76,"magnitude":"3.32","type":"MD","location":""}},{"type":"Feature","id":3115,"geometry":{ "type": "Point", "coordinates": [ -112.167, 34.733 ] },"properties":{"date":"2011-06-22T15:39:35+00:00","depth":11.35,"magnitude":"2.3","type":"MD","location":""}},{"type":"Feature","id":3114,"geometry":{ "type": "Point", "coordinates": [ -111.4995, 35.0408 ] },"properties":{"date":"2011-06-21T10:36:27+00:00","depth":10.66,"magnitude":"2.45","type":"MD","location":""}},{"type":"Feature","id":3113,"geometry":{ "type": "Point", "coordinates": [ -111.5536, 35.055 ] },"properties":{"date":"2011-06-21T07:41:35+00:00","depth":16.2,"magnitude":"2.7","type":"MD","location":""}},{"type":"Feature","id":3112,"geometry":{ "type": "Point", "coordinates": [ -112.194, 35.8671 ] },"properties":{"date":"2011-06-18T07:43:35+00:00","depth":8.95,"magnitude":"2.25","type":"MD","location":""}},{"type":"Feature","id":3107,"geometry":{ "type": "Point", "coordinates": [ -112.1873, 35.8661 ] },"properties":{"date":"2011-06-16T19:46:53+00:00","depth":7.81,"magnitude":"2.26","type":"MD","location":""}},{"type":"Feature","id":3108,"geometry":{ "type": "Point", "coordinates": [ -112.1942, 35.9191 ] },"properties":{"date":"2011-06-16T19:03:34+00:00","depth":2.11,"magnitude":"2.12","type":"MD","location":""}},{"type":"Feature","id":3110,"geometry":{ "type": "Point", "coordinates": [ -112.1795, 35.8696 ] },"properties":{"date":"2011-06-16T18:59:39+00:00","depth":5.03,"magnitude":"2.08","type":"MD","location":""}},{"type":"Feature","id":3109,"geometry":{ "type": "Point", "coordinates": [ -112.1912, 35.8722 ] },"properties":{"date":"2011-06-16T18:41:52+00:00","depth":8.96,"magnitude":"2.79","type":"MD","location":""}},{"type":"Feature","id":3106,"geometry":{ "type": "Point", "coordinates": [ -112.1813, 35.8696 ] },"properties":{"date":"2011-06-16T17:28:35+00:00","depth":3.5,"magnitude":"2.38","type":"MD","location":""}},{"type":"Feature","id":3111,"geometry":{ "type": "Point", "coordinates": [ -112.243, 35.877 ] },"properties":{"date":"2011-06-16T17:01:35+00:00","depth":4.85,"magnitude":"1.75","type":"MD","location":""}},{"type":"Feature","id":3105,"geometry":{ "type": "Point", "coordinates": [ -112.1898, 35.8646 ] },"properties":{"date":"2011-06-15T04:08:12+00:00","depth":6.13,"magnitude":"2.34","type":"MD","location":""}},{"type":"Feature","id":3103,"geometry":{ "type": "Point", "coordinates": [ -112.1893, 35.8693 ] },"properties":{"date":"2011-06-13T22:29:59+00:00","depth":10.8,"magnitude":"2","type":"MD","location":""}},{"type":"Feature","id":3104,"geometry":{ "type": "Point", "coordinates": [ -112.0952, 34.7886 ] },"properties":{"date":"2011-06-13T17:57:29+00:00","depth":3.49,"magnitude":"2.29","type":"MD","location":""}},{"type":"Feature","id":3101,"geometry":{ "type": "Point", "coordinates": [ -111.9762, 34.9315 ] },"properties":{"date":"2011-06-13T07:37:48+00:00","depth":6.49,"magnitude":"2","type":"MD","location":""}},{"type":"Feature","id":3102,"geometry":{ "type": "Point", "coordinates": [ -112.0818, 34.8746 ] },"properties":{"date":"2011-06-13T06:20:10+00:00","depth":7.0,"magnitude":"1.92","type":"MD","location":""}},{"type":"Feature","id":3100,"geometry":{ "type": "Point", "coordinates": [ -112.905, 36.6836 ] },"properties":{"date":"2011-06-10T18:56:41+00:00","depth":32.98,"magnitude":"2.46","type":"MD","location":""}},{"type":"Feature","id":3099,"geometry":{ "type": "Point", "coordinates": [ -113.028, 36.856 ] },"properties":{"date":"2011-06-09T23:00:58+00:00","depth":9.4,"magnitude":"1.6","type":"MD","location":""}},{"type":"Feature","id":3097,"geometry":{ "type": "Point", "coordinates": [ -111.9101, 35.1848 ] },"properties":{"date":"2011-06-09T09:07:26+00:00","depth":8.96,"magnitude":"2.37","type":"MD","location":""}},{"type":"Feature","id":3098,"geometry":{ "type": "Point", "coordinates": [ -111.92, 35.1823 ] },"properties":{"date":"2011-06-09T00:04:28+00:00","depth":3.5,"magnitude":"2.41","type":"MD","location":""}},{"type":"Feature","id":3096,"geometry":{ "type": "Point", "coordinates": [ -113.4782, 35.9443 ] },"properties":{"date":"2011-05-30T13:04:46+00:00","depth":0.16,"magnitude":"2.36","type":"MD","location":""}},{"type":"Feature","id":3095,"geometry":{ "type": "Point", "coordinates": [ -111.9245, 35.179 ] },"properties":{"date":"2011-05-26T03:01:43+00:00","depth":2.37,"magnitude":"2.48","type":"MD","location":""}},{"type":"Feature","id":3093,"geometry":{ "type": "Point", "coordinates": [ -113.522, 36.98 ] },"properties":{"date":"2011-05-25T20:49:36+00:00","depth":5.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":3092,"geometry":{ "type": "Point", "coordinates": [ -111.0658, 34.7816 ] },"properties":{"date":"2011-05-25T16:45:02+00:00","depth":1.9,"magnitude":"2.51","type":"MD","location":""}},{"type":"Feature","id":3094,"geometry":{ "type": "Point", "coordinates": [ -112.1938, 35.8686 ] },"properties":{"date":"2011-05-25T09:42:34+00:00","depth":9.82,"magnitude":"2.3","type":"MD","location":""}},{"type":"Feature","id":3091,"geometry":{ "type": "Point", "coordinates": [ -112.3113, 36.038 ] },"properties":{"date":"2011-05-14T06:10:10+00:00","depth":25.61,"magnitude":"2.3","type":"MD","location":""}},{"type":"Feature","id":3089,"geometry":{ "type": "Point", "coordinates": [ -111.7296, 35.2365 ] },"properties":{"date":"2011-05-13T06:02:46+00:00","depth":29.43,"magnitude":"2.18","type":"MD","location":""}},{"type":"Feature","id":3090,"geometry":{ "type": "Point", "coordinates": [ -111.745, 35.2516 ] },"properties":{"date":"2011-05-13T03:47:18+00:00","depth":23.14,"magnitude":"2.3","type":"MD","location":""}},{"type":"Feature","id":3088,"geometry":{ "type": "Point", "coordinates": [ -113.1806, 36.1675 ] },"properties":{"date":"2011-05-11T12:11:10+00:00","depth":1.66,"magnitude":"2.69","type":"MD","location":""}},{"type":"Feature","id":3087,"geometry":{ "type": "Point", "coordinates": [ -113.0867, 36.1688 ] },"properties":{"date":"2011-05-10T19:38:03+00:00","depth":2.13,"magnitude":"2.3","type":"MD","location":""}},{"type":"Feature","id":3086,"geometry":{ "type": "Point", "coordinates": [ -113.5177, 36.9777 ] },"properties":{"date":"2011-05-06T19:21:57+00:00","depth":0.24,"magnitude":"1.48","type":"Mc","location":""}},{"type":"Feature","id":3085,"geometry":{ "type": "Point", "coordinates": [ -113.5107, 37.0023 ] },"properties":{"date":"2011-05-02T20:38:02+00:00","depth":0.08,"magnitude":"1.47","type":"Mc","location":""}},{"type":"Feature","id":3084,"geometry":{ "type": "Point", "coordinates": [ -112.4, 36.1666 ] },"properties":{"date":"2011-04-28T03:20:47+00:00","depth":3.0,"magnitude":"2.6","type":"MD","location":""}},{"type":"Feature","id":3083,"geometry":{ "type": "Point", "coordinates": [ -112.0453, 34.8973 ] },"properties":{"date":"2011-04-26T02:10:44+00:00","depth":1.97,"magnitude":"2.5","type":"MD","location":""}},{"type":"Feature","id":3082,"geometry":{ "type": "Point", "coordinates": [ -111.8843, 35.1896 ] },"properties":{"date":"2011-04-20T16:35:30+00:00","depth":12.47,"magnitude":"2.1","type":"MD","location":""}},{"type":"Feature","id":3081,"geometry":{ "type": "Point", "coordinates": [ -112.7007, 36.7288 ] },"properties":{"date":"2011-04-16T18:57:58+00:00","depth":5.52,"magnitude":"2.41","type":"MD","location":""}},{"type":"Feature","id":3080,"geometry":{ "type": "Point", "coordinates": [ -114.5437, 36.2233 ] },"properties":{"date":"2011-04-11T17:07:46+00:00","depth":4.92,"magnitude":"2.48","type":"ML","location":""}},{"type":"Feature","id":3079,"geometry":{ "type": "Point", "coordinates": [ -112.5442, 36.8493 ] },"properties":{"date":"2011-04-05T07:31:32+00:00","depth":11.27,"magnitude":"2.3","type":"MD","location":""}},{"type":"Feature","id":3077,"geometry":{ "type": "Point", "coordinates": [ -113.4142, 36.7463 ] },"properties":{"date":"2011-03-30T20:48:11+00:00","depth":0.0,"magnitude":"2.2","type":"MD","location":""}},{"type":"Feature","id":3078,"geometry":{ "type": "Point", "coordinates": [ -113.2056, 36.1656 ] },"properties":{"date":"2011-03-30T12:13:35+00:00","depth":12.8,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":3076,"geometry":{ "type": "Point", "coordinates": [ -112.9688, 36.0728 ] },"properties":{"date":"2011-03-27T14:23:54+00:00","depth":2.0,"magnitude":"2.2","type":"MD","location":""}},{"type":"Feature","id":3075,"geometry":{ "type": "Point", "coordinates": [ -111.9075, 36.0768 ] },"properties":{"date":"2011-03-20T21:28:16+00:00","depth":7.55,"magnitude":"2.9","type":"MD","location":""}},{"type":"Feature","id":3074,"geometry":{ "type": "Point", "coordinates": [ -112.092, 34.827 ] },"properties":{"date":"2011-03-18T19:54:47+00:00","depth":15.0,"magnitude":"3.7","type":"ML","location":""}},{"type":"Feature","id":3073,"geometry":{ "type": "Point", "coordinates": [ -113.017, 35.773 ] },"properties":{"date":"2011-03-15T11:52:08+00:00","depth":2.2,"magnitude":"2.5","type":"MD","location":""}},{"type":"Feature","id":3072,"geometry":{ "type": "Point", "coordinates": [ -114.731, 36.097 ] },"properties":{"date":"2011-03-09T18:00:15+00:00","depth":6.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":3071,"geometry":{ "type": "Point", "coordinates": [ -114.688, 32.555 ] },"properties":{"date":"2011-03-06T07:42:02+00:00","depth":7.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":3070,"geometry":{ "type": "Point", "coordinates": [ -113.62, 36.9482 ] },"properties":{"date":"2011-03-05T09:02:13+00:00","depth":6.55,"magnitude":"2.25","type":"ML","location":""}},{"type":"Feature","id":3069,"geometry":{ "type": "Point", "coordinates": [ -110.056, 36.736 ] },"properties":{"date":"2011-03-03T20:12:59+00:00","depth":23.6,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":3068,"geometry":{ "type": "Point", "coordinates": [ -110.2095, 37.0915 ] },"properties":{"date":"2011-02-26T04:07:03+00:00","depth":6.26,"magnitude":"2.33","type":"Mc","location":""}},{"type":"Feature","id":3066,"geometry":{ "type": "Point", "coordinates": [ -114.679, 36.062 ] },"properties":{"date":"2011-02-15T20:06:34+00:00","depth":0.1,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":3067,"geometry":{ "type": "Point", "coordinates": [ -110.018, 36.734 ] },"properties":{"date":"2011-02-15T19:59:04+00:00","depth":41.9,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":3065,"geometry":{ "type": "Point", "coordinates": [ -114.668, 36.091 ] },"properties":{"date":"2011-02-14T19:43:37+00:00","depth":4.9,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":3064,"geometry":{ "type": "Point", "coordinates": [ -113.4886, 36.8398 ] },"properties":{"date":"2011-01-27T15:40:44+00:00","depth":28.6,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":3063,"geometry":{ "type": "Point", "coordinates": [ -112.0742, 36.0982 ] },"properties":{"date":"2011-01-26T10:51:36+00:00","depth":6.9,"magnitude":"2.7","type":"MD","location":""}},{"type":"Feature","id":3062,"geometry":{ "type": "Point", "coordinates": [ -113.558, 36.73 ] },"properties":{"date":"2011-01-24T11:46:03+00:00","depth":27.3,"magnitude":"2.3","type":"MD","location":""}},{"type":"Feature","id":3061,"geometry":{ "type": "Point", "coordinates": [ -112.087, 34.837 ] },"properties":{"date":"2011-01-23T12:16:47+00:00","depth":5.0,"magnitude":"3.6","type":"ML","location":""}},{"type":"Feature","id":3060,"geometry":{ "type": "Point", "coordinates": [ -111.6333, 35.1256 ] },"properties":{"date":"2011-01-02T14:49:17+00:00","depth":2.11,"magnitude":"2.1","type":"MD","location":""}},{"type":"Feature","id":3059,"geometry":{ "type": "Point", "coordinates": [ -110.2161, 36.8631 ] },"properties":{"date":"2010-12-31T23:00:37+00:00","depth":15.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":3058,"geometry":{ "type": "Point", "coordinates": [ -111.9967, 34.9453 ] },"properties":{"date":"2010-12-30T02:36:11+00:00","depth":3.5,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":3057,"geometry":{ "type": "Point", "coordinates": [ -113.7, 36.7642 ] },"properties":{"date":"2010-12-09T22:24:50+00:00","depth":5.28,"magnitude":"2.04","type":"Mc","location":""}},{"type":"Feature","id":3056,"geometry":{ "type": "Point", "coordinates": [ -113.7, 36.764 ] },"properties":{"date":"2010-12-09T22:24:50+00:00","depth":5.3,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":3054,"geometry":{ "type": "Point", "coordinates": [ -111.7913, 36.818 ] },"properties":{"date":"2010-11-24T14:58:22+00:00","depth":5.8,"magnitude":"2.96","type":"ML","location":""}},{"type":"Feature","id":3055,"geometry":{ "type": "Point", "coordinates": [ -111.791, 36.818 ] },"properties":{"date":"2010-11-24T14:58:20+00:00","depth":5.8,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":3053,"geometry":{ "type": "Point", "coordinates": [ -113.487, 36.8587 ] },"properties":{"date":"2010-11-20T14:31:01+00:00","depth":8.7,"magnitude":"1.99","type":"Mc","location":""}},{"type":"Feature","id":3049,"geometry":{ "type": "Point", "coordinates": [ -114.7638, 36.1186 ] },"properties":{"date":"2010-11-11T06:50:07+00:00","depth":0.0,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":3051,"geometry":{ "type": "Point", "coordinates": [ -113.506, 36.464 ] },"properties":{"date":"2010-11-11T03:28:53+00:00","depth":6.58,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":3050,"geometry":{ "type": "Point", "coordinates": [ -113.65, 36.419 ] },"properties":{"date":"2010-11-11T03:23:39+00:00","depth":5.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":3052,"geometry":{ "type": "Point", "coordinates": [ -113.495, 36.463 ] },"properties":{"date":"2010-11-11T03:23:38+00:00","depth":7.39,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":3047,"geometry":{ "type": "Point", "coordinates": [ -112.8748, 36.9995 ] },"properties":{"date":"2010-11-06T20:39:05+00:00","depth":11.52,"magnitude":"3.05","type":"ML","location":""}},{"type":"Feature","id":3048,"geometry":{ "type": "Point", "coordinates": [ -112.8736, 36.9694 ] },"properties":{"date":"2010-11-06T20:39:05+00:00","depth":12.24,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":3046,"geometry":{ "type": "Point", "coordinates": [ -112.3497, 36.7278 ] },"properties":{"date":"2010-11-03T23:15:18+00:00","depth":17.57,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":3045,"geometry":{ "type": "Point", "coordinates": [ -113.0216, 36.8547 ] },"properties":{"date":"2010-10-19T01:27:55+00:00","depth":9.8,"magnitude":"3.06","type":"ML","location":""}},{"type":"Feature","id":3044,"geometry":{ "type": "Point", "coordinates": [ -111.8402, 37.077 ] },"properties":{"date":"2010-10-17T04:05:03+00:00","depth":0.95,"magnitude":"2.11","type":"Mc","location":""}},{"type":"Feature","id":3043,"geometry":{ "type": "Point", "coordinates": [ -114.7066, 36.0448 ] },"properties":{"date":"2010-10-11T17:18:31+00:00","depth":1.59,"magnitude":"2.11","type":"ML","location":""}},{"type":"Feature","id":3042,"geometry":{ "type": "Point", "coordinates": [ -114.6306, 36.1136 ] },"properties":{"date":"2010-09-27T10:12:06+00:00","depth":0.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":3041,"geometry":{ "type": "Point", "coordinates": [ -111.147, 33.696 ] },"properties":{"date":"2010-09-26T22:20:31+00:00","depth":5.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":3040,"geometry":{ "type": "Point", "coordinates": [ -114.556, 36.128 ] },"properties":{"date":"2010-09-20T16:06:51+00:00","depth":6.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":3039,"geometry":{ "type": "Point", "coordinates": [ -114.53, 35.97 ] },"properties":{"date":"2010-09-13T16:37:08+00:00","depth":1.7,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":3038,"geometry":{ "type": "Point", "coordinates": [ -114.8255, 36.1 ] },"properties":{"date":"2010-09-02T03:06:22+00:00","depth":9.49,"magnitude":"1.94","type":"ML","location":""}},{"type":"Feature","id":3037,"geometry":{ "type": "Point", "coordinates": [ -113.5077, 36.993 ] },"properties":{"date":"2010-08-20T14:02:21+00:00","depth":0.02,"magnitude":"2.15","type":"ML","location":""}},{"type":"Feature","id":3036,"geometry":{ "type": "Point", "coordinates": [ -112.077, 36.9178 ] },"properties":{"date":"2010-08-15T11:51:23+00:00","depth":7.22,"magnitude":"1.43","type":"Mc","location":""}},{"type":"Feature","id":3035,"geometry":{ "type": "Point", "coordinates": [ -114.6392, 36.0127 ] },"properties":{"date":"2010-08-15T00:07:16+00:00","depth":6.76,"magnitude":"1.27","type":"ML","location":""}},{"type":"Feature","id":3034,"geometry":{ "type": "Point", "coordinates": [ -112.2388, 36.6908 ] },"properties":{"date":"2010-08-13T04:20:19+00:00","depth":20.37,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":3033,"geometry":{ "type": "Point", "coordinates": [ -112.57, 36.37 ] },"properties":{"date":"2010-08-11T19:23:16+00:00","depth":5.28,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":3032,"geometry":{ "type": "Point", "coordinates": [ -113.5128, 36.9698 ] },"properties":{"date":"2010-08-09T19:00:03+00:00","depth":2.74,"magnitude":"1.56","type":"Mc","location":""}},{"type":"Feature","id":3030,"geometry":{ "type": "Point", "coordinates": [ -114.7378, 32.7477 ] },"properties":{"date":"2010-08-05T23:40:24+00:00","depth":32.33,"magnitude":"2.48","type":"ML","location":""}},{"type":"Feature","id":3031,"geometry":{ "type": "Point", "coordinates": [ -114.673, 36.1538 ] },"properties":{"date":"2010-08-05T21:44:59+00:00","depth":6.0,"magnitude":"2.31","type":"ML","location":""}},{"type":"Feature","id":3029,"geometry":{ "type": "Point", "coordinates": [ -113.498, 36.983 ] },"properties":{"date":"2010-08-02T12:45:05+00:00","depth":4.0,"magnitude":"1.53","type":"Mc","location":""}},{"type":"Feature","id":3028,"geometry":{ "type": "Point", "coordinates": [ -113.5523, 37.079 ] },"properties":{"date":"2010-07-30T01:18:30+00:00","depth":10.25,"magnitude":"1.32","type":"Mc","location":""}},{"type":"Feature","id":3027,"geometry":{ "type": "Point", "coordinates": [ -113.501, 36.997 ] },"properties":{"date":"2010-07-28T12:25:46+00:00","depth":6.1,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":3024,"geometry":{ "type": "Point", "coordinates": [ -113.5005, 36.9967 ] },"properties":{"date":"2010-07-27T12:25:47+00:00","depth":6.09,"magnitude":"1.54","type":"Mc","location":""}},{"type":"Feature","id":3026,"geometry":{ "type": "Point", "coordinates": [ -111.3944, 35.8894 ] },"properties":{"date":"2010-07-27T12:22:31+00:00","depth":18.28,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":3025,"geometry":{ "type": "Point", "coordinates": [ -111.3944, 35.8986 ] },"properties":{"date":"2010-07-27T12:18:32+00:00","depth":17.91,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":3023,"geometry":{ "type": "Point", "coordinates": [ -113.509, 36.9928 ] },"properties":{"date":"2010-07-21T12:29:16+00:00","depth":6.26,"magnitude":"1.47","type":"Mc","location":""}},{"type":"Feature","id":3022,"geometry":{ "type": "Point", "coordinates": [ -113.517, 36.9432 ] },"properties":{"date":"2010-07-14T13:25:37+00:00","depth":4.66,"magnitude":"1.44","type":"Mc","location":""}},{"type":"Feature","id":3021,"geometry":{ "type": "Point", "coordinates": [ -113.497, 36.9735 ] },"properties":{"date":"2010-07-07T20:34:38+00:00","depth":0.93,"magnitude":"1.62","type":"Mc","location":""}},{"type":"Feature","id":3019,"geometry":{ "type": "Point", "coordinates": [ -113.5047, 37.0082 ] },"properties":{"date":"2010-06-28T20:12:33+00:00","depth":1.88,"magnitude":"1.72","type":"Mc","location":""}},{"type":"Feature","id":3020,"geometry":{ "type": "Point", "coordinates": [ -112.8002, 37.0403 ] },"properties":{"date":"2010-06-28T03:39:58+00:00","depth":11.31,"magnitude":"1.13","type":"Mc","location":""}},{"type":"Feature","id":3018,"geometry":{ "type": "Point", "coordinates": [ -112.8048, 37.0413 ] },"properties":{"date":"2010-06-27T21:23:47+00:00","depth":10.96,"magnitude":"1.57","type":"Mc","location":""}},{"type":"Feature","id":3017,"geometry":{ "type": "Point", "coordinates": [ -111.196, 33.61 ] },"properties":{"date":"2010-06-25T10:30:34+00:00","depth":5.0,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":3016,"geometry":{ "type": "Point", "coordinates": [ -113.5088, 36.9398 ] },"properties":{"date":"2010-06-21T20:27:23+00:00","depth":2.09,"magnitude":"1.72","type":"Mc","location":""}},{"type":"Feature","id":3015,"geometry":{ "type": "Point", "coordinates": [ -112.9125, 37.0012 ] },"properties":{"date":"2010-06-09T02:57:49+00:00","depth":18.63,"magnitude":"1.73","type":"Mc","location":""}},{"type":"Feature","id":3014,"geometry":{ "type": "Point", "coordinates": [ -113.5048, 36.9927 ] },"properties":{"date":"2010-06-07T20:55:02+00:00","depth":3.31,"magnitude":"2.01","type":"ML","location":""}},{"type":"Feature","id":3013,"geometry":{ "type": "Point", "coordinates": [ -114.6714, 36.1888 ] },"properties":{"date":"2010-06-07T09:32:48+00:00","depth":3.32,"magnitude":"1.05","type":"ML","location":""}},{"type":"Feature","id":3012,"geometry":{ "type": "Point", "coordinates": [ -112.9155, 37.003 ] },"properties":{"date":"2010-06-05T11:18:50+00:00","depth":18.99,"magnitude":"1.62","type":"Mc","location":""}},{"type":"Feature","id":3010,"geometry":{ "type": "Point", "coordinates": [ -113.259, 36.463 ] },"properties":{"date":"2010-05-29T15:31:54+00:00","depth":6.72,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":3011,"geometry":{ "type": "Point", "coordinates": [ -112.834, 36.905 ] },"properties":{"date":"2010-05-29T07:02:24+00:00","depth":5.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":3009,"geometry":{ "type": "Point", "coordinates": [ -113.5165, 36.8618 ] },"properties":{"date":"2010-05-27T16:39:53+00:00","depth":3.24,"magnitude":"1.69","type":"Mc","location":""}},{"type":"Feature","id":3007,"geometry":{ "type": "Point", "coordinates": [ -109.2697, 33.2717 ] },"properties":{"date":"2010-05-26T07:17:25+00:00","depth":1.31,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":3005,"geometry":{ "type": "Point", "coordinates": [ -109.403, 33.2153 ] },"properties":{"date":"2010-05-26T07:15:17+00:00","depth":5.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":3006,"geometry":{ "type": "Point", "coordinates": [ -109.2883, 33.3017 ] },"properties":{"date":"2010-05-26T06:03:48+00:00","depth":4.06,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":3008,"geometry":{ "type": "Point", "coordinates": [ -108.987, 33.367 ] },"properties":{"date":"2010-05-26T01:29:03+00:00","depth":1.79,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":3001,"geometry":{ "type": "Point", "coordinates": [ -109.805, 33.0327 ] },"properties":{"date":"2010-05-25T19:02:32+00:00","depth":5.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":3003,"geometry":{ "type": "Point", "coordinates": [ -109.2605, 33.2914 ] },"properties":{"date":"2010-05-25T16:59:49+00:00","depth":5.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":3002,"geometry":{ "type": "Point", "coordinates": [ -109.2717, 33.2772 ] },"properties":{"date":"2010-05-25T15:15:36+00:00","depth":2.07,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":3004,"geometry":{ "type": "Point", "coordinates": [ -109.198, 33.268 ] },"properties":{"date":"2010-05-25T08:22:58+00:00","depth":5.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":2997,"geometry":{ "type": "Point", "coordinates": [ -109.252, 33.273 ] },"properties":{"date":"2010-05-24T23:53:43+00:00","depth":5.0,"magnitude":"3.6","type":"ML","location":""}},{"type":"Feature","id":2998,"geometry":{ "type": "Point", "coordinates": [ -109.233, 33.2496 ] },"properties":{"date":"2010-05-24T14:43:04+00:00","depth":5.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":3000,"geometry":{ "type": "Point", "coordinates": [ -109.209, 33.315 ] },"properties":{"date":"2010-05-24T12:27:08+00:00","depth":5.0,"magnitude":"3.5","type":"ML","location":""}},{"type":"Feature","id":2999,"geometry":{ "type": "Point", "coordinates": [ -109.231, 33.298 ] },"properties":{"date":"2010-05-24T07:27:08+00:00","depth":5.0,"magnitude":"3.6","type":"Mw","location":""}},{"type":"Feature","id":2996,"geometry":{ "type": "Point", "coordinates": [ -113.4378, 36.8312 ] },"properties":{"date":"2010-05-20T09:09:37+00:00","depth":9.0,"magnitude":"1.48","type":"Mc","location":""}},{"type":"Feature","id":2995,"geometry":{ "type": "Point", "coordinates": [ -112.161, 34.748 ] },"properties":{"date":"2010-05-12T16:19:51+00:00","depth":12.56,"magnitude":"2.05","type":"ML","location":""}},{"type":"Feature","id":2994,"geometry":{ "type": "Point", "coordinates": [ -114.6366, 36.0795 ] },"properties":{"date":"2010-04-18T16:31:22+00:00","depth":0.0,"magnitude":"1.53","type":"ML","location":""}},{"type":"Feature","id":2993,"geometry":{ "type": "Point", "coordinates": [ -115.287, 32.259 ] },"properties":{"date":"2010-04-04T22:40:42+00:00","depth":10.0,"magnitude":"7.2","type":"Mw","location":""}},{"type":"Feature","id":2992,"geometry":{ "type": "Point", "coordinates": [ -113.0445, 36.9488 ] },"properties":{"date":"2010-04-01T17:26:43+00:00","depth":22.16,"magnitude":"2.55","type":"ML","location":""}},{"type":"Feature","id":2991,"geometry":{ "type": "Point", "coordinates": [ -114.6905, 36.0951 ] },"properties":{"date":"2010-03-25T16:29:56+00:00","depth":0.0,"magnitude":"1.56","type":"ML","location":""}},{"type":"Feature","id":2990,"geometry":{ "type": "Point", "coordinates": [ -113.318, 36.6098 ] },"properties":{"date":"2010-03-21T17:40:06+00:00","depth":10.0,"magnitude":"2.7","type":"MD","location":""}},{"type":"Feature","id":2989,"geometry":{ "type": "Point", "coordinates": [ -111.609, 35.019 ] },"properties":{"date":"2010-03-18T18:40:42+00:00","depth":5.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":2988,"geometry":{ "type": "Point", "coordinates": [ -112.087, 36.2495 ] },"properties":{"date":"2010-03-02T16:09:36+00:00","depth":3.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2987,"geometry":{ "type": "Point", "coordinates": [ -113.2716, 36.029 ] },"properties":{"date":"2010-03-02T06:56:01+00:00","depth":3.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":2986,"geometry":{ "type": "Point", "coordinates": [ -113.2716, 36.5638 ] },"properties":{"date":"2010-03-02T00:51:39+00:00","depth":12.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":2985,"geometry":{ "type": "Point", "coordinates": [ -112.2675, 36.9128 ] },"properties":{"date":"2010-02-25T03:05:01+00:00","depth":12.49,"magnitude":"1.59","type":"Mc","location":""}},{"type":"Feature","id":2984,"geometry":{ "type": "Point", "coordinates": [ -111.733, 35.295 ] },"properties":{"date":"2010-02-24T00:40:52+00:00","depth":5.0,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":2983,"geometry":{ "type": "Point", "coordinates": [ -112.0811, 36.2501 ] },"properties":{"date":"2010-02-15T03:42:47+00:00","depth":3.0,"magnitude":"2","type":"MD","location":""}},{"type":"Feature","id":2982,"geometry":{ "type": "Point", "coordinates": [ -113.4563, 36.3638 ] },"properties":{"date":"2010-02-14T19:19:27+00:00","depth":2.0,"magnitude":"2.3","type":"MD","location":""}},{"type":"Feature","id":2981,"geometry":{ "type": "Point", "coordinates": [ -112.8923, 37.0918 ] },"properties":{"date":"2010-02-12T22:37:10+00:00","depth":11.89,"magnitude":"3.02","type":"ML","location":""}},{"type":"Feature","id":3331,"geometry":{ "type": "Point", "coordinates": [ -114.553, 35.904 ] },"properties":{"date":"2010-02-03T18:51:00+00:00","depth":5.0,"magnitude":"2.3","type":"ML","location":"Approx. 26 km SE of Boulder City."}},{"type":"Feature","id":2979,"geometry":{ "type": "Point", "coordinates": [ -114.1196, 35.5059 ] },"properties":{"date":"2010-02-03T11:51:14+00:00","depth":0.0,"magnitude":"2.33","type":"ML","location":""}},{"type":"Feature","id":2980,"geometry":{ "type": "Point", "coordinates": [ -112.0376, 36.2688 ] },"properties":{"date":"2010-02-03T11:35:56+00:00","depth":2.0,"magnitude":"2.2","type":"MD","location":""}},{"type":"Feature","id":2978,"geometry":{ "type": "Point", "coordinates": [ -112.3898, 36.89 ] },"properties":{"date":"2010-01-30T09:21:52+00:00","depth":15.96,"magnitude":"1.67","type":"Mc","location":""}},{"type":"Feature","id":2977,"geometry":{ "type": "Point", "coordinates": [ -111.4705, 36.581 ] },"properties":{"date":"2010-01-27T20:33:31+00:00","depth":7.0,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":2976,"geometry":{ "type": "Point", "coordinates": [ -114.4708, 36.1449 ] },"properties":{"date":"2010-01-23T01:27:27+00:00","depth":0.0,"magnitude":"0","type":"Unk","location":""}},{"type":"Feature","id":2975,"geometry":{ "type": "Point", "coordinates": [ -112.779, 36.313 ] },"properties":{"date":"2010-01-05T17:06:02+00:00","depth":20.0,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":2974,"geometry":{ "type": "Point", "coordinates": [ -112.8055, 36.3163 ] },"properties":{"date":"2010-01-03T09:24:30+00:00","depth":4.0,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":2973,"geometry":{ "type": "Point", "coordinates": [ -112.2878, 36.858 ] },"properties":{"date":"2009-12-28T19:55:50+00:00","depth":13.29,"magnitude":"2.43","type":"ML","location":""}},{"type":"Feature","id":2972,"geometry":{ "type": "Point", "coordinates": [ -114.6519, 36.0642 ] },"properties":{"date":"2009-12-28T02:59:20+00:00","depth":0.0,"magnitude":"1.59","type":"ML","location":""}},{"type":"Feature","id":2971,"geometry":{ "type": "Point", "coordinates": [ -112.461, 34.8822 ] },"properties":{"date":"2009-12-25T20:45:40+00:00","depth":2.0,"magnitude":"2.3","type":"MD","location":""}},{"type":"Feature","id":2970,"geometry":{ "type": "Point", "coordinates": [ -112.504, 34.8812 ] },"properties":{"date":"2009-12-25T20:28:39+00:00","depth":2.0,"magnitude":"2.1","type":"MD","location":""}},{"type":"Feature","id":2969,"geometry":{ "type": "Point", "coordinates": [ -111.9, 36.877 ] },"properties":{"date":"2009-11-21T20:45:46+00:00","depth":8.0,"magnitude":"2.7","type":"MD","location":""}},{"type":"Feature","id":2967,"geometry":{ "type": "Point", "coordinates": [ -114.498, 35.877 ] },"properties":{"date":"2009-11-16T13:42:49+00:00","depth":16.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2968,"geometry":{ "type": "Point", "coordinates": [ -112.3516, 36.8333 ] },"properties":{"date":"2009-11-16T06:55:46+00:00","depth":21.0,"magnitude":"2.7","type":"MD","location":""}},{"type":"Feature","id":2966,"geometry":{ "type": "Point", "coordinates": [ -114.7012, 36.0053 ] },"properties":{"date":"2009-11-08T23:38:02+00:00","depth":0.0,"magnitude":"1.61","type":"ML","location":""}},{"type":"Feature","id":2965,"geometry":{ "type": "Point", "coordinates": [ -114.7705, 36.0316 ] },"properties":{"date":"2009-11-06T02:01:22+00:00","depth":5.15,"magnitude":"1.15","type":"ML","location":""}},{"type":"Feature","id":2964,"geometry":{ "type": "Point", "coordinates": [ -113.2918, 36.4225 ] },"properties":{"date":"2009-11-04T21:26:50+00:00","depth":1.5,"magnitude":"2.3","type":"MD","location":""}},{"type":"Feature","id":2963,"geometry":{ "type": "Point", "coordinates": [ -113.046, 36.7126 ] },"properties":{"date":"2009-11-03T23:39:42+00:00","depth":16.0,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":2962,"geometry":{ "type": "Point", "coordinates": [ -114.7104, 36.0765 ] },"properties":{"date":"2009-11-03T02:58:30+00:00","depth":0.0,"magnitude":"0.92","type":"ML","location":""}},{"type":"Feature","id":2961,"geometry":{ "type": "Point", "coordinates": [ -111.637, 36.2078 ] },"properties":{"date":"2009-11-01T10:22:30+00:00","depth":7.0,"magnitude":"2.1","type":"MD","location":""}},{"type":"Feature","id":2958,"geometry":{ "type": "Point", "coordinates": [ -111.5022, 35.4208 ] },"properties":{"date":"2009-10-31T06:10:14+00:00","depth":26.61,"magnitude":"2.9","type":"MD","location":""}},{"type":"Feature","id":2955,"geometry":{ "type": "Point", "coordinates": [ -111.516, 35.3813 ] },"properties":{"date":"2009-10-31T05:12:41+00:00","depth":20.44,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":2942,"geometry":{ "type": "Point", "coordinates": [ -111.557, 35.3728 ] },"properties":{"date":"2009-10-31T05:08:21+00:00","depth":14.38,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":2954,"geometry":{ "type": "Point", "coordinates": [ -111.5218, 35.4667 ] },"properties":{"date":"2009-10-31T05:04:25+00:00","depth":24.45,"magnitude":"2.5","type":"MD","location":""}},{"type":"Feature","id":2953,"geometry":{ "type": "Point", "coordinates": [ -111.5233, 35.395 ] },"properties":{"date":"2009-10-31T05:02:52+00:00","depth":20.1,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":2949,"geometry":{ "type": "Point", "coordinates": [ -111.5462, 35.4553 ] },"properties":{"date":"2009-10-31T04:58:48+00:00","depth":20.48,"magnitude":"2.6","type":"MD","location":""}},{"type":"Feature","id":2939,"geometry":{ "type": "Point", "coordinates": [ -111.5645, 35.3702 ] },"properties":{"date":"2009-10-31T04:54:40+00:00","depth":12.71,"magnitude":"2.7","type":"MD","location":""}},{"type":"Feature","id":2932,"geometry":{ "type": "Point", "coordinates": [ -111.5808, 35.36 ] },"properties":{"date":"2009-10-31T04:49:50+00:00","depth":3.07,"magnitude":"2.7","type":"MD","location":""}},{"type":"Feature","id":2957,"geometry":{ "type": "Point", "coordinates": [ -111.5027, 35.4117 ] },"properties":{"date":"2009-10-31T04:46:27+00:00","depth":21.43,"magnitude":"2.5","type":"MD","location":""}},{"type":"Feature","id":2941,"geometry":{ "type": "Point", "coordinates": [ -111.5593, 35.3502 ] },"properties":{"date":"2009-10-31T04:44:01+00:00","depth":2.47,"magnitude":"2.6","type":"MD","location":""}},{"type":"Feature","id":2934,"geometry":{ "type": "Point", "coordinates": [ -111.574, 35.3613 ] },"properties":{"date":"2009-10-31T04:38:46+00:00","depth":7.97,"magnitude":"2.6","type":"MD","location":""}},{"type":"Feature","id":2956,"geometry":{ "type": "Point", "coordinates": [ -111.5112, 35.3152 ] },"properties":{"date":"2009-10-31T04:35:52+00:00","depth":2.03,"magnitude":"2.5","type":"MD","location":""}},{"type":"Feature","id":2952,"geometry":{ "type": "Point", "coordinates": [ -111.5257, 35.3525 ] },"properties":{"date":"2009-10-31T04:32:54+00:00","depth":18.97,"magnitude":"2.6","type":"MD","location":""}},{"type":"Feature","id":2959,"geometry":{ "type": "Point", "coordinates": [ -111.4932, 35.3695 ] },"properties":{"date":"2009-10-31T04:29:37+00:00","depth":19.86,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":2948,"geometry":{ "type": "Point", "coordinates": [ -111.5485, 35.391 ] },"properties":{"date":"2009-10-31T04:26:59+00:00","depth":18.27,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":2930,"geometry":{ "type": "Point", "coordinates": [ -111.5832, 35.3645 ] },"properties":{"date":"2009-10-31T04:23:42+00:00","depth":8.71,"magnitude":"2.5","type":"MD","location":""}},{"type":"Feature","id":2931,"geometry":{ "type": "Point", "coordinates": [ -111.5822, 35.3727 ] },"properties":{"date":"2009-10-31T04:20:53+00:00","depth":11.84,"magnitude":"2.6","type":"MD","location":""}},{"type":"Feature","id":2944,"geometry":{ "type": "Point", "coordinates": [ -111.5563, 35.3745 ] },"properties":{"date":"2009-10-31T04:16:33+00:00","depth":15.76,"magnitude":"2.6","type":"MD","location":""}},{"type":"Feature","id":2946,"geometry":{ "type": "Point", "coordinates": [ -111.5515, 35.3748 ] },"properties":{"date":"2009-10-31T04:13:17+00:00","depth":15.94,"magnitude":"2.7","type":"MD","location":""}},{"type":"Feature","id":2940,"geometry":{ "type": "Point", "coordinates": [ -111.563, 35.3662 ] },"properties":{"date":"2009-10-31T04:07:50+00:00","depth":13.07,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":2935,"geometry":{ "type": "Point", "coordinates": [ -111.5708, 35.3737 ] },"properties":{"date":"2009-10-31T04:02:36+00:00","depth":15.0,"magnitude":"2.9","type":"MD","location":""}},{"type":"Feature","id":2945,"geometry":{ "type": "Point", "coordinates": [ -111.5545, 35.3755 ] },"properties":{"date":"2009-10-31T03:53:29+00:00","depth":16.47,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":2936,"geometry":{ "type": "Point", "coordinates": [ -111.5688, 35.3628 ] },"properties":{"date":"2009-10-31T03:43:02+00:00","depth":11.94,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":2950,"geometry":{ "type": "Point", "coordinates": [ -111.5455, 35.3927 ] },"properties":{"date":"2009-10-31T03:32:42+00:00","depth":19.04,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":2933,"geometry":{ "type": "Point", "coordinates": [ -111.5782, 35.3583 ] },"properties":{"date":"2009-10-31T03:17:32+00:00","depth":6.38,"magnitude":"2.9","type":"MD","location":""}},{"type":"Feature","id":2938,"geometry":{ "type": "Point", "coordinates": [ -111.5655, 35.3237 ] },"properties":{"date":"2009-10-31T02:55:08+00:00","depth":4.28,"magnitude":"2.6","type":"MD","location":""}},{"type":"Feature","id":2960,"geometry":{ "type": "Point", "coordinates": [ -111.4487, 35.5062 ] },"properties":{"date":"2009-10-31T02:41:28+00:00","depth":26.92,"magnitude":"2.5","type":"MD","location":""}},{"type":"Feature","id":2937,"geometry":{ "type": "Point", "coordinates": [ -111.5677, 35.341 ] },"properties":{"date":"2009-10-31T02:30:18+00:00","depth":8.3,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":2943,"geometry":{ "type": "Point", "coordinates": [ -111.5568, 35.38 ] },"properties":{"date":"2009-10-31T02:02:58+00:00","depth":16.0,"magnitude":"2.7","type":"MD","location":""}},{"type":"Feature","id":2951,"geometry":{ "type": "Point", "coordinates": [ -111.538, 35.4378 ] },"properties":{"date":"2009-10-31T01:30:34+00:00","depth":19.58,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":2947,"geometry":{ "type": "Point", "coordinates": [ -111.5505, 35.4008 ] },"properties":{"date":"2009-10-31T00:16:05+00:00","depth":18.52,"magnitude":"2.8","type":"MD","location":""}},{"type":"Feature","id":2929,"geometry":{ "type": "Point", "coordinates": [ -112.4966, 36.7286 ] },"properties":{"date":"2009-10-18T03:24:18+00:00","depth":12.0,"magnitude":"2.4","type":"MD","location":""}},{"type":"Feature","id":2928,"geometry":{ "type": "Point", "coordinates": [ -112.2183, 35.3796 ] },"properties":{"date":"2009-10-17T17:45:09+00:00","depth":7.0,"magnitude":"2.1","type":"MD","location":""}},{"type":"Feature","id":2927,"geometry":{ "type": "Point", "coordinates": [ -111.929, 35.72 ] },"properties":{"date":"2009-10-16T03:15:30+00:00","depth":5.0,"magnitude":"1.9","type":"MD","location":""}},{"type":"Feature","id":2921,"geometry":{ "type": "Point", "coordinates": [ -114.7725, 35.9931 ] },"properties":{"date":"2009-10-11T18:28:47+00:00","depth":0.0,"magnitude":"1.25","type":"ML","location":""}},{"type":"Feature","id":2923,"geometry":{ "type": "Point", "coordinates": [ -112.123, 35.504 ] },"properties":{"date":"2009-10-11T13:10:12+00:00","depth":15.0,"magnitude":"1.6","type":"MD","location":""}},{"type":"Feature","id":2924,"geometry":{ "type": "Point", "coordinates": [ -112.104, 35.489 ] },"properties":{"date":"2009-10-11T12:41:39+00:00","depth":8.0,"magnitude":"2","type":"MD","location":""}},{"type":"Feature","id":2926,"geometry":{ "type": "Point", "coordinates": [ -112.066, 35.473 ] },"properties":{"date":"2009-10-11T09:10:23+00:00","depth":10.0,"magnitude":"1.5","type":"MD","location":""}},{"type":"Feature","id":2922,"geometry":{ "type": "Point", "coordinates": [ -112.688, 35.5 ] },"properties":{"date":"2009-10-11T03:32:25+00:00","depth":7.0,"magnitude":"1.3","type":"MD","location":""}},{"type":"Feature","id":2925,"geometry":{ "type": "Point", "coordinates": [ -112.069, 35.523 ] },"properties":{"date":"2009-10-11T03:30:04+00:00","depth":10.0,"magnitude":"1.4","type":"MD","location":""}},{"type":"Feature","id":2920,"geometry":{ "type": "Point", "coordinates": [ -112.214, 35.381 ] },"properties":{"date":"2009-10-10T20:58:08+00:00","depth":8.0,"magnitude":"1.9","type":"MD","location":""}},{"type":"Feature","id":3332,"geometry":{ "type": "Point", "coordinates": [ -114.545, 35.963 ] },"properties":{"date":"2009-10-10T05:13:00+00:00","depth":10.9,"magnitude":"3.5","type":"Mw","location":"Approx. 18 km ESE of Hoover Dam."}},{"type":"Feature","id":2919,"geometry":{ "type": "Point", "coordinates": [ -114.5455, 35.9628 ] },"properties":{"date":"2009-10-09T22:13:54+00:00","depth":10.93,"magnitude":"3.85","type":"ML","location":""}},{"type":"Feature","id":2918,"geometry":{ "type": "Point", "coordinates": [ -112.212, 35.857 ] },"properties":{"date":"2009-10-08T12:57:48+00:00","depth":3.2,"magnitude":"1.6","type":"MD","location":""}},{"type":"Feature","id":2917,"geometry":{ "type": "Point", "coordinates": [ -112.2198, 35.3811 ] },"properties":{"date":"2009-10-07T02:56:10+00:00","depth":9.5,"magnitude":"2.3","type":"MD","location":""}},{"type":"Feature","id":2916,"geometry":{ "type": "Point", "coordinates": [ -112.371, 35.6813 ] },"properties":{"date":"2009-10-02T12:25:53+00:00","depth":4.3,"magnitude":"2","type":"MD","location":""}},{"type":"Feature","id":2915,"geometry":{ "type": "Point", "coordinates": [ -112.4821, 35.8081 ] },"properties":{"date":"2009-09-30T13:25:37+00:00","depth":6.7,"magnitude":"0","type":"ML","location":""}},{"type":"Feature","id":2914,"geometry":{ "type": "Point", "coordinates": [ -112.0658, 35.7063 ] },"properties":{"date":"2009-09-27T13:23:55+00:00","depth":2.8,"magnitude":"2.5","type":"MD","location":""}},{"type":"Feature","id":2913,"geometry":{ "type": "Point", "coordinates": [ -114.435, 35.634 ] },"properties":{"date":"2009-09-22T11:57:49+00:00","depth":16.0,"magnitude":"1.9","type":"MD","location":""}},{"type":"Feature","id":2912,"geometry":{ "type": "Point", "coordinates": [ -112.111, 35.493 ] },"properties":{"date":"2009-09-21T23:56:45+00:00","depth":11.5,"magnitude":"2.5","type":"MD","location":""}},{"type":"Feature","id":2910,"geometry":{ "type": "Point", "coordinates": [ -112.88, 36.66 ] },"properties":{"date":"2009-09-04T11:53:47+00:00","depth":2.7,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":2909,"geometry":{ "type": "Point", "coordinates": [ -112.956, 36.647 ] },"properties":{"date":"2009-09-04T11:47:54+00:00","depth":5.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":2911,"geometry":{ "type": "Point", "coordinates": [ -112.3728, 36.9858 ] },"properties":{"date":"2009-09-04T06:01:01+00:00","depth":15.53,"magnitude":"2.99","type":"ML","location":""}},{"type":"Feature","id":2908,"geometry":{ "type": "Point", "coordinates": [ -112.913, 36.7517 ] },"properties":{"date":"2009-08-05T04:51:54+00:00","depth":17.68,"magnitude":"1.92","type":"ML","location":""}},{"type":"Feature","id":2907,"geometry":{ "type": "Point", "coordinates": [ -114.7439, 36.0187 ] },"properties":{"date":"2009-07-31T05:41:24+00:00","depth":0.0,"magnitude":"1.31","type":"ML","location":""}},{"type":"Feature","id":2906,"geometry":{ "type": "Point", "coordinates": [ -114.4668, 36.1328 ] },"properties":{"date":"2009-07-23T13:23:00+00:00","depth":0.0,"magnitude":"1.88","type":"ML","location":""}},{"type":"Feature","id":2905,"geometry":{ "type": "Point", "coordinates": [ -111.7437, 36.9683 ] },"properties":{"date":"2009-07-19T12:00:55+00:00","depth":5.61,"magnitude":"1.67","type":"Mc","location":""}},{"type":"Feature","id":2904,"geometry":{ "type": "Point", "coordinates": [ -110.7718, 37.012 ] },"properties":{"date":"2009-07-13T03:40:38+00:00","depth":3.04,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":2903,"geometry":{ "type": "Point", "coordinates": [ -113.514, 37.0413 ] },"properties":{"date":"2009-07-09T00:31:45+00:00","depth":1.16,"magnitude":"2.01","type":"ML","location":""}},{"type":"Feature","id":2902,"geometry":{ "type": "Point", "coordinates": [ -112.9645, 37.072 ] },"properties":{"date":"2009-07-07T11:46:31+00:00","depth":13.0,"magnitude":"1.24","type":"Mc","location":""}},{"type":"Feature","id":2901,"geometry":{ "type": "Point", "coordinates": [ -113.8867, 36.7975 ] },"properties":{"date":"2009-07-04T02:57:10+00:00","depth":6.52,"magnitude":"1.23","type":"Mc","location":""}},{"type":"Feature","id":2900,"geometry":{ "type": "Point", "coordinates": [ -112.3618, 36.9955 ] },"properties":{"date":"2009-07-03T05:25:22+00:00","depth":15.05,"magnitude":"2.11","type":"ML","location":""}},{"type":"Feature","id":2899,"geometry":{ "type": "Point", "coordinates": [ -112.3155, 36.968 ] },"properties":{"date":"2009-06-29T10:39:13+00:00","depth":14.22,"magnitude":"2.12","type":"ML","location":""}},{"type":"Feature","id":2898,"geometry":{ "type": "Point", "coordinates": [ -112.3188, 36.978 ] },"properties":{"date":"2009-06-29T02:29:51+00:00","depth":14.71,"magnitude":"2.48","type":"ML","location":""}},{"type":"Feature","id":2897,"geometry":{ "type": "Point", "coordinates": [ -113.5237, 37.0658 ] },"properties":{"date":"2009-06-24T00:31:44+00:00","depth":5.62,"magnitude":"1.75","type":"ML","location":""}},{"type":"Feature","id":2896,"geometry":{ "type": "Point", "coordinates": [ -109.26, 35.099 ] },"properties":{"date":"2009-06-20T05:17:42+00:00","depth":2.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2895,"geometry":{ "type": "Point", "coordinates": [ -113.51, 37.0135 ] },"properties":{"date":"2009-06-12T17:05:19+00:00","depth":0.68,"magnitude":"1.68","type":"Mc","location":""}},{"type":"Feature","id":2894,"geometry":{ "type": "Point", "coordinates": [ -113.5105, 37.0248 ] },"properties":{"date":"2009-05-27T18:06:26+00:00","depth":0.46,"magnitude":"1.59","type":"Mc","location":""}},{"type":"Feature","id":2893,"geometry":{ "type": "Point", "coordinates": [ -112.7613, 36.7942 ] },"properties":{"date":"2009-05-24T18:28:54+00:00","depth":19.67,"magnitude":"1.64","type":"Mc","location":""}},{"type":"Feature","id":2892,"geometry":{ "type": "Point", "coordinates": [ -114.8234, 36.0637 ] },"properties":{"date":"2009-05-13T23:19:21+00:00","depth":2.5,"magnitude":"0.79","type":"ML","location":""}},{"type":"Feature","id":2890,"geometry":{ "type": "Point", "coordinates": [ -112.3402, 36.9762 ] },"properties":{"date":"2009-05-09T15:50:56+00:00","depth":14.66,"magnitude":"1.6","type":"Mc","location":""}},{"type":"Feature","id":2891,"geometry":{ "type": "Point", "coordinates": [ -112.141, 34.213 ] },"properties":{"date":"2009-05-09T06:07:32+00:00","depth":5.0,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":2889,"geometry":{ "type": "Point", "coordinates": [ -113.5155, 37.0022 ] },"properties":{"date":"2009-05-07T19:50:20+00:00","depth":1.52,"magnitude":"1.79","type":"ML","location":""}},{"type":"Feature","id":2888,"geometry":{ "type": "Point", "coordinates": [ -112.9253, 36.9928 ] },"properties":{"date":"2009-05-04T00:57:43+00:00","depth":21.41,"magnitude":"1.45","type":"Mc","location":""}},{"type":"Feature","id":2887,"geometry":{ "type": "Point", "coordinates": [ -109.138, 33.26 ] },"properties":{"date":"2009-04-29T11:17:19+00:00","depth":0.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2886,"geometry":{ "type": "Point", "coordinates": [ -111.085, 34.83 ] },"properties":{"date":"2009-04-09T22:02:34+00:00","depth":1.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":2885,"geometry":{ "type": "Point", "coordinates": [ -113.5082, 37.0032 ] },"properties":{"date":"2009-04-07T23:25:40+00:00","depth":1.68,"magnitude":"1.57","type":"Mc","location":""}},{"type":"Feature","id":2884,"geometry":{ "type": "Point", "coordinates": [ -112.0625, 36.9515 ] },"properties":{"date":"2009-04-05T16:08:33+00:00","depth":7.72,"magnitude":"1.87","type":"ML","location":""}},{"type":"Feature","id":2883,"geometry":{ "type": "Point", "coordinates": [ -114.7969, 35.9975 ] },"properties":{"date":"2009-04-03T08:28:37+00:00","depth":7.8,"magnitude":"1.75","type":"ML","location":""}},{"type":"Feature","id":2882,"geometry":{ "type": "Point", "coordinates": [ -110.951, 35.525 ] },"properties":{"date":"2009-03-28T00:50:04+00:00","depth":15.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2881,"geometry":{ "type": "Point", "coordinates": [ -113.505, 37.0003 ] },"properties":{"date":"2009-03-24T17:12:21+00:00","depth":1.47,"magnitude":"1.44","type":"Mc","location":""}},{"type":"Feature","id":2880,"geometry":{ "type": "Point", "coordinates": [ -113.5753, 36.8538 ] },"properties":{"date":"2009-03-24T09:32:09+00:00","depth":1.63,"magnitude":"1.69","type":"Mc","location":""}},{"type":"Feature","id":2878,"geometry":{ "type": "Point", "coordinates": [ -114.6999, 36.004 ] },"properties":{"date":"2009-03-12T23:48:46+00:00","depth":0.0,"magnitude":"2.27","type":"ML","location":""}},{"type":"Feature","id":2879,"geometry":{ "type": "Point", "coordinates": [ -109.191, 35.399 ] },"properties":{"date":"2009-03-12T08:28:00+00:00","depth":18.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2877,"geometry":{ "type": "Point", "coordinates": [ -114.2465, 36.0104 ] },"properties":{"date":"2009-03-06T10:05:38+00:00","depth":0.0,"magnitude":"1.42","type":"ML","location":""}},{"type":"Feature","id":2876,"geometry":{ "type": "Point", "coordinates": [ -112.379, 37.008 ] },"properties":{"date":"2009-02-14T15:38:32+00:00","depth":0.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2875,"geometry":{ "type": "Point", "coordinates": [ -110.679, 36.582 ] },"properties":{"date":"2009-02-07T10:25:19+00:00","depth":9.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2874,"geometry":{ "type": "Point", "coordinates": [ -110.658, 36.58 ] },"properties":{"date":"2009-02-06T19:55:47+00:00","depth":9.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2873,"geometry":{ "type": "Point", "coordinates": [ -110.682, 36.58 ] },"properties":{"date":"2009-02-06T03:55:43+00:00","depth":8.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2872,"geometry":{ "type": "Point", "coordinates": [ -113.5363, 37.0223 ] },"properties":{"date":"2009-02-03T22:32:54+00:00","depth":1.31,"magnitude":"2.41","type":"ML","location":""}},{"type":"Feature","id":2871,"geometry":{ "type": "Point", "coordinates": [ -110.676, 36.583 ] },"properties":{"date":"2009-02-01T09:37:16+00:00","depth":8.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2870,"geometry":{ "type": "Point", "coordinates": [ -113.6002, 37.0835 ] },"properties":{"date":"2009-01-27T13:11:11+00:00","depth":3.73,"magnitude":"1.84","type":"Mc","location":""}},{"type":"Feature","id":2869,"geometry":{ "type": "Point", "coordinates": [ -109.012, 35.507 ] },"properties":{"date":"2009-01-24T02:45:13+00:00","depth":25.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2868,"geometry":{ "type": "Point", "coordinates": [ -113.5938, 37.0878 ] },"properties":{"date":"2009-01-24T01:51:55+00:00","depth":3.02,"magnitude":"1.82","type":"Mc","location":""}},{"type":"Feature","id":2867,"geometry":{ "type": "Point", "coordinates": [ -113.606, 37.0428 ] },"properties":{"date":"2009-01-21T04:01:48+00:00","depth":3.9,"magnitude":"1.96","type":"Mc","location":""}},{"type":"Feature","id":2866,"geometry":{ "type": "Point", "coordinates": [ -112.266, 36.468 ] },"properties":{"date":"2009-01-18T20:29:54+00:00","depth":15.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2865,"geometry":{ "type": "Point", "coordinates": [ -113.575, 37.0702 ] },"properties":{"date":"2009-01-18T01:32:01+00:00","depth":10.83,"magnitude":"1.73","type":"Mc","location":""}},{"type":"Feature","id":2864,"geometry":{ "type": "Point", "coordinates": [ -113.6085, 37.0815 ] },"properties":{"date":"2009-01-17T21:31:08+00:00","depth":2.0,"magnitude":"1.71","type":"Mc","location":""}},{"type":"Feature","id":2863,"geometry":{ "type": "Point", "coordinates": [ -111.641, 35.659 ] },"properties":{"date":"2009-01-11T13:31:11+00:00","depth":7.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":2862,"geometry":{ "type": "Point", "coordinates": [ -113.497, 37.0203 ] },"properties":{"date":"2009-01-10T17:57:33+00:00","depth":1.14,"magnitude":"2.54","type":"Mc","location":""}},{"type":"Feature","id":2861,"geometry":{ "type": "Point", "coordinates": [ -111.655, 36.206 ] },"properties":{"date":"2009-01-04T18:31:09+00:00","depth":4.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2859,"geometry":{ "type": "Point", "coordinates": [ -111.655, 36.208 ] },"properties":{"date":"2009-01-03T07:05:57+00:00","depth":6.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2860,"geometry":{ "type": "Point", "coordinates": [ -109.716, 36.589 ] },"properties":{"date":"2009-01-03T06:35:42+00:00","depth":18.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2858,"geometry":{ "type": "Point", "coordinates": [ -112.844, 36.813 ] },"properties":{"date":"2009-01-01T14:35:50+00:00","depth":15.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":2857,"geometry":{ "type": "Point", "coordinates": [ -112.5, 36.981 ] },"properties":{"date":"2008-12-30T08:21:53+00:00","depth":16.26,"magnitude":"2.01","type":"Mc","location":""}},{"type":"Feature","id":2856,"geometry":{ "type": "Point", "coordinates": [ -109.165, 35.107 ] },"properties":{"date":"2008-12-29T15:58:23+00:00","depth":19.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2855,"geometry":{ "type": "Point", "coordinates": [ -109.509, 35.919 ] },"properties":{"date":"2008-12-17T08:54:05+00:00","depth":14.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2854,"geometry":{ "type": "Point", "coordinates": [ -111.084, 34.939 ] },"properties":{"date":"2008-12-17T08:46:53+00:00","depth":23.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2853,"geometry":{ "type": "Point", "coordinates": [ -112.392, 37.03 ] },"properties":{"date":"2008-12-15T14:20:19+00:00","depth":4.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2852,"geometry":{ "type": "Point", "coordinates": [ -114.8017, 36.0891 ] },"properties":{"date":"2008-12-14T15:49:59+00:00","depth":0.0,"magnitude":"0.74","type":"ML","location":""}},{"type":"Feature","id":2851,"geometry":{ "type": "Point", "coordinates": [ -113.5702, 37.0867 ] },"properties":{"date":"2008-12-13T18:17:53+00:00","depth":4.23,"magnitude":"2.02","type":"Mc","location":""}},{"type":"Feature","id":2850,"geometry":{ "type": "Point", "coordinates": [ -114.7735, 36.13 ] },"properties":{"date":"2008-12-12T01:04:26+00:00","depth":0.0,"magnitude":"1.22","type":"ML","location":""}},{"type":"Feature","id":2849,"geometry":{ "type": "Point", "coordinates": [ -112.425, 37.024 ] },"properties":{"date":"2008-12-08T10:12:40+00:00","depth":22.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2848,"geometry":{ "type": "Point", "coordinates": [ -110.681, 36.586 ] },"properties":{"date":"2008-12-06T13:58:28+00:00","depth":8.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2847,"geometry":{ "type": "Point", "coordinates": [ -110.667, 36.579 ] },"properties":{"date":"2008-12-04T10:26:44+00:00","depth":10.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2846,"geometry":{ "type": "Point", "coordinates": [ -110.679, 36.584 ] },"properties":{"date":"2008-12-04T05:11:09+00:00","depth":9.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2844,"geometry":{ "type": "Point", "coordinates": [ -113.5123, 37.0355 ] },"properties":{"date":"2008-12-01T18:41:17+00:00","depth":0.5,"magnitude":"1.46","type":"Mc","location":""}},{"type":"Feature","id":2845,"geometry":{ "type": "Point", "coordinates": [ -109.341, 33.153 ] },"properties":{"date":"2008-12-01T08:30:47+00:00","depth":7.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2821,"geometry":{ "type": "Point", "coordinates": [ -114.7832, 36.0276 ] },"properties":{"date":"2008-11-29T23:10:27+00:00","depth":0.0,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":2832,"geometry":{ "type": "Point", "coordinates": [ -112.773, 32.95 ] },"properties":{"date":"2008-11-29T16:26:46+00:00","depth":13.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2835,"geometry":{ "type": "Point", "coordinates": [ -112.771, 32.955 ] },"properties":{"date":"2008-11-29T16:22:08+00:00","depth":13.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2837,"geometry":{ "type": "Point", "coordinates": [ -112.77, 32.955 ] },"properties":{"date":"2008-11-29T16:21:36+00:00","depth":13.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2823,"geometry":{ "type": "Point", "coordinates": [ -114.7095, 36.1074 ] },"properties":{"date":"2008-11-29T13:37:17+00:00","depth":3.09,"magnitude":"1.31","type":"ML","location":""}},{"type":"Feature","id":2822,"geometry":{ "type": "Point", "coordinates": [ -114.7137, 36.1097 ] },"properties":{"date":"2008-11-29T13:28:29+00:00","depth":4.27,"magnitude":"1.52","type":"ML","location":""}},{"type":"Feature","id":2834,"geometry":{ "type": "Point", "coordinates": [ -112.772, 32.967 ] },"properties":{"date":"2008-11-29T12:31:55+00:00","depth":11.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2836,"geometry":{ "type": "Point", "coordinates": [ -112.77, 32.954 ] },"properties":{"date":"2008-11-29T07:22:24+00:00","depth":13.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2831,"geometry":{ "type": "Point", "coordinates": [ -112.773, 32.951 ] },"properties":{"date":"2008-11-29T07:16:22+00:00","depth":13.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":2833,"geometry":{ "type": "Point", "coordinates": [ -112.772, 32.955 ] },"properties":{"date":"2008-11-29T07:11:21+00:00","depth":13.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2827,"geometry":{ "type": "Point", "coordinates": [ -112.774, 32.953 ] },"properties":{"date":"2008-11-29T07:10:28+00:00","depth":13.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2842,"geometry":{ "type": "Point", "coordinates": [ -112.765, 32.96 ] },"properties":{"date":"2008-11-29T06:13:59+00:00","depth":13.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2824,"geometry":{ "type": "Point", "coordinates": [ -112.781, 32.945 ] },"properties":{"date":"2008-11-29T05:16:16+00:00","depth":17.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2830,"geometry":{ "type": "Point", "coordinates": [ -112.773, 32.948 ] },"properties":{"date":"2008-11-29T05:08:09+00:00","depth":14.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2841,"geometry":{ "type": "Point", "coordinates": [ -112.765, 32.953 ] },"properties":{"date":"2008-11-29T03:49:08+00:00","depth":14.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2840,"geometry":{ "type": "Point", "coordinates": [ -112.766, 32.952 ] },"properties":{"date":"2008-11-29T03:43:07+00:00","depth":13.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2829,"geometry":{ "type": "Point", "coordinates": [ -112.773, 32.955 ] },"properties":{"date":"2008-11-29T03:35:03+00:00","depth":12.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":2839,"geometry":{ "type": "Point", "coordinates": [ -112.766, 32.955 ] },"properties":{"date":"2008-11-29T03:33:56+00:00","depth":13.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2828,"geometry":{ "type": "Point", "coordinates": [ -112.773, 32.955 ] },"properties":{"date":"2008-11-29T02:41:05+00:00","depth":13.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2825,"geometry":{ "type": "Point", "coordinates": [ -112.776, 32.963 ] },"properties":{"date":"2008-11-29T02:35:36+00:00","depth":13.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2838,"geometry":{ "type": "Point", "coordinates": [ -112.769, 32.955 ] },"properties":{"date":"2008-11-29T01:59:25+00:00","depth":13.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2826,"geometry":{ "type": "Point", "coordinates": [ -112.774, 32.952 ] },"properties":{"date":"2008-11-29T01:48:00+00:00","depth":13.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2843,"geometry":{ "type": "Point", "coordinates": [ -112.764, 32.957 ] },"properties":{"date":"2008-11-29T00:13:03+00:00","depth":12.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2819,"geometry":{ "type": "Point", "coordinates": [ -112.772, 32.957 ] },"properties":{"date":"2008-11-28T20:08:10+00:00","depth":14.0,"magnitude":"-0","type":"ML","location":""}},{"type":"Feature","id":2820,"geometry":{ "type": "Point", "coordinates": [ -112.771, 32.953 ] },"properties":{"date":"2008-11-28T20:07:36+00:00","depth":13.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2818,"geometry":{ "type": "Point", "coordinates": [ -114.7138, 36.1112 ] },"properties":{"date":"2008-11-28T18:07:36+00:00","depth":4.13,"magnitude":"0.91","type":"ML","location":""}},{"type":"Feature","id":2817,"geometry":{ "type": "Point", "coordinates": [ -113.5505, 37.0595 ] },"properties":{"date":"2008-11-25T19:03:04+00:00","depth":3.17,"magnitude":"1.64","type":"Mc","location":""}},{"type":"Feature","id":2815,"geometry":{ "type": "Point", "coordinates": [ -110.222, 34.115 ] },"properties":{"date":"2008-11-24T12:29:57+00:00","depth":6.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2816,"geometry":{ "type": "Point", "coordinates": [ -109.21, 35.544 ] },"properties":{"date":"2008-11-24T05:57:13+00:00","depth":31.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2814,"geometry":{ "type": "Point", "coordinates": [ -109.188, 31.266 ] },"properties":{"date":"2008-11-20T21:59:51+00:00","depth":2.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2812,"geometry":{ "type": "Point", "coordinates": [ -112.332, 36.274 ] },"properties":{"date":"2008-11-20T11:34:50+00:00","depth":8.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2813,"geometry":{ "type": "Point", "coordinates": [ -109.44, 35.761 ] },"properties":{"date":"2008-11-20T05:56:01+00:00","depth":22.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2811,"geometry":{ "type": "Point", "coordinates": [ -111.793, 36.811 ] },"properties":{"date":"2008-11-19T11:06:12+00:00","depth":25.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2810,"geometry":{ "type": "Point", "coordinates": [ -112.4, 36.992 ] },"properties":{"date":"2008-11-13T07:38:58+00:00","depth":27.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2808,"geometry":{ "type": "Point", "coordinates": [ -113.946, 36.832 ] },"properties":{"date":"2008-11-11T19:11:00+00:00","depth":11.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2809,"geometry":{ "type": "Point", "coordinates": [ -110.661, 36.571 ] },"properties":{"date":"2008-11-11T13:36:11+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2807,"geometry":{ "type": "Point", "coordinates": [ -110.674, 36.57 ] },"properties":{"date":"2008-11-07T05:05:56+00:00","depth":11.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2806,"geometry":{ "type": "Point", "coordinates": [ -110.674, 36.575 ] },"properties":{"date":"2008-11-06T23:43:57+00:00","depth":1.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2805,"geometry":{ "type": "Point", "coordinates": [ -112.517, 36.667 ] },"properties":{"date":"2008-11-03T07:04:47+00:00","depth":16.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2804,"geometry":{ "type": "Point", "coordinates": [ -113.525, 36.442 ] },"properties":{"date":"2008-11-02T14:16:25+00:00","depth":6.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2803,"geometry":{ "type": "Point", "coordinates": [ -112.88, 34.907 ] },"properties":{"date":"2008-10-27T01:49:07+00:00","depth":1.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2800,"geometry":{ "type": "Point", "coordinates": [ -114.5255, 36.1534 ] },"properties":{"date":"2008-10-26T21:33:12+00:00","depth":0.0,"magnitude":"1.12","type":"ML","location":""}},{"type":"Feature","id":2801,"geometry":{ "type": "Point", "coordinates": [ -113.626, 36.385 ] },"properties":{"date":"2008-10-26T13:32:21+00:00","depth":11.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2802,"geometry":{ "type": "Point", "coordinates": [ -113.506, 36.473 ] },"properties":{"date":"2008-10-26T12:33:36+00:00","depth":9.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2799,"geometry":{ "type": "Point", "coordinates": [ -109.159, 31.352 ] },"properties":{"date":"2008-10-22T06:46:37+00:00","depth":4.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2797,"geometry":{ "type": "Point", "coordinates": [ -113.6563, 36.9863 ] },"properties":{"date":"2008-10-21T19:23:54+00:00","depth":16.87,"magnitude":"1.71","type":"Mc","location":""}},{"type":"Feature","id":2798,"geometry":{ "type": "Point", "coordinates": [ -111.423, 36.191 ] },"properties":{"date":"2008-10-21T06:20:01+00:00","depth":2.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2796,"geometry":{ "type": "Point", "coordinates": [ -112.275, 36.815 ] },"properties":{"date":"2008-10-20T10:39:43+00:00","depth":24.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2795,"geometry":{ "type": "Point", "coordinates": [ -111.761, 35.474 ] },"properties":{"date":"2008-10-19T23:14:05+00:00","depth":12.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2794,"geometry":{ "type": "Point", "coordinates": [ -111.764, 35.479 ] },"properties":{"date":"2008-10-19T19:51:14+00:00","depth":11.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":2792,"geometry":{ "type": "Point", "coordinates": [ -114.716, 35.874 ] },"properties":{"date":"2008-10-19T05:44:31+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2793,"geometry":{ "type": "Point", "coordinates": [ -114.667, 35.858 ] },"properties":{"date":"2008-10-19T05:35:25+00:00","depth":1.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2791,"geometry":{ "type": "Point", "coordinates": [ -111.531, 35.226 ] },"properties":{"date":"2008-10-18T04:02:32+00:00","depth":24.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2790,"geometry":{ "type": "Point", "coordinates": [ -114.597, 36.199 ] },"properties":{"date":"2008-10-17T03:26:25+00:00","depth":1.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2789,"geometry":{ "type": "Point", "coordinates": [ -114.598, 36.193 ] },"properties":{"date":"2008-10-17T03:05:10+00:00","depth":2.0,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":2788,"geometry":{ "type": "Point", "coordinates": [ -112.43, 37.042 ] },"properties":{"date":"2008-10-14T12:56:33+00:00","depth":22.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":2784,"geometry":{ "type": "Point", "coordinates": [ -111.639, 36.181 ] },"properties":{"date":"2008-10-13T22:27:55+00:00","depth":4.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2787,"geometry":{ "type": "Point", "coordinates": [ -110.675, 36.569 ] },"properties":{"date":"2008-10-13T18:04:20+00:00","depth":7.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2783,"geometry":{ "type": "Point", "coordinates": [ -111.644, 36.174 ] },"properties":{"date":"2008-10-13T15:43:55+00:00","depth":15.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2785,"geometry":{ "type": "Point", "coordinates": [ -111.636, 36.185 ] },"properties":{"date":"2008-10-13T15:24:30+00:00","depth":4.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2786,"geometry":{ "type": "Point", "coordinates": [ -111.504, 35.353 ] },"properties":{"date":"2008-10-13T15:10:27+00:00","depth":9.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2782,"geometry":{ "type": "Point", "coordinates": [ -113.905, 35.024 ] },"properties":{"date":"2008-10-12T23:21:37+00:00","depth":1.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2781,"geometry":{ "type": "Point", "coordinates": [ -113.227, 36.169 ] },"properties":{"date":"2008-10-11T08:57:42+00:00","depth":4.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2779,"geometry":{ "type": "Point", "coordinates": [ -109.242, 33.344 ] },"properties":{"date":"2008-10-10T08:55:56+00:00","depth":1.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2780,"geometry":{ "type": "Point", "coordinates": [ -109.238, 33.341 ] },"properties":{"date":"2008-10-10T08:40:33+00:00","depth":1.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2778,"geometry":{ "type": "Point", "coordinates": [ -112.538, 36.563 ] },"properties":{"date":"2008-10-09T12:37:48+00:00","depth":25.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2777,"geometry":{ "type": "Point", "coordinates": [ -112.109, 35.859 ] },"properties":{"date":"2008-10-08T02:22:34+00:00","depth":18.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2775,"geometry":{ "type": "Point", "coordinates": [ -112.523, 36.515 ] },"properties":{"date":"2008-10-06T19:20:24+00:00","depth":19.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2776,"geometry":{ "type": "Point", "coordinates": [ -112.295, 36.821 ] },"properties":{"date":"2008-10-06T11:00:43+00:00","depth":15.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2774,"geometry":{ "type": "Point", "coordinates": [ -112.464, 36.7 ] },"properties":{"date":"2008-10-05T02:56:20+00:00","depth":11.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2773,"geometry":{ "type": "Point", "coordinates": [ -112.795, 36.808 ] },"properties":{"date":"2008-10-04T11:07:11+00:00","depth":17.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2772,"geometry":{ "type": "Point", "coordinates": [ -112.513, 36.512 ] },"properties":{"date":"2008-10-03T21:15:15+00:00","depth":20.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2771,"geometry":{ "type": "Point", "coordinates": [ -111.665, 36.905 ] },"properties":{"date":"2008-10-02T21:46:31+00:00","depth":24.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2770,"geometry":{ "type": "Point", "coordinates": [ -111.96, 35.181 ] },"properties":{"date":"2008-10-02T03:52:06+00:00","depth":11.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2769,"geometry":{ "type": "Point", "coordinates": [ -112.073, 35.925 ] },"properties":{"date":"2008-10-01T23:49:18+00:00","depth":15.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":2768,"geometry":{ "type": "Point", "coordinates": [ -113.457, 35.682 ] },"properties":{"date":"2008-10-01T10:45:59+00:00","depth":1.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2767,"geometry":{ "type": "Point", "coordinates": [ -113.992, 36.197 ] },"properties":{"date":"2008-10-01T10:42:07+00:00","depth":3.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2766,"geometry":{ "type": "Point", "coordinates": [ -113.995, 36.2 ] },"properties":{"date":"2008-10-01T05:14:27+00:00","depth":2.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2765,"geometry":{ "type": "Point", "coordinates": [ -113.997, 36.197 ] },"properties":{"date":"2008-10-01T04:20:35+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2763,"geometry":{ "type": "Point", "coordinates": [ -110.673, 36.583 ] },"properties":{"date":"2008-09-29T06:43:05+00:00","depth":4.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2764,"geometry":{ "type": "Point", "coordinates": [ -110.663, 36.586 ] },"properties":{"date":"2008-09-29T06:43:03+00:00","depth":4.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2760,"geometry":{ "type": "Point", "coordinates": [ -110.678, 36.579 ] },"properties":{"date":"2008-09-28T14:58:47+00:00","depth":3.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2758,"geometry":{ "type": "Point", "coordinates": [ -110.69, 36.588 ] },"properties":{"date":"2008-09-28T09:24:18+00:00","depth":4.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2759,"geometry":{ "type": "Point", "coordinates": [ -110.681, 36.581 ] },"properties":{"date":"2008-09-28T09:21:26+00:00","depth":4.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2762,"geometry":{ "type": "Point", "coordinates": [ -110.672, 36.587 ] },"properties":{"date":"2008-09-28T08:46:56+00:00","depth":5.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2761,"geometry":{ "type": "Point", "coordinates": [ -110.672, 36.573 ] },"properties":{"date":"2008-09-28T08:46:24+00:00","depth":4.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2757,"geometry":{ "type": "Point", "coordinates": [ -112.902, 37.001 ] },"properties":{"date":"2008-09-25T06:08:57+00:00","depth":19.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2756,"geometry":{ "type": "Point", "coordinates": [ -111.429, 35.247 ] },"properties":{"date":"2008-09-23T09:27:07+00:00","depth":13.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2755,"geometry":{ "type": "Point", "coordinates": [ -109.353, 33.155 ] },"properties":{"date":"2008-09-22T15:17:45+00:00","depth":4.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2754,"geometry":{ "type": "Point", "coordinates": [ -110.516, 34.568 ] },"properties":{"date":"2008-09-19T03:42:59+00:00","depth":10.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2753,"geometry":{ "type": "Point", "coordinates": [ -111.829, 35.729 ] },"properties":{"date":"2008-09-17T11:20:12+00:00","depth":22.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2752,"geometry":{ "type": "Point", "coordinates": [ -113.503, 36.465 ] },"properties":{"date":"2008-09-16T13:52:33+00:00","depth":9.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2748,"geometry":{ "type": "Point", "coordinates": [ -110.679, 36.58 ] },"properties":{"date":"2008-09-15T11:12:33+00:00","depth":4.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2749,"geometry":{ "type": "Point", "coordinates": [ -110.662, 36.584 ] },"properties":{"date":"2008-09-15T11:06:29+00:00","depth":4.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2750,"geometry":{ "type": "Point", "coordinates": [ -110.66, 36.58 ] },"properties":{"date":"2008-09-15T10:56:47+00:00","depth":4.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2747,"geometry":{ "type": "Point", "coordinates": [ -111.897, 36.727 ] },"properties":{"date":"2008-09-15T07:23:50+00:00","depth":37.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2751,"geometry":{ "type": "Point", "coordinates": [ -110.469, 36.212 ] },"properties":{"date":"2008-09-15T06:42:45+00:00","depth":38.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2746,"geometry":{ "type": "Point", "coordinates": [ -112.35, 36.815 ] },"properties":{"date":"2008-09-15T04:28:55+00:00","depth":15.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2744,"geometry":{ "type": "Point", "coordinates": [ -111.333, 36.897 ] },"properties":{"date":"2008-09-14T16:34:37+00:00","depth":27.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2745,"geometry":{ "type": "Point", "coordinates": [ -110.668, 36.581 ] },"properties":{"date":"2008-09-14T10:05:32+00:00","depth":5.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2743,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.046 ] },"properties":{"date":"2008-09-13T16:04:19+00:00","depth":4.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":2742,"geometry":{ "type": "Point", "coordinates": [ -112.795, 36.793 ] },"properties":{"date":"2008-09-13T10:29:39+00:00","depth":17.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2741,"geometry":{ "type": "Point", "coordinates": [ -110.095, 34.693 ] },"properties":{"date":"2008-09-12T20:29:07+00:00","depth":4.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2740,"geometry":{ "type": "Point", "coordinates": [ -111.637, 36.181 ] },"properties":{"date":"2008-09-12T01:02:31+00:00","depth":4.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2739,"geometry":{ "type": "Point", "coordinates": [ -111.956, 35.181 ] },"properties":{"date":"2008-09-11T13:15:59+00:00","depth":13.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2737,"geometry":{ "type": "Point", "coordinates": [ -110.671, 36.576 ] },"properties":{"date":"2008-09-10T14:14:14+00:00","depth":4.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2736,"geometry":{ "type": "Point", "coordinates": [ -110.678, 36.584 ] },"properties":{"date":"2008-09-10T09:27:54+00:00","depth":4.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2738,"geometry":{ "type": "Point", "coordinates": [ -110.667, 36.579 ] },"properties":{"date":"2008-09-10T07:20:53+00:00","depth":4.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2735,"geometry":{ "type": "Point", "coordinates": [ -110.664, 36.577 ] },"properties":{"date":"2008-09-09T12:12:30+00:00","depth":9.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2733,"geometry":{ "type": "Point", "coordinates": [ -110.678, 36.581 ] },"properties":{"date":"2008-09-09T08:53:49+00:00","depth":9.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2734,"geometry":{ "type": "Point", "coordinates": [ -110.677, 36.581 ] },"properties":{"date":"2008-09-09T06:21:26+00:00","depth":9.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2732,"geometry":{ "type": "Point", "coordinates": [ -110.66, 36.59 ] },"properties":{"date":"2008-09-08T18:49:57+00:00","depth":9.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2731,"geometry":{ "type": "Point", "coordinates": [ -110.669, 36.577 ] },"properties":{"date":"2008-09-08T15:41:31+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2729,"geometry":{ "type": "Point", "coordinates": [ -113.89, 36.748 ] },"properties":{"date":"2008-09-08T14:51:48+00:00","depth":15.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2730,"geometry":{ "type": "Point", "coordinates": [ -110.677, 36.582 ] },"properties":{"date":"2008-09-08T01:02:22+00:00","depth":9.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2726,"geometry":{ "type": "Point", "coordinates": [ -112.848, 34.482 ] },"properties":{"date":"2008-09-07T18:47:03+00:00","depth":1.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2727,"geometry":{ "type": "Point", "coordinates": [ -110.681, 36.587 ] },"properties":{"date":"2008-09-07T18:08:42+00:00","depth":8.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2725,"geometry":{ "type": "Point", "coordinates": [ -112.958, 37.027 ] },"properties":{"date":"2008-09-07T13:00:15+00:00","depth":15.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2722,"geometry":{ "type": "Point", "coordinates": [ -113.978, 36.811 ] },"properties":{"date":"2008-09-07T12:44:20+00:00","depth":16.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2723,"geometry":{ "type": "Point", "coordinates": [ -112.965, 37.038 ] },"properties":{"date":"2008-09-07T12:17:27+00:00","depth":16.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":2724,"geometry":{ "type": "Point", "coordinates": [ -112.963, 37.03 ] },"properties":{"date":"2008-09-07T12:05:19+00:00","depth":16.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2728,"geometry":{ "type": "Point", "coordinates": [ -110.522, 34.569 ] },"properties":{"date":"2008-09-07T06:20:01+00:00","depth":12.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2721,"geometry":{ "type": "Point", "coordinates": [ -112.847, 34.479 ] },"properties":{"date":"2008-09-06T22:27:17+00:00","depth":1.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2720,"geometry":{ "type": "Point", "coordinates": [ -110.67, 36.584 ] },"properties":{"date":"2008-09-05T16:04:00+00:00","depth":8.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2719,"geometry":{ "type": "Point", "coordinates": [ -112.111, 36.18 ] },"properties":{"date":"2008-09-05T13:51:30+00:00","depth":5.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2718,"geometry":{ "type": "Point", "coordinates": [ -111.778, 36.761 ] },"properties":{"date":"2008-09-04T16:09:13+00:00","depth":23.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2717,"geometry":{ "type": "Point", "coordinates": [ -110.671, 36.58 ] },"properties":{"date":"2008-09-03T22:18:01+00:00","depth":8.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2715,"geometry":{ "type": "Point", "coordinates": [ -110.686, 36.576 ] },"properties":{"date":"2008-09-02T11:04:09+00:00","depth":5.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2716,"geometry":{ "type": "Point", "coordinates": [ -110.676, 36.58 ] },"properties":{"date":"2008-09-02T08:04:54+00:00","depth":4.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2714,"geometry":{ "type": "Point", "coordinates": [ -112.482, 36.444 ] },"properties":{"date":"2008-09-02T01:51:56+00:00","depth":16.0,"magnitude":"0","type":"ML","location":""}},{"type":"Feature","id":2712,"geometry":{ "type": "Point", "coordinates": [ -110.68, 36.579 ] },"properties":{"date":"2008-09-01T07:38:33+00:00","depth":4.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2711,"geometry":{ "type": "Point", "coordinates": [ -110.681, 36.579 ] },"properties":{"date":"2008-09-01T07:09:15+00:00","depth":3.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2713,"geometry":{ "type": "Point", "coordinates": [ -110.676, 36.578 ] },"properties":{"date":"2008-09-01T05:44:11+00:00","depth":3.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2710,"geometry":{ "type": "Point", "coordinates": [ -113.407, 36.8 ] },"properties":{"date":"2008-09-01T03:12:46+00:00","depth":15.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2708,"geometry":{ "type": "Point", "coordinates": [ -110.687, 36.578 ] },"properties":{"date":"2008-08-31T11:53:20+00:00","depth":8.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2709,"geometry":{ "type": "Point", "coordinates": [ -110.679, 36.574 ] },"properties":{"date":"2008-08-31T01:53:12+00:00","depth":8.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2705,"geometry":{ "type": "Point", "coordinates": [ -110.681, 36.576 ] },"properties":{"date":"2008-08-30T19:33:29+00:00","depth":3.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2706,"geometry":{ "type": "Point", "coordinates": [ -110.68, 36.582 ] },"properties":{"date":"2008-08-30T16:29:51+00:00","depth":13.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2707,"geometry":{ "type": "Point", "coordinates": [ -110.678, 36.578 ] },"properties":{"date":"2008-08-30T11:04:02+00:00","depth":4.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2704,"geometry":{ "type": "Point", "coordinates": [ -113.901, 36.748 ] },"properties":{"date":"2008-08-29T00:20:56+00:00","depth":17.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2702,"geometry":{ "type": "Point", "coordinates": [ -111.945, 35.186 ] },"properties":{"date":"2008-08-28T06:31:04+00:00","depth":12.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2701,"geometry":{ "type": "Point", "coordinates": [ -112.347, 36.937 ] },"properties":{"date":"2008-08-28T04:11:44+00:00","depth":13.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2703,"geometry":{ "type": "Point", "coordinates": [ -111.495, 35.325 ] },"properties":{"date":"2008-08-28T03:17:40+00:00","depth":11.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2700,"geometry":{ "type": "Point", "coordinates": [ -110.089, 34.487 ] },"properties":{"date":"2008-08-27T07:09:58+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2699,"geometry":{ "type": "Point", "coordinates": [ -111.945, 35.185 ] },"properties":{"date":"2008-08-22T09:39:30+00:00","depth":12.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2698,"geometry":{ "type": "Point", "coordinates": [ -112.236, 36.047 ] },"properties":{"date":"2008-08-19T17:10:31+00:00","depth":4.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2697,"geometry":{ "type": "Point", "coordinates": [ -112.411, 36.175 ] },"properties":{"date":"2008-08-19T15:28:42+00:00","depth":12.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2695,"geometry":{ "type": "Point", "coordinates": [ -110.456, 36.217 ] },"properties":{"date":"2008-08-12T20:43:35+00:00","depth":34.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2696,"geometry":{ "type": "Point", "coordinates": [ -109.525, 36.166 ] },"properties":{"date":"2008-08-12T11:11:33+00:00","depth":26.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2694,"geometry":{ "type": "Point", "coordinates": [ -111.94, 35.201 ] },"properties":{"date":"2008-08-11T10:14:54+00:00","depth":9.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":2693,"geometry":{ "type": "Point", "coordinates": [ -114.803, 36.049 ] },"properties":{"date":"2008-08-09T01:34:59+00:00","depth":14.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2692,"geometry":{ "type": "Point", "coordinates": [ -113.514, 36.467 ] },"properties":{"date":"2008-08-07T10:56:48+00:00","depth":4.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2690,"geometry":{ "type": "Point", "coordinates": [ -113.862, 34.188 ] },"properties":{"date":"2008-08-03T09:53:23+00:00","depth":7.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":2691,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.464 ] },"properties":{"date":"2008-08-03T05:02:45+00:00","depth":13.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2689,"geometry":{ "type": "Point", "coordinates": [ -110.982, 35.986 ] },"properties":{"date":"2008-08-02T20:06:04+00:00","depth":38.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2688,"geometry":{ "type": "Point", "coordinates": [ -112.102, 36.94 ] },"properties":{"date":"2008-08-01T15:07:29+00:00","depth":17.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2687,"geometry":{ "type": "Point", "coordinates": [ -114.065, 36.055 ] },"properties":{"date":"2008-07-31T07:19:47+00:00","depth":0.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2685,"geometry":{ "type": "Point", "coordinates": [ -113.6322, 36.9587 ] },"properties":{"date":"2008-07-29T19:29:54+00:00","depth":1.23,"magnitude":"1.74","type":"Mc","location":""}},{"type":"Feature","id":2686,"geometry":{ "type": "Point", "coordinates": [ -113.046, 36.935 ] },"properties":{"date":"2008-07-29T12:22:03+00:00","depth":26.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2684,"geometry":{ "type": "Point", "coordinates": [ -112.846, 36.861 ] },"properties":{"date":"2008-07-25T00:38:11+00:00","depth":14.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2683,"geometry":{ "type": "Point", "coordinates": [ -112.011, 36.027 ] },"properties":{"date":"2008-07-24T18:39:25+00:00","depth":7.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":2682,"geometry":{ "type": "Point", "coordinates": [ -113.844, 34.188 ] },"properties":{"date":"2008-07-24T14:05:31+00:00","depth":6.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":2681,"geometry":{ "type": "Point", "coordinates": [ -114.702, 36.107 ] },"properties":{"date":"2008-07-22T19:52:41+00:00","depth":13.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2680,"geometry":{ "type": "Point", "coordinates": [ -112.225, 36.062 ] },"properties":{"date":"2008-07-21T11:22:28+00:00","depth":4.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":2679,"geometry":{ "type": "Point", "coordinates": [ -113.954, 36.831 ] },"properties":{"date":"2008-07-20T19:17:12+00:00","depth":17.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2678,"geometry":{ "type": "Point", "coordinates": [ -113.306, 36.628 ] },"properties":{"date":"2008-07-19T02:45:49+00:00","depth":11.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2674,"geometry":{ "type": "Point", "coordinates": [ -113.786, 34.778 ] },"properties":{"date":"2008-07-18T18:33:17+00:00","depth":6.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2677,"geometry":{ "type": "Point", "coordinates": [ -111.179, 36.543 ] },"properties":{"date":"2008-07-18T08:29:23+00:00","depth":18.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2675,"geometry":{ "type": "Point", "coordinates": [ -113.785, 34.781 ] },"properties":{"date":"2008-07-18T05:12:46+00:00","depth":4.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2673,"geometry":{ "type": "Point", "coordinates": [ -113.818, 34.779 ] },"properties":{"date":"2008-07-18T05:02:00+00:00","depth":0.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":2676,"geometry":{ "type": "Point", "coordinates": [ -113.782, 34.783 ] },"properties":{"date":"2008-07-18T04:58:30+00:00","depth":1.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2672,"geometry":{ "type": "Point", "coordinates": [ -109.256, 31.297 ] },"properties":{"date":"2008-07-16T02:58:38+00:00","depth":6.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2670,"geometry":{ "type": "Point", "coordinates": [ -113.508, 36.456 ] },"properties":{"date":"2008-07-14T03:29:33+00:00","depth":10.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2671,"geometry":{ "type": "Point", "coordinates": [ -111.438, 36.191 ] },"properties":{"date":"2008-07-14T01:51:38+00:00","depth":1.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2669,"geometry":{ "type": "Point", "coordinates": [ -113.022, 36.887 ] },"properties":{"date":"2008-07-09T05:16:51+00:00","depth":19.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2664,"geometry":{ "type": "Point", "coordinates": [ -113.606, 35.243 ] },"properties":{"date":"2008-07-08T16:50:32+00:00","depth":1.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":2663,"geometry":{ "type": "Point", "coordinates": [ -113.608, 35.239 ] },"properties":{"date":"2008-07-08T12:08:35+00:00","depth":1.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2665,"geometry":{ "type": "Point", "coordinates": [ -113.598, 35.234 ] },"properties":{"date":"2008-07-08T12:04:10+00:00","depth":2.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2667,"geometry":{ "type": "Point", "coordinates": [ -113.596, 35.233 ] },"properties":{"date":"2008-07-08T11:18:30+00:00","depth":0.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2668,"geometry":{ "type": "Point", "coordinates": [ -113.24, 35.994 ] },"properties":{"date":"2008-07-08T07:21:27+00:00","depth":12.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2666,"geometry":{ "type": "Point", "coordinates": [ -113.597, 35.231 ] },"properties":{"date":"2008-07-08T05:05:47+00:00","depth":1.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2662,"geometry":{ "type": "Point", "coordinates": [ -110.854, 33.678 ] },"properties":{"date":"2008-07-06T14:24:31+00:00","depth":7.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2661,"geometry":{ "type": "Point", "coordinates": [ -113.667, 36.881 ] },"properties":{"date":"2008-07-05T11:49:11+00:00","depth":16.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2660,"geometry":{ "type": "Point", "coordinates": [ -112.217, 36.063 ] },"properties":{"date":"2008-07-03T13:37:22+00:00","depth":6.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2658,"geometry":{ "type": "Point", "coordinates": [ -113.5495, 37.0495 ] },"properties":{"date":"2008-07-01T18:09:49+00:00","depth":0.36,"magnitude":"1.25","type":"Mc","location":""}},{"type":"Feature","id":2659,"geometry":{ "type": "Point", "coordinates": [ -113.393, 34.892 ] },"properties":{"date":"2008-07-01T02:10:55+00:00","depth":12.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2655,"geometry":{ "type": "Point", "coordinates": [ -112.563, 32.703 ] },"properties":{"date":"2008-06-30T23:10:39+00:00","depth":14.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2656,"geometry":{ "type": "Point", "coordinates": [ -112.557, 32.717 ] },"properties":{"date":"2008-06-30T22:57:28+00:00","depth":0.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2657,"geometry":{ "type": "Point", "coordinates": [ -109.964, 35.01 ] },"properties":{"date":"2008-06-30T05:57:42+00:00","depth":26.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2654,"geometry":{ "type": "Point", "coordinates": [ -112.33, 36.725 ] },"properties":{"date":"2008-06-27T04:41:49+00:00","depth":7.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2653,"geometry":{ "type": "Point", "coordinates": [ -112.369, 37.056 ] },"properties":{"date":"2008-06-24T11:25:19+00:00","depth":23.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":2651,"geometry":{ "type": "Point", "coordinates": [ -112.452, 36.684 ] },"properties":{"date":"2008-06-24T09:58:07+00:00","depth":18.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2649,"geometry":{ "type": "Point", "coordinates": [ -113.477, 36.441 ] },"properties":{"date":"2008-06-24T09:43:23+00:00","depth":13.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2650,"geometry":{ "type": "Point", "coordinates": [ -112.453, 36.682 ] },"properties":{"date":"2008-06-24T07:33:33+00:00","depth":17.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":2652,"geometry":{ "type": "Point", "coordinates": [ -112.45, 36.681 ] },"properties":{"date":"2008-06-24T06:59:24+00:00","depth":20.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2647,"geometry":{ "type": "Point", "coordinates": [ -110.702, 36.576 ] },"properties":{"date":"2008-06-23T11:59:47+00:00","depth":6.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":2648,"geometry":{ "type": "Point", "coordinates": [ -110.677, 36.567 ] },"properties":{"date":"2008-06-23T07:32:06+00:00","depth":8.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2642,"geometry":{ "type": "Point", "coordinates": [ -113.031, 35.628 ] },"properties":{"date":"2008-06-19T20:40:59+00:00","depth":9.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2643,"geometry":{ "type": "Point", "coordinates": [ -113.015, 35.625 ] },"properties":{"date":"2008-06-19T20:22:51+00:00","depth":4.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2645,"geometry":{ "type": "Point", "coordinates": [ -112.123, 35.511 ] },"properties":{"date":"2008-06-19T16:31:14+00:00","depth":4.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2644,"geometry":{ "type": "Point", "coordinates": [ -112.135, 35.512 ] },"properties":{"date":"2008-06-19T16:30:16+00:00","depth":13.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2646,"geometry":{ "type": "Point", "coordinates": [ -109.089, 31.386 ] },"properties":{"date":"2008-06-19T14:14:29+00:00","depth":9.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":2636,"geometry":{ "type": "Point", "coordinates": [ -113.517, 37.0617 ] },"properties":{"date":"2008-06-18T17:39:05+00:00","depth":4.34,"magnitude":"1.31","type":"Mc","location":""}},{"type":"Feature","id":2637,"geometry":{ "type": "Point", "coordinates": [ -112.581, 34.958 ] },"properties":{"date":"2008-06-18T05:14:24+00:00","depth":6.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2641,"geometry":{ "type": "Point", "coordinates": [ -112.129, 35.507 ] },"properties":{"date":"2008-06-18T04:47:00+00:00","depth":4.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2639,"geometry":{ "type": "Point", "coordinates": [ -112.133, 35.512 ] },"properties":{"date":"2008-06-18T04:42:54+00:00","depth":12.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2640,"geometry":{ "type": "Point", "coordinates": [ -112.13, 35.512 ] },"properties":{"date":"2008-06-18T04:42:22+00:00","depth":8.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2638,"geometry":{ "type": "Point", "coordinates": [ -112.133, 35.512 ] },"properties":{"date":"2008-06-18T04:20:51+00:00","depth":8.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2635,"geometry":{ "type": "Point", "coordinates": [ -111.168, 34.697 ] },"properties":{"date":"2008-06-17T01:36:52+00:00","depth":4.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2634,"geometry":{ "type": "Point", "coordinates": [ -112.482, 36.072 ] },"properties":{"date":"2008-06-16T01:59:27+00:00","depth":12.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2624,"geometry":{ "type": "Point", "coordinates": [ -112.138, 35.513 ] },"properties":{"date":"2008-06-15T23:14:06+00:00","depth":13.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2622,"geometry":{ "type": "Point", "coordinates": [ -112.209, 36.457 ] },"properties":{"date":"2008-06-15T21:45:19+00:00","depth":13.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2621,"geometry":{ "type": "Point", "coordinates": [ -112.209, 36.461 ] },"properties":{"date":"2008-06-15T17:20:28+00:00","depth":13.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2625,"geometry":{ "type": "Point", "coordinates": [ -112.137, 35.51 ] },"properties":{"date":"2008-06-15T16:10:41+00:00","depth":10.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2627,"geometry":{ "type": "Point", "coordinates": [ -112.136, 35.511 ] },"properties":{"date":"2008-06-15T16:00:40+00:00","depth":8.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2626,"geometry":{ "type": "Point", "coordinates": [ -112.136, 35.513 ] },"properties":{"date":"2008-06-15T15:45:32+00:00","depth":12.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":2633,"geometry":{ "type": "Point", "coordinates": [ -112.127, 35.509 ] },"properties":{"date":"2008-06-15T15:41:43+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2623,"geometry":{ "type": "Point", "coordinates": [ -112.14, 35.51 ] },"properties":{"date":"2008-06-15T15:31:12+00:00","depth":8.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2629,"geometry":{ "type": "Point", "coordinates": [ -112.133, 35.512 ] },"properties":{"date":"2008-06-15T15:29:16+00:00","depth":9.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2628,"geometry":{ "type": "Point", "coordinates": [ -112.135, 35.512 ] },"properties":{"date":"2008-06-15T15:26:42+00:00","depth":10.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2630,"geometry":{ "type": "Point", "coordinates": [ -112.13, 35.511 ] },"properties":{"date":"2008-06-15T15:25:56+00:00","depth":10.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2632,"geometry":{ "type": "Point", "coordinates": [ -112.127, 35.51 ] },"properties":{"date":"2008-06-15T15:17:57+00:00","depth":2.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2631,"geometry":{ "type": "Point", "coordinates": [ -112.129, 35.512 ] },"properties":{"date":"2008-06-15T15:17:32+00:00","depth":2.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2620,"geometry":{ "type": "Point", "coordinates": [ -113.029, 36.753 ] },"properties":{"date":"2008-06-13T15:49:36+00:00","depth":19.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2618,"geometry":{ "type": "Point", "coordinates": [ -111.187, 36.54 ] },"properties":{"date":"2008-06-12T14:26:09+00:00","depth":3.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2619,"geometry":{ "type": "Point", "coordinates": [ -109.188, 31.263 ] },"properties":{"date":"2008-06-12T02:56:58+00:00","depth":2.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2617,"geometry":{ "type": "Point", "coordinates": [ -110.365, 34.886 ] },"properties":{"date":"2008-06-10T19:51:04+00:00","depth":4.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2615,"geometry":{ "type": "Point", "coordinates": [ -113.816, 36.975 ] },"properties":{"date":"2008-06-09T18:28:46+00:00","depth":14.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2616,"geometry":{ "type": "Point", "coordinates": [ -112.561, 36.867 ] },"properties":{"date":"2008-06-09T00:52:07+00:00","depth":20.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2614,"geometry":{ "type": "Point", "coordinates": [ -112.049, 36.995 ] },"properties":{"date":"2008-06-08T15:59:04+00:00","depth":18.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2613,"geometry":{ "type": "Point", "coordinates": [ -114.77, 35.967 ] },"properties":{"date":"2008-06-07T15:34:21+00:00","depth":14.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2612,"geometry":{ "type": "Point", "coordinates": [ -114.763, 35.983 ] },"properties":{"date":"2008-06-06T16:17:24+00:00","depth":13.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2611,"geometry":{ "type": "Point", "coordinates": [ -112.222, 36.07 ] },"properties":{"date":"2008-06-05T10:11:07+00:00","depth":4.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2610,"geometry":{ "type": "Point", "coordinates": [ -112.488, 36.445 ] },"properties":{"date":"2008-06-05T02:34:30+00:00","depth":14.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2609,"geometry":{ "type": "Point", "coordinates": [ -112.492, 36.443 ] },"properties":{"date":"2008-06-04T23:32:35+00:00","depth":13.0,"magnitude":"3.8","type":"ML","location":""}},{"type":"Feature","id":2607,"geometry":{ "type": "Point", "coordinates": [ -113.627, 36.398 ] },"properties":{"date":"2008-06-01T23:06:33+00:00","depth":19.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2608,"geometry":{ "type": "Point", "coordinates": [ -113.496, 36.475 ] },"properties":{"date":"2008-06-01T18:29:24+00:00","depth":17.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2606,"geometry":{ "type": "Point", "coordinates": [ -112.09, 36.958 ] },"properties":{"date":"2008-05-31T10:13:31+00:00","depth":23.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":2605,"geometry":{ "type": "Point", "coordinates": [ -112.868, 36.985 ] },"properties":{"date":"2008-05-31T03:32:54+00:00","depth":15.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2604,"geometry":{ "type": "Point", "coordinates": [ -112.965, 37.043 ] },"properties":{"date":"2008-05-30T04:00:46+00:00","depth":17.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2603,"geometry":{ "type": "Point", "coordinates": [ -112.941, 37.03 ] },"properties":{"date":"2008-05-29T12:39:35+00:00","depth":18.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":2601,"geometry":{ "type": "Point", "coordinates": [ -113.033, 35.638 ] },"properties":{"date":"2008-05-28T09:18:22+00:00","depth":8.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2602,"geometry":{ "type": "Point", "coordinates": [ -113.031, 35.627 ] },"properties":{"date":"2008-05-28T08:04:55+00:00","depth":8.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2600,"geometry":{ "type": "Point", "coordinates": [ -111.943, 35.183 ] },"properties":{"date":"2008-05-27T05:30:39+00:00","depth":4.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":2599,"geometry":{ "type": "Point", "coordinates": [ -113.495, 36.474 ] },"properties":{"date":"2008-05-26T21:44:29+00:00","depth":8.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":2596,"geometry":{ "type": "Point", "coordinates": [ -113.631, 36.389 ] },"properties":{"date":"2008-05-24T14:29:54+00:00","depth":16.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2597,"geometry":{ "type": "Point", "coordinates": [ -113.627, 36.392 ] },"properties":{"date":"2008-05-24T12:17:15+00:00","depth":14.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2598,"geometry":{ "type": "Point", "coordinates": [ -112.211, 36.048 ] },"properties":{"date":"2008-05-24T09:55:56+00:00","depth":9.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2595,"geometry":{ "type": "Point", "coordinates": [ -113.321, 35.61 ] },"properties":{"date":"2008-05-23T12:29:41+00:00","depth":1.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2594,"geometry":{ "type": "Point", "coordinates": [ -113.322, 35.61 ] },"properties":{"date":"2008-05-23T10:37:36+00:00","depth":1.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2593,"geometry":{ "type": "Point", "coordinates": [ -113.324, 35.611 ] },"properties":{"date":"2008-05-23T09:46:29+00:00","depth":2.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2591,"geometry":{ "type": "Point", "coordinates": [ -113.327, 35.605 ] },"properties":{"date":"2008-05-23T03:45:21+00:00","depth":1.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2592,"geometry":{ "type": "Point", "coordinates": [ -113.324, 35.606 ] },"properties":{"date":"2008-05-23T03:23:48+00:00","depth":1.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":2590,"geometry":{ "type": "Point", "coordinates": [ -112.234, 36.459 ] },"properties":{"date":"2008-05-21T20:28:33+00:00","depth":15.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2589,"geometry":{ "type": "Point", "coordinates": [ -110.373, 34.346 ] },"properties":{"date":"2008-05-19T11:34:01+00:00","depth":1.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2588,"geometry":{ "type": "Point", "coordinates": [ -110.595, 31.411 ] },"properties":{"date":"2008-05-19T10:28:44+00:00","depth":2.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2587,"geometry":{ "type": "Point", "coordinates": [ -110.131, 34.297 ] },"properties":{"date":"2008-05-18T10:41:58+00:00","depth":10.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2583,"geometry":{ "type": "Point", "coordinates": [ -110.368, 34.346 ] },"properties":{"date":"2008-05-18T09:03:48+00:00","depth":8.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2576,"geometry":{ "type": "Point", "coordinates": [ -112.965, 37.007 ] },"properties":{"date":"2008-05-18T07:31:58+00:00","depth":26.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2581,"geometry":{ "type": "Point", "coordinates": [ -110.369, 34.342 ] },"properties":{"date":"2008-05-18T05:13:52+00:00","depth":1.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2586,"geometry":{ "type": "Point", "coordinates": [ -110.367, 34.345 ] },"properties":{"date":"2008-05-18T02:23:04+00:00","depth":2.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2582,"geometry":{ "type": "Point", "coordinates": [ -110.368, 34.346 ] },"properties":{"date":"2008-05-18T02:13:33+00:00","depth":1.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2585,"geometry":{ "type": "Point", "coordinates": [ -110.367, 34.341 ] },"properties":{"date":"2008-05-18T01:29:23+00:00","depth":1.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2580,"geometry":{ "type": "Point", "coordinates": [ -110.37, 34.344 ] },"properties":{"date":"2008-05-18T01:21:16+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2579,"geometry":{ "type": "Point", "coordinates": [ -110.37, 34.344 ] },"properties":{"date":"2008-05-18T01:11:32+00:00","depth":6.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":2578,"geometry":{ "type": "Point", "coordinates": [ -110.37, 34.341 ] },"properties":{"date":"2008-05-18T00:47:22+00:00","depth":1.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2577,"geometry":{ "type": "Point", "coordinates": [ -110.371, 34.347 ] },"properties":{"date":"2008-05-18T00:39:28+00:00","depth":4.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2584,"geometry":{ "type": "Point", "coordinates": [ -110.367, 34.346 ] },"properties":{"date":"2008-05-18T00:38:22+00:00","depth":6.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":2565,"geometry":{ "type": "Point", "coordinates": [ -111.762, 36.256 ] },"properties":{"date":"2008-05-17T12:55:41+00:00","depth":15.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2574,"geometry":{ "type": "Point", "coordinates": [ -110.369, 34.342 ] },"properties":{"date":"2008-05-17T10:13:47+00:00","depth":1.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2571,"geometry":{ "type": "Point", "coordinates": [ -110.371, 34.347 ] },"properties":{"date":"2008-05-17T09:35:32+00:00","depth":4.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2572,"geometry":{ "type": "Point", "coordinates": [ -110.37, 34.344 ] },"properties":{"date":"2008-05-17T08:59:42+00:00","depth":7.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2568,"geometry":{ "type": "Point", "coordinates": [ -110.372, 34.344 ] },"properties":{"date":"2008-05-17T08:22:09+00:00","depth":9.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2570,"geometry":{ "type": "Point", "coordinates": [ -110.371, 34.346 ] },"properties":{"date":"2008-05-17T08:21:01+00:00","depth":5.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2569,"geometry":{ "type": "Point", "coordinates": [ -110.371, 34.348 ] },"properties":{"date":"2008-05-17T07:31:29+00:00","depth":4.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2575,"geometry":{ "type": "Point", "coordinates": [ -110.365, 34.343 ] },"properties":{"date":"2008-05-17T05:32:56+00:00","depth":4.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2564,"geometry":{ "type": "Point", "coordinates": [ -112.208, 36.461 ] },"properties":{"date":"2008-05-17T04:54:10+00:00","depth":12.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2566,"geometry":{ "type": "Point", "coordinates": [ -110.377, 34.345 ] },"properties":{"date":"2008-05-17T04:23:56+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2573,"geometry":{ "type": "Point", "coordinates": [ -110.369, 34.348 ] },"properties":{"date":"2008-05-17T00:40:40+00:00","depth":8.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2567,"geometry":{ "type": "Point", "coordinates": [ -110.376, 34.347 ] },"properties":{"date":"2008-05-17T00:10:33+00:00","depth":2.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2562,"geometry":{ "type": "Point", "coordinates": [ -112.209, 36.461 ] },"properties":{"date":"2008-05-16T22:00:00+00:00","depth":13.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2563,"geometry":{ "type": "Point", "coordinates": [ -110.37, 34.345 ] },"properties":{"date":"2008-05-16T18:52:55+00:00","depth":1.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2561,"geometry":{ "type": "Point", "coordinates": [ -113.659, 36.843 ] },"properties":{"date":"2008-05-16T18:15:19+00:00","depth":17.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2560,"geometry":{ "type": "Point", "coordinates": [ -110.368, 34.343 ] },"properties":{"date":"2008-05-15T22:52:01+00:00","depth":1.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2559,"geometry":{ "type": "Point", "coordinates": [ -110.37, 34.348 ] },"properties":{"date":"2008-05-15T22:50:16+00:00","depth":1.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2558,"geometry":{ "type": "Point", "coordinates": [ -111.636, 36.186 ] },"properties":{"date":"2008-05-14T19:36:49+00:00","depth":5.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2557,"geometry":{ "type": "Point", "coordinates": [ -113.522, 36.434 ] },"properties":{"date":"2008-05-14T11:11:41+00:00","depth":14.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2556,"geometry":{ "type": "Point", "coordinates": [ -113.776, 34.783 ] },"properties":{"date":"2008-05-13T00:51:36+00:00","depth":0.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2555,"geometry":{ "type": "Point", "coordinates": [ -113.783, 34.78 ] },"properties":{"date":"2008-05-12T22:02:34+00:00","depth":0.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2554,"geometry":{ "type": "Point", "coordinates": [ -110.962, 34.768 ] },"properties":{"date":"2008-05-11T03:20:34+00:00","depth":5.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2551,"geometry":{ "type": "Point", "coordinates": [ -112.341, 36.448 ] },"properties":{"date":"2008-05-10T10:32:57+00:00","depth":11.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2552,"geometry":{ "type": "Point", "coordinates": [ -112.317, 36.605 ] },"properties":{"date":"2008-05-10T07:10:57+00:00","depth":27.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2553,"geometry":{ "type": "Point", "coordinates": [ -110.373, 34.819 ] },"properties":{"date":"2008-05-10T05:26:40+00:00","depth":14.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2550,"geometry":{ "type": "Point", "coordinates": [ -112.121, 35.509 ] },"properties":{"date":"2008-05-09T18:50:06+00:00","depth":4.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2549,"geometry":{ "type": "Point", "coordinates": [ -109.318, 31.341 ] },"properties":{"date":"2008-05-08T00:21:19+00:00","depth":0.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":2548,"geometry":{ "type": "Point", "coordinates": [ -113.522, 36.444 ] },"properties":{"date":"2008-05-07T09:40:10+00:00","depth":4.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2546,"geometry":{ "type": "Point", "coordinates": [ -112.985, 36.843 ] },"properties":{"date":"2008-05-04T09:10:36+00:00","depth":24.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2547,"geometry":{ "type": "Point", "coordinates": [ -112.13, 35.509 ] },"properties":{"date":"2008-05-04T08:20:19+00:00","depth":9.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2545,"geometry":{ "type": "Point", "coordinates": [ -113.042, 36.904 ] },"properties":{"date":"2008-05-04T06:32:07+00:00","depth":25.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2544,"geometry":{ "type": "Point", "coordinates": [ -110.629, 34.962 ] },"properties":{"date":"2008-05-03T19:25:54+00:00","depth":4.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2539,"geometry":{ "type": "Point", "coordinates": [ -112.89, 36.814 ] },"properties":{"date":"2008-05-03T18:42:20+00:00","depth":21.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2542,"geometry":{ "type": "Point", "coordinates": [ -112.88, 37.094 ] },"properties":{"date":"2008-05-03T18:38:38+00:00","depth":14.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":2541,"geometry":{ "type": "Point", "coordinates": [ -112.885, 36.813 ] },"properties":{"date":"2008-05-03T16:34:57+00:00","depth":18.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2543,"geometry":{ "type": "Point", "coordinates": [ -111.063, 33.714 ] },"properties":{"date":"2008-05-03T10:29:32+00:00","depth":0.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2540,"geometry":{ "type": "Point", "coordinates": [ -112.887, 36.813 ] },"properties":{"date":"2008-05-03T06:52:23+00:00","depth":19.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2538,"geometry":{ "type": "Point", "coordinates": [ -109.207, 31.407 ] },"properties":{"date":"2008-05-02T20:18:41+00:00","depth":5.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2534,"geometry":{ "type": "Point", "coordinates": [ -113.907, 36.37 ] },"properties":{"date":"2008-05-02T10:12:34+00:00","depth":5.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2535,"geometry":{ "type": "Point", "coordinates": [ -112.927, 36.718 ] },"properties":{"date":"2008-05-02T08:59:53+00:00","depth":4.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2537,"geometry":{ "type": "Point", "coordinates": [ -109.27, 35.737 ] },"properties":{"date":"2008-05-02T08:18:28+00:00","depth":25.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2536,"geometry":{ "type": "Point", "coordinates": [ -112.745, 35.938 ] },"properties":{"date":"2008-05-02T06:21:48+00:00","depth":13.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2532,"geometry":{ "type": "Point", "coordinates": [ -112.921, 36.733 ] },"properties":{"date":"2008-05-01T22:34:59+00:00","depth":18.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2530,"geometry":{ "type": "Point", "coordinates": [ -112.936, 36.722 ] },"properties":{"date":"2008-05-01T06:34:57+00:00","depth":11.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2531,"geometry":{ "type": "Point", "coordinates": [ -112.928, 36.718 ] },"properties":{"date":"2008-05-01T05:40:16+00:00","depth":4.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2533,"geometry":{ "type": "Point", "coordinates": [ -111.94, 35.185 ] },"properties":{"date":"2008-05-01T02:19:46+00:00","depth":13.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2529,"geometry":{ "type": "Point", "coordinates": [ -109.068, 31.366 ] },"properties":{"date":"2008-04-30T02:24:37+00:00","depth":3.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":2514,"geometry":{ "type": "Point", "coordinates": [ -113.036, 35.624 ] },"properties":{"date":"2008-04-28T22:07:44+00:00","depth":9.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2520,"geometry":{ "type": "Point", "coordinates": [ -112.127, 35.512 ] },"properties":{"date":"2008-04-28T15:57:46+00:00","depth":9.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2526,"geometry":{ "type": "Point", "coordinates": [ -112.125, 35.51 ] },"properties":{"date":"2008-04-28T15:47:56+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2524,"geometry":{ "type": "Point", "coordinates": [ -112.126, 35.511 ] },"properties":{"date":"2008-04-28T15:09:24+00:00","depth":10.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2519,"geometry":{ "type": "Point", "coordinates": [ -112.127, 35.51 ] },"properties":{"date":"2008-04-28T15:07:05+00:00","depth":11.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2517,"geometry":{ "type": "Point", "coordinates": [ -112.129, 35.511 ] },"properties":{"date":"2008-04-28T15:00:41+00:00","depth":12.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2523,"geometry":{ "type": "Point", "coordinates": [ -112.126, 35.51 ] },"properties":{"date":"2008-04-28T14:55:46+00:00","depth":9.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2518,"geometry":{ "type": "Point", "coordinates": [ -112.127, 35.51 ] },"properties":{"date":"2008-04-28T14:53:14+00:00","depth":9.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2525,"geometry":{ "type": "Point", "coordinates": [ -112.125, 35.508 ] },"properties":{"date":"2008-04-28T14:50:57+00:00","depth":7.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2528,"geometry":{ "type": "Point", "coordinates": [ -109.265, 33.338 ] },"properties":{"date":"2008-04-28T14:31:55+00:00","depth":6.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2516,"geometry":{ "type": "Point", "coordinates": [ -112.129, 35.51 ] },"properties":{"date":"2008-04-28T09:41:53+00:00","depth":8.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2522,"geometry":{ "type": "Point", "coordinates": [ -112.126, 35.509 ] },"properties":{"date":"2008-04-28T08:56:21+00:00","depth":8.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2513,"geometry":{ "type": "Point", "coordinates": [ -113.493, 36.469 ] },"properties":{"date":"2008-04-28T08:08:18+00:00","depth":17.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2515,"geometry":{ "type": "Point", "coordinates": [ -112.129, 35.512 ] },"properties":{"date":"2008-04-28T08:01:26+00:00","depth":12.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2512,"geometry":{ "type": "Point", "coordinates": [ -113.493, 36.47 ] },"properties":{"date":"2008-04-28T07:58:31+00:00","depth":17.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2521,"geometry":{ "type": "Point", "coordinates": [ -112.126, 35.507 ] },"properties":{"date":"2008-04-28T07:56:19+00:00","depth":7.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2511,"geometry":{ "type": "Point", "coordinates": [ -113.5, 36.474 ] },"properties":{"date":"2008-04-28T07:46:09+00:00","depth":1.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2527,"geometry":{ "type": "Point", "coordinates": [ -110.133, 34.294 ] },"properties":{"date":"2008-04-28T06:11:54+00:00","depth":4.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2509,"geometry":{ "type": "Point", "coordinates": [ -113.152, 36.435 ] },"properties":{"date":"2008-04-27T06:55:47+00:00","depth":14.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2510,"geometry":{ "type": "Point", "coordinates": [ -113.12, 36.429 ] },"properties":{"date":"2008-04-27T04:59:05+00:00","depth":13.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2508,"geometry":{ "type": "Point", "coordinates": [ -110.477, 36.219 ] },"properties":{"date":"2008-04-25T10:25:19+00:00","depth":26.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2507,"geometry":{ "type": "Point", "coordinates": [ -111.568, 36.835 ] },"properties":{"date":"2008-04-24T13:15:59+00:00","depth":23.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2506,"geometry":{ "type": "Point", "coordinates": [ -112.37, 36.274 ] },"properties":{"date":"2008-04-22T02:56:18+00:00","depth":18.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2505,"geometry":{ "type": "Point", "coordinates": [ -112.132, 35.509 ] },"properties":{"date":"2008-04-20T12:37:38+00:00","depth":11.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2504,"geometry":{ "type": "Point", "coordinates": [ -112.894, 37.06 ] },"properties":{"date":"2008-04-18T21:46:00+00:00","depth":18.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":2503,"geometry":{ "type": "Point", "coordinates": [ -112.921, 36.718 ] },"properties":{"date":"2008-04-18T20:45:47+00:00","depth":2.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2502,"geometry":{ "type": "Point", "coordinates": [ -112.922, 36.717 ] },"properties":{"date":"2008-04-18T14:04:19+00:00","depth":11.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2500,"geometry":{ "type": "Point", "coordinates": [ -113.579, 36.98 ] },"properties":{"date":"2008-04-18T06:45:04+00:00","depth":20.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2501,"geometry":{ "type": "Point", "coordinates": [ -113.537, 36.92 ] },"properties":{"date":"2008-04-18T04:22:25+00:00","depth":17.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2499,"geometry":{ "type": "Point", "coordinates": [ -109.498, 35.925 ] },"properties":{"date":"2008-04-16T01:38:46+00:00","depth":23.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2498,"geometry":{ "type": "Point", "coordinates": [ -112.317, 36.923 ] },"properties":{"date":"2008-04-15T00:12:54+00:00","depth":25.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2497,"geometry":{ "type": "Point", "coordinates": [ -113.503, 36.467 ] },"properties":{"date":"2008-04-14T17:38:39+00:00","depth":29.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2496,"geometry":{ "type": "Point", "coordinates": [ -110.135, 34.294 ] },"properties":{"date":"2008-04-13T22:45:11+00:00","depth":4.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2495,"geometry":{ "type": "Point", "coordinates": [ -113.489, 36.465 ] },"properties":{"date":"2008-04-13T13:52:53+00:00","depth":16.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2493,"geometry":{ "type": "Point", "coordinates": [ -111.946, 35.188 ] },"properties":{"date":"2008-04-11T20:50:18+00:00","depth":4.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2494,"geometry":{ "type": "Point", "coordinates": [ -110.129, 34.291 ] },"properties":{"date":"2008-04-11T09:35:47+00:00","depth":8.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2491,"geometry":{ "type": "Point", "coordinates": [ -113.5402, 37.0312 ] },"properties":{"date":"2008-04-10T17:59:40+00:00","depth":1.02,"magnitude":"1.56","type":"Mc","location":""}},{"type":"Feature","id":2492,"geometry":{ "type": "Point", "coordinates": [ -113.496, 36.466 ] },"properties":{"date":"2008-04-10T13:37:41+00:00","depth":8.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2490,"geometry":{ "type": "Point", "coordinates": [ -112.569, 35.074 ] },"properties":{"date":"2008-04-09T23:49:31+00:00","depth":5.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2489,"geometry":{ "type": "Point", "coordinates": [ -110.13, 34.293 ] },"properties":{"date":"2008-04-08T10:55:37+00:00","depth":5.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2488,"geometry":{ "type": "Point", "coordinates": [ -111.181, 34.704 ] },"properties":{"date":"2008-04-07T21:32:05+00:00","depth":2.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":2486,"geometry":{ "type": "Point", "coordinates": [ -114.643, 35.874 ] },"properties":{"date":"2008-04-06T04:18:50+00:00","depth":1.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2487,"geometry":{ "type": "Point", "coordinates": [ -111.455, 35.337 ] },"properties":{"date":"2008-04-06T04:12:55+00:00","depth":8.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2485,"geometry":{ "type": "Point", "coordinates": [ -113.496, 36.475 ] },"properties":{"date":"2008-04-05T18:26:07+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":2484,"geometry":{ "type": "Point", "coordinates": [ -113.5172, 36.994 ] },"properties":{"date":"2008-04-05T17:59:04+00:00","depth":0.57,"magnitude":"1.78","type":"Mc","location":""}},{"type":"Feature","id":2483,"geometry":{ "type": "Point", "coordinates": [ -114.631, 35.853 ] },"properties":{"date":"2008-04-05T17:24:53+00:00","depth":5.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":2481,"geometry":{ "type": "Point", "coordinates": [ -114.636, 35.854 ] },"properties":{"date":"2008-04-05T15:21:28+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2480,"geometry":{ "type": "Point", "coordinates": [ -114.636, 35.85 ] },"properties":{"date":"2008-04-05T11:59:27+00:00","depth":9.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2479,"geometry":{ "type": "Point", "coordinates": [ -114.637, 35.853 ] },"properties":{"date":"2008-04-05T11:58:43+00:00","depth":10.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2482,"geometry":{ "type": "Point", "coordinates": [ -114.635, 35.851 ] },"properties":{"date":"2008-04-05T11:35:12+00:00","depth":7.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2477,"geometry":{ "type": "Point", "coordinates": [ -114.638, 35.863 ] },"properties":{"date":"2008-04-05T10:44:18+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2478,"geometry":{ "type": "Point", "coordinates": [ -114.637, 35.857 ] },"properties":{"date":"2008-04-05T10:36:34+00:00","depth":8.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":2476,"geometry":{ "type": "Point", "coordinates": [ -109.623, 36.684 ] },"properties":{"date":"2008-04-04T17:05:58+00:00","depth":16.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2475,"geometry":{ "type": "Point", "coordinates": [ -113.503, 36.457 ] },"properties":{"date":"2008-04-04T13:46:26+00:00","depth":15.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2474,"geometry":{ "type": "Point", "coordinates": [ -113.502, 36.462 ] },"properties":{"date":"2008-04-03T05:05:04+00:00","depth":11.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2473,"geometry":{ "type": "Point", "coordinates": [ -113.5118, 37.0117 ] },"properties":{"date":"2008-04-02T16:31:25+00:00","depth":6.81,"magnitude":"1.29","type":"Mc","location":""}},{"type":"Feature","id":2472,"geometry":{ "type": "Point", "coordinates": [ -113.6263, 36.9723 ] },"properties":{"date":"2008-04-01T17:33:41+00:00","depth":0.68,"magnitude":"1.55","type":"Mc","location":""}},{"type":"Feature","id":2471,"geometry":{ "type": "Point", "coordinates": [ -113.479, 36.465 ] },"properties":{"date":"2008-03-31T03:00:31+00:00","depth":16.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2468,"geometry":{ "type": "Point", "coordinates": [ -113.499, 36.454 ] },"properties":{"date":"2008-03-29T20:38:04+00:00","depth":17.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2469,"geometry":{ "type": "Point", "coordinates": [ -112.321, 34.493 ] },"properties":{"date":"2008-03-29T19:09:33+00:00","depth":8.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2467,"geometry":{ "type": "Point", "coordinates": [ -113.502, 36.441 ] },"properties":{"date":"2008-03-29T09:18:05+00:00","depth":14.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2470,"geometry":{ "type": "Point", "coordinates": [ -110.125, 34.289 ] },"properties":{"date":"2008-03-29T04:06:07+00:00","depth":5.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2462,"geometry":{ "type": "Point", "coordinates": [ -113.506, 36.442 ] },"properties":{"date":"2008-03-28T20:24:50+00:00","depth":4.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2464,"geometry":{ "type": "Point", "coordinates": [ -113.5, 36.465 ] },"properties":{"date":"2008-03-28T20:18:37+00:00","depth":12.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2466,"geometry":{ "type": "Point", "coordinates": [ -113.488, 36.469 ] },"properties":{"date":"2008-03-28T14:35:30+00:00","depth":20.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2463,"geometry":{ "type": "Point", "coordinates": [ -113.502, 36.47 ] },"properties":{"date":"2008-03-28T01:01:40+00:00","depth":12.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":2465,"geometry":{ "type": "Point", "coordinates": [ -113.488, 36.478 ] },"properties":{"date":"2008-03-28T00:10:36+00:00","depth":14.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2457,"geometry":{ "type": "Point", "coordinates": [ -113.494, 36.468 ] },"properties":{"date":"2008-03-27T23:15:26+00:00","depth":20.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2452,"geometry":{ "type": "Point", "coordinates": [ -113.5, 36.47 ] },"properties":{"date":"2008-03-27T13:28:40+00:00","depth":12.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2451,"geometry":{ "type": "Point", "coordinates": [ -113.501, 36.47 ] },"properties":{"date":"2008-03-27T06:33:20+00:00","depth":11.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2454,"geometry":{ "type": "Point", "coordinates": [ -113.497, 36.48 ] },"properties":{"date":"2008-03-27T05:27:56+00:00","depth":3.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2450,"geometry":{ "type": "Point", "coordinates": [ -113.506, 36.468 ] },"properties":{"date":"2008-03-27T04:26:46+00:00","depth":9.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2453,"geometry":{ "type": "Point", "coordinates": [ -113.499, 36.471 ] },"properties":{"date":"2008-03-27T04:17:26+00:00","depth":12.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2459,"geometry":{ "type": "Point", "coordinates": [ -113.492, 36.466 ] },"properties":{"date":"2008-03-27T02:25:41+00:00","depth":24.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2456,"geometry":{ "type": "Point", "coordinates": [ -113.496, 36.47 ] },"properties":{"date":"2008-03-27T01:58:59+00:00","depth":13.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":2460,"geometry":{ "type": "Point", "coordinates": [ -113.49, 36.468 ] },"properties":{"date":"2008-03-27T01:57:51+00:00","depth":18.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2458,"geometry":{ "type": "Point", "coordinates": [ -113.492, 36.471 ] },"properties":{"date":"2008-03-27T01:34:54+00:00","depth":12.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2449,"geometry":{ "type": "Point", "coordinates": [ -113.506, 36.466 ] },"properties":{"date":"2008-03-27T01:28:09+00:00","depth":1.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":2461,"geometry":{ "type": "Point", "coordinates": [ -113.485, 36.479 ] },"properties":{"date":"2008-03-27T01:13:40+00:00","depth":14.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2455,"geometry":{ "type": "Point", "coordinates": [ -113.496, 36.47 ] },"properties":{"date":"2008-03-27T01:07:12+00:00","depth":4.0,"magnitude":"3.9","type":"ML","location":""}},{"type":"Feature","id":2446,"geometry":{ "type": "Point", "coordinates": [ -113.6198, 36.9858 ] },"properties":{"date":"2008-03-26T18:01:57+00:00","depth":6.8,"magnitude":"1.83","type":"Mc","location":""}},{"type":"Feature","id":2447,"geometry":{ "type": "Point", "coordinates": [ -113.5147, 37.0177 ] },"properties":{"date":"2008-03-26T16:57:28+00:00","depth":6.89,"magnitude":"1.33","type":"Mc","location":""}},{"type":"Feature","id":2448,"geometry":{ "type": "Point", "coordinates": [ -113.487, 36.467 ] },"properties":{"date":"2008-03-26T06:51:03+00:00","depth":18.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2445,"geometry":{ "type": "Point", "coordinates": [ -113.496, 36.459 ] },"properties":{"date":"2008-03-24T12:39:59+00:00","depth":16.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2444,"geometry":{ "type": "Point", "coordinates": [ -109.166, 35.936 ] },"properties":{"date":"2008-03-23T14:20:12+00:00","depth":11.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2442,"geometry":{ "type": "Point", "coordinates": [ -112.73, 35.19 ] },"properties":{"date":"2008-03-23T06:13:29+00:00","depth":8.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2440,"geometry":{ "type": "Point", "coordinates": [ -112.736, 35.194 ] },"properties":{"date":"2008-03-23T06:11:00+00:00","depth":10.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2443,"geometry":{ "type": "Point", "coordinates": [ -112.282, 36.454 ] },"properties":{"date":"2008-03-23T06:08:23+00:00","depth":20.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2441,"geometry":{ "type": "Point", "coordinates": [ -112.734, 35.191 ] },"properties":{"date":"2008-03-23T02:13:23+00:00","depth":0.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2439,"geometry":{ "type": "Point", "coordinates": [ -112.742, 35.187 ] },"properties":{"date":"2008-03-23T01:04:11+00:00","depth":12.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2429,"geometry":{ "type": "Point", "coordinates": [ -112.74, 35.194 ] },"properties":{"date":"2008-03-22T20:25:16+00:00","depth":12.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2426,"geometry":{ "type": "Point", "coordinates": [ -112.743, 35.186 ] },"properties":{"date":"2008-03-22T12:04:37+00:00","depth":7.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2434,"geometry":{ "type": "Point", "coordinates": [ -112.734, 35.19 ] },"properties":{"date":"2008-03-22T09:08:29+00:00","depth":8.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2428,"geometry":{ "type": "Point", "coordinates": [ -112.74, 35.193 ] },"properties":{"date":"2008-03-22T08:35:42+00:00","depth":10.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2431,"geometry":{ "type": "Point", "coordinates": [ -112.735, 35.187 ] },"properties":{"date":"2008-03-22T03:38:55+00:00","depth":1.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2433,"geometry":{ "type": "Point", "coordinates": [ -112.734, 35.192 ] },"properties":{"date":"2008-03-22T03:28:01+00:00","depth":8.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":2430,"geometry":{ "type": "Point", "coordinates": [ -112.737, 35.191 ] },"properties":{"date":"2008-03-22T03:21:27+00:00","depth":13.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2427,"geometry":{ "type": "Point", "coordinates": [ -112.742, 35.191 ] },"properties":{"date":"2008-03-22T03:12:42+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2432,"geometry":{ "type": "Point", "coordinates": [ -112.734, 35.189 ] },"properties":{"date":"2008-03-22T03:11:53+00:00","depth":4.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2436,"geometry":{ "type": "Point", "coordinates": [ -112.733, 35.191 ] },"properties":{"date":"2008-03-22T03:06:51+00:00","depth":13.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":2438,"geometry":{ "type": "Point", "coordinates": [ -112.728, 35.191 ] },"properties":{"date":"2008-03-22T02:54:27+00:00","depth":1.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2437,"geometry":{ "type": "Point", "coordinates": [ -112.729, 35.19 ] },"properties":{"date":"2008-03-22T01:47:44+00:00","depth":1.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2435,"geometry":{ "type": "Point", "coordinates": [ -112.733, 35.185 ] },"properties":{"date":"2008-03-22T01:46:40+00:00","depth":2.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2420,"geometry":{ "type": "Point", "coordinates": [ -112.735, 35.19 ] },"properties":{"date":"2008-03-21T21:44:10+00:00","depth":6.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2419,"geometry":{ "type": "Point", "coordinates": [ -112.735, 35.184 ] },"properties":{"date":"2008-03-21T21:42:24+00:00","depth":6.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2422,"geometry":{ "type": "Point", "coordinates": [ -112.726, 35.189 ] },"properties":{"date":"2008-03-21T21:35:26+00:00","depth":2.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2421,"geometry":{ "type": "Point", "coordinates": [ -112.727, 35.19 ] },"properties":{"date":"2008-03-21T20:07:05+00:00","depth":1.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2418,"geometry":{ "type": "Point", "coordinates": [ -112.735, 35.19 ] },"properties":{"date":"2008-03-21T20:03:56+00:00","depth":7.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2423,"geometry":{ "type": "Point", "coordinates": [ -112.722, 35.197 ] },"properties":{"date":"2008-03-21T19:59:20+00:00","depth":1.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2425,"geometry":{ "type": "Point", "coordinates": [ -109.077, 34.225 ] },"properties":{"date":"2008-03-21T11:49:03+00:00","depth":3.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2417,"geometry":{ "type": "Point", "coordinates": [ -114.794, 35.916 ] },"properties":{"date":"2008-03-21T07:26:51+00:00","depth":8.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2424,"geometry":{ "type": "Point", "coordinates": [ -112.46, 36.206 ] },"properties":{"date":"2008-03-21T06:22:14+00:00","depth":23.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2415,"geometry":{ "type": "Point", "coordinates": [ -114.783, 35.976 ] },"properties":{"date":"2008-03-20T10:48:02+00:00","depth":14.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2416,"geometry":{ "type": "Point", "coordinates": [ -109.138, 36.062 ] },"properties":{"date":"2008-03-20T06:08:54+00:00","depth":21.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2405,"geometry":{ "type": "Point", "coordinates": [ -113.963, 36.092 ] },"properties":{"date":"2008-03-19T13:43:59+00:00","depth":6.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2414,"geometry":{ "type": "Point", "coordinates": [ -112.735, 36.198 ] },"properties":{"date":"2008-03-19T12:20:35+00:00","depth":19.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2412,"geometry":{ "type": "Point", "coordinates": [ -113.486, 36.477 ] },"properties":{"date":"2008-03-19T11:38:03+00:00","depth":16.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2409,"geometry":{ "type": "Point", "coordinates": [ -113.494, 36.474 ] },"properties":{"date":"2008-03-19T10:39:03+00:00","depth":12.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2408,"geometry":{ "type": "Point", "coordinates": [ -113.496, 36.469 ] },"properties":{"date":"2008-03-19T10:27:29+00:00","depth":17.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2413,"geometry":{ "type": "Point", "coordinates": [ -113.484, 36.471 ] },"properties":{"date":"2008-03-19T10:04:14+00:00","depth":21.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2411,"geometry":{ "type": "Point", "coordinates": [ -113.49, 36.468 ] },"properties":{"date":"2008-03-19T09:57:23+00:00","depth":17.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2407,"geometry":{ "type": "Point", "coordinates": [ -113.499, 36.468 ] },"properties":{"date":"2008-03-19T09:35:38+00:00","depth":12.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2406,"geometry":{ "type": "Point", "coordinates": [ -113.501, 36.471 ] },"properties":{"date":"2008-03-19T09:32:29+00:00","depth":12.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":2410,"geometry":{ "type": "Point", "coordinates": [ -113.49, 36.472 ] },"properties":{"date":"2008-03-19T04:49:15+00:00","depth":16.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2404,"geometry":{ "type": "Point", "coordinates": [ -110.485, 36.397 ] },"properties":{"date":"2008-03-16T15:26:37+00:00","depth":22.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2402,"geometry":{ "type": "Point", "coordinates": [ -113.819, 34.769 ] },"properties":{"date":"2008-03-14T08:02:12+00:00","depth":4.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2403,"geometry":{ "type": "Point", "coordinates": [ -111.975, 35.02 ] },"properties":{"date":"2008-03-14T03:40:56+00:00","depth":9.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2401,"geometry":{ "type": "Point", "coordinates": [ -109.656, 36.567 ] },"properties":{"date":"2008-03-12T22:39:16+00:00","depth":4.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2399,"geometry":{ "type": "Point", "coordinates": [ -113.6325, 36.9765 ] },"properties":{"date":"2008-03-12T18:26:25+00:00","depth":1.26,"magnitude":"1.72","type":"Mc","location":""}},{"type":"Feature","id":2400,"geometry":{ "type": "Point", "coordinates": [ -112.898, 36.933 ] },"properties":{"date":"2008-03-12T02:24:15+00:00","depth":21.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2398,"geometry":{ "type": "Point", "coordinates": [ -111.975, 35.017 ] },"properties":{"date":"2008-03-05T16:14:43+00:00","depth":9.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2397,"geometry":{ "type": "Point", "coordinates": [ -112.081, 35.002 ] },"properties":{"date":"2008-03-02T09:29:50+00:00","depth":1.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2396,"geometry":{ "type": "Point", "coordinates": [ -112.237, 36.055 ] },"properties":{"date":"2008-02-29T11:17:18+00:00","depth":4.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2395,"geometry":{ "type": "Point", "coordinates": [ -114.758, 36.059 ] },"properties":{"date":"2008-02-23T05:58:44+00:00","depth":13.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2394,"geometry":{ "type": "Point", "coordinates": [ -112.577, 34.683 ] },"properties":{"date":"2008-02-22T09:32:50+00:00","depth":1.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2392,"geometry":{ "type": "Point", "coordinates": [ -111.993, 34.997 ] },"properties":{"date":"2008-02-20T12:16:05+00:00","depth":14.0,"magnitude":"-0","type":"ML","location":""}},{"type":"Feature","id":2393,"geometry":{ "type": "Point", "coordinates": [ -111.984, 35.011 ] },"properties":{"date":"2008-02-20T12:15:01+00:00","depth":13.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2391,"geometry":{ "type": "Point", "coordinates": [ -110.031, 36.792 ] },"properties":{"date":"2008-02-19T20:12:05+00:00","depth":14.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2390,"geometry":{ "type": "Point", "coordinates": [ -114.619, 36.003 ] },"properties":{"date":"2008-02-19T13:54:02+00:00","depth":11.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2388,"geometry":{ "type": "Point", "coordinates": [ -111.979, 35.015 ] },"properties":{"date":"2008-02-18T23:38:24+00:00","depth":9.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2387,"geometry":{ "type": "Point", "coordinates": [ -112.796, 34.296 ] },"properties":{"date":"2008-02-18T21:12:01+00:00","depth":8.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2389,"geometry":{ "type": "Point", "coordinates": [ -109.608, 36.697 ] },"properties":{"date":"2008-02-18T16:54:45+00:00","depth":13.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2386,"geometry":{ "type": "Point", "coordinates": [ -109.282, 35.175 ] },"properties":{"date":"2008-02-17T02:23:09+00:00","depth":14.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":2385,"geometry":{ "type": "Point", "coordinates": [ -111.79, 36.939 ] },"properties":{"date":"2008-02-13T09:51:02+00:00","depth":21.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2384,"geometry":{ "type": "Point", "coordinates": [ -110.985, 34.758 ] },"properties":{"date":"2008-02-12T04:03:47+00:00","depth":3.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2383,"geometry":{ "type": "Point", "coordinates": [ -110.982, 34.757 ] },"properties":{"date":"2008-02-11T18:23:20+00:00","depth":3.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2382,"geometry":{ "type": "Point", "coordinates": [ -113.923, 35.022 ] },"properties":{"date":"2008-02-10T11:58:41+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2380,"geometry":{ "type": "Point", "coordinates": [ -113.922, 35.024 ] },"properties":{"date":"2008-02-09T12:13:49+00:00","depth":1.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2381,"geometry":{ "type": "Point", "coordinates": [ -112.712, 35.173 ] },"properties":{"date":"2008-02-09T05:46:18+00:00","depth":13.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2379,"geometry":{ "type": "Point", "coordinates": [ -112.407, 36.69 ] },"properties":{"date":"2008-02-08T15:20:22+00:00","depth":21.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2378,"geometry":{ "type": "Point", "coordinates": [ -114.757, 35.994 ] },"properties":{"date":"2008-02-08T07:27:06+00:00","depth":13.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2374,"geometry":{ "type": "Point", "coordinates": [ -114.632, 35.854 ] },"properties":{"date":"2008-02-07T21:17:48+00:00","depth":2.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2375,"geometry":{ "type": "Point", "coordinates": [ -114.631, 35.858 ] },"properties":{"date":"2008-02-07T19:51:51+00:00","depth":0.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2373,"geometry":{ "type": "Point", "coordinates": [ -114.633, 35.857 ] },"properties":{"date":"2008-02-07T19:49:17+00:00","depth":1.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2376,"geometry":{ "type": "Point", "coordinates": [ -114.627, 35.853 ] },"properties":{"date":"2008-02-07T19:31:05+00:00","depth":0.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":2377,"geometry":{ "type": "Point", "coordinates": [ -110.329, 34.482 ] },"properties":{"date":"2008-02-07T07:54:50+00:00","depth":3.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2372,"geometry":{ "type": "Point", "coordinates": [ -114.633, 35.857 ] },"properties":{"date":"2008-02-04T17:20:43+00:00","depth":2.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2371,"geometry":{ "type": "Point", "coordinates": [ -110.754, 34.183 ] },"properties":{"date":"2008-02-03T05:17:38+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":2370,"geometry":{ "type": "Point", "coordinates": [ -112.579, 35.805 ] },"properties":{"date":"2008-02-03T02:05:41+00:00","depth":6.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2369,"geometry":{ "type": "Point", "coordinates": [ -113.146, 36.427 ] },"properties":{"date":"2008-02-02T02:24:34+00:00","depth":14.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2368,"geometry":{ "type": "Point", "coordinates": [ -113.469, 36.805 ] },"properties":{"date":"2008-01-31T12:18:59+00:00","depth":19.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2366,"geometry":{ "type": "Point", "coordinates": [ -113.6367, 36.9845 ] },"properties":{"date":"2008-01-29T21:35:10+00:00","depth":2.8,"magnitude":"2.09","type":"Mc","location":""}},{"type":"Feature","id":2367,"geometry":{ "type": "Point", "coordinates": [ -112.295, 34.641 ] },"properties":{"date":"2008-01-29T07:34:30+00:00","depth":1.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2365,"geometry":{ "type": "Point", "coordinates": [ -111.117, 33.635 ] },"properties":{"date":"2008-01-27T09:42:33+00:00","depth":10.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2364,"geometry":{ "type": "Point", "coordinates": [ -111.129, 33.642 ] },"properties":{"date":"2008-01-27T01:28:39+00:00","depth":1.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2363,"geometry":{ "type": "Point", "coordinates": [ -113.645, 36.154 ] },"properties":{"date":"2008-01-25T01:12:14+00:00","depth":18.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2362,"geometry":{ "type": "Point", "coordinates": [ -112.245, 36.634 ] },"properties":{"date":"2008-01-21T11:35:43+00:00","depth":28.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":2360,"geometry":{ "type": "Point", "coordinates": [ -113.938, 35.028 ] },"properties":{"date":"2008-01-20T18:12:35+00:00","depth":1.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2361,"geometry":{ "type": "Point", "coordinates": [ -113.929, 35.026 ] },"properties":{"date":"2008-01-20T17:28:34+00:00","depth":1.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2359,"geometry":{ "type": "Point", "coordinates": [ -113.929, 35.027 ] },"properties":{"date":"2008-01-19T12:09:46+00:00","depth":1.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2357,"geometry":{ "type": "Point", "coordinates": [ -112.826, 35.314 ] },"properties":{"date":"2008-01-18T22:43:39+00:00","depth":2.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2354,"geometry":{ "type": "Point", "coordinates": [ -113.932, 35.027 ] },"properties":{"date":"2008-01-18T13:18:25+00:00","depth":1.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2353,"geometry":{ "type": "Point", "coordinates": [ -114.628, 35.853 ] },"properties":{"date":"2008-01-18T12:02:48+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2358,"geometry":{ "type": "Point", "coordinates": [ -111.442, 35.897 ] },"properties":{"date":"2008-01-18T03:42:25+00:00","depth":21.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2356,"geometry":{ "type": "Point", "coordinates": [ -113.913, 35.025 ] },"properties":{"date":"2008-01-18T03:09:06+00:00","depth":1.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2355,"geometry":{ "type": "Point", "coordinates": [ -113.929, 35.027 ] },"properties":{"date":"2008-01-18T00:07:03+00:00","depth":1.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2350,"geometry":{ "type": "Point", "coordinates": [ -113.932, 35.028 ] },"properties":{"date":"2008-01-17T23:29:24+00:00","depth":1.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2348,"geometry":{ "type": "Point", "coordinates": [ -113.938, 35.027 ] },"properties":{"date":"2008-01-17T22:18:55+00:00","depth":1.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2349,"geometry":{ "type": "Point", "coordinates": [ -113.933, 35.026 ] },"properties":{"date":"2008-01-17T22:12:51+00:00","depth":1.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2347,"geometry":{ "type": "Point", "coordinates": [ -113.949, 35.029 ] },"properties":{"date":"2008-01-17T22:05:06+00:00","depth":1.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2351,"geometry":{ "type": "Point", "coordinates": [ -113.914, 35.02 ] },"properties":{"date":"2008-01-17T22:00:13+00:00","depth":1.0,"magnitude":"3.4","type":"ML","location":""}},{"type":"Feature","id":2352,"geometry":{ "type": "Point", "coordinates": [ -113.132, 36.421 ] },"properties":{"date":"2008-01-17T14:54:32+00:00","depth":13.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2345,"geometry":{ "type": "Point", "coordinates": [ -113.978, 36.268 ] },"properties":{"date":"2008-01-15T11:52:05+00:00","depth":1.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2346,"geometry":{ "type": "Point", "coordinates": [ -113.493, 36.909 ] },"properties":{"date":"2008-01-15T07:56:02+00:00","depth":21.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2344,"geometry":{ "type": "Point", "coordinates": [ -113.193, 36.177 ] },"properties":{"date":"2008-01-13T17:22:34+00:00","depth":4.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2341,"geometry":{ "type": "Point", "coordinates": [ -114.627, 36.076 ] },"properties":{"date":"2008-01-11T10:05:43+00:00","depth":0.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2343,"geometry":{ "type": "Point", "coordinates": [ -112.186, 36.525 ] },"properties":{"date":"2008-01-11T09:51:30+00:00","depth":1.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2342,"geometry":{ "type": "Point", "coordinates": [ -112.242, 36.051 ] },"properties":{"date":"2008-01-11T06:10:29+00:00","depth":4.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2340,"geometry":{ "type": "Point", "coordinates": [ -113.597, 36.966 ] },"properties":{"date":"2008-01-10T00:05:13+00:00","depth":26.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2338,"geometry":{ "type": "Point", "coordinates": [ -113.939, 35.031 ] },"properties":{"date":"2008-01-09T08:03:45+00:00","depth":1.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2339,"geometry":{ "type": "Point", "coordinates": [ -113.937, 35.026 ] },"properties":{"date":"2008-01-09T08:02:38+00:00","depth":1.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2337,"geometry":{ "type": "Point", "coordinates": [ -109.571, 31.796 ] },"properties":{"date":"2008-01-07T07:48:21+00:00","depth":6.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":2335,"geometry":{ "type": "Point", "coordinates": [ -113.924, 35.025 ] },"properties":{"date":"2008-01-06T20:16:21+00:00","depth":1.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2334,"geometry":{ "type": "Point", "coordinates": [ -113.942, 35.03 ] },"properties":{"date":"2008-01-06T16:32:50+00:00","depth":1.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2336,"geometry":{ "type": "Point", "coordinates": [ -113.905, 35.026 ] },"properties":{"date":"2008-01-06T05:35:33+00:00","depth":1.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2333,"geometry":{ "type": "Point", "coordinates": [ -113.914, 35.023 ] },"properties":{"date":"2008-01-05T23:45:00+00:00","depth":1.0,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":2328,"geometry":{ "type": "Point", "coordinates": [ -112.318, 36.66 ] },"properties":{"date":"2007-12-28T21:02:43+00:00","depth":26.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2330,"geometry":{ "type": "Point", "coordinates": [ -112.302, 36.281 ] },"properties":{"date":"2007-12-28T16:45:13+00:00","depth":12.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2327,"geometry":{ "type": "Point", "coordinates": [ -112.319, 36.285 ] },"properties":{"date":"2007-12-28T12:55:08+00:00","depth":14.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2329,"geometry":{ "type": "Point", "coordinates": [ -112.311, 36.284 ] },"properties":{"date":"2007-12-28T12:37:15+00:00","depth":12.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2331,"geometry":{ "type": "Point", "coordinates": [ -112.298, 36.288 ] },"properties":{"date":"2007-12-28T09:02:07+00:00","depth":13.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2332,"geometry":{ "type": "Point", "coordinates": [ -112.26, 36.367 ] },"properties":{"date":"2007-12-28T06:37:40+00:00","depth":17.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2324,"geometry":{ "type": "Point", "coordinates": [ -112.339, 36.282 ] },"properties":{"date":"2007-12-28T05:35:09+00:00","depth":7.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":2326,"geometry":{ "type": "Point", "coordinates": [ -112.322, 36.286 ] },"properties":{"date":"2007-12-28T03:41:58+00:00","depth":14.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2325,"geometry":{ "type": "Point", "coordinates": [ -112.329, 36.283 ] },"properties":{"date":"2007-12-28T02:17:44+00:00","depth":8.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":2322,"geometry":{ "type": "Point", "coordinates": [ -112.335, 36.285 ] },"properties":{"date":"2007-12-27T23:43:38+00:00","depth":11.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":2323,"geometry":{ "type": "Point", "coordinates": [ -112.258, 36.53 ] },"properties":{"date":"2007-12-27T00:13:20+00:00","depth":23.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":2321,"geometry":{ "type": "Point", "coordinates": [ -109.58, 31.801 ] },"properties":{"date":"2007-12-25T15:00:27+00:00","depth":3.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2315,"geometry":{ "type": "Point", "coordinates": [ -112.588, 35.814 ] },"properties":{"date":"2007-12-24T13:14:03+00:00","depth":4.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2316,"geometry":{ "type": "Point", "coordinates": [ -112.584, 35.809 ] },"properties":{"date":"2007-12-24T11:00:13+00:00","depth":4.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2319,"geometry":{ "type": "Point", "coordinates": [ -112.582, 35.805 ] },"properties":{"date":"2007-12-24T08:42:46+00:00","depth":4.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2318,"geometry":{ "type": "Point", "coordinates": [ -112.582, 35.807 ] },"properties":{"date":"2007-12-24T07:30:57+00:00","depth":4.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2317,"geometry":{ "type": "Point", "coordinates": [ -112.583, 35.806 ] },"properties":{"date":"2007-12-24T02:25:06+00:00","depth":4.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2320,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.039 ] },"properties":{"date":"2007-12-24T01:34:10+00:00","depth":4.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2314,"geometry":{ "type": "Point", "coordinates": [ -113.128, 36.427 ] },"properties":{"date":"2007-12-23T11:30:06+00:00","depth":13.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2313,"geometry":{ "type": "Point", "coordinates": [ -111.659, 36.804 ] },"properties":{"date":"2007-12-22T23:54:41+00:00","depth":12.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2312,"geometry":{ "type": "Point", "coordinates": [ -112.744, 36.728 ] },"properties":{"date":"2007-12-22T02:22:51+00:00","depth":20.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2311,"geometry":{ "type": "Point", "coordinates": [ -112.907, 34.614 ] },"properties":{"date":"2007-12-20T00:30:19+00:00","depth":0.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2308,"geometry":{ "type": "Point", "coordinates": [ -114.319, 35.942 ] },"properties":{"date":"2007-12-18T20:24:11+00:00","depth":3.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2309,"geometry":{ "type": "Point", "coordinates": [ -113.161, 36.429 ] },"properties":{"date":"2007-12-18T14:41:51+00:00","depth":14.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2310,"geometry":{ "type": "Point", "coordinates": [ -112.914, 36.716 ] },"properties":{"date":"2007-12-18T14:00:53+00:00","depth":4.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2305,"geometry":{ "type": "Point", "coordinates": [ -113.155, 36.428 ] },"properties":{"date":"2007-12-16T11:28:50+00:00","depth":14.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2306,"geometry":{ "type": "Point", "coordinates": [ -113.15, 36.428 ] },"properties":{"date":"2007-12-16T10:57:34+00:00","depth":14.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":2307,"geometry":{ "type": "Point", "coordinates": [ -112.923, 36.718 ] },"properties":{"date":"2007-12-16T08:39:43+00:00","depth":4.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2304,"geometry":{ "type": "Point", "coordinates": [ -112.935, 36.718 ] },"properties":{"date":"2007-12-15T23:28:39+00:00","depth":14.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2302,"geometry":{ "type": "Point", "coordinates": [ -112.233, 36.046 ] },"properties":{"date":"2007-12-14T18:32:31+00:00","depth":4.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2300,"geometry":{ "type": "Point", "coordinates": [ -113.154, 36.428 ] },"properties":{"date":"2007-12-14T15:09:32+00:00","depth":14.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":2303,"geometry":{ "type": "Point", "coordinates": [ -112.221, 36.046 ] },"properties":{"date":"2007-12-14T10:05:03+00:00","depth":4.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2301,"geometry":{ "type": "Point", "coordinates": [ -112.235, 36.047 ] },"properties":{"date":"2007-12-14T09:27:01+00:00","depth":4.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2299,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.065 ] },"properties":{"date":"2007-12-13T22:45:44+00:00","depth":4.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2293,"geometry":{ "type": "Point", "coordinates": [ -112.95, 35.594 ] },"properties":{"date":"2007-12-13T12:36:26+00:00","depth":6.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2297,"geometry":{ "type": "Point", "coordinates": [ -112.944, 35.593 ] },"properties":{"date":"2007-12-13T12:08:24+00:00","depth":4.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":2296,"geometry":{ "type": "Point", "coordinates": [ -112.945, 35.595 ] },"properties":{"date":"2007-12-13T11:43:33+00:00","depth":5.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2295,"geometry":{ "type": "Point", "coordinates": [ -112.948, 35.594 ] },"properties":{"date":"2007-12-13T11:17:36+00:00","depth":4.0,"magnitude":"0","type":"ML","location":""}},{"type":"Feature","id":2298,"geometry":{ "type": "Point", "coordinates": [ -112.941, 35.594 ] },"properties":{"date":"2007-12-13T11:03:55+00:00","depth":4.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2292,"geometry":{ "type": "Point", "coordinates": [ -112.95, 35.592 ] },"properties":{"date":"2007-12-13T11:03:38+00:00","depth":4.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2294,"geometry":{ "type": "Point", "coordinates": [ -112.949, 35.592 ] },"properties":{"date":"2007-12-13T10:30:37+00:00","depth":4.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2290,"geometry":{ "type": "Point", "coordinates": [ -112.466, 36.063 ] },"properties":{"date":"2007-12-12T13:20:24+00:00","depth":14.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2291,"geometry":{ "type": "Point", "coordinates": [ -112.35, 36.824 ] },"properties":{"date":"2007-12-12T09:09:22+00:00","depth":16.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2289,"geometry":{ "type": "Point", "coordinates": [ -113.14, 36.423 ] },"properties":{"date":"2007-12-12T08:21:15+00:00","depth":13.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2287,"geometry":{ "type": "Point", "coordinates": [ -111.529, 35.17 ] },"properties":{"date":"2007-12-11T16:48:40+00:00","depth":15.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":2285,"geometry":{ "type": "Point", "coordinates": [ -111.541, 35.17 ] },"properties":{"date":"2007-12-11T09:19:15+00:00","depth":16.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2283,"geometry":{ "type": "Point", "coordinates": [ -113.15, 36.43 ] },"properties":{"date":"2007-12-11T07:12:28+00:00","depth":14.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2286,"geometry":{ "type": "Point", "coordinates": [ -111.531, 35.165 ] },"properties":{"date":"2007-12-11T04:51:51+00:00","depth":17.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2284,"geometry":{ "type": "Point", "coordinates": [ -111.547, 35.171 ] },"properties":{"date":"2007-12-11T04:18:50+00:00","depth":16.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2288,"geometry":{ "type": "Point", "coordinates": [ -110.12, 34.287 ] },"properties":{"date":"2007-12-11T02:30:34+00:00","depth":1.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2278,"geometry":{ "type": "Point", "coordinates": [ -113.157, 36.43 ] },"properties":{"date":"2007-12-10T23:44:00+00:00","depth":14.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":2277,"geometry":{ "type": "Point", "coordinates": [ -113.162, 36.429 ] },"properties":{"date":"2007-12-10T20:09:43+00:00","depth":14.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":2279,"geometry":{ "type": "Point", "coordinates": [ -113.153, 36.429 ] },"properties":{"date":"2007-12-10T19:38:13+00:00","depth":14.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":2281,"geometry":{ "type": "Point", "coordinates": [ -113.147, 36.428 ] },"properties":{"date":"2007-12-10T18:35:31+00:00","depth":13.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2280,"geometry":{ "type": "Point", "coordinates": [ -113.15, 36.431 ] },"properties":{"date":"2007-12-10T18:13:44+00:00","depth":14.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":2282,"geometry":{ "type": "Point", "coordinates": [ -112.36, 36.358 ] },"properties":{"date":"2007-12-10T13:21:37+00:00","depth":17.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2274,"geometry":{ "type": "Point", "coordinates": [ -114.628, 35.853 ] },"properties":{"date":"2007-12-09T17:28:21+00:00","depth":0.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2276,"geometry":{ "type": "Point", "coordinates": [ -113.151, 36.431 ] },"properties":{"date":"2007-12-09T00:20:09+00:00","depth":14.0,"magnitude":"0","type":"ML","location":""}},{"type":"Feature","id":2275,"geometry":{ "type": "Point", "coordinates": [ -113.154, 36.431 ] },"properties":{"date":"2007-12-09T00:12:41+00:00","depth":14.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2271,"geometry":{ "type": "Point", "coordinates": [ -113.151, 36.431 ] },"properties":{"date":"2007-12-08T23:38:19+00:00","depth":14.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2272,"geometry":{ "type": "Point", "coordinates": [ -113.148, 36.428 ] },"properties":{"date":"2007-12-08T23:33:46+00:00","depth":14.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2273,"geometry":{ "type": "Point", "coordinates": [ -112.429, 34.94 ] },"properties":{"date":"2007-12-08T16:49:45+00:00","depth":1.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2270,"geometry":{ "type": "Point", "coordinates": [ -113.153, 36.431 ] },"properties":{"date":"2007-12-06T04:05:19+00:00","depth":14.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2265,"geometry":{ "type": "Point", "coordinates": [ -113.148, 36.429 ] },"properties":{"date":"2007-12-05T12:18:54+00:00","depth":14.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2269,"geometry":{ "type": "Point", "coordinates": [ -112.789, 36.816 ] },"properties":{"date":"2007-12-05T11:42:10+00:00","depth":23.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2262,"geometry":{ "type": "Point", "coordinates": [ -113.151, 36.432 ] },"properties":{"date":"2007-12-05T11:29:36+00:00","depth":14.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":2264,"geometry":{ "type": "Point", "coordinates": [ -113.149, 36.433 ] },"properties":{"date":"2007-12-05T09:54:53+00:00","depth":14.0,"magnitude":"0","type":"ML","location":""}},{"type":"Feature","id":2267,"geometry":{ "type": "Point", "coordinates": [ -113.139, 36.428 ] },"properties":{"date":"2007-12-05T09:32:25+00:00","depth":13.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2263,"geometry":{ "type": "Point", "coordinates": [ -113.15, 36.431 ] },"properties":{"date":"2007-12-05T07:08:44+00:00","depth":14.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2260,"geometry":{ "type": "Point", "coordinates": [ -113.155, 36.429 ] },"properties":{"date":"2007-12-05T05:08:54+00:00","depth":14.0,"magnitude":"0","type":"ML","location":""}},{"type":"Feature","id":2266,"geometry":{ "type": "Point", "coordinates": [ -113.143, 36.435 ] },"properties":{"date":"2007-12-05T04:57:31+00:00","depth":13.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2257,"geometry":{ "type": "Point", "coordinates": [ -113.16, 36.432 ] },"properties":{"date":"2007-12-05T01:03:00+00:00","depth":14.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2259,"geometry":{ "type": "Point", "coordinates": [ -113.155, 36.433 ] },"properties":{"date":"2007-12-05T00:54:11+00:00","depth":14.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":2258,"geometry":{ "type": "Point", "coordinates": [ -113.156, 36.434 ] },"properties":{"date":"2007-12-05T00:41:24+00:00","depth":14.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2261,"geometry":{ "type": "Point", "coordinates": [ -113.154, 36.433 ] },"properties":{"date":"2007-12-05T00:32:18+00:00","depth":14.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2268,"geometry":{ "type": "Point", "coordinates": [ -113.127, 36.428 ] },"properties":{"date":"2007-12-05T00:22:41+00:00","depth":13.0,"magnitude":"3.5","type":"ML","location":""}},{"type":"Feature","id":2256,"geometry":{ "type": "Point", "coordinates": [ -111.608, 35.639 ] },"properties":{"date":"2007-12-04T16:16:17+00:00","depth":9.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2255,"geometry":{ "type": "Point", "coordinates": [ -112.792, 36.804 ] },"properties":{"date":"2007-12-03T14:46:34+00:00","depth":24.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2252,"geometry":{ "type": "Point", "coordinates": [ -112.117, 35.693 ] },"properties":{"date":"2007-12-02T15:35:50+00:00","depth":3.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":2251,"geometry":{ "type": "Point", "coordinates": [ -112.138, 35.693 ] },"properties":{"date":"2007-12-02T14:01:39+00:00","depth":8.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2253,"geometry":{ "type": "Point", "coordinates": [ -111.031, 36.414 ] },"properties":{"date":"2007-12-02T04:26:23+00:00","depth":7.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2254,"geometry":{ "type": "Point", "coordinates": [ -111.008, 36.427 ] },"properties":{"date":"2007-12-02T04:17:32+00:00","depth":6.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2250,"geometry":{ "type": "Point", "coordinates": [ -112.838, 37.054 ] },"properties":{"date":"2007-11-30T01:05:32+00:00","depth":19.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2249,"geometry":{ "type": "Point", "coordinates": [ -109.166, 35.903 ] },"properties":{"date":"2007-11-27T07:06:26+00:00","depth":13.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2248,"geometry":{ "type": "Point", "coordinates": [ -109.261, 35.817 ] },"properties":{"date":"2007-11-27T00:54:50+00:00","depth":22.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":2245,"geometry":{ "type": "Point", "coordinates": [ -113.369, 36.954 ] },"properties":{"date":"2007-11-25T06:17:15+00:00","depth":25.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2246,"geometry":{ "type": "Point", "coordinates": [ -112.673, 35.148 ] },"properties":{"date":"2007-11-25T04:20:17+00:00","depth":20.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2247,"geometry":{ "type": "Point", "coordinates": [ -112.636, 35.142 ] },"properties":{"date":"2007-11-25T04:11:12+00:00","depth":7.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2237,"geometry":{ "type": "Point", "coordinates": [ -113.664, 36.389 ] },"properties":{"date":"2007-11-22T14:40:31+00:00","depth":17.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2242,"geometry":{ "type": "Point", "coordinates": [ -113.655, 36.391 ] },"properties":{"date":"2007-11-22T14:08:01+00:00","depth":4.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2240,"geometry":{ "type": "Point", "coordinates": [ -113.656, 36.391 ] },"properties":{"date":"2007-11-22T14:01:11+00:00","depth":11.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2238,"geometry":{ "type": "Point", "coordinates": [ -113.658, 36.389 ] },"properties":{"date":"2007-11-22T13:57:52+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2239,"geometry":{ "type": "Point", "coordinates": [ -113.657, 36.389 ] },"properties":{"date":"2007-11-22T13:19:36+00:00","depth":8.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2243,"geometry":{ "type": "Point", "coordinates": [ -113.654, 36.388 ] },"properties":{"date":"2007-11-22T02:53:52+00:00","depth":11.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2241,"geometry":{ "type": "Point", "coordinates": [ -113.655, 36.386 ] },"properties":{"date":"2007-11-22T01:11:28+00:00","depth":9.0,"magnitude":"0","type":"ML","location":""}},{"type":"Feature","id":2244,"geometry":{ "type": "Point", "coordinates": [ -113.651, 36.387 ] },"properties":{"date":"2007-11-22T01:10:02+00:00","depth":12.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2234,"geometry":{ "type": "Point", "coordinates": [ -113.647, 36.385 ] },"properties":{"date":"2007-11-21T23:45:53+00:00","depth":19.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2229,"geometry":{ "type": "Point", "coordinates": [ -113.653, 36.378 ] },"properties":{"date":"2007-11-21T22:26:55+00:00","depth":9.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2227,"geometry":{ "type": "Point", "coordinates": [ -113.654, 36.383 ] },"properties":{"date":"2007-11-21T22:22:12+00:00","depth":7.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2232,"geometry":{ "type": "Point", "coordinates": [ -113.652, 36.383 ] },"properties":{"date":"2007-11-21T22:05:35+00:00","depth":3.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2231,"geometry":{ "type": "Point", "coordinates": [ -113.652, 36.384 ] },"properties":{"date":"2007-11-21T20:32:34+00:00","depth":3.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2226,"geometry":{ "type": "Point", "coordinates": [ -113.654, 36.392 ] },"properties":{"date":"2007-11-21T19:08:12+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2233,"geometry":{ "type": "Point", "coordinates": [ -113.65, 36.384 ] },"properties":{"date":"2007-11-21T17:44:25+00:00","depth":14.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2219,"geometry":{ "type": "Point", "coordinates": [ -113.66, 36.387 ] },"properties":{"date":"2007-11-21T16:57:35+00:00","depth":13.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2235,"geometry":{ "type": "Point", "coordinates": [ -112.919, 36.708 ] },"properties":{"date":"2007-11-21T15:25:28+00:00","depth":19.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2228,"geometry":{ "type": "Point", "coordinates": [ -113.653, 36.382 ] },"properties":{"date":"2007-11-21T15:02:53+00:00","depth":10.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2236,"geometry":{ "type": "Point", "coordinates": [ -112.916, 36.753 ] },"properties":{"date":"2007-11-21T14:53:43+00:00","depth":18.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2224,"geometry":{ "type": "Point", "coordinates": [ -113.656, 36.388 ] },"properties":{"date":"2007-11-21T13:49:16+00:00","depth":9.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2225,"geometry":{ "type": "Point", "coordinates": [ -113.654, 36.391 ] },"properties":{"date":"2007-11-21T13:47:20+00:00","depth":16.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2230,"geometry":{ "type": "Point", "coordinates": [ -113.652, 36.388 ] },"properties":{"date":"2007-11-21T12:28:56+00:00","depth":14.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2223,"geometry":{ "type": "Point", "coordinates": [ -113.657, 36.392 ] },"properties":{"date":"2007-11-21T12:27:04+00:00","depth":17.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2222,"geometry":{ "type": "Point", "coordinates": [ -113.657, 36.39 ] },"properties":{"date":"2007-11-21T12:24:21+00:00","depth":14.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2221,"geometry":{ "type": "Point", "coordinates": [ -113.657, 36.387 ] },"properties":{"date":"2007-11-21T12:13:30+00:00","depth":11.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2220,"geometry":{ "type": "Point", "coordinates": [ -113.658, 36.392 ] },"properties":{"date":"2007-11-21T11:33:52+00:00","depth":4.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2217,"geometry":{ "type": "Point", "coordinates": [ -113.967, 36.846 ] },"properties":{"date":"2007-11-21T01:06:22+00:00","depth":17.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2218,"geometry":{ "type": "Point", "coordinates": [ -113.965, 36.849 ] },"properties":{"date":"2007-11-21T00:28:02+00:00","depth":19.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2216,"geometry":{ "type": "Point", "coordinates": [ -112.232, 36.035 ] },"properties":{"date":"2007-11-19T10:36:14+00:00","depth":4.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2215,"geometry":{ "type": "Point", "coordinates": [ -109.241, 35.478 ] },"properties":{"date":"2007-11-06T05:49:22+00:00","depth":23.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2214,"geometry":{ "type": "Point", "coordinates": [ -111.885, 37.067 ] },"properties":{"date":"2007-11-04T09:33:00+00:00","depth":25.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2213,"geometry":{ "type": "Point", "coordinates": [ -112.604, 36.949 ] },"properties":{"date":"2007-11-03T14:09:19+00:00","depth":26.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2210,"geometry":{ "type": "Point", "coordinates": [ -112.001, 35.19 ] },"properties":{"date":"2007-11-02T13:20:16+00:00","depth":13.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2211,"geometry":{ "type": "Point", "coordinates": [ -111.998, 35.195 ] },"properties":{"date":"2007-11-02T12:49:36+00:00","depth":12.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2212,"geometry":{ "type": "Point", "coordinates": [ -111.989, 35.201 ] },"properties":{"date":"2007-11-02T09:35:09+00:00","depth":4.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2209,"geometry":{ "type": "Point", "coordinates": [ -113.5282, 37.0282 ] },"properties":{"date":"2007-10-31T19:55:20+00:00","depth":1.15,"magnitude":"1.6","type":"Mc","location":""}},{"type":"Feature","id":2208,"geometry":{ "type": "Point", "coordinates": [ -111.815, 35.908 ] },"properties":{"date":"2007-10-28T21:09:07+00:00","depth":3.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2207,"geometry":{ "type": "Point", "coordinates": [ -113.741, 36.998 ] },"properties":{"date":"2007-10-28T17:37:10+00:00","depth":4.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2203,"geometry":{ "type": "Point", "coordinates": [ -113.006, 35.267 ] },"properties":{"date":"2007-10-24T06:26:13+00:00","depth":9.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2202,"geometry":{ "type": "Point", "coordinates": [ -113.031, 35.262 ] },"properties":{"date":"2007-10-24T02:35:23+00:00","depth":10.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":2204,"geometry":{ "type": "Point", "coordinates": [ -113.001, 35.27 ] },"properties":{"date":"2007-10-24T02:29:11+00:00","depth":9.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":2205,"geometry":{ "type": "Point", "coordinates": [ -113.0, 35.269 ] },"properties":{"date":"2007-10-24T02:25:49+00:00","depth":10.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2206,"geometry":{ "type": "Point", "coordinates": [ -112.982, 35.272 ] },"properties":{"date":"2007-10-24T02:23:10+00:00","depth":5.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":2201,"geometry":{ "type": "Point", "coordinates": [ -113.219, 35.349 ] },"properties":{"date":"2007-10-23T22:55:31+00:00","depth":1.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":2200,"geometry":{ "type": "Point", "coordinates": [ -112.191, 35.916 ] },"properties":{"date":"2007-10-21T08:55:20+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2199,"geometry":{ "type": "Point", "coordinates": [ -113.173, 35.479 ] },"properties":{"date":"2007-10-20T14:08:32+00:00","depth":1.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2198,"geometry":{ "type": "Point", "coordinates": [ -114.68, 36.069 ] },"properties":{"date":"2007-10-20T13:07:58+00:00","depth":0.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2197,"geometry":{ "type": "Point", "coordinates": [ -111.842, 36.965 ] },"properties":{"date":"2007-10-18T03:06:13+00:00","depth":28.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2195,"geometry":{ "type": "Point", "coordinates": [ -112.902, 36.755 ] },"properties":{"date":"2007-10-17T10:05:09+00:00","depth":21.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2196,"geometry":{ "type": "Point", "coordinates": [ -112.227, 36.061 ] },"properties":{"date":"2007-10-17T07:03:44+00:00","depth":5.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2194,"geometry":{ "type": "Point", "coordinates": [ -112.185, 35.912 ] },"properties":{"date":"2007-10-15T05:45:11+00:00","depth":9.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2193,"geometry":{ "type": "Point", "coordinates": [ -112.227, 36.063 ] },"properties":{"date":"2007-10-14T23:00:57+00:00","depth":4.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2192,"geometry":{ "type": "Point", "coordinates": [ -111.882, 36.725 ] },"properties":{"date":"2007-10-12T20:58:17+00:00","depth":39.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2191,"geometry":{ "type": "Point", "coordinates": [ -111.655, 35.171 ] },"properties":{"date":"2007-10-11T21:02:23+00:00","depth":4.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2189,"geometry":{ "type": "Point", "coordinates": [ -113.045, 36.87 ] },"properties":{"date":"2007-10-10T10:46:09+00:00","depth":20.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2190,"geometry":{ "type": "Point", "coordinates": [ -113.035, 36.872 ] },"properties":{"date":"2007-10-10T09:52:53+00:00","depth":22.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2188,"geometry":{ "type": "Point", "coordinates": [ -114.001, 36.459 ] },"properties":{"date":"2007-10-10T00:05:40+00:00","depth":2.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2187,"geometry":{ "type": "Point", "coordinates": [ -113.6248, 36.8712 ] },"properties":{"date":"2007-10-09T22:48:34+00:00","depth":1.22,"magnitude":"1.83","type":"Mc","location":""}},{"type":"Feature","id":2186,"geometry":{ "type": "Point", "coordinates": [ -113.983, 36.45 ] },"properties":{"date":"2007-10-09T03:01:02+00:00","depth":5.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2185,"geometry":{ "type": "Point", "coordinates": [ -113.5548, 37.0265 ] },"properties":{"date":"2007-10-08T22:45:48+00:00","depth":0.24,"magnitude":"1.59","type":"Mc","location":""}},{"type":"Feature","id":2184,"geometry":{ "type": "Point", "coordinates": [ -112.361, 36.992 ] },"properties":{"date":"2007-10-05T12:54:51+00:00","depth":20.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2183,"geometry":{ "type": "Point", "coordinates": [ -112.94, 36.728 ] },"properties":{"date":"2007-10-01T05:36:12+00:00","depth":1.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2181,"geometry":{ "type": "Point", "coordinates": [ -113.47, 35.331 ] },"properties":{"date":"2007-09-28T14:30:50+00:00","depth":1.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2182,"geometry":{ "type": "Point", "coordinates": [ -109.312, 31.511 ] },"properties":{"date":"2007-09-28T12:13:41+00:00","depth":14.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2178,"geometry":{ "type": "Point", "coordinates": [ -113.153, 35.225 ] },"properties":{"date":"2007-09-27T08:18:42+00:00","depth":0.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2179,"geometry":{ "type": "Point", "coordinates": [ -112.379, 36.995 ] },"properties":{"date":"2007-09-27T07:30:36+00:00","depth":21.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2180,"geometry":{ "type": "Point", "coordinates": [ -112.367, 36.992 ] },"properties":{"date":"2007-09-27T06:36:47+00:00","depth":20.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2177,"geometry":{ "type": "Point", "coordinates": [ -112.359, 36.994 ] },"properties":{"date":"2007-09-26T05:18:10+00:00","depth":20.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2176,"geometry":{ "type": "Point", "coordinates": [ -112.365, 36.994 ] },"properties":{"date":"2007-09-26T05:11:27+00:00","depth":20.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":2175,"geometry":{ "type": "Point", "coordinates": [ -112.365, 36.977 ] },"properties":{"date":"2007-09-26T02:24:05+00:00","depth":20.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":2174,"geometry":{ "type": "Point", "coordinates": [ -112.482, 36.123 ] },"properties":{"date":"2007-09-25T08:07:40+00:00","depth":15.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2173,"geometry":{ "type": "Point", "coordinates": [ -112.911, 36.748 ] },"properties":{"date":"2007-09-24T03:33:18+00:00","depth":6.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2172,"geometry":{ "type": "Point", "coordinates": [ -111.085, 36.125 ] },"properties":{"date":"2007-09-23T14:02:38+00:00","depth":16.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2171,"geometry":{ "type": "Point", "coordinates": [ -113.313, 37.095 ] },"properties":{"date":"2007-09-21T09:18:16+00:00","depth":17.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2170,"geometry":{ "type": "Point", "coordinates": [ -113.607, 37.011 ] },"properties":{"date":"2007-09-20T13:59:20+00:00","depth":22.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2169,"geometry":{ "type": "Point", "coordinates": [ -114.312, 32.33 ] },"properties":{"date":"2007-09-20T11:48:46+00:00","depth":14.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2168,"geometry":{ "type": "Point", "coordinates": [ -114.631, 35.845 ] },"properties":{"date":"2007-09-20T02:31:46+00:00","depth":6.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2167,"geometry":{ "type": "Point", "coordinates": [ -114.632, 35.849 ] },"properties":{"date":"2007-09-20T02:28:17+00:00","depth":8.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":2166,"geometry":{ "type": "Point", "coordinates": [ -112.785, 36.973 ] },"properties":{"date":"2007-09-19T20:48:23+00:00","depth":13.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2165,"geometry":{ "type": "Point", "coordinates": [ -113.374, 35.978 ] },"properties":{"date":"2007-09-18T00:43:46+00:00","depth":21.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2164,"geometry":{ "type": "Point", "coordinates": [ -112.549, 36.527 ] },"properties":{"date":"2007-09-15T10:28:23+00:00","depth":14.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":2163,"geometry":{ "type": "Point", "coordinates": [ -111.633, 36.191 ] },"properties":{"date":"2007-09-12T23:33:52+00:00","depth":5.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2162,"geometry":{ "type": "Point", "coordinates": [ -113.467, 36.827 ] },"properties":{"date":"2007-09-12T14:16:10+00:00","depth":12.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2161,"geometry":{ "type": "Point", "coordinates": [ -113.202, 36.193 ] },"properties":{"date":"2007-09-11T09:53:42+00:00","depth":18.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2160,"geometry":{ "type": "Point", "coordinates": [ -112.329, 35.989 ] },"properties":{"date":"2007-09-10T06:56:19+00:00","depth":4.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2157,"geometry":{ "type": "Point", "coordinates": [ -113.008, 36.773 ] },"properties":{"date":"2007-09-09T20:03:30+00:00","depth":17.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2159,"geometry":{ "type": "Point", "coordinates": [ -111.583, 36.194 ] },"properties":{"date":"2007-09-09T05:07:09+00:00","depth":4.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2158,"geometry":{ "type": "Point", "coordinates": [ -111.586, 36.193 ] },"properties":{"date":"2007-09-09T04:53:55+00:00","depth":4.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2155,"geometry":{ "type": "Point", "coordinates": [ -111.969, 35.192 ] },"properties":{"date":"2007-09-07T11:51:49+00:00","depth":4.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2156,"geometry":{ "type": "Point", "coordinates": [ -110.931, 35.059 ] },"properties":{"date":"2007-09-07T10:26:07+00:00","depth":7.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2152,"geometry":{ "type": "Point", "coordinates": [ -111.978, 35.184 ] },"properties":{"date":"2007-09-06T12:25:31+00:00","depth":13.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2153,"geometry":{ "type": "Point", "coordinates": [ -111.886, 36.721 ] },"properties":{"date":"2007-09-06T07:52:56+00:00","depth":39.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2154,"geometry":{ "type": "Point", "coordinates": [ -111.578, 35.806 ] },"properties":{"date":"2007-09-06T05:57:36+00:00","depth":18.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2151,"geometry":{ "type": "Point", "coordinates": [ -112.31, 36.725 ] },"properties":{"date":"2007-09-04T11:22:43+00:00","depth":13.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2150,"geometry":{ "type": "Point", "coordinates": [ -113.624, 37.081 ] },"properties":{"date":"2007-09-04T03:47:50+00:00","depth":15.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2149,"geometry":{ "type": "Point", "coordinates": [ -111.105, 33.475 ] },"properties":{"date":"2007-09-03T04:34:26+00:00","depth":11.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2148,"geometry":{ "type": "Point", "coordinates": [ -109.127, 34.279 ] },"properties":{"date":"2007-09-02T10:27:51+00:00","depth":4.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2147,"geometry":{ "type": "Point", "coordinates": [ -112.451, 36.696 ] },"properties":{"date":"2007-08-31T22:20:43+00:00","depth":0.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2146,"geometry":{ "type": "Point", "coordinates": [ -113.082, 35.255 ] },"properties":{"date":"2007-08-28T07:41:43+00:00","depth":1.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2145,"geometry":{ "type": "Point", "coordinates": [ -111.592, 36.194 ] },"properties":{"date":"2007-08-26T06:57:22+00:00","depth":7.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2144,"geometry":{ "type": "Point", "coordinates": [ -110.132, 34.292 ] },"properties":{"date":"2007-08-24T04:27:37+00:00","depth":1.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2141,"geometry":{ "type": "Point", "coordinates": [ -113.485, 36.921 ] },"properties":{"date":"2007-08-20T18:29:58+00:00","depth":21.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2142,"geometry":{ "type": "Point", "coordinates": [ -113.483, 36.922 ] },"properties":{"date":"2007-08-20T14:55:59+00:00","depth":23.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2143,"geometry":{ "type": "Point", "coordinates": [ -113.155, 36.191 ] },"properties":{"date":"2007-08-20T04:41:43+00:00","depth":20.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2134,"geometry":{ "type": "Point", "coordinates": [ -113.485, 36.922 ] },"properties":{"date":"2007-08-19T20:00:45+00:00","depth":21.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2140,"geometry":{ "type": "Point", "coordinates": [ -109.16, 33.448 ] },"properties":{"date":"2007-08-19T18:56:30+00:00","depth":2.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2133,"geometry":{ "type": "Point", "coordinates": [ -113.485, 36.923 ] },"properties":{"date":"2007-08-19T17:41:50+00:00","depth":20.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2136,"geometry":{ "type": "Point", "coordinates": [ -113.483, 36.923 ] },"properties":{"date":"2007-08-19T16:43:34+00:00","depth":22.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2137,"geometry":{ "type": "Point", "coordinates": [ -113.481, 36.919 ] },"properties":{"date":"2007-08-19T16:20:00+00:00","depth":23.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2131,"geometry":{ "type": "Point", "coordinates": [ -113.487, 36.921 ] },"properties":{"date":"2007-08-19T16:01:52+00:00","depth":21.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2132,"geometry":{ "type": "Point", "coordinates": [ -113.485, 36.921 ] },"properties":{"date":"2007-08-19T15:52:41+00:00","depth":21.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2135,"geometry":{ "type": "Point", "coordinates": [ -113.484, 36.918 ] },"properties":{"date":"2007-08-19T15:51:50+00:00","depth":20.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2139,"geometry":{ "type": "Point", "coordinates": [ -109.214, 33.454 ] },"properties":{"date":"2007-08-19T14:14:17+00:00","depth":1.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2138,"geometry":{ "type": "Point", "coordinates": [ -112.27, 36.181 ] },"properties":{"date":"2007-08-19T04:53:12+00:00","depth":7.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2130,"geometry":{ "type": "Point", "coordinates": [ -112.544, 36.433 ] },"properties":{"date":"2007-08-18T21:02:06+00:00","depth":18.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2129,"geometry":{ "type": "Point", "coordinates": [ -113.485, 36.922 ] },"properties":{"date":"2007-08-18T11:19:01+00:00","depth":20.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2128,"geometry":{ "type": "Point", "coordinates": [ -113.486, 36.92 ] },"properties":{"date":"2007-08-18T10:54:47+00:00","depth":20.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2127,"geometry":{ "type": "Point", "coordinates": [ -111.534, 36.288 ] },"properties":{"date":"2007-08-17T04:49:27+00:00","depth":20.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2126,"geometry":{ "type": "Point", "coordinates": [ -109.202, 33.457 ] },"properties":{"date":"2007-08-16T19:47:32+00:00","depth":1.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2125,"geometry":{ "type": "Point", "coordinates": [ -109.524, 34.67 ] },"properties":{"date":"2007-08-16T06:26:14+00:00","depth":2.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2124,"geometry":{ "type": "Point", "coordinates": [ -113.4982, 36.9778 ] },"properties":{"date":"2007-08-15T19:14:40+00:00","depth":1.14,"magnitude":"1.23","type":"Mc","location":""}},{"type":"Feature","id":2122,"geometry":{ "type": "Point", "coordinates": [ -113.49, 36.785 ] },"properties":{"date":"2007-08-14T16:45:54+00:00","depth":21.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2123,"geometry":{ "type": "Point", "coordinates": [ -111.636, 36.177 ] },"properties":{"date":"2007-08-14T04:12:03+00:00","depth":2.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2121,"geometry":{ "type": "Point", "coordinates": [ -111.581, 36.201 ] },"properties":{"date":"2007-08-12T17:43:50+00:00","depth":4.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2119,"geometry":{ "type": "Point", "coordinates": [ -110.122, 34.291 ] },"properties":{"date":"2007-08-11T13:24:32+00:00","depth":1.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2118,"geometry":{ "type": "Point", "coordinates": [ -110.136, 34.296 ] },"properties":{"date":"2007-08-11T12:18:05+00:00","depth":9.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2120,"geometry":{ "type": "Point", "coordinates": [ -110.118, 34.291 ] },"properties":{"date":"2007-08-11T12:11:53+00:00","depth":7.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2117,"geometry":{ "type": "Point", "coordinates": [ -110.144, 34.294 ] },"properties":{"date":"2007-08-11T11:58:25+00:00","depth":1.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2115,"geometry":{ "type": "Point", "coordinates": [ -113.142, 35.912 ] },"properties":{"date":"2007-08-10T10:45:08+00:00","depth":12.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2116,"geometry":{ "type": "Point", "coordinates": [ -112.495, 36.943 ] },"properties":{"date":"2007-08-10T02:07:36+00:00","depth":25.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2114,"geometry":{ "type": "Point", "coordinates": [ -109.275, 35.974 ] },"properties":{"date":"2007-08-08T16:19:38+00:00","depth":23.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":2113,"geometry":{ "type": "Point", "coordinates": [ -113.504, 37.081 ] },"properties":{"date":"2007-08-08T02:35:58+00:00","depth":19.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2112,"geometry":{ "type": "Point", "coordinates": [ -111.583, 36.196 ] },"properties":{"date":"2007-08-07T22:58:44+00:00","depth":14.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2111,"geometry":{ "type": "Point", "coordinates": [ -111.777, 35.427 ] },"properties":{"date":"2007-08-07T09:25:46+00:00","depth":11.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2110,"geometry":{ "type": "Point", "coordinates": [ -110.483, 32.294 ] },"properties":{"date":"2007-08-04T09:50:07+00:00","depth":10.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2109,"geometry":{ "type": "Point", "coordinates": [ -114.701, 36.056 ] },"properties":{"date":"2007-08-03T10:23:36+00:00","depth":0.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2107,"geometry":{ "type": "Point", "coordinates": [ -114.772, 35.933 ] },"properties":{"date":"2007-07-31T15:34:43+00:00","depth":9.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2108,"geometry":{ "type": "Point", "coordinates": [ -111.486, 32.685 ] },"properties":{"date":"2007-07-31T13:41:20+00:00","depth":10.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2106,"geometry":{ "type": "Point", "coordinates": [ -112.227, 36.061 ] },"properties":{"date":"2007-07-27T11:38:12+00:00","depth":3.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2105,"geometry":{ "type": "Point", "coordinates": [ -113.078, 35.259 ] },"properties":{"date":"2007-07-23T01:52:59+00:00","depth":0.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2104,"geometry":{ "type": "Point", "coordinates": [ -112.209, 36.014 ] },"properties":{"date":"2007-07-22T04:35:01+00:00","depth":4.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2103,"geometry":{ "type": "Point", "coordinates": [ -113.223, 36.176 ] },"properties":{"date":"2007-07-20T11:21:54+00:00","depth":4.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2102,"geometry":{ "type": "Point", "coordinates": [ -113.683, 36.82 ] },"properties":{"date":"2007-07-18T03:08:09+00:00","depth":18.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2101,"geometry":{ "type": "Point", "coordinates": [ -112.0, 35.863 ] },"properties":{"date":"2007-07-17T14:35:42+00:00","depth":4.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2100,"geometry":{ "type": "Point", "coordinates": [ -113.225, 36.177 ] },"properties":{"date":"2007-07-16T21:23:31+00:00","depth":4.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2099,"geometry":{ "type": "Point", "coordinates": [ -113.226, 36.179 ] },"properties":{"date":"2007-07-16T18:44:48+00:00","depth":4.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2098,"geometry":{ "type": "Point", "coordinates": [ -112.577, 35.781 ] },"properties":{"date":"2007-07-15T23:18:18+00:00","depth":11.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2097,"geometry":{ "type": "Point", "coordinates": [ -112.859, 36.902 ] },"properties":{"date":"2007-07-15T12:48:00+00:00","depth":10.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2096,"geometry":{ "type": "Point", "coordinates": [ -109.736, 31.787 ] },"properties":{"date":"2007-07-12T01:15:04+00:00","depth":2.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2094,"geometry":{ "type": "Point", "coordinates": [ -112.225, 36.053 ] },"properties":{"date":"2007-07-11T09:01:30+00:00","depth":6.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2095,"geometry":{ "type": "Point", "coordinates": [ -110.953, 33.894 ] },"properties":{"date":"2007-07-11T07:17:41+00:00","depth":6.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2093,"geometry":{ "type": "Point", "coordinates": [ -113.52, 36.968 ] },"properties":{"date":"2007-07-10T18:57:38+00:00","depth":25.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2092,"geometry":{ "type": "Point", "coordinates": [ -111.051, 34.891 ] },"properties":{"date":"2007-07-05T23:23:43+00:00","depth":4.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2091,"geometry":{ "type": "Point", "coordinates": [ -111.073, 36.104 ] },"properties":{"date":"2007-07-04T18:30:28+00:00","depth":8.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":2090,"geometry":{ "type": "Point", "coordinates": [ -111.097, 36.111 ] },"properties":{"date":"2007-07-04T06:23:16+00:00","depth":8.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2089,"geometry":{ "type": "Point", "coordinates": [ -113.877, 36.367 ] },"properties":{"date":"2007-07-03T04:02:48+00:00","depth":3.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2088,"geometry":{ "type": "Point", "coordinates": [ -112.791, 36.909 ] },"properties":{"date":"2007-07-01T02:07:06+00:00","depth":32.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2087,"geometry":{ "type": "Point", "coordinates": [ -112.014, 36.03 ] },"properties":{"date":"2007-06-30T16:22:24+00:00","depth":7.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2086,"geometry":{ "type": "Point", "coordinates": [ -112.78, 36.827 ] },"properties":{"date":"2007-06-30T08:00:47+00:00","depth":22.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2084,"geometry":{ "type": "Point", "coordinates": [ -113.896, 36.746 ] },"properties":{"date":"2007-06-29T05:57:59+00:00","depth":16.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2085,"geometry":{ "type": "Point", "coordinates": [ -112.582, 34.668 ] },"properties":{"date":"2007-06-29T02:33:49+00:00","depth":1.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2083,"geometry":{ "type": "Point", "coordinates": [ -113.94, 36.825 ] },"properties":{"date":"2007-06-28T22:00:07+00:00","depth":13.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2080,"geometry":{ "type": "Point", "coordinates": [ -113.341, 35.413 ] },"properties":{"date":"2007-06-26T22:51:02+00:00","depth":1.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2082,"geometry":{ "type": "Point", "coordinates": [ -111.141, 33.732 ] },"properties":{"date":"2007-06-26T08:13:55+00:00","depth":0.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2081,"geometry":{ "type": "Point", "coordinates": [ -112.824, 37.036 ] },"properties":{"date":"2007-06-26T07:49:50+00:00","depth":12.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2074,"geometry":{ "type": "Point", "coordinates": [ -111.137, 33.73 ] },"properties":{"date":"2007-06-25T19:36:25+00:00","depth":6.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2075,"geometry":{ "type": "Point", "coordinates": [ -111.135, 33.729 ] },"properties":{"date":"2007-06-25T15:06:43+00:00","depth":9.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2078,"geometry":{ "type": "Point", "coordinates": [ -111.134, 33.729 ] },"properties":{"date":"2007-06-25T14:56:27+00:00","depth":9.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2072,"geometry":{ "type": "Point", "coordinates": [ -111.14, 33.73 ] },"properties":{"date":"2007-06-25T14:52:28+00:00","depth":7.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":2077,"geometry":{ "type": "Point", "coordinates": [ -111.134, 33.728 ] },"properties":{"date":"2007-06-25T14:17:56+00:00","depth":9.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2071,"geometry":{ "type": "Point", "coordinates": [ -111.14, 33.734 ] },"properties":{"date":"2007-06-25T13:07:46+00:00","depth":7.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2079,"geometry":{ "type": "Point", "coordinates": [ -111.133, 33.725 ] },"properties":{"date":"2007-06-25T13:07:08+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2076,"geometry":{ "type": "Point", "coordinates": [ -111.134, 33.727 ] },"properties":{"date":"2007-06-25T13:06:59+00:00","depth":7.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2073,"geometry":{ "type": "Point", "coordinates": [ -111.139, 33.73 ] },"properties":{"date":"2007-06-25T13:04:55+00:00","depth":5.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":2070,"geometry":{ "type": "Point", "coordinates": [ -114.78, 36.009 ] },"properties":{"date":"2007-06-25T10:22:42+00:00","depth":15.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2069,"geometry":{ "type": "Point", "coordinates": [ -111.456, 35.331 ] },"properties":{"date":"2007-06-24T15:15:27+00:00","depth":10.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2068,"geometry":{ "type": "Point", "coordinates": [ -111.137, 33.731 ] },"properties":{"date":"2007-06-21T10:40:42+00:00","depth":5.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2067,"geometry":{ "type": "Point", "coordinates": [ -111.815, 35.913 ] },"properties":{"date":"2007-06-21T10:29:39+00:00","depth":11.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2066,"geometry":{ "type": "Point", "coordinates": [ -113.478, 36.897 ] },"properties":{"date":"2007-06-20T08:33:12+00:00","depth":21.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2065,"geometry":{ "type": "Point", "coordinates": [ -112.639, 37.05 ] },"properties":{"date":"2007-06-19T10:12:40+00:00","depth":16.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2064,"geometry":{ "type": "Point", "coordinates": [ -110.608, 32.118 ] },"properties":{"date":"2007-06-18T05:04:55+00:00","depth":10.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2063,"geometry":{ "type": "Point", "coordinates": [ -111.984, 32.461 ] },"properties":{"date":"2007-06-17T19:49:21+00:00","depth":11.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2062,"geometry":{ "type": "Point", "coordinates": [ -111.632, 36.179 ] },"properties":{"date":"2007-06-16T13:44:08+00:00","depth":4.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2061,"geometry":{ "type": "Point", "coordinates": [ -111.785, 35.448 ] },"properties":{"date":"2007-06-16T01:18:12+00:00","depth":4.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2060,"geometry":{ "type": "Point", "coordinates": [ -111.092, 36.114 ] },"properties":{"date":"2007-06-15T21:14:44+00:00","depth":8.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2058,"geometry":{ "type": "Point", "coordinates": [ -112.371, 36.95 ] },"properties":{"date":"2007-06-14T23:09:13+00:00","depth":22.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2059,"geometry":{ "type": "Point", "coordinates": [ -112.226, 36.012 ] },"properties":{"date":"2007-06-14T15:07:11+00:00","depth":4.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":2057,"geometry":{ "type": "Point", "coordinates": [ -112.427, 35.059 ] },"properties":{"date":"2007-06-14T06:48:48+00:00","depth":7.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2056,"geometry":{ "type": "Point", "coordinates": [ -113.755, 36.512 ] },"properties":{"date":"2007-06-13T09:51:30+00:00","depth":14.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2054,"geometry":{ "type": "Point", "coordinates": [ -112.895, 36.804 ] },"properties":{"date":"2007-06-12T16:23:38+00:00","depth":24.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2053,"geometry":{ "type": "Point", "coordinates": [ -113.035, 35.205 ] },"properties":{"date":"2007-06-12T09:46:17+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2055,"geometry":{ "type": "Point", "coordinates": [ -111.79, 35.449 ] },"properties":{"date":"2007-06-12T05:19:49+00:00","depth":4.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2052,"geometry":{ "type": "Point", "coordinates": [ -113.748, 36.51 ] },"properties":{"date":"2007-06-11T03:19:46+00:00","depth":21.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2051,"geometry":{ "type": "Point", "coordinates": [ -111.786, 35.451 ] },"properties":{"date":"2007-06-10T22:42:03+00:00","depth":4.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2050,"geometry":{ "type": "Point", "coordinates": [ -111.976, 35.191 ] },"properties":{"date":"2007-06-10T22:17:31+00:00","depth":10.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2049,"geometry":{ "type": "Point", "coordinates": [ -111.787, 35.451 ] },"properties":{"date":"2007-06-09T11:37:19+00:00","depth":4.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":2047,"geometry":{ "type": "Point", "coordinates": [ -113.469, 36.813 ] },"properties":{"date":"2007-06-08T23:12:36+00:00","depth":17.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2048,"geometry":{ "type": "Point", "coordinates": [ -109.999, 34.652 ] },"properties":{"date":"2007-06-08T07:00:40+00:00","depth":4.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2046,"geometry":{ "type": "Point", "coordinates": [ -113.47, 35.017 ] },"properties":{"date":"2007-06-08T02:13:54+00:00","depth":10.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":2045,"geometry":{ "type": "Point", "coordinates": [ -111.819, 35.901 ] },"properties":{"date":"2007-06-07T16:14:13+00:00","depth":14.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2044,"geometry":{ "type": "Point", "coordinates": [ -112.54, 34.946 ] },"properties":{"date":"2007-06-05T13:43:23+00:00","depth":8.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2042,"geometry":{ "type": "Point", "coordinates": [ -113.088, 35.653 ] },"properties":{"date":"2007-06-05T04:53:54+00:00","depth":4.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2043,"geometry":{ "type": "Point", "coordinates": [ -113.075, 35.641 ] },"properties":{"date":"2007-06-05T04:12:17+00:00","depth":3.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2041,"geometry":{ "type": "Point", "coordinates": [ -112.931, 36.676 ] },"properties":{"date":"2007-06-04T02:56:25+00:00","depth":20.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":2040,"geometry":{ "type": "Point", "coordinates": [ -110.93, 34.774 ] },"properties":{"date":"2007-05-30T02:47:47+00:00","depth":4.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2038,"geometry":{ "type": "Point", "coordinates": [ -113.188, 35.048 ] },"properties":{"date":"2007-05-29T18:24:42+00:00","depth":6.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2039,"geometry":{ "type": "Point", "coordinates": [ -112.724, 34.661 ] },"properties":{"date":"2007-05-29T04:16:56+00:00","depth":1.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":2037,"geometry":{ "type": "Point", "coordinates": [ -111.638, 36.177 ] },"properties":{"date":"2007-05-28T16:15:59+00:00","depth":11.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2036,"geometry":{ "type": "Point", "coordinates": [ -109.284, 31.327 ] },"properties":{"date":"2007-05-27T08:18:14+00:00","depth":7.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2035,"geometry":{ "type": "Point", "coordinates": [ -112.295, 36.901 ] },"properties":{"date":"2007-05-27T05:14:17+00:00","depth":19.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2034,"geometry":{ "type": "Point", "coordinates": [ -112.996, 36.774 ] },"properties":{"date":"2007-05-26T18:01:13+00:00","depth":16.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2033,"geometry":{ "type": "Point", "coordinates": [ -112.996, 36.791 ] },"properties":{"date":"2007-05-26T11:21:38+00:00","depth":23.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2032,"geometry":{ "type": "Point", "coordinates": [ -112.999, 36.786 ] },"properties":{"date":"2007-05-26T09:07:08+00:00","depth":22.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2031,"geometry":{ "type": "Point", "coordinates": [ -113.537, 37.002 ] },"properties":{"date":"2007-05-25T14:27:23+00:00","depth":11.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2029,"geometry":{ "type": "Point", "coordinates": [ -112.921, 36.686 ] },"properties":{"date":"2007-05-24T13:06:59+00:00","depth":23.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2030,"geometry":{ "type": "Point", "coordinates": [ -112.36, 36.349 ] },"properties":{"date":"2007-05-24T10:19:02+00:00","depth":18.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":2028,"geometry":{ "type": "Point", "coordinates": [ -111.9, 36.897 ] },"properties":{"date":"2007-05-23T14:42:36+00:00","depth":14.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2026,"geometry":{ "type": "Point", "coordinates": [ -112.798, 36.801 ] },"properties":{"date":"2007-05-20T02:03:27+00:00","depth":26.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2027,"geometry":{ "type": "Point", "coordinates": [ -112.197, 36.076 ] },"properties":{"date":"2007-05-20T00:41:39+00:00","depth":4.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":2025,"geometry":{ "type": "Point", "coordinates": [ -112.363, 36.355 ] },"properties":{"date":"2007-05-19T22:36:46+00:00","depth":17.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":2024,"geometry":{ "type": "Point", "coordinates": [ -109.253, 35.127 ] },"properties":{"date":"2007-05-18T22:24:03+00:00","depth":18.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":2023,"geometry":{ "type": "Point", "coordinates": [ -109.261, 35.123 ] },"properties":{"date":"2007-05-18T21:01:29+00:00","depth":17.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":2022,"geometry":{ "type": "Point", "coordinates": [ -112.219, 36.074 ] },"properties":{"date":"2007-05-18T10:18:04+00:00","depth":4.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":2021,"geometry":{ "type": "Point", "coordinates": [ -112.404, 36.988 ] },"properties":{"date":"2007-05-18T07:15:23+00:00","depth":16.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2020,"geometry":{ "type": "Point", "coordinates": [ -112.204, 36.078 ] },"properties":{"date":"2007-05-17T17:28:35+00:00","depth":4.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2019,"geometry":{ "type": "Point", "coordinates": [ -113.824, 36.49 ] },"properties":{"date":"2007-05-17T14:36:43+00:00","depth":15.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2018,"geometry":{ "type": "Point", "coordinates": [ -112.793, 36.789 ] },"properties":{"date":"2007-05-16T07:42:59+00:00","depth":17.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2017,"geometry":{ "type": "Point", "coordinates": [ -112.752, 34.725 ] },"properties":{"date":"2007-05-12T18:01:00+00:00","depth":2.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2016,"geometry":{ "type": "Point", "coordinates": [ -114.78, 35.969 ] },"properties":{"date":"2007-05-09T05:24:16+00:00","depth":13.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2015,"geometry":{ "type": "Point", "coordinates": [ -113.525, 37.047 ] },"properties":{"date":"2007-05-08T09:56:11+00:00","depth":18.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":2014,"geometry":{ "type": "Point", "coordinates": [ -113.885, 36.744 ] },"properties":{"date":"2007-05-08T01:50:45+00:00","depth":15.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":2013,"geometry":{ "type": "Point", "coordinates": [ -114.289, 36.047 ] },"properties":{"date":"2007-05-07T11:19:24+00:00","depth":0.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":2012,"geometry":{ "type": "Point", "coordinates": [ -110.981, 34.762 ] },"properties":{"date":"2007-05-06T23:29:13+00:00","depth":3.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2011,"geometry":{ "type": "Point", "coordinates": [ -112.415, 35.929 ] },"properties":{"date":"2007-05-06T05:01:41+00:00","depth":12.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":2010,"geometry":{ "type": "Point", "coordinates": [ -109.198, 31.274 ] },"properties":{"date":"2007-05-05T03:21:44+00:00","depth":2.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":2009,"geometry":{ "type": "Point", "coordinates": [ -110.925, 34.766 ] },"properties":{"date":"2007-05-04T12:10:19+00:00","depth":4.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":2008,"geometry":{ "type": "Point", "coordinates": [ -112.532, 36.924 ] },"properties":{"date":"2007-05-04T02:24:32+00:00","depth":16.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":2007,"geometry":{ "type": "Point", "coordinates": [ -114.694, 36.099 ] },"properties":{"date":"2007-05-03T02:05:28+00:00","depth":14.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":2005,"geometry":{ "type": "Point", "coordinates": [ -109.054, 32.477 ] },"properties":{"date":"2007-05-01T18:17:49+00:00","depth":14.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2004,"geometry":{ "type": "Point", "coordinates": [ -109.056, 32.479 ] },"properties":{"date":"2007-05-01T18:10:54+00:00","depth":13.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":2006,"geometry":{ "type": "Point", "coordinates": [ -109.049, 32.478 ] },"properties":{"date":"2007-05-01T18:09:09+00:00","depth":14.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":2000,"geometry":{ "type": "Point", "coordinates": [ -112.5, 35.161 ] },"properties":{"date":"2007-05-01T10:47:17+00:00","depth":9.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":2001,"geometry":{ "type": "Point", "coordinates": [ -112.499, 35.157 ] },"properties":{"date":"2007-05-01T10:38:12+00:00","depth":9.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2002,"geometry":{ "type": "Point", "coordinates": [ -112.496, 35.153 ] },"properties":{"date":"2007-05-01T10:24:37+00:00","depth":10.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":1999,"geometry":{ "type": "Point", "coordinates": [ -112.502, 35.156 ] },"properties":{"date":"2007-05-01T07:15:16+00:00","depth":8.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":2003,"geometry":{ "type": "Point", "coordinates": [ -112.492, 35.155 ] },"properties":{"date":"2007-05-01T05:12:51+00:00","depth":9.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":1998,"geometry":{ "type": "Point", "coordinates": [ -112.496, 35.159 ] },"properties":{"date":"2007-04-29T14:13:51+00:00","depth":10.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1992,"geometry":{ "type": "Point", "coordinates": [ -114.667, 36.1 ] },"properties":{"date":"2007-04-27T21:31:05+00:00","depth":16.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1995,"geometry":{ "type": "Point", "coordinates": [ -112.499, 35.157 ] },"properties":{"date":"2007-04-27T13:53:23+00:00","depth":8.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1993,"geometry":{ "type": "Point", "coordinates": [ -113.901, 36.745 ] },"properties":{"date":"2007-04-27T13:12:14+00:00","depth":18.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1994,"geometry":{ "type": "Point", "coordinates": [ -112.907, 37.053 ] },"properties":{"date":"2007-04-27T08:23:31+00:00","depth":19.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1997,"geometry":{ "type": "Point", "coordinates": [ -112.47, 35.154 ] },"properties":{"date":"2007-04-27T06:34:25+00:00","depth":14.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1996,"geometry":{ "type": "Point", "coordinates": [ -112.486, 35.155 ] },"properties":{"date":"2007-04-27T04:43:45+00:00","depth":12.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1965,"geometry":{ "type": "Point", "coordinates": [ -112.909, 37.054 ] },"properties":{"date":"2007-04-26T22:23:40+00:00","depth":17.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1990,"geometry":{ "type": "Point", "coordinates": [ -112.48, 35.161 ] },"properties":{"date":"2007-04-26T17:10:57+00:00","depth":12.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":1985,"geometry":{ "type": "Point", "coordinates": [ -112.496, 35.153 ] },"properties":{"date":"2007-04-26T15:41:54+00:00","depth":9.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":1973,"geometry":{ "type": "Point", "coordinates": [ -112.501, 35.159 ] },"properties":{"date":"2007-04-26T10:36:53+00:00","depth":8.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1991,"geometry":{ "type": "Point", "coordinates": [ -112.183, 35.522 ] },"properties":{"date":"2007-04-26T09:03:58+00:00","depth":19.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":1972,"geometry":{ "type": "Point", "coordinates": [ -112.501, 35.15 ] },"properties":{"date":"2007-04-26T07:11:22+00:00","depth":8.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1979,"geometry":{ "type": "Point", "coordinates": [ -112.499, 35.157 ] },"properties":{"date":"2007-04-26T06:33:30+00:00","depth":9.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":1983,"geometry":{ "type": "Point", "coordinates": [ -112.498, 35.162 ] },"properties":{"date":"2007-04-26T06:29:54+00:00","depth":8.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1987,"geometry":{ "type": "Point", "coordinates": [ -112.49, 35.158 ] },"properties":{"date":"2007-04-26T06:21:53+00:00","depth":11.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1984,"geometry":{ "type": "Point", "coordinates": [ -112.497, 35.163 ] },"properties":{"date":"2007-04-26T06:08:58+00:00","depth":10.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1978,"geometry":{ "type": "Point", "coordinates": [ -112.499, 35.151 ] },"properties":{"date":"2007-04-26T05:28:12+00:00","depth":8.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1977,"geometry":{ "type": "Point", "coordinates": [ -112.499, 35.166 ] },"properties":{"date":"2007-04-26T05:15:39+00:00","depth":8.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1974,"geometry":{ "type": "Point", "coordinates": [ -112.5, 35.163 ] },"properties":{"date":"2007-04-26T04:49:22+00:00","depth":9.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1968,"geometry":{ "type": "Point", "coordinates": [ -112.502, 35.161 ] },"properties":{"date":"2007-04-26T04:47:28+00:00","depth":9.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1971,"geometry":{ "type": "Point", "coordinates": [ -112.501, 35.162 ] },"properties":{"date":"2007-04-26T04:09:08+00:00","depth":11.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1982,"geometry":{ "type": "Point", "coordinates": [ -112.498, 35.153 ] },"properties":{"date":"2007-04-26T04:01:33+00:00","depth":9.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":1981,"geometry":{ "type": "Point", "coordinates": [ -112.498, 35.157 ] },"properties":{"date":"2007-04-26T03:46:15+00:00","depth":12.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1966,"geometry":{ "type": "Point", "coordinates": [ -112.503, 35.158 ] },"properties":{"date":"2007-04-26T03:22:50+00:00","depth":8.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":1986,"geometry":{ "type": "Point", "coordinates": [ -112.492, 35.154 ] },"properties":{"date":"2007-04-26T03:05:17+00:00","depth":10.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":1976,"geometry":{ "type": "Point", "coordinates": [ -112.499, 35.149 ] },"properties":{"date":"2007-04-26T02:39:59+00:00","depth":9.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1989,"geometry":{ "type": "Point", "coordinates": [ -112.484, 35.159 ] },"properties":{"date":"2007-04-26T02:38:20+00:00","depth":13.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":1980,"geometry":{ "type": "Point", "coordinates": [ -112.498, 35.155 ] },"properties":{"date":"2007-04-26T02:35:09+00:00","depth":10.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":1988,"geometry":{ "type": "Point", "coordinates": [ -112.488, 35.156 ] },"properties":{"date":"2007-04-26T02:34:19+00:00","depth":12.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1970,"geometry":{ "type": "Point", "coordinates": [ -112.501, 35.159 ] },"properties":{"date":"2007-04-26T02:26:12+00:00","depth":10.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1969,"geometry":{ "type": "Point", "coordinates": [ -112.501, 35.159 ] },"properties":{"date":"2007-04-26T02:23:24+00:00","depth":9.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1967,"geometry":{ "type": "Point", "coordinates": [ -112.502, 35.145 ] },"properties":{"date":"2007-04-26T01:54:26+00:00","depth":8.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1975,"geometry":{ "type": "Point", "coordinates": [ -112.499, 35.154 ] },"properties":{"date":"2007-04-26T01:53:56+00:00","depth":12.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":1962,"geometry":{ "type": "Point", "coordinates": [ -112.503, 35.155 ] },"properties":{"date":"2007-04-25T21:46:45+00:00","depth":10.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":1964,"geometry":{ "type": "Point", "coordinates": [ -112.499, 35.158 ] },"properties":{"date":"2007-04-25T21:02:22+00:00","depth":10.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":1963,"geometry":{ "type": "Point", "coordinates": [ -112.501, 35.16 ] },"properties":{"date":"2007-04-25T20:42:00+00:00","depth":11.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":1961,"geometry":{ "type": "Point", "coordinates": [ -112.8, 36.801 ] },"properties":{"date":"2007-04-25T10:12:11+00:00","depth":23.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1960,"geometry":{ "type": "Point", "coordinates": [ -112.108, 36.95 ] },"properties":{"date":"2007-04-24T17:05:53+00:00","depth":0.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1959,"geometry":{ "type": "Point", "coordinates": [ -112.248, 35.968 ] },"properties":{"date":"2007-04-24T03:08:28+00:00","depth":3.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1958,"geometry":{ "type": "Point", "coordinates": [ -113.23, 36.262 ] },"properties":{"date":"2007-04-23T13:19:07+00:00","depth":4.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1957,"geometry":{ "type": "Point", "coordinates": [ -112.791, 35.003 ] },"properties":{"date":"2007-04-18T07:22:15+00:00","depth":2.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1956,"geometry":{ "type": "Point", "coordinates": [ -112.859, 37.059 ] },"properties":{"date":"2007-04-18T05:20:00+00:00","depth":19.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":1955,"geometry":{ "type": "Point", "coordinates": [ -113.897, 36.746 ] },"properties":{"date":"2007-04-15T00:33:10+00:00","depth":17.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1954,"geometry":{ "type": "Point", "coordinates": [ -113.245, 35.986 ] },"properties":{"date":"2007-04-13T21:05:44+00:00","depth":18.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1953,"geometry":{ "type": "Point", "coordinates": [ -109.289, 32.252 ] },"properties":{"date":"2007-04-12T04:24:49+00:00","depth":4.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1952,"geometry":{ "type": "Point", "coordinates": [ -113.348, 37.077 ] },"properties":{"date":"2007-04-12T03:02:53+00:00","depth":18.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1951,"geometry":{ "type": "Point", "coordinates": [ -113.909, 36.743 ] },"properties":{"date":"2007-04-11T02:11:33+00:00","depth":19.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1950,"geometry":{ "type": "Point", "coordinates": [ -112.378, 36.434 ] },"properties":{"date":"2007-04-10T12:28:23+00:00","depth":4.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1949,"geometry":{ "type": "Point", "coordinates": [ -113.891, 36.745 ] },"properties":{"date":"2007-04-05T04:30:21+00:00","depth":15.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1948,"geometry":{ "type": "Point", "coordinates": [ -113.895, 36.744 ] },"properties":{"date":"2007-04-04T06:28:26+00:00","depth":15.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1947,"geometry":{ "type": "Point", "coordinates": [ -113.611, 35.332 ] },"properties":{"date":"2007-03-29T18:52:03+00:00","depth":2.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1945,"geometry":{ "type": "Point", "coordinates": [ -113.805, 36.822 ] },"properties":{"date":"2007-03-28T23:25:37+00:00","depth":18.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1946,"geometry":{ "type": "Point", "coordinates": [ -112.465, 36.833 ] },"properties":{"date":"2007-03-28T18:25:25+00:00","depth":4.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1944,"geometry":{ "type": "Point", "coordinates": [ -114.769, 35.936 ] },"properties":{"date":"2007-03-20T08:22:15+00:00","depth":13.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1943,"geometry":{ "type": "Point", "coordinates": [ -113.434, 36.49 ] },"properties":{"date":"2007-03-10T22:20:48+00:00","depth":15.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1942,"geometry":{ "type": "Point", "coordinates": [ -113.259, 34.596 ] },"properties":{"date":"2007-03-09T06:29:32+00:00","depth":9.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1941,"geometry":{ "type": "Point", "coordinates": [ -112.416, 36.477 ] },"properties":{"date":"2007-03-06T21:04:01+00:00","depth":21.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1939,"geometry":{ "type": "Point", "coordinates": [ -113.33, 35.23 ] },"properties":{"date":"2007-02-19T06:41:35+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":1940,"geometry":{ "type": "Point", "coordinates": [ -112.978, 37.045 ] },"properties":{"date":"2007-02-19T05:45:41+00:00","depth":18.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1937,"geometry":{ "type": "Point", "coordinates": [ -113.783, 36.758 ] },"properties":{"date":"2007-02-18T00:13:52+00:00","depth":12.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1938,"geometry":{ "type": "Point", "coordinates": [ -112.483, 36.183 ] },"properties":{"date":"2007-02-18T00:05:31+00:00","depth":30.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1936,"geometry":{ "type": "Point", "coordinates": [ -113.167, 34.999 ] },"properties":{"date":"2007-02-17T11:29:26+00:00","depth":4.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1935,"geometry":{ "type": "Point", "coordinates": [ -114.804, 36.014 ] },"properties":{"date":"2007-02-14T13:02:21+00:00","depth":13.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1934,"geometry":{ "type": "Point", "coordinates": [ -113.313, 35.091 ] },"properties":{"date":"2007-02-13T18:09:20+00:00","depth":0.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":1933,"geometry":{ "type": "Point", "coordinates": [ -113.624, 35.188 ] },"properties":{"date":"2007-02-09T03:15:26+00:00","depth":9.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":1932,"geometry":{ "type": "Point", "coordinates": [ -113.335, 35.232 ] },"properties":{"date":"2007-02-08T14:46:52+00:00","depth":1.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1931,"geometry":{ "type": "Point", "coordinates": [ -112.9182, 36.9988 ] },"properties":{"date":"2007-02-05T07:33:46+00:00","depth":11.62,"magnitude":"1.83","type":"Mc","location":""}},{"type":"Feature","id":1930,"geometry":{ "type": "Point", "coordinates": [ -112.403, 34.824 ] },"properties":{"date":"2007-02-04T23:56:37+00:00","depth":0.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1929,"geometry":{ "type": "Point", "coordinates": [ -114.8206, 36.0018 ] },"properties":{"date":"2007-02-01T05:25:27+00:00","depth":0.0,"magnitude":"0.75","type":"ML","location":""}},{"type":"Feature","id":1928,"geometry":{ "type": "Point", "coordinates": [ -114.8048, 35.9221 ] },"properties":{"date":"2007-01-26T04:56:45+00:00","depth":9.75,"magnitude":"1.31","type":"ML","location":""}},{"type":"Feature","id":1927,"geometry":{ "type": "Point", "coordinates": [ -113.821, 34.848 ] },"properties":{"date":"2007-01-23T11:29:57+00:00","depth":3.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1926,"geometry":{ "type": "Point", "coordinates": [ -112.4307, 37.0745 ] },"properties":{"date":"2007-01-18T09:04:59+00:00","depth":16.95,"magnitude":"2.45","type":"Mc","location":""}},{"type":"Feature","id":1925,"geometry":{ "type": "Point", "coordinates": [ -113.939, 34.877 ] },"properties":{"date":"2007-01-15T00:20:20+00:00","depth":3.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":1924,"geometry":{ "type": "Point", "coordinates": [ -114.808, 35.911 ] },"properties":{"date":"2007-01-09T06:03:34+00:00","depth":0.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1923,"geometry":{ "type": "Point", "coordinates": [ -113.247, 34.945 ] },"properties":{"date":"2006-12-16T18:25:14+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1922,"geometry":{ "type": "Point", "coordinates": [ -111.399, 35.902 ] },"properties":{"date":"2006-12-13T09:32:55+00:00","depth":21.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1921,"geometry":{ "type": "Point", "coordinates": [ -112.929, 35.114 ] },"properties":{"date":"2006-12-07T08:06:59+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":1920,"geometry":{ "type": "Point", "coordinates": [ -113.253, 34.94 ] },"properties":{"date":"2006-12-03T23:33:30+00:00","depth":11.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1919,"geometry":{ "type": "Point", "coordinates": [ -113.255, 34.937 ] },"properties":{"date":"2006-12-03T16:50:10+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":1918,"geometry":{ "type": "Point", "coordinates": [ -111.535, 34.959 ] },"properties":{"date":"2006-11-29T04:54:51+00:00","depth":2.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1917,"geometry":{ "type": "Point", "coordinates": [ -113.947, 36.42 ] },"properties":{"date":"2006-11-27T19:14:29+00:00","depth":9.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1916,"geometry":{ "type": "Point", "coordinates": [ -111.132, 34.679 ] },"properties":{"date":"2006-11-25T20:52:00+00:00","depth":4.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1915,"geometry":{ "type": "Point", "coordinates": [ -112.62, 35.814 ] },"properties":{"date":"2006-11-16T20:48:28+00:00","depth":4.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1914,"geometry":{ "type": "Point", "coordinates": [ -112.875, 34.348 ] },"properties":{"date":"2006-11-05T13:43:17+00:00","depth":1.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1911,"geometry":{ "type": "Point", "coordinates": [ -113.257, 34.941 ] },"properties":{"date":"2006-10-10T08:48:13+00:00","depth":3.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":1912,"geometry":{ "type": "Point", "coordinates": [ -113.256, 34.941 ] },"properties":{"date":"2006-10-10T06:42:29+00:00","depth":1.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1913,"geometry":{ "type": "Point", "coordinates": [ -113.25, 34.943 ] },"properties":{"date":"2006-10-10T06:10:58+00:00","depth":6.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1910,"geometry":{ "type": "Point", "coordinates": [ -113.658, 35.319 ] },"properties":{"date":"2006-09-28T20:51:33+00:00","depth":0.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1907,"geometry":{ "type": "Point", "coordinates": [ -113.258, 34.942 ] },"properties":{"date":"2006-09-25T11:13:30+00:00","depth":1.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":1908,"geometry":{ "type": "Point", "coordinates": [ -113.257, 34.942 ] },"properties":{"date":"2006-09-25T10:28:50+00:00","depth":1.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":1909,"geometry":{ "type": "Point", "coordinates": [ -113.256, 34.939 ] },"properties":{"date":"2006-09-25T10:25:27+00:00","depth":4.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1906,"geometry":{ "type": "Point", "coordinates": [ -114.047, 35.147 ] },"properties":{"date":"2006-09-22T19:39:13+00:00","depth":2.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":1905,"geometry":{ "type": "Point", "coordinates": [ -111.412, 35.895 ] },"properties":{"date":"2006-09-19T13:25:47+00:00","depth":21.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1904,"geometry":{ "type": "Point", "coordinates": [ -113.254, 34.943 ] },"properties":{"date":"2006-09-06T21:24:42+00:00","depth":6.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":1903,"geometry":{ "type": "Point", "coordinates": [ -112.6342, 37.0258 ] },"properties":{"date":"2006-08-31T07:09:54+00:00","depth":9.45,"magnitude":"1.77","type":"Mc","location":""}},{"type":"Feature","id":1902,"geometry":{ "type": "Point", "coordinates": [ -112.885, 34.456 ] },"properties":{"date":"2006-08-21T09:17:06+00:00","depth":1.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1901,"geometry":{ "type": "Point", "coordinates": [ -113.247, 34.941 ] },"properties":{"date":"2006-08-15T11:12:22+00:00","depth":6.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":1895,"geometry":{ "type": "Point", "coordinates": [ -113.259, 34.942 ] },"properties":{"date":"2006-08-15T08:48:13+00:00","depth":1.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":1899,"geometry":{ "type": "Point", "coordinates": [ -113.252, 34.942 ] },"properties":{"date":"2006-08-15T08:44:33+00:00","depth":8.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":1898,"geometry":{ "type": "Point", "coordinates": [ -113.254, 34.94 ] },"properties":{"date":"2006-08-15T08:40:49+00:00","depth":6.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1897,"geometry":{ "type": "Point", "coordinates": [ -113.254, 34.94 ] },"properties":{"date":"2006-08-15T08:28:51+00:00","depth":1.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":1900,"geometry":{ "type": "Point", "coordinates": [ -113.249, 34.943 ] },"properties":{"date":"2006-08-15T08:15:57+00:00","depth":8.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1896,"geometry":{ "type": "Point", "coordinates": [ -113.255, 34.939 ] },"properties":{"date":"2006-08-15T08:07:06+00:00","depth":1.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1894,"geometry":{ "type": "Point", "coordinates": [ -114.7219, 36.0681 ] },"properties":{"date":"2006-08-14T04:42:08+00:00","depth":0.0,"magnitude":"1.47","type":"ML","location":""}},{"type":"Feature","id":1893,"geometry":{ "type": "Point", "coordinates": [ -113.251, 34.941 ] },"properties":{"date":"2006-08-03T18:13:06+00:00","depth":7.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1892,"geometry":{ "type": "Point", "coordinates": [ -112.961, 35.166 ] },"properties":{"date":"2006-08-01T13:05:02+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":1891,"geometry":{ "type": "Point", "coordinates": [ -113.252, 34.943 ] },"properties":{"date":"2006-07-22T16:52:16+00:00","depth":10.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1890,"geometry":{ "type": "Point", "coordinates": [ -113.302, 35.986 ] },"properties":{"date":"2006-07-21T07:07:38+00:00","depth":0.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1889,"geometry":{ "type": "Point", "coordinates": [ -112.7773, 37.0482 ] },"properties":{"date":"2006-07-16T19:10:24+00:00","depth":11.37,"magnitude":"2.2","type":"Mc","location":""}},{"type":"Feature","id":1888,"geometry":{ "type": "Point", "coordinates": [ -113.258, 36.7733 ] },"properties":{"date":"2006-07-16T13:15:03+00:00","depth":1.15,"magnitude":"1.63","type":"Mc","location":""}},{"type":"Feature","id":1887,"geometry":{ "type": "Point", "coordinates": [ -113.945, 35.176 ] },"properties":{"date":"2006-07-15T15:47:34+00:00","depth":1.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":1886,"geometry":{ "type": "Point", "coordinates": [ -113.246, 34.939 ] },"properties":{"date":"2006-07-14T12:43:31+00:00","depth":1.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1885,"geometry":{ "type": "Point", "coordinates": [ -113.247, 34.94 ] },"properties":{"date":"2006-07-14T12:43:21+00:00","depth":0.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1884,"geometry":{ "type": "Point", "coordinates": [ -113.252, 34.938 ] },"properties":{"date":"2006-07-13T16:24:51+00:00","depth":1.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1883,"geometry":{ "type": "Point", "coordinates": [ -113.253, 34.94 ] },"properties":{"date":"2006-07-13T15:57:21+00:00","depth":6.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1882,"geometry":{ "type": "Point", "coordinates": [ -113.255, 34.938 ] },"properties":{"date":"2006-07-13T10:37:08+00:00","depth":2.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":1881,"geometry":{ "type": "Point", "coordinates": [ -113.251, 34.94 ] },"properties":{"date":"2006-07-12T08:57:12+00:00","depth":3.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":1880,"geometry":{ "type": "Point", "coordinates": [ -111.975, 35.157 ] },"properties":{"date":"2006-07-10T14:39:27+00:00","depth":4.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1879,"geometry":{ "type": "Point", "coordinates": [ -112.7, 34.746 ] },"properties":{"date":"2006-07-10T05:26:59+00:00","depth":1.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1878,"geometry":{ "type": "Point", "coordinates": [ -112.714, 34.743 ] },"properties":{"date":"2006-07-10T00:46:54+00:00","depth":3.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1877,"geometry":{ "type": "Point", "coordinates": [ -112.688, 34.746 ] },"properties":{"date":"2006-07-09T18:55:41+00:00","depth":1.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1873,"geometry":{ "type": "Point", "coordinates": [ -112.709, 34.738 ] },"properties":{"date":"2006-07-09T18:49:37+00:00","depth":9.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1874,"geometry":{ "type": "Point", "coordinates": [ -112.707, 34.743 ] },"properties":{"date":"2006-07-09T17:43:33+00:00","depth":1.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":1876,"geometry":{ "type": "Point", "coordinates": [ -112.691, 34.745 ] },"properties":{"date":"2006-07-09T16:26:13+00:00","depth":1.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":1875,"geometry":{ "type": "Point", "coordinates": [ -112.705, 34.747 ] },"properties":{"date":"2006-07-09T15:21:53+00:00","depth":1.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":1872,"geometry":{ "type": "Point", "coordinates": [ -112.361, 34.973 ] },"properties":{"date":"2006-07-04T03:24:56+00:00","depth":1.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1871,"geometry":{ "type": "Point", "coordinates": [ -112.914, 34.697 ] },"properties":{"date":"2006-07-02T19:12:48+00:00","depth":1.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1870,"geometry":{ "type": "Point", "coordinates": [ -112.861, 34.708 ] },"properties":{"date":"2006-06-28T16:21:52+00:00","depth":1.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":1869,"geometry":{ "type": "Point", "coordinates": [ -112.694, 34.948 ] },"properties":{"date":"2006-06-27T04:12:57+00:00","depth":2.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1867,"geometry":{ "type": "Point", "coordinates": [ -113.253, 34.94 ] },"properties":{"date":"2006-06-19T09:47:08+00:00","depth":1.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":1868,"geometry":{ "type": "Point", "coordinates": [ -113.218, 34.945 ] },"properties":{"date":"2006-06-19T01:48:16+00:00","depth":10.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1865,"geometry":{ "type": "Point", "coordinates": [ -112.995, 35.195 ] },"properties":{"date":"2006-06-18T19:16:13+00:00","depth":2.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1866,"geometry":{ "type": "Point", "coordinates": [ -111.032, 34.791 ] },"properties":{"date":"2006-06-18T17:07:47+00:00","depth":3.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1864,"geometry":{ "type": "Point", "coordinates": [ -113.251, 34.941 ] },"properties":{"date":"2006-06-11T06:06:30+00:00","depth":6.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1863,"geometry":{ "type": "Point", "coordinates": [ -112.626, 34.937 ] },"properties":{"date":"2006-06-08T15:54:24+00:00","depth":1.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1862,"geometry":{ "type": "Point", "coordinates": [ -112.141, 35.672 ] },"properties":{"date":"2006-05-29T14:48:06+00:00","depth":11.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1861,"geometry":{ "type": "Point", "coordinates": [ -113.249, 34.944 ] },"properties":{"date":"2006-05-21T02:09:04+00:00","depth":6.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":1860,"geometry":{ "type": "Point", "coordinates": [ -114.08, 34.938 ] },"properties":{"date":"2006-05-16T12:08:42+00:00","depth":0.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1859,"geometry":{ "type": "Point", "coordinates": [ -112.606, 35.046 ] },"properties":{"date":"2006-05-13T03:46:42+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":1858,"geometry":{ "type": "Point", "coordinates": [ -113.248, 34.942 ] },"properties":{"date":"2006-05-09T08:02:17+00:00","depth":7.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1857,"geometry":{ "type": "Point", "coordinates": [ -113.249, 34.941 ] },"properties":{"date":"2006-05-02T09:57:55+00:00","depth":1.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1856,"geometry":{ "type": "Point", "coordinates": [ -113.417, 37.0323 ] },"properties":{"date":"2006-05-01T16:30:08+00:00","depth":4.1,"magnitude":"2.67","type":"ML","location":""}},{"type":"Feature","id":1854,"geometry":{ "type": "Point", "coordinates": [ -114.6548, 35.9693 ] },"properties":{"date":"2006-04-30T14:37:01+00:00","depth":6.0,"magnitude":"2.62","type":"ML","location":""}},{"type":"Feature","id":1855,"geometry":{ "type": "Point", "coordinates": [ -113.257, 34.943 ] },"properties":{"date":"2006-04-30T05:02:05+00:00","depth":4.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":1853,"geometry":{ "type": "Point", "coordinates": [ -112.468, 34.738 ] },"properties":{"date":"2006-04-27T03:43:08+00:00","depth":1.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1852,"geometry":{ "type": "Point", "coordinates": [ -112.691, 34.959 ] },"properties":{"date":"2006-04-26T08:04:23+00:00","depth":1.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1851,"geometry":{ "type": "Point", "coordinates": [ -113.259, 34.942 ] },"properties":{"date":"2006-04-25T12:10:38+00:00","depth":1.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":1850,"geometry":{ "type": "Point", "coordinates": [ -112.464, 34.737 ] },"properties":{"date":"2006-04-16T17:29:20+00:00","depth":0.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1849,"geometry":{ "type": "Point", "coordinates": [ -112.835, 34.499 ] },"properties":{"date":"2006-04-14T07:02:00+00:00","depth":0.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1848,"geometry":{ "type": "Point", "coordinates": [ -111.246, 34.893 ] },"properties":{"date":"2006-04-04T10:33:16+00:00","depth":0.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1847,"geometry":{ "type": "Point", "coordinates": [ -114.75, 35.9996 ] },"properties":{"date":"2006-04-01T18:46:42+00:00","depth":0.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1846,"geometry":{ "type": "Point", "coordinates": [ -113.0693, 36.9188 ] },"properties":{"date":"2006-03-09T05:13:16+00:00","depth":1.2,"magnitude":"1.44","type":"Mc","location":""}},{"type":"Feature","id":1845,"geometry":{ "type": "Point", "coordinates": [ -112.9353, 36.803 ] },"properties":{"date":"2006-02-20T04:53:21+00:00","depth":1.3,"magnitude":"1.83","type":"Mc","location":""}},{"type":"Feature","id":1844,"geometry":{ "type": "Point", "coordinates": [ -112.96, 37.087 ] },"properties":{"date":"2006-02-12T04:54:19+00:00","depth":14.2,"magnitude":"1.26","type":"Mc","location":""}},{"type":"Feature","id":1842,"geometry":{ "type": "Point", "coordinates": [ -112.8667, 37.0245 ] },"properties":{"date":"2006-02-05T20:12:49+00:00","depth":12.95,"magnitude":"1.8","type":"Mc","location":""}},{"type":"Feature","id":1843,"geometry":{ "type": "Point", "coordinates": [ -112.8613, 36.988 ] },"properties":{"date":"2006-02-05T11:36:56+00:00","depth":12.01,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":1841,"geometry":{ "type": "Point", "coordinates": [ -114.7789, 36.0709 ] },"properties":{"date":"2005-12-23T05:57:01+00:00","depth":13.54,"magnitude":"1.56","type":"ML","location":""}},{"type":"Feature","id":1840,"geometry":{ "type": "Point", "coordinates": [ -112.8728, 37.004 ] },"properties":{"date":"2005-12-08T04:31:33+00:00","depth":9.84,"magnitude":"1.38","type":"Mc","location":""}},{"type":"Feature","id":1839,"geometry":{ "type": "Point", "coordinates": [ -114.6837, 36.0759 ] },"properties":{"date":"2005-12-01T06:18:23+00:00","depth":0.0,"magnitude":"2.19","type":"ML","location":""}},{"type":"Feature","id":1838,"geometry":{ "type": "Point", "coordinates": [ -113.854, 36.185 ] },"properties":{"date":"2005-11-20T08:45:36+00:00","depth":5.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":1837,"geometry":{ "type": "Point", "coordinates": [ -110.947, 34.768 ] },"properties":{"date":"2005-11-10T08:21:10+00:00","depth":4.5,"magnitude":"1.34","type":"ML","location":""}},{"type":"Feature","id":1836,"geometry":{ "type": "Point", "coordinates": [ -110.915, 34.748 ] },"properties":{"date":"2005-11-02T22:13:33+00:00","depth":0.9,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1835,"geometry":{ "type": "Point", "coordinates": [ -110.954, 34.73 ] },"properties":{"date":"2005-11-02T22:13:33+00:00","depth":6.7,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1834,"geometry":{ "type": "Point", "coordinates": [ -110.919, 34.725 ] },"properties":{"date":"2005-10-15T23:53:49+00:00","depth":6.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1833,"geometry":{ "type": "Point", "coordinates": [ -110.972, 34.684 ] },"properties":{"date":"2005-10-09T17:01:59+00:00","depth":0.0,"magnitude":"2.23","type":"ML","location":""}},{"type":"Feature","id":1832,"geometry":{ "type": "Point", "coordinates": [ -111.511, 35.414 ] },"properties":{"date":"2005-10-09T00:00:00+00:00","depth":0.0,"magnitude":"1.27","type":"ML","location":""}},{"type":"Feature","id":1831,"geometry":{ "type": "Point", "coordinates": [ -110.97, 34.736 ] },"properties":{"date":"2005-09-26T08:59:57+00:00","depth":1.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1830,"geometry":{ "type": "Point", "coordinates": [ -114.7461, 36.0409 ] },"properties":{"date":"2005-09-25T10:05:43+00:00","depth":6.28,"magnitude":"1.26","type":"ML","location":""}},{"type":"Feature","id":1829,"geometry":{ "type": "Point", "coordinates": [ -114.6491, 36.0816 ] },"properties":{"date":"2005-09-24T19:50:38+00:00","depth":15.05,"magnitude":"1.57","type":"ML","location":""}},{"type":"Feature","id":1828,"geometry":{ "type": "Point", "coordinates": [ -114.6822, 36.0552 ] },"properties":{"date":"2005-09-22T02:18:55+00:00","depth":1.18,"magnitude":"2.27","type":"ML","location":""}},{"type":"Feature","id":1827,"geometry":{ "type": "Point", "coordinates": [ -110.976, 34.721 ] },"properties":{"date":"2005-09-15T13:20:51+00:00","depth":8.3,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1825,"geometry":{ "type": "Point", "coordinates": [ -111.0, 34.719 ] },"properties":{"date":"2005-09-13T23:42:22+00:00","depth":7.7,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1826,"geometry":{ "type": "Point", "coordinates": [ -110.981, 34.739 ] },"properties":{"date":"2005-09-13T23:42:22+00:00","depth":7.6,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1823,"geometry":{ "type": "Point", "coordinates": [ -111.02, 34.675 ] },"properties":{"date":"2005-09-07T23:06:22+00:00","depth":8.7,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":1824,"geometry":{ "type": "Point", "coordinates": [ -110.907, 34.735 ] },"properties":{"date":"2005-09-07T23:06:22+00:00","depth":3.5,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":1822,"geometry":{ "type": "Point", "coordinates": [ -114.7102, 36.0548 ] },"properties":{"date":"2005-08-27T21:29:51+00:00","depth":7.03,"magnitude":"1.23","type":"ML","location":""}},{"type":"Feature","id":1821,"geometry":{ "type": "Point", "coordinates": [ -111.616, 35.688 ] },"properties":{"date":"2005-08-16T05:40:50+00:00","depth":0.0,"magnitude":"2.16","type":"ML","location":""}},{"type":"Feature","id":1820,"geometry":{ "type": "Point", "coordinates": [ -112.8413, 36.7768 ] },"properties":{"date":"2005-08-09T10:52:04+00:00","depth":6.97,"magnitude":"2.06","type":"Mc","location":""}},{"type":"Feature","id":1818,"geometry":{ "type": "Point", "coordinates": [ -110.949, 34.758 ] },"properties":{"date":"2005-08-01T13:02:35+00:00","depth":0.7,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1816,"geometry":{ "type": "Point", "coordinates": [ -110.99, 34.718 ] },"properties":{"date":"2005-08-01T13:01:00+00:00","depth":2.3,"magnitude":"2.14","type":"ML","location":""}},{"type":"Feature","id":1817,"geometry":{ "type": "Point", "coordinates": [ -110.955, 34.749 ] },"properties":{"date":"2005-08-01T12:55:09+00:00","depth":5.8,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1819,"geometry":{ "type": "Point", "coordinates": [ -110.946, 34.75 ] },"properties":{"date":"2005-08-01T12:55:09+00:00","depth":5.1,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1814,"geometry":{ "type": "Point", "coordinates": [ -110.961, 34.771 ] },"properties":{"date":"2005-07-26T20:04:13+00:00","depth":0.0,"magnitude":"2.31","type":"ML","location":""}},{"type":"Feature","id":1815,"geometry":{ "type": "Point", "coordinates": [ -110.946, 34.753 ] },"properties":{"date":"2005-07-26T20:04:13+00:00","depth":3.7,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1810,"geometry":{ "type": "Point", "coordinates": [ -111.019, 34.719 ] },"properties":{"date":"2005-07-18T23:06:52+00:00","depth":7.2,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1811,"geometry":{ "type": "Point", "coordinates": [ -110.96, 34.759 ] },"properties":{"date":"2005-07-18T23:06:52+00:00","depth":4.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1812,"geometry":{ "type": "Point", "coordinates": [ -110.951, 34.747 ] },"properties":{"date":"2005-07-18T15:00:38+00:00","depth":1.6,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1813,"geometry":{ "type": "Point", "coordinates": [ -110.921, 34.752 ] },"properties":{"date":"2005-07-18T01:50:38+00:00","depth":3.9,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1809,"geometry":{ "type": "Point", "coordinates": [ -110.962, 34.748 ] },"properties":{"date":"2005-07-15T10:49:54+00:00","depth":5.4,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1808,"geometry":{ "type": "Point", "coordinates": [ -112.3517, 36.9585 ] },"properties":{"date":"2005-07-12T23:32:41+00:00","depth":9.03,"magnitude":"2.88","type":"ML","location":""}},{"type":"Feature","id":1807,"geometry":{ "type": "Point", "coordinates": [ -114.7239, 36.0 ] },"properties":{"date":"2005-07-12T00:49:53+00:00","depth":0.0,"magnitude":"1.66","type":"ML","location":""}},{"type":"Feature","id":1806,"geometry":{ "type": "Point", "coordinates": [ -110.923, 34.757 ] },"properties":{"date":"2005-07-09T17:27:11+00:00","depth":2.2,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1805,"geometry":{ "type": "Point", "coordinates": [ -110.918, 34.727 ] },"properties":{"date":"2005-07-07T17:54:20+00:00","depth":0.0,"magnitude":"1.98","type":"ML","location":""}},{"type":"Feature","id":1804,"geometry":{ "type": "Point", "coordinates": [ -110.928, 34.737 ] },"properties":{"date":"2005-07-07T17:54:19+00:00","depth":3.3,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1802,"geometry":{ "type": "Point", "coordinates": [ -111.0, 34.719 ] },"properties":{"date":"2005-07-07T17:52:07+00:00","depth":9.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1803,"geometry":{ "type": "Point", "coordinates": [ -110.929, 34.749 ] },"properties":{"date":"2005-07-07T17:52:07+00:00","depth":4.7,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1801,"geometry":{ "type": "Point", "coordinates": [ -110.938, 34.757 ] },"properties":{"date":"2005-07-06T22:37:30+00:00","depth":1.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1799,"geometry":{ "type": "Point", "coordinates": [ -111.092, 34.583 ] },"properties":{"date":"2005-07-01T17:41:06+00:00","depth":5.0,"magnitude":"3.4","type":"ML","location":""}},{"type":"Feature","id":1800,"geometry":{ "type": "Point", "coordinates": [ -110.997, 34.678 ] },"properties":{"date":"2005-07-01T06:34:25+00:00","depth":5.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":1798,"geometry":{ "type": "Point", "coordinates": [ -112.3088, 36.9887 ] },"properties":{"date":"2005-06-27T22:43:45+00:00","depth":8.88,"magnitude":"2.67","type":"ML","location":""}},{"type":"Feature","id":1797,"geometry":{ "type": "Point", "coordinates": [ -112.308, 36.985 ] },"properties":{"date":"2005-06-24T20:01:42+00:00","depth":8.44,"magnitude":"2.51","type":"ML","location":""}},{"type":"Feature","id":1796,"geometry":{ "type": "Point", "coordinates": [ -114.7094, 36.0572 ] },"properties":{"date":"2005-06-23T19:01:38+00:00","depth":4.23,"magnitude":"1.29","type":"ML","location":""}},{"type":"Feature","id":1795,"geometry":{ "type": "Point", "coordinates": [ -110.932, 34.761 ] },"properties":{"date":"2005-06-10T12:09:36+00:00","depth":3.3,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1793,"geometry":{ "type": "Point", "coordinates": [ -110.966, 34.744 ] },"properties":{"date":"2005-06-10T09:48:49+00:00","depth":7.2,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":1792,"geometry":{ "type": "Point", "coordinates": [ -111.019, 34.736 ] },"properties":{"date":"2005-06-10T09:47:44+00:00","depth":9.3,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1794,"geometry":{ "type": "Point", "coordinates": [ -110.946, 34.766 ] },"properties":{"date":"2005-06-10T09:47:44+00:00","depth":5.2,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1791,"geometry":{ "type": "Point", "coordinates": [ -110.941, 34.735 ] },"properties":{"date":"2005-06-09T09:57:32+00:00","depth":5.8,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1789,"geometry":{ "type": "Point", "coordinates": [ -113.9793, 36.9398 ] },"properties":{"date":"2005-06-08T10:35:25+00:00","depth":1.25,"magnitude":"2.02","type":"Mc","location":""}},{"type":"Feature","id":1790,"geometry":{ "type": "Point", "coordinates": [ -113.5635, 36.8323 ] },"properties":{"date":"2005-06-08T04:32:33+00:00","depth":2.29,"magnitude":"2.7","type":"Mc","location":""}},{"type":"Feature","id":1786,"geometry":{ "type": "Point", "coordinates": [ -113.505, 36.816 ] },"properties":{"date":"2005-06-03T08:54:03+00:00","depth":5.84,"magnitude":"1.9","type":"Mc","location":""}},{"type":"Feature","id":1787,"geometry":{ "type": "Point", "coordinates": [ -110.974, 34.719 ] },"properties":{"date":"2005-06-03T07:28:59+00:00","depth":9.9,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":1788,"geometry":{ "type": "Point", "coordinates": [ -110.918, 34.756 ] },"properties":{"date":"2005-06-03T07:28:59+00:00","depth":4.4,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":1783,"geometry":{ "type": "Point", "coordinates": [ -110.942, 34.765 ] },"properties":{"date":"2005-06-02T22:38:11+00:00","depth":0.9,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":1784,"geometry":{ "type": "Point", "coordinates": [ -110.937, 34.767 ] },"properties":{"date":"2005-06-02T22:38:11+00:00","depth":0.8,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":1782,"geometry":{ "type": "Point", "coordinates": [ -110.949, 34.754 ] },"properties":{"date":"2005-06-02T11:38:51+00:00","depth":4.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1785,"geometry":{ "type": "Point", "coordinates": [ -110.89, 34.745 ] },"properties":{"date":"2005-06-02T07:28:18+00:00","depth":3.9,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1781,"geometry":{ "type": "Point", "coordinates": [ -110.899, 34.729 ] },"properties":{"date":"2005-05-26T13:42:45+00:00","depth":1.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1779,"geometry":{ "type": "Point", "coordinates": [ -110.968, 34.743 ] },"properties":{"date":"2005-05-26T00:20:55+00:00","depth":6.1,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1780,"geometry":{ "type": "Point", "coordinates": [ -110.968, 34.743 ] },"properties":{"date":"2005-05-26T00:20:54+00:00","depth":3.6,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1778,"geometry":{ "type": "Point", "coordinates": [ -110.929, 34.733 ] },"properties":{"date":"2005-05-15T20:45:00+00:00","depth":0.6,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":1777,"geometry":{ "type": "Point", "coordinates": [ -110.929, 34.733 ] },"properties":{"date":"2005-05-15T20:45:00+00:00","depth":0.6,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":1775,"geometry":{ "type": "Point", "coordinates": [ -110.941, 34.755 ] },"properties":{"date":"2005-05-15T19:28:42+00:00","depth":7.4,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1776,"geometry":{ "type": "Point", "coordinates": [ -110.94, 34.754 ] },"properties":{"date":"2005-05-15T19:28:42+00:00","depth":1.5,"magnitude":"2.38","type":"ML","location":""}},{"type":"Feature","id":1768,"geometry":{ "type": "Point", "coordinates": [ -110.942, 34.745 ] },"properties":{"date":"2005-05-12T20:30:28+00:00","depth":7.2,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1767,"geometry":{ "type": "Point", "coordinates": [ -110.962, 34.719 ] },"properties":{"date":"2005-05-12T16:47:30+00:00","depth":4.2,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1774,"geometry":{ "type": "Point", "coordinates": [ -110.915, 34.746 ] },"properties":{"date":"2005-05-12T16:47:29+00:00","depth":0.7,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1772,"geometry":{ "type": "Point", "coordinates": [ -110.937, 34.768 ] },"properties":{"date":"2005-05-12T10:44:24+00:00","depth":1.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1773,"geometry":{ "type": "Point", "coordinates": [ -110.932, 34.764 ] },"properties":{"date":"2005-05-12T10:02:29+00:00","depth":7.5,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1771,"geometry":{ "type": "Point", "coordinates": [ -110.937, 34.758 ] },"properties":{"date":"2005-05-12T10:01:07+00:00","depth":2.9,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1769,"geometry":{ "type": "Point", "coordinates": [ -110.941, 34.762 ] },"properties":{"date":"2005-05-12T10:01:07+00:00","depth":3.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1770,"geometry":{ "type": "Point", "coordinates": [ -110.939, 34.701 ] },"properties":{"date":"2005-05-12T10:00:34+00:00","depth":3.6,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1766,"geometry":{ "type": "Point", "coordinates": [ -110.909, 34.755 ] },"properties":{"date":"2005-05-10T13:40:35+00:00","depth":4.3,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1765,"geometry":{ "type": "Point", "coordinates": [ -110.985, 34.758 ] },"properties":{"date":"2005-05-10T06:02:59+00:00","depth":2.9,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1761,"geometry":{ "type": "Point", "coordinates": [ -110.959, 34.762 ] },"properties":{"date":"2005-05-06T17:35:31+00:00","depth":3.7,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1763,"geometry":{ "type": "Point", "coordinates": [ -110.928, 34.754 ] },"properties":{"date":"2005-05-06T10:24:27+00:00","depth":1.3,"magnitude":"2.01","type":"ML","location":""}},{"type":"Feature","id":1764,"geometry":{ "type": "Point", "coordinates": [ -110.922, 34.741 ] },"properties":{"date":"2005-05-06T10:23:48+00:00","depth":3.5,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1762,"geometry":{ "type": "Point", "coordinates": [ -110.939, 34.756 ] },"properties":{"date":"2005-05-06T02:29:43+00:00","depth":5.5,"magnitude":"1.13","type":"ML","location":""}},{"type":"Feature","id":1759,"geometry":{ "type": "Point", "coordinates": [ -110.931, 34.753 ] },"properties":{"date":"2005-04-21T10:07:48+00:00","depth":1.2,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1758,"geometry":{ "type": "Point", "coordinates": [ -110.94, 34.754 ] },"properties":{"date":"2005-04-21T09:00:21+00:00","depth":1.7,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":1760,"geometry":{ "type": "Point", "coordinates": [ -110.906, 34.732 ] },"properties":{"date":"2005-04-21T09:00:21+00:00","depth":5.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":1757,"geometry":{ "type": "Point", "coordinates": [ -110.926, 34.77 ] },"properties":{"date":"2005-04-18T19:27:21+00:00","depth":1.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1756,"geometry":{ "type": "Point", "coordinates": [ -110.946, 34.758 ] },"properties":{"date":"2005-04-02T01:36:31+00:00","depth":8.2,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1755,"geometry":{ "type": "Point", "coordinates": [ -110.917, 34.705 ] },"properties":{"date":"2005-04-01T00:05:58+00:00","depth":3.8,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1754,"geometry":{ "type": "Point", "coordinates": [ -110.963, 34.751 ] },"properties":{"date":"2005-03-26T15:48:03+00:00","depth":3.9,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1753,"geometry":{ "type": "Point", "coordinates": [ -110.93, 34.759 ] },"properties":{"date":"2005-03-20T09:18:11+00:00","depth":3.6,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1752,"geometry":{ "type": "Point", "coordinates": [ -111.028, 34.682 ] },"properties":{"date":"2005-03-15T16:05:33+00:00","depth":4.3,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1751,"geometry":{ "type": "Point", "coordinates": [ -112.049, 34.67 ] },"properties":{"date":"2005-03-15T07:03:27+00:00","depth":3.8,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1750,"geometry":{ "type": "Point", "coordinates": [ -112.5465, 36.911 ] },"properties":{"date":"2005-03-15T00:21:07+00:00","depth":22.75,"magnitude":"3.51","type":"ML","location":""}},{"type":"Feature","id":1749,"geometry":{ "type": "Point", "coordinates": [ -111.05, 34.66 ] },"properties":{"date":"2005-03-12T15:43:43+00:00","depth":3.6,"magnitude":"0","type":"ML","location":""}},{"type":"Feature","id":1748,"geometry":{ "type": "Point", "coordinates": [ -110.956, 34.744 ] },"properties":{"date":"2005-03-10T01:34:20+00:00","depth":2.2,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1747,"geometry":{ "type": "Point", "coordinates": [ -110.99, 34.72 ] },"properties":{"date":"2005-03-03T11:12:58+00:00","depth":10.0,"magnitude":"4.6","type":"ML","location":""}},{"type":"Feature","id":1746,"geometry":{ "type": "Point", "coordinates": [ -110.97, 34.715 ] },"properties":{"date":"2005-03-02T11:12:57+00:00","depth":5.0,"magnitude":"5.1","type":"Mb","location":""}},{"type":"Feature","id":1745,"geometry":{ "type": "Point", "coordinates": [ -113.3838, 36.8193 ] },"properties":{"date":"2005-02-09T02:57:24+00:00","depth":4.27,"magnitude":"1.75","type":"Mc","location":""}},{"type":"Feature","id":1743,"geometry":{ "type": "Point", "coordinates": [ -111.012, 34.689 ] },"properties":{"date":"2005-02-08T09:41:50+00:00","depth":5.0,"magnitude":"3.6","type":"ML","location":""}},{"type":"Feature","id":1744,"geometry":{ "type": "Point", "coordinates": [ -110.981, 34.711 ] },"properties":{"date":"2005-02-08T09:39:24+00:00","depth":5.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":1742,"geometry":{ "type": "Point", "coordinates": [ -111.079, 34.766 ] },"properties":{"date":"2005-01-30T11:37:51+00:00","depth":5.0,"magnitude":"4","type":"Mw","location":""}},{"type":"Feature","id":1741,"geometry":{ "type": "Point", "coordinates": [ -111.106, 34.7 ] },"properties":{"date":"2005-01-29T01:38:59+00:00","depth":5.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1739,"geometry":{ "type": "Point", "coordinates": [ -111.125, 34.692 ] },"properties":{"date":"2005-01-28T22:47:04+00:00","depth":5.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1740,"geometry":{ "type": "Point", "coordinates": [ -110.998, 34.709 ] },"properties":{"date":"2005-01-28T22:37:08+00:00","depth":5.0,"magnitude":"3.8","type":"Mw","location":""}},{"type":"Feature","id":1738,"geometry":{ "type": "Point", "coordinates": [ -113.17, 33.83 ] },"properties":{"date":"2005-01-09T16:02:17+00:00","depth":10.0,"magnitude":"0","type":"ML","location":""}},{"type":"Feature","id":1737,"geometry":{ "type": "Point", "coordinates": [ -111.7045, 36.7698 ] },"properties":{"date":"2005-01-02T02:57:32+00:00","depth":2.67,"magnitude":"2.08","type":"Mc","location":""}},{"type":"Feature","id":1736,"geometry":{ "type": "Point", "coordinates": [ -113.4808, 37.0142 ] },"properties":{"date":"2004-12-18T18:16:34+00:00","depth":1.49,"magnitude":"1.57","type":"Mc","location":""}},{"type":"Feature","id":1735,"geometry":{ "type": "Point", "coordinates": [ -113.5515, 36.8795 ] },"properties":{"date":"2004-12-04T18:41:04+00:00","depth":2.24,"magnitude":"2.16","type":"Mc","location":""}},{"type":"Feature","id":1734,"geometry":{ "type": "Point", "coordinates": [ -113.5472, 36.8773 ] },"properties":{"date":"2004-11-23T14:44:59+00:00","depth":0.87,"magnitude":"2.64","type":"Mc","location":""}},{"type":"Feature","id":1733,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.02 ] },"properties":{"date":"2004-11-19T23:42:57+00:00","depth":1.6,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1732,"geometry":{ "type": "Point", "coordinates": [ -112.3413, 36.8283 ] },"properties":{"date":"2004-09-21T19:38:13+00:00","depth":8.06,"magnitude":"2.35","type":"Mc","location":""}},{"type":"Feature","id":1731,"geometry":{ "type": "Point", "coordinates": [ -112.4113, 36.8407 ] },"properties":{"date":"2004-09-20T03:51:09+00:00","depth":1.04,"magnitude":"1.56","type":"Mc","location":""}},{"type":"Feature","id":1730,"geometry":{ "type": "Point", "coordinates": [ -114.0537, 36.756 ] },"properties":{"date":"2004-08-19T18:24:11+00:00","depth":1.72,"magnitude":"2.08","type":"Mc","location":""}},{"type":"Feature","id":1729,"geometry":{ "type": "Point", "coordinates": [ -113.5465, 37.0778 ] },"properties":{"date":"2004-07-28T22:23:40+00:00","depth":0.6,"magnitude":"1.83","type":"Mc","location":""}},{"type":"Feature","id":1728,"geometry":{ "type": "Point", "coordinates": [ -113.4867, 36.985 ] },"properties":{"date":"2004-07-24T16:11:37+00:00","depth":4.25,"magnitude":"2.34","type":"Mc","location":""}},{"type":"Feature","id":1727,"geometry":{ "type": "Point", "coordinates": [ -114.0987, 37.0751 ] },"properties":{"date":"2004-07-18T05:00:34+00:00","depth":0.0,"magnitude":"1.24","type":"ML","location":""}},{"type":"Feature","id":1726,"geometry":{ "type": "Point", "coordinates": [ -111.57, 36.21 ] },"properties":{"date":"2004-06-27T05:00:00+00:00","depth":16.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":1725,"geometry":{ "type": "Point", "coordinates": [ -113.0057, 37.0355 ] },"properties":{"date":"2004-06-26T15:47:44+00:00","depth":8.03,"magnitude":"1.89","type":"Mc","location":""}},{"type":"Feature","id":1724,"geometry":{ "type": "Point", "coordinates": [ -114.8046, 35.9915 ] },"properties":{"date":"2004-06-19T01:30:18+00:00","depth":0.0,"magnitude":"1.07","type":"ML","location":""}},{"type":"Feature","id":1723,"geometry":{ "type": "Point", "coordinates": [ -112.12, 35.82 ] },"properties":{"date":"2004-06-04T00:16:00+00:00","depth":6.1,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":1722,"geometry":{ "type": "Point", "coordinates": [ -114.7209, 35.8843 ] },"properties":{"date":"2004-05-21T19:43:24+00:00","depth":0.0,"magnitude":"1.74","type":"ML","location":""}},{"type":"Feature","id":1720,"geometry":{ "type": "Point", "coordinates": [ -114.1229, 36.0498 ] },"properties":{"date":"2004-05-14T10:58:02+00:00","depth":0.0,"magnitude":"2.78","type":"ML","location":""}},{"type":"Feature","id":1721,"geometry":{ "type": "Point", "coordinates": [ -112.08, 35.7 ] },"properties":{"date":"2004-05-14T03:09:00+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1719,"geometry":{ "type": "Point", "coordinates": [ -113.4883, 36.8448 ] },"properties":{"date":"2004-05-06T22:54:39+00:00","depth":7.11,"magnitude":"1.6","type":"Mc","location":""}},{"type":"Feature","id":1718,"geometry":{ "type": "Point", "coordinates": [ -110.33, 36.25 ] },"properties":{"date":"2004-04-21T20:43:00+00:00","depth":8.4,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1717,"geometry":{ "type": "Point", "coordinates": [ -114.6834, 36.0921 ] },"properties":{"date":"2004-04-11T13:18:22+00:00","depth":0.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1716,"geometry":{ "type": "Point", "coordinates": [ -111.51, 35.25 ] },"properties":{"date":"2004-04-10T15:30:00+00:00","depth":25.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1715,"geometry":{ "type": "Point", "coordinates": [ -114.5998, 36.0683 ] },"properties":{"date":"2004-04-08T17:17:33+00:00","depth":0.0,"magnitude":"1.76","type":"ML","location":""}},{"type":"Feature","id":1714,"geometry":{ "type": "Point", "coordinates": [ -112.9137, 37.0187 ] },"properties":{"date":"2004-04-03T16:02:59+00:00","depth":9.49,"magnitude":"1.66","type":"Mc","location":""}},{"type":"Feature","id":1713,"geometry":{ "type": "Point", "coordinates": [ -109.9, 35.06 ] },"properties":{"date":"2004-03-29T11:29:44+00:00","depth":2.7,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1712,"geometry":{ "type": "Point", "coordinates": [ -114.5395, 35.9587 ] },"properties":{"date":"2004-03-24T23:06:02+00:00","depth":0.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1711,"geometry":{ "type": "Point", "coordinates": [ -112.9678, 37.0393 ] },"properties":{"date":"2004-03-22T11:15:44+00:00","depth":5.49,"magnitude":"1.74","type":"Mc","location":""}},{"type":"Feature","id":1710,"geometry":{ "type": "Point", "coordinates": [ -109.557, 33.227 ] },"properties":{"date":"2004-03-12T08:37:26+00:00","depth":5.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":1709,"geometry":{ "type": "Point", "coordinates": [ -112.9183, 37.0162 ] },"properties":{"date":"2004-03-12T05:21:15+00:00","depth":9.01,"magnitude":"2.18","type":"Mc","location":""}},{"type":"Feature","id":1708,"geometry":{ "type": "Point", "coordinates": [ -112.9252, 37.0162 ] },"properties":{"date":"2004-03-12T05:19:25+00:00","depth":9.93,"magnitude":"1.91","type":"Mc","location":""}},{"type":"Feature","id":1707,"geometry":{ "type": "Point", "coordinates": [ -109.9, 35.17 ] },"properties":{"date":"2004-03-05T18:28:00+00:00","depth":10.0,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":1705,"geometry":{ "type": "Point", "coordinates": [ -113.44, 36.8212 ] },"properties":{"date":"2004-03-05T12:05:00+00:00","depth":5.85,"magnitude":"1.38","type":"Mc","location":""}},{"type":"Feature","id":1706,"geometry":{ "type": "Point", "coordinates": [ -109.99, 34.98 ] },"properties":{"date":"2004-03-05T08:28:00+00:00","depth":24.0,"magnitude":"3.4","type":"ML","location":""}},{"type":"Feature","id":1704,"geometry":{ "type": "Point", "coordinates": [ -112.923, 37.0277 ] },"properties":{"date":"2004-03-03T11:41:20+00:00","depth":1.31,"magnitude":"1.73","type":"Mc","location":""}},{"type":"Feature","id":1703,"geometry":{ "type": "Point", "coordinates": [ -113.7228, 36.6906 ] },"properties":{"date":"2004-03-03T04:01:16+00:00","depth":0.0,"magnitude":"1.79","type":"ML","location":""}},{"type":"Feature","id":1702,"geometry":{ "type": "Point", "coordinates": [ -114.7849, 35.9608 ] },"properties":{"date":"2004-03-01T16:58:28+00:00","depth":0.0,"magnitude":"1.32","type":"ML","location":""}},{"type":"Feature","id":1701,"geometry":{ "type": "Point", "coordinates": [ -111.9, 35.22 ] },"properties":{"date":"2004-02-26T00:55:00+00:00","depth":17.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1700,"geometry":{ "type": "Point", "coordinates": [ -112.5705, 36.9687 ] },"properties":{"date":"2004-02-03T08:39:49+00:00","depth":15.01,"magnitude":"2.12","type":"Mc","location":""}},{"type":"Feature","id":1699,"geometry":{ "type": "Point", "coordinates": [ -112.65, 36.9583 ] },"properties":{"date":"2004-02-01T10:46:19+00:00","depth":1.26,"magnitude":"2.06","type":"Mc","location":""}},{"type":"Feature","id":1698,"geometry":{ "type": "Point", "coordinates": [ -113.994, 36.953 ] },"properties":{"date":"2004-01-30T19:56:51+00:00","depth":7.43,"magnitude":"2.09","type":"Mc","location":""}},{"type":"Feature","id":1697,"geometry":{ "type": "Point", "coordinates": [ -112.9232, 37.0075 ] },"properties":{"date":"2004-01-29T02:32:53+00:00","depth":5.91,"magnitude":"2.07","type":"Mc","location":""}},{"type":"Feature","id":1696,"geometry":{ "type": "Point", "coordinates": [ -112.9235, 37.01 ] },"properties":{"date":"2004-01-29T01:59:44+00:00","depth":5.29,"magnitude":"1.84","type":"Mc","location":""}},{"type":"Feature","id":1695,"geometry":{ "type": "Point", "coordinates": [ -112.9032, 37.057 ] },"properties":{"date":"2004-01-05T19:34:25+00:00","depth":9.5,"magnitude":"1.49","type":"Mc","location":""}},{"type":"Feature","id":1694,"geometry":{ "type": "Point", "coordinates": [ -114.8313, 35.9661 ] },"properties":{"date":"2003-12-29T11:23:52+00:00","depth":0.0,"magnitude":"1.54","type":"ML","location":""}},{"type":"Feature","id":1689,"geometry":{ "type": "Point", "coordinates": [ -109.29, 33.78 ] },"properties":{"date":"2003-12-22T11:08:28+00:00","depth":29.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":1693,"geometry":{ "type": "Point", "coordinates": [ -109.13, 33.85 ] },"properties":{"date":"2003-12-22T10:08:12+00:00","depth":34.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":1692,"geometry":{ "type": "Point", "coordinates": [ -109.22, 33.77 ] },"properties":{"date":"2003-12-22T06:43:59+00:00","depth":29.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":1691,"geometry":{ "type": "Point", "coordinates": [ -109.22, 33.77 ] },"properties":{"date":"2003-12-22T05:08:01+00:00","depth":29.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":1690,"geometry":{ "type": "Point", "coordinates": [ -109.26, 33.75 ] },"properties":{"date":"2003-12-22T02:48:44+00:00","depth":25.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1688,"geometry":{ "type": "Point", "coordinates": [ -109.07, 33.8 ] },"properties":{"date":"2003-12-21T21:28:22+00:00","depth":0.0,"magnitude":"3.6","type":"ML","location":""}},{"type":"Feature","id":1679,"geometry":{ "type": "Point", "coordinates": [ -109.78, 33.7 ] },"properties":{"date":"2003-12-21T19:32:58+00:00","depth":0.0,"magnitude":"3.5","type":"ML","location":""}},{"type":"Feature","id":1684,"geometry":{ "type": "Point", "coordinates": [ -109.52, 33.68 ] },"properties":{"date":"2003-12-21T19:07:03+00:00","depth":0.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":1687,"geometry":{ "type": "Point", "coordinates": [ -109.46, 33.66 ] },"properties":{"date":"2003-12-21T18:07:18+00:00","depth":0.0,"magnitude":"3.4","type":"ML","location":""}},{"type":"Feature","id":1686,"geometry":{ "type": "Point", "coordinates": [ -109.5, 33.69 ] },"properties":{"date":"2003-12-21T18:07:11+00:00","depth":7.0,"magnitude":"3.4","type":"ML","location":""}},{"type":"Feature","id":1683,"geometry":{ "type": "Point", "coordinates": [ -109.52, 33.67 ] },"properties":{"date":"2003-12-21T17:30:50+00:00","depth":0.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":1680,"geometry":{ "type": "Point", "coordinates": [ -109.62, 33.63 ] },"properties":{"date":"2003-12-21T17:16:00+00:00","depth":0.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":1681,"geometry":{ "type": "Point", "coordinates": [ -109.56, 33.68 ] },"properties":{"date":"2003-12-21T16:24:02+00:00","depth":0.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":1682,"geometry":{ "type": "Point", "coordinates": [ -109.55, 33.68 ] },"properties":{"date":"2003-12-21T16:19:37+00:00","depth":0.0,"magnitude":"3.4","type":"ML","location":""}},{"type":"Feature","id":1676,"geometry":{ "type": "Point", "coordinates": [ -109.8, 33.72 ] },"properties":{"date":"2003-12-21T16:12:58+00:00","depth":0.0,"magnitude":"3.9","type":"ML","location":""}},{"type":"Feature","id":1678,"geometry":{ "type": "Point", "coordinates": [ -109.78, 33.62 ] },"properties":{"date":"2003-12-21T16:08:57+00:00","depth":0.0,"magnitude":"4.2","type":"ML","location":""}},{"type":"Feature","id":1685,"geometry":{ "type": "Point", "coordinates": [ -109.5, 33.68 ] },"properties":{"date":"2003-12-21T16:06:51+00:00","depth":0.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":1677,"geometry":{ "type": "Point", "coordinates": [ -109.78, 33.7 ] },"properties":{"date":"2003-12-21T16:01:42+00:00","depth":0.0,"magnitude":"3.9","type":"ML","location":""}},{"type":"Feature","id":1675,"geometry":{ "type": "Point", "coordinates": [ -113.0812, 36.9428 ] },"properties":{"date":"2003-12-11T08:57:48+00:00","depth":8.03,"magnitude":"2.65","type":"Mc","location":""}},{"type":"Feature","id":1674,"geometry":{ "type": "Point", "coordinates": [ -111.773, 36.9545 ] },"properties":{"date":"2003-11-23T11:44:28+00:00","depth":8.3,"magnitude":"2.65","type":"ML","location":""}},{"type":"Feature","id":1673,"geometry":{ "type": "Point", "coordinates": [ -114.7152, 36.0013 ] },"properties":{"date":"2003-11-18T12:26:38+00:00","depth":0.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1672,"geometry":{ "type": "Point", "coordinates": [ -114.8344, 35.9721 ] },"properties":{"date":"2003-11-13T07:59:58+00:00","depth":0.0,"magnitude":"1.93","type":"ML","location":""}},{"type":"Feature","id":1671,"geometry":{ "type": "Point", "coordinates": [ -111.7663, 36.9553 ] },"properties":{"date":"2003-11-12T20:03:10+00:00","depth":3.51,"magnitude":"2.64","type":"ML","location":""}},{"type":"Feature","id":1670,"geometry":{ "type": "Point", "coordinates": [ -111.7748, 36.9517 ] },"properties":{"date":"2003-11-07T06:52:56+00:00","depth":6.82,"magnitude":"3.06","type":"ML","location":""}},{"type":"Feature","id":1669,"geometry":{ "type": "Point", "coordinates": [ -114.7266, 35.9393 ] },"properties":{"date":"2003-10-24T18:18:54+00:00","depth":0.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":1668,"geometry":{ "type": "Point", "coordinates": [ -114.3332, 35.525 ] },"properties":{"date":"2003-10-10T18:57:37+00:00","depth":12.09,"magnitude":"1.77","type":"ML","location":""}},{"type":"Feature","id":1667,"geometry":{ "type": "Point", "coordinates": [ -113.6608, 36.9445 ] },"properties":{"date":"2003-09-22T19:21:11+00:00","depth":1.07,"magnitude":"1.8","type":"Mc","location":""}},{"type":"Feature","id":1666,"geometry":{ "type": "Point", "coordinates": [ -114.6981, 35.9391 ] },"properties":{"date":"2003-09-17T18:01:37+00:00","depth":3.65,"magnitude":"2.73","type":"ML","location":""}},{"type":"Feature","id":1665,"geometry":{ "type": "Point", "coordinates": [ -114.7226, 35.973 ] },"properties":{"date":"2003-09-17T09:09:25+00:00","depth":3.03,"magnitude":"1.43","type":"ML","location":""}},{"type":"Feature","id":1664,"geometry":{ "type": "Point", "coordinates": [ -114.8072, 35.9403 ] },"properties":{"date":"2003-09-11T07:36:11+00:00","depth":0.0,"magnitude":"2.05","type":"ML","location":""}},{"type":"Feature","id":1662,"geometry":{ "type": "Point", "coordinates": [ -114.7991, 36.0249 ] },"properties":{"date":"2003-08-19T07:38:57+00:00","depth":3.97,"magnitude":"0.99","type":"ML","location":""}},{"type":"Feature","id":1663,"geometry":{ "type": "Point", "coordinates": [ -112.8682, 37.0932 ] },"properties":{"date":"2003-08-19T01:50:38+00:00","depth":17.83,"magnitude":"1.36","type":"Mc","location":""}},{"type":"Feature","id":1661,"geometry":{ "type": "Point", "coordinates": [ -113.37, 35.066 ] },"properties":{"date":"2003-08-10T00:33:24+00:00","depth":5.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1660,"geometry":{ "type": "Point", "coordinates": [ -114.8009, 36.0743 ] },"properties":{"date":"2003-08-03T11:15:02+00:00","depth":0.0,"magnitude":"1.11","type":"ML","location":""}},{"type":"Feature","id":1659,"geometry":{ "type": "Point", "coordinates": [ -112.8892, 36.9377 ] },"properties":{"date":"2003-07-30T05:21:17+00:00","depth":2.88,"magnitude":"2.26","type":"Mc","location":""}},{"type":"Feature","id":1658,"geometry":{ "type": "Point", "coordinates": [ -111.67, 35.21 ] },"properties":{"date":"2003-07-27T06:29:00+00:00","depth":0.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1657,"geometry":{ "type": "Point", "coordinates": [ -113.65, 36.8872 ] },"properties":{"date":"2003-07-16T08:22:23+00:00","depth":6.77,"magnitude":"2.14","type":"Mc","location":""}},{"type":"Feature","id":1654,"geometry":{ "type": "Point", "coordinates": [ -111.7967, 36.9525 ] },"properties":{"date":"2003-07-08T03:50:39+00:00","depth":11.96,"magnitude":"1.94","type":"Mc","location":""}},{"type":"Feature","id":1655,"geometry":{ "type": "Point", "coordinates": [ -111.7865, 36.956 ] },"properties":{"date":"2003-07-08T02:55:47+00:00","depth":6.38,"magnitude":"3.14","type":"ML","location":""}},{"type":"Feature","id":1656,"geometry":{ "type": "Point", "coordinates": [ -111.7862, 36.9527 ] },"properties":{"date":"2003-07-08T02:20:34+00:00","depth":6.17,"magnitude":"3.32","type":"ML","location":""}},{"type":"Feature","id":1653,"geometry":{ "type": "Point", "coordinates": [ -112.307, 36.8098 ] },"properties":{"date":"2003-07-07T00:37:47+00:00","depth":9.04,"magnitude":"1.62","type":"Mc","location":""}},{"type":"Feature","id":1652,"geometry":{ "type": "Point", "coordinates": [ -114.7012, 32.6512 ] },"properties":{"date":"2003-07-04T07:00:17+00:00","depth":13.76,"magnitude":"1.85","type":"ML","location":""}},{"type":"Feature","id":1651,"geometry":{ "type": "Point", "coordinates": [ -114.7356, 36.0198 ] },"properties":{"date":"2003-06-19T06:14:29+00:00","depth":0.0,"magnitude":"1.75","type":"ML","location":""}},{"type":"Feature","id":1650,"geometry":{ "type": "Point", "coordinates": [ -113.252, 37.03 ] },"properties":{"date":"2003-06-03T16:50:08+00:00","depth":1.41,"magnitude":"2.29","type":"Mc","location":""}},{"type":"Feature","id":1649,"geometry":{ "type": "Point", "coordinates": [ -113.4733, 36.9207 ] },"properties":{"date":"2003-06-01T02:35:00+00:00","depth":6.98,"magnitude":"1.31","type":"Mc","location":""}},{"type":"Feature","id":1647,"geometry":{ "type": "Point", "coordinates": [ -113.0477, 36.8797 ] },"properties":{"date":"2003-05-29T15:03:30+00:00","depth":10.48,"magnitude":"2.11","type":"Mc","location":""}},{"type":"Feature","id":1648,"geometry":{ "type": "Point", "coordinates": [ -112.3668, 37.0652 ] },"properties":{"date":"2003-05-29T01:19:30+00:00","depth":12.14,"magnitude":"1.88","type":"Mc","location":""}},{"type":"Feature","id":1646,"geometry":{ "type": "Point", "coordinates": [ -113.539, 37.0545 ] },"properties":{"date":"2003-05-12T04:59:06+00:00","depth":6.97,"magnitude":"1.28","type":"Mc","location":""}},{"type":"Feature","id":1645,"geometry":{ "type": "Point", "coordinates": [ -114.8163, 35.9593 ] },"properties":{"date":"2003-04-03T11:30:12+00:00","depth":0.0,"magnitude":"1.61","type":"ML","location":""}},{"type":"Feature","id":1644,"geometry":{ "type": "Point", "coordinates": [ -112.9823, 36.7655 ] },"properties":{"date":"2003-03-25T21:11:35+00:00","depth":4.68,"magnitude":"2.96","type":"ML","location":""}},{"type":"Feature","id":1643,"geometry":{ "type": "Point", "coordinates": [ -112.9998, 37.076 ] },"properties":{"date":"2003-03-15T04:33:22+00:00","depth":5.1,"magnitude":"1.58","type":"Mc","location":""}},{"type":"Feature","id":1642,"geometry":{ "type": "Point", "coordinates": [ -114.3389, 35.5484 ] },"properties":{"date":"2002-12-23T09:16:33+00:00","depth":0.0,"magnitude":"1.08","type":"ML","location":""}},{"type":"Feature","id":1641,"geometry":{ "type": "Point", "coordinates": [ -113.4848, 36.8157 ] },"properties":{"date":"2002-11-30T12:06:39+00:00","depth":0.73,"magnitude":"2.24","type":"Mc","location":""}},{"type":"Feature","id":1639,"geometry":{ "type": "Point", "coordinates": [ -112.8863, 37.0218 ] },"properties":{"date":"2002-11-29T20:04:34+00:00","depth":8.77,"magnitude":"1.63","type":"Mc","location":""}},{"type":"Feature","id":1640,"geometry":{ "type": "Point", "coordinates": [ -112.884, 37.0192 ] },"properties":{"date":"2002-11-29T00:58:17+00:00","depth":8.82,"magnitude":"1.67","type":"Mc","location":""}},{"type":"Feature","id":1638,"geometry":{ "type": "Point", "coordinates": [ -113.5173, 36.9473 ] },"properties":{"date":"2002-11-20T01:16:12+00:00","depth":1.34,"magnitude":"2.37","type":"Mc","location":""}},{"type":"Feature","id":1637,"geometry":{ "type": "Point", "coordinates": [ -113.513, 36.947 ] },"properties":{"date":"2002-11-15T09:20:28+00:00","depth":1.9,"magnitude":"2.16","type":"Mc","location":""}},{"type":"Feature","id":1636,"geometry":{ "type": "Point", "coordinates": [ -113.5203, 36.962 ] },"properties":{"date":"2002-11-13T14:42:59+00:00","depth":2.46,"magnitude":"2.82","type":"Mc","location":""}},{"type":"Feature","id":1635,"geometry":{ "type": "Point", "coordinates": [ -113.5523, 37.0548 ] },"properties":{"date":"2002-10-29T12:46:51+00:00","depth":1.22,"magnitude":"1.63","type":"Mc","location":""}},{"type":"Feature","id":1634,"geometry":{ "type": "Point", "coordinates": [ -114.2452, 36.13 ] },"properties":{"date":"2002-10-05T23:30:17+00:00","depth":0.0,"magnitude":"1.98","type":"ML","location":""}},{"type":"Feature","id":1633,"geometry":{ "type": "Point", "coordinates": [ -111.3105, 36.784 ] },"properties":{"date":"2002-09-22T18:22:49+00:00","depth":1.23,"magnitude":"2.39","type":"Mc","location":""}},{"type":"Feature","id":1632,"geometry":{ "type": "Point", "coordinates": [ -114.0157, 36.9767 ] },"properties":{"date":"2002-09-22T14:16:03+00:00","depth":1.24,"magnitude":"2.12","type":"Mc","location":""}},{"type":"Feature","id":1631,"geometry":{ "type": "Point", "coordinates": [ -112.9273, 37.0573 ] },"properties":{"date":"2002-08-23T06:21:36+00:00","depth":1.19,"magnitude":"2.19","type":"Mc","location":""}},{"type":"Feature","id":1630,"geometry":{ "type": "Point", "coordinates": [ -114.7583, 35.9726 ] },"properties":{"date":"2002-08-15T10:27:44+00:00","depth":0.0,"magnitude":"1.58","type":"ML","location":""}},{"type":"Feature","id":1629,"geometry":{ "type": "Point", "coordinates": [ -114.7855, 35.7225 ] },"properties":{"date":"2002-08-02T12:56:36+00:00","depth":9.25,"magnitude":"1.39","type":"ML","location":""}},{"type":"Feature","id":1627,"geometry":{ "type": "Point", "coordinates": [ -112.8873, 37.0262 ] },"properties":{"date":"2002-07-29T15:42:22+00:00","depth":1.44,"magnitude":"1.66","type":"Mc","location":""}},{"type":"Feature","id":1628,"geometry":{ "type": "Point", "coordinates": [ -112.8468, 37.0158 ] },"properties":{"date":"2002-07-29T09:28:13+00:00","depth":18.57,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":1626,"geometry":{ "type": "Point", "coordinates": [ -114.7069, 35.728 ] },"properties":{"date":"2002-07-26T14:00:21+00:00","depth":0.0,"magnitude":"1.61","type":"ML","location":""}},{"type":"Feature","id":1625,"geometry":{ "type": "Point", "coordinates": [ -114.7463, 36.0575 ] },"properties":{"date":"2002-07-10T03:44:23+00:00","depth":0.0,"magnitude":"0.98","type":"ML","location":""}},{"type":"Feature","id":1624,"geometry":{ "type": "Point", "coordinates": [ -112.2833, 37.0237 ] },"properties":{"date":"2002-07-08T20:45:28+00:00","depth":1.1,"magnitude":"1.61","type":"Mc","location":""}},{"type":"Feature","id":1623,"geometry":{ "type": "Point", "coordinates": [ -113.55, 36.486 ] },"properties":{"date":"2002-07-07T05:37:39+00:00","depth":5.0,"magnitude":"3.5","type":"ML","location":""}},{"type":"Feature","id":1622,"geometry":{ "type": "Point", "coordinates": [ -114.8102, 36.064 ] },"properties":{"date":"2002-06-23T08:12:19+00:00","depth":0.0,"magnitude":"1.33","type":"ML","location":""}},{"type":"Feature","id":1621,"geometry":{ "type": "Point", "coordinates": [ -113.4275, 36.9213 ] },"properties":{"date":"2002-05-24T21:43:03+00:00","depth":7.0,"magnitude":"1.11","type":"Mc","location":""}},{"type":"Feature","id":1620,"geometry":{ "type": "Point", "coordinates": [ -113.4302, 36.924 ] },"properties":{"date":"2002-05-22T18:43:57+00:00","depth":1.33,"magnitude":"1.86","type":"Mc","location":""}},{"type":"Feature","id":1619,"geometry":{ "type": "Point", "coordinates": [ -113.4368, 36.8618 ] },"properties":{"date":"2002-05-20T18:33:36+00:00","depth":1.17,"magnitude":"2.31","type":"Mc","location":""}},{"type":"Feature","id":1618,"geometry":{ "type": "Point", "coordinates": [ -114.7766, 36.0543 ] },"properties":{"date":"2002-05-10T13:29:34+00:00","depth":2.78,"magnitude":"1.43","type":"ML","location":""}},{"type":"Feature","id":1617,"geometry":{ "type": "Point", "coordinates": [ -114.5778, 35.9949 ] },"properties":{"date":"2002-05-03T06:51:13+00:00","depth":10.09,"magnitude":"1.13","type":"ML","location":""}},{"type":"Feature","id":1616,"geometry":{ "type": "Point", "coordinates": [ -111.7585, 36.9482 ] },"properties":{"date":"2002-04-28T16:38:39+00:00","depth":1.29,"magnitude":"1.87","type":"Mc","location":""}},{"type":"Feature","id":1615,"geometry":{ "type": "Point", "coordinates": [ -111.58, 35.34 ] },"properties":{"date":"2002-04-20T19:17:00+00:00","depth":6.5,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1614,"geometry":{ "type": "Point", "coordinates": [ -112.46, 36.79 ] },"properties":{"date":"2002-04-15T06:53:21+00:00","depth":15.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1613,"geometry":{ "type": "Point", "coordinates": [ -112.93, 37.07 ] },"properties":{"date":"2002-04-05T06:36:10+00:00","depth":12.0,"magnitude":"2.8","type":"MLSLC","location":""}},{"type":"Feature","id":1612,"geometry":{ "type": "Point", "coordinates": [ -112.18, 34.74 ] },"properties":{"date":"2002-04-04T18:51:48+00:00","depth":0.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1611,"geometry":{ "type": "Point", "coordinates": [ -114.0497, 36.7981 ] },"properties":{"date":"2002-03-31T22:22:27+00:00","depth":0.0,"magnitude":"1.55","type":"ML","location":""}},{"type":"Feature","id":1610,"geometry":{ "type": "Point", "coordinates": [ -114.7959, 36.0366 ] },"properties":{"date":"2002-03-25T11:12:00+00:00","depth":0.0,"magnitude":"1.73","type":"ML","location":""}},{"type":"Feature","id":1609,"geometry":{ "type": "Point", "coordinates": [ -111.8453, 36.9288 ] },"properties":{"date":"2002-02-23T17:01:25+00:00","depth":5.82,"magnitude":"2.09","type":"Mc","location":""}},{"type":"Feature","id":1608,"geometry":{ "type": "Point", "coordinates": [ -114.7129, 36.0802 ] },"properties":{"date":"2002-02-14T03:16:29+00:00","depth":0.0,"magnitude":"0.91","type":"ML","location":""}},{"type":"Feature","id":1606,"geometry":{ "type": "Point", "coordinates": [ -114.7669, 36.087 ] },"properties":{"date":"2002-02-09T22:59:28+00:00","depth":0.0,"magnitude":"1.63","type":"ML","location":""}},{"type":"Feature","id":1607,"geometry":{ "type": "Point", "coordinates": [ -114.7193, 35.9838 ] },"properties":{"date":"2002-02-09T18:50:14+00:00","depth":0.0,"magnitude":"1.18","type":"ML","location":""}},{"type":"Feature","id":1605,"geometry":{ "type": "Point", "coordinates": [ -112.8735, 37.0725 ] },"properties":{"date":"2002-02-07T20:07:12+00:00","depth":0.47,"magnitude":"2.05","type":"Mc","location":""}},{"type":"Feature","id":1604,"geometry":{ "type": "Point", "coordinates": [ -111.07, 35.01 ] },"properties":{"date":"2002-01-31T20:39:41+00:00","depth":21.5,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1603,"geometry":{ "type": "Point", "coordinates": [ -114.6907, 36.129 ] },"properties":{"date":"2002-01-01T18:01:45+00:00","depth":0.0,"magnitude":"1.72","type":"ML","location":""}},{"type":"Feature","id":1602,"geometry":{ "type": "Point", "coordinates": [ -111.6, 35.11 ] },"properties":{"date":"2001-12-26T00:00:00+00:00","depth":0.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1601,"geometry":{ "type": "Point", "coordinates": [ -113.4603, 36.9385 ] },"properties":{"date":"2001-12-16T23:52:25+00:00","depth":0.93,"magnitude":"2.09","type":"Mc","location":""}},{"type":"Feature","id":1600,"geometry":{ "type": "Point", "coordinates": [ -113.4618, 36.945 ] },"properties":{"date":"2001-12-16T23:06:48+00:00","depth":1.5,"magnitude":"1.6","type":"Mc","location":""}},{"type":"Feature","id":1599,"geometry":{ "type": "Point", "coordinates": [ -113.4695, 36.921 ] },"properties":{"date":"2001-11-17T16:52:12+00:00","depth":1.32,"magnitude":"1.13","type":"Mc","location":""}},{"type":"Feature","id":1598,"geometry":{ "type": "Point", "coordinates": [ -113.4595, 36.9337 ] },"properties":{"date":"2001-11-09T22:18:23+00:00","depth":1.87,"magnitude":"1.85","type":"Mc","location":""}},{"type":"Feature","id":1597,"geometry":{ "type": "Point", "coordinates": [ -113.37, 37.09 ] },"properties":{"date":"2001-11-06T00:16:29+00:00","depth":3.0,"magnitude":"2.9","type":"MLSLC","location":""}},{"type":"Feature","id":1596,"geometry":{ "type": "Point", "coordinates": [ -113.36, 37.09 ] },"properties":{"date":"2001-09-25T01:30:10+00:00","depth":1.0,"magnitude":"2.9","type":"MLSLC","location":""}},{"type":"Feature","id":1595,"geometry":{ "type": "Point", "coordinates": [ -114.5324, 36.2468 ] },"properties":{"date":"2001-09-10T09:26:17+00:00","depth":2.02,"magnitude":"0.66","type":"ML","location":""}},{"type":"Feature","id":1594,"geometry":{ "type": "Point", "coordinates": [ -112.9063, 37.0877 ] },"properties":{"date":"2001-08-28T22:24:03+00:00","depth":10.48,"magnitude":"1.37","type":"Mc","location":""}},{"type":"Feature","id":1593,"geometry":{ "type": "Point", "coordinates": [ -112.9115, 37.0893 ] },"properties":{"date":"2001-08-28T21:59:24+00:00","depth":1.25,"magnitude":"2.04","type":"Mc","location":""}},{"type":"Feature","id":1592,"geometry":{ "type": "Point", "coordinates": [ -113.36, 37.09 ] },"properties":{"date":"2001-08-24T01:06:55+00:00","depth":2.0,"magnitude":"2.8","type":"MLSLC","location":""}},{"type":"Feature","id":1591,"geometry":{ "type": "Point", "coordinates": [ -111.88, 35.8 ] },"properties":{"date":"2001-07-25T05:36:04+00:00","depth":4.7,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":1590,"geometry":{ "type": "Point", "coordinates": [ -114.0022, 36.82 ] },"properties":{"date":"2001-07-19T19:33:43+00:00","depth":2.36,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":1589,"geometry":{ "type": "Point", "coordinates": [ -114.6732, 36.0495 ] },"properties":{"date":"2001-07-11T20:18:28+00:00","depth":9.94,"magnitude":"1.84","type":"ML","location":""}},{"type":"Feature","id":1588,"geometry":{ "type": "Point", "coordinates": [ -113.3862, 37.0797 ] },"properties":{"date":"2001-07-10T13:02:07+00:00","depth":1.89,"magnitude":"1.9","type":"Mc","location":""}},{"type":"Feature","id":1587,"geometry":{ "type": "Point", "coordinates": [ -113.0697, 37.036 ] },"properties":{"date":"2001-07-09T17:21:16+00:00","depth":8.65,"magnitude":"1.3","type":"Mc","location":""}},{"type":"Feature","id":1586,"geometry":{ "type": "Point", "coordinates": [ -112.3568, 37.0268 ] },"properties":{"date":"2001-06-22T16:12:17+00:00","depth":5.14,"magnitude":"2.17","type":"ML","location":""}},{"type":"Feature","id":1585,"geometry":{ "type": "Point", "coordinates": [ -110.88, 34.77 ] },"properties":{"date":"2001-06-21T09:46:24+00:00","depth":3.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1583,"geometry":{ "type": "Point", "coordinates": [ -114.818, 36.0033 ] },"properties":{"date":"2001-06-15T07:32:06+00:00","depth":1.82,"magnitude":"1.89","type":"ML","location":""}},{"type":"Feature","id":1584,"geometry":{ "type": "Point", "coordinates": [ -111.6, 34.3 ] },"properties":{"date":"2001-06-15T01:21:00+00:00","depth":0.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1582,"geometry":{ "type": "Point", "coordinates": [ -113.37, 37.09 ] },"properties":{"date":"2001-06-04T23:26:01+00:00","depth":1.0,"magnitude":"2.9","type":"MLSLC","location":""}},{"type":"Feature","id":1581,"geometry":{ "type": "Point", "coordinates": [ -113.4748, 36.8987 ] },"properties":{"date":"2001-05-30T05:50:36+00:00","depth":1.14,"magnitude":"1.92","type":"Mc","location":""}},{"type":"Feature","id":1580,"geometry":{ "type": "Point", "coordinates": [ -114.6544, 36.1286 ] },"properties":{"date":"2001-05-24T13:48:51+00:00","depth":0.0,"magnitude":"1.96","type":"ML","location":""}},{"type":"Feature","id":1577,"geometry":{ "type": "Point", "coordinates": [ -114.7089, 36.0781 ] },"properties":{"date":"2001-05-22T05:12:56+00:00","depth":0.0,"magnitude":"1.27","type":"ML","location":""}},{"type":"Feature","id":1579,"geometry":{ "type": "Point", "coordinates": [ -114.6759, 36.0875 ] },"properties":{"date":"2001-05-22T03:29:18+00:00","depth":1.59,"magnitude":"2.01","type":"ML","location":""}},{"type":"Feature","id":1578,"geometry":{ "type": "Point", "coordinates": [ -114.6983, 36.0793 ] },"properties":{"date":"2001-05-22T02:41:12+00:00","depth":1.24,"magnitude":"1.46","type":"ML","location":""}},{"type":"Feature","id":1576,"geometry":{ "type": "Point", "coordinates": [ -113.38, 36.96 ] },"properties":{"date":"2001-05-20T10:35:58+00:00","depth":1.9,"magnitude":"3.4","type":"ML","location":""}},{"type":"Feature","id":1575,"geometry":{ "type": "Point", "coordinates": [ -113.3892, 36.9947 ] },"properties":{"date":"2001-05-19T16:21:26+00:00","depth":1.07,"magnitude":"1.91","type":"Mc","location":""}},{"type":"Feature","id":1574,"geometry":{ "type": "Point", "coordinates": [ -112.8838, 37.0822 ] },"properties":{"date":"2001-05-11T18:21:54+00:00","depth":10.6,"magnitude":"1.17","type":"Mc","location":""}},{"type":"Feature","id":1573,"geometry":{ "type": "Point", "coordinates": [ -113.3783, 36.927 ] },"properties":{"date":"2001-05-08T17:57:10+00:00","depth":2.55,"magnitude":"1.71","type":"Mc","location":""}},{"type":"Feature","id":1572,"geometry":{ "type": "Point", "coordinates": [ -114.659, 36.1939 ] },"properties":{"date":"2001-05-06T06:31:51+00:00","depth":0.0,"magnitude":"1.81","type":"ML","location":""}},{"type":"Feature","id":1571,"geometry":{ "type": "Point", "coordinates": [ -114.609, 36.1587 ] },"properties":{"date":"2001-04-29T09:22:47+00:00","depth":2.87,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1570,"geometry":{ "type": "Point", "coordinates": [ -114.6719, 36.1364 ] },"properties":{"date":"2001-04-17T13:47:58+00:00","depth":0.0,"magnitude":"1.65","type":"ML","location":""}},{"type":"Feature","id":1569,"geometry":{ "type": "Point", "coordinates": [ -114.6104, 36.1172 ] },"properties":{"date":"2001-04-14T07:38:24+00:00","depth":0.0,"magnitude":"1.96","type":"ML","location":""}},{"type":"Feature","id":1568,"geometry":{ "type": "Point", "coordinates": [ -111.83, 35.93 ] },"properties":{"date":"2001-04-12T18:35:57+00:00","depth":4.5,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1567,"geometry":{ "type": "Point", "coordinates": [ -114.6449, 36.1345 ] },"properties":{"date":"2001-04-11T04:16:57+00:00","depth":0.0,"magnitude":"2.16","type":"ML","location":""}},{"type":"Feature","id":1565,"geometry":{ "type": "Point", "coordinates": [ -114.6479, 36.1387 ] },"properties":{"date":"2001-04-10T19:46:14+00:00","depth":0.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1566,"geometry":{ "type": "Point", "coordinates": [ -113.4982, 36.986 ] },"properties":{"date":"2001-04-10T17:15:27+00:00","depth":7.01,"magnitude":"2.23","type":"Mc","location":""}},{"type":"Feature","id":1564,"geometry":{ "type": "Point", "coordinates": [ -113.0195, 36.7522 ] },"properties":{"date":"2001-04-02T01:32:11+00:00","depth":4.06,"magnitude":"2.36","type":"Mc","location":""}},{"type":"Feature","id":1563,"geometry":{ "type": "Point", "coordinates": [ -111.82, 34.83 ] },"properties":{"date":"2001-03-31T11:02:03+00:00","depth":2.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1562,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.72 ] },"properties":{"date":"2001-03-26T23:46:48+00:00","depth":2.2,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1561,"geometry":{ "type": "Point", "coordinates": [ -111.53, 35.28 ] },"properties":{"date":"2001-03-21T13:40:56+00:00","depth":10.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1560,"geometry":{ "type": "Point", "coordinates": [ -112.9222, 37.0918 ] },"properties":{"date":"2001-03-10T13:25:10+00:00","depth":0.56,"magnitude":"1.89","type":"Mc","location":""}},{"type":"Feature","id":1559,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.02 ] },"properties":{"date":"2001-03-07T04:31:24+00:00","depth":2.1,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1558,"geometry":{ "type": "Point", "coordinates": [ -112.383, 37.0538 ] },"properties":{"date":"2001-03-06T09:36:32+00:00","depth":10.01,"magnitude":"2.06","type":"Mc","location":""}},{"type":"Feature","id":1557,"geometry":{ "type": "Point", "coordinates": [ -112.35, 35.76 ] },"properties":{"date":"2001-03-03T06:33:07+00:00","depth":7.3,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1556,"geometry":{ "type": "Point", "coordinates": [ -112.0, 36.25 ] },"properties":{"date":"2001-03-01T00:02:04+00:00","depth":17.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1555,"geometry":{ "type": "Point", "coordinates": [ -112.12, 35.68 ] },"properties":{"date":"2001-02-27T23:19:30+00:00","depth":7.1,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1554,"geometry":{ "type": "Point", "coordinates": [ -112.9352, 37.078 ] },"properties":{"date":"2001-02-17T12:53:37+00:00","depth":9.82,"magnitude":"1.52","type":"Mc","location":""}},{"type":"Feature","id":1552,"geometry":{ "type": "Point", "coordinates": [ -114.5688, 36.1787 ] },"properties":{"date":"2001-02-09T05:31:53+00:00","depth":0.22,"magnitude":"2.06","type":"ML","location":""}},{"type":"Feature","id":1553,"geometry":{ "type": "Point", "coordinates": [ -114.5583, 36.1743 ] },"properties":{"date":"2001-02-09T05:23:36+00:00","depth":0.0,"magnitude":"1.36","type":"ML","location":""}},{"type":"Feature","id":1551,"geometry":{ "type": "Point", "coordinates": [ -114.748, 36.1521 ] },"properties":{"date":"2001-02-08T20:53:03+00:00","depth":6.54,"magnitude":"2.24","type":"ML","location":""}},{"type":"Feature","id":1550,"geometry":{ "type": "Point", "coordinates": [ -114.6764, 35.9214 ] },"properties":{"date":"2001-02-04T05:13:39+00:00","depth":0.0,"magnitude":"1.96","type":"ML","location":""}},{"type":"Feature","id":1549,"geometry":{ "type": "Point", "coordinates": [ -114.7905, 36.0856 ] },"properties":{"date":"2001-01-25T04:42:56+00:00","depth":0.0,"magnitude":"2.14","type":"ML","location":""}},{"type":"Feature","id":1548,"geometry":{ "type": "Point", "coordinates": [ -111.88, 35.94 ] },"properties":{"date":"2001-01-22T08:27:32+00:00","depth":22.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1547,"geometry":{ "type": "Point", "coordinates": [ -112.05, 36.37 ] },"properties":{"date":"2001-01-21T16:30:36+00:00","depth":0.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":3350,"geometry":{ "type": "Point", "coordinates": [ -113.971, 32.849 ] },"properties":{"date":"2001-01-19T06:58:26+00:00","depth":5.0,"magnitude":"1.8","type":"M","location":""}},{"type":"Feature","id":3349,"geometry":{ "type": "Point", "coordinates": [ -113.719, 32.448 ] },"properties":{"date":"2001-01-17T04:13:03+00:00","depth":0.0,"magnitude":"3.21","type":"M","location":""}},{"type":"Feature","id":1546,"geometry":{ "type": "Point", "coordinates": [ -112.13, 34.77 ] },"properties":{"date":"2001-01-16T12:57:24+00:00","depth":25.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1544,"geometry":{ "type": "Point", "coordinates": [ -113.25, 34.63 ] },"properties":{"date":"2001-01-10T23:07:18+00:00","depth":17.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1545,"geometry":{ "type": "Point", "coordinates": [ -110.19, 36.82 ] },"properties":{"date":"2001-01-10T21:18:56+00:00","depth":16.5,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1543,"geometry":{ "type": "Point", "coordinates": [ -112.9148, 37.0872 ] },"properties":{"date":"2001-01-07T22:20:18+00:00","depth":10.34,"magnitude":"1.62","type":"Mc","location":""}},{"type":"Feature","id":1542,"geometry":{ "type": "Point", "coordinates": [ -112.0338, 37.0265 ] },"properties":{"date":"2001-01-05T01:42:53+00:00","depth":0.7,"magnitude":"2.44","type":"ML","location":""}},{"type":"Feature","id":1540,"geometry":{ "type": "Point", "coordinates": [ -113.0712, 36.906 ] },"properties":{"date":"2001-01-03T08:21:26+00:00","depth":4.26,"magnitude":"2.37","type":"Mc","location":""}},{"type":"Feature","id":1541,"geometry":{ "type": "Point", "coordinates": [ -112.9137, 37.0922 ] },"properties":{"date":"2001-01-03T04:19:34+00:00","depth":11.07,"magnitude":"1.42","type":"Mc","location":""}},{"type":"Feature","id":1539,"geometry":{ "type": "Point", "coordinates": [ -112.944, 36.7547 ] },"properties":{"date":"2000-12-12T13:49:14+00:00","depth":2.75,"magnitude":"2.47","type":"Mc","location":""}},{"type":"Feature","id":1538,"geometry":{ "type": "Point", "coordinates": [ -112.3923, 37.01 ] },"properties":{"date":"2000-12-07T04:27:02+00:00","depth":18.96,"magnitude":"1.67","type":"Mc","location":""}},{"type":"Feature","id":1537,"geometry":{ "type": "Point", "coordinates": [ -114.8189, 36.0166 ] },"properties":{"date":"2000-12-05T21:41:13+00:00","depth":0.0,"magnitude":"1.14","type":"ML","location":""}},{"type":"Feature","id":1536,"geometry":{ "type": "Point", "coordinates": [ -113.0655, 36.9602 ] },"properties":{"date":"2000-12-01T05:10:57+00:00","depth":4.1,"magnitude":"1.79","type":"Mc","location":""}},{"type":"Feature","id":1535,"geometry":{ "type": "Point", "coordinates": [ -113.45, 35.45 ] },"properties":{"date":"2000-11-25T07:23:47+00:00","depth":8.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1534,"geometry":{ "type": "Point", "coordinates": [ -114.6765, 36.1254 ] },"properties":{"date":"2000-11-20T06:25:46+00:00","depth":2.27,"magnitude":"0.94","type":"ML","location":""}},{"type":"Feature","id":1533,"geometry":{ "type": "Point", "coordinates": [ -111.21, 36.55 ] },"properties":{"date":"2000-11-15T19:38:00+00:00","depth":7.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1532,"geometry":{ "type": "Point", "coordinates": [ -111.7675, 36.8203 ] },"properties":{"date":"2000-11-04T21:33:46+00:00","depth":6.61,"magnitude":"1.74","type":"Mc","location":""}},{"type":"Feature","id":1531,"geometry":{ "type": "Point", "coordinates": [ -112.9242, 37.0892 ] },"properties":{"date":"2000-11-03T10:43:46+00:00","depth":9.96,"magnitude":"1.79","type":"Mc","location":""}},{"type":"Feature","id":1530,"geometry":{ "type": "Point", "coordinates": [ -112.9295, 37.095 ] },"properties":{"date":"2000-11-03T09:12:01+00:00","depth":1.2,"magnitude":"1.45","type":"Mc","location":""}},{"type":"Feature","id":1529,"geometry":{ "type": "Point", "coordinates": [ -112.8843, 37.0915 ] },"properties":{"date":"2000-11-02T20:25:36+00:00","depth":1.38,"magnitude":"1.65","type":"Mc","location":""}},{"type":"Feature","id":1528,"geometry":{ "type": "Point", "coordinates": [ -113.3442, 37.0048 ] },"properties":{"date":"2000-10-19T15:50:44+00:00","depth":2.82,"magnitude":"1.7","type":"Mc","location":""}},{"type":"Feature","id":1527,"geometry":{ "type": "Point", "coordinates": [ -113.4072, 37.0822 ] },"properties":{"date":"2000-10-10T21:29:21+00:00","depth":1.25,"magnitude":"2.17","type":"Mc","location":""}},{"type":"Feature","id":1526,"geometry":{ "type": "Point", "coordinates": [ -114.7552, 36.046 ] },"properties":{"date":"2000-10-04T11:38:59+00:00","depth":0.0,"magnitude":"1.68","type":"ML","location":""}},{"type":"Feature","id":1525,"geometry":{ "type": "Point", "coordinates": [ -112.8915, 37.0793 ] },"properties":{"date":"2000-10-02T16:29:36+00:00","depth":16.78,"magnitude":"1.49","type":"Mc","location":""}},{"type":"Feature","id":1524,"geometry":{ "type": "Point", "coordinates": [ -112.9, 37.09 ] },"properties":{"date":"2000-10-02T02:33:52+00:00","depth":7.0,"magnitude":"2.8","type":"MLSLC","location":""}},{"type":"Feature","id":1523,"geometry":{ "type": "Point", "coordinates": [ -112.9193, 37.0812 ] },"properties":{"date":"2000-10-01T23:23:25+00:00","depth":8.03,"magnitude":"2.09","type":"Mc","location":""}},{"type":"Feature","id":1522,"geometry":{ "type": "Point", "coordinates": [ -114.6123, 35.9696 ] },"properties":{"date":"2000-09-25T01:29:49+00:00","depth":19.78,"magnitude":"1.82","type":"ML","location":""}},{"type":"Feature","id":1521,"geometry":{ "type": "Point", "coordinates": [ -113.3798, 37.0942 ] },"properties":{"date":"2000-09-20T00:02:21+00:00","depth":1.66,"magnitude":"1.99","type":"Mc","location":""}},{"type":"Feature","id":1519,"geometry":{ "type": "Point", "coordinates": [ -114.745, 36.1347 ] },"properties":{"date":"2000-09-09T11:41:55+00:00","depth":3.39,"magnitude":"1.96","type":"ML","location":""}},{"type":"Feature","id":1520,"geometry":{ "type": "Point", "coordinates": [ -111.97, 35.05 ] },"properties":{"date":"2000-09-09T03:18:35+00:00","depth":2.2,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1517,"geometry":{ "type": "Point", "coordinates": [ -114.6253, 35.9835 ] },"properties":{"date":"2000-08-19T18:37:33+00:00","depth":0.0,"magnitude":"2.03","type":"ML","location":""}},{"type":"Feature","id":1518,"geometry":{ "type": "Point", "coordinates": [ -112.8752, 37.0812 ] },"properties":{"date":"2000-08-19T12:46:28+00:00","depth":17.57,"magnitude":"1.61","type":"Mc","location":""}},{"type":"Feature","id":1516,"geometry":{ "type": "Point", "coordinates": [ -113.474, 32.448 ] },"properties":{"date":"2000-08-08T03:18:09+00:00","depth":5.0,"magnitude":"3.5","type":"ML","location":""}},{"type":"Feature","id":1515,"geometry":{ "type": "Point", "coordinates": [ -112.9078, 36.9562 ] },"properties":{"date":"2000-07-30T13:51:26+00:00","depth":15.7,"magnitude":"2.19","type":"Mc","location":""}},{"type":"Feature","id":1514,"geometry":{ "type": "Point", "coordinates": [ -111.95, 35.89 ] },"properties":{"date":"2000-07-29T23:11:00+00:00","depth":0.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1513,"geometry":{ "type": "Point", "coordinates": [ -113.3895, 36.9097 ] },"properties":{"date":"2000-07-28T18:45:37+00:00","depth":6.98,"magnitude":"0.91","type":"Mc","location":""}},{"type":"Feature","id":1512,"geometry":{ "type": "Point", "coordinates": [ -111.44, 34.44 ] },"properties":{"date":"2000-07-27T22:44:05+00:00","depth":2.8,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1511,"geometry":{ "type": "Point", "coordinates": [ -112.9452, 37.0408 ] },"properties":{"date":"2000-07-20T23:52:05+00:00","depth":8.41,"magnitude":"1.59","type":"Mc","location":""}},{"type":"Feature","id":1510,"geometry":{ "type": "Point", "coordinates": [ -113.4758, 36.9588 ] },"properties":{"date":"2000-07-13T15:40:35+00:00","depth":0.09,"magnitude":"1.24","type":"Mc","location":""}},{"type":"Feature","id":1509,"geometry":{ "type": "Point", "coordinates": [ -113.479, 36.9292 ] },"properties":{"date":"2000-07-13T15:04:32+00:00","depth":3.8,"magnitude":"2.14","type":"Mc","location":""}},{"type":"Feature","id":1508,"geometry":{ "type": "Point", "coordinates": [ -111.7622, 36.7617 ] },"properties":{"date":"2000-07-11T18:54:27+00:00","depth":2.61,"magnitude":"2.14","type":"ML","location":""}},{"type":"Feature","id":1507,"geometry":{ "type": "Point", "coordinates": [ -113.4863, 36.8938 ] },"properties":{"date":"2000-06-13T19:07:22+00:00","depth":6.59,"magnitude":"1.65","type":"Mc","location":""}},{"type":"Feature","id":1506,"geometry":{ "type": "Point", "coordinates": [ -111.86, 35.83 ] },"properties":{"date":"2000-05-21T06:39:37+00:00","depth":3.3,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1505,"geometry":{ "type": "Point", "coordinates": [ -113.9285, 36.815 ] },"properties":{"date":"2000-05-21T03:41:32+00:00","depth":0.31,"magnitude":"2.18","type":"Mc","location":""}},{"type":"Feature","id":1504,"geometry":{ "type": "Point", "coordinates": [ -111.7843, 36.8205 ] },"properties":{"date":"2000-05-13T03:19:21+00:00","depth":3.87,"magnitude":"2.24","type":"Mc","location":""}},{"type":"Feature","id":1503,"geometry":{ "type": "Point", "coordinates": [ -114.2082, 34.6358 ] },"properties":{"date":"2000-05-07T09:04:43+00:00","depth":6.0,"magnitude":"1.7","type":"Mh","location":""}},{"type":"Feature","id":1500,"geometry":{ "type": "Point", "coordinates": [ -113.055, 36.632 ] },"properties":{"date":"2000-05-04T07:42:16+00:00","depth":5.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":1502,"geometry":{ "type": "Point", "coordinates": [ -111.51, 36.09 ] },"properties":{"date":"2000-05-04T06:48:00+00:00","depth":12.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":1501,"geometry":{ "type": "Point", "coordinates": [ -112.7785, 37.0183 ] },"properties":{"date":"2000-05-04T00:53:26+00:00","depth":0.7,"magnitude":"2.01","type":"Mc","location":""}},{"type":"Feature","id":1499,"geometry":{ "type": "Point", "coordinates": [ -111.93, 35.95 ] },"properties":{"date":"2000-05-03T11:24:00+00:00","depth":25.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1497,"geometry":{ "type": "Point", "coordinates": [ -112.04, 36.04 ] },"properties":{"date":"2000-05-03T05:30:00+00:00","depth":2.2,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1498,"geometry":{ "type": "Point", "coordinates": [ -112.01, 36.16 ] },"properties":{"date":"2000-05-03T05:29:00+00:00","depth":0.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1496,"geometry":{ "type": "Point", "coordinates": [ -114.7682, 35.99 ] },"properties":{"date":"2000-05-03T05:09:28+00:00","depth":0.0,"magnitude":"1.68","type":"ML","location":""}},{"type":"Feature","id":1495,"geometry":{ "type": "Point", "coordinates": [ -111.8, 35.96 ] },"properties":{"date":"2000-05-02T23:18:00+00:00","depth":16.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1494,"geometry":{ "type": "Point", "coordinates": [ -112.5518, 37.0973 ] },"properties":{"date":"2000-04-26T15:53:36+00:00","depth":10.67,"magnitude":"1.68","type":"Mc","location":""}},{"type":"Feature","id":1493,"geometry":{ "type": "Point", "coordinates": [ -114.5167, 35.8906 ] },"properties":{"date":"2000-04-22T12:33:21+00:00","depth":6.91,"magnitude":"0.95","type":"ML","location":""}},{"type":"Feature","id":1492,"geometry":{ "type": "Point", "coordinates": [ -114.6649, 36.1713 ] },"properties":{"date":"2000-04-20T11:13:21+00:00","depth":0.0,"magnitude":"1.76","type":"ML","location":""}},{"type":"Feature","id":1491,"geometry":{ "type": "Point", "coordinates": [ -111.8, 35.5 ] },"properties":{"date":"2000-04-19T00:00:00+00:00","depth":0.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1490,"geometry":{ "type": "Point", "coordinates": [ -112.35, 36.25 ] },"properties":{"date":"2000-04-13T07:26:00+00:00","depth":10.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1489,"geometry":{ "type": "Point", "coordinates": [ -112.33, 36.24 ] },"properties":{"date":"2000-04-12T15:57:00+00:00","depth":14.0,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":1488,"geometry":{ "type": "Point", "coordinates": [ -114.6321, 36.1067 ] },"properties":{"date":"2000-04-12T06:15:07+00:00","depth":0.0,"magnitude":"1.82","type":"ML","location":""}},{"type":"Feature","id":1487,"geometry":{ "type": "Point", "coordinates": [ -113.4785, 36.8915 ] },"properties":{"date":"2000-04-10T03:11:47+00:00","depth":0.75,"magnitude":"2.28","type":"Mc","location":""}},{"type":"Feature","id":1486,"geometry":{ "type": "Point", "coordinates": [ -112.6, 36.2 ] },"properties":{"date":"2000-03-28T12:00:00+00:00","depth":11.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1485,"geometry":{ "type": "Point", "coordinates": [ -113.51, 36.512 ] },"properties":{"date":"2000-03-28T04:45:20+00:00","depth":5.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1484,"geometry":{ "type": "Point", "coordinates": [ -112.42, 36.16 ] },"properties":{"date":"2000-03-24T08:40:58+00:00","depth":7.7,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1483,"geometry":{ "type": "Point", "coordinates": [ -111.93, 35.88 ] },"properties":{"date":"2000-03-20T06:35:03+00:00","depth":4.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1482,"geometry":{ "type": "Point", "coordinates": [ -114.6351, 36.0438 ] },"properties":{"date":"2000-03-17T00:20:30+00:00","depth":0.0,"magnitude":"1.89","type":"ML","location":""}},{"type":"Feature","id":1481,"geometry":{ "type": "Point", "coordinates": [ -114.7882, 36.0654 ] },"properties":{"date":"2000-03-09T11:15:02+00:00","depth":0.0,"magnitude":"1.89","type":"ML","location":""}},{"type":"Feature","id":1480,"geometry":{ "type": "Point", "coordinates": [ -114.4391, 36.1232 ] },"properties":{"date":"2000-02-27T08:39:30+00:00","depth":0.0,"magnitude":"1.05","type":"ML","location":""}},{"type":"Feature","id":1479,"geometry":{ "type": "Point", "coordinates": [ -113.16, 35.77 ] },"properties":{"date":"2000-02-22T03:31:38+00:00","depth":0.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1478,"geometry":{ "type": "Point", "coordinates": [ -114.2623, 32.6227 ] },"properties":{"date":"2000-02-21T16:11:59+00:00","depth":6.0,"magnitude":"2","type":"Mh","location":""}},{"type":"Feature","id":1477,"geometry":{ "type": "Point", "coordinates": [ -114.7289, 36.0061 ] },"properties":{"date":"2000-02-11T16:43:29+00:00","depth":0.0,"magnitude":"1.36","type":"ML","location":""}},{"type":"Feature","id":1476,"geometry":{ "type": "Point", "coordinates": [ -114.737, 36.0905 ] },"properties":{"date":"2000-02-04T23:28:38+00:00","depth":13.53,"magnitude":"1.72","type":"ML","location":""}},{"type":"Feature","id":1475,"geometry":{ "type": "Point", "coordinates": [ -114.7128, 36.0127 ] },"properties":{"date":"2000-01-28T18:18:01+00:00","depth":0.0,"magnitude":"1.74","type":"ML","location":""}},{"type":"Feature","id":1474,"geometry":{ "type": "Point", "coordinates": [ -112.9023, 36.8968 ] },"properties":{"date":"2000-01-24T08:10:32+00:00","depth":9.85,"magnitude":"1.59","type":"Mc","location":""}},{"type":"Feature","id":1473,"geometry":{ "type": "Point", "coordinates": [ -114.7613, 35.9144 ] },"properties":{"date":"2000-01-19T00:48:13+00:00","depth":45.64,"magnitude":"2.23","type":"ML","location":""}},{"type":"Feature","id":1472,"geometry":{ "type": "Point", "coordinates": [ -114.0077, 36.8893 ] },"properties":{"date":"2000-01-01T03:00:00+00:00","depth":2.71,"magnitude":"2.45","type":"Mc","location":""}},{"type":"Feature","id":1471,"geometry":{ "type": "Point", "coordinates": [ -113.4762, 36.8992 ] },"properties":{"date":"1999-12-31T11:57:44+00:00","depth":1.29,"magnitude":"1.57","type":"Mc","location":""}},{"type":"Feature","id":1470,"geometry":{ "type": "Point", "coordinates": [ -113.9623, 36.8523 ] },"properties":{"date":"1999-12-07T19:25:22+00:00","depth":1.31,"magnitude":"2.73","type":"Mc","location":""}},{"type":"Feature","id":1469,"geometry":{ "type": "Point", "coordinates": [ -111.469, 35.049 ] },"properties":{"date":"1999-12-06T14:20:03+00:00","depth":5.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":1468,"geometry":{ "type": "Point", "coordinates": [ -111.7538, 36.8658 ] },"properties":{"date":"1999-11-10T05:37:42+00:00","depth":2.28,"magnitude":"2.52","type":"ML","location":""}},{"type":"Feature","id":1467,"geometry":{ "type": "Point", "coordinates": [ -112.9735, 37.038 ] },"properties":{"date":"1999-11-01T01:46:51+00:00","depth":9.46,"magnitude":"1.57","type":"Mc","location":""}},{"type":"Feature","id":1466,"geometry":{ "type": "Point", "coordinates": [ -114.4307, 34.753 ] },"properties":{"date":"1999-10-16T13:59:04+00:00","depth":3.34,"magnitude":"1.55","type":"ML","location":""}},{"type":"Feature","id":1464,"geometry":{ "type": "Point", "coordinates": [ -114.75, 33.03 ] },"properties":{"date":"1999-10-08T21:34:14+00:00","depth":5.7,"magnitude":"2.7","type":"Mb","location":""}},{"type":"Feature","id":1465,"geometry":{ "type": "Point", "coordinates": [ -114.68, 33.28 ] },"properties":{"date":"1999-10-08T21:26:41+00:00","depth":6.1,"magnitude":"2.8","type":"Mb","location":""}},{"type":"Feature","id":1463,"geometry":{ "type": "Point", "coordinates": [ -111.7923, 36.8998 ] },"properties":{"date":"1999-10-02T20:45:40+00:00","depth":10.01,"magnitude":"2.57","type":"Mc","location":""}},{"type":"Feature","id":1462,"geometry":{ "type": "Point", "coordinates": [ -112.9498, 37.0198 ] },"properties":{"date":"1999-09-07T07:21:39+00:00","depth":15.59,"magnitude":"1.42","type":"Mc","location":""}},{"type":"Feature","id":1461,"geometry":{ "type": "Point", "coordinates": [ -114.357, 32.642 ] },"properties":{"date":"1999-08-27T07:43:25+00:00","depth":6.0,"magnitude":"2","type":"Mh","location":""}},{"type":"Feature","id":1460,"geometry":{ "type": "Point", "coordinates": [ -114.237, 32.679 ] },"properties":{"date":"1999-08-18T04:25:57+00:00","depth":6.0,"magnitude":"2.2","type":"Mh","location":""}},{"type":"Feature","id":1459,"geometry":{ "type": "Point", "coordinates": [ -114.67, 32.432 ] },"properties":{"date":"1999-08-13T18:27:34+00:00","depth":2.49,"magnitude":"1.9","type":"Mh","location":""}},{"type":"Feature","id":1458,"geometry":{ "type": "Point", "coordinates": [ -112.8112, 37.084 ] },"properties":{"date":"1999-08-11T13:43:01+00:00","depth":9.62,"magnitude":"1.42","type":"Mc","location":""}},{"type":"Feature","id":1457,"geometry":{ "type": "Point", "coordinates": [ -112.9548, 37.0475 ] },"properties":{"date":"1999-07-23T20:13:24+00:00","depth":16.94,"magnitude":"1.45","type":"Mc","location":""}},{"type":"Feature","id":1456,"geometry":{ "type": "Point", "coordinates": [ -112.0, 35.3 ] },"properties":{"date":"1999-07-21T08:42:00+00:00","depth":1.6,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1455,"geometry":{ "type": "Point", "coordinates": [ -112.0, 35.3 ] },"properties":{"date":"1999-07-21T08:04:50+00:00","depth":1.7,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1454,"geometry":{ "type": "Point", "coordinates": [ -111.64, 35.59 ] },"properties":{"date":"1999-07-20T14:59:55+00:00","depth":23.7,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1453,"geometry":{ "type": "Point", "coordinates": [ -113.35, 36.31 ] },"properties":{"date":"1999-07-20T14:45:36+00:00","depth":1.9,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1452,"geometry":{ "type": "Point", "coordinates": [ -112.6837, 36.8908 ] },"properties":{"date":"1999-07-18T19:20:11+00:00","depth":1.56,"magnitude":"1.5","type":"Mc","location":""}},{"type":"Feature","id":1451,"geometry":{ "type": "Point", "coordinates": [ -111.75, 35.12 ] },"properties":{"date":"1999-06-09T19:59:00+00:00","depth":0.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1450,"geometry":{ "type": "Point", "coordinates": [ -112.923, 36.9852 ] },"properties":{"date":"1999-06-01T04:23:58+00:00","depth":7.08,"magnitude":"1.84","type":"Mc","location":""}},{"type":"Feature","id":1448,"geometry":{ "type": "Point", "coordinates": [ -113.4822, 36.9582 ] },"properties":{"date":"1999-06-01T01:31:37+00:00","depth":0.97,"magnitude":"1.56","type":"Mc","location":""}},{"type":"Feature","id":1449,"geometry":{ "type": "Point", "coordinates": [ -113.4688, 36.915 ] },"properties":{"date":"1999-06-01T01:21:15+00:00","depth":0.35,"magnitude":"2.46","type":"Mc","location":""}},{"type":"Feature","id":1446,"geometry":{ "type": "Point", "coordinates": [ -113.4823, 36.9478 ] },"properties":{"date":"1999-05-26T12:19:46+00:00","depth":2.13,"magnitude":"1.44","type":"Mc","location":""}},{"type":"Feature","id":1447,"geometry":{ "type": "Point", "coordinates": [ -113.4795, 36.9382 ] },"properties":{"date":"1999-05-26T10:14:51+00:00","depth":3.98,"magnitude":"2.36","type":"Mc","location":""}},{"type":"Feature","id":1445,"geometry":{ "type": "Point", "coordinates": [ -113.658, 36.998 ] },"properties":{"date":"1999-05-18T20:31:06+00:00","depth":1.19,"magnitude":"2.3","type":"Mc","location":""}},{"type":"Feature","id":1444,"geometry":{ "type": "Point", "coordinates": [ -112.88, 37.0738 ] },"properties":{"date":"1999-05-16T08:50:56+00:00","depth":13.53,"magnitude":"2.27","type":"ML","location":""}},{"type":"Feature","id":1443,"geometry":{ "type": "Point", "coordinates": [ -112.969, 36.8023 ] },"properties":{"date":"1999-05-16T06:06:37+00:00","depth":1.33,"magnitude":"1.53","type":"Mc","location":""}},{"type":"Feature","id":1442,"geometry":{ "type": "Point", "coordinates": [ -112.6, 34.78 ] },"properties":{"date":"1999-05-12T18:20:50+00:00","depth":6.1,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1440,"geometry":{ "type": "Point", "coordinates": [ -114.063, 36.7945 ] },"properties":{"date":"1999-05-05T19:04:41+00:00","depth":1.35,"magnitude":"2.91","type":"Mc","location":""}},{"type":"Feature","id":1441,"geometry":{ "type": "Point", "coordinates": [ -112.41, 34.8 ] },"properties":{"date":"1999-05-05T05:12:25+00:00","depth":4.9,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1439,"geometry":{ "type": "Point", "coordinates": [ -113.4877, 36.8948 ] },"properties":{"date":"1999-04-20T14:59:00+00:00","depth":0.75,"magnitude":"1.25","type":"Mc","location":""}},{"type":"Feature","id":1438,"geometry":{ "type": "Point", "coordinates": [ -114.043, 36.8142 ] },"properties":{"date":"1999-03-30T21:41:13+00:00","depth":1.34,"magnitude":"2.83","type":"Mc","location":""}},{"type":"Feature","id":1437,"geometry":{ "type": "Point", "coordinates": [ -112.3805, 36.9987 ] },"properties":{"date":"1999-03-29T07:08:37+00:00","depth":20.17,"magnitude":"2.17","type":"Mc","location":""}},{"type":"Feature","id":1436,"geometry":{ "type": "Point", "coordinates": [ -112.3265, 37.0423 ] },"properties":{"date":"1999-03-06T15:35:32+00:00","depth":13.62,"magnitude":"2.11","type":"Mc","location":""}},{"type":"Feature","id":1435,"geometry":{ "type": "Point", "coordinates": [ -113.3, 35.81 ] },"properties":{"date":"1999-02-24T21:09:52+00:00","depth":0.0,"magnitude":"2.87","type":"ML","location":""}},{"type":"Feature","id":1434,"geometry":{ "type": "Point", "coordinates": [ -112.3398, 37.0772 ] },"properties":{"date":"1999-02-23T03:20:42+00:00","depth":11.64,"magnitude":"2.99","type":"ML","location":""}},{"type":"Feature","id":1433,"geometry":{ "type": "Point", "coordinates": [ -111.575, 35.634 ] },"properties":{"date":"1999-02-11T06:37:36+00:00","depth":5.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":1432,"geometry":{ "type": "Point", "coordinates": [ -113.518, 36.551 ] },"properties":{"date":"1999-02-10T05:09:47+00:00","depth":5.0,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":1431,"geometry":{ "type": "Point", "coordinates": [ -112.9373, 37.01 ] },"properties":{"date":"1999-01-30T21:53:31+00:00","depth":8.34,"magnitude":"1.69","type":"Mc","location":""}},{"type":"Feature","id":1430,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.85 ] },"properties":{"date":"1999-01-07T12:26:59+00:00","depth":10.0,"magnitude":"2.23","type":"ML","location":""}},{"type":"Feature","id":1429,"geometry":{ "type": "Point", "coordinates": [ -114.026, 36.8223 ] },"properties":{"date":"1999-01-05T23:24:00+00:00","depth":1.19,"magnitude":"3.18","type":"Mc","location":""}},{"type":"Feature","id":1428,"geometry":{ "type": "Point", "coordinates": [ -112.48, 36.28 ] },"properties":{"date":"1999-01-04T08:59:45+00:00","depth":5.9,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":1427,"geometry":{ "type": "Point", "coordinates": [ -112.3707, 37.054 ] },"properties":{"date":"1998-12-22T15:24:52+00:00","depth":0.82,"magnitude":"1.43","type":"Mc","location":""}},{"type":"Feature","id":1426,"geometry":{ "type": "Point", "coordinates": [ -114.053, 36.7928 ] },"properties":{"date":"1998-12-07T20:32:45+00:00","depth":0.45,"magnitude":"2.97","type":"Mc","location":""}},{"type":"Feature","id":1425,"geometry":{ "type": "Point", "coordinates": [ -113.0687, 36.827 ] },"properties":{"date":"1998-12-06T11:03:04+00:00","depth":3.38,"magnitude":"2.42","type":"Mc","location":""}},{"type":"Feature","id":1424,"geometry":{ "type": "Point", "coordinates": [ -110.88, 36.89 ] },"properties":{"date":"1998-11-24T18:52:20+00:00","depth":10.0,"magnitude":"4.1","type":"ML","location":""}},{"type":"Feature","id":1423,"geometry":{ "type": "Point", "coordinates": [ -114.0795, 36.8002 ] },"properties":{"date":"1998-11-17T00:06:27+00:00","depth":1.49,"magnitude":"2.8","type":"Mc","location":""}},{"type":"Feature","id":1422,"geometry":{ "type": "Point", "coordinates": [ -112.8863, 37.0507 ] },"properties":{"date":"1998-11-11T23:28:46+00:00","depth":3.39,"magnitude":"1.09","type":"Mc","location":""}},{"type":"Feature","id":1421,"geometry":{ "type": "Point", "coordinates": [ -112.47, 36.216 ] },"properties":{"date":"1998-11-08T00:24:18+00:00","depth":5.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":1420,"geometry":{ "type": "Point", "coordinates": [ -113.4943, 37.0772 ] },"properties":{"date":"1998-11-07T01:57:42+00:00","depth":0.15,"magnitude":"2.25","type":"Mc","location":""}},{"type":"Feature","id":1419,"geometry":{ "type": "Point", "coordinates": [ -112.418, 36.326 ] },"properties":{"date":"1998-11-01T03:34:08+00:00","depth":5.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1418,"geometry":{ "type": "Point", "coordinates": [ -111.091, 36.033 ] },"properties":{"date":"1998-10-18T07:13:11+00:00","depth":5.0,"magnitude":"3.4","type":"ML","location":""}},{"type":"Feature","id":1417,"geometry":{ "type": "Point", "coordinates": [ -112.4273, 36.8202 ] },"properties":{"date":"1998-10-11T04:15:46+00:00","depth":1.22,"magnitude":"1.71","type":"Mc","location":""}},{"type":"Feature","id":1416,"geometry":{ "type": "Point", "coordinates": [ -112.9502, 36.777 ] },"properties":{"date":"1998-09-22T17:48:31+00:00","depth":1.66,"magnitude":"1.82","type":"Mc","location":""}},{"type":"Feature","id":1415,"geometry":{ "type": "Point", "coordinates": [ -113.984, 36.281 ] },"properties":{"date":"1998-08-22T23:20:29+00:00","depth":5.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":1414,"geometry":{ "type": "Point", "coordinates": [ -113.5758, 37.003 ] },"properties":{"date":"1998-07-15T11:56:16+00:00","depth":0.45,"magnitude":"1.37","type":"Mc","location":""}},{"type":"Feature","id":1413,"geometry":{ "type": "Point", "coordinates": [ -113.5458, 36.964 ] },"properties":{"date":"1998-07-11T05:22:02+00:00","depth":1.89,"magnitude":"1.88","type":"Mc","location":""}},{"type":"Feature","id":1411,"geometry":{ "type": "Point", "coordinates": [ -112.9287, 37.0885 ] },"properties":{"date":"1998-07-03T08:14:38+00:00","depth":8.74,"magnitude":"1.74","type":"Mc","location":""}},{"type":"Feature","id":1412,"geometry":{ "type": "Point", "coordinates": [ -112.886, 37.0063 ] },"properties":{"date":"1998-07-03T07:51:36+00:00","depth":8.76,"magnitude":"1.79","type":"Mc","location":""}},{"type":"Feature","id":1410,"geometry":{ "type": "Point", "coordinates": [ -112.8727, 37.0503 ] },"properties":{"date":"1998-06-26T16:36:12+00:00","depth":1.25,"magnitude":"2.27","type":"Mc","location":""}},{"type":"Feature","id":1409,"geometry":{ "type": "Point", "coordinates": [ -110.47, 34.88 ] },"properties":{"date":"1998-06-22T03:46:35+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1408,"geometry":{ "type": "Point", "coordinates": [ -111.22, 34.71 ] },"properties":{"date":"1998-06-18T20:19:55+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1407,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.13 ] },"properties":{"date":"1998-06-18T17:01:23+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1406,"geometry":{ "type": "Point", "coordinates": [ -112.4, 36.51 ] },"properties":{"date":"1998-06-18T05:24:39+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1405,"geometry":{ "type": "Point", "coordinates": [ -112.2967, 37.0183 ] },"properties":{"date":"1998-06-03T13:22:43+00:00","depth":9.92,"magnitude":"1.98","type":"Mc","location":""}},{"type":"Feature","id":1404,"geometry":{ "type": "Point", "coordinates": [ -112.2857, 36.9917 ] },"properties":{"date":"1998-06-02T09:48:14+00:00","depth":8.69,"magnitude":"1.93","type":"Mc","location":""}},{"type":"Feature","id":1403,"geometry":{ "type": "Point", "coordinates": [ -111.61, 35.09 ] },"properties":{"date":"1998-05-30T03:54:30+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1402,"geometry":{ "type": "Point", "coordinates": [ -112.17, 36.13 ] },"properties":{"date":"1998-05-18T09:56:35+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1401,"geometry":{ "type": "Point", "coordinates": [ -113.03, 36.74 ] },"properties":{"date":"1998-05-17T13:18:32+00:00","depth":10.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":1400,"geometry":{ "type": "Point", "coordinates": [ -113.01, 36.71 ] },"properties":{"date":"1998-05-15T12:48:16+00:00","depth":10.0,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":1399,"geometry":{ "type": "Point", "coordinates": [ -112.39, 36.47 ] },"properties":{"date":"1998-05-09T13:35:08+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1398,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.09 ] },"properties":{"date":"1998-05-07T04:42:42+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1397,"geometry":{ "type": "Point", "coordinates": [ -112.3663, 37.0148 ] },"properties":{"date":"1998-04-20T01:06:01+00:00","depth":13.94,"magnitude":"1.9","type":"Mc","location":""}},{"type":"Feature","id":1396,"geometry":{ "type": "Point", "coordinates": [ -110.12, 34.26 ] },"properties":{"date":"1998-04-13T14:31:12+00:00","depth":10.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":1395,"geometry":{ "type": "Point", "coordinates": [ -110.13, 34.24 ] },"properties":{"date":"1998-04-13T11:33:23+00:00","depth":10.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":1394,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.15 ] },"properties":{"date":"1998-04-13T10:45:00+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1391,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.13 ] },"properties":{"date":"1998-04-08T05:24:30+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1392,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.14 ] },"properties":{"date":"1998-04-08T03:59:32+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1393,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.12 ] },"properties":{"date":"1998-04-08T03:31:18+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1390,"geometry":{ "type": "Point", "coordinates": [ -113.032, 36.8182 ] },"properties":{"date":"1998-03-18T14:30:08+00:00","depth":5.09,"magnitude":"1.85","type":"Mc","location":""}},{"type":"Feature","id":1389,"geometry":{ "type": "Point", "coordinates": [ -111.93, 36.31 ] },"properties":{"date":"1998-03-16T12:10:54+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1388,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.14 ] },"properties":{"date":"1998-03-10T06:55:06+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1387,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.11 ] },"properties":{"date":"1998-03-09T14:09:44+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1386,"geometry":{ "type": "Point", "coordinates": [ -112.65, 35.17 ] },"properties":{"date":"1998-03-05T22:19:44+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1382,"geometry":{ "type": "Point", "coordinates": [ -112.67, 35.18 ] },"properties":{"date":"1998-02-22T23:54:27+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1383,"geometry":{ "type": "Point", "coordinates": [ -112.39, 36.5 ] },"properties":{"date":"1998-02-22T19:32:35+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1385,"geometry":{ "type": "Point", "coordinates": [ -112.36, 36.51 ] },"properties":{"date":"1998-02-22T11:50:35+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1384,"geometry":{ "type": "Point", "coordinates": [ -112.38, 36.49 ] },"properties":{"date":"1998-02-22T10:15:09+00:00","depth":10.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":1381,"geometry":{ "type": "Point", "coordinates": [ -112.9242, 36.8493 ] },"properties":{"date":"1998-02-21T04:48:12+00:00","depth":4.89,"magnitude":"2.05","type":"Mc","location":""}},{"type":"Feature","id":1380,"geometry":{ "type": "Point", "coordinates": [ -112.9255, 36.8558 ] },"properties":{"date":"1998-02-19T06:04:57+00:00","depth":4.43,"magnitude":"2.5","type":"Mc","location":""}},{"type":"Feature","id":1379,"geometry":{ "type": "Point", "coordinates": [ -112.4, 36.5 ] },"properties":{"date":"1998-01-16T08:35:31+00:00","depth":10.0,"magnitude":"3.5","type":"ML","location":""}},{"type":"Feature","id":1378,"geometry":{ "type": "Point", "coordinates": [ -110.61, 34.82 ] },"properties":{"date":"1998-01-15T11:12:04+00:00","depth":10.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":1377,"geometry":{ "type": "Point", "coordinates": [ -113.6828, 37.0578 ] },"properties":{"date":"1998-01-07T20:07:53+00:00","depth":2.99,"magnitude":"1.34","type":"Mc","location":""}},{"type":"Feature","id":1376,"geometry":{ "type": "Point", "coordinates": [ -110.495, 34.916 ] },"properties":{"date":"1998-01-06T08:36:47+00:00","depth":5.0,"magnitude":"3.9","type":"ML","location":""}},{"type":"Feature","id":1375,"geometry":{ "type": "Point", "coordinates": [ -112.07, 35.54 ] },"properties":{"date":"1998-01-05T05:23:49+00:00","depth":10.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":1374,"geometry":{ "type": "Point", "coordinates": [ -112.969, 37.0828 ] },"properties":{"date":"1997-12-30T16:22:24+00:00","depth":7.0,"magnitude":"1.34","type":"Mc","location":""}},{"type":"Feature","id":1373,"geometry":{ "type": "Point", "coordinates": [ -111.96, 35.98 ] },"properties":{"date":"1997-12-20T21:34:31+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1372,"geometry":{ "type": "Point", "coordinates": [ -113.04, 36.77 ] },"properties":{"date":"1997-12-19T11:03:03+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1371,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.45 ] },"properties":{"date":"1997-12-14T01:08:05+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1370,"geometry":{ "type": "Point", "coordinates": [ -111.97, 36.02 ] },"properties":{"date":"1997-12-01T07:14:28+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1369,"geometry":{ "type": "Point", "coordinates": [ -112.02, 36.01 ] },"properties":{"date":"1997-12-01T02:15:59+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1368,"geometry":{ "type": "Point", "coordinates": [ -113.01, 36.77 ] },"properties":{"date":"1997-11-22T21:27:29+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1367,"geometry":{ "type": "Point", "coordinates": [ -112.9298, 36.8603 ] },"properties":{"date":"1997-11-15T05:45:20+00:00","depth":4.82,"magnitude":"1.98","type":"ML","location":""}},{"type":"Feature","id":1366,"geometry":{ "type": "Point", "coordinates": [ -113.0, 36.75 ] },"properties":{"date":"1997-11-07T02:09:35+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1365,"geometry":{ "type": "Point", "coordinates": [ -112.7245, 36.8025 ] },"properties":{"date":"1997-11-04T21:36:53+00:00","depth":1.11,"magnitude":"2.23","type":"Mc","location":""}},{"type":"Feature","id":1364,"geometry":{ "type": "Point", "coordinates": [ -113.02, 36.77 ] },"properties":{"date":"1997-10-25T01:27:29+00:00","depth":10.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1363,"geometry":{ "type": "Point", "coordinates": [ -112.98, 36.74 ] },"properties":{"date":"1997-10-15T11:07:50+00:00","depth":10.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1362,"geometry":{ "type": "Point", "coordinates": [ -113.01, 36.77 ] },"properties":{"date":"1997-10-08T05:57:47+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1361,"geometry":{ "type": "Point", "coordinates": [ -112.0935, 37.0835 ] },"properties":{"date":"1997-09-18T21:04:07+00:00","depth":2.54,"magnitude":"2.9","type":"Mc","location":""}},{"type":"Feature","id":1360,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.98 ] },"properties":{"date":"1997-09-18T06:15:07+00:00","depth":10.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":1359,"geometry":{ "type": "Point", "coordinates": [ -112.77, 36.64 ] },"properties":{"date":"1997-09-11T06:20:42+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1358,"geometry":{ "type": "Point", "coordinates": [ -111.9, 36.21 ] },"properties":{"date":"1997-08-30T13:02:47+00:00","depth":10.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":1357,"geometry":{ "type": "Point", "coordinates": [ -111.88, 36.2 ] },"properties":{"date":"1997-08-26T06:52:20+00:00","depth":10.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1356,"geometry":{ "type": "Point", "coordinates": [ -111.91, 36.24 ] },"properties":{"date":"1997-08-26T06:50:04+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1355,"geometry":{ "type": "Point", "coordinates": [ -112.69, 35.16 ] },"properties":{"date":"1997-08-23T08:19:30+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1354,"geometry":{ "type": "Point", "coordinates": [ -112.12, 36.08 ] },"properties":{"date":"1997-08-18T09:22:05+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1353,"geometry":{ "type": "Point", "coordinates": [ -111.01, 34.77 ] },"properties":{"date":"1997-08-06T23:15:31+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1352,"geometry":{ "type": "Point", "coordinates": [ -111.01, 34.77 ] },"properties":{"date":"1997-08-06T17:46:52+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1351,"geometry":{ "type": "Point", "coordinates": [ -111.03, 34.75 ] },"properties":{"date":"1997-08-05T14:48:12+00:00","depth":10.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":1350,"geometry":{ "type": "Point", "coordinates": [ -112.08, 36.01 ] },"properties":{"date":"1997-08-03T13:03:50+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1348,"geometry":{ "type": "Point", "coordinates": [ -113.01, 36.7 ] },"properties":{"date":"1997-07-31T07:30:01+00:00","depth":10.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":1349,"geometry":{ "type": "Point", "coordinates": [ -112.98, 36.71 ] },"properties":{"date":"1997-07-31T07:18:47+00:00","depth":10.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":1346,"geometry":{ "type": "Point", "coordinates": [ -114.6223, 36.0818 ] },"properties":{"date":"1997-07-19T11:43:58+00:00","depth":5.88,"magnitude":"2.85","type":"Mc","location":""}},{"type":"Feature","id":1347,"geometry":{ "type": "Point", "coordinates": [ -112.86, 34.52 ] },"properties":{"date":"1997-07-19T09:59:23+00:00","depth":10.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":1342,"geometry":{ "type": "Point", "coordinates": [ -112.43, 36.46 ] },"properties":{"date":"1997-07-10T10:58:54+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1343,"geometry":{ "type": "Point", "coordinates": [ -112.42, 36.44 ] },"properties":{"date":"1997-07-10T10:34:42+00:00","depth":10.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":1345,"geometry":{ "type": "Point", "coordinates": [ -112.39, 36.5 ] },"properties":{"date":"1997-07-10T10:27:18+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1344,"geometry":{ "type": "Point", "coordinates": [ -112.41, 36.51 ] },"properties":{"date":"1997-07-10T06:07:40+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1341,"geometry":{ "type": "Point", "coordinates": [ -112.98, 36.79 ] },"properties":{"date":"1997-07-09T19:29:20+00:00","depth":10.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":1340,"geometry":{ "type": "Point", "coordinates": [ -111.8, 35.12 ] },"properties":{"date":"1997-07-06T14:50:25+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1338,"geometry":{ "type": "Point", "coordinates": [ -111.91, 36.22 ] },"properties":{"date":"1997-07-06T06:49:32+00:00","depth":10.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1339,"geometry":{ "type": "Point", "coordinates": [ -111.89, 36.22 ] },"properties":{"date":"1997-07-06T05:25:56+00:00","depth":10.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1331,"geometry":{ "type": "Point", "coordinates": [ -111.87, 36.21 ] },"properties":{"date":"1997-07-05T20:33:49+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1330,"geometry":{ "type": "Point", "coordinates": [ -111.88, 36.2 ] },"properties":{"date":"1997-07-05T18:23:05+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1327,"geometry":{ "type": "Point", "coordinates": [ -111.91, 36.23 ] },"properties":{"date":"1997-07-05T14:42:25+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1328,"geometry":{ "type": "Point", "coordinates": [ -111.9, 36.22 ] },"properties":{"date":"1997-07-05T14:23:52+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1329,"geometry":{ "type": "Point", "coordinates": [ -111.88, 36.14 ] },"properties":{"date":"1997-07-05T12:20:33+00:00","depth":10.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1332,"geometry":{ "type": "Point", "coordinates": [ -111.84, 36.15 ] },"properties":{"date":"1997-07-05T11:37:37+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1335,"geometry":{ "type": "Point", "coordinates": [ -111.81, 36.18 ] },"properties":{"date":"1997-07-05T11:18:23+00:00","depth":10.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1336,"geometry":{ "type": "Point", "coordinates": [ -111.8, 36.13 ] },"properties":{"date":"1997-07-05T11:16:07+00:00","depth":10.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":1337,"geometry":{ "type": "Point", "coordinates": [ -111.79, 36.14 ] },"properties":{"date":"1997-07-05T11:02:50+00:00","depth":10.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1333,"geometry":{ "type": "Point", "coordinates": [ -111.82, 36.16 ] },"properties":{"date":"1997-07-05T10:50:52+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1334,"geometry":{ "type": "Point", "coordinates": [ -111.81, 36.15 ] },"properties":{"date":"1997-07-05T08:39:16+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1326,"geometry":{ "type": "Point", "coordinates": [ -111.94, 36.28 ] },"properties":{"date":"1997-07-05T08:36:59+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1325,"geometry":{ "type": "Point", "coordinates": [ -111.94, 36.28 ] },"properties":{"date":"1997-07-05T08:33:42+00:00","depth":10.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1324,"geometry":{ "type": "Point", "coordinates": [ -111.94, 36.28 ] },"properties":{"date":"1997-07-05T06:32:35+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1323,"geometry":{ "type": "Point", "coordinates": [ -111.94, 36.28 ] },"properties":{"date":"1997-07-05T06:21:27+00:00","depth":10.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1322,"geometry":{ "type": "Point", "coordinates": [ -111.94, 36.28 ] },"properties":{"date":"1997-07-05T05:49:27+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1321,"geometry":{ "type": "Point", "coordinates": [ -111.94, 36.28 ] },"properties":{"date":"1997-07-05T05:07:20+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1320,"geometry":{ "type": "Point", "coordinates": [ -111.94, 36.28 ] },"properties":{"date":"1997-07-05T05:04:41+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1319,"geometry":{ "type": "Point", "coordinates": [ -111.94, 36.28 ] },"properties":{"date":"1997-07-05T05:03:59+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1318,"geometry":{ "type": "Point", "coordinates": [ -111.94, 36.28 ] },"properties":{"date":"1997-07-05T04:54:52+00:00","depth":10.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1317,"geometry":{ "type": "Point", "coordinates": [ -114.772, 36.0782 ] },"properties":{"date":"1997-07-03T00:24:00+00:00","depth":0.0,"magnitude":"2.7","type":"Mc","location":""}},{"type":"Feature","id":1316,"geometry":{ "type": "Point", "coordinates": [ -112.3, 36.11 ] },"properties":{"date":"1997-06-26T18:51:38+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1315,"geometry":{ "type": "Point", "coordinates": [ -112.04, 35.44 ] },"properties":{"date":"1997-06-24T10:35:21+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1314,"geometry":{ "type": "Point", "coordinates": [ -112.28, 36.09 ] },"properties":{"date":"1997-06-13T07:38:10+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1313,"geometry":{ "type": "Point", "coordinates": [ -112.28, 36.09 ] },"properties":{"date":"1997-06-13T03:48:07+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1312,"geometry":{ "type": "Point", "coordinates": [ -112.28, 36.09 ] },"properties":{"date":"1997-06-08T23:54:00+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1311,"geometry":{ "type": "Point", "coordinates": [ -112.28, 36.09 ] },"properties":{"date":"1997-06-08T14:30:00+00:00","depth":10.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":1310,"geometry":{ "type": "Point", "coordinates": [ -112.3, 36.05 ] },"properties":{"date":"1997-05-28T09:50:25+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1309,"geometry":{ "type": "Point", "coordinates": [ -112.3, 36.05 ] },"properties":{"date":"1997-05-28T09:45:45+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1308,"geometry":{ "type": "Point", "coordinates": [ -112.3, 36.05 ] },"properties":{"date":"1997-05-28T06:24:53+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1307,"geometry":{ "type": "Point", "coordinates": [ -112.3, 36.05 ] },"properties":{"date":"1997-05-28T06:24:16+00:00","depth":10.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1306,"geometry":{ "type": "Point", "coordinates": [ -112.3, 36.05 ] },"properties":{"date":"1997-05-28T06:04:29+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1305,"geometry":{ "type": "Point", "coordinates": [ -112.3, 36.05 ] },"properties":{"date":"1997-05-28T06:03:05+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1304,"geometry":{ "type": "Point", "coordinates": [ -113.05, 36.73 ] },"properties":{"date":"1997-05-28T04:26:20+00:00","depth":10.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":1303,"geometry":{ "type": "Point", "coordinates": [ -113.8892, 36.9545 ] },"properties":{"date":"1997-05-21T23:14:55+00:00","depth":1.79,"magnitude":"2.94","type":"Mc","location":""}},{"type":"Feature","id":1302,"geometry":{ "type": "Point", "coordinates": [ -112.11, 36.1 ] },"properties":{"date":"1997-05-09T22:25:56+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1301,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.0 ] },"properties":{"date":"1997-05-05T08:34:45+00:00","depth":10.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1300,"geometry":{ "type": "Point", "coordinates": [ -111.99, 35.4 ] },"properties":{"date":"1997-05-04T13:53:20+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1299,"geometry":{ "type": "Point", "coordinates": [ -112.31, 36.06 ] },"properties":{"date":"1997-04-28T13:26:35+00:00","depth":10.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1298,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.15 ] },"properties":{"date":"1997-04-26T06:24:05+00:00","depth":10.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1297,"geometry":{ "type": "Point", "coordinates": [ -111.94, 35.41 ] },"properties":{"date":"1997-04-25T10:05:52+00:00","depth":10.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":1296,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.03 ] },"properties":{"date":"1997-04-24T09:43:56+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1294,"geometry":{ "type": "Point", "coordinates": [ -112.14, 36.03 ] },"properties":{"date":"1997-04-18T08:57:41+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1295,"geometry":{ "type": "Point", "coordinates": [ -112.11, 36.05 ] },"properties":{"date":"1997-04-18T07:33:35+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1292,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.04 ] },"properties":{"date":"1997-04-17T09:55:51+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1291,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.04 ] },"properties":{"date":"1997-04-17T09:17:31+00:00","depth":10.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1293,"geometry":{ "type": "Point", "coordinates": [ -112.11, 36.03 ] },"properties":{"date":"1997-04-17T07:39:56+00:00","depth":10.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1290,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.31 ] },"properties":{"date":"1997-04-17T05:01:08+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1289,"geometry":{ "type": "Point", "coordinates": [ -112.14, 36.05 ] },"properties":{"date":"1997-04-15T09:30:25+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1288,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.04 ] },"properties":{"date":"1997-04-14T01:04:36+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1287,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.06 ] },"properties":{"date":"1997-04-13T18:32:02+00:00","depth":10.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":1286,"geometry":{ "type": "Point", "coordinates": [ -111.79, 35.15 ] },"properties":{"date":"1997-04-12T04:26:36+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1285,"geometry":{ "type": "Point", "coordinates": [ -112.15, 36.05 ] },"properties":{"date":"1997-04-10T12:45:15+00:00","depth":10.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":1284,"geometry":{ "type": "Point", "coordinates": [ -112.04, 35.56 ] },"properties":{"date":"1997-04-06T11:48:40+00:00","depth":10.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1283,"geometry":{ "type": "Point", "coordinates": [ -111.97, 35.57 ] },"properties":{"date":"1997-03-31T15:46:10+00:00","depth":15.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1280,"geometry":{ "type": "Point", "coordinates": [ -112.036, 35.503 ] },"properties":{"date":"1997-03-31T15:46:10+00:00","depth":5.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":1282,"geometry":{ "type": "Point", "coordinates": [ -111.97, 35.6 ] },"properties":{"date":"1997-03-31T13:19:46+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1279,"geometry":{ "type": "Point", "coordinates": [ -112.09, 35.52 ] },"properties":{"date":"1997-03-31T11:00:20+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1281,"geometry":{ "type": "Point", "coordinates": [ -111.993, 35.534 ] },"properties":{"date":"1997-03-31T07:34:49+00:00","depth":5.0,"magnitude":"3.7","type":"ML","location":""}},{"type":"Feature","id":1278,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.68 ] },"properties":{"date":"1997-03-12T06:42:47+00:00","depth":12.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1277,"geometry":{ "type": "Point", "coordinates": [ -112.9742, 37.075 ] },"properties":{"date":"1997-02-14T14:52:23+00:00","depth":9.74,"magnitude":"1.6","type":"Mc","location":""}},{"type":"Feature","id":1276,"geometry":{ "type": "Point", "coordinates": [ -111.06, 34.77 ] },"properties":{"date":"1997-02-09T16:15:25+00:00","depth":10.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":1275,"geometry":{ "type": "Point", "coordinates": [ -113.0, 36.7 ] },"properties":{"date":"1997-01-30T11:24:32+00:00","depth":10.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1274,"geometry":{ "type": "Point", "coordinates": [ -113.0588, 36.8028 ] },"properties":{"date":"1997-01-30T05:12:10+00:00","depth":1.3,"magnitude":"1.73","type":"Mc","location":""}},{"type":"Feature","id":1273,"geometry":{ "type": "Point", "coordinates": [ -113.0477, 36.7997 ] },"properties":{"date":"1997-01-24T07:32:28+00:00","depth":2.22,"magnitude":"2.24","type":"Mc","location":""}},{"type":"Feature","id":1272,"geometry":{ "type": "Point", "coordinates": [ -113.01, 36.74 ] },"properties":{"date":"1997-01-23T02:25:36+00:00","depth":10.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":1271,"geometry":{ "type": "Point", "coordinates": [ -113.0632, 36.8145 ] },"properties":{"date":"1997-01-23T00:39:19+00:00","depth":2.03,"magnitude":"2.24","type":"Mc","location":""}},{"type":"Feature","id":1270,"geometry":{ "type": "Point", "coordinates": [ -113.03, 36.76 ] },"properties":{"date":"1997-01-22T01:05:54+00:00","depth":3.0,"magnitude":"3.6","type":"ML","location":""}},{"type":"Feature","id":1267,"geometry":{ "type": "Point", "coordinates": [ -113.0543, 36.7897 ] },"properties":{"date":"1997-01-13T08:52:00+00:00","depth":1.16,"magnitude":"2.54","type":"Mc","location":""}},{"type":"Feature","id":1268,"geometry":{ "type": "Point", "coordinates": [ -113.0485, 36.7898 ] },"properties":{"date":"1997-01-13T07:27:05+00:00","depth":0.35,"magnitude":"2.63","type":"Mc","location":""}},{"type":"Feature","id":1269,"geometry":{ "type": "Point", "coordinates": [ -113.0472, 36.7725 ] },"properties":{"date":"1997-01-13T07:24:47+00:00","depth":0.08,"magnitude":"2.77","type":"Mc","location":""}},{"type":"Feature","id":1266,"geometry":{ "type": "Point", "coordinates": [ -112.08, 35.52 ] },"properties":{"date":"1996-12-29T21:19:09+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1265,"geometry":{ "type": "Point", "coordinates": [ -111.18, 34.63 ] },"properties":{"date":"1996-12-17T21:19:58+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1264,"geometry":{ "type": "Point", "coordinates": [ -112.37, 36.51 ] },"properties":{"date":"1996-12-06T19:24:50+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1263,"geometry":{ "type": "Point", "coordinates": [ -111.82, 35.18 ] },"properties":{"date":"1996-11-27T05:14:41+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1262,"geometry":{ "type": "Point", "coordinates": [ -112.8552, 36.9355 ] },"properties":{"date":"1996-11-20T23:30:48+00:00","depth":4.54,"magnitude":"1.43","type":"Mc","location":""}},{"type":"Feature","id":1261,"geometry":{ "type": "Point", "coordinates": [ -114.712, 36.0537 ] },"properties":{"date":"1996-10-31T13:55:09+00:00","depth":0.0,"magnitude":"2.37","type":"Mc","location":""}},{"type":"Feature","id":1260,"geometry":{ "type": "Point", "coordinates": [ -114.6052, 35.9173 ] },"properties":{"date":"1996-10-25T17:54:12+00:00","depth":0.0,"magnitude":"2.49","type":"Mc","location":""}},{"type":"Feature","id":1259,"geometry":{ "type": "Point", "coordinates": [ -113.5235, 36.9598 ] },"properties":{"date":"1996-10-22T20:06:18+00:00","depth":2.14,"magnitude":"1.88","type":"Mc","location":""}},{"type":"Feature","id":1258,"geometry":{ "type": "Point", "coordinates": [ -114.5303, 35.8183 ] },"properties":{"date":"1996-10-22T19:24:53+00:00","depth":0.0,"magnitude":"2.67","type":"Mc","location":""}},{"type":"Feature","id":1257,"geometry":{ "type": "Point", "coordinates": [ -114.64, 35.88 ] },"properties":{"date":"1996-10-22T04:15:02+00:00","depth":5.0,"magnitude":"3.7","type":"MLGS","location":""}},{"type":"Feature","id":1256,"geometry":{ "type": "Point", "coordinates": [ -112.1, 36.1 ] },"properties":{"date":"1996-10-14T16:49:35+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1255,"geometry":{ "type": "Point", "coordinates": [ -112.1297, 36.9693 ] },"properties":{"date":"1996-10-11T11:54:58+00:00","depth":0.13,"magnitude":"2.34","type":"Mc","location":""}},{"type":"Feature","id":1254,"geometry":{ "type": "Point", "coordinates": [ -112.01, 35.56 ] },"properties":{"date":"1996-10-08T17:10:02+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1253,"geometry":{ "type": "Point", "coordinates": [ -112.1, 35.55 ] },"properties":{"date":"1996-10-08T07:10:09+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1252,"geometry":{ "type": "Point", "coordinates": [ -113.7628, 36.833 ] },"properties":{"date":"1996-09-12T21:19:14+00:00","depth":7.31,"magnitude":"2.72","type":"Mc","location":""}},{"type":"Feature","id":1251,"geometry":{ "type": "Point", "coordinates": [ -112.8605, 36.9232 ] },"properties":{"date":"1996-09-10T06:15:35+00:00","depth":5.03,"magnitude":"1.81","type":"Mc","location":""}},{"type":"Feature","id":1250,"geometry":{ "type": "Point", "coordinates": [ -112.33, 36.56 ] },"properties":{"date":"1996-08-30T09:51:32+00:00","depth":10.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":1249,"geometry":{ "type": "Point", "coordinates": [ -112.37, 36.5 ] },"properties":{"date":"1996-08-25T13:58:50+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1248,"geometry":{ "type": "Point", "coordinates": [ -112.35, 36.52 ] },"properties":{"date":"1996-08-24T23:52:55+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1247,"geometry":{ "type": "Point", "coordinates": [ -113.4243, 37.0202 ] },"properties":{"date":"1996-08-21T21:35:59+00:00","depth":1.59,"magnitude":"1.08","type":"Mc","location":""}},{"type":"Feature","id":1246,"geometry":{ "type": "Point", "coordinates": [ -113.693, 36.8538 ] },"properties":{"date":"1996-08-06T11:53:03+00:00","depth":11.34,"magnitude":"1.66","type":"Mc","location":""}},{"type":"Feature","id":1245,"geometry":{ "type": "Point", "coordinates": [ -112.8687, 36.938 ] },"properties":{"date":"1996-07-28T20:10:19+00:00","depth":6.48,"magnitude":"1.54","type":"Mc","location":""}},{"type":"Feature","id":1244,"geometry":{ "type": "Point", "coordinates": [ -113.68, 36.7857 ] },"properties":{"date":"1996-07-28T09:47:02+00:00","depth":14.26,"magnitude":"1.96","type":"Mc","location":""}},{"type":"Feature","id":1243,"geometry":{ "type": "Point", "coordinates": [ -111.4122, 36.969 ] },"properties":{"date":"1996-07-26T07:46:11+00:00","depth":4.47,"magnitude":"2.71","type":"Mc","location":""}},{"type":"Feature","id":1242,"geometry":{ "type": "Point", "coordinates": [ -112.2057, 37.0632 ] },"properties":{"date":"1996-07-25T08:27:08+00:00","depth":7.78,"magnitude":"1.9","type":"Mc","location":""}},{"type":"Feature","id":1241,"geometry":{ "type": "Point", "coordinates": [ -111.61, 35.09 ] },"properties":{"date":"1996-07-03T05:16:44+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1240,"geometry":{ "type": "Point", "coordinates": [ -112.7338, 36.8748 ] },"properties":{"date":"1996-06-21T11:25:33+00:00","depth":0.0,"magnitude":"1.72","type":"Mc","location":""}},{"type":"Feature","id":1239,"geometry":{ "type": "Point", "coordinates": [ -112.9955, 37.0682 ] },"properties":{"date":"1996-06-08T00:07:10+00:00","depth":7.86,"magnitude":"2.27","type":"Mc","location":""}},{"type":"Feature","id":1238,"geometry":{ "type": "Point", "coordinates": [ -112.15, 35.5 ] },"properties":{"date":"1996-06-06T04:36:00+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1237,"geometry":{ "type": "Point", "coordinates": [ -112.9482, 37.0437 ] },"properties":{"date":"1996-05-31T05:57:44+00:00","depth":7.35,"magnitude":"1.72","type":"Mc","location":""}},{"type":"Feature","id":1236,"geometry":{ "type": "Point", "coordinates": [ -114.1215, 37.0435 ] },"properties":{"date":"1996-05-30T04:29:28+00:00","depth":5.75,"magnitude":"1.96","type":"Mc","location":""}},{"type":"Feature","id":1235,"geometry":{ "type": "Point", "coordinates": [ -112.0592, 37.0898 ] },"properties":{"date":"1996-05-16T15:31:11+00:00","depth":6.97,"magnitude":"1.6","type":"Mc","location":""}},{"type":"Feature","id":1234,"geometry":{ "type": "Point", "coordinates": [ -112.37, 36.54 ] },"properties":{"date":"1996-04-26T04:04:01+00:00","depth":10.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":1233,"geometry":{ "type": "Point", "coordinates": [ -113.0002, 37.0262 ] },"properties":{"date":"1996-04-25T06:03:53+00:00","depth":2.06,"magnitude":"1.67","type":"Mc","location":""}},{"type":"Feature","id":1232,"geometry":{ "type": "Point", "coordinates": [ -113.6348, 36.908 ] },"properties":{"date":"1996-04-07T14:57:03+00:00","depth":1.64,"magnitude":"2.53","type":"Mc","location":""}},{"type":"Feature","id":1231,"geometry":{ "type": "Point", "coordinates": [ -112.03, 35.51 ] },"properties":{"date":"1996-03-31T03:31:58+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1230,"geometry":{ "type": "Point", "coordinates": [ -112.0, 35.5 ] },"properties":{"date":"1996-03-29T19:58:15+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1229,"geometry":{ "type": "Point", "coordinates": [ -112.8735, 37.0322 ] },"properties":{"date":"1996-03-21T22:09:10+00:00","depth":6.68,"magnitude":"1.69","type":"Mc","location":""}},{"type":"Feature","id":1228,"geometry":{ "type": "Point", "coordinates": [ -112.4227, 36.9173 ] },"properties":{"date":"1996-03-13T05:43:53+00:00","depth":1.13,"magnitude":"2.87","type":"Mc","location":""}},{"type":"Feature","id":1227,"geometry":{ "type": "Point", "coordinates": [ -112.08, 35.55 ] },"properties":{"date":"1996-03-10T08:56:54+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1226,"geometry":{ "type": "Point", "coordinates": [ -112.1, 35.53 ] },"properties":{"date":"1996-03-05T05:13:24+00:00","depth":10.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1225,"geometry":{ "type": "Point", "coordinates": [ -112.4153, 36.9508 ] },"properties":{"date":"1996-02-26T02:23:05+00:00","depth":2.88,"magnitude":"2.21","type":"Mc","location":""}},{"type":"Feature","id":1224,"geometry":{ "type": "Point", "coordinates": [ -112.02, 35.56 ] },"properties":{"date":"1996-02-25T23:20:24+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1223,"geometry":{ "type": "Point", "coordinates": [ -113.9733, 36.7927 ] },"properties":{"date":"1996-02-15T22:41:38+00:00","depth":0.14,"magnitude":"2.71","type":"Mc","location":""}},{"type":"Feature","id":1222,"geometry":{ "type": "Point", "coordinates": [ -112.1923, 37.0582 ] },"properties":{"date":"1996-02-11T06:25:39+00:00","depth":3.1,"magnitude":"1.9","type":"Mc","location":""}},{"type":"Feature","id":1221,"geometry":{ "type": "Point", "coordinates": [ -112.728, 36.7568 ] },"properties":{"date":"1996-02-01T03:17:25+00:00","depth":6.25,"magnitude":"2.28","type":"Mc","location":""}},{"type":"Feature","id":1220,"geometry":{ "type": "Point", "coordinates": [ -114.679, 35.919 ] },"properties":{"date":"1996-01-31T22:59:56+00:00","depth":5.0,"magnitude":"3.4","type":"ML","location":""}},{"type":"Feature","id":1218,"geometry":{ "type": "Point", "coordinates": [ -112.02, 35.52 ] },"properties":{"date":"1996-01-30T15:56:10+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1219,"geometry":{ "type": "Point", "coordinates": [ -112.01, 35.55 ] },"properties":{"date":"1996-01-30T01:04:49+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1217,"geometry":{ "type": "Point", "coordinates": [ -112.07, 35.54 ] },"properties":{"date":"1996-01-29T17:06:13+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1216,"geometry":{ "type": "Point", "coordinates": [ -112.07, 35.54 ] },"properties":{"date":"1996-01-29T08:12:34+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1215,"geometry":{ "type": "Point", "coordinates": [ -112.9847, 36.8402 ] },"properties":{"date":"1996-01-22T11:14:06+00:00","depth":5.13,"magnitude":"1.95","type":"Mc","location":""}},{"type":"Feature","id":1214,"geometry":{ "type": "Point", "coordinates": [ -114.48, 36.196 ] },"properties":{"date":"1995-12-27T22:25:13+00:00","depth":5.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":1213,"geometry":{ "type": "Point", "coordinates": [ -114.7818, 36.1227 ] },"properties":{"date":"1995-12-26T03:16:25+00:00","depth":9.45,"magnitude":"1.56","type":"Mc","location":""}},{"type":"Feature","id":1212,"geometry":{ "type": "Point", "coordinates": [ -113.8157, 37.0525 ] },"properties":{"date":"1995-12-20T04:29:23+00:00","depth":14.58,"magnitude":"2.61","type":"Mc","location":""}},{"type":"Feature","id":1211,"geometry":{ "type": "Point", "coordinates": [ -112.3712, 36.8565 ] },"properties":{"date":"1995-10-29T03:22:42+00:00","depth":3.06,"magnitude":"2.4","type":"Mc","location":""}},{"type":"Feature","id":1210,"geometry":{ "type": "Point", "coordinates": [ -108.9955, 36.871 ] },"properties":{"date":"1995-10-05T22:00:09+00:00","depth":0.0,"magnitude":"2.93","type":"Mc","location":""}},{"type":"Feature","id":1209,"geometry":{ "type": "Point", "coordinates": [ -114.0807, 36.4412 ] },"properties":{"date":"1995-10-03T10:44:18+00:00","depth":0.56,"magnitude":"2.28","type":"Mc","location":""}},{"type":"Feature","id":1208,"geometry":{ "type": "Point", "coordinates": [ -114.7807, 35.9888 ] },"properties":{"date":"1995-10-01T17:14:40+00:00","depth":0.0,"magnitude":"2.03","type":"Mc","location":""}},{"type":"Feature","id":1207,"geometry":{ "type": "Point", "coordinates": [ -108.9728, 36.9265 ] },"properties":{"date":"1995-09-23T14:44:35+00:00","depth":7.34,"magnitude":"2.66","type":"Mc","location":""}},{"type":"Feature","id":1206,"geometry":{ "type": "Point", "coordinates": [ -114.1598, 36.1372 ] },"properties":{"date":"1995-09-22T02:42:56+00:00","depth":2.56,"magnitude":"2.75","type":"Mc","location":""}},{"type":"Feature","id":1205,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.09 ] },"properties":{"date":"1995-07-25T22:50:49+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1204,"geometry":{ "type": "Point", "coordinates": [ -111.91, 35.46 ] },"properties":{"date":"1995-07-19T03:14:35+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1202,"geometry":{ "type": "Point", "coordinates": [ -111.98, 35.51 ] },"properties":{"date":"1995-06-21T09:18:39+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1203,"geometry":{ "type": "Point", "coordinates": [ -111.97, 35.48 ] },"properties":{"date":"1995-06-21T07:01:07+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1201,"geometry":{ "type": "Point", "coordinates": [ -110.3458, 36.8703 ] },"properties":{"date":"1995-06-17T14:51:58+00:00","depth":1.19,"magnitude":"1.95","type":"Mc","location":""}},{"type":"Feature","id":1200,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.11 ] },"properties":{"date":"1995-06-17T01:23:43+00:00","depth":13.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1199,"geometry":{ "type": "Point", "coordinates": [ -114.8215, 35.9815 ] },"properties":{"date":"1995-06-09T02:58:29+00:00","depth":0.1,"magnitude":"2.19","type":"Mc","location":""}},{"type":"Feature","id":1198,"geometry":{ "type": "Point", "coordinates": [ -112.11, 36.15 ] },"properties":{"date":"1995-06-08T17:54:04+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1197,"geometry":{ "type": "Point", "coordinates": [ -112.1, 36.14 ] },"properties":{"date":"1995-06-06T09:06:32+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1196,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.15 ] },"properties":{"date":"1995-06-05T09:09:47+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1195,"geometry":{ "type": "Point", "coordinates": [ -112.07, 36.08 ] },"properties":{"date":"1995-06-02T17:45:17+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1194,"geometry":{ "type": "Point", "coordinates": [ -112.08, 36.14 ] },"properties":{"date":"1995-05-23T21:58:53+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1193,"geometry":{ "type": "Point", "coordinates": [ -112.09, 36.1 ] },"properties":{"date":"1995-05-22T06:55:35+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1192,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.14 ] },"properties":{"date":"1995-05-08T18:52:01+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1191,"geometry":{ "type": "Point", "coordinates": [ -112.223, 35.964 ] },"properties":{"date":"1995-04-17T08:23:46+00:00","depth":5.0,"magnitude":"4.1","type":"Unk","location":""}},{"type":"Feature","id":1190,"geometry":{ "type": "Point", "coordinates": [ -112.16, 36.05 ] },"properties":{"date":"1995-04-16T08:23:46+00:00","depth":10.0,"magnitude":"4.1","type":"ML","location":""}},{"type":"Feature","id":1188,"geometry":{ "type": "Point", "coordinates": [ -113.418, 36.602 ] },"properties":{"date":"1995-03-07T22:33:19+00:00","depth":5.0,"magnitude":"3.1","type":"Unk","location":""}},{"type":"Feature","id":1189,"geometry":{ "type": "Point", "coordinates": [ -113.01, 36.78 ] },"properties":{"date":"1995-03-07T21:56:15+00:00","depth":10.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":1183,"geometry":{ "type": "Point", "coordinates": [ -112.15, 36.18 ] },"properties":{"date":"1995-03-01T19:53:37+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1186,"geometry":{ "type": "Point", "coordinates": [ -112.12, 36.19 ] },"properties":{"date":"1995-03-01T14:22:53+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1184,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.12 ] },"properties":{"date":"1995-03-01T11:21:53+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1185,"geometry":{ "type": "Point", "coordinates": [ -112.12, 36.14 ] },"properties":{"date":"1995-03-01T10:12:49+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1187,"geometry":{ "type": "Point", "coordinates": [ -112.11, 36.1 ] },"properties":{"date":"1995-03-01T08:14:59+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1182,"geometry":{ "type": "Point", "coordinates": [ -111.63, 35.07 ] },"properties":{"date":"1995-02-06T14:28:21+00:00","depth":10.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1181,"geometry":{ "type": "Point", "coordinates": [ -112.14, 36.11 ] },"properties":{"date":"1995-02-03T03:53:16+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1179,"geometry":{ "type": "Point", "coordinates": [ -112.15, 36.05 ] },"properties":{"date":"1995-01-31T23:29:01+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1180,"geometry":{ "type": "Point", "coordinates": [ -112.11, 36.08 ] },"properties":{"date":"1995-01-31T20:42:55+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1178,"geometry":{ "type": "Point", "coordinates": [ -114.8267, 36.047 ] },"properties":{"date":"1995-01-01T14:59:43+00:00","depth":4.42,"magnitude":"3.67","type":"Mc","location":""}},{"type":"Feature","id":1177,"geometry":{ "type": "Point", "coordinates": [ -113.377, 36.324 ] },"properties":{"date":"1994-11-27T12:36:14+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":1175,"geometry":{ "type": "Point", "coordinates": [ -113.597, 36.332 ] },"properties":{"date":"1994-11-27T11:10:53+00:00","depth":5.0,"magnitude":"3.5","type":"Unk","location":""}},{"type":"Feature","id":1176,"geometry":{ "type": "Point", "coordinates": [ -113.557, 36.304 ] },"properties":{"date":"1994-11-27T06:30:01+00:00","depth":5.0,"magnitude":"3.4","type":"Unk","location":""}},{"type":"Feature","id":1174,"geometry":{ "type": "Point", "coordinates": [ -113.63, 36.33 ] },"properties":{"date":"1994-11-26T06:30:22+00:00","depth":10.0,"magnitude":"3.4","type":"ML","location":""}},{"type":"Feature","id":1173,"geometry":{ "type": "Point", "coordinates": [ -113.56, 36.28 ] },"properties":{"date":"1994-11-07T17:37:26+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1172,"geometry":{ "type": "Point", "coordinates": [ -114.119, 36.081 ] },"properties":{"date":"1994-10-29T22:27:52+00:00","depth":5.0,"magnitude":"3.6","type":"Unk","location":""}},{"type":"Feature","id":1171,"geometry":{ "type": "Point", "coordinates": [ -114.7745, 36.0723 ] },"properties":{"date":"1994-10-29T08:48:08+00:00","depth":1.04,"magnitude":"2.42","type":"Mc","location":""}},{"type":"Feature","id":1170,"geometry":{ "type": "Point", "coordinates": [ -111.992, 35.464 ] },"properties":{"date":"1994-09-29T11:21:25+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":1169,"geometry":{ "type": "Point", "coordinates": [ -111.96, 35.44 ] },"properties":{"date":"1994-09-24T00:46:27+00:00","depth":10.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":1168,"geometry":{ "type": "Point", "coordinates": [ -112.15, 35.34 ] },"properties":{"date":"1994-08-26T09:35:17+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1167,"geometry":{ "type": "Point", "coordinates": [ -114.696, 36.0917 ] },"properties":{"date":"1994-07-28T07:07:22+00:00","depth":0.37,"magnitude":"2.05","type":"Mc","location":""}},{"type":"Feature","id":1166,"geometry":{ "type": "Point", "coordinates": [ -114.6612, 36.0992 ] },"properties":{"date":"1994-07-08T02:59:34+00:00","depth":1.73,"magnitude":"2","type":"Mc","location":""}},{"type":"Feature","id":1165,"geometry":{ "type": "Point", "coordinates": [ -112.18, 36.12 ] },"properties":{"date":"1994-07-03T11:21:23+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1164,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.14 ] },"properties":{"date":"1994-05-23T09:02:50+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1163,"geometry":{ "type": "Point", "coordinates": [ -110.2855, 36.9725 ] },"properties":{"date":"1994-05-20T21:16:48+00:00","depth":0.62,"magnitude":"2.66","type":"Mc","location":""}},{"type":"Feature","id":1162,"geometry":{ "type": "Point", "coordinates": [ -113.4853, 36.9917 ] },"properties":{"date":"1994-05-19T07:00:01+00:00","depth":3.35,"magnitude":"1.91","type":"Mc","location":""}},{"type":"Feature","id":1161,"geometry":{ "type": "Point", "coordinates": [ -110.3625, 37.016 ] },"properties":{"date":"1994-05-12T19:47:33+00:00","depth":0.17,"magnitude":"3","type":"Mc","location":""}},{"type":"Feature","id":1160,"geometry":{ "type": "Point", "coordinates": [ -112.29, 36.1 ] },"properties":{"date":"1994-05-12T03:34:42+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1159,"geometry":{ "type": "Point", "coordinates": [ -112.91, 36.66 ] },"properties":{"date":"1994-04-25T07:26:53+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1158,"geometry":{ "type": "Point", "coordinates": [ -112.96, 36.68 ] },"properties":{"date":"1994-04-24T10:10:40+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1157,"geometry":{ "type": "Point", "coordinates": [ -113.04, 36.71 ] },"properties":{"date":"1994-04-24T08:41:34+00:00","depth":10.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1156,"geometry":{ "type": "Point", "coordinates": [ -112.26, 36.13 ] },"properties":{"date":"1994-04-21T07:58:30+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1155,"geometry":{ "type": "Point", "coordinates": [ -112.11, 35.33 ] },"properties":{"date":"1994-04-15T13:21:55+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1154,"geometry":{ "type": "Point", "coordinates": [ -114.757, 36.0748 ] },"properties":{"date":"1994-04-12T01:58:35+00:00","depth":2.85,"magnitude":"2.29","type":"Mc","location":""}},{"type":"Feature","id":1153,"geometry":{ "type": "Point", "coordinates": [ -112.64, 35.11 ] },"properties":{"date":"1994-04-01T17:57:55+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1152,"geometry":{ "type": "Point", "coordinates": [ -112.707, 34.936 ] },"properties":{"date":"1994-04-01T17:17:34+00:00","depth":5.0,"magnitude":"3.3","type":"Unk","location":""}},{"type":"Feature","id":1150,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.14 ] },"properties":{"date":"1994-03-25T06:41:49+00:00","depth":10.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":1151,"geometry":{ "type": "Point", "coordinates": [ -112.18, 36.17 ] },"properties":{"date":"1994-03-25T00:48:39+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1149,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.11 ] },"properties":{"date":"1994-03-24T18:59:57+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1148,"geometry":{ "type": "Point", "coordinates": [ -114.3298, 36.1453 ] },"properties":{"date":"1994-03-22T22:46:35+00:00","depth":0.77,"magnitude":"2.15","type":"Mc","location":""}},{"type":"Feature","id":1147,"geometry":{ "type": "Point", "coordinates": [ -112.11, 36.18 ] },"properties":{"date":"1994-03-21T16:05:20+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1144,"geometry":{ "type": "Point", "coordinates": [ -114.8043, 35.9715 ] },"properties":{"date":"1994-03-19T09:41:03+00:00","depth":3.13,"magnitude":"1.95","type":"Mc","location":""}},{"type":"Feature","id":1146,"geometry":{ "type": "Point", "coordinates": [ -112.08, 36.2 ] },"properties":{"date":"1994-03-19T05:02:25+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1145,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.14 ] },"properties":{"date":"1994-03-19T04:45:33+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1143,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.13 ] },"properties":{"date":"1994-03-11T10:54:41+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1142,"geometry":{ "type": "Point", "coordinates": [ -110.3598, 37.0873 ] },"properties":{"date":"1994-03-08T01:34:28+00:00","depth":1.13,"magnitude":"2.7","type":"Mc","location":""}},{"type":"Feature","id":1141,"geometry":{ "type": "Point", "coordinates": [ -114.7187, 36.0945 ] },"properties":{"date":"1994-03-06T23:03:15+00:00","depth":4.95,"magnitude":"2.62","type":"Mc","location":""}},{"type":"Feature","id":1140,"geometry":{ "type": "Point", "coordinates": [ -112.16, 35.32 ] },"properties":{"date":"1994-02-25T08:59:16+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1139,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.33 ] },"properties":{"date":"1994-02-23T04:49:54+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1138,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.31 ] },"properties":{"date":"1994-02-21T03:00:57+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1137,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.11 ] },"properties":{"date":"1994-02-19T08:57:46+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1136,"geometry":{ "type": "Point", "coordinates": [ -114.6372, 36.0508 ] },"properties":{"date":"1994-02-05T14:59:58+00:00","depth":0.0,"magnitude":"2.23","type":"Mc","location":""}},{"type":"Feature","id":1135,"geometry":{ "type": "Point", "coordinates": [ -110.2565, 37.0117 ] },"properties":{"date":"1994-02-03T19:08:46+00:00","depth":1.66,"magnitude":"2.9","type":"Mc","location":""}},{"type":"Feature","id":1134,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.15 ] },"properties":{"date":"1994-01-26T04:08:55+00:00","depth":10.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":1133,"geometry":{ "type": "Point", "coordinates": [ -111.88, 35.41 ] },"properties":{"date":"1994-01-06T12:07:21+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1132,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.41 ] },"properties":{"date":"1993-12-27T16:48:50+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1131,"geometry":{ "type": "Point", "coordinates": [ -113.5707, 37.054 ] },"properties":{"date":"1993-12-24T13:30:17+00:00","depth":0.0,"magnitude":"1.86","type":"Mc","location":""}},{"type":"Feature","id":1129,"geometry":{ "type": "Point", "coordinates": [ -114.6577, 36.1093 ] },"properties":{"date":"1993-12-21T07:37:56+00:00","depth":0.0,"magnitude":"2.18","type":"Mc","location":""}},{"type":"Feature","id":1130,"geometry":{ "type": "Point", "coordinates": [ -114.656, 36.1087 ] },"properties":{"date":"1993-12-21T07:29:50+00:00","depth":0.0,"magnitude":"2.23","type":"Mc","location":""}},{"type":"Feature","id":1128,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.44 ] },"properties":{"date":"1993-12-20T08:03:51+00:00","depth":10.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":1126,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.42 ] },"properties":{"date":"1993-12-10T13:10:28+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1127,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.41 ] },"properties":{"date":"1993-12-10T09:10:56+00:00","depth":10.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1125,"geometry":{ "type": "Point", "coordinates": [ -113.5572, 34.1355 ] },"properties":{"date":"1993-12-01T22:34:15+00:00","depth":4.54,"magnitude":"-0","type":"Mc","location":""}},{"type":"Feature","id":1124,"geometry":{ "type": "Point", "coordinates": [ -111.3877, 37.0973 ] },"properties":{"date":"1993-11-18T02:47:37+00:00","depth":0.59,"magnitude":"2.32","type":"Mc","location":""}},{"type":"Feature","id":1123,"geometry":{ "type": "Point", "coordinates": [ -112.08, 36.0 ] },"properties":{"date":"1993-11-13T02:30:49+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1122,"geometry":{ "type": "Point", "coordinates": [ -112.17, 36.01 ] },"properties":{"date":"1993-11-10T07:58:29+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":1121,"geometry":{ "type": "Point", "coordinates": [ -112.11, 36.0 ] },"properties":{"date":"1993-11-09T06:22:04+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1120,"geometry":{ "type": "Point", "coordinates": [ -114.565, 33.024 ] },"properties":{"date":"1993-11-02T00:20:24+00:00","depth":0.64,"magnitude":"1.45","type":"Mc","location":""}},{"type":"Feature","id":1119,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.98 ] },"properties":{"date":"1993-10-27T07:54:02+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1118,"geometry":{ "type": "Point", "coordinates": [ -112.15, 36.01 ] },"properties":{"date":"1993-10-25T19:52:08+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1117,"geometry":{ "type": "Point", "coordinates": [ -113.0, 36.74 ] },"properties":{"date":"1993-10-18T11:54:55+00:00","depth":10.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":1116,"geometry":{ "type": "Point", "coordinates": [ -113.5017, 37.017 ] },"properties":{"date":"1993-10-07T13:18:26+00:00","depth":0.09,"magnitude":"2.52","type":"Mc","location":""}},{"type":"Feature","id":1115,"geometry":{ "type": "Point", "coordinates": [ -114.9, 32.561 ] },"properties":{"date":"1993-09-25T16:34:14+00:00","depth":6.0,"magnitude":"1.51","type":"Mc","location":""}},{"type":"Feature","id":1114,"geometry":{ "type": "Point", "coordinates": [ -113.1463, 36.8157 ] },"properties":{"date":"1993-09-10T07:03:59+00:00","depth":6.7,"magnitude":"2.07","type":"Mc","location":""}},{"type":"Feature","id":1113,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.4 ] },"properties":{"date":"1993-09-03T22:03:21+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1111,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.96 ] },"properties":{"date":"1993-07-18T12:42:12+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1112,"geometry":{ "type": "Point", "coordinates": [ -111.04, 34.77 ] },"properties":{"date":"1993-07-18T11:37:35+00:00","depth":10.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":1110,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.97 ] },"properties":{"date":"1993-07-13T04:03:19+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1109,"geometry":{ "type": "Point", "coordinates": [ -113.01, 36.75 ] },"properties":{"date":"1993-07-12T03:37:47+00:00","depth":10.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":1107,"geometry":{ "type": "Point", "coordinates": [ -114.1262, 37.0513 ] },"properties":{"date":"1993-06-30T19:53:28+00:00","depth":11.1,"magnitude":"2.16","type":"Mc","location":""}},{"type":"Feature","id":1108,"geometry":{ "type": "Point", "coordinates": [ -113.9375, 37.0022 ] },"properties":{"date":"1993-06-30T17:19:41+00:00","depth":9.9,"magnitude":"2.62","type":"Mc","location":""}},{"type":"Feature","id":1106,"geometry":{ "type": "Point", "coordinates": [ -114.0535, 36.96 ] },"properties":{"date":"1993-06-29T05:41:34+00:00","depth":2.0,"magnitude":"2.2","type":"Mc","location":""}},{"type":"Feature","id":1105,"geometry":{ "type": "Point", "coordinates": [ -113.03, 36.73 ] },"properties":{"date":"1993-06-27T13:20:10+00:00","depth":10.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":1104,"geometry":{ "type": "Point", "coordinates": [ -110.3633, 36.9307 ] },"properties":{"date":"1993-06-25T03:23:36+00:00","depth":1.14,"magnitude":"2.21","type":"Mc","location":""}},{"type":"Feature","id":1103,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.37 ] },"properties":{"date":"1993-06-22T22:55:28+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1102,"geometry":{ "type": "Point", "coordinates": [ -112.297, 35.983 ] },"properties":{"date":"1993-06-21T08:36:08+00:00","depth":5.0,"magnitude":"3.5","type":"Unk","location":""}},{"type":"Feature","id":1101,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.42 ] },"properties":{"date":"1993-06-14T08:31:38+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1100,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.02 ] },"properties":{"date":"1993-06-13T11:49:55+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1099,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.99 ] },"properties":{"date":"1993-06-07T13:01:26+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1098,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.0 ] },"properties":{"date":"1993-06-05T09:07:36+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1097,"geometry":{ "type": "Point", "coordinates": [ -110.3558, 36.9648 ] },"properties":{"date":"1993-06-03T16:17:28+00:00","depth":0.25,"magnitude":"3.68","type":"Mc","location":""}},{"type":"Feature","id":1096,"geometry":{ "type": "Point", "coordinates": [ -112.23, 35.98 ] },"properties":{"date":"1993-06-03T04:06:21+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1095,"geometry":{ "type": "Point", "coordinates": [ -112.02, 35.4 ] },"properties":{"date":"1993-05-29T01:00:58+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1094,"geometry":{ "type": "Point", "coordinates": [ -112.1192, 37.0532 ] },"properties":{"date":"1993-05-27T06:21:54+00:00","depth":0.3,"magnitude":"3.66","type":"Mc","location":""}},{"type":"Feature","id":1093,"geometry":{ "type": "Point", "coordinates": [ -112.0, 35.42 ] },"properties":{"date":"1993-05-26T17:03:08+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1092,"geometry":{ "type": "Point", "coordinates": [ -112.03, 35.41 ] },"properties":{"date":"1993-05-26T06:07:12+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1091,"geometry":{ "type": "Point", "coordinates": [ -112.04, 35.41 ] },"properties":{"date":"1993-05-23T21:04:43+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1090,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.95 ] },"properties":{"date":"1993-05-23T08:10:21+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1089,"geometry":{ "type": "Point", "coordinates": [ -112.197, 35.622 ] },"properties":{"date":"1993-05-17T09:50:58+00:00","depth":10.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":1088,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.36 ] },"properties":{"date":"1993-05-17T09:01:21+00:00","depth":18.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1087,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.34 ] },"properties":{"date":"1993-05-13T21:54:03+00:00","depth":18.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":1086,"geometry":{ "type": "Point", "coordinates": [ -114.013, 36.203 ] },"properties":{"date":"1993-05-12T07:24:04+00:00","depth":5.0,"magnitude":"3.5","type":"Unk","location":""}},{"type":"Feature","id":1084,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.42 ] },"properties":{"date":"1993-05-09T02:05:17+00:00","depth":1.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1085,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.56 ] },"properties":{"date":"1993-05-09T02:04:15+00:00","depth":5.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":1078,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.5 ] },"properties":{"date":"1993-05-08T14:10:01+00:00","depth":6.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1079,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.49 ] },"properties":{"date":"1993-05-08T13:08:45+00:00","depth":7.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1082,"geometry":{ "type": "Point", "coordinates": [ -112.16, 35.48 ] },"properties":{"date":"1993-05-08T09:09:22+00:00","depth":7.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1081,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.49 ] },"properties":{"date":"1993-05-08T08:09:56+00:00","depth":6.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1077,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.51 ] },"properties":{"date":"1993-05-08T07:55:19+00:00","depth":7.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1083,"geometry":{ "type": "Point", "coordinates": [ -112.15, 35.49 ] },"properties":{"date":"1993-05-08T06:16:24+00:00","depth":12.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1080,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.49 ] },"properties":{"date":"1993-05-08T02:12:33+00:00","depth":7.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1076,"geometry":{ "type": "Point", "coordinates": [ -112.16, 35.4 ] },"properties":{"date":"1993-05-07T23:05:22+00:00","depth":18.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":1074,"geometry":{ "type": "Point", "coordinates": [ -112.173, 35.625 ] },"properties":{"date":"1993-05-07T15:34:44+00:00","depth":10.0,"magnitude":"3.8","type":"Unk","location":""}},{"type":"Feature","id":1073,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.49 ] },"properties":{"date":"1993-05-07T11:17:35+00:00","depth":7.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1072,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.49 ] },"properties":{"date":"1993-05-07T10:03:55+00:00","depth":8.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1075,"geometry":{ "type": "Point", "coordinates": [ -112.16, 35.51 ] },"properties":{"date":"1993-05-07T06:59:52+00:00","depth":7.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1070,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.46 ] },"properties":{"date":"1993-05-06T19:26:50+00:00","depth":6.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1067,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.41 ] },"properties":{"date":"1993-05-06T13:58:51+00:00","depth":9.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1069,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.5 ] },"properties":{"date":"1993-05-06T06:17:06+00:00","depth":8.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1066,"geometry":{ "type": "Point", "coordinates": [ -112.23, 35.53 ] },"properties":{"date":"1993-05-06T05:00:14+00:00","depth":9.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1071,"geometry":{ "type": "Point", "coordinates": [ -112.142, 35.581 ] },"properties":{"date":"1993-05-06T04:55:42+00:00","depth":10.0,"magnitude":"2.9","type":"Unk","location":""}},{"type":"Feature","id":1068,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.53 ] },"properties":{"date":"1993-05-06T02:38:59+00:00","depth":4.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1060,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.52 ] },"properties":{"date":"1993-05-05T22:15:43+00:00","depth":8.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1057,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.49 ] },"properties":{"date":"1993-05-05T21:12:21+00:00","depth":8.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1063,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.48 ] },"properties":{"date":"1993-05-05T18:15:58+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1059,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.8 ] },"properties":{"date":"1993-05-05T13:42:24+00:00","depth":17.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1055,"geometry":{ "type": "Point", "coordinates": [ -112.23, 35.45 ] },"properties":{"date":"1993-05-05T10:56:14+00:00","depth":8.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1065,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.45 ] },"properties":{"date":"1993-05-05T09:21:38+00:00","depth":8.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1062,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.47 ] },"properties":{"date":"1993-05-05T08:48:47+00:00","depth":9.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":1058,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.45 ] },"properties":{"date":"1993-05-05T08:27:57+00:00","depth":9.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1056,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.47 ] },"properties":{"date":"1993-05-05T05:19:59+00:00","depth":9.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1061,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.49 ] },"properties":{"date":"1993-05-05T05:10:30+00:00","depth":15.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1064,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.44 ] },"properties":{"date":"1993-05-05T02:30:19+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1034,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.39 ] },"properties":{"date":"1993-05-03T15:32:07+00:00","depth":9.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1046,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.44 ] },"properties":{"date":"1993-05-03T14:44:31+00:00","depth":9.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1039,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.46 ] },"properties":{"date":"1993-05-03T12:21:04+00:00","depth":9.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1054,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.47 ] },"properties":{"date":"1993-05-03T12:19:20+00:00","depth":9.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1038,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.43 ] },"properties":{"date":"1993-05-03T11:28:44+00:00","depth":11.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":1045,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.46 ] },"properties":{"date":"1993-05-03T10:44:42+00:00","depth":8.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1044,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.46 ] },"properties":{"date":"1993-05-03T09:40:53+00:00","depth":10.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1037,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.48 ] },"properties":{"date":"1993-05-03T08:56:04+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1053,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.5 ] },"properties":{"date":"1993-05-03T08:23:27+00:00","depth":8.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1052,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.78 ] },"properties":{"date":"1993-05-03T07:52:21+00:00","depth":5.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1051,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.47 ] },"properties":{"date":"1993-05-03T07:44:39+00:00","depth":10.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1043,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.48 ] },"properties":{"date":"1993-05-03T07:33:53+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1042,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.5 ] },"properties":{"date":"1993-05-03T07:33:04+00:00","depth":10.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1050,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.45 ] },"properties":{"date":"1993-05-03T07:32:58+00:00","depth":8.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1033,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.56 ] },"properties":{"date":"1993-05-03T06:14:54+00:00","depth":4.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1036,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.51 ] },"properties":{"date":"1993-05-03T05:57:48+00:00","depth":9.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1041,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.45 ] },"properties":{"date":"1993-05-03T05:47:08+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1049,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.47 ] },"properties":{"date":"1993-05-03T05:11:05+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1035,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.45 ] },"properties":{"date":"1993-05-03T05:05:59+00:00","depth":9.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1032,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.45 ] },"properties":{"date":"1993-05-03T04:28:52+00:00","depth":11.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":1048,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.48 ] },"properties":{"date":"1993-05-03T04:04:40+00:00","depth":9.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1047,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.49 ] },"properties":{"date":"1993-05-03T03:52:48+00:00","depth":9.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1040,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.41 ] },"properties":{"date":"1993-05-03T03:44:09+00:00","depth":4.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1031,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.49 ] },"properties":{"date":"1993-05-03T03:28:16+00:00","depth":15.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":1030,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.49 ] },"properties":{"date":"1993-05-03T03:01:52+00:00","depth":12.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1024,"geometry":{ "type": "Point", "coordinates": [ -114.1073, 36.0702 ] },"properties":{"date":"1993-05-02T15:52:06+00:00","depth":8.51,"magnitude":"2.49","type":"Mc","location":""}},{"type":"Feature","id":1028,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.47 ] },"properties":{"date":"1993-05-02T15:28:56+00:00","depth":14.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":1026,"geometry":{ "type": "Point", "coordinates": [ -112.23, 35.51 ] },"properties":{"date":"1993-05-02T14:02:55+00:00","depth":1.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1025,"geometry":{ "type": "Point", "coordinates": [ -112.24, 35.55 ] },"properties":{"date":"1993-05-02T09:14:36+00:00","depth":4.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1029,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.53 ] },"properties":{"date":"1993-05-02T07:30:03+00:00","depth":5.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":1027,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.46 ] },"properties":{"date":"1993-05-02T05:21:15+00:00","depth":16.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1022,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.47 ] },"properties":{"date":"1993-05-01T20:07:38+00:00","depth":8.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1023,"geometry":{ "type": "Point", "coordinates": [ -112.061, 35.623 ] },"properties":{"date":"1993-05-01T19:32:26+00:00","depth":5.0,"magnitude":"2.7","type":"Unk","location":""}},{"type":"Feature","id":1021,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.53 ] },"properties":{"date":"1993-05-01T13:29:28+00:00","depth":6.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":998,"geometry":{ "type": "Point", "coordinates": [ -112.3, 35.51 ] },"properties":{"date":"1993-05-01T11:49:30+00:00","depth":1.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1002,"geometry":{ "type": "Point", "coordinates": [ -112.23, 35.5 ] },"properties":{"date":"1993-05-01T11:42:42+00:00","depth":12.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1011,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.53 ] },"properties":{"date":"1993-05-01T11:19:23+00:00","depth":9.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":1010,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.53 ] },"properties":{"date":"1993-05-01T10:53:22+00:00","depth":6.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1018,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.53 ] },"properties":{"date":"1993-05-01T10:49:10+00:00","depth":7.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":1015,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.53 ] },"properties":{"date":"1993-05-01T09:53:36+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1020,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.52 ] },"properties":{"date":"1993-05-01T09:34:03+00:00","depth":7.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":1009,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.53 ] },"properties":{"date":"1993-05-01T09:02:56+00:00","depth":18.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1008,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.53 ] },"properties":{"date":"1993-05-01T08:47:15+00:00","depth":7.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1017,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.54 ] },"properties":{"date":"1993-05-01T08:41:00+00:00","depth":6.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1007,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.54 ] },"properties":{"date":"1993-05-01T07:38:49+00:00","depth":6.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1014,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.54 ] },"properties":{"date":"1993-05-01T07:34:43+00:00","depth":7.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1016,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.55 ] },"properties":{"date":"1993-05-01T06:42:43+00:00","depth":3.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":1019,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.53 ] },"properties":{"date":"1993-05-01T06:26:05+00:00","depth":28.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1006,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.53 ] },"properties":{"date":"1993-05-01T06:04:43+00:00","depth":7.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":1005,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.53 ] },"properties":{"date":"1993-05-01T05:58:33+00:00","depth":5.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":999,"geometry":{ "type": "Point", "coordinates": [ -112.28, 35.51 ] },"properties":{"date":"1993-05-01T05:47:29+00:00","depth":7.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":1013,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.53 ] },"properties":{"date":"1993-05-01T05:47:14+00:00","depth":7.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":1001,"geometry":{ "type": "Point", "coordinates": [ -112.23, 35.47 ] },"properties":{"date":"1993-05-01T05:32:21+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1000,"geometry":{ "type": "Point", "coordinates": [ -112.27, 35.5 ] },"properties":{"date":"1993-05-01T05:31:50+00:00","depth":7.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":1004,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.53 ] },"properties":{"date":"1993-05-01T05:28:17+00:00","depth":6.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":1003,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.45 ] },"properties":{"date":"1993-05-01T03:48:24+00:00","depth":9.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":1012,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.48 ] },"properties":{"date":"1993-05-01T03:15:32+00:00","depth":9.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":996,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.56 ] },"properties":{"date":"1993-04-30T16:30:17+00:00","depth":10.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":992,"geometry":{ "type": "Point", "coordinates": [ -112.26, 35.52 ] },"properties":{"date":"1993-04-30T16:23:20+00:00","depth":11.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":988,"geometry":{ "type": "Point", "coordinates": [ -112.29, 35.44 ] },"properties":{"date":"1993-04-30T12:05:05+00:00","depth":18.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":991,"geometry":{ "type": "Point", "coordinates": [ -112.27, 35.53 ] },"properties":{"date":"1993-04-30T11:14:32+00:00","depth":12.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":994,"geometry":{ "type": "Point", "coordinates": [ -112.25, 35.46 ] },"properties":{"date":"1993-04-30T09:06:12+00:00","depth":7.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":990,"geometry":{ "type": "Point", "coordinates": [ -112.27, 35.46 ] },"properties":{"date":"1993-04-30T09:05:49+00:00","depth":18.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":995,"geometry":{ "type": "Point", "coordinates": [ -112.23, 35.54 ] },"properties":{"date":"1993-04-30T07:53:52+00:00","depth":10.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":997,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.55 ] },"properties":{"date":"1993-04-30T05:10:44+00:00","depth":9.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":993,"geometry":{ "type": "Point", "coordinates": [ -112.25, 35.53 ] },"properties":{"date":"1993-04-30T05:01:54+00:00","depth":14.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":989,"geometry":{ "type": "Point", "coordinates": [ -112.27, 35.4 ] },"properties":{"date":"1993-04-30T01:39:05+00:00","depth":18.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":984,"geometry":{ "type": "Point", "coordinates": [ -112.142, 35.617 ] },"properties":{"date":"1993-04-29T21:08:14+00:00","depth":10.0,"magnitude":"3.6","type":"Unk","location":""}},{"type":"Feature","id":985,"geometry":{ "type": "Point", "coordinates": [ -112.14, 35.587 ] },"properties":{"date":"1993-04-29T15:26:36+00:00","depth":10.0,"magnitude":"3.3","type":"Unk","location":""}},{"type":"Feature","id":982,"geometry":{ "type": "Point", "coordinates": [ -112.24, 35.4 ] },"properties":{"date":"1993-04-29T14:38:17+00:00","depth":4.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":987,"geometry":{ "type": "Point", "coordinates": [ -112.079, 35.603 ] },"properties":{"date":"1993-04-29T12:36:10+00:00","depth":10.0,"magnitude":"2.7","type":"Unk","location":""}},{"type":"Feature","id":981,"geometry":{ "type": "Point", "coordinates": [ -112.25, 35.32 ] },"properties":{"date":"1993-04-29T08:29:30+00:00","depth":18.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":983,"geometry":{ "type": "Point", "coordinates": [ -112.16, 35.59 ] },"properties":{"date":"1993-04-29T08:21:01+00:00","depth":18.0,"magnitude":"5.4","type":"ML","location":""}},{"type":"Feature","id":986,"geometry":{ "type": "Point", "coordinates": [ -112.112, 35.611 ] },"properties":{"date":"1993-04-29T08:21:01+00:00","depth":10.0,"magnitude":"5.5","type":"Mb","location":""}},{"type":"Feature","id":978,"geometry":{ "type": "Point", "coordinates": [ -112.25, 35.45 ] },"properties":{"date":"1993-04-28T18:24:47+00:00","depth":18.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":975,"geometry":{ "type": "Point", "coordinates": [ -112.4, 35.61 ] },"properties":{"date":"1993-04-28T17:09:06+00:00","depth":7.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":980,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.43 ] },"properties":{"date":"1993-04-28T10:37:15+00:00","depth":11.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":977,"geometry":{ "type": "Point", "coordinates": [ -112.27, 35.5 ] },"properties":{"date":"1993-04-28T09:35:50+00:00","depth":6.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":976,"geometry":{ "type": "Point", "coordinates": [ -112.33, 35.44 ] },"properties":{"date":"1993-04-28T04:36:51+00:00","depth":15.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":979,"geometry":{ "type": "Point", "coordinates": [ -112.23, 35.49 ] },"properties":{"date":"1993-04-28T04:34:55+00:00","depth":7.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":970,"geometry":{ "type": "Point", "coordinates": [ -112.25, 35.34 ] },"properties":{"date":"1993-04-27T16:53:42+00:00","depth":1.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":973,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.41 ] },"properties":{"date":"1993-04-27T13:57:36+00:00","depth":11.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":971,"geometry":{ "type": "Point", "coordinates": [ -112.24, 35.5 ] },"properties":{"date":"1993-04-27T03:23:09+00:00","depth":6.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":974,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.45 ] },"properties":{"date":"1993-04-27T02:55:31+00:00","depth":12.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":969,"geometry":{ "type": "Point", "coordinates": [ -112.27, 35.52 ] },"properties":{"date":"1993-04-27T02:50:20+00:00","depth":18.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":972,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.21 ] },"properties":{"date":"1993-04-27T00:02:37+00:00","depth":18.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":968,"geometry":{ "type": "Point", "coordinates": [ -111.92, 35.46 ] },"properties":{"date":"1993-04-26T12:29:04+00:00","depth":18.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":966,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.44 ] },"properties":{"date":"1993-04-26T09:58:55+00:00","depth":12.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":964,"geometry":{ "type": "Point", "coordinates": [ -112.24, 35.5 ] },"properties":{"date":"1993-04-26T08:36:10+00:00","depth":18.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":965,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.53 ] },"properties":{"date":"1993-04-26T05:50:28+00:00","depth":18.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":967,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.53 ] },"properties":{"date":"1993-04-26T01:58:01+00:00","depth":18.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":962,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.36 ] },"properties":{"date":"1993-04-25T11:45:32+00:00","depth":18.0,"magnitude":"4.9","type":"ML","location":""}},{"type":"Feature","id":963,"geometry":{ "type": "Point", "coordinates": [ -112.147, 35.624 ] },"properties":{"date":"1993-04-25T09:29:50+00:00","depth":10.0,"magnitude":"5","type":"Mb","location":""}},{"type":"Feature","id":961,"geometry":{ "type": "Point", "coordinates": [ -112.8213, 37.0815 ] },"properties":{"date":"1993-04-23T14:30:20+00:00","depth":1.22,"magnitude":"2.15","type":"Mc","location":""}},{"type":"Feature","id":960,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.34 ] },"properties":{"date":"1993-04-10T13:49:59+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":959,"geometry":{ "type": "Point", "coordinates": [ -114.2108, 36.1065 ] },"properties":{"date":"1993-03-10T17:04:45+00:00","depth":9.66,"magnitude":"2.66","type":"Mc","location":""}},{"type":"Feature","id":958,"geometry":{ "type": "Point", "coordinates": [ -113.8248, 37.0075 ] },"properties":{"date":"1993-02-21T22:09:17+00:00","depth":1.29,"magnitude":"2.77","type":"Mc","location":""}},{"type":"Feature","id":957,"geometry":{ "type": "Point", "coordinates": [ -113.8642, 36.991 ] },"properties":{"date":"1993-02-21T20:47:19+00:00","depth":1.13,"magnitude":"2.3","type":"Mc","location":""}},{"type":"Feature","id":956,"geometry":{ "type": "Point", "coordinates": [ -112.225, 35.964 ] },"properties":{"date":"1993-02-04T06:18:18+00:00","depth":5.0,"magnitude":"3.6","type":"Unk","location":""}},{"type":"Feature","id":955,"geometry":{ "type": "Point", "coordinates": [ -112.226, 35.955 ] },"properties":{"date":"1993-02-04T06:14:15+00:00","depth":5.0,"magnitude":"2.4","type":"Unk","location":""}},{"type":"Feature","id":954,"geometry":{ "type": "Point", "coordinates": [ -112.4338, 37.0218 ] },"properties":{"date":"1993-01-23T16:54:20+00:00","depth":1.88,"magnitude":"1.94","type":"Mc","location":""}},{"type":"Feature","id":952,"geometry":{ "type": "Point", "coordinates": [ -113.4538, 37.0305 ] },"properties":{"date":"1993-01-17T07:18:49+00:00","depth":9.64,"magnitude":"1.03","type":"Mc","location":""}},{"type":"Feature","id":953,"geometry":{ "type": "Point", "coordinates": [ -113.4492, 37.0332 ] },"properties":{"date":"1993-01-17T07:15:12+00:00","depth":4.3,"magnitude":"1.66","type":"Mc","location":""}},{"type":"Feature","id":951,"geometry":{ "type": "Point", "coordinates": [ -113.4647, 36.9115 ] },"properties":{"date":"1993-01-10T18:29:42+00:00","depth":18.42,"magnitude":"1.16","type":"Mc","location":""}},{"type":"Feature","id":950,"geometry":{ "type": "Point", "coordinates": [ -112.7015, 36.8117 ] },"properties":{"date":"1993-01-09T09:07:29+00:00","depth":15.99,"magnitude":"1.6","type":"Mc","location":""}},{"type":"Feature","id":948,"geometry":{ "type": "Point", "coordinates": [ -113.4522, 37.0305 ] },"properties":{"date":"1992-12-31T21:29:21+00:00","depth":8.32,"magnitude":"1.7","type":"Mc","location":""}},{"type":"Feature","id":949,"geometry":{ "type": "Point", "coordinates": [ -113.4495, 37.0327 ] },"properties":{"date":"1992-12-31T21:25:59+00:00","depth":9.51,"magnitude":"1.36","type":"Mc","location":""}},{"type":"Feature","id":947,"geometry":{ "type": "Point", "coordinates": [ -113.3782, 36.7878 ] },"properties":{"date":"1992-12-29T04:36:00+00:00","depth":10.84,"magnitude":"1.69","type":"Mc","location":""}},{"type":"Feature","id":945,"geometry":{ "type": "Point", "coordinates": [ -113.8047, 36.8107 ] },"properties":{"date":"1992-12-23T17:53:50+00:00","depth":7.69,"magnitude":"0.99","type":"Mc","location":""}},{"type":"Feature","id":946,"geometry":{ "type": "Point", "coordinates": [ -113.45, 37.0328 ] },"properties":{"date":"1992-12-23T16:34:13+00:00","depth":10.01,"magnitude":"0.58","type":"Mc","location":""}},{"type":"Feature","id":944,"geometry":{ "type": "Point", "coordinates": [ -113.5488, 37.0438 ] },"properties":{"date":"1992-12-22T22:53:06+00:00","depth":9.83,"magnitude":"0.53","type":"Mc","location":""}},{"type":"Feature","id":943,"geometry":{ "type": "Point", "coordinates": [ -113.4528, 37.0297 ] },"properties":{"date":"1992-12-20T15:09:34+00:00","depth":8.72,"magnitude":"0.69","type":"Mc","location":""}},{"type":"Feature","id":942,"geometry":{ "type": "Point", "coordinates": [ -113.4538, 37.0265 ] },"properties":{"date":"1992-12-20T00:19:20+00:00","depth":8.8,"magnitude":"1.48","type":"Mc","location":""}},{"type":"Feature","id":941,"geometry":{ "type": "Point", "coordinates": [ -112.955, 37.0923 ] },"properties":{"date":"1992-12-18T08:36:09+00:00","depth":7.25,"magnitude":"1.69","type":"Mc","location":""}},{"type":"Feature","id":940,"geometry":{ "type": "Point", "coordinates": [ -113.4585, 37.0197 ] },"properties":{"date":"1992-12-16T06:35:21+00:00","depth":4.52,"magnitude":"0.47","type":"Mc","location":""}},{"type":"Feature","id":939,"geometry":{ "type": "Point", "coordinates": [ -113.5762, 36.9923 ] },"properties":{"date":"1992-12-15T02:04:48+00:00","depth":17.6,"magnitude":"1.34","type":"Mc","location":""}},{"type":"Feature","id":938,"geometry":{ "type": "Point", "coordinates": [ -113.4472, 37.0333 ] },"properties":{"date":"1992-12-14T14:22:27+00:00","depth":10.05,"magnitude":"0.52","type":"Mc","location":""}},{"type":"Feature","id":937,"geometry":{ "type": "Point", "coordinates": [ -113.4525, 37.0293 ] },"properties":{"date":"1992-12-14T13:42:38+00:00","depth":0.65,"magnitude":"2.38","type":"Mc","location":""}},{"type":"Feature","id":936,"geometry":{ "type": "Point", "coordinates": [ -113.4683, 37.0858 ] },"properties":{"date":"1992-12-05T12:57:45+00:00","depth":18.01,"magnitude":"0.75","type":"Mc","location":""}},{"type":"Feature","id":935,"geometry":{ "type": "Point", "coordinates": [ -114.021, 36.444 ] },"properties":{"date":"1992-12-04T18:15:55+00:00","depth":5.0,"magnitude":"3.4","type":"Unk","location":""}},{"type":"Feature","id":934,"geometry":{ "type": "Point", "coordinates": [ -113.527, 36.9483 ] },"properties":{"date":"1992-11-29T06:14:31+00:00","depth":18.23,"magnitude":"0.72","type":"Mc","location":""}},{"type":"Feature","id":933,"geometry":{ "type": "Point", "coordinates": [ -113.4565, 37.0232 ] },"properties":{"date":"1992-11-25T09:17:46+00:00","depth":7.64,"magnitude":"1.27","type":"Mc","location":""}},{"type":"Feature","id":932,"geometry":{ "type": "Point", "coordinates": [ -113.3893, 37.0777 ] },"properties":{"date":"1992-11-22T21:04:04+00:00","depth":7.11,"magnitude":"1.04","type":"Mc","location":""}},{"type":"Feature","id":931,"geometry":{ "type": "Point", "coordinates": [ -113.4482, 37.0302 ] },"properties":{"date":"1992-11-21T08:02:14+00:00","depth":8.8,"magnitude":"1.41","type":"Mc","location":""}},{"type":"Feature","id":930,"geometry":{ "type": "Point", "coordinates": [ -113.4922, 37.0858 ] },"properties":{"date":"1992-11-19T12:22:07+00:00","depth":18.27,"magnitude":"0.96","type":"Mc","location":""}},{"type":"Feature","id":929,"geometry":{ "type": "Point", "coordinates": [ -113.4192, 37.0022 ] },"properties":{"date":"1992-11-18T09:58:20+00:00","depth":5.25,"magnitude":"1.58","type":"Mc","location":""}},{"type":"Feature","id":928,"geometry":{ "type": "Point", "coordinates": [ -113.467, 37.0158 ] },"properties":{"date":"1992-11-16T17:58:01+00:00","depth":6.78,"magnitude":"0.77","type":"Mc","location":""}},{"type":"Feature","id":927,"geometry":{ "type": "Point", "coordinates": [ -113.453, 37.0287 ] },"properties":{"date":"1992-11-13T21:28:45+00:00","depth":9.08,"magnitude":"2.09","type":"Mc","location":""}},{"type":"Feature","id":926,"geometry":{ "type": "Point", "coordinates": [ -111.03, 34.88 ] },"properties":{"date":"1992-10-26T10:28:12+00:00","depth":6.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":925,"geometry":{ "type": "Point", "coordinates": [ -113.4488, 37.028 ] },"properties":{"date":"1992-10-22T12:07:16+00:00","depth":7.97,"magnitude":"1.49","type":"Mc","location":""}},{"type":"Feature","id":924,"geometry":{ "type": "Point", "coordinates": [ -113.3557, 37.0898 ] },"properties":{"date":"1992-10-21T02:54:20+00:00","depth":8.49,"magnitude":"0.2","type":"Mc","location":""}},{"type":"Feature","id":922,"geometry":{ "type": "Point", "coordinates": [ -113.4492, 37.0278 ] },"properties":{"date":"1992-10-20T20:04:43+00:00","depth":7.75,"magnitude":"1.31","type":"Mc","location":""}},{"type":"Feature","id":923,"geometry":{ "type": "Point", "coordinates": [ -111.63, 35.15 ] },"properties":{"date":"1992-10-20T14:32:22+00:00","depth":8.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":921,"geometry":{ "type": "Point", "coordinates": [ -113.4715, 37.0945 ] },"properties":{"date":"1992-10-18T04:30:51+00:00","depth":14.87,"magnitude":"0.2","type":"Mc","location":""}},{"type":"Feature","id":920,"geometry":{ "type": "Point", "coordinates": [ -113.4222, 37.0433 ] },"properties":{"date":"1992-10-03T19:49:10+00:00","depth":9.07,"magnitude":"0.84","type":"Mc","location":""}},{"type":"Feature","id":919,"geometry":{ "type": "Point", "coordinates": [ -113.4943, 37.0883 ] },"properties":{"date":"1992-10-02T00:13:50+00:00","depth":18.68,"magnitude":"0.59","type":"Mc","location":""}},{"type":"Feature","id":918,"geometry":{ "type": "Point", "coordinates": [ -113.439, 37.0343 ] },"properties":{"date":"1992-09-30T16:17:45+00:00","depth":7.27,"magnitude":"1.99","type":"Mc","location":""}},{"type":"Feature","id":917,"geometry":{ "type": "Point", "coordinates": [ -112.8533, 36.7813 ] },"properties":{"date":"1992-09-29T03:25:45+00:00","depth":10.17,"magnitude":"2.22","type":"Mc","location":""}},{"type":"Feature","id":916,"geometry":{ "type": "Point", "coordinates": [ -113.486, 37.0417 ] },"properties":{"date":"1992-09-24T16:54:50+00:00","depth":16.01,"magnitude":"0.86","type":"Mc","location":""}},{"type":"Feature","id":915,"geometry":{ "type": "Point", "coordinates": [ -113.4382, 37.095 ] },"properties":{"date":"1992-09-21T08:57:55+00:00","depth":6.09,"magnitude":"0.9","type":"Mc","location":""}},{"type":"Feature","id":913,"geometry":{ "type": "Point", "coordinates": [ -113.475, 37.0958 ] },"properties":{"date":"1992-09-20T18:54:36+00:00","depth":16.91,"magnitude":"0.89","type":"Mc","location":""}},{"type":"Feature","id":914,"geometry":{ "type": "Point", "coordinates": [ -113.444, 37.0322 ] },"properties":{"date":"1992-09-20T04:35:33+00:00","depth":5.7,"magnitude":"1.69","type":"Mc","location":""}},{"type":"Feature","id":912,"geometry":{ "type": "Point", "coordinates": [ -113.443, 37.0313 ] },"properties":{"date":"1992-09-19T10:17:31+00:00","depth":6.98,"magnitude":"1.95","type":"Mc","location":""}},{"type":"Feature","id":911,"geometry":{ "type": "Point", "coordinates": [ -112.8222, 37.0263 ] },"properties":{"date":"1992-09-17T23:25:45+00:00","depth":2.39,"magnitude":"1.76","type":"Mc","location":""}},{"type":"Feature","id":909,"geometry":{ "type": "Point", "coordinates": [ -113.4743, 37.0962 ] },"properties":{"date":"1992-09-17T21:45:10+00:00","depth":11.55,"magnitude":"1.84","type":"Mc","location":""}},{"type":"Feature","id":910,"geometry":{ "type": "Point", "coordinates": [ -113.4532, 37.092 ] },"properties":{"date":"1992-09-17T02:58:30+00:00","depth":11.82,"magnitude":"0.99","type":"Mc","location":""}},{"type":"Feature","id":908,"geometry":{ "type": "Point", "coordinates": [ -113.4832, 37.0817 ] },"properties":{"date":"1992-09-16T01:33:59+00:00","depth":13.24,"magnitude":"1.18","type":"Mc","location":""}},{"type":"Feature","id":907,"geometry":{ "type": "Point", "coordinates": [ -113.48, 37.0798 ] },"properties":{"date":"1992-09-11T05:29:04+00:00","depth":15.75,"magnitude":"1.12","type":"Mc","location":""}},{"type":"Feature","id":906,"geometry":{ "type": "Point", "coordinates": [ -113.9875, 36.9237 ] },"properties":{"date":"1992-09-08T06:58:11+00:00","depth":7.0,"magnitude":"1.51","type":"Mc","location":""}},{"type":"Feature","id":905,"geometry":{ "type": "Point", "coordinates": [ -112.938, 37.065 ] },"properties":{"date":"1992-09-03T12:41:54+00:00","depth":0.17,"magnitude":"2.24","type":"Mc","location":""}},{"type":"Feature","id":904,"geometry":{ "type": "Point", "coordinates": [ -113.47, 37.09 ] },"properties":{"date":"1992-09-02T10:26:21+00:00","depth":15.0,"magnitude":"5.6","type":"MwHRV","location":""}},{"type":"Feature","id":903,"geometry":{ "type": "Point", "coordinates": [ -114.844, 32.609 ] },"properties":{"date":"1992-08-23T01:02:01+00:00","depth":11.18,"magnitude":"2.39","type":"Mc","location":""}},{"type":"Feature","id":902,"geometry":{ "type": "Point", "coordinates": [ -112.301, 36.017 ] },"properties":{"date":"1992-08-01T05:03:12+00:00","depth":5.0,"magnitude":"3.2","type":"Unk","location":""}},{"type":"Feature","id":901,"geometry":{ "type": "Point", "coordinates": [ -114.654, 35.345 ] },"properties":{"date":"1992-07-13T09:56:13+00:00","depth":18.0,"magnitude":"2.85","type":"ML","location":""}},{"type":"Feature","id":897,"geometry":{ "type": "Point", "coordinates": [ -112.3, 36.0 ] },"properties":{"date":"1992-07-05T18:20:28+00:00","depth":6.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":900,"geometry":{ "type": "Point", "coordinates": [ -112.219, 35.982 ] },"properties":{"date":"1992-07-05T18:17:30+00:00","depth":5.0,"magnitude":"4","type":"Mb","location":""}},{"type":"Feature","id":898,"geometry":{ "type": "Point", "coordinates": [ -112.246, 35.969 ] },"properties":{"date":"1992-07-05T14:43:53+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":899,"geometry":{ "type": "Point", "coordinates": [ -112.222, 35.975 ] },"properties":{"date":"1992-07-05T14:38:45+00:00","depth":5.0,"magnitude":"2.6","type":"Unk","location":""}},{"type":"Feature","id":896,"geometry":{ "type": "Point", "coordinates": [ -114.55, 36.156 ] },"properties":{"date":"1992-07-04T08:31:24+00:00","depth":5.0,"magnitude":"2.5","type":"Unk","location":""}},{"type":"Feature","id":895,"geometry":{ "type": "Point", "coordinates": [ -112.37, 36.48 ] },"properties":{"date":"1992-05-22T01:04:20+00:00","depth":4.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":894,"geometry":{ "type": "Point", "coordinates": [ -112.17, 36.02 ] },"properties":{"date":"1992-05-20T21:46:05+00:00","depth":9.0,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":893,"geometry":{ "type": "Point", "coordinates": [ -112.07, 34.84 ] },"properties":{"date":"1992-05-08T15:30:25+00:00","depth":16.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":890,"geometry":{ "type": "Point", "coordinates": [ -112.17, 36.0 ] },"properties":{"date":"1992-05-06T04:03:26+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":891,"geometry":{ "type": "Point", "coordinates": [ -112.08, 36.0 ] },"properties":{"date":"1992-05-06T03:12:10+00:00","depth":10.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":892,"geometry":{ "type": "Point", "coordinates": [ -112.043, 36.346 ] },"properties":{"date":"1992-05-06T01:41:01+00:00","depth":5.0,"magnitude":"2.9","type":"Unk","location":""}},{"type":"Feature","id":889,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.03 ] },"properties":{"date":"1992-05-06T01:37:33+00:00","depth":13.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":888,"geometry":{ "type": "Point", "coordinates": [ -112.17, 36.0 ] },"properties":{"date":"1992-05-02T23:37:59+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":887,"geometry":{ "type": "Point", "coordinates": [ -112.17, 36.0 ] },"properties":{"date":"1992-04-17T15:13:55+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":886,"geometry":{ "type": "Point", "coordinates": [ -113.226, 35.447 ] },"properties":{"date":"1992-04-07T00:39:09+00:00","depth":5.0,"magnitude":"3.4","type":"Unk","location":""}},{"type":"Feature","id":885,"geometry":{ "type": "Point", "coordinates": [ -111.8, 35.01 ] },"properties":{"date":"1992-03-30T20:46:14+00:00","depth":14.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":878,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.05 ] },"properties":{"date":"1992-03-20T09:29:13+00:00","depth":10.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":879,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.06 ] },"properties":{"date":"1992-03-20T04:45:59+00:00","depth":11.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":883,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.09 ] },"properties":{"date":"1992-03-20T04:31:40+00:00","depth":1.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":882,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.09 ] },"properties":{"date":"1992-03-20T04:31:31+00:00","depth":4.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":881,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.05 ] },"properties":{"date":"1992-03-20T04:15:45+00:00","depth":10.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":884,"geometry":{ "type": "Point", "coordinates": [ -112.18, 36.04 ] },"properties":{"date":"1992-03-20T03:48:24+00:00","depth":13.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":880,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.07 ] },"properties":{"date":"1992-03-20T03:41:24+00:00","depth":9.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":874,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.01 ] },"properties":{"date":"1992-03-19T18:34:41+00:00","depth":12.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":868,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.08 ] },"properties":{"date":"1992-03-19T18:12:05+00:00","depth":3.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":863,"geometry":{ "type": "Point", "coordinates": [ -112.27, 36.08 ] },"properties":{"date":"1992-03-19T17:32:43+00:00","depth":2.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":867,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.03 ] },"properties":{"date":"1992-03-19T12:09:06+00:00","depth":11.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":877,"geometry":{ "type": "Point", "coordinates": [ -111.0, 35.0 ] },"properties":{"date":"1992-03-19T10:45:10+00:00","depth":2.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":866,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.06 ] },"properties":{"date":"1992-03-19T10:00:30+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":876,"geometry":{ "type": "Point", "coordinates": [ -112.17, 36.06 ] },"properties":{"date":"1992-03-19T09:18:01+00:00","depth":12.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":871,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.06 ] },"properties":{"date":"1992-03-19T08:22:05+00:00","depth":8.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":873,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.04 ] },"properties":{"date":"1992-03-19T07:07:15+00:00","depth":10.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":872,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.06 ] },"properties":{"date":"1992-03-19T07:03:30+00:00","depth":10.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":865,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.07 ] },"properties":{"date":"1992-03-19T06:08:48+00:00","depth":12.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":864,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.05 ] },"properties":{"date":"1992-03-19T05:57:11+00:00","depth":12.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":870,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.0 ] },"properties":{"date":"1992-03-19T04:31:48+00:00","depth":10.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":869,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.02 ] },"properties":{"date":"1992-03-19T04:30:06+00:00","depth":12.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":875,"geometry":{ "type": "Point", "coordinates": [ -112.18, 35.96 ] },"properties":{"date":"1992-03-19T04:21:56+00:00","depth":14.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":861,"geometry":{ "type": "Point", "coordinates": [ -112.14, 36.07 ] },"properties":{"date":"1992-03-18T21:54:28+00:00","depth":6.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":859,"geometry":{ "type": "Point", "coordinates": [ -112.17, 36.06 ] },"properties":{"date":"1992-03-18T21:17:46+00:00","depth":11.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":855,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.0 ] },"properties":{"date":"1992-03-18T21:05:25+00:00","depth":12.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":854,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.1 ] },"properties":{"date":"1992-03-18T20:56:54+00:00","depth":8.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":858,"geometry":{ "type": "Point", "coordinates": [ -112.17, 36.02 ] },"properties":{"date":"1992-03-18T20:43:52+00:00","depth":11.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":851,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.0 ] },"properties":{"date":"1992-03-18T18:08:27+00:00","depth":13.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":845,"geometry":{ "type": "Point", "coordinates": [ -112.24, 35.97 ] },"properties":{"date":"1992-03-18T15:36:33+00:00","depth":12.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":844,"geometry":{ "type": "Point", "coordinates": [ -112.24, 35.98 ] },"properties":{"date":"1992-03-18T15:16:43+00:00","depth":12.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":850,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.0 ] },"properties":{"date":"1992-03-18T11:38:32+00:00","depth":14.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":849,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.1 ] },"properties":{"date":"1992-03-18T08:04:36+00:00","depth":2.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":860,"geometry":{ "type": "Point", "coordinates": [ -112.15, 36.03 ] },"properties":{"date":"1992-03-18T07:45:48+00:00","depth":12.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":857,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.07 ] },"properties":{"date":"1992-03-18T07:29:18+00:00","depth":4.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":862,"geometry":{ "type": "Point", "coordinates": [ -112.13, 35.9 ] },"properties":{"date":"1992-03-18T06:42:27+00:00","depth":2.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":847,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.0 ] },"properties":{"date":"1992-03-18T06:15:28+00:00","depth":13.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":856,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.06 ] },"properties":{"date":"1992-03-18T05:42:55+00:00","depth":12.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":848,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.09 ] },"properties":{"date":"1992-03-18T04:55:18+00:00","depth":8.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":853,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.06 ] },"properties":{"date":"1992-03-18T04:42:05+00:00","depth":9.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":843,"geometry":{ "type": "Point", "coordinates": [ -112.24, 35.91 ] },"properties":{"date":"1992-03-18T04:40:42+00:00","depth":6.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":846,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.06 ] },"properties":{"date":"1992-03-18T01:38:31+00:00","depth":12.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":852,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.06 ] },"properties":{"date":"1992-03-18T01:09:31+00:00","depth":11.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":842,"geometry":{ "type": "Point", "coordinates": [ -112.17, 36.06 ] },"properties":{"date":"1992-03-17T23:28:23+00:00","depth":9.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":841,"geometry":{ "type": "Point", "coordinates": [ -112.17, 36.05 ] },"properties":{"date":"1992-03-17T03:35:33+00:00","depth":14.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":840,"geometry":{ "type": "Point", "coordinates": [ -112.121, 36.022 ] },"properties":{"date":"1992-03-15T14:13:23+00:00","depth":5.0,"magnitude":"2.5","type":"Unk","location":""}},{"type":"Feature","id":838,"geometry":{ "type": "Point", "coordinates": [ -112.195, 36.027 ] },"properties":{"date":"1992-03-14T14:09:07+00:00","depth":5.0,"magnitude":"2.3","type":"Unk","location":""}},{"type":"Feature","id":837,"geometry":{ "type": "Point", "coordinates": [ -112.227, 35.92 ] },"properties":{"date":"1992-03-14T07:11:56+00:00","depth":5.0,"magnitude":"2.4","type":"Unk","location":""}},{"type":"Feature","id":834,"geometry":{ "type": "Point", "coordinates": [ -112.418, 35.839 ] },"properties":{"date":"1992-03-14T06:47:42+00:00","depth":5.0,"magnitude":"2.2","type":"Unk","location":""}},{"type":"Feature","id":839,"geometry":{ "type": "Point", "coordinates": [ -112.091, 35.961 ] },"properties":{"date":"1992-03-14T06:23:15+00:00","depth":5.0,"magnitude":"2.5","type":"Unk","location":""}},{"type":"Feature","id":835,"geometry":{ "type": "Point", "coordinates": [ -112.355, 35.96 ] },"properties":{"date":"1992-03-14T05:13:32+00:00","depth":5.0,"magnitude":"4.2","type":"Unk","location":""}},{"type":"Feature","id":836,"geometry":{ "type": "Point", "coordinates": [ -112.282, 35.994 ] },"properties":{"date":"1992-03-14T05:12:05+00:00","depth":5.0,"magnitude":"3.7","type":"Unk","location":""}},{"type":"Feature","id":833,"geometry":{ "type": "Point", "coordinates": [ -111.86, 36.08 ] },"properties":{"date":"1992-03-13T16:05:50+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":832,"geometry":{ "type": "Point", "coordinates": [ -112.17, 36.0 ] },"properties":{"date":"1992-03-13T13:55:13+00:00","depth":10.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":831,"geometry":{ "type": "Point", "coordinates": [ -112.191, 35.973 ] },"properties":{"date":"1992-03-13T11:28:34+00:00","depth":5.0,"magnitude":"2.9","type":"Unk","location":""}},{"type":"Feature","id":830,"geometry":{ "type": "Point", "coordinates": [ -112.286, 35.988 ] },"properties":{"date":"1992-03-13T11:19:46+00:00","depth":5.0,"magnitude":"3.9","type":"Unk","location":""}},{"type":"Feature","id":829,"geometry":{ "type": "Point", "coordinates": [ -110.39, 35.18 ] },"properties":{"date":"1992-03-11T08:06:16+00:00","depth":4.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":828,"geometry":{ "type": "Point", "coordinates": [ -111.6697, 36.8245 ] },"properties":{"date":"1992-03-02T23:06:36+00:00","depth":1.44,"magnitude":"2.64","type":"Mc","location":""}},{"type":"Feature","id":827,"geometry":{ "type": "Point", "coordinates": [ -112.221, 35.953 ] },"properties":{"date":"1992-02-24T17:15:21+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":826,"geometry":{ "type": "Point", "coordinates": [ -112.36, 34.644 ] },"properties":{"date":"1991-11-13T21:37:27+00:00","depth":5.0,"magnitude":"3.5","type":"Unk","location":""}},{"type":"Feature","id":825,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.0 ] },"properties":{"date":"1991-08-22T16:41:01+00:00","depth":2.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":824,"geometry":{ "type": "Point", "coordinates": [ -112.16, 36.05 ] },"properties":{"date":"1991-08-14T19:48:22+00:00","depth":11.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":823,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.94 ] },"properties":{"date":"1991-08-14T12:19:51+00:00","depth":20.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":822,"geometry":{ "type": "Point", "coordinates": [ -113.7325, 36.985 ] },"properties":{"date":"1991-07-26T15:38:01+00:00","depth":4.51,"magnitude":"2.28","type":"Mc","location":""}},{"type":"Feature","id":821,"geometry":{ "type": "Point", "coordinates": [ -111.59, 36.95 ] },"properties":{"date":"1991-07-10T06:14:14+00:00","depth":5.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":820,"geometry":{ "type": "Point", "coordinates": [ -112.39, 36.2 ] },"properties":{"date":"1991-05-25T20:57:27+00:00","depth":10.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":819,"geometry":{ "type": "Point", "coordinates": [ -112.27, 35.97 ] },"properties":{"date":"1991-05-16T00:47:14+00:00","depth":22.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":818,"geometry":{ "type": "Point", "coordinates": [ -112.345, 36.627 ] },"properties":{"date":"1991-04-26T13:08:21+00:00","depth":10.0,"magnitude":"3.9","type":"Unk","location":""}},{"type":"Feature","id":817,"geometry":{ "type": "Point", "coordinates": [ -111.72, 35.35 ] },"properties":{"date":"1991-01-30T04:11:38+00:00","depth":16.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":816,"geometry":{ "type": "Point", "coordinates": [ -112.17, 34.76 ] },"properties":{"date":"1991-01-25T17:09:42+00:00","depth":8.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":815,"geometry":{ "type": "Point", "coordinates": [ -111.13, 36.53 ] },"properties":{"date":"1990-10-17T11:48:24+00:00","depth":3.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":814,"geometry":{ "type": "Point", "coordinates": [ -113.0168, 37.0922 ] },"properties":{"date":"1990-10-08T02:05:21+00:00","depth":0.04,"magnitude":"2.2","type":"Mc","location":""}},{"type":"Feature","id":813,"geometry":{ "type": "Point", "coordinates": [ -113.46, 37.06 ] },"properties":{"date":"1990-07-18T01:33:07+00:00","depth":1.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":812,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.05 ] },"properties":{"date":"1990-06-22T16:24:57+00:00","depth":2.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":809,"geometry":{ "type": "Point", "coordinates": [ -112.54, 36.41 ] },"properties":{"date":"1990-06-13T06:46:20+00:00","depth":12.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":810,"geometry":{ "type": "Point", "coordinates": [ -111.07, 34.99 ] },"properties":{"date":"1990-06-13T04:59:10+00:00","depth":11.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":811,"geometry":{ "type": "Point", "coordinates": [ -110.98, 35.19 ] },"properties":{"date":"1990-06-13T02:00:24+00:00","depth":8.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":808,"geometry":{ "type": "Point", "coordinates": [ -111.61, 35.49 ] },"properties":{"date":"1990-06-08T21:11:53+00:00","depth":11.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":807,"geometry":{ "type": "Point", "coordinates": [ -110.94, 34.9 ] },"properties":{"date":"1990-05-29T17:34:54+00:00","depth":14.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":806,"geometry":{ "type": "Point", "coordinates": [ -110.97, 34.99 ] },"properties":{"date":"1990-05-27T21:11:37+00:00","depth":2.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":805,"geometry":{ "type": "Point", "coordinates": [ -111.99, 36.04 ] },"properties":{"date":"1990-05-26T03:46:06+00:00","depth":8.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":804,"geometry":{ "type": "Point", "coordinates": [ -110.98, 34.99 ] },"properties":{"date":"1990-05-20T03:01:01+00:00","depth":11.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":803,"geometry":{ "type": "Point", "coordinates": [ -111.13, 35.1 ] },"properties":{"date":"1990-05-19T05:05:44+00:00","depth":3.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":802,"geometry":{ "type": "Point", "coordinates": [ -112.16, 36.07 ] },"properties":{"date":"1990-05-07T06:35:07+00:00","depth":14.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":801,"geometry":{ "type": "Point", "coordinates": [ -112.28, 36.06 ] },"properties":{"date":"1990-05-07T05:02:59+00:00","depth":14.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":800,"geometry":{ "type": "Point", "coordinates": [ -110.99, 35.02 ] },"properties":{"date":"1990-04-25T22:45:30+00:00","depth":3.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":799,"geometry":{ "type": "Point", "coordinates": [ -111.63, 35.08 ] },"properties":{"date":"1990-04-18T00:29:29+00:00","depth":18.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":798,"geometry":{ "type": "Point", "coordinates": [ -110.99, 36.1 ] },"properties":{"date":"1990-04-15T07:25:37+00:00","depth":18.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":797,"geometry":{ "type": "Point", "coordinates": [ -111.1, 35.02 ] },"properties":{"date":"1990-04-13T08:54:03+00:00","depth":4.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":796,"geometry":{ "type": "Point", "coordinates": [ -110.99, 34.91 ] },"properties":{"date":"1990-04-12T20:15:39+00:00","depth":15.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":795,"geometry":{ "type": "Point", "coordinates": [ -111.04, 35.04 ] },"properties":{"date":"1990-04-01T19:58:04+00:00","depth":5.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":793,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.02 ] },"properties":{"date":"1990-03-01T20:22:30+00:00","depth":12.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":794,"geometry":{ "type": "Point", "coordinates": [ -111.08, 35.1 ] },"properties":{"date":"1990-03-01T02:10:39+00:00","depth":21.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":792,"geometry":{ "type": "Point", "coordinates": [ -111.13, 34.95 ] },"properties":{"date":"1990-02-25T17:38:20+00:00","depth":3.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":791,"geometry":{ "type": "Point", "coordinates": [ -111.83, 36.98 ] },"properties":{"date":"1989-12-31T09:20:49+00:00","depth":10.0,"magnitude":"3.6","type":"ML","location":""}},{"type":"Feature","id":790,"geometry":{ "type": "Point", "coordinates": [ -112.03, 36.13 ] },"properties":{"date":"1989-12-07T23:14:04+00:00","depth":15.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":789,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.1 ] },"properties":{"date":"1989-11-28T18:37:32+00:00","depth":10.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":788,"geometry":{ "type": "Point", "coordinates": [ -112.3998, 36.7543 ] },"properties":{"date":"1989-09-21T15:38:48+00:00","depth":2.12,"magnitude":"3.66","type":"Mc","location":""}},{"type":"Feature","id":787,"geometry":{ "type": "Point", "coordinates": [ -112.407, 36.663 ] },"properties":{"date":"1989-09-19T09:46:01+00:00","depth":5.0,"magnitude":"3.7","type":"Unk","location":""}},{"type":"Feature","id":786,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.02 ] },"properties":{"date":"1989-09-15T12:30:57+00:00","depth":5.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":785,"geometry":{ "type": "Point", "coordinates": [ -112.29, 36.02 ] },"properties":{"date":"1989-09-12T06:46:10+00:00","depth":2.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":779,"geometry":{ "type": "Point", "coordinates": [ -112.37, 36.03 ] },"properties":{"date":"1989-09-06T18:26:52+00:00","depth":10.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":781,"geometry":{ "type": "Point", "coordinates": [ -111.01, 34.98 ] },"properties":{"date":"1989-09-06T17:23:21+00:00","depth":2.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":783,"geometry":{ "type": "Point", "coordinates": [ -111.0, 34.94 ] },"properties":{"date":"1989-09-06T14:18:39+00:00","depth":38.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":784,"geometry":{ "type": "Point", "coordinates": [ -110.99, 34.87 ] },"properties":{"date":"1989-09-06T12:36:55+00:00","depth":20.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":782,"geometry":{ "type": "Point", "coordinates": [ -111.0, 34.99 ] },"properties":{"date":"1989-09-06T12:33:29+00:00","depth":3.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":780,"geometry":{ "type": "Point", "coordinates": [ -111.17, 34.91 ] },"properties":{"date":"1989-09-06T12:30:13+00:00","depth":29.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":778,"geometry":{ "type": "Point", "coordinates": [ -110.946, 34.038 ] },"properties":{"date":"1989-07-17T20:10:22+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":777,"geometry":{ "type": "Point", "coordinates": [ -111.09, 34.94 ] },"properties":{"date":"1989-07-10T00:31:53+00:00","depth":18.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":776,"geometry":{ "type": "Point", "coordinates": [ -112.18, 36.97 ] },"properties":{"date":"1989-07-07T06:49:48+00:00","depth":5.0,"magnitude":"2.9","type":"MLGS","location":""}},{"type":"Feature","id":775,"geometry":{ "type": "Point", "coordinates": [ -112.48, 36.44 ] },"properties":{"date":"1989-06-29T03:09:18+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":774,"geometry":{ "type": "Point", "coordinates": [ -109.27, 31.25 ] },"properties":{"date":"1989-06-09T17:03:21+00:00","depth":10.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":3251,"geometry":{ "type": "Point", "coordinates": [ -109.401, 30.742 ] },"properties":{"date":"1989-05-26T11:52:11+00:00","depth":5.0,"magnitude":"2.5","type":"M","location":"near Colonia Morelos"}},{"type":"Feature","id":3250,"geometry":{ "type": "Point", "coordinates": [ -109.382, 30.82 ] },"properties":{"date":"1989-05-26T09:08:10+00:00","depth":5.0,"magnitude":"3.7","type":"M","location":"near Colonia Morelos"}},{"type":"Feature","id":772,"geometry":{ "type": "Point", "coordinates": [ -110.96, 34.69 ] },"properties":{"date":"1989-05-25T00:29:29+00:00","depth":5.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":773,"geometry":{ "type": "Point", "coordinates": [ -109.5, 30.8 ] },"properties":{"date":"1989-05-25T00:00:00+00:00","depth":10.0,"magnitude":"4.2","type":"ML","location":""}},{"type":"Feature","id":769,"geometry":{ "type": "Point", "coordinates": [ -111.05, 34.74 ] },"properties":{"date":"1989-05-23T04:00:48+00:00","depth":2.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":768,"geometry":{ "type": "Point", "coordinates": [ -111.054, 34.743 ] },"properties":{"date":"1989-05-23T04:00:48+00:00","depth":2.1,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":770,"geometry":{ "type": "Point", "coordinates": [ -110.964, 34.666 ] },"properties":{"date":"1989-05-23T03:46:35+00:00","depth":4.5,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":771,"geometry":{ "type": "Point", "coordinates": [ -110.96, 34.67 ] },"properties":{"date":"1989-05-23T03:46:35+00:00","depth":5.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":765,"geometry":{ "type": "Point", "coordinates": [ -111.02, 34.78 ] },"properties":{"date":"1989-05-22T14:25:53+00:00","depth":6.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":766,"geometry":{ "type": "Point", "coordinates": [ -110.94, 34.66 ] },"properties":{"date":"1989-05-22T07:04:46+00:00","depth":3.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":763,"geometry":{ "type": "Point", "coordinates": [ -110.953, 34.655 ] },"properties":{"date":"1989-05-21T17:33:14+00:00","depth":2.5,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":762,"geometry":{ "type": "Point", "coordinates": [ -110.96, 34.66 ] },"properties":{"date":"1989-05-21T07:33:13+00:00","depth":4.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":764,"geometry":{ "type": "Point", "coordinates": [ -110.95, 34.68 ] },"properties":{"date":"1989-05-21T01:31:51+00:00","depth":5.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":749,"geometry":{ "type": "Point", "coordinates": [ -110.98, 34.68 ] },"properties":{"date":"1989-05-20T18:10:36+00:00","depth":8.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":750,"geometry":{ "type": "Point", "coordinates": [ -110.979, 34.681 ] },"properties":{"date":"1989-05-20T18:10:36+00:00","depth":7.7,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":755,"geometry":{ "type": "Point", "coordinates": [ -110.96, 34.69 ] },"properties":{"date":"1989-05-20T18:10:17+00:00","depth":6.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":747,"geometry":{ "type": "Point", "coordinates": [ -111.0, 34.69 ] },"properties":{"date":"1989-05-20T17:01:39+00:00","depth":6.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":757,"geometry":{ "type": "Point", "coordinates": [ -110.954, 34.68 ] },"properties":{"date":"1989-05-20T16:34:22+00:00","depth":4.8,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":759,"geometry":{ "type": "Point", "coordinates": [ -110.95, 34.68 ] },"properties":{"date":"1989-05-20T16:34:22+00:00","depth":5.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":754,"geometry":{ "type": "Point", "coordinates": [ -110.96, 34.68 ] },"properties":{"date":"1989-05-20T11:43:42+00:00","depth":5.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":752,"geometry":{ "type": "Point", "coordinates": [ -110.966, 34.681 ] },"properties":{"date":"1989-05-20T11:43:42+00:00","depth":5.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":751,"geometry":{ "type": "Point", "coordinates": [ -110.967, 34.689 ] },"properties":{"date":"1989-05-20T05:29:29+00:00","depth":5.1,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":756,"geometry":{ "type": "Point", "coordinates": [ -110.957, 34.678 ] },"properties":{"date":"1989-05-20T01:31:52+00:00","depth":4.6,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":758,"geometry":{ "type": "Point", "coordinates": [ -110.95, 34.68 ] },"properties":{"date":"1989-05-20T01:31:52+00:00","depth":5.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":746,"geometry":{ "type": "Point", "coordinates": [ -111.0, 34.68 ] },"properties":{"date":"1989-05-20T00:46:42+00:00","depth":9.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":761,"geometry":{ "type": "Point", "coordinates": [ -110.93, 34.67 ] },"properties":{"date":"1989-05-20T00:12:05+00:00","depth":4.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":745,"geometry":{ "type": "Point", "coordinates": [ -111.03, 34.7 ] },"properties":{"date":"1989-05-18T02:35:39+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":744,"geometry":{ "type": "Point", "coordinates": [ -111.04, 35.37 ] },"properties":{"date":"1989-05-15T06:03:37+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":743,"geometry":{ "type": "Point", "coordinates": [ -111.04, 35.37 ] },"properties":{"date":"1989-05-14T06:10:04+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":742,"geometry":{ "type": "Point", "coordinates": [ -111.24, 36.5 ] },"properties":{"date":"1989-05-13T01:06:47+00:00","depth":9.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":741,"geometry":{ "type": "Point", "coordinates": [ -111.08, 34.68 ] },"properties":{"date":"1989-05-09T07:55:54+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":740,"geometry":{ "type": "Point", "coordinates": [ -111.04, 34.64 ] },"properties":{"date":"1989-05-08T03:12:08+00:00","depth":2.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":739,"geometry":{ "type": "Point", "coordinates": [ -110.92, 34.7 ] },"properties":{"date":"1989-05-04T22:58:07+00:00","depth":20.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":738,"geometry":{ "type": "Point", "coordinates": [ -110.95, 34.72 ] },"properties":{"date":"1989-05-04T22:46:41+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":737,"geometry":{ "type": "Point", "coordinates": [ -111.05, 34.75 ] },"properties":{"date":"1989-04-30T16:37:21+00:00","depth":15.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":736,"geometry":{ "type": "Point", "coordinates": [ -111.18, 34.58 ] },"properties":{"date":"1989-04-26T23:28:50+00:00","depth":22.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":735,"geometry":{ "type": "Point", "coordinates": [ -110.99, 34.665 ] },"properties":{"date":"1989-04-20T09:15:14+00:00","depth":8.5,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":734,"geometry":{ "type": "Point", "coordinates": [ -110.967, 34.675 ] },"properties":{"date":"1989-04-19T11:47:41+00:00","depth":1.6,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":732,"geometry":{ "type": "Point", "coordinates": [ -111.065, 34.68 ] },"properties":{"date":"1989-04-19T08:12:07+00:00","depth":10.9,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":731,"geometry":{ "type": "Point", "coordinates": [ -111.07, 34.68 ] },"properties":{"date":"1989-04-19T08:12:07+00:00","depth":11.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":733,"geometry":{ "type": "Point", "coordinates": [ -110.99, 34.67 ] },"properties":{"date":"1989-04-19T02:43:20+00:00","depth":6.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":730,"geometry":{ "type": "Point", "coordinates": [ -110.925, 34.669 ] },"properties":{"date":"1989-04-18T10:45:48+00:00","depth":5.0,"magnitude":"3.5","type":"Unk","location":""}},{"type":"Feature","id":729,"geometry":{ "type": "Point", "coordinates": [ -114.661, 36.046 ] },"properties":{"date":"1989-04-06T16:10:04+00:00","depth":5.0,"magnitude":"2.7","type":"Unk","location":""}},{"type":"Feature","id":728,"geometry":{ "type": "Point", "coordinates": [ -112.8168, 37.0225 ] },"properties":{"date":"1989-03-22T11:54:27+00:00","depth":1.9,"magnitude":"2.04","type":"Mc","location":""}},{"type":"Feature","id":727,"geometry":{ "type": "Point", "coordinates": [ -112.8872, 37.0008 ] },"properties":{"date":"1989-03-22T11:46:42+00:00","depth":4.56,"magnitude":"2.43","type":"Mc","location":""}},{"type":"Feature","id":726,"geometry":{ "type": "Point", "coordinates": [ -112.8542, 36.998 ] },"properties":{"date":"1989-03-20T09:44:03+00:00","depth":1.74,"magnitude":"2.45","type":"Mc","location":""}},{"type":"Feature","id":725,"geometry":{ "type": "Point", "coordinates": [ -112.8472, 37.0567 ] },"properties":{"date":"1989-03-15T17:31:18+00:00","depth":1.99,"magnitude":"2.89","type":"Mc","location":""}},{"type":"Feature","id":724,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.96 ] },"properties":{"date":"1989-03-13T06:30:14+00:00","depth":15.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":723,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.04 ] },"properties":{"date":"1989-03-13T05:17:35+00:00","depth":11.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":722,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.02 ] },"properties":{"date":"1989-03-13T02:41:59+00:00","depth":10.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":721,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.05 ] },"properties":{"date":"1989-03-12T20:37:46+00:00","depth":12.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":720,"geometry":{ "type": "Point", "coordinates": [ -112.23, 35.99 ] },"properties":{"date":"1989-03-12T12:42:44+00:00","depth":11.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":717,"geometry":{ "type": "Point", "coordinates": [ -112.24, 35.99 ] },"properties":{"date":"1989-03-12T12:00:42+00:00","depth":12.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":716,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.03 ] },"properties":{"date":"1989-03-12T11:26:19+00:00","depth":11.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":719,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.04 ] },"properties":{"date":"1989-03-12T10:52:04+00:00","depth":11.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":713,"geometry":{ "type": "Point", "coordinates": [ -112.47, 36.15 ] },"properties":{"date":"1989-03-12T08:32:17+00:00","depth":16.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":718,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.04 ] },"properties":{"date":"1989-03-12T08:09:47+00:00","depth":11.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":711,"geometry":{ "type": "Point", "coordinates": [ -112.92, 35.39 ] },"properties":{"date":"1989-03-12T08:07:45+00:00","depth":16.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":712,"geometry":{ "type": "Point", "coordinates": [ -112.907, 36.9757 ] },"properties":{"date":"1989-03-12T06:30:19+00:00","depth":3.96,"magnitude":"3.44","type":"Mc","location":""}},{"type":"Feature","id":714,"geometry":{ "type": "Point", "coordinates": [ -112.29, 36.08 ] },"properties":{"date":"1989-03-12T03:41:40+00:00","depth":7.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":715,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.04 ] },"properties":{"date":"1989-03-12T02:09:50+00:00","depth":9.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":707,"geometry":{ "type": "Point", "coordinates": [ -112.26, 36.08 ] },"properties":{"date":"1989-03-11T18:06:01+00:00","depth":8.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":710,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.08 ] },"properties":{"date":"1989-03-11T15:08:42+00:00","depth":11.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":709,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.08 ] },"properties":{"date":"1989-03-11T11:45:59+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":708,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.05 ] },"properties":{"date":"1989-03-11T11:20:47+00:00","depth":12.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":705,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.05 ] },"properties":{"date":"1989-03-10T23:11:15+00:00","depth":16.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":702,"geometry":{ "type": "Point", "coordinates": [ -112.23, 35.95 ] },"properties":{"date":"1989-03-10T18:21:25+00:00","depth":10.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":694,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.05 ] },"properties":{"date":"1989-03-10T17:41:29+00:00","depth":10.0,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":692,"geometry":{ "type": "Point", "coordinates": [ -112.3, 35.99 ] },"properties":{"date":"1989-03-10T17:06:12+00:00","depth":9.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":701,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.0 ] },"properties":{"date":"1989-03-10T15:34:32+00:00","depth":11.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":700,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.01 ] },"properties":{"date":"1989-03-10T15:31:33+00:00","depth":11.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":706,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.08 ] },"properties":{"date":"1989-03-10T13:56:55+00:00","depth":16.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":693,"geometry":{ "type": "Point", "coordinates": [ -112.25, 35.96 ] },"properties":{"date":"1989-03-10T13:28:33+00:00","depth":10.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":695,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.08 ] },"properties":{"date":"1989-03-10T12:49:23+00:00","depth":13.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":699,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.06 ] },"properties":{"date":"1989-03-10T11:00:44+00:00","depth":14.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":698,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.03 ] },"properties":{"date":"1989-03-10T09:11:08+00:00","depth":11.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":697,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.04 ] },"properties":{"date":"1989-03-10T07:46:32+00:00","depth":11.0,"magnitude":"1.6","type":"ML","location":""}},{"type":"Feature","id":696,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.1 ] },"properties":{"date":"1989-03-10T03:19:07+00:00","depth":8.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":704,"geometry":{ "type": "Point", "coordinates": [ -112.21, 35.97 ] },"properties":{"date":"1989-03-10T02:41:23+00:00","depth":11.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":703,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.06 ] },"properties":{"date":"1989-03-10T02:16:48+00:00","depth":10.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":691,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.04 ] },"properties":{"date":"1989-03-09T17:22:09+00:00","depth":11.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":677,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.0 ] },"properties":{"date":"1989-03-09T16:06:44+00:00","depth":11.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":687,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.03 ] },"properties":{"date":"1989-03-09T15:09:47+00:00","depth":10.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":684,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.02 ] },"properties":{"date":"1989-03-09T13:42:19+00:00","depth":11.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":683,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.0 ] },"properties":{"date":"1989-03-09T13:40:55+00:00","depth":11.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":682,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.01 ] },"properties":{"date":"1989-03-09T12:59:59+00:00","depth":11.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":676,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.01 ] },"properties":{"date":"1989-03-09T12:59:15+00:00","depth":11.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":675,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.02 ] },"properties":{"date":"1989-03-09T12:51:13+00:00","depth":11.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":690,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.03 ] },"properties":{"date":"1989-03-09T12:43:36+00:00","depth":12.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":689,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.05 ] },"properties":{"date":"1989-03-09T12:16:27+00:00","depth":13.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":671,"geometry":{ "type": "Point", "coordinates": [ -112.7317, 37.0528 ] },"properties":{"date":"1989-03-09T10:11:24+00:00","depth":14.35,"magnitude":"2.73","type":"Mc","location":""}},{"type":"Feature","id":674,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.0 ] },"properties":{"date":"1989-03-09T09:26:11+00:00","depth":11.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":681,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.02 ] },"properties":{"date":"1989-03-09T08:17:45+00:00","depth":11.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":686,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.03 ] },"properties":{"date":"1989-03-09T07:40:28+00:00","depth":12.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":672,"geometry":{ "type": "Point", "coordinates": [ -112.28, 36.0 ] },"properties":{"date":"1989-03-09T06:44:50+00:00","depth":12.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":680,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.02 ] },"properties":{"date":"1989-03-09T05:24:27+00:00","depth":12.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":685,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.0 ] },"properties":{"date":"1989-03-09T05:17:57+00:00","depth":12.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":679,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.0 ] },"properties":{"date":"1989-03-09T04:25:17+00:00","depth":11.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":673,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.02 ] },"properties":{"date":"1989-03-09T03:32:06+00:00","depth":11.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":688,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.02 ] },"properties":{"date":"1989-03-09T03:26:09+00:00","depth":12.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":678,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.03 ] },"properties":{"date":"1989-03-09T00:04:14+00:00","depth":12.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":665,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.0 ] },"properties":{"date":"1989-03-08T13:29:07+00:00","depth":12.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":666,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.03 ] },"properties":{"date":"1989-03-08T11:29:27+00:00","depth":13.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":670,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.02 ] },"properties":{"date":"1989-03-08T07:28:06+00:00","depth":11.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":669,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.01 ] },"properties":{"date":"1989-03-08T07:24:28+00:00","depth":11.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":668,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.04 ] },"properties":{"date":"1989-03-08T05:21:36+00:00","depth":9.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":667,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.01 ] },"properties":{"date":"1989-03-08T04:35:58+00:00","depth":12.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":664,"geometry":{ "type": "Point", "coordinates": [ -112.42, 36.15 ] },"properties":{"date":"1989-03-08T02:51:52+00:00","depth":16.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":651,"geometry":{ "type": "Point", "coordinates": [ -112.23, 35.98 ] },"properties":{"date":"1989-03-07T14:14:20+00:00","depth":14.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":650,"geometry":{ "type": "Point", "coordinates": [ -112.23, 35.98 ] },"properties":{"date":"1989-03-07T14:14:20+00:00","depth":14.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":640,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.0 ] },"properties":{"date":"1989-03-07T12:39:06+00:00","depth":11.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":641,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.0 ] },"properties":{"date":"1989-03-07T12:39:06+00:00","depth":11.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":642,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.01 ] },"properties":{"date":"1989-03-07T12:17:39+00:00","depth":12.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":643,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.01 ] },"properties":{"date":"1989-03-07T12:17:39+00:00","depth":12.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":654,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.01 ] },"properties":{"date":"1989-03-07T11:08:49+00:00","depth":12.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":655,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.01 ] },"properties":{"date":"1989-03-07T11:08:49+00:00","depth":12.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":658,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.04 ] },"properties":{"date":"1989-03-07T10:25:56+00:00","depth":12.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":659,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.04 ] },"properties":{"date":"1989-03-07T10:25:56+00:00","depth":12.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":663,"geometry":{ "type": "Point", "coordinates": [ -112.16, 36.04 ] },"properties":{"date":"1989-03-07T08:24:40+00:00","depth":7.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":662,"geometry":{ "type": "Point", "coordinates": [ -112.16, 36.04 ] },"properties":{"date":"1989-03-07T08:24:40+00:00","depth":7.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":648,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.04 ] },"properties":{"date":"1989-03-07T07:59:38+00:00","depth":13.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":649,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.04 ] },"properties":{"date":"1989-03-07T07:59:38+00:00","depth":13.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":639,"geometry":{ "type": "Point", "coordinates": [ -112.25, 35.98 ] },"properties":{"date":"1989-03-07T07:07:31+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":638,"geometry":{ "type": "Point", "coordinates": [ -112.25, 35.98 ] },"properties":{"date":"1989-03-07T07:07:31+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":633,"geometry":{ "type": "Point", "coordinates": [ -112.27, 35.97 ] },"properties":{"date":"1989-03-07T05:25:23+00:00","depth":12.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":632,"geometry":{ "type": "Point", "coordinates": [ -112.27, 35.97 ] },"properties":{"date":"1989-03-07T05:25:23+00:00","depth":12.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":653,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.02 ] },"properties":{"date":"1989-03-07T05:03:36+00:00","depth":11.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":652,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.02 ] },"properties":{"date":"1989-03-07T05:03:36+00:00","depth":11.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":637,"geometry":{ "type": "Point", "coordinates": [ -112.26, 36.03 ] },"properties":{"date":"1989-03-07T04:08:39+00:00","depth":14.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":636,"geometry":{ "type": "Point", "coordinates": [ -112.26, 36.03 ] },"properties":{"date":"1989-03-07T04:08:39+00:00","depth":14.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":634,"geometry":{ "type": "Point", "coordinates": [ -112.26, 35.99 ] },"properties":{"date":"1989-03-07T03:21:18+00:00","depth":11.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":635,"geometry":{ "type": "Point", "coordinates": [ -112.26, 35.99 ] },"properties":{"date":"1989-03-07T03:21:18+00:00","depth":11.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":657,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.03 ] },"properties":{"date":"1989-03-07T01:59:08+00:00","depth":13.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":656,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.03 ] },"properties":{"date":"1989-03-07T01:59:08+00:00","depth":13.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":646,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.01 ] },"properties":{"date":"1989-03-07T01:53:36+00:00","depth":12.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":647,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.01 ] },"properties":{"date":"1989-03-07T01:53:36+00:00","depth":12.0,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":644,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.01 ] },"properties":{"date":"1989-03-07T01:41:50+00:00","depth":11.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":645,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.01 ] },"properties":{"date":"1989-03-07T01:41:50+00:00","depth":11.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":660,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.03 ] },"properties":{"date":"1989-03-07T01:19:53+00:00","depth":8.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":661,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.03 ] },"properties":{"date":"1989-03-07T01:19:53+00:00","depth":8.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":603,"geometry":{ "type": "Point", "coordinates": [ -112.25, 35.99 ] },"properties":{"date":"1989-03-06T20:46:21+00:00","depth":12.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":596,"geometry":{ "type": "Point", "coordinates": [ -112.28, 35.99 ] },"properties":{"date":"1989-03-06T19:17:38+00:00","depth":12.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":626,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.04 ] },"properties":{"date":"1989-03-06T16:23:57+00:00","depth":8.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":618,"geometry":{ "type": "Point", "coordinates": [ -112.22, 35.97 ] },"properties":{"date":"1989-03-06T15:54:43+00:00","depth":10.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":597,"geometry":{ "type": "Point", "coordinates": [ -112.26, 35.98 ] },"properties":{"date":"1989-03-06T14:51:06+00:00","depth":13.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":617,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.06 ] },"properties":{"date":"1989-03-06T14:49:00+00:00","depth":7.0,"magnitude":"1.4","type":"ML","location":""}},{"type":"Feature","id":602,"geometry":{ "type": "Point", "coordinates": [ -112.25, 35.98 ] },"properties":{"date":"1989-03-06T13:58:32+00:00","depth":11.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":607,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.0 ] },"properties":{"date":"1989-03-06T13:48:56+00:00","depth":11.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":624,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.03 ] },"properties":{"date":"1989-03-06T13:20:44+00:00","depth":11.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":613,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.0 ] },"properties":{"date":"1989-03-06T13:19:01+00:00","depth":13.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":623,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.04 ] },"properties":{"date":"1989-03-06T13:09:22+00:00","depth":14.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":616,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.02 ] },"properties":{"date":"1989-03-06T13:07:45+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":595,"geometry":{ "type": "Point", "coordinates": [ -112.28, 35.99 ] },"properties":{"date":"1989-03-06T10:47:54+00:00","depth":11.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":629,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.05 ] },"properties":{"date":"1989-03-06T10:44:05+00:00","depth":10.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":601,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.0 ] },"properties":{"date":"1989-03-06T10:07:18+00:00","depth":13.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":612,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.01 ] },"properties":{"date":"1989-03-06T06:45:20+00:00","depth":11.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":615,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.04 ] },"properties":{"date":"1989-03-06T06:41:04+00:00","depth":13.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":600,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.05 ] },"properties":{"date":"1989-03-06T06:14:15+00:00","depth":7.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":630,"geometry":{ "type": "Point", "coordinates": [ -112.16, 36.11 ] },"properties":{"date":"1989-03-06T06:10:47+00:00","depth":2.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":606,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.0 ] },"properties":{"date":"1989-03-06T05:44:50+00:00","depth":11.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":594,"geometry":{ "type": "Point", "coordinates": [ -112.32, 35.95 ] },"properties":{"date":"1989-03-06T05:30:06+00:00","depth":2.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":605,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.01 ] },"properties":{"date":"1989-03-06T05:13:26+00:00","depth":12.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":599,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.0 ] },"properties":{"date":"1989-03-06T04:47:59+00:00","depth":11.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":598,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.03 ] },"properties":{"date":"1989-03-06T04:28:37+00:00","depth":12.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":614,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.01 ] },"properties":{"date":"1989-03-06T04:25:08+00:00","depth":11.0,"magnitude":"1.8","type":"ML","location":""}},{"type":"Feature","id":622,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.03 ] },"properties":{"date":"1989-03-06T04:23:44+00:00","depth":13.0,"magnitude":"0","type":"ML","location":""}},{"type":"Feature","id":611,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.05 ] },"properties":{"date":"1989-03-06T04:08:12+00:00","depth":8.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":625,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.04 ] },"properties":{"date":"1989-03-06T03:46:35+00:00","depth":12.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":621,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.01 ] },"properties":{"date":"1989-03-06T03:30:26+00:00","depth":12.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":610,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.03 ] },"properties":{"date":"1989-03-06T03:16:33+00:00","depth":13.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":620,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.04 ] },"properties":{"date":"1989-03-06T02:58:47+00:00","depth":12.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":604,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.0 ] },"properties":{"date":"1989-03-06T02:45:01+00:00","depth":10.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":619,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.03 ] },"properties":{"date":"1989-03-06T02:43:27+00:00","depth":12.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":631,"geometry":{ "type": "Point", "coordinates": [ -112.12, 36.01 ] },"properties":{"date":"1989-03-06T02:42:19+00:00","depth":12.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":628,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.04 ] },"properties":{"date":"1989-03-06T01:37:41+00:00","depth":11.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":627,"geometry":{ "type": "Point", "coordinates": [ -112.19, 35.96 ] },"properties":{"date":"1989-03-06T01:36:31+00:00","depth":8.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":609,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.05 ] },"properties":{"date":"1989-03-06T01:32:52+00:00","depth":11.0,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":608,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.02 ] },"properties":{"date":"1989-03-06T00:24:33+00:00","depth":10.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":591,"geometry":{ "type": "Point", "coordinates": [ -112.16, 36.04 ] },"properties":{"date":"1989-03-05T23:33:52+00:00","depth":10.0,"magnitude":"1.7","type":"ML","location":""}},{"type":"Feature","id":585,"geometry":{ "type": "Point", "coordinates": [ -112.3, 35.96 ] },"properties":{"date":"1989-03-05T23:26:06+00:00","depth":8.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":588,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.07 ] },"properties":{"date":"1989-03-05T20:51:10+00:00","depth":5.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":589,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.09 ] },"properties":{"date":"1989-03-05T17:22:10+00:00","depth":3.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":590,"geometry":{ "type": "Point", "coordinates": [ -112.16, 36.04 ] },"properties":{"date":"1989-03-05T14:40:42+00:00","depth":5.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":592,"geometry":{ "type": "Point", "coordinates": [ -112.13, 36.09 ] },"properties":{"date":"1989-03-05T09:35:59+00:00","depth":5.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":586,"geometry":{ "type": "Point", "coordinates": [ -112.279, 35.967 ] },"properties":{"date":"1989-03-05T09:17:56+00:00","depth":5.0,"magnitude":"3.9","type":"Unk","location":""}},{"type":"Feature","id":593,"geometry":{ "type": "Point", "coordinates": [ -112.1, 36.02 ] },"properties":{"date":"1989-03-05T00:45:00+00:00","depth":10.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":587,"geometry":{ "type": "Point", "coordinates": [ -112.257, 35.952 ] },"properties":{"date":"1989-03-05T00:40:31+00:00","depth":5.0,"magnitude":"4","type":"Unk","location":""}},{"type":"Feature","id":584,"geometry":{ "type": "Point", "coordinates": [ -114.556, 32.306 ] },"properties":{"date":"1989-03-01T07:51:54+00:00","depth":6.0,"magnitude":"2.23","type":"Mc","location":""}},{"type":"Feature","id":583,"geometry":{ "type": "Point", "coordinates": [ -114.573, 33.016 ] },"properties":{"date":"1989-02-20T11:48:18+00:00","depth":1.0,"magnitude":"2.14","type":"Mc","location":""}},{"type":"Feature","id":582,"geometry":{ "type": "Point", "coordinates": [ -114.568, 33.017 ] },"properties":{"date":"1989-02-18T16:19:01+00:00","depth":0.02,"magnitude":"2.19","type":"Mc","location":""}},{"type":"Feature","id":581,"geometry":{ "type": "Point", "coordinates": [ -114.584, 33.014 ] },"properties":{"date":"1989-02-18T05:30:05+00:00","depth":6.0,"magnitude":"1.57","type":"Mc","location":""}},{"type":"Feature","id":580,"geometry":{ "type": "Point", "coordinates": [ -114.567, 33.019 ] },"properties":{"date":"1989-02-17T02:31:21+00:00","depth":0.01,"magnitude":"2.61","type":"Mc","location":""}},{"type":"Feature","id":579,"geometry":{ "type": "Point", "coordinates": [ -113.02, 35.41 ] },"properties":{"date":"1989-02-16T19:37:00+00:00","depth":9.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":578,"geometry":{ "type": "Point", "coordinates": [ -114.277, 32.317 ] },"properties":{"date":"1989-02-09T08:01:34+00:00","depth":27.91,"magnitude":"1.4","type":"Unk","location":""}},{"type":"Feature","id":576,"geometry":{ "type": "Point", "coordinates": [ -114.6, 32.456 ] },"properties":{"date":"1989-02-09T07:27:03+00:00","depth":6.0,"magnitude":"1.4","type":"Unk","location":""}},{"type":"Feature","id":577,"geometry":{ "type": "Point", "coordinates": [ -114.579, 32.365 ] },"properties":{"date":"1989-02-09T02:28:55+00:00","depth":6.0,"magnitude":"1.7","type":"Unk","location":""}},{"type":"Feature","id":575,"geometry":{ "type": "Point", "coordinates": [ -114.595, 32.45 ] },"properties":{"date":"1989-02-08T08:37:09+00:00","depth":6.0,"magnitude":"1.6","type":"Unk","location":""}},{"type":"Feature","id":573,"geometry":{ "type": "Point", "coordinates": [ -114.597, 32.481 ] },"properties":{"date":"1989-02-07T14:04:53+00:00","depth":6.0,"magnitude":"1.3","type":"Unk","location":""}},{"type":"Feature","id":574,"geometry":{ "type": "Point", "coordinates": [ -114.534, 32.301 ] },"properties":{"date":"1989-02-07T01:46:04+00:00","depth":6.0,"magnitude":"2.28","type":"Mc","location":""}},{"type":"Feature","id":571,"geometry":{ "type": "Point", "coordinates": [ -114.594, 32.38 ] },"properties":{"date":"1989-02-06T11:54:29+00:00","depth":6.0,"magnitude":"2.46","type":"Mc","location":""}},{"type":"Feature","id":570,"geometry":{ "type": "Point", "coordinates": [ -114.605, 32.432 ] },"properties":{"date":"1989-02-06T11:27:18+00:00","depth":7.12,"magnitude":"3.18","type":"Mc","location":""}},{"type":"Feature","id":572,"geometry":{ "type": "Point", "coordinates": [ -114.59, 32.445 ] },"properties":{"date":"1989-02-06T11:21:28+00:00","depth":7.4,"magnitude":"1.9","type":"Unk","location":""}},{"type":"Feature","id":564,"geometry":{ "type": "Point", "coordinates": [ -114.566, 32.472 ] },"properties":{"date":"1989-02-05T23:22:45+00:00","depth":11.34,"magnitude":"1.5","type":"Unk","location":""}},{"type":"Feature","id":558,"geometry":{ "type": "Point", "coordinates": [ -114.6, 32.452 ] },"properties":{"date":"1989-02-05T23:04:52+00:00","depth":6.0,"magnitude":"1.9","type":"Unk","location":""}},{"type":"Feature","id":567,"geometry":{ "type": "Point", "coordinates": [ -114.554, 32.469 ] },"properties":{"date":"1989-02-05T22:50:12+00:00","depth":11.15,"magnitude":"1.4","type":"Unk","location":""}},{"type":"Feature","id":569,"geometry":{ "type": "Point", "coordinates": [ -114.494, 32.301 ] },"properties":{"date":"1989-02-05T22:37:17+00:00","depth":6.0,"magnitude":"1.9","type":"Unk","location":""}},{"type":"Feature","id":565,"geometry":{ "type": "Point", "coordinates": [ -114.565, 32.465 ] },"properties":{"date":"1989-02-05T22:25:05+00:00","depth":11.66,"magnitude":"2.1","type":"Unk","location":""}},{"type":"Feature","id":562,"geometry":{ "type": "Point", "coordinates": [ -114.592, 32.488 ] },"properties":{"date":"1989-02-05T22:10:36+00:00","depth":6.0,"magnitude":"2.8","type":"Mh","location":""}},{"type":"Feature","id":557,"geometry":{ "type": "Point", "coordinates": [ -114.6, 32.401 ] },"properties":{"date":"1989-02-05T22:05:16+00:00","depth":6.0,"magnitude":"3.4","type":"Mc","location":""}},{"type":"Feature","id":566,"geometry":{ "type": "Point", "coordinates": [ -114.558, 32.405 ] },"properties":{"date":"1989-02-05T21:53:40+00:00","depth":14.14,"magnitude":"2.85","type":"Mc","location":""}},{"type":"Feature","id":555,"geometry":{ "type": "Point", "coordinates": [ -114.626, 32.494 ] },"properties":{"date":"1989-02-05T21:51:13+00:00","depth":1.0,"magnitude":"3.42","type":"Mc","location":""}},{"type":"Feature","id":559,"geometry":{ "type": "Point", "coordinates": [ -114.597, 32.331 ] },"properties":{"date":"1989-02-05T20:15:16+00:00","depth":6.0,"magnitude":"2","type":"Unk","location":""}},{"type":"Feature","id":561,"geometry":{ "type": "Point", "coordinates": [ -114.595, 32.317 ] },"properties":{"date":"1989-02-05T19:51:34+00:00","depth":6.0,"magnitude":"1.9","type":"Unk","location":""}},{"type":"Feature","id":568,"geometry":{ "type": "Point", "coordinates": [ -114.548, 32.481 ] },"properties":{"date":"1989-02-05T18:45:30+00:00","depth":12.99,"magnitude":"1.3","type":"Unk","location":""}},{"type":"Feature","id":560,"geometry":{ "type": "Point", "coordinates": [ -114.595, 32.447 ] },"properties":{"date":"1989-02-05T18:32:47+00:00","depth":6.0,"magnitude":"1.4","type":"Unk","location":""}},{"type":"Feature","id":556,"geometry":{ "type": "Point", "coordinates": [ -114.604, 32.325 ] },"properties":{"date":"1989-02-05T18:03:50+00:00","depth":6.0,"magnitude":"2.5","type":"Unk","location":""}},{"type":"Feature","id":563,"geometry":{ "type": "Point", "coordinates": [ -114.577, 32.345 ] },"properties":{"date":"1989-02-05T14:38:50+00:00","depth":6.0,"magnitude":"1.5","type":"Unk","location":""}},{"type":"Feature","id":554,"geometry":{ "type": "Point", "coordinates": [ -112.954, 36.7877 ] },"properties":{"date":"1989-02-04T12:26:58+00:00","depth":0.89,"magnitude":"3.01","type":"Mc","location":""}},{"type":"Feature","id":553,"geometry":{ "type": "Point", "coordinates": [ -114.8, 35.983 ] },"properties":{"date":"1988-12-30T19:55:55+00:00","depth":5.0,"magnitude":"2.7","type":"Unk","location":""}},{"type":"Feature","id":552,"geometry":{ "type": "Point", "coordinates": [ -112.9522, 36.8963 ] },"properties":{"date":"1988-12-29T18:18:57+00:00","depth":1.37,"magnitude":"3.61","type":"Mc","location":""}},{"type":"Feature","id":551,"geometry":{ "type": "Point", "coordinates": [ -114.29, 33.697 ] },"properties":{"date":"1988-11-10T00:04:08+00:00","depth":6.0,"magnitude":"2.38","type":"Mc","location":""}},{"type":"Feature","id":550,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.02 ] },"properties":{"date":"1988-10-03T15:14:12+00:00","depth":5.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":549,"geometry":{ "type": "Point", "coordinates": [ -112.25, 35.43 ] },"properties":{"date":"1988-10-03T02:02:50+00:00","depth":4.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":546,"geometry":{ "type": "Point", "coordinates": [ -112.26, 36.06 ] },"properties":{"date":"1988-09-11T12:10:00+00:00","depth":10.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":548,"geometry":{ "type": "Point", "coordinates": [ -112.24, 36.04 ] },"properties":{"date":"1988-09-11T11:58:00+00:00","depth":10.0,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":547,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.05 ] },"properties":{"date":"1988-09-11T11:58:00+00:00","depth":10.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":545,"geometry":{ "type": "Point", "coordinates": [ -112.28, 36.03 ] },"properties":{"date":"1988-09-11T11:29:00+00:00","depth":10.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":540,"geometry":{ "type": "Point", "coordinates": [ -112.23, 36.04 ] },"properties":{"date":"1988-09-10T18:55:00+00:00","depth":10.0,"magnitude":"1.5","type":"ML","location":""}},{"type":"Feature","id":543,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.07 ] },"properties":{"date":"1988-09-10T18:47:00+00:00","depth":10.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":542,"geometry":{ "type": "Point", "coordinates": [ -112.21, 36.03 ] },"properties":{"date":"1988-09-10T17:19:00+00:00","depth":10.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":541,"geometry":{ "type": "Point", "coordinates": [ -112.22, 36.03 ] },"properties":{"date":"1988-09-10T11:30:00+00:00","depth":10.0,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":544,"geometry":{ "type": "Point", "coordinates": [ -112.18, 36.04 ] },"properties":{"date":"1988-09-10T11:21:00+00:00","depth":10.0,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":539,"geometry":{ "type": "Point", "coordinates": [ -112.1, 35.99 ] },"properties":{"date":"1988-09-08T09:04:08+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":537,"geometry":{ "type": "Point", "coordinates": [ -112.28, 35.986 ] },"properties":{"date":"1988-09-08T03:22:06+00:00","depth":5.0,"magnitude":"3.1","type":"Unk","location":""}},{"type":"Feature","id":538,"geometry":{ "type": "Point", "coordinates": [ -112.272, 35.994 ] },"properties":{"date":"1988-09-08T01:17:39+00:00","depth":5.0,"magnitude":"3.1","type":"Unk","location":""}},{"type":"Feature","id":535,"geometry":{ "type": "Point", "coordinates": [ -112.15, 36.02 ] },"properties":{"date":"1988-09-07T04:15:47+00:00","depth":10.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":534,"geometry":{ "type": "Point", "coordinates": [ -112.19, 36.03 ] },"properties":{"date":"1988-09-07T03:22:07+00:00","depth":6.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":533,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.02 ] },"properties":{"date":"1988-09-07T01:23:25+00:00","depth":4.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":536,"geometry":{ "type": "Point", "coordinates": [ -112.14, 36.01 ] },"properties":{"date":"1988-09-07T01:17:40+00:00","depth":12.0,"magnitude":"3.1","type":"ML","location":""}},{"type":"Feature","id":532,"geometry":{ "type": "Point", "coordinates": [ -112.272, 35.981 ] },"properties":{"date":"1988-09-06T14:41:25+00:00","depth":5.0,"magnitude":"2.6","type":"Unk","location":""}},{"type":"Feature","id":531,"geometry":{ "type": "Point", "coordinates": [ -112.278, 35.992 ] },"properties":{"date":"1988-09-06T09:43:58+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":530,"geometry":{ "type": "Point", "coordinates": [ -112.22, 34.99 ] },"properties":{"date":"1988-08-21T23:24:03+00:00","depth":31.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":529,"geometry":{ "type": "Point", "coordinates": [ -113.8823, 37.0315 ] },"properties":{"date":"1988-08-21T23:21:51+00:00","depth":2.21,"magnitude":"3.44","type":"Mc","location":""}},{"type":"Feature","id":528,"geometry":{ "type": "Point", "coordinates": [ -113.938, 36.996 ] },"properties":{"date":"1988-08-20T08:14:09+00:00","depth":5.0,"magnitude":"2.8","type":"Unk","location":""}},{"type":"Feature","id":527,"geometry":{ "type": "Point", "coordinates": [ -110.448, 36.374 ] },"properties":{"date":"1988-07-15T00:38:10+00:00","depth":5.0,"magnitude":"3.3","type":"Unk","location":""}},{"type":"Feature","id":526,"geometry":{ "type": "Point", "coordinates": [ -114.817, 35.927 ] },"properties":{"date":"1988-07-06T07:26:58+00:00","depth":5.0,"magnitude":"2.7","type":"Unk","location":""}},{"type":"Feature","id":525,"geometry":{ "type": "Point", "coordinates": [ -112.9, 36.89 ] },"properties":{"date":"1988-06-01T08:31:58+00:00","depth":10.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":524,"geometry":{ "type": "Point", "coordinates": [ -112.9952, 36.9253 ] },"properties":{"date":"1988-05-22T19:22:46+00:00","depth":0.31,"magnitude":"3.74","type":"Mc","location":""}},{"type":"Feature","id":523,"geometry":{ "type": "Point", "coordinates": [ -112.15, 36.02 ] },"properties":{"date":"1988-04-11T17:34:09+00:00","depth":10.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":522,"geometry":{ "type": "Point", "coordinates": [ -111.63, 35.59 ] },"properties":{"date":"1988-02-14T07:39:49+00:00","depth":13.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":520,"geometry":{ "type": "Point", "coordinates": [ -111.66, 35.59 ] },"properties":{"date":"1988-02-13T17:58:12+00:00","depth":1.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":521,"geometry":{ "type": "Point", "coordinates": [ -111.64, 35.6 ] },"properties":{"date":"1988-02-13T08:29:53+00:00","depth":3.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":519,"geometry":{ "type": "Point", "coordinates": [ -112.9035, 37.005 ] },"properties":{"date":"1988-01-03T03:35:48+00:00","depth":1.45,"magnitude":"2.63","type":"Mc","location":""}},{"type":"Feature","id":517,"geometry":{ "type": "Point", "coordinates": [ -112.8942, 37.0095 ] },"properties":{"date":"1988-01-02T23:10:49+00:00","depth":1.17,"magnitude":"3.13","type":"Mc","location":""}},{"type":"Feature","id":518,"geometry":{ "type": "Point", "coordinates": [ -112.869, 37.038 ] },"properties":{"date":"1988-01-02T04:04:17+00:00","depth":1.24,"magnitude":"2.94","type":"Mc","location":""}},{"type":"Feature","id":516,"geometry":{ "type": "Point", "coordinates": [ -112.21, 34.65 ] },"properties":{"date":"1987-11-11T06:16:39+00:00","depth":0.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":515,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.46 ] },"properties":{"date":"1987-10-28T08:53:20+00:00","depth":2.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":514,"geometry":{ "type": "Point", "coordinates": [ -110.34, 36.54 ] },"properties":{"date":"1987-10-20T20:39:34+00:00","depth":0.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":512,"geometry":{ "type": "Point", "coordinates": [ -113.732, 34.853 ] },"properties":{"date":"1987-09-20T11:24:33+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":513,"geometry":{ "type": "Point", "coordinates": [ -113.16, 36.17 ] },"properties":{"date":"1987-09-20T00:00:00+00:00","depth":0.0,"magnitude":"3.3","type":"ML","location":""}},{"type":"Feature","id":511,"geometry":{ "type": "Point", "coordinates": [ -113.25, 35.54 ] },"properties":{"date":"1987-08-06T19:37:53+00:00","depth":0.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":510,"geometry":{ "type": "Point", "coordinates": [ -113.815, 37.0502 ] },"properties":{"date":"1987-06-16T22:47:48+00:00","depth":65.02,"magnitude":"3","type":"Mc","location":""}},{"type":"Feature","id":509,"geometry":{ "type": "Point", "coordinates": [ -111.56, 35.66 ] },"properties":{"date":"1987-06-05T21:59:05+00:00","depth":0.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":508,"geometry":{ "type": "Point", "coordinates": [ -112.06, 35.07 ] },"properties":{"date":"1987-05-09T19:11:12+00:00","depth":2.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":507,"geometry":{ "type": "Point", "coordinates": [ -112.16, 35.79 ] },"properties":{"date":"1987-04-19T03:57:00+00:00","depth":5.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":506,"geometry":{ "type": "Point", "coordinates": [ -111.21, 34.64 ] },"properties":{"date":"1987-04-15T07:16:11+00:00","depth":10.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":505,"geometry":{ "type": "Point", "coordinates": [ -112.03, 34.92 ] },"properties":{"date":"1987-04-07T08:44:47+00:00","depth":33.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":504,"geometry":{ "type": "Point", "coordinates": [ -111.56, 35.22 ] },"properties":{"date":"1987-04-02T12:49:00+00:00","depth":11.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":503,"geometry":{ "type": "Point", "coordinates": [ -109.93, 35.36 ] },"properties":{"date":"1987-03-19T12:20:52+00:00","depth":0.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":502,"geometry":{ "type": "Point", "coordinates": [ -113.915, 36.9977 ] },"properties":{"date":"1987-01-13T01:14:56+00:00","depth":0.03,"magnitude":"3.6","type":"Mc","location":""}},{"type":"Feature","id":501,"geometry":{ "type": "Point", "coordinates": [ -112.14, 34.8 ] },"properties":{"date":"1986-12-29T20:51:23+00:00","depth":5.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":500,"geometry":{ "type": "Point", "coordinates": [ -112.14, 34.92 ] },"properties":{"date":"1986-12-24T17:58:34+00:00","depth":0.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":499,"geometry":{ "type": "Point", "coordinates": [ -109.74, 36.38 ] },"properties":{"date":"1986-09-05T01:24:26+00:00","depth":2.0,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":498,"geometry":{ "type": "Point", "coordinates": [ -114.3593, 36.2448 ] },"properties":{"date":"1986-08-22T14:43:59+00:00","depth":13.05,"magnitude":"3","type":"Mc","location":""}},{"type":"Feature","id":497,"geometry":{ "type": "Point", "coordinates": [ -112.3447, 36.7998 ] },"properties":{"date":"1986-08-06T05:31:08+00:00","depth":0.06,"magnitude":"2.85","type":"Mc","location":""}},{"type":"Feature","id":496,"geometry":{ "type": "Point", "coordinates": [ -109.66, 36.28 ] },"properties":{"date":"1986-07-31T20:37:23+00:00","depth":38.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":495,"geometry":{ "type": "Point", "coordinates": [ -109.56, 35.67 ] },"properties":{"date":"1986-07-29T17:42:30+00:00","depth":20.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":494,"geometry":{ "type": "Point", "coordinates": [ -111.88, 35.06 ] },"properties":{"date":"1986-07-21T01:09:09+00:00","depth":3.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":493,"geometry":{ "type": "Point", "coordinates": [ -111.149, 34.702 ] },"properties":{"date":"1986-07-17T21:13:50+00:00","depth":5.0,"magnitude":"2.6","type":"Unk","location":""}},{"type":"Feature","id":492,"geometry":{ "type": "Point", "coordinates": [ -113.8, 32.39 ] },"properties":{"date":"1986-04-05T18:00:03+00:00","depth":6.0,"magnitude":"3.1","type":"Unk","location":""}},{"type":"Feature","id":491,"geometry":{ "type": "Point", "coordinates": [ -114.08, 32.48 ] },"properties":{"date":"1986-03-24T17:29:57+00:00","depth":0.0,"magnitude":"3.4","type":"MLPAS","location":""}},{"type":"Feature","id":490,"geometry":{ "type": "Point", "coordinates": [ -112.13, 34.8 ] },"properties":{"date":"1986-02-16T15:57:10+00:00","depth":25.0,"magnitude":"2.2","type":"ML","location":""}},{"type":"Feature","id":489,"geometry":{ "type": "Point", "coordinates": [ -114.1, 32.55 ] },"properties":{"date":"1986-01-19T19:35:00+00:00","depth":0.0,"magnitude":"3.1","type":"Unk","location":""}},{"type":"Feature","id":488,"geometry":{ "type": "Point", "coordinates": [ -114.653, 36.088 ] },"properties":{"date":"1985-11-16T12:06:48+00:00","depth":5.0,"magnitude":"3.1","type":"Unk","location":""}},{"type":"Feature","id":487,"geometry":{ "type": "Point", "coordinates": [ -114.644, 35.976 ] },"properties":{"date":"1985-08-12T21:50:47+00:00","depth":5.0,"magnitude":"3.3","type":"Unk","location":""}},{"type":"Feature","id":486,"geometry":{ "type": "Point", "coordinates": [ -114.693, 32.429 ] },"properties":{"date":"1985-07-06T11:46:48+00:00","depth":6.0,"magnitude":"2.63","type":"Mc","location":""}},{"type":"Feature","id":485,"geometry":{ "type": "Point", "coordinates": [ -109.071, 35.174 ] },"properties":{"date":"1985-04-14T21:48:00+00:00","depth":5.0,"magnitude":"3.3","type":"Unk","location":""}},{"type":"Feature","id":484,"geometry":{ "type": "Point", "coordinates": [ -114.03, 32.5 ] },"properties":{"date":"1985-03-30T18:35:00+00:00","depth":6.0,"magnitude":"3.3","type":"Unk","location":""}},{"type":"Feature","id":483,"geometry":{ "type": "Point", "coordinates": [ -112.137, 34.75 ] },"properties":{"date":"1985-01-30T13:47:16+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":482,"geometry":{ "type": "Point", "coordinates": [ -111.4, 35.3 ] },"properties":{"date":"1985-01-29T05:37:54+00:00","depth":0.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":481,"geometry":{ "type": "Point", "coordinates": [ -111.4, 35.3 ] },"properties":{"date":"1985-01-26T22:04:20+00:00","depth":0.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":480,"geometry":{ "type": "Point", "coordinates": [ -111.75, 34.9 ] },"properties":{"date":"1985-01-26T21:55:17+00:00","depth":0.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":479,"geometry":{ "type": "Point", "coordinates": [ -114.783, 36.105 ] },"properties":{"date":"1985-01-09T07:29:59+00:00","depth":5.0,"magnitude":"2.6","type":"Unk","location":""}},{"type":"Feature","id":478,"geometry":{ "type": "Point", "coordinates": [ -110.3662, 36.841 ] },"properties":{"date":"1984-10-20T17:27:24+00:00","depth":4.52,"magnitude":"1.6","type":"Mc","location":""}},{"type":"Feature","id":477,"geometry":{ "type": "Point", "coordinates": [ -111.844, 36.216 ] },"properties":{"date":"1984-07-18T14:29:32+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":476,"geometry":{ "type": "Point", "coordinates": [ -114.01, 32.46 ] },"properties":{"date":"1984-07-07T18:14:59+00:00","depth":6.0,"magnitude":"3.1","type":"Unk","location":""}},{"type":"Feature","id":475,"geometry":{ "type": "Point", "coordinates": [ -114.801, 36.049 ] },"properties":{"date":"1984-06-20T13:37:18+00:00","depth":6.0,"magnitude":"2.7","type":"Mc","location":""}},{"type":"Feature","id":474,"geometry":{ "type": "Point", "coordinates": [ -112.3492, 36.7578 ] },"properties":{"date":"1984-06-09T03:49:29+00:00","depth":1.44,"magnitude":"2.56","type":"Mc","location":""}},{"type":"Feature","id":473,"geometry":{ "type": "Point", "coordinates": [ -113.6015, 36.997 ] },"properties":{"date":"1984-04-14T16:52:32+00:00","depth":0.22,"magnitude":"2.81","type":"Mc","location":""}},{"type":"Feature","id":472,"geometry":{ "type": "Point", "coordinates": [ -112.61, 35.13 ] },"properties":{"date":"1984-02-25T19:43:47+00:00","depth":0.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":471,"geometry":{ "type": "Point", "coordinates": [ -112.037, 36.135 ] },"properties":{"date":"1983-08-31T08:10:09+00:00","depth":5.0,"magnitude":"3.3","type":"Unk","location":""}},{"type":"Feature","id":3348,"geometry":{ "type": "Point", "coordinates": [ -113.97, 32.5 ] },"properties":{"date":"1983-07-27T18:59:59+00:00","depth":5.0,"magnitude":"2.03","type":"M","location":""}},{"type":"Feature","id":3347,"geometry":{ "type": "Point", "coordinates": [ -113.15, 34.62 ] },"properties":{"date":"1983-07-14T18:59:22+00:00","depth":7.0,"magnitude":"3.06","type":"M","location":""}},{"type":"Feature","id":470,"geometry":{ "type": "Point", "coordinates": [ -114.809, 35.994 ] },"properties":{"date":"1983-03-11T21:05:53+00:00","depth":5.0,"magnitude":"2.6","type":"Unk","location":""}},{"type":"Feature","id":469,"geometry":{ "type": "Point", "coordinates": [ -114.711, 35.973 ] },"properties":{"date":"1983-02-23T11:10:21+00:00","depth":5.0,"magnitude":"3.9","type":"Unk","location":""}},{"type":"Feature","id":468,"geometry":{ "type": "Point", "coordinates": [ -114.722, 36.04 ] },"properties":{"date":"1983-02-16T08:26:06+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":467,"geometry":{ "type": "Point", "coordinates": [ -114.3103, 32.7693 ] },"properties":{"date":"1983-02-09T22:44:37+00:00","depth":6.0,"magnitude":"1.6","type":"Unk","location":""}},{"type":"Feature","id":466,"geometry":{ "type": "Point", "coordinates": [ -114.7287, 32.6968 ] },"properties":{"date":"1983-02-08T20:09:29+00:00","depth":6.0,"magnitude":"1.9","type":"Unk","location":""}},{"type":"Feature","id":465,"geometry":{ "type": "Point", "coordinates": [ -114.826, 36.023 ] },"properties":{"date":"1982-12-07T09:43:50+00:00","depth":5.0,"magnitude":"3.7","type":"Unk","location":""}},{"type":"Feature","id":464,"geometry":{ "type": "Point", "coordinates": [ -112.006, 36.027 ] },"properties":{"date":"1982-11-19T20:57:35+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":463,"geometry":{ "type": "Point", "coordinates": [ -109.012, 35.187 ] },"properties":{"date":"1982-11-03T17:54:06+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":462,"geometry":{ "type": "Point", "coordinates": [ -114.375, 36.033 ] },"properties":{"date":"1982-11-01T23:14:22+00:00","depth":5.0,"magnitude":"3.3","type":"Unk","location":""}},{"type":"Feature","id":461,"geometry":{ "type": "Point", "coordinates": [ -114.047, 34.264 ] },"properties":{"date":"1982-08-31T15:27:39+00:00","depth":6.0,"magnitude":"1.34","type":"Mc","location":""}},{"type":"Feature","id":460,"geometry":{ "type": "Point", "coordinates": [ -114.076, 34.281 ] },"properties":{"date":"1982-08-30T19:04:14+00:00","depth":6.0,"magnitude":"1.18","type":"Mc","location":""}},{"type":"Feature","id":459,"geometry":{ "type": "Point", "coordinates": [ -114.059, 34.268 ] },"properties":{"date":"1982-08-10T18:29:44+00:00","depth":6.0,"magnitude":"1.54","type":"Mc","location":""}},{"type":"Feature","id":458,"geometry":{ "type": "Point", "coordinates": [ -113.8125, 37.0697 ] },"properties":{"date":"1982-07-14T03:12:06+00:00","depth":1.7,"magnitude":"2.52","type":"Mc","location":""}},{"type":"Feature","id":457,"geometry":{ "type": "Point", "coordinates": [ -114.816, 35.997 ] },"properties":{"date":"1982-06-01T11:02:01+00:00","depth":0.0,"magnitude":"2.6","type":"Mc","location":""}},{"type":"Feature","id":456,"geometry":{ "type": "Point", "coordinates": [ -112.831, 36.9388 ] },"properties":{"date":"1982-04-30T07:56:58+00:00","depth":1.33,"magnitude":"2.54","type":"Mc","location":""}},{"type":"Feature","id":455,"geometry":{ "type": "Point", "coordinates": [ -113.9917, 36.9787 ] },"properties":{"date":"1982-02-11T02:50:40+00:00","depth":1.76,"magnitude":"2.5","type":"Mc","location":""}},{"type":"Feature","id":454,"geometry":{ "type": "Point", "coordinates": [ -114.759, 32.515 ] },"properties":{"date":"1982-02-02T11:16:56+00:00","depth":6.0,"magnitude":"3.32","type":"Mc","location":""}},{"type":"Feature","id":3346,"geometry":{ "type": "Point", "coordinates": [ -113.636, 34.833 ] },"properties":{"date":"1982-01-30T20:54:15+00:00","depth":13.0,"magnitude":"2.2","type":"M","location":""}},{"type":"Feature","id":453,"geometry":{ "type": "Point", "coordinates": [ -114.609, 33.281 ] },"properties":{"date":"1982-01-28T18:19:42+00:00","depth":6.0,"magnitude":"1.9","type":"Unk","location":""}},{"type":"Feature","id":452,"geometry":{ "type": "Point", "coordinates": [ -114.314, 34.236 ] },"properties":{"date":"1982-01-10T21:39:12+00:00","depth":6.0,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":451,"geometry":{ "type": "Point", "coordinates": [ -112.8182, 37.0667 ] },"properties":{"date":"1982-01-07T16:31:21+00:00","depth":1.44,"magnitude":"1.85","type":"Mc","location":""}},{"type":"Feature","id":450,"geometry":{ "type": "Point", "coordinates": [ -112.8798, 36.9453 ] },"properties":{"date":"1982-01-07T16:21:45+00:00","depth":9.64,"magnitude":"2.49","type":"Mc","location":""}},{"type":"Feature","id":449,"geometry":{ "type": "Point", "coordinates": [ -111.6, 35.17 ] },"properties":{"date":"1981-12-06T09:09:20+00:00","depth":0.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":448,"geometry":{ "type": "Point", "coordinates": [ -112.5265, 36.9613 ] },"properties":{"date":"1981-11-16T04:32:49+00:00","depth":0.85,"magnitude":"2.71","type":"Mc","location":""}},{"type":"Feature","id":447,"geometry":{ "type": "Point", "coordinates": [ -113.5963, 37.0808 ] },"properties":{"date":"1981-11-15T01:26:36+00:00","depth":0.19,"magnitude":"2.12","type":"Mc","location":""}},{"type":"Feature","id":3345,"geometry":{ "type": "Point", "coordinates": [ -113.644, 34.307 ] },"properties":{"date":"1981-10-11T01:52:03+00:00","depth":8.0,"magnitude":"1.47","type":"M","location":""}},{"type":"Feature","id":3344,"geometry":{ "type": "Point", "coordinates": [ -113.684, 34.336 ] },"properties":{"date":"1981-09-04T15:07:01+00:00","depth":10.0,"magnitude":"2.3","type":"M","location":""}},{"type":"Feature","id":3343,"geometry":{ "type": "Point", "coordinates": [ -113.587, 31.968 ] },"properties":{"date":"1981-08-28T06:44:36+00:00","depth":13.0,"magnitude":"2.8","type":"M","location":""}},{"type":"Feature","id":443,"geometry":{ "type": "Point", "coordinates": [ -112.2867, 36.3088 ] },"properties":{"date":"1981-07-15T13:50:17+00:00","depth":11.4,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":445,"geometry":{ "type": "Point", "coordinates": [ -112.2605, 36.3181 ] },"properties":{"date":"1981-07-15T12:19:28+00:00","depth":7.5,"magnitude":"-0.1","type":"ML","location":""}},{"type":"Feature","id":446,"geometry":{ "type": "Point", "coordinates": [ -112.2025, 36.3158 ] },"properties":{"date":"1981-07-15T03:21:43+00:00","depth":15.0,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":444,"geometry":{ "type": "Point", "coordinates": [ -112.281, 36.3116 ] },"properties":{"date":"1981-07-15T02:39:06+00:00","depth":12.4,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":442,"geometry":{ "type": "Point", "coordinates": [ -110.3375, 36.8102 ] },"properties":{"date":"1981-07-14T19:29:50+00:00","depth":0.07,"magnitude":"2.98","type":"Mc","location":""}},{"type":"Feature","id":440,"geometry":{ "type": "Point", "coordinates": [ -112.2783, 36.3086 ] },"properties":{"date":"1981-07-13T06:13:14+00:00","depth":10.0,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":441,"geometry":{ "type": "Point", "coordinates": [ -112.2441, 36.3221 ] },"properties":{"date":"1981-07-13T05:22:31+00:00","depth":9.6,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":439,"geometry":{ "type": "Point", "coordinates": [ -112.2558, 36.3345 ] },"properties":{"date":"1981-07-12T01:58:05+00:00","depth":8.9,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":438,"geometry":{ "type": "Point", "coordinates": [ -112.2627, 36.3153 ] },"properties":{"date":"1981-07-11T18:50:29+00:00","depth":11.8,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":437,"geometry":{ "type": "Point", "coordinates": [ -112.2099, 36.3531 ] },"properties":{"date":"1981-07-07T03:19:33+00:00","depth":19.9,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":436,"geometry":{ "type": "Point", "coordinates": [ -112.2751, 36.314 ] },"properties":{"date":"1981-07-06T11:45:38+00:00","depth":9.9,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":434,"geometry":{ "type": "Point", "coordinates": [ -112.2646, 36.3053 ] },"properties":{"date":"1981-07-04T19:59:44+00:00","depth":7.8,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":435,"geometry":{ "type": "Point", "coordinates": [ -112.2569, 36.2689 ] },"properties":{"date":"1981-07-04T19:37:54+00:00","depth":10.4,"magnitude":"-0.2","type":"ML","location":""}},{"type":"Feature","id":433,"geometry":{ "type": "Point", "coordinates": [ -112.277, 36.3128 ] },"properties":{"date":"1981-07-04T17:00:07+00:00","depth":13.4,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":432,"geometry":{ "type": "Point", "coordinates": [ -112.2057, 36.2826 ] },"properties":{"date":"1981-07-03T12:08:30+00:00","depth":11.7,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":431,"geometry":{ "type": "Point", "coordinates": [ -112.2831, 36.3185 ] },"properties":{"date":"1981-07-03T08:10:56+00:00","depth":10.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":430,"geometry":{ "type": "Point", "coordinates": [ -112.2717, 36.389 ] },"properties":{"date":"1981-07-02T07:53:30+00:00","depth":8.4,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":429,"geometry":{ "type": "Point", "coordinates": [ -112.201, 36.301 ] },"properties":{"date":"1981-07-01T18:17:35+00:00","depth":12.5,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":428,"geometry":{ "type": "Point", "coordinates": [ -112.2366, 36.302 ] },"properties":{"date":"1981-07-01T03:51:14+00:00","depth":8.5,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":427,"geometry":{ "type": "Point", "coordinates": [ -112.2676, 36.3021 ] },"properties":{"date":"1981-06-30T05:45:51+00:00","depth":8.7,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":424,"geometry":{ "type": "Point", "coordinates": [ -112.2522, 36.3003 ] },"properties":{"date":"1981-06-29T21:47:07+00:00","depth":14.8,"magnitude":"1.2","type":"ML","location":""}},{"type":"Feature","id":423,"geometry":{ "type": "Point", "coordinates": [ -112.2543, 36.3077 ] },"properties":{"date":"1981-06-29T08:50:26+00:00","depth":13.5,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":425,"geometry":{ "type": "Point", "coordinates": [ -112.2498, 36.3049 ] },"properties":{"date":"1981-06-29T04:22:31+00:00","depth":14.1,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":421,"geometry":{ "type": "Point", "coordinates": [ -112.2781, 36.3069 ] },"properties":{"date":"1981-06-29T03:35:33+00:00","depth":10.0,"magnitude":"0.2","type":"ML","location":""}},{"type":"Feature","id":420,"geometry":{ "type": "Point", "coordinates": [ -112.2906, 36.3079 ] },"properties":{"date":"1981-06-29T03:14:39+00:00","depth":11.7,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":426,"geometry":{ "type": "Point", "coordinates": [ -112.2403, 36.3057 ] },"properties":{"date":"1981-06-29T00:35:27+00:00","depth":1.1,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":422,"geometry":{ "type": "Point", "coordinates": [ -112.2698, 36.305 ] },"properties":{"date":"1981-06-29T00:10:53+00:00","depth":7.7,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":419,"geometry":{ "type": "Point", "coordinates": [ -112.2913, 36.2889 ] },"properties":{"date":"1981-06-29T00:08:45+00:00","depth":11.1,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":418,"geometry":{ "type": "Point", "coordinates": [ -112.2312, 36.2916 ] },"properties":{"date":"1981-06-28T22:21:59+00:00","depth":14.1,"magnitude":"1.1","type":"ML","location":""}},{"type":"Feature","id":417,"geometry":{ "type": "Point", "coordinates": [ -112.2723, 36.303 ] },"properties":{"date":"1981-06-28T00:10:41+00:00","depth":10.5,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":416,"geometry":{ "type": "Point", "coordinates": [ -112.25, 36.3349 ] },"properties":{"date":"1981-06-27T06:46:07+00:00","depth":11.3,"magnitude":"1.3","type":"ML","location":""}},{"type":"Feature","id":415,"geometry":{ "type": "Point", "coordinates": [ -112.2579, 36.311 ] },"properties":{"date":"1981-06-27T06:45:58+00:00","depth":13.4,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":414,"geometry":{ "type": "Point", "coordinates": [ -112.1853, 36.3191 ] },"properties":{"date":"1981-06-25T22:33:13+00:00","depth":19.8,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":413,"geometry":{ "type": "Point", "coordinates": [ -112.1915, 36.3231 ] },"properties":{"date":"1981-06-24T14:25:38+00:00","depth":16.1,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":410,"geometry":{ "type": "Point", "coordinates": [ -112.3135, 36.3038 ] },"properties":{"date":"1981-06-17T17:33:18+00:00","depth":4.8,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":412,"geometry":{ "type": "Point", "coordinates": [ -112.248, 36.3053 ] },"properties":{"date":"1981-06-17T17:32:11+00:00","depth":8.7,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":411,"geometry":{ "type": "Point", "coordinates": [ -112.2921, 36.255 ] },"properties":{"date":"1981-06-17T07:26:30+00:00","depth":6.7,"magnitude":"0.8","type":"ML","location":""}},{"type":"Feature","id":408,"geometry":{ "type": "Point", "coordinates": [ -112.2523, 36.3443 ] },"properties":{"date":"1981-06-16T23:18:40+00:00","depth":14.8,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":406,"geometry":{ "type": "Point", "coordinates": [ -112.2981, 36.295 ] },"properties":{"date":"1981-06-16T12:01:04+00:00","depth":8.7,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":405,"geometry":{ "type": "Point", "coordinates": [ -112.3137, 36.3031 ] },"properties":{"date":"1981-06-16T06:34:08+00:00","depth":6.9,"magnitude":"-0.1","type":"ML","location":""}},{"type":"Feature","id":409,"geometry":{ "type": "Point", "coordinates": [ -112.2395, 36.3187 ] },"properties":{"date":"1981-06-16T03:03:39+00:00","depth":11.0,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":407,"geometry":{ "type": "Point", "coordinates": [ -112.2744, 36.3096 ] },"properties":{"date":"1981-06-16T02:00:27+00:00","depth":7.2,"magnitude":"0.3","type":"ML","location":""}},{"type":"Feature","id":404,"geometry":{ "type": "Point", "coordinates": [ -112.2109, 36.3429 ] },"properties":{"date":"1981-06-15T21:18:13+00:00","depth":7.0,"magnitude":"0.6","type":"ML","location":""}},{"type":"Feature","id":399,"geometry":{ "type": "Point", "coordinates": [ -112.2861, 36.3063 ] },"properties":{"date":"1981-06-15T19:13:53+00:00","depth":8.4,"magnitude":"0.1","type":"ML","location":""}},{"type":"Feature","id":403,"geometry":{ "type": "Point", "coordinates": [ -112.242, 36.3239 ] },"properties":{"date":"1981-06-15T18:37:58+00:00","depth":12.1,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":398,"geometry":{ "type": "Point", "coordinates": [ -112.3424, 36.2952 ] },"properties":{"date":"1981-06-15T17:37:15+00:00","depth":7.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":400,"geometry":{ "type": "Point", "coordinates": [ -112.2737, 36.3247 ] },"properties":{"date":"1981-06-15T17:13:08+00:00","depth":8.5,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":401,"geometry":{ "type": "Point", "coordinates": [ -112.2685, 36.3254 ] },"properties":{"date":"1981-06-15T05:37:14+00:00","depth":9.2,"magnitude":"0.7","type":"ML","location":""}},{"type":"Feature","id":402,"geometry":{ "type": "Point", "coordinates": [ -112.2465, 36.324 ] },"properties":{"date":"1981-06-15T01:15:34+00:00","depth":17.8,"magnitude":"1","type":"ML","location":""}},{"type":"Feature","id":395,"geometry":{ "type": "Point", "coordinates": [ -112.3409, 36.3027 ] },"properties":{"date":"1981-06-14T22:11:31+00:00","depth":12.4,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":396,"geometry":{ "type": "Point", "coordinates": [ -112.3285, 36.3038 ] },"properties":{"date":"1981-06-14T21:54:25+00:00","depth":5.4,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":397,"geometry":{ "type": "Point", "coordinates": [ -112.2997, 36.303 ] },"properties":{"date":"1981-06-14T21:45:09+00:00","depth":7.7,"magnitude":"0.4","type":"ML","location":""}},{"type":"Feature","id":394,"geometry":{ "type": "Point", "coordinates": [ -112.3007, 36.3037 ] },"properties":{"date":"1981-06-12T13:50:23+00:00","depth":7.0,"magnitude":"0.9","type":"ML","location":""}},{"type":"Feature","id":392,"geometry":{ "type": "Point", "coordinates": [ -112.2565, 36.3267 ] },"properties":{"date":"1981-06-10T13:08:43+00:00","depth":7.2,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":391,"geometry":{ "type": "Point", "coordinates": [ -112.2638, 36.3239 ] },"properties":{"date":"1981-06-10T07:18:42+00:00","depth":7.0,"magnitude":"0.5","type":"ML","location":""}},{"type":"Feature","id":393,"geometry":{ "type": "Point", "coordinates": [ -112.2283, 36.3429 ] },"properties":{"date":"1981-06-10T07:18:07+00:00","depth":8.3,"magnitude":"-0","type":"-0","location":""}},{"type":"Feature","id":390,"geometry":{ "type": "Point", "coordinates": [ -112.1743, 36.421 ] },"properties":{"date":"1981-06-09T14:57:36+00:00","depth":17.1,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":388,"geometry":{ "type": "Point", "coordinates": [ -114.683, 32.567 ] },"properties":{"date":"1981-03-16T06:12:46+00:00","depth":5.0,"magnitude":"3.1","type":"Unk","location":""}},{"type":"Feature","id":389,"geometry":{ "type": "Point", "coordinates": [ -114.4348, 32.6393 ] },"properties":{"date":"1981-03-16T04:12:35+00:00","depth":6.0,"magnitude":"2.65","type":"Mh","location":""}},{"type":"Feature","id":387,"geometry":{ "type": "Point", "coordinates": [ -114.785, 32.3837 ] },"properties":{"date":"1981-03-16T04:01:03+00:00","depth":6.0,"magnitude":"2.71","type":"Mh","location":""}},{"type":"Feature","id":386,"geometry":{ "type": "Point", "coordinates": [ -114.799, 35.948 ] },"properties":{"date":"1981-03-13T00:09:07+00:00","depth":2.0,"magnitude":"3.2","type":"Unk","location":""}},{"type":"Feature","id":385,"geometry":{ "type": "Point", "coordinates": [ -114.3098, 33.5087 ] },"properties":{"date":"1981-02-24T19:15:04+00:00","depth":6.0,"magnitude":"2.43","type":"Mh","location":""}},{"type":"Feature","id":384,"geometry":{ "type": "Point", "coordinates": [ -113.469, 35.658 ] },"properties":{"date":"1981-01-12T08:59:13+00:00","depth":5.0,"magnitude":"3.5","type":"Unk","location":""}},{"type":"Feature","id":3342,"geometry":{ "type": "Point", "coordinates": [ -113.497, 33.627 ] },"properties":{"date":"1980-09-15T23:59:26+00:00","depth":14.0,"magnitude":"2.36","type":"M","location":""}},{"type":"Feature","id":383,"geometry":{ "type": "Point", "coordinates": [ -112.1283, 36.8413 ] },"properties":{"date":"1980-07-31T04:33:13+00:00","depth":7.0,"magnitude":"2.3","type":"Mc","location":""}},{"type":"Feature","id":382,"geometry":{ "type": "Point", "coordinates": [ -114.4432, 32.8023 ] },"properties":{"date":"1980-07-23T02:42:00+00:00","depth":0.04,"magnitude":"1.82","type":"Mh","location":""}},{"type":"Feature","id":381,"geometry":{ "type": "Point", "coordinates": [ -112.32, 36.51 ] },"properties":{"date":"1980-07-14T14:53:24+00:00","depth":10.0,"magnitude":"2.4","type":"ML","location":""}},{"type":"Feature","id":378,"geometry":{ "type": "Point", "coordinates": [ -112.34, 36.52 ] },"properties":{"date":"1980-07-14T13:27:29+00:00","depth":17.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":377,"geometry":{ "type": "Point", "coordinates": [ -112.6, 36.54 ] },"properties":{"date":"1980-07-14T12:19:49+00:00","depth":2.0,"magnitude":"1.9","type":"ML","location":""}},{"type":"Feature","id":380,"geometry":{ "type": "Point", "coordinates": [ -112.33, 36.5 ] },"properties":{"date":"1980-07-14T12:11:09+00:00","depth":15.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":379,"geometry":{ "type": "Point", "coordinates": [ -112.33, 36.5 ] },"properties":{"date":"1980-07-14T11:46:13+00:00","depth":13.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":376,"geometry":{ "type": "Point", "coordinates": [ -112.32, 36.71 ] },"properties":{"date":"1980-07-10T03:33:52+00:00","depth":22.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":375,"geometry":{ "type": "Point", "coordinates": [ -114.7707, 32.4547 ] },"properties":{"date":"1980-06-17T18:08:26+00:00","depth":6.0,"magnitude":"2","type":"Mh","location":""}},{"type":"Feature","id":374,"geometry":{ "type": "Point", "coordinates": [ -115.22, 32.36 ] },"properties":{"date":"1980-06-09T23:33:41+00:00","depth":5.0,"magnitude":"4.3","type":"ML","location":""}},{"type":"Feature","id":373,"geometry":{ "type": "Point", "coordinates": [ -115.13, 32.29 ] },"properties":{"date":"1980-06-09T10:00:43+00:00","depth":5.0,"magnitude":"4.5","type":"ML","location":""}},{"type":"Feature","id":372,"geometry":{ "type": "Point", "coordinates": [ -114.98, 32.22 ] },"properties":{"date":"1980-06-09T03:28:19+00:00","depth":5.0,"magnitude":"6.4","type":"ML","location":""}},{"type":"Feature","id":371,"geometry":{ "type": "Point", "coordinates": [ -111.986, 35.391 ] },"properties":{"date":"1980-06-01T08:40:28+00:00","depth":5.0,"magnitude":"3.6","type":"Unk","location":""}},{"type":"Feature","id":370,"geometry":{ "type": "Point", "coordinates": [ -113.4905, 36.9267 ] },"properties":{"date":"1980-04-29T18:25:10+00:00","depth":7.0,"magnitude":"2.7","type":"Mc","location":""}},{"type":"Feature","id":369,"geometry":{ "type": "Point", "coordinates": [ -114.6457, 33.0537 ] },"properties":{"date":"1980-04-24T13:24:01+00:00","depth":6.0,"magnitude":"1.9","type":"Mh","location":""}},{"type":"Feature","id":3341,"geometry":{ "type": "Point", "coordinates": [ -113.629, 34.603 ] },"properties":{"date":"1979-12-27T15:56:26+00:00","depth":13.0,"magnitude":"2.3","type":"M","location":""}},{"type":"Feature","id":368,"geometry":{ "type": "Point", "coordinates": [ -112.2212, 37.0185 ] },"properties":{"date":"1979-12-24T05:37:53+00:00","depth":7.0,"magnitude":"1.2","type":"Mc","location":""}},{"type":"Feature","id":366,"geometry":{ "type": "Point", "coordinates": [ -115.38, 32.78 ] },"properties":{"date":"1979-12-21T20:40:00+00:00","depth":5.0,"magnitude":"4.6","type":"ML","location":""}},{"type":"Feature","id":367,"geometry":{ "type": "Point", "coordinates": [ -112.5063, 36.9832 ] },"properties":{"date":"1979-12-21T04:48:36+00:00","depth":7.0,"magnitude":"2.2","type":"Mc","location":""}},{"type":"Feature","id":365,"geometry":{ "type": "Point", "coordinates": [ -111.1, 33.65 ] },"properties":{"date":"1979-12-11T20:35:00+00:00","depth":0.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":364,"geometry":{ "type": "Point", "coordinates": [ -112.852, 36.9068 ] },"properties":{"date":"1979-11-21T16:50:05+00:00","depth":7.0,"magnitude":"2.7","type":"Mc","location":""}},{"type":"Feature","id":363,"geometry":{ "type": "Point", "coordinates": [ -115.359, 32.667 ] },"properties":{"date":"1979-10-15T23:16:54+00:00","depth":15.0,"magnitude":"6.4","type":"Mw","location":""}},{"type":"Feature","id":362,"geometry":{ "type": "Point", "coordinates": [ -111.56, 35.05 ] },"properties":{"date":"1979-10-05T00:00:00+00:00","depth":14.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":361,"geometry":{ "type": "Point", "coordinates": [ -113.5597, 36.9197 ] },"properties":{"date":"1979-09-04T18:22:32+00:00","depth":7.0,"magnitude":"2.3","type":"Mc","location":""}},{"type":"Feature","id":359,"geometry":{ "type": "Point", "coordinates": [ -113.9185, 36.8053 ] },"properties":{"date":"1979-08-05T19:32:35+00:00","depth":7.0,"magnitude":"2.5","type":"Mc","location":""}},{"type":"Feature","id":360,"geometry":{ "type": "Point", "coordinates": [ -113.668, 36.9815 ] },"properties":{"date":"1979-08-05T19:10:21+00:00","depth":7.0,"magnitude":"3.6","type":"ML","location":""}},{"type":"Feature","id":358,"geometry":{ "type": "Point", "coordinates": [ -114.7895, 32.6265 ] },"properties":{"date":"1979-07-06T07:50:16+00:00","depth":6.0,"magnitude":"1.6","type":"Mh","location":""}},{"type":"Feature","id":357,"geometry":{ "type": "Point", "coordinates": [ -114.3197, 32.2415 ] },"properties":{"date":"1979-07-01T09:46:31+00:00","depth":6.0,"magnitude":"2.01","type":"Mh","location":""}},{"type":"Feature","id":356,"geometry":{ "type": "Point", "coordinates": [ -114.0163, 32.486 ] },"properties":{"date":"1979-04-20T16:59:59+00:00","depth":6.0,"magnitude":"2","type":"Mh","location":""}},{"type":"Feature","id":3340,"geometry":{ "type": "Point", "coordinates": [ -112.692, 32.006 ] },"properties":{"date":"1979-04-01T22:18:15+00:00","depth":8.0,"magnitude":"2.5","type":"M","location":""}},{"type":"Feature","id":355,"geometry":{ "type": "Point", "coordinates": [ -114.3905, 33.6433 ] },"properties":{"date":"1978-12-27T00:10:49+00:00","depth":6.0,"magnitude":"2.2","type":"Mh","location":""}},{"type":"Feature","id":354,"geometry":{ "type": "Point", "coordinates": [ -112.5257, 37.078 ] },"properties":{"date":"1978-12-18T07:49:07+00:00","depth":7.0,"magnitude":"1.7","type":"Mc","location":""}},{"type":"Feature","id":353,"geometry":{ "type": "Point", "coordinates": [ -114.068, 32.427 ] },"properties":{"date":"1978-10-06T21:29:59+00:00","depth":6.0,"magnitude":"2.28","type":"Mh","location":""}},{"type":"Feature","id":352,"geometry":{ "type": "Point", "coordinates": [ -114.4763, 32.382 ] },"properties":{"date":"1978-08-29T12:13:27+00:00","depth":10.0,"magnitude":"2.14","type":"Mc","location":""}},{"type":"Feature","id":351,"geometry":{ "type": "Point", "coordinates": [ -114.0765, 32.469 ] },"properties":{"date":"1978-07-07T16:14:59+00:00","depth":10.0,"magnitude":"2.21","type":"Mc","location":""}},{"type":"Feature","id":350,"geometry":{ "type": "Point", "coordinates": [ -111.9212, 36.9592 ] },"properties":{"date":"1978-06-06T13:31:31+00:00","depth":7.0,"magnitude":"2.4","type":"Mc","location":""}},{"type":"Feature","id":349,"geometry":{ "type": "Point", "coordinates": [ -115.32, 32.25 ] },"properties":{"date":"1978-05-05T22:42:00+00:00","depth":6.0,"magnitude":"4.1","type":"ML","location":""}},{"type":"Feature","id":348,"geometry":{ "type": "Point", "coordinates": [ -115.3, 32.21 ] },"properties":{"date":"1978-05-05T21:03:13+00:00","depth":6.0,"magnitude":"5.2","type":"ML","location":""}},{"type":"Feature","id":347,"geometry":{ "type": "Point", "coordinates": [ -115.11, 32.31 ] },"properties":{"date":"1978-03-16T01:51:10+00:00","depth":6.0,"magnitude":"4.1","type":"ML","location":""}},{"type":"Feature","id":346,"geometry":{ "type": "Point", "coordinates": [ -115.12, 32.28 ] },"properties":{"date":"1978-03-12T18:42:25+00:00","depth":6.0,"magnitude":"4.8","type":"ML","location":""}},{"type":"Feature","id":345,"geometry":{ "type": "Point", "coordinates": [ -115.12, 32.29 ] },"properties":{"date":"1978-03-12T00:30:18+00:00","depth":6.0,"magnitude":"4.5","type":"ML","location":""}},{"type":"Feature","id":344,"geometry":{ "type": "Point", "coordinates": [ -115.15, 32.42 ] },"properties":{"date":"1978-03-11T23:57:47+00:00","depth":6.0,"magnitude":"4.8","type":"ML","location":""}},{"type":"Feature","id":3339,"geometry":{ "type": "Point", "coordinates": [ -113.248, 34.891 ] },"properties":{"date":"1978-02-20T21:07:25+00:00","depth":19.0,"magnitude":"0","type":"Unk","location":""}},{"type":"Feature","id":3338,"geometry":{ "type": "Point", "coordinates": [ -112.553, 32.147 ] },"properties":{"date":"1978-02-14T18:49:28+00:00","depth":10.0,"magnitude":"2.8","type":"M","location":""}},{"type":"Feature","id":3337,"geometry":{ "type": "Point", "coordinates": [ -112.62, 32.341 ] },"properties":{"date":"1978-01-26T22:33:42+00:00","depth":15.0,"magnitude":"2.5","type":"M","location":""}},{"type":"Feature","id":343,"geometry":{ "type": "Point", "coordinates": [ -110.987, 36.82 ] },"properties":{"date":"1977-11-29T21:31:23+00:00","depth":7.0,"magnitude":"3","type":"Mc","location":""}},{"type":"Feature","id":342,"geometry":{ "type": "Point", "coordinates": [ -115.46, 32.82 ] },"properties":{"date":"1977-11-14T10:41:00+00:00","depth":10.0,"magnitude":"4.3","type":"ML","location":""}},{"type":"Feature","id":341,"geometry":{ "type": "Point", "coordinates": [ -113.35, 33.01 ] },"properties":{"date":"1977-11-10T14:30:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":340,"geometry":{ "type": "Point", "coordinates": [ -112.479, 34.634 ] },"properties":{"date":"1977-10-21T02:55:13+00:00","depth":10.0,"magnitude":"2.5","type":"Unk","location":""}},{"type":"Feature","id":339,"geometry":{ "type": "Point", "coordinates": [ -110.922, 36.7882 ] },"properties":{"date":"1977-08-12T04:17:52+00:00","depth":7.0,"magnitude":"2.6","type":"Mc","location":""}},{"type":"Feature","id":338,"geometry":{ "type": "Point", "coordinates": [ -108.29, 35.91 ] },"properties":{"date":"1977-03-05T03:00:55+00:00","depth":22.0,"magnitude":"3.7","type":"ML","location":""}},{"type":"Feature","id":337,"geometry":{ "type": "Point", "coordinates": [ -114.3433, 34.5992 ] },"properties":{"date":"1977-01-24T22:01:45+00:00","depth":0.54,"magnitude":"2.2","type":"Mh","location":""}},{"type":"Feature","id":336,"geometry":{ "type": "Point", "coordinates": [ -115.19, 32.47 ] },"properties":{"date":"1977-01-17T11:13:19+00:00","depth":26.0,"magnitude":"4.2","type":"ML","location":""}},{"type":"Feature","id":335,"geometry":{ "type": "Point", "coordinates": [ -114.708, 32.528 ] },"properties":{"date":"1976-12-13T11:06:29+00:00","depth":4.85,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":334,"geometry":{ "type": "Point", "coordinates": [ -114.725, 32.516 ] },"properties":{"date":"1976-12-11T10:47:20+00:00","depth":3.38,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":333,"geometry":{ "type": "Point", "coordinates": [ -114.78, 31.98 ] },"properties":{"date":"1976-12-07T12:59:56+00:00","depth":8.0,"magnitude":"5.7","type":"Ms","location":""}},{"type":"Feature","id":332,"geometry":{ "type": "Point", "coordinates": [ -114.503, 32.623 ] },"properties":{"date":"1976-12-04T04:10:04+00:00","depth":0.01,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":331,"geometry":{ "type": "Point", "coordinates": [ -114.727, 32.737 ] },"properties":{"date":"1976-11-24T23:13:38+00:00","depth":0.0,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":330,"geometry":{ "type": "Point", "coordinates": [ -114.724, 32.726 ] },"properties":{"date":"1976-11-19T23:11:46+00:00","depth":0.01,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":329,"geometry":{ "type": "Point", "coordinates": [ -115.6, 32.08 ] },"properties":{"date":"1976-11-04T10:40:00+00:00","depth":0.0,"magnitude":"5","type":"ML","location":""}},{"type":"Feature","id":328,"geometry":{ "type": "Point", "coordinates": [ -114.76, 32.464 ] },"properties":{"date":"1976-10-27T10:16:50+00:00","depth":11.21,"magnitude":"2.62","type":"Mh","location":""}},{"type":"Feature","id":327,"geometry":{ "type": "Point", "coordinates": [ -114.819, 35.976 ] },"properties":{"date":"1976-10-19T01:59:11+00:00","depth":5.0,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":326,"geometry":{ "type": "Point", "coordinates": [ -114.735, 36.026 ] },"properties":{"date":"1976-10-04T14:48:39+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":325,"geometry":{ "type": "Point", "coordinates": [ -114.752, 32.53 ] },"properties":{"date":"1976-08-22T01:12:04+00:00","depth":6.0,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":324,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1976-08-18T04:00:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":323,"geometry":{ "type": "Point", "coordinates": [ -111.68, 35.54 ] },"properties":{"date":"1976-08-09T21:43:03+00:00","depth":5.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":322,"geometry":{ "type": "Point", "coordinates": [ -111.98, 35.57 ] },"properties":{"date":"1976-08-07T08:48:02+00:00","depth":6.0,"magnitude":"2","type":"ML","location":""}},{"type":"Feature","id":321,"geometry":{ "type": "Point", "coordinates": [ -114.53, 32.658 ] },"properties":{"date":"1976-07-17T08:29:23+00:00","depth":6.0,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":320,"geometry":{ "type": "Point", "coordinates": [ -111.55, 35.29 ] },"properties":{"date":"1976-07-16T04:21:02+00:00","depth":21.0,"magnitude":"2.1","type":"ML","location":""}},{"type":"Feature","id":319,"geometry":{ "type": "Point", "coordinates": [ -109.04, 35.47 ] },"properties":{"date":"1976-05-20T19:43:22+00:00","depth":5.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":317,"geometry":{ "type": "Point", "coordinates": [ -112.54, 34.7 ] },"properties":{"date":"1976-05-04T10:06:35+00:00","depth":10.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":318,"geometry":{ "type": "Point", "coordinates": [ -112.535, 34.702 ] },"properties":{"date":"1976-05-04T10:06:35+00:00","depth":10.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":316,"geometry":{ "type": "Point", "coordinates": [ -109.1, 35.65 ] },"properties":{"date":"1976-04-19T23:35:46+00:00","depth":5.0,"magnitude":"3.5","type":"M","location":""}},{"type":"Feature","id":315,"geometry":{ "type": "Point", "coordinates": [ -114.673, 32.368 ] },"properties":{"date":"1976-03-18T00:24:18+00:00","depth":6.0,"magnitude":"1.8","type":"Md","location":""}},{"type":"Feature","id":314,"geometry":{ "type": "Point", "coordinates": [ -111.79, 35.91 ] },"properties":{"date":"1976-02-28T20:53:59+00:00","depth":5.0,"magnitude":"3","type":"M","location":""}},{"type":"Feature","id":313,"geometry":{ "type": "Point", "coordinates": [ -112.43, 34.68 ] },"properties":{"date":"1976-02-23T14:09:54+00:00","depth":10.0,"magnitude":"3.5","type":"ML","location":""}},{"type":"Feature","id":312,"geometry":{ "type": "Point", "coordinates": [ -112.705, 34.524 ] },"properties":{"date":"1976-02-21T03:36:35+00:00","depth":10.0,"magnitude":"2.8","type":"Unk","location":""}},{"type":"Feature","id":311,"geometry":{ "type": "Point", "coordinates": [ -112.53, 34.614 ] },"properties":{"date":"1976-02-09T03:07:22+00:00","depth":10.0,"magnitude":"4.6","type":"Mb","location":""}},{"type":"Feature","id":310,"geometry":{ "type": "Point", "coordinates": [ -114.78, 32.49 ] },"properties":{"date":"1976-02-08T09:30:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":309,"geometry":{ "type": "Point", "coordinates": [ -112.574, 34.703 ] },"properties":{"date":"1976-02-05T21:02:40+00:00","depth":10.0,"magnitude":"2.9","type":"Unk","location":""}},{"type":"Feature","id":308,"geometry":{ "type": "Point", "coordinates": [ -112.5, 34.655 ] },"properties":{"date":"1976-02-04T00:04:58+00:00","depth":12.0,"magnitude":"5.1","type":"ML","location":""}},{"type":"Feature","id":307,"geometry":{ "type": "Point", "coordinates": [ -112.5, 34.66 ] },"properties":{"date":"1976-02-04T00:04:58+00:00","depth":10.0,"magnitude":"5","type":"M","location":""}},{"type":"Feature","id":306,"geometry":{ "type": "Point", "coordinates": [ -115.47, 32.08 ] },"properties":{"date":"1976-01-10T12:58:16+00:00","depth":0.0,"magnitude":"5","type":"ML","location":""}},{"type":"Feature","id":305,"geometry":{ "type": "Point", "coordinates": [ -108.34, 35.84 ] },"properties":{"date":"1976-01-05T06:23:33+00:00","depth":0.0,"magnitude":"4.1","type":"ML","location":""}},{"type":"Feature","id":304,"geometry":{ "type": "Point", "coordinates": [ -114.105, 34.186 ] },"properties":{"date":"1975-10-06T22:29:12+00:00","depth":4.44,"magnitude":"2.4","type":"Md","location":""}},{"type":"Feature","id":303,"geometry":{ "type": "Point", "coordinates": [ -114.33, 32.55 ] },"properties":{"date":"1975-09-08T22:25:23+00:00","depth":0.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":302,"geometry":{ "type": "Point", "coordinates": [ -115.4, 32.76 ] },"properties":{"date":"1975-06-20T05:48:22+00:00","depth":10.0,"magnitude":"4.2","type":"ML","location":""}},{"type":"Feature","id":301,"geometry":{ "type": "Point", "coordinates": [ -115.45, 32.82 ] },"properties":{"date":"1975-06-20T02:22:00+00:00","depth":2.0,"magnitude":"4.2","type":"ML","location":""}},{"type":"Feature","id":300,"geometry":{ "type": "Point", "coordinates": [ -114.477, 32.339 ] },"properties":{"date":"1975-04-28T13:02:50+00:00","depth":6.0,"magnitude":"2.68","type":"Mh","location":""}},{"type":"Feature","id":299,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1975-02-16T00:19:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":298,"geometry":{ "type": "Point", "coordinates": [ -115.49, 32.95 ] },"properties":{"date":"1975-01-23T17:02:30+00:00","depth":4.0,"magnitude":"4.8","type":"ML","location":""}},{"type":"Feature","id":297,"geometry":{ "type": "Point", "coordinates": [ -114.754, 32.365 ] },"properties":{"date":"1975-01-08T02:19:31+00:00","depth":19.36,"magnitude":"2.68","type":"Mh","location":""}},{"type":"Feature","id":296,"geometry":{ "type": "Point", "coordinates": [ -111.9, 33.9 ] },"properties":{"date":"1974-12-24T05:47:21+00:00","depth":4.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":295,"geometry":{ "type": "Point", "coordinates": [ -111.88, 33.86 ] },"properties":{"date":"1974-12-20T03:01:10+00:00","depth":4.0,"magnitude":"2.5","type":"Unk","location":""}},{"type":"Feature","id":294,"geometry":{ "type": "Point", "coordinates": [ -112.08, 33.87 ] },"properties":{"date":"1974-12-20T03:01:10+00:00","depth":10.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":293,"geometry":{ "type": "Point", "coordinates": [ -115.39, 32.71 ] },"properties":{"date":"1974-12-06T12:13:08+00:00","depth":24.0,"magnitude":"4.5","type":"ML","location":""}},{"type":"Feature","id":292,"geometry":{ "type": "Point", "coordinates": [ -113.02, 34.54 ] },"properties":{"date":"1974-10-04T18:59:58+00:00","depth":17.0,"magnitude":"3.9","type":"ML","location":""}},{"type":"Feature","id":291,"geometry":{ "type": "Point", "coordinates": [ -112.7, 34.24 ] },"properties":{"date":"1974-03-14T20:59:57+00:00","depth":0.0,"magnitude":"4.1","type":"mbGS","location":""}},{"type":"Feature","id":290,"geometry":{ "type": "Point", "coordinates": [ -114.7788, 32.5523 ] },"properties":{"date":"1974-03-04T08:03:56+00:00","depth":3.89,"magnitude":"2.7","type":"Mc","location":""}},{"type":"Feature","id":289,"geometry":{ "type": "Point", "coordinates": [ -114.639, 36.081 ] },"properties":{"date":"1973-12-26T06:18:17+00:00","depth":5.0,"magnitude":"3.1","type":"Unk","location":""}},{"type":"Feature","id":288,"geometry":{ "type": "Point", "coordinates": [ -112.62, 34.3 ] },"properties":{"date":"1973-04-19T16:59:43+00:00","depth":0.0,"magnitude":"4.5","type":"mbGS","location":""}},{"type":"Feature","id":287,"geometry":{ "type": "Point", "coordinates": [ -113.718, 35.416 ] },"properties":{"date":"1973-04-12T10:57:48+00:00","depth":8.0,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":286,"geometry":{ "type": "Point", "coordinates": [ -110.425, 36.43 ] },"properties":{"date":"1973-02-09T17:38:37+00:00","depth":5.0,"magnitude":"3.2","type":"Unk","location":""}},{"type":"Feature","id":285,"geometry":{ "type": "Point", "coordinates": [ -110.43, 36.43 ] },"properties":{"date":"1973-02-09T17:38:37+00:00","depth":5.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":284,"geometry":{ "type": "Point", "coordinates": [ -113.4918, 37.0882 ] },"properties":{"date":"1972-07-01T23:45:36+00:00","depth":7.0,"magnitude":"2.3","type":"ML","location":""}},{"type":"Feature","id":283,"geometry":{ "type": "Point", "coordinates": [ -111.64, 35.311 ] },"properties":{"date":"1972-04-20T13:28:16+00:00","depth":5.0,"magnitude":"3.7","type":"Mb","location":""}},{"type":"Feature","id":282,"geometry":{ "type": "Point", "coordinates": [ -111.64, 35.31 ] },"properties":{"date":"1972-04-20T13:28:16+00:00","depth":5.0,"magnitude":"3.7","type":"ML","location":""}},{"type":"Feature","id":281,"geometry":{ "type": "Point", "coordinates": [ -111.0, 32.2 ] },"properties":{"date":"1972-02-21T06:09:07+00:00","depth":0.0,"magnitude":"II","type":"MM","location":""}},{"type":"Feature","id":280,"geometry":{ "type": "Point", "coordinates": [ -111.82, 36.79 ] },"properties":{"date":"1971-12-15T12:58:15+00:00","depth":5.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":279,"geometry":{ "type": "Point", "coordinates": [ -111.824, 36.791 ] },"properties":{"date":"1971-12-15T12:58:15+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":278,"geometry":{ "type": "Point", "coordinates": [ -112.2, 35.2 ] },"properties":{"date":"1971-11-04T02:18:59+00:00","depth":5.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":277,"geometry":{ "type": "Point", "coordinates": [ -112.168, 35.22 ] },"properties":{"date":"1971-11-04T02:18:59+00:00","depth":5.0,"magnitude":"3.7","type":"Unk","location":""}},{"type":"Feature","id":275,"geometry":{ "type": "Point", "coordinates": [ -113.89, 35.02 ] },"properties":{"date":"1971-05-23T21:31:52+00:00","depth":0.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":276,"geometry":{ "type": "Point", "coordinates": [ -113.888, 35.017 ] },"properties":{"date":"1971-05-23T21:31:52+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":274,"geometry":{ "type": "Point", "coordinates": [ -113.084, 36.419 ] },"properties":{"date":"1971-05-06T16:57:18+00:00","depth":5.0,"magnitude":"2.2","type":"Unk","location":""}},{"type":"Feature","id":272,"geometry":{ "type": "Point", "coordinates": [ -113.375, 36.518 ] },"properties":{"date":"1971-05-01T03:11:20+00:00","depth":5.0,"magnitude":"2.9","type":"Unk","location":""}},{"type":"Feature","id":273,"geometry":{ "type": "Point", "coordinates": [ -110.481, 36.601 ] },"properties":{"date":"1971-05-01T02:11:20+00:00","depth":5.0,"magnitude":"2","type":"Unk","location":""}},{"type":"Feature","id":271,"geometry":{ "type": "Point", "coordinates": [ -114.749, 35.982 ] },"properties":{"date":"1971-03-29T13:22:36+00:00","depth":4.0,"magnitude":"2.1","type":"Unk","location":""}},{"type":"Feature","id":270,"geometry":{ "type": "Point", "coordinates": [ -112.393, 36.762 ] },"properties":{"date":"1971-03-27T04:39:12+00:00","depth":5.0,"magnitude":"2.6","type":"Unk","location":""}},{"type":"Feature","id":269,"geometry":{ "type": "Point", "coordinates": [ -110.437, 36.478 ] },"properties":{"date":"1971-03-14T18:14:12+00:00","depth":5.0,"magnitude":"2.2","type":"Unk","location":""}},{"type":"Feature","id":265,"geometry":{ "type": "Point", "coordinates": [ -114.806, 36.012 ] },"properties":{"date":"1970-12-18T11:00:53+00:00","depth":3.0,"magnitude":"2.3","type":"Unk","location":""}},{"type":"Feature","id":268,"geometry":{ "type": "Point", "coordinates": [ -114.771, 35.99 ] },"properties":{"date":"1970-12-18T09:18:33+00:00","depth":7.0,"magnitude":"3.7","type":"Mb","location":""}},{"type":"Feature","id":267,"geometry":{ "type": "Point", "coordinates": [ -114.771, 35.981 ] },"properties":{"date":"1970-12-18T08:21:31+00:00","depth":7.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":266,"geometry":{ "type": "Point", "coordinates": [ -114.777, 36.001 ] },"properties":{"date":"1970-12-18T04:01:25+00:00","depth":3.0,"magnitude":"2.6","type":"Unk","location":""}},{"type":"Feature","id":263,"geometry":{ "type": "Point", "coordinates": [ -113.748, 36.679 ] },"properties":{"date":"1970-12-16T13:46:47+00:00","depth":5.0,"magnitude":"2.2","type":"Unk","location":""}},{"type":"Feature","id":264,"geometry":{ "type": "Point", "coordinates": [ -113.715, 36.844 ] },"properties":{"date":"1970-12-16T13:44:19+00:00","depth":5.0,"magnitude":"2.6","type":"Unk","location":""}},{"type":"Feature","id":262,"geometry":{ "type": "Point", "coordinates": [ -111.906, 35.874 ] },"properties":{"date":"1970-12-03T03:47:25+00:00","depth":5.0,"magnitude":"2.8","type":"Unk","location":""}},{"type":"Feature","id":261,"geometry":{ "type": "Point", "coordinates": [ -114.783, 35.98 ] },"properties":{"date":"1970-12-02T12:23:34+00:00","depth":2.0,"magnitude":"3.4","type":"Unk","location":""}},{"type":"Feature","id":260,"geometry":{ "type": "Point", "coordinates": [ -112.27, 36.36 ] },"properties":{"date":"1970-11-24T16:47:56+00:00","depth":6.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":259,"geometry":{ "type": "Point", "coordinates": [ -112.273, 36.357 ] },"properties":{"date":"1970-11-24T16:47:56+00:00","depth":6.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":258,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.19 ] },"properties":{"date":"1970-09-16T12:17:00+00:00","depth":0.0,"magnitude":"II","type":"MM","location":""}},{"type":"Feature","id":257,"geometry":{ "type": "Point", "coordinates": [ -114.688, 36.004 ] },"properties":{"date":"1970-04-26T02:29:36+00:00","depth":5.0,"magnitude":"2.7","type":"Unk","location":""}},{"type":"Feature","id":256,"geometry":{ "type": "Point", "coordinates": [ -114.734, 36.019 ] },"properties":{"date":"1970-04-25T08:25:50+00:00","depth":5.0,"magnitude":"3","type":"Unk","location":""}},{"type":"Feature","id":255,"geometry":{ "type": "Point", "coordinates": [ -110.6, 33.4 ] },"properties":{"date":"1969-12-25T12:49:10+00:00","depth":15.0,"magnitude":"4.4","type":"Mb","location":""}},{"type":"Feature","id":254,"geometry":{ "type": "Point", "coordinates": [ -112.553, 37.0485 ] },"properties":{"date":"1968-05-06T18:26:52+00:00","depth":7.0,"magnitude":"2.3","type":"Mc","location":""}},{"type":"Feature","id":253,"geometry":{ "type": "Point", "coordinates": [ -111.7, 36.2 ] },"properties":{"date":"1967-09-04T22:27:45+00:00","depth":0.0,"magnitude":"4.6","type":"ML","location":""}},{"type":"Feature","id":251,"geometry":{ "type": "Point", "coordinates": [ -112.6, 36.4 ] },"properties":{"date":"1967-08-07T15:40:32+00:00","depth":0.0,"magnitude":"4","type":"ML","location":""}},{"type":"Feature","id":252,"geometry":{ "type": "Point", "coordinates": [ -112.4, 36.5 ] },"properties":{"date":"1967-08-07T15:24:49+00:00","depth":0.0,"magnitude":"3.89","type":"ML","location":""}},{"type":"Feature","id":250,"geometry":{ "type": "Point", "coordinates": [ -112.24, 35.28 ] },"properties":{"date":"1967-06-14T22:11:53+00:00","depth":28.0,"magnitude":"3.2","type":"ML","location":""}},{"type":"Feature","id":249,"geometry":{ "type": "Point", "coordinates": [ -111.56, 36.42 ] },"properties":{"date":"1967-05-26T06:48:43+00:00","depth":11.0,"magnitude":"3","type":"ML","location":""}},{"type":"Feature","id":247,"geometry":{ "type": "Point", "coordinates": [ -110.57, 34.29 ] },"properties":{"date":"1967-05-21T17:00:05+00:00","depth":11.0,"magnitude":"3.8","type":"Mb","location":""}},{"type":"Feature","id":248,"geometry":{ "type": "Point", "coordinates": [ -110.565, 34.291 ] },"properties":{"date":"1967-05-21T17:00:05+00:00","depth":9.0,"magnitude":"3.8","type":"Mb","location":""}},{"type":"Feature","id":246,"geometry":{ "type": "Point", "coordinates": [ -112.864, 34.457 ] },"properties":{"date":"1967-05-01T18:48:07+00:00","depth":26.0,"magnitude":"3.8","type":"Mb","location":""}},{"type":"Feature","id":245,"geometry":{ "type": "Point", "coordinates": [ -111.73, 35.45 ] },"properties":{"date":"1967-03-28T03:48:59+00:00","depth":5.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":244,"geometry":{ "type": "Point", "coordinates": [ -110.964, 34.475 ] },"properties":{"date":"1967-03-02T06:29:24+00:00","depth":14.0,"magnitude":"3.9","type":"Mb","location":""}},{"type":"Feature","id":243,"geometry":{ "type": "Point", "coordinates": [ -113.9, 36.2 ] },"properties":{"date":"1966-12-01T09:20:41+00:00","depth":26.0,"magnitude":"3.7","type":"Mb","location":""}},{"type":"Feature","id":242,"geometry":{ "type": "Point", "coordinates": [ -111.6, 35.8 ] },"properties":{"date":"1966-10-03T16:03:51+00:00","depth":34.0,"magnitude":"4.4","type":"Mb","location":""}},{"type":"Feature","id":241,"geometry":{ "type": "Point", "coordinates": [ -114.5, 31.8 ] },"properties":{"date":"1966-08-07T17:36:27+00:00","depth":16.0,"magnitude":"6.3","type":"Mb","location":""}},{"type":"Feature","id":240,"geometry":{ "type": "Point", "coordinates": [ -114.5945, 35.4702 ] },"properties":{"date":"1966-07-23T22:55:59+00:00","depth":6.0,"magnitude":"3.76","type":"ML","location":""}},{"type":"Feature","id":239,"geometry":{ "type": "Point", "coordinates": [ -113.5, 36.6 ] },"properties":{"date":"1966-06-17T20:12:24+00:00","depth":0.0,"magnitude":"3.5","type":"M","location":""}},{"type":"Feature","id":238,"geometry":{ "type": "Point", "coordinates": [ -113.3, 36.4 ] },"properties":{"date":"1966-06-14T10:45:17+00:00","depth":0.0,"magnitude":"3.3","type":"M","location":""}},{"type":"Feature","id":237,"geometry":{ "type": "Point", "coordinates": [ -113.4, 36.7 ] },"properties":{"date":"1966-06-08T21:34:37+00:00","depth":20.0,"magnitude":"3.4","type":"M","location":""}},{"type":"Feature","id":236,"geometry":{ "type": "Point", "coordinates": [ -113.8, 37.0 ] },"properties":{"date":"1966-06-08T18:47:11+00:00","depth":0.0,"magnitude":"3.2","type":"M","location":""}},{"type":"Feature","id":234,"geometry":{ "type": "Point", "coordinates": [ -112.3857, 36.8167 ] },"properties":{"date":"1966-05-05T06:15:21+00:00","depth":7.0,"magnitude":"2.6","type":"Mc","location":""}},{"type":"Feature","id":235,"geometry":{ "type": "Point", "coordinates": [ -112.3825, 37.031 ] },"properties":{"date":"1966-05-05T03:32:56+00:00","depth":7.0,"magnitude":"2.8","type":"Mc","location":""}},{"type":"Feature","id":233,"geometry":{ "type": "Point", "coordinates": [ -112.5, 36.4 ] },"properties":{"date":"1966-05-02T14:59:13+00:00","depth":0.0,"magnitude":"3.5","type":"M","location":""}},{"type":"Feature","id":232,"geometry":{ "type": "Point", "coordinates": [ -113.0, 35.6 ] },"properties":{"date":"1966-04-28T00:42:57+00:00","depth":20.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":231,"geometry":{ "type": "Point", "coordinates": [ -112.9, 36.7 ] },"properties":{"date":"1966-04-13T09:36:15+00:00","depth":0.0,"magnitude":"3.3","type":"M","location":""}},{"type":"Feature","id":230,"geometry":{ "type": "Point", "coordinates": [ -111.99, 36.57 ] },"properties":{"date":"1966-01-22T12:16:35+00:00","depth":0.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":229,"geometry":{ "type": "Point", "coordinates": [ -112.7, 31.8 ] },"properties":{"date":"1965-11-26T13:57:03+00:00","depth":33.0,"magnitude":"4.1","type":"Mb","location":""}},{"type":"Feature","id":228,"geometry":{ "type": "Point", "coordinates": [ -112.2, 36.1 ] },"properties":{"date":"1965-06-07T14:28:01+00:00","depth":15.0,"magnitude":"3.7","type":"ML","location":""}},{"type":"Feature","id":227,"geometry":{ "type": "Point", "coordinates": [ -114.8, 35.9 ] },"properties":{"date":"1965-05-15T06:25:02+00:00","depth":5.0,"magnitude":"3.8","type":"Mb","location":""}},{"type":"Feature","id":226,"geometry":{ "type": "Point", "coordinates": [ -114.7, 36.0 ] },"properties":{"date":"1965-05-03T03:30:50+00:00","depth":16.0,"magnitude":"4.2","type":"ML","location":""}},{"type":"Feature","id":225,"geometry":{ "type": "Point", "coordinates": [ -111.4, 32.2 ] },"properties":{"date":"1965-03-13T08:46:57+00:00","depth":0.0,"magnitude":"4.4","type":"ML","location":""}},{"type":"Feature","id":224,"geometry":{ "type": "Point", "coordinates": [ -114.0, 34.2 ] },"properties":{"date":"1964-09-06T18:51:19+00:00","depth":15.0,"magnitude":"3.3","type":"Mb","location":""}},{"type":"Feature","id":223,"geometry":{ "type": "Point", "coordinates": [ -113.141, 37.0338 ] },"properties":{"date":"1964-08-28T06:50:44+00:00","depth":7.0,"magnitude":"2.5","type":"Mc","location":""}},{"type":"Feature","id":222,"geometry":{ "type": "Point", "coordinates": [ -114.7632, 32.4565 ] },"properties":{"date":"1964-05-15T19:56:36+00:00","depth":6.0,"magnitude":"4.4","type":"Mh","location":""}},{"type":"Feature","id":221,"geometry":{ "type": "Point", "coordinates": [ -113.2, 32.5 ] },"properties":{"date":"1964-04-16T06:45:44+00:00","depth":33.0,"magnitude":"4.1","type":"Mb","location":""}},{"type":"Feature","id":220,"geometry":{ "type": "Point", "coordinates": [ -113.7, 32.4 ] },"properties":{"date":"1963-11-02T08:47:43+00:00","depth":14.0,"magnitude":"4.7","type":"Mb","location":""}},{"type":"Feature","id":219,"geometry":{ "type": "Point", "coordinates": [ -110.7, 33.2 ] },"properties":{"date":"1963-09-11T11:59:41+00:00","depth":33.0,"magnitude":"4.2","type":"Mb","location":""}},{"type":"Feature","id":218,"geometry":{ "type": "Point", "coordinates": [ -110.7, 33.2 ] },"properties":{"date":"1963-09-11T11:59:41+00:00","depth":33.0,"magnitude":"4.1","type":"M","location":""}},{"type":"Feature","id":217,"geometry":{ "type": "Point", "coordinates": [ -114.54, 34.81 ] },"properties":{"date":"1963-06-29T03:03:50+00:00","depth":0.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":216,"geometry":{ "type": "Point", "coordinates": [ -112.07, 34.57 ] },"properties":{"date":"1963-06-15T19:47:49+00:00","depth":0.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":215,"geometry":{ "type": "Point", "coordinates": [ -114.65, 36.05 ] },"properties":{"date":"1963-05-27T22:19:52+00:00","depth":0.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":214,"geometry":{ "type": "Point", "coordinates": [ -114.21, 35.46 ] },"properties":{"date":"1963-05-19T22:55:22+00:00","depth":0.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":213,"geometry":{ "type": "Point", "coordinates": [ -114.7, 36.1 ] },"properties":{"date":"1963-05-18T20:58:53+00:00","depth":5.0,"magnitude":"4.4","type":"Mb","location":""}},{"type":"Feature","id":212,"geometry":{ "type": "Point", "coordinates": [ -113.82, 35.04 ] },"properties":{"date":"1963-05-10T23:49:51+00:00","depth":0.0,"magnitude":"2.7","type":"ML","location":""}},{"type":"Feature","id":211,"geometry":{ "type": "Point", "coordinates": [ -111.74, 36.14 ] },"properties":{"date":"1962-10-01T13:11:07+00:00","depth":0.0,"magnitude":"2.5","type":"ML","location":""}},{"type":"Feature","id":210,"geometry":{ "type": "Point", "coordinates": [ -110.32, 32.06 ] },"properties":{"date":"1962-05-09T16:39:06+00:00","depth":0.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":209,"geometry":{ "type": "Point", "coordinates": [ -110.4, 36.45 ] },"properties":{"date":"1962-03-17T22:27:13+00:00","depth":0.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":208,"geometry":{ "type": "Point", "coordinates": [ -109.72, 36.88 ] },"properties":{"date":"1962-03-16T23:18:34+00:00","depth":0.0,"magnitude":"2.8","type":"ML","location":""}},{"type":"Feature","id":207,"geometry":{ "type": "Point", "coordinates": [ -109.77, 32.29 ] },"properties":{"date":"1962-03-07T19:57:38+00:00","depth":0.0,"magnitude":"2.9","type":"ML","location":""}},{"type":"Feature","id":206,"geometry":{ "type": "Point", "coordinates": [ -113.48, 36.96 ] },"properties":{"date":"1962-03-02T08:46:41+00:00","depth":0.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":204,"geometry":{ "type": "Point", "coordinates": [ -112.4, 36.9 ] },"properties":{"date":"1962-02-15T07:12:43+00:00","depth":26.0,"magnitude":"4.5","type":"ML","location":""}},{"type":"Feature","id":205,"geometry":{ "type": "Point", "coordinates": [ -112.399, 36.896 ] },"properties":{"date":"1962-02-15T07:03:00+00:00","depth":0.0,"magnitude":"2.93","type":"ML","location":""}},{"type":"Feature","id":203,"geometry":{ "type": "Point", "coordinates": [ -110.4, 36.45 ] },"properties":{"date":"1962-01-20T15:15:40+00:00","depth":0.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":202,"geometry":{ "type": "Point", "coordinates": [ -112.5, 36.95 ] },"properties":{"date":"1962-01-17T16:09:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":201,"geometry":{ "type": "Point", "coordinates": [ -109.96, 32.38 ] },"properties":{"date":"1961-12-03T19:56:44+00:00","depth":0.0,"magnitude":"2.6","type":"ML","location":""}},{"type":"Feature","id":200,"geometry":{ "type": "Point", "coordinates": [ -115.45, 32.57 ] },"properties":{"date":"1961-09-12T19:18:46+00:00","depth":12.0,"magnitude":"4.9","type":"ML","location":""}},{"type":"Feature","id":199,"geometry":{ "type": "Point", "coordinates": [ -112.5, 36.95 ] },"properties":{"date":"1959-11-10T06:58:43+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":198,"geometry":{ "type": "Point", "coordinates": [ -111.5, 35.5 ] },"properties":{"date":"1959-10-13T08:15:00+00:00","depth":0.0,"magnitude":"5","type":"ML","location":""}},{"type":"Feature","id":197,"geometry":{ "type": "Point", "coordinates": [ -112.5, 36.95 ] },"properties":{"date":"1959-10-05T08:10:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":195,"geometry":{ "type": "Point", "coordinates": [ -112.37, 36.8 ] },"properties":{"date":"1959-07-21T17:39:29+00:00","depth":16.0,"magnitude":"5.5","type":"ML","location":""}},{"type":"Feature","id":196,"geometry":{ "type": "Point", "coordinates": [ -112.37, 36.8 ] },"properties":{"date":"1959-07-21T12:39:00+00:00","depth":0.0,"magnitude":"5.75","type":"ML","location":""}},{"type":"Feature","id":194,"geometry":{ "type": "Point", "coordinates": [ -115.23, 32.07 ] },"properties":{"date":"1959-04-27T17:45:07+00:00","depth":0.0,"magnitude":"4.5","type":"ML","location":""}},{"type":"Feature","id":193,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.19 ] },"properties":{"date":"1959-02-11T14:01:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":192,"geometry":{ "type": "Point", "coordinates": [ -115.75, 32.25 ] },"properties":{"date":"1958-12-01T03:21:18+00:00","depth":0.0,"magnitude":"5.8","type":"ML","location":""}},{"type":"Feature","id":191,"geometry":{ "type": "Point", "coordinates": [ -109.85, 31.4 ] },"properties":{"date":"1958-09-18T06:03:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":190,"geometry":{ "type": "Point", "coordinates": [ -115.9, 33.2 ] },"properties":{"date":"1957-05-26T15:59:33+00:00","depth":0.0,"magnitude":"5","type":"ML","location":""}},{"type":"Feature","id":189,"geometry":{ "type": "Point", "coordinates": [ -115.85, 33.18 ] },"properties":{"date":"1957-04-25T21:57:39+00:00","depth":0.0,"magnitude":"5.2","type":"ML","location":""}},{"type":"Feature","id":188,"geometry":{ "type": "Point", "coordinates": [ -115.5, 31.5 ] },"properties":{"date":"1956-02-14T18:33:34+00:00","depth":0.0,"magnitude":"6.3","type":"ML","location":""}},{"type":"Feature","id":187,"geometry":{ "type": "Point", "coordinates": [ -115.92, 31.75 ] },"properties":{"date":"1956-02-09T14:32:38+00:00","depth":0.0,"magnitude":"6.5","type":"ML","location":""}},{"type":"Feature","id":186,"geometry":{ "type": "Point", "coordinates": [ -115.5, 33.0 ] },"properties":{"date":"1955-12-17T06:07:29+00:00","depth":0.0,"magnitude":"5.2","type":"ML","location":""}},{"type":"Feature","id":185,"geometry":{ "type": "Point", "coordinates": [ -115.0, 32.33 ] },"properties":{"date":"1955-04-25T10:43:08+00:00","depth":0.0,"magnitude":"5.2","type":"ML","location":""}},{"type":"Feature","id":184,"geometry":{ "type": "Point", "coordinates": [ -116.0, 31.5 ] },"properties":{"date":"1954-11-12T12:26:51+00:00","depth":0.0,"magnitude":"6.3","type":"ML","location":""}},{"type":"Feature","id":183,"geometry":{ "type": "Point", "coordinates": [ -115.3, 32.3 ] },"properties":{"date":"1954-02-01T13:05:00+00:00","depth":0.0,"magnitude":"5.1","type":"ML","location":""}},{"type":"Feature","id":182,"geometry":{ "type": "Point", "coordinates": [ -115.3, 32.3 ] },"properties":{"date":"1954-02-01T05:10:00+00:00","depth":0.0,"magnitude":"4.6","type":"ML","location":""}},{"type":"Feature","id":181,"geometry":{ "type": "Point", "coordinates": [ -115.3, 32.3 ] },"properties":{"date":"1954-02-01T04:32:00+00:00","depth":0.0,"magnitude":"5.6","type":"ML","location":""}},{"type":"Feature","id":180,"geometry":{ "type": "Point", "coordinates": [ -115.3, 32.3 ] },"properties":{"date":"1954-02-01T04:23:00+00:00","depth":0.0,"magnitude":"5.2","type":"ML","location":""}},{"type":"Feature","id":179,"geometry":{ "type": "Point", "coordinates": [ -111.01, 34.66 ] },"properties":{"date":"1953-10-08T20:19:46+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":178,"geometry":{ "type": "Point", "coordinates": [ -115.72, 32.95 ] },"properties":{"date":"1953-06-14T04:17:28+00:00","depth":0.0,"magnitude":"5.5","type":"ML","location":""}},{"type":"Feature","id":177,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1953-05-04T14:56:14+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":176,"geometry":{ "type": "Point", "coordinates": [ -113.5, 32.0 ] },"properties":{"date":"1952-10-22T19:46:36+00:00","depth":0.0,"magnitude":"5.1","type":"ML","location":""}},{"type":"Feature","id":175,"geometry":{ "type": "Point", "coordinates": [ -115.28, 32.12 ] },"properties":{"date":"1952-03-16T22:11:02+00:00","depth":0.0,"magnitude":"4.5","type":"ML","location":""}},{"type":"Feature","id":174,"geometry":{ "type": "Point", "coordinates": [ -115.28, 32.12 ] },"properties":{"date":"1952-03-16T19:59:00+00:00","depth":0.0,"magnitude":"4.1","type":"ML","location":""}},{"type":"Feature","id":173,"geometry":{ "type": "Point", "coordinates": [ -114.7, 36.0 ] },"properties":{"date":"1952-02-20T13:41:11+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":172,"geometry":{ "type": "Point", "coordinates": [ -114.7, 36.0 ] },"properties":{"date":"1952-02-08T08:59:06+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":171,"geometry":{ "type": "Point", "coordinates": [ -115.4, 33.1 ] },"properties":{"date":"1951-12-05T15:53:16+00:00","depth":0.0,"magnitude":"4.5","type":"ML","location":""}},{"type":"Feature","id":170,"geometry":{ "type": "Point", "coordinates": [ -112.5, 36.95 ] },"properties":{"date":"1951-03-05T23:00:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":169,"geometry":{ "type": "Point", "coordinates": [ -115.73, 32.98 ] },"properties":{"date":"1951-01-24T07:17:01+00:00","depth":0.0,"magnitude":"5.8","type":"ML","location":""}},{"type":"Feature","id":168,"geometry":{ "type": "Point", "coordinates": [ -115.57, 33.12 ] },"properties":{"date":"1950-07-29T14:36:32+00:00","depth":0.0,"magnitude":"5.5","type":"ML","location":""}},{"type":"Feature","id":167,"geometry":{ "type": "Point", "coordinates": [ -113.0, 32.0 ] },"properties":{"date":"1950-02-02T10:37:24+00:00","depth":0.0,"magnitude":"4.2","type":"Unk","location":""}},{"type":"Feature","id":166,"geometry":{ "type": "Point", "coordinates": [ -109.54, 35.71 ] },"properties":{"date":"1950-01-17T00:53:00+00:00","depth":0.0,"magnitude":"VII","type":"MM","location":""}},{"type":"Feature","id":165,"geometry":{ "type": "Point", "coordinates": [ -113.57, 37.11 ] },"properties":{"date":"1949-11-02T02:30:05+00:00","depth":0.0,"magnitude":"4.7","type":"M","location":""}},{"type":"Feature","id":164,"geometry":{ "type": "Point", "coordinates": [ -110.7, 35.03 ] },"properties":{"date":"1948-12-03T18:45:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":163,"geometry":{ "type": "Point", "coordinates": [ -112.1, 36.8 ] },"properties":{"date":"1948-08-08T23:20:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":162,"geometry":{ "type": "Point", "coordinates": [ -111.5, 36.1 ] },"properties":{"date":"1948-01-24T02:57:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":161,"geometry":{ "type": "Point", "coordinates": [ -111.48, 35.75 ] },"properties":{"date":"1947-10-27T04:15:40+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":160,"geometry":{ "type": "Point", "coordinates": [ -114.0, 36.1 ] },"properties":{"date":"1946-11-26T22:49:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":159,"geometry":{ "type": "Point", "coordinates": [ -114.0, 34.0 ] },"properties":{"date":"1945-10-19T16:57:42+00:00","depth":0.0,"magnitude":"-0","type":"Unk","location":""}},{"type":"Feature","id":158,"geometry":{ "type": "Point", "coordinates": [ -111.8, 36.5 ] },"properties":{"date":"1945-01-07T22:25:32+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":157,"geometry":{ "type": "Point", "coordinates": [ -112.5, 36.9 ] },"properties":{"date":"1944-01-31T04:24:58+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":156,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.19 ] },"properties":{"date":"1943-12-21T08:00:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":155,"geometry":{ "type": "Point", "coordinates": [ -116.0, 32.97 ] },"properties":{"date":"1942-10-21T15:22:13+00:00","depth":0.0,"magnitude":"6.4","type":"ML","location":""}},{"type":"Feature","id":154,"geometry":{ "type": "Point", "coordinates": [ -114.7, 36.0 ] },"properties":{"date":"1942-09-09T04:15:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":153,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.19 ] },"properties":{"date":"1942-01-08T02:42:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":152,"geometry":{ "type": "Point", "coordinates": [ -114.7, 36.0 ] },"properties":{"date":"1941-09-03T21:25:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":151,"geometry":{ "type": "Point", "coordinates": [ -114.6, 35.9 ] },"properties":{"date":"1941-05-21T16:25:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":150,"geometry":{ "type": "Point", "coordinates": [ -114.6, 35.9 ] },"properties":{"date":"1941-03-28T05:30:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":149,"geometry":{ "type": "Point", "coordinates": [ -114.6, 36.0 ] },"properties":{"date":"1941-03-22T12:08:06+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":148,"geometry":{ "type": "Point", "coordinates": [ -114.6, 35.9 ] },"properties":{"date":"1941-03-21T00:00:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":147,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.19 ] },"properties":{"date":"1940-10-16T13:25:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":146,"geometry":{ "type": "Point", "coordinates": [ -114.36, 32.76 ] },"properties":{"date":"1940-06-06T05:42:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":145,"geometry":{ "type": "Point", "coordinates": [ -114.14, 32.67 ] },"properties":{"date":"1940-05-19T18:06:00+00:00","depth":0.0,"magnitude":"4.5","type":"ML","location":""}},{"type":"Feature","id":144,"geometry":{ "type": "Point", "coordinates": [ -115.48, 32.77 ] },"properties":{"date":"1940-05-19T06:35:40+00:00","depth":0.0,"magnitude":"5.5","type":"ML","location":""}},{"type":"Feature","id":143,"geometry":{ "type": "Point", "coordinates": [ -115.48, 32.77 ] },"properties":{"date":"1940-05-19T05:51:34+00:00","depth":0.0,"magnitude":"5.5","type":"ML","location":""}},{"type":"Feature","id":142,"geometry":{ "type": "Point", "coordinates": [ -115.48, 32.76 ] },"properties":{"date":"1940-05-19T04:55:00+00:00","depth":0.0,"magnitude":"5.5","type":"ML","location":""}},{"type":"Feature","id":141,"geometry":{ "type": "Point", "coordinates": [ -115.38, 32.84 ] },"properties":{"date":"1940-05-19T04:36:41+00:00","depth":6.0,"magnitude":"6.9","type":"Mw","location":""}},{"type":"Feature","id":140,"geometry":{ "type": "Point", "coordinates": [ -109.3, 33.05 ] },"properties":{"date":"1939-06-04T05:00:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":139,"geometry":{ "type": "Point", "coordinates": [ -109.1, 32.75 ] },"properties":{"date":"1939-06-04T01:19:12+00:00","depth":0.0,"magnitude":"4.5","type":"Md","location":""}},{"type":"Feature","id":138,"geometry":{ "type": "Point", "coordinates": [ -114.8, 36.0 ] },"properties":{"date":"1939-05-04T22:36:00+00:00","depth":0.0,"magnitude":"4","type":"ML","location":""}},{"type":"Feature","id":137,"geometry":{ "type": "Point", "coordinates": [ -114.8, 36.0 ] },"properties":{"date":"1939-05-04T21:53:00+00:00","depth":0.0,"magnitude":"4","type":"ML","location":""}},{"type":"Feature","id":136,"geometry":{ "type": "Point", "coordinates": [ -114.82, 35.97 ] },"properties":{"date":"1939-05-04T20:44:47+00:00","depth":0.0,"magnitude":"5","type":"ML","location":""}},{"type":"Feature","id":135,"geometry":{ "type": "Point", "coordinates": [ -112.1, 36.1 ] },"properties":{"date":"1939-03-09T13:30:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":134,"geometry":{ "type": "Point", "coordinates": [ -112.1, 36.1 ] },"properties":{"date":"1939-02-20T22:35:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":133,"geometry":{ "type": "Point", "coordinates": [ -112.14, 36.05 ] },"properties":{"date":"1939-02-19T11:00:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":132,"geometry":{ "type": "Point", "coordinates": [ -109.3, 33.05 ] },"properties":{"date":"1938-12-28T22:07:12+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":131,"geometry":{ "type": "Point", "coordinates": [ -108.6, 33.2 ] },"properties":{"date":"1938-11-27T00:13:42+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":130,"geometry":{ "type": "Point", "coordinates": [ -108.6, 33.2 ] },"properties":{"date":"1938-11-02T09:00:00+00:00","depth":0.0,"magnitude":"4.5","type":"Md","location":""}},{"type":"Feature","id":129,"geometry":{ "type": "Point", "coordinates": [ -108.7, 33.0 ] },"properties":{"date":"1938-11-01T08:26:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":128,"geometry":{ "type": "Point", "coordinates": [ -109.3, 33.05 ] },"properties":{"date":"1938-09-29T23:32:00+00:00","depth":0.0,"magnitude":"4.5","type":"Md","location":""}},{"type":"Feature","id":127,"geometry":{ "type": "Point", "coordinates": [ -109.97, 32.62 ] },"properties":{"date":"1938-09-24T18:00:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":126,"geometry":{ "type": "Point", "coordinates": [ -108.6, 33.25 ] },"properties":{"date":"1938-09-20T06:40:00+00:00","depth":0.0,"magnitude":"4.5","type":"Md","location":""}},{"type":"Feature","id":125,"geometry":{ "type": "Point", "coordinates": [ -109.1, 32.72 ] },"properties":{"date":"1938-09-19T06:31:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":124,"geometry":{ "type": "Point", "coordinates": [ -109.23, 32.27 ] },"properties":{"date":"1938-09-18T23:45:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":123,"geometry":{ "type": "Point", "coordinates": [ -109.1, 32.72 ] },"properties":{"date":"1938-09-18T23:30:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":122,"geometry":{ "type": "Point", "coordinates": [ -108.6, 33.2 ] },"properties":{"date":"1938-09-17T17:20:18+00:00","depth":0.0,"magnitude":"5.5","type":"M","location":""}},{"type":"Feature","id":121,"geometry":{ "type": "Point", "coordinates": [ -115.17, 32.25 ] },"properties":{"date":"1938-06-06T12:35:00+00:00","depth":0.0,"magnitude":"4","type":"ML","location":""}},{"type":"Feature","id":120,"geometry":{ "type": "Point", "coordinates": [ -115.22, 32.9 ] },"properties":{"date":"1938-06-06T02:42:00+00:00","depth":0.0,"magnitude":"4.8","type":"ML","location":""}},{"type":"Feature","id":119,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.19 ] },"properties":{"date":"1937-12-17T23:30:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":118,"geometry":{ "type": "Point", "coordinates": [ -112.07, 33.46 ] },"properties":{"date":"1937-07-21T23:55:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":117,"geometry":{ "type": "Point", "coordinates": [ -112.88, 35.33 ] },"properties":{"date":"1937-07-20T22:49:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":116,"geometry":{ "type": "Point", "coordinates": [ -109.54, 35.71 ] },"properties":{"date":"1937-04-08T12:00:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":115,"geometry":{ "type": "Point", "coordinates": [ -114.7658, 32.4573 ] },"properties":{"date":"1936-12-25T08:37:47+00:00","depth":6.0,"magnitude":"3.14","type":"Mh","location":""}},{"type":"Feature","id":114,"geometry":{ "type": "Point", "coordinates": [ -115.22, 32.9 ] },"properties":{"date":"1936-04-07T22:53:00+00:00","depth":0.0,"magnitude":"4.7","type":"ML","location":""}},{"type":"Feature","id":113,"geometry":{ "type": "Point", "coordinates": [ -114.06, 35.19 ] },"properties":{"date":"1936-02-25T06:30:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":112,"geometry":{ "type": "Point", "coordinates": [ -112.14, 36.05 ] },"properties":{"date":"1936-01-12T00:00:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":111,"geometry":{ "type": "Point", "coordinates": [ -115.3, 32.81 ] },"properties":{"date":"1935-12-20T07:45:32+00:00","depth":6.0,"magnitude":"5.3","type":"ML","location":""}},{"type":"Feature","id":110,"geometry":{ "type": "Point", "coordinates": [ -112.5, 36.95 ] },"properties":{"date":"1935-12-05T21:25:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":109,"geometry":{ "type": "Point", "coordinates": [ -112.07, 33.46 ] },"properties":{"date":"1935-10-28T02:09:00+00:00","depth":0.0,"magnitude":"II","type":"MM","location":""}},{"type":"Feature","id":108,"geometry":{ "type": "Point", "coordinates": [ -114.7778, 32.6208 ] },"properties":{"date":"1935-02-25T08:48:44+00:00","depth":6.0,"magnitude":"3.12","type":"ML","location":""}},{"type":"Feature","id":107,"geometry":{ "type": "Point", "coordinates": [ -114.85, 32.65 ] },"properties":{"date":"1935-02-25T03:44:22+00:00","depth":6.0,"magnitude":"3.34","type":"ML","location":""}},{"type":"Feature","id":105,"geometry":{ "type": "Point", "coordinates": [ -115.2, 31.98 ] },"properties":{"date":"1935-02-24T08:20:00+00:00","depth":0.0,"magnitude":"4.5","type":"ML","location":""}},{"type":"Feature","id":106,"geometry":{ "type": "Point", "coordinates": [ -114.8792, 32.6803 ] },"properties":{"date":"1935-02-24T05:34:24+00:00","depth":6.0,"magnitude":"3.31","type":"ML","location":""}},{"type":"Feature","id":104,"geometry":{ "type": "Point", "coordinates": [ -115.2, 31.98 ] },"properties":{"date":"1935-02-24T01:45:00+00:00","depth":0.0,"magnitude":"5.5","type":"ML","location":""}},{"type":"Feature","id":103,"geometry":{ "type": "Point", "coordinates": [ -115.0, 32.0 ] },"properties":{"date":"1935-02-17T11:47:00+00:00","depth":0.0,"magnitude":"4","type":"ML","location":""}},{"type":"Feature","id":102,"geometry":{ "type": "Point", "coordinates": [ -112.14, 36.05 ] },"properties":{"date":"1935-01-15T08:50:00+00:00","depth":0.0,"magnitude":"II","type":"MM","location":""}},{"type":"Feature","id":101,"geometry":{ "type": "Point", "coordinates": [ -112.14, 36.05 ] },"properties":{"date":"1935-01-10T08:10:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":100,"geometry":{ "type": "Point", "coordinates": [ -112.14, 36.05 ] },"properties":{"date":"1935-01-05T04:25:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":99,"geometry":{ "type": "Point", "coordinates": [ -112.5, 36.95 ] },"properties":{"date":"1935-01-03T14:35:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":98,"geometry":{ "type": "Point", "coordinates": [ -114.14, 32.67 ] },"properties":{"date":"1935-01-02T07:30:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":97,"geometry":{ "type": "Point", "coordinates": [ -112.14, 36.05 ] },"properties":{"date":"1935-01-01T08:50:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":96,"geometry":{ "type": "Point", "coordinates": [ -114.75, 32.0 ] },"properties":{"date":"1934-12-31T18:45:00+00:00","depth":0.0,"magnitude":"7","type":"ML","location":""}},{"type":"Feature","id":95,"geometry":{ "type": "Point", "coordinates": [ -115.5, 32.2 ] },"properties":{"date":"1934-12-30T13:52:00+00:00","depth":0.0,"magnitude":"6.5","type":"ML","location":""}},{"type":"Feature","id":94,"geometry":{ "type": "Point", "coordinates": [ -112.5, 36.95 ] },"properties":{"date":"1934-12-25T12:20:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":93,"geometry":{ "type": "Point", "coordinates": [ -114.5, 31.0 ] },"properties":{"date":"1934-05-14T13:14:00+00:00","depth":0.0,"magnitude":"5.5","type":"ML","location":""}},{"type":"Feature","id":92,"geometry":{ "type": "Point", "coordinates": [ -110.9, 35.1 ] },"properties":{"date":"1934-03-12T00:00:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":91,"geometry":{ "type": "Point", "coordinates": [ -109.82, 31.91 ] },"properties":{"date":"1934-01-11T07:15:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":90,"geometry":{ "type": "Point", "coordinates": [ -115.12, 32.7 ] },"properties":{"date":"1934-01-04T21:53:00+00:00","depth":0.0,"magnitude":"4.5","type":"ML","location":""}},{"type":"Feature","id":89,"geometry":{ "type": "Point", "coordinates": [ -112.91, 34.42 ] },"properties":{"date":"1933-11-27T00:00:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":88,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1932-12-29T05:17:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":87,"geometry":{ "type": "Point", "coordinates": [ -115.66, 32.25 ] },"properties":{"date":"1932-04-29T16:52:33+00:00","depth":0.0,"magnitude":"4","type":"ML","location":""}},{"type":"Feature","id":86,"geometry":{ "type": "Point", "coordinates": [ -112.19, 34.9 ] },"properties":{"date":"1932-02-08T06:30:00+00:00","depth":0.0,"magnitude":"II","type":"MM","location":""}},{"type":"Feature","id":85,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1931-07-30T05:23:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":84,"geometry":{ "type": "Point", "coordinates": [ -112.0, 34.7 ] },"properties":{"date":"1931-07-28T08:35:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":83,"geometry":{ "type": "Point", "coordinates": [ -110.05, 34.53 ] },"properties":{"date":"1931-04-17T12:38:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":82,"geometry":{ "type": "Point", "coordinates": [ -112.5, 34.2 ] },"properties":{"date":"1930-07-16T19:00:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":81,"geometry":{ "type": "Point", "coordinates": [ -115.5, 33.0 ] },"properties":{"date":"1930-02-26T02:30:00+00:00","depth":0.0,"magnitude":"5","type":"ML","location":""}},{"type":"Feature","id":80,"geometry":{ "type": "Point", "coordinates": [ -115.25, 32.45 ] },"properties":{"date":"1928-07-18T06:48:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":79,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1927-09-05T22:20:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":78,"geometry":{ "type": "Point", "coordinates": [ -115.49, 32.97 ] },"properties":{"date":"1927-02-12T08:58:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":77,"geometry":{ "type": "Point", "coordinates": [ -110.75, 31.54 ] },"properties":{"date":"1927-02-11T03:40:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":76,"geometry":{ "type": "Point", "coordinates": [ -115.49, 32.67 ] },"properties":{"date":"1927-01-16T19:05:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":75,"geometry":{ "type": "Point", "coordinates": [ -115.5, 32.5 ] },"properties":{"date":"1927-01-01T09:13:00+00:00","depth":0.0,"magnitude":"5.5","type":"ML","location":""}},{"type":"Feature","id":74,"geometry":{ "type": "Point", "coordinates": [ -115.5, 32.5 ] },"properties":{"date":"1927-01-01T08:17:00+00:00","depth":0.0,"magnitude":"5.8","type":"ML","location":""}},{"type":"Feature","id":73,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1924-03-21T19:30:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":72,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1923-12-02T17:05:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":71,"geometry":{ "type": "Point", "coordinates": [ -115.5, 32.5 ] },"properties":{"date":"1923-11-07T23:57:00+00:00","depth":0.0,"magnitude":"5.5","type":"ML","location":""}},{"type":"Feature","id":70,"geometry":{ "type": "Point", "coordinates": [ -115.5, 32.5 ] },"properties":{"date":"1923-11-05T22:07:00+00:00","depth":0.0,"magnitude":"5","type":"ML","location":""}},{"type":"Feature","id":69,"geometry":{ "type": "Point", "coordinates": [ -111.5, 34.2 ] },"properties":{"date":"1923-09-30T18:27:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":68,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.19 ] },"properties":{"date":"1923-09-28T00:00:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":67,"geometry":{ "type": "Point", "coordinates": [ -110.86, 33.38 ] },"properties":{"date":"1922-06-17T23:42:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":66,"geometry":{ "type": "Point", "coordinates": [ -114.7, 32.7 ] },"properties":{"date":"1922-06-16T21:01:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":65,"geometry":{ "type": "Point", "coordinates": [ -110.16, 34.9 ] },"properties":{"date":"1921-04-06T21:07:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":64,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1921-03-28T00:00:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":63,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1921-03-26T23:11:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":62,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1921-03-25T00:35:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":61,"geometry":{ "type": "Point", "coordinates": [ -115.25, 32.45 ] },"properties":{"date":"1919-09-30T06:37:00+00:00","depth":0.0,"magnitude":"5.9","type":"M","location":""}},{"type":"Feature","id":60,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.19 ] },"properties":{"date":"1919-05-23T10:05:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":59,"geometry":{ "type": "Point", "coordinates": [ -116.0, 32.75 ] },"properties":{"date":"1919-02-19T04:58:00+00:00","depth":0.0,"magnitude":"4.5","type":"M","location":""}},{"type":"Feature","id":58,"geometry":{ "type": "Point", "coordinates": [ -115.5, 32.5 ] },"properties":{"date":"1918-05-01T03:32:00+00:00","depth":0.0,"magnitude":"5.6","type":"M","location":""}},{"type":"Feature","id":57,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.19 ] },"properties":{"date":"1918-04-28T11:58:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":56,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.19 ] },"properties":{"date":"1918-04-20T07:45:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":55,"geometry":{ "type": "Point", "coordinates": [ -115.3, 32.8 ] },"properties":{"date":"1917-05-28T03:06:13+00:00","depth":0.0,"magnitude":"5.5","type":"M","location":""}},{"type":"Feature","id":54,"geometry":{ "type": "Point", "coordinates": [ -109.1, 35.65 ] },"properties":{"date":"1916-12-12T12:45:44+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":53,"geometry":{ "type": "Point", "coordinates": [ -110.94, 31.34 ] },"properties":{"date":"1916-03-30T05:20:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":52,"geometry":{ "type": "Point", "coordinates": [ -115.25, 32.45 ] },"properties":{"date":"1915-11-21T00:13:27+00:00","depth":0.0,"magnitude":"6.6","type":"ML","location":""}},{"type":"Feature","id":51,"geometry":{ "type": "Point", "coordinates": [ -111.8, 33.4 ] },"properties":{"date":"1915-06-27T08:30:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":50,"geometry":{ "type": "Point", "coordinates": [ -115.5, 32.8 ] },"properties":{"date":"1915-06-23T04:57:00+00:00","depth":0.0,"magnitude":"6.3","type":"ML","location":""}},{"type":"Feature","id":49,"geometry":{ "type": "Point", "coordinates": [ -115.5, 32.8 ] },"properties":{"date":"1915-06-23T03:58:44+00:00","depth":0.0,"magnitude":"6.1","type":"ML","location":""}},{"type":"Feature","id":48,"geometry":{ "type": "Point", "coordinates": [ -112.17, 35.25 ] },"properties":{"date":"1913-12-06T00:15:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":47,"geometry":{ "type": "Point", "coordinates": [ -111.95, 35.95 ] },"properties":{"date":"1912-08-18T21:12:00+00:00","depth":0.0,"magnitude":"6.2","type":"Ms","location":""}},{"type":"Feature","id":46,"geometry":{ "type": "Point", "coordinates": [ -111.5, 35.75 ] },"properties":{"date":"1910-09-24T04:05:00+00:00","depth":0.0,"magnitude":"6","type":"Ms","location":""}},{"type":"Feature","id":45,"geometry":{ "type": "Point", "coordinates": [ -109.5, 30.6 ] },"properties":{"date":"1908-04-07T00:00:00+00:00","depth":0.0,"magnitude":"4.8","type":"Mi","location":""}},{"type":"Feature","id":44,"geometry":{ "type": "Point", "coordinates": [ -109.25, 30.8 ] },"properties":{"date":"1907-05-26T03:00:00+00:00","depth":0.0,"magnitude":"5.2","type":"Mi","location":""}},{"type":"Feature","id":43,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1907-02-03T22:34:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":42,"geometry":{ "type": "Point", "coordinates": [ -115.52, 32.98 ] },"properties":{"date":"1906-04-18T16:30:00+00:00","depth":0.0,"magnitude":"6.2","type":"ML","location":""}},{"type":"Feature","id":41,"geometry":{ "type": "Point", "coordinates": [ -111.87, 35.54 ] },"properties":{"date":"1906-01-28T09:15:00+00:00","depth":0.0,"magnitude":"II","type":"MM","location":""}},{"type":"Feature","id":40,"geometry":{ "type": "Point", "coordinates": [ -111.7, 35.2 ] },"properties":{"date":"1906-01-25T13:32:30+00:00","depth":0.0,"magnitude":"6.2","type":"Ms","location":""}},{"type":"Feature","id":39,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1905-11-14T15:13:00+00:00","depth":0.0,"magnitude":"4","type":"MM","location":""}},{"type":"Feature","id":38,"geometry":{ "type": "Point", "coordinates": [ -115.0, 31.5 ] },"properties":{"date":"1903-01-23T22:30:00+00:00","depth":0.0,"magnitude":"6.6","type":"M","location":""}},{"type":"Feature","id":2,"geometry":{ "type": "Point", "coordinates": [ -110.1, 31.7 ] },"properties":{"date":"1899-10-07T02:00:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":1,"geometry":{ "type": "Point", "coordinates": [ -110.07, 31.71 ] },"properties":{"date":"1899-10-06T23:30:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":33,"geometry":{ "type": "Point", "coordinates": [ -114.06, 35.19 ] },"properties":{"date":"1899-09-20T00:00:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":24,"geometry":{ "type": "Point", "coordinates": [ -110.07, 31.71 ] },"properties":{"date":"1893-06-05T06:40:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":27,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1892-07-05T05:10:00+00:00","depth":0.0,"magnitude":"II","type":"MM","location":""}},{"type":"Feature","id":19,"geometry":{ "type": "Point", "coordinates": [ -116.2, 33.2 ] },"properties":{"date":"1892-05-28T06:14:00+00:00","depth":0.0,"magnitude":"6.5","type":"M","location":""}},{"type":"Feature","id":14,"geometry":{ "type": "Point", "coordinates": [ -115.6, 31.5 ] },"properties":{"date":"1892-02-23T23:20:00+00:00","depth":0.0,"magnitude":"7","type":"M","location":""}},{"type":"Feature","id":13,"geometry":{ "type": "Point", "coordinates": [ -111.65, 35.19 ] },"properties":{"date":"1892-02-02T00:30:00+00:00","depth":0.0,"magnitude":"6","type":"MM","location":""}},{"type":"Feature","id":26,"geometry":{ "type": "Point", "coordinates": [ -115.0, 32.0 ] },"properties":{"date":"1891-07-30T06:03:00+00:00","depth":0.0,"magnitude":"6","type":"M","location":""}},{"type":"Feature","id":18,"geometry":{ "type": "Point", "coordinates": [ -114.52, 35.18 ] },"properties":{"date":"1891-04-26T20:00:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":34,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1890-09-22T23:13:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":23,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1890-06-10T17:54:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":9,"geometry":{ "type": "Point", "coordinates": [ -110.97, 32.22 ] },"properties":{"date":"1888-11-25T00:00:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":6,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1888-11-13T00:42:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":30,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1888-08-19T06:16:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":29,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1888-08-19T03:00:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":25,"geometry":{ "type": "Point", "coordinates": [ -110.07, 31.71 ] },"properties":{"date":"1888-07-25T00:00:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":5,"geometry":{ "type": "Point", "coordinates": [ -110.58, 32.0 ] },"properties":{"date":"1887-11-11T00:00:00+00:00","depth":0.0,"magnitude":"VII","type":"MM","location":""}},{"type":"Feature","id":22,"geometry":{ "type": "Point", "coordinates": [ -110.07, 31.71 ] },"properties":{"date":"1887-05-30T14:00:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":21,"geometry":{ "type": "Point", "coordinates": [ -109.25, 30.8 ] },"properties":{"date":"1887-05-03T14:30:00+00:00","depth":10.0,"magnitude":"7.5","type":"M","location":""}},{"type":"Feature","id":36,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1884-09-27T04:00:00+00:00","depth":0.0,"magnitude":"II","type":"MM","location":""}},{"type":"Feature","id":35,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1884-09-26T23:53:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":31,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1884-09-02T00:00:00+00:00","depth":0.0,"magnitude":"IV","type":"MM","location":""}},{"type":"Feature","id":12,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1878-12-17T16:00:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":32,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1877-09-20T19:10:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":37,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1877-09-07T22:00:00+00:00","depth":0.0,"magnitude":"III","type":"MM","location":""}},{"type":"Feature","id":17,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1876-04-20T07:00:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":7,"geometry":{ "type": "Point", "coordinates": [ -115.5, 32.5 ] },"properties":{"date":"1875-11-15T14:45:00+00:00","depth":0.0,"magnitude":"6.25","type":"M","location":""}},{"type":"Feature","id":11,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1875-11-03T13:00:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":8,"geometry":{ "type": "Point", "coordinates": [ -114.6, 32.38 ] },"properties":{"date":"1875-11-02T09:00:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":3,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1875-11-01T08:30:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":0,"geometry":{ "type": "Point", "coordinates": [ -114.5, 33.65 ] },"properties":{"date":"1875-01-21T19:45:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":4,"geometry":{ "type": "Point", "coordinates": [ -114.62, 32.72 ] },"properties":{"date":"1874-11-10T15:00:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":20,"geometry":{ "type": "Point", "coordinates": [ -115.2, 32.8 ] },"properties":{"date":"1872-05-03T01:00:00+00:00","depth":0.0,"magnitude":"5.75","type":"M","location":""}},{"type":"Feature","id":15,"geometry":{ "type": "Point", "coordinates": [ -112.44, 34.1 ] },"properties":{"date":"1871-02-07T15:08:02+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":28,"geometry":{ "type": "Point", "coordinates": [ -112.47, 34.55 ] },"properties":{"date":"1870-08-12T00:00:00+00:00","depth":0.0,"magnitude":"VI","type":"MM","location":""}},{"type":"Feature","id":16,"geometry":{ "type": "Point", "coordinates": [ -112.47, 34.55 ] },"properties":{"date":"1870-03-11T10:20:00+00:00","depth":0.0,"magnitude":"V","type":"MM","location":""}},{"type":"Feature","id":10,"geometry":{ "type": "Point", "coordinates": [ -115.0, 32.5 ] },"properties":{"date":"1852-11-29T12:20:30+00:00","depth":0.0,"magnitude":"6.5","type":"M","location":""}}]}
var Cardboard = require('cardboard');
var crypto = require('crypto');
var path = require('path');
var Dyno = require('dyno');
module.exports = function(options) {
options = options || {};
var config = {
prefix: options.prefix || crypto.randomBytes(8).toString('hex'),
couchBackupBucket: process.env.CouchBackupBucket,
markersFile: path.join(__dirname, 'fixtures', 'markers.json'),
outdir: path.join(__dirname, 'outputs')
};
config.cardboard = Cardboard({
table: process.env.CardboardTable,
bucket: process.env.CardboardBucket,
prefix: config.prefix,
region: 'us-east-1'
});
config.dyno = Dyno({
table: process.env.CardboardTable,
region: 'us-east-1'
});
return config;
};
This file has been truncated, but you can view the full file.
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){var hyperquest=require("hyperquest"),through=require("through"),geojsonStream=require("geojson-stream");module.exports.ajax=ajax;module.exports.layerPipe=layerPipe;function ajax(url,layer){return hyperquest(url).pipe(geojsonStream.parse()).pipe(layerPipe(layer))}function layerPipe(layer){return through(function(d){if(layer.addData!==undefined)layer.addData(d);this.queue(d)})}},{"geojson-stream":2,hyperquest:6,through:9}],2:[function(require,module,exports){var JSONStream=require("JSONStream");var open='{"type":"FeatureCollection","features":[',close="]}";module.exports.parse=function(){var jsonstream=JSONStream.parse("features.*");return jsonstream};module.exports.stringify=function(){var jsonstream=JSONStream.stringify(open,"\n,\n",close);return jsonstream}},{JSONStream:3}],3:[function(require,module,exports){var process=require("__browserify_process"),Buffer=require("__browserify_Buffer").Buffer;var Parser=require("jsonparse"),Stream=require("stream").Stream,through=require("through");exports.parse=function(path){var parser=new Parser;var stream=through(function(chunk){if("string"===typeof chunk){if(process.browser){var buf=new Array(chunk.length);for(var i=0;i<chunk.length;i++)buf[i]=chunk.charCodeAt(i);chunk=new Int32Array(buf)}else{chunk=new Buffer(chunk)}}parser.write(chunk)},function(data){if(data)stream.write(data);stream.queue(null)});if("string"===typeof path)path=path.split(".").map(function(e){if(e==="*")return true;else if(e==="")return{recurse:true};else return e});var count=0,_key;if(!path||!path.length)path=null;parser.onValue=function(){if(!this.root&&this.stack.length==1)stream.root=this.value;if(!path)return;var i=0;var j=0;while(i<path.length){var key=path[i];var c;j++;if(key&&!key.recurse){c=j===this.stack.length?this:this.stack[j];if(!c)return;if(!check(key,c.key))return;i++}else{i++;var nextKey=path[i];if(!nextKey)return;while(true){c=j===this.stack.length?this:this.stack[j];if(!c)return;if(check(nextKey,c.key)){i++;break}j++}}}if(j!==this.stack.length)return;count++;stream.queue(this.value[this.key]);delete this.value[this.key]};parser._onToken=parser.onToken;parser.onToken=function(token,value){parser._onToken(token,value);if(this.stack.length===0){if(stream.root){if(!path)stream.queue(stream.root);stream.emit("root",stream.root,count);count=0;stream.root=null}}};parser.onError=function(err){stream.emit("error",err)};return stream};function check(x,y){if("string"===typeof x)return y==x;else if(x&&"function"===typeof x.exec)return x.exec(y);else if("boolean"===typeof x)return x;else if("function"===typeof x)return x(y);return false}exports.stringify=function(op,sep,cl){if(op===false){op="";sep="\n";cl=""}else if(op==null){op="[\n";sep="\n,\n";cl="\n]\n"}var stream,first=true,anyData=false;stream=through(function(data){anyData=true;var json=JSON.stringify(data);if(first){first=false;stream.queue(op+json)}else stream.queue(sep+json)},function(data){if(!anyData)stream.queue(op);stream.queue(cl);stream.queue(null)});return stream};exports.stringifyObject=function(op,sep,cl){if(op===false){op="";sep="\n";cl=""}else if(op==null){op="{\n";sep="\n,\n";cl="\n}\n"}var stream=new Stream,first=true,anyData=false;stream=through(function(data){anyData=true;var json=JSON.stringify(data[0])+":"+JSON.stringify(data[1]);if(first){first=false;stream.queue(op+json)}else stream.queue(sep+json)},function(data){if(!anyData)stream.queue(op);stream.queue(cl);stream.queue(null)});return stream}},{__browserify_Buffer:36,__browserify_process:37,jsonparse:4,stream:15,through:5}],4:[function(require,module,exports){var Buffer=require("__browserify_Buffer").Buffer;var C={};var LEFT_BRACE=C.LEFT_BRACE=1;var RIGHT_BRACE=C.RIGHT_BRACE=2;var LEFT_BRACKET=C.LEFT_BRACKET=3;var RIGHT_BRACKET=C.RIGHT_BRACKET=4;var COLON=C.COLON=5;var COMMA=C.COMMA=6;var TRUE=C.TRUE=7;var FALSE=C.FALSE=8;var NULL=C.NULL=9;var STRING=C.STRING=10;var NUMBER=C.NUMBER=11;var START=C.START=17;var TRUE1=C.TRUE1=33;var TRUE2=C.TRUE2=34;var TRUE3=C.TRUE3=35;var FALSE1=C.FALSE1=49;var FALSE2=C.FALSE2=50;var FALSE3=C.FALSE3=51;var FALSE4=C.FALSE4=52;var NULL1=C.NULL1=65;var NULL2=C.NULL3=66;var NULL3=C.NULL2=67;var NUMBER1=C.NUMBER1=81;var NUMBER2=C.NUMBER2=82;var NUMBER3=C.NUMBER3=83;var NUMBER4=C.NUMBER4=84;var NUMBER5=C.NUMBER5=85;var NUMBER6=C.NUMBER6=86;var NUMBER7=C.NUMBER7=87;var NUMBER8=C.NUMBER8=88;var STRING1=C.STRING1=97;var STRING2=C.STRING2=98;var STRING3=C.STRING3=99;var STRING4=C.STRING4=100;var STRING5=C.STRING5=101;var STRING6=C.STRING6=102;var VALUE=C.VALUE=113;var KEY=C.KEY=114;var OBJECT=C.OBJECT=129;var ARRAY=C.ARRAY=130;function toknam(code){var keys=Object.keys(C);for(var i=0,l=keys.length;i<l;i++){var key=keys[i];if(C[key]===code){return key}}return code&&"0x"+code.toString(16)}function Parser(){this.tState=START;this.value=undefined;this.string=undefined;this.unicode=undefined;this.negative=undefined;this.magnatude=undefined;this.position=undefined;this.exponent=undefined;this.negativeExponent=undefined;this.key=undefined;this.mode=undefined;this.stack=[];this.state=VALUE;this.bytes_remaining=0;this.bytes_in_sequence=0;this.temp_buffs={2:new Buffer(2),3:new Buffer(3),4:new Buffer(4)}}var proto=Parser.prototype;proto.charError=function(buffer,i){this.onError(new Error("Unexpected "+JSON.stringify(String.fromCharCode(buffer[i]))+" at position "+i+" in state "+toknam(this.tState)))};proto.onError=function(err){throw err};proto.write=function(buffer){if(typeof buffer==="string")buffer=new Buffer(buffer);var n;for(var i=0,l=buffer.length;i<l;i++){if(this.tState===START){n=buffer[i];if(n===123){this.onToken(LEFT_BRACE,"{")}else if(n===125){this.onToken(RIGHT_BRACE,"}")}else if(n===91){this.onToken(LEFT_BRACKET,"[")}else if(n===93){this.onToken(RIGHT_BRACKET,"]")}else if(n===58){this.onToken(COLON,":")}else if(n===44){this.onToken(COMMA,",")}else if(n===116){this.tState=TRUE1}else if(n===102){this.tState=FALSE1}else if(n===110){this.tState=NULL1}else if(n===34){this.string="";this.tState=STRING1}else if(n===45){this.negative=true;this.tState=NUMBER1}else if(n===48){this.magnatude=0;this.tState=NUMBER2}else{if(n>48&&n<64){this.magnatude=n-48;this.tState=NUMBER3}else if(n===32||n===9||n===10||n===13){}else{this.charError(buffer,i)}}}else if(this.tState===STRING1){n=buffer[i];if(this.bytes_remaining>0){for(var j=0;j<this.bytes_remaining;j++){this.temp_buffs[this.bytes_in_sequence][this.bytes_in_sequence-this.bytes_remaining+j]=buffer[j]}this.string+=this.temp_buffs[this.bytes_in_sequence].toString();this.bytes_in_sequence=this.bytes_remaining=0;i=i+j-1}else if(this.bytes_remaining===0&&n>=128){if(n>=194&&n<=223)this.bytes_in_sequence=2;if(n>=224&&n<=239)this.bytes_in_sequence=3;if(n>=240&&n<=244)this.bytes_in_sequence=4;if(this.bytes_in_sequence+i>buffer.length){for(var k=0;k<=buffer.length-1-i;k++){this.temp_buffs[this.bytes_in_sequence][k]=buffer[i+k]}this.bytes_remaining=i+this.bytes_in_sequence-buffer.length;i=buffer.length-1}else{this.string+=buffer.slice(i,i+this.bytes_in_sequence).toString();i=i+this.bytes_in_sequence-1}}else if(n===34){this.tState=START;this.onToken(STRING,this.string);this.string=undefined}else if(n===92){this.tState=STRING2}else if(n>=32){this.string+=String.fromCharCode(n)}else{this.charError(buffer,i)}}else if(this.tState===STRING2){n=buffer[i];if(n===34){this.string+='"';this.tState=STRING1}else if(n===92){this.string+="\\";this.tState=STRING1}else if(n===47){this.string+="/";this.tState=STRING1}else if(n===98){this.string+="\b";this.tState=STRING1}else if(n===102){this.string+="\f";this.tState=STRING1}else if(n===110){this.string+="\n";this.tState=STRING1}else if(n===114){this.string+="\r";this.tState=STRING1}else if(n===116){this.string+=" ";this.tState=STRING1}else if(n===117){this.unicode="";this.tState=STRING3}else{this.charError(buffer,i)}}else if(this.tState===STRING3||this.tState===STRING4||this.tState===STRING5||this.tState===STRING6){n=buffer[i];if(n>=48&&n<64||n>64&&n<=70||n>96&&n<=102){this.unicode+=String.fromCharCode(n);if(this.tState++===STRING6){this.string+=String.fromCharCode(parseInt(this.unicode,16));this.unicode=undefined;this.tState=STRING1}}else{this.charError(buffer,i)}}else if(this.tState===NUMBER1){n=buffer[i];if(n===48){this.magnatude=0;this.tState=NUMBER2}else if(n>48&&n<64){this.magnatude=n-48;this.tState=NUMBER3}else{this.charError(buffer,i)}}else if(this.tState===NUMBER2){n=buffer[i];if(n===46){this.position=.1;this.tState=NUMBER4}else if(n===101||n===69){this.exponent=0;this.tState=NUMBER6}else{this.tState=START;this.onToken(NUMBER,0);this.magnatude=undefined;this.negative=undefined;i--}}else if(this.tState===NUMBER3){n=buffer[i];if(n===46){this.position=.1;this.tState=NUMBER4}else if(n===101||n===69){this.exponent=0;this.tState=NUMBER6}else{if(n>=48&&n<64){this.magnatude=this.magnatude*10+n-48}else{this.tState=START;if(this.negative){this.magnatude=-this.magnatude;this.negative=undefined}this.onToken(NUMBER,this.magnatude);this.magnatude=undefined;i--}}}else if(this.tState===NUMBER4){n=buffer[i];if(n>=48&&n<64){this.magnatude+=this.position*(n-48);this.position/=10;this.tState=NUMBER5}else{this.charError(buffer,i)}}else if(this.tState===NUMBER5){n=buffer[i];if(n>=48&&n<64){this.magnatude+=this.position*(n-48);this.position/=10}else if(n===101||n===69){this.exponent=0;this.tState=NUMBER6}else{this.tState=START;if(this.negative){this.magnatude=-this.magnatude;this.negative=undefined}this.onToken(NUMBER,this.negative?-this.magnatude:this.magnatude);this.magnatude=undefined;this.position=undefined;i--}}else if(this.tState===NUMBER6){n=buffer[i];if(n===43||n===45){if(n===45){this.negativeExponent=true}this.tState=NUMBER7}else if(n>=48&&n<64){this.exponent=this.exponent*10+(n-48);this.tState=NUMBER8}else{this.charError(buffer,i)}}else if(this.tState===NUMBER7){n=buffer[i];if(n>=48&&n<64){this.exponent=this.exponent*10+(n-48);this.tState=NUMBER8}else{this.charError(buffer,i)}}else if(this.tState===NUMBER8){n=buffer[i];if(n>=48&&n<64){this.exponent=this.exponent*10+(n-48)}else{if(this.negativeExponent){this.exponent=-this.exponent;this.negativeExponent=undefined}this.magnatude*=Math.pow(10,this.exponent);this.exponent=undefined;if(this.negative){this.magnatude=-this.magnatude;this.negative=undefined}this.tState=START;this.onToken(NUMBER,this.magnatude);this.magnatude=undefined;i--}}else if(this.tState===TRUE1){if(buffer[i]===114){this.tState=TRUE2}else{this.charError(buffer,i)}}else if(this.tState===TRUE2){if(buffer[i]===117){this.tState=TRUE3}else{this.charError(buffer,i)}}else if(this.tState===TRUE3){if(buffer[i]===101){this.tState=START;this.onToken(TRUE,true)}else{this.charError(buffer,i)}}else if(this.tState===FALSE1){if(buffer[i]===97){this.tState=FALSE2}else{this.charError(buffer,i)}}else if(this.tState===FALSE2){if(buffer[i]===108){this.tState=FALSE3}else{this.charError(buffer,i)}}else if(this.tState===FALSE3){if(buffer[i]===115){this.tState=FALSE4}else{this.charError(buffer,i)}}else if(this.tState===FALSE4){if(buffer[i]===101){this.tState=START;this.onToken(FALSE,false)}else{this.charError(buffer,i)}}else if(this.tState===NULL1){if(buffer[i]===117){this.tState=NULL2}else{this.charError(buffer,i)}}else if(this.tState===NULL2){if(buffer[i]===108){this.tState=NULL3}else{this.charError(buffer,i)}}else if(this.tState===NULL3){if(buffer[i]===108){this.tState=START;this.onToken(NULL,null)}else{this.charError(buffer,i)}}}};proto.onToken=function(token,value){};proto.parseError=function(token,value){this.onError(new Error("Unexpected "+toknam(token)+(value?"("+JSON.stringify(value)+")":"")+" in state "+toknam(this.state)))};proto.onError=function(err){throw err};proto.push=function(){this.stack.push({value:this.value,key:this.key,mode:this.mode})};proto.pop=function(){var value=this.value;var parent=this.stack.pop();this.value=parent.value;this.key=parent.key;this.mode=parent.mode;this.emit(value);if(!this.mode){this.state=VALUE}};proto.emit=function(value){if(this.mode){this.state=COMMA}this.onValue(value)};proto.onValue=function(value){};proto.onToken=function(token,value){if(this.state===VALUE){if(token===STRING||token===NUMBER||token===TRUE||token===FALSE||token===NULL){if(this.value){this.value[this.key]=value}this.emit(value)}else if(token===LEFT_BRACE){this.push();if(this.value){this.value=this.value[this.key]={}}else{this.value={}}this.key=undefined;this.state=KEY;this.mode=OBJECT}else if(token===LEFT_BRACKET){this.push();if(this.value){this.value=this.value[this.key]=[]}else{this.value=[]}this.key=0;this.mode=ARRAY;this.state=VALUE}else if(token===RIGHT_BRACE){if(this.mode===OBJECT){this.pop()}else{this.parseError(token,value)}}else if(token===RIGHT_BRACKET){if(this.mode===ARRAY){this.pop()}else{this.parseError(token,value)}}else{this.parseError(token,value)}}else if(this.state===KEY){if(token===STRING){this.key=value;this.state=COLON}else if(token===RIGHT_BRACE){this.pop()}else{this.parseError(token,value)}}else if(this.state===COLON){if(token===COLON){this.state=VALUE}else{this.parseError(token,value)}}else if(this.state===COMMA){if(token===COMMA){if(this.mode===ARRAY){this.key++;this.state=VALUE}else if(this.mode===OBJECT){this.state=KEY}}else if(token===RIGHT_BRACKET&&this.mode===ARRAY||token===RIGHT_BRACE&&this.mode===OBJECT){this.pop()}else{this.parseError(token,value)}}else{this.parseError(token,value)}};module.exports=Parser},{__browserify_Buffer:36}],5:[function(require,module,exports){var process=require("__browserify_process");var Stream=require("stream");exports=module.exports=through;through.through=through;function through(write,end){write=write||function(data){this.queue(data)};end=end||function(){this.queue(null)};var ended=false,destroyed=false,buffer=[];var stream=new Stream;stream.readable=stream.writable=true;stream.paused=false;stream.write=function(data){write.call(this,data);return!stream.paused};function drain(){while(buffer.length&&!stream.paused){var data=buffer.shift();if(null===data)return stream.emit("end");else stream.emit("data",data)}}stream.queue=stream.push=function(data){buffer.push(data);drain();return stream};stream.on("end",function(){stream.readable=false;if(!stream.writable)process.nextTick(function(){stream.destroy()})});function _end(){stream.writable=false;end.call(stream);if(!stream.readable)stream.destroy()}stream.end=function(data){if(ended)return;ended=true;if(arguments.length)stream.write(data);_end();return stream};stream.destroy=function(){if(destroyed)return;destroyed=true;ended=true;buffer.length=0;stream.writable=stream.readable=false;stream.emit("close");return stream};stream.pause=function(){if(stream.paused)return;stream.paused=true;stream.emit("pause");return stream};stream.resume=function(){if(stream.paused){stream.paused=false}drain();if(!stream.paused)stream.emit("drain");return stream};return stream}},{__browserify_process:37,stream:15}],6:[function(require,module,exports){var process=require("__browserify_process"),Buffer=require("__browserify_Buffer").Buffer;var url=require("url");var http=require("http");var https=require("https");var through=require("through");var duplexer=require("duplexer");module.exports=hyperquest;function bind(obj,fn){var args=Array.prototype.slice.call(arguments,2);return function(){var argv=args.concat(Array.prototype.slice.call(arguments));return fn.apply(obj,argv)}}function hyperquest(uri,opts,cb,extra){if(typeof uri==="object"){cb=opts;opts=uri;uri=undefined}if(typeof opts==="function"){cb=opts;opts=undefined}if(!opts)opts={};if(uri!==undefined)opts.uri=uri;if(extra)opts.method=extra.method;var req=new Req(opts);var ws=req.duplex&&through();if(ws)ws.pause();var rs=through();var dup=req.duplex?duplexer(ws,rs):rs;if(!req.duplex){rs.writable=false}dup.request=req;dup.setHeader=bind(req,req.setHeader);dup.setLocation=bind(req,req.setLocation);var closed=false;dup.on("close",function(){closed=true});process.nextTick(function(){if(closed)return;dup.on("close",function(){r.destroy()});var r=req._send();r.on("error",bind(dup,dup.emit,"error"));r.on("response",function(res){dup.response=res;dup.emit("response",res);if(req.duplex)res.pipe(rs);else{res.on("data",function(buf){rs.queue(buf)});res.on("end",function(){rs.queue(null)})}});if(req.duplex){ws.pipe(r);ws.resume()}else r.end()});if(cb){dup.on("error",cb);dup.on("response",bind(dup,cb,null))}return dup}hyperquest.get=hyperquest;hyperquest.post=function(uri,opts,cb){return hyperquest(uri,opts,cb,{method:"POST"})};hyperquest.put=function(uri,opts,cb){return hyperquest(uri,opts,cb,{method:"PUT"})};hyperquest["delete"]=function(uri,opts,cb){return hyperquest(uri,opts,cb,{method:"DELETE"})};function Req(opts){this.headers=opts.headers||{};var method=(opts.method||"GET").toUpperCase();this.method=method;this.duplex=!(method==="GET"||method==="DELETE"||method==="HEAD");this.auth=opts.auth;if(opts.uri)this.setLocation(opts.uri)}Req.prototype._send=function(){this._sent=true;var headers=this.headers||{};var u=url.parse(this.uri);var au=u.auth||this.auth;if(au){headers.authorization="Basic "+Buffer(au).toString("base64")}var protocol=u.protocol||"";var iface=protocol==="https:"?https:http;var req=iface.request({scheme:protocol.replace(/:$/,""),method:this.method,host:u.hostname,port:Number(u.port),path:u.path,agent:false,headers:headers});if(req.setTimeout)req.setTimeout(Math.pow(2,32)*1e3);return req};Req.prototype.setHeader=function(key,value){if(this._sent)throw new Error("request already sent");this.headers[key]=value;return this};Req.prototype.setLocation=function(uri){this.uri=uri;return this}},{__browserify_Buffer:36,__browserify_process:37,duplexer:7,http:18,https:13,through:8,url:16}],7:[function(require,module,exports){var Stream=require("stream");var writeMethods=["write","end","destroy"];var readMethods=["resume","pause"];var readEvents=["data","close"];var slice=Array.prototype.slice;module.exports=duplex;function forEach(arr,fn){if(arr.forEach){return arr.forEach(fn)}for(var i=0;i<arr.length;i++){fn(arr[i],i)}}function duplex(writer,reader){var stream=new Stream;var ended=false;forEach(writeMethods,proxyWriter);forEach(readMethods,proxyReader);forEach(readEvents,proxyStream);reader.on("end",handleEnd);writer.on("drain",function(){stream.emit("drain")});writer.on("error",reemit);reader.on("error",reemit);stream.writable=writer.writable;stream.readable=reader.readable;return stream;function proxyWriter(methodName){stream[methodName]=method;function method(){return writer[methodName].apply(writer,arguments)}}function proxyReader(methodName){stream[methodName]=method;function method(){stream.emit(methodName);var func=reader[methodName];if(func){return func.apply(reader,arguments)}reader.emit(methodName)}}function proxyStream(methodName){reader.on(methodName,reemit);function reemit(){var args=slice.call(arguments);args.unshift(methodName);stream.emit.apply(stream,args)}}function handleEnd(){if(ended){return}ended=true;var args=slice.call(arguments);args.unshift("end");stream.emit.apply(stream,args)}function reemit(err){stream.emit("error",err)}}},{stream:15}],8:[function(require,module,exports){module.exports=require(5)},{__browserify_process:37,stream:15}],9:[function(require,module,exports){var process=require("__browserify_process");var Stream=require("stream");exports=module.exports=through;through.through=through;function through(write,end,opts){write=write||function(data){this.queue(data)};end=end||function(){this.queue(null)};var ended=false,destroyed=false,buffer=[],_ended=false;var stream=new Stream;stream.readable=stream.writable=true;stream.paused=false;stream.autoDestroy=!(opts&&opts.autoDestroy===false);stream.write=function(data){write.call(this,data);return!stream.paused};function drain(){while(buffer.length&&!stream.paused){var data=buffer.shift();if(null===data)return stream.emit("end");else stream.emit("data",data)}}stream.queue=stream.push=function(data){if(_ended)return stream;if(data==null)_ended=true;buffer.push(data);drain();return stream};stream.on("end",function(){stream.readable=false;if(!stream.writable&&stream.autoDestroy)process.nextTick(function(){stream.destroy()})});function _end(){stream.writable=false;end.call(stream);if(!stream.readable&&stream.autoDestroy)stream.destroy()}stream.end=function(data){if(ended)return;ended=true;if(arguments.length)stream.write(data);_end();return stream};stream.destroy=function(){if(destroyed)return;destroyed=true;ended=true;buffer.length=0;stream.writable=stream.readable=false;stream.emit("close");return stream};stream.pause=function(){if(stream.paused)return;stream.paused=true;return stream};stream.resume=function(){if(stream.paused){stream.paused=false;stream.emit("resume")}drain();if(!stream.paused)stream.emit("drain");return stream};return stream}},{__browserify_process:37,stream:15}],10:[function(require,module,exports){!function(t,e,i){var n=t.L,o={};o.version="0.6.4","object"==typeof module&&"object"==typeof module.exports?module.exports=o:"function"==typeof define&&define.amd&&define(o),o.noConflict=function(){return t.L=n,this},t.L=o,o.Util={extend:function(t){var e,i,n,o,s=Array.prototype.slice.call(arguments,1);for(i=0,n=s.length;n>i;i++){o=s[i]||{};for(e in o)o.hasOwnProperty(e)&&(t[e]=o[e])}return t},bind:function(t,e){var i=arguments.length>2?Array.prototype.slice.call(arguments,2):null;return function(){return t.apply(e,i||arguments)}},stamp:function(){var t=0,e="_leaflet_id";return function(i){return i[e]=i[e]||++t,i[e]}}(),invokeEach:function(t,e,i){var n,o;if("object"==typeof t){o=Array.prototype.slice.call(arguments,3);for(n in t)e.apply(i,[n,t[n]].concat(o));return!0}return!1},limitExecByInterval:function(t,e,i){var n,o;return function s(){var a=arguments;return n?(o=!0,void 0):(n=!0,setTimeout(function(){n=!1,o&&(s.apply(i,a),o=!1)},e),t.apply(i,a),void 0)}},falseFn:function(){return!1},formatNum:function(t,e){var i=Math.pow(10,e||5);return Math.round(t*i)/i},trim:function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")},splitWords:function(t){return o.Util.trim(t).split(/\s+/)},setOptions:function(t,e){return t.options=o.extend({},t.options,e),t.options},getParamString:function(t,e,i){var n=[];for(var o in t)n.push(encodeURIComponent(i?o.toUpperCase():o)+"="+encodeURIComponent(t[o]));return(e&&-1!==e.indexOf("?")?"&":"?")+n.join("&")},template:function(t,e){return t.replace(/\{ *([\w_]+) *\}/g,function(t,n){var o=e[n];if(o===i)throw new Error("No value provided for variable "+t);return"function"==typeof o&&(o=o(e)),o})},isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},emptyImageUrl:"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="},function(){function e(e){var i,n,o=["webkit","moz","o","ms"];for(i=0;i<o.length&&!n;i++)n=t[o[i]+e];return n}function i(e){var i=+new Date,o=Math.max(0,16-(i-n));return n=i+o,t.setTimeout(e,o)}var n=0,s=t.requestAnimationFrame||e("RequestAnimationFrame")||i,a=t.cancelAnimationFrame||e("CancelAnimationFrame")||e("CancelRequestAnimationFrame")||function(e){t.clearTimeout(e)};o.Util.requestAnimFrame=function(e,n,a,r){return e=o.bind(e,n),a&&s===i?(e(),void 0):s.call(t,e,r)},o.Util.cancelAnimFrame=function(e){e&&a.call(t,e)}}(),o.extend=o.Util.extend,o.bind=o.Util.bind,o.stamp=o.Util.stamp,o.setOptions=o.Util.setOptions,o.Class=function(){},o.Class.extend=function(t){var e=function(){this.initialize&&this.initialize.apply(this,arguments),this._initHooks&&this.callInitHooks()},i=function(){};i.prototype=this.prototype;var n=new i;n.constructor=e,e.prototype=n;for(var s in this)this.hasOwnProperty(s)&&"prototype"!==s&&(e[s]=this[s]);t.statics&&(o.extend(e,t.statics),delete t.statics),t.includes&&(o.Util.extend.apply(null,[n].concat(t.includes)),delete t.includes),t.options&&n.options&&(t.options=o.extend({},n.options,t.options)),o.extend(n,t),n._initHooks=[];var a=this;return e.__super__=a.prototype,n.callInitHooks=function(){if(!this._initHooksCalled){a.prototype.callInitHooks&&a.prototype.callInitHooks.call(this),this._initHooksCalled=!0;for(var t=0,e=n._initHooks.length;e>t;t++)n._initHooks[t].call(this)}},e},o.Class.include=function(t){o.extend(this.prototype,t)},o.Class.mergeOptions=function(t){o.extend(this.prototype.options,t)},o.Class.addInitHook=function(t){var e=Array.prototype.slice.call(arguments,1),i="function"==typeof t?t:function(){this[t].apply(this,e)};this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(i)};var s="_leaflet_events";o.Mixin={},o.Mixin.Events={addEventListener:function(t,e,i){if(o.Util.invokeEach(t,this.addEventListener,this,e,i))return this;var n,a,r,h,l,u,c,d=this[s]=this[s]||{},p=i&&o.stamp(i);for(t=o.Util.splitWords(t),n=0,a=t.length;a>n;n++)r={action:e,context:i||this},h=t[n],i?(l=h+"_idx",u=l+"_len",c=d[l]=d[l]||{},c[p]||(c[p]=[],d[u]=(d[u]||0)+1),c[p].push(r)):(d[h]=d[h]||[],d[h].push(r));return this},hasEventListeners:function(t){var e=this[s];return!!e&&(t in e&&e[t].length>0||t+"_idx"in e&&e[t+"_idx_len"]>0)},removeEventListener:function(t,e,i){if(!this[s])return this;if(!t)return this.clearAllEventListeners();if(o.Util.invokeEach(t,this.removeEventListener,this,e,i))return this;var n,a,r,h,l,u,c,d,p,_=this[s],m=i&&o.stamp(i);for(t=o.Util.splitWords(t),n=0,a=t.length;a>n;n++)if(r=t[n],u=r+"_idx",c=u+"_len",d=_[u],e){if(h=i&&d?d[m]:_[r]){for(l=h.length-1;l>=0;l--)h[l].action!==e||i&&h[l].context!==i||(p=h.splice(l,1),p[0].action=o.Util.falseFn);i&&d&&0===h.length&&(delete d[m],_[c]--)}}else delete _[r],delete _[u];return this},clearAllEventListeners:function(){return delete this[s],this},fireEvent:function(t,e){if(!this.hasEventListeners(t))return this;var i,n,a,r,h,l=o.Util.extend({},e,{type:t,target:this}),u=this[s];if(u[t])for(i=u[t].slice(),n=0,a=i.length;a>n;n++)i[n].action.call(i[n].context||this,l);r=u[t+"_idx"];for(h in r)if(i=r[h].slice())for(n=0,a=i.length;a>n;n++)i[n].action.call(i[n].context||this,l);return this},addOneTimeEventListener:function(t,e,i){if(o.Util.invokeEach(t,this.addOneTimeEventListener,this,e,i))return this;var n=o.bind(function(){this.removeEventListener(t,e,i).removeEventListener(t,n,i)},this);return this.addEventListener(t,e,i).addEventListener(t,n,i)}},o.Mixin.Events.on=o.Mixin.Events.addEventListener,o.Mixin.Events.off=o.Mixin.Events.removeEventListener,o.Mixin.Events.once=o.Mixin.Events.addOneTimeEventListener,o.Mixin.Events.fire=o.Mixin.Events.fireEvent,function(){var n=!!t.ActiveXObject,s=n&&!t.XMLHttpRequest,a=n&&!e.querySelector,r=n&&!e.addEventListener,h=navigator.userAgent.toLowerCase(),l=-1!==h.indexOf("webkit"),u=-1!==h.indexOf("chrome"),c=-1!==h.indexOf("phantom"),d=-1!==h.indexOf("android"),p=-1!==h.search("android [23]"),_=typeof orientation!=i+"",m=t.navigator&&t.navigator.msPointerEnabled&&t.navigator.msMaxTouchPoints,f="devicePixelRatio"in t&&t.devicePixelRatio>1||"matchMedia"in t&&t.matchMedia("(min-resolution:144dpi)")&&t.matchMedia("(min-resolution:144dpi)").matches,g=e.documentElement,v=n&&"transition"in g.style,y="WebKitCSSMatrix"in t&&"m11"in new t.WebKitCSSMatrix,L="MozPerspective"in g.style,P="OTransition"in g.style,x=!t.L_DISABLE_3D&&(v||y||L||P)&&!c,w=!t.L_NO_TOUCH&&!c&&function(){var t="ontouchstart";if(m||t in g)return!0;var i=e.createElement("div"),n=!1;return i.setAttribute?(i.setAttribute(t,"return;"),"function"==typeof i[t]&&(n=!0),i.removeAttribute(t),i=null,n):!1}();o.Browser={ie:n,ie6:s,ie7:a,ielt9:r,webkit:l,android:d,android23:p,chrome:u,ie3d:v,webkit3d:y,gecko3d:L,opera3d:P,any3d:x,mobile:_,mobileWebkit:_&&l,mobileWebkit3d:_&&y,mobileOpera:_&&t.opera,touch:w,msTouch:m,retina:f}}(),o.Point=function(t,e,i){this.x=i?Math.round(t):t,this.y=i?Math.round(e):e},o.Point.prototype={clone:function(){return new o.Point(this.x,this.y)},add:function(t){return this.clone()._add(o.point(t))},_add:function(t){return this.x+=t.x,this.y+=t.y,this},subtract:function(t){return this.clone()._subtract(o.point(t))},_subtract:function(t){return this.x-=t.x,this.y-=t.y,this},divideBy:function(t){return this.clone()._divideBy(t)},_divideBy:function(t){return this.x/=t,this.y/=t,this},multiplyBy:function(t){return this.clone()._multiplyBy(t)},_multiplyBy:function(t){return this.x*=t,this.y*=t,this},round:function(){return this.clone()._round()},_round:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},floor:function(){return this.clone()._floor()},_floor:function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this},distanceTo:function(t){t=o.point(t);var e=t.x-this.x,i=t.y-this.y;return Math.sqrt(e*e+i*i)},equals:function(t){return t=o.point(t),t.x===this.x&&t.y===this.y},contains:function(t){return t=o.point(t),Math.abs(t.x)<=Math.abs(this.x)&&Math.abs(t.y)<=Math.abs(this.y)},toString:function(){return"Point("+o.Util.formatNum(this.x)+", "+o.Util.formatNum(this.y)+")"}},o.point=function(t,e,n){return t instanceof o.Point?t:o.Util.isArray(t)?new o.Point(t[0],t[1]):t===i||null===t?t:new o.Point(t,e,n)},o.Bounds=function(t,e){if(t)for(var i=e?[t,e]:t,n=0,o=i.length;o>n;n++)this.extend(i[n])},o.Bounds.prototype={extend:function(t){return t=o.point(t),this.min||this.max?(this.min.x=Math.min(t.x,this.min.x),this.max.x=Math.max(t.x,this.max.x),this.min.y=Math.min(t.y,this.min.y),this.max.y=Math.max(t.y,this.max.y)):(this.min=t.clone(),this.max=t.clone()),this},getCenter:function(t){return new o.Point((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,t)},getBottomLeft:function(){return new o.Point(this.min.x,this.max.y)},getTopRight:function(){return new o.Point(this.max.x,this.min.y)},getSize:function(){return this.max.subtract(this.min)},contains:function(t){var e,i;return t="number"==typeof t[0]||t instanceof o.Point?o.point(t):o.bounds(t),t instanceof o.Bounds?(e=t.min,i=t.max):e=i=t,e.x>=this.min.x&&i.x<=this.max.x&&e.y>=this.min.y&&i.y<=this.max.y},intersects:function(t){t=o.bounds(t);var e=this.min,i=this.max,n=t.min,s=t.max,a=s.x>=e.x&&n.x<=i.x,r=s.y>=e.y&&n.y<=i.y;return a&&r},isValid:function(){return!(!this.min||!this.max)}},o.bounds=function(t,e){return!t||t instanceof o.Bounds?t:new o.Bounds(t,e)},o.Transformation=function(t,e,i,n){this._a=t,this._b=e,this._c=i,this._d=n},o.Transformation.prototype={transform:function(t,e){return this._transform(t.clone(),e)},_transform:function(t,e){return e=e||1,t.x=e*(this._a*t.x+this._b),t.y=e*(this._c*t.y+this._d),t},untransform:function(t,e){return e=e||1,new o.Point((t.x/e-this._b)/this._a,(t.y/e-this._d)/this._c)}},o.DomUtil={get:function(t){return"string"==typeof t?e.getElementById(t):t},getStyle:function(t,i){var n=t.style[i];if(!n&&t.currentStyle&&(n=t.currentStyle[i]),(!n||"auto"===n)&&e.defaultView){var o=e.defaultView.getComputedStyle(t,null);n=o?o[i]:null}return"auto"===n?null:n},getViewportOffset:function(t){var i,n=0,s=0,a=t,r=e.body,h=e.documentElement,l=o.Browser.ie7;do{if(n+=a.offsetTop||0,s+=a.offsetLeft||0,n+=parseInt(o.DomUtil.getStyle(a,"borderTopWidth"),10)||0,s+=parseInt(o.DomUtil.getStyle(a,"borderLeftWidth"),10)||0,i=o.DomUtil.getStyle(a,"position"),a.offsetParent===r&&"absolute"===i)break;if("fixed"===i){n+=r.scrollTop||h.scrollTop||0,s+=r.scrollLeft||h.scrollLeft||0;break}if("relative"===i&&!a.offsetLeft){var u=o.DomUtil.getStyle(a,"width"),c=o.DomUtil.getStyle(a,"max-width"),d=a.getBoundingClientRect();("none"!==u||"none"!==c)&&(s+=d.left+a.clientLeft),n+=d.top+(r.scrollTop||h.scrollTop||0);break}a=a.offsetParent}while(a);a=t;do{if(a===r)break;n-=a.scrollTop||0,s-=a.scrollLeft||0,o.DomUtil.documentIsLtr()||!o.Browser.webkit&&!l||(s+=a.scrollWidth-a.clientWidth,l&&"hidden"!==o.DomUtil.getStyle(a,"overflow-y")&&"hidden"!==o.DomUtil.getStyle(a,"overflow")&&(s+=17)),a=a.parentNode}while(a);return new o.Point(s,n)
},documentIsLtr:function(){return o.DomUtil._docIsLtrCached||(o.DomUtil._docIsLtrCached=!0,o.DomUtil._docIsLtr="ltr"===o.DomUtil.getStyle(e.body,"direction")),o.DomUtil._docIsLtr},create:function(t,i,n){var o=e.createElement(t);return o.className=i,n&&n.appendChild(o),o},hasClass:function(t,e){return t.className.length>0&&new RegExp("(^|\\s)"+e+"(\\s|$)").test(t.className)},addClass:function(t,e){o.DomUtil.hasClass(t,e)||(t.className+=(t.className?" ":"")+e)},removeClass:function(t,e){t.className=o.Util.trim((" "+t.className+" ").replace(" "+e+" "," "))},setOpacity:function(t,e){if("opacity"in t.style)t.style.opacity=e;else if("filter"in t.style){var i=!1,n="DXImageTransform.Microsoft.Alpha";try{i=t.filters.item(n)}catch(o){if(1===e)return}e=Math.round(100*e),i?(i.Enabled=100!==e,i.Opacity=e):t.style.filter+=" progid:"+n+"(opacity="+e+")"}},testProp:function(t){for(var i=e.documentElement.style,n=0;n<t.length;n++)if(t[n]in i)return t[n];return!1},getTranslateString:function(t){var e=o.Browser.webkit3d,i="translate"+(e?"3d":"")+"(",n=(e?",0":"")+")";return i+t.x+"px,"+t.y+"px"+n},getScaleString:function(t,e){var i=o.DomUtil.getTranslateString(e.add(e.multiplyBy(-1*t))),n=" scale("+t+") ";return i+n},setPosition:function(t,e,i){t._leaflet_pos=e,!i&&o.Browser.any3d?(t.style[o.DomUtil.TRANSFORM]=o.DomUtil.getTranslateString(e),o.Browser.mobileWebkit3d&&(t.style.WebkitBackfaceVisibility="hidden")):(t.style.left=e.x+"px",t.style.top=e.y+"px")},getPosition:function(t){return t._leaflet_pos}},o.DomUtil.TRANSFORM=o.DomUtil.testProp(["transform","WebkitTransform","OTransform","MozTransform","msTransform"]),o.DomUtil.TRANSITION=o.DomUtil.testProp(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),o.DomUtil.TRANSITION_END="webkitTransition"===o.DomUtil.TRANSITION||"OTransition"===o.DomUtil.TRANSITION?o.DomUtil.TRANSITION+"End":"transitionend",function(){var i=o.DomUtil.testProp(["userSelect","WebkitUserSelect","OUserSelect","MozUserSelect","msUserSelect"]);o.extend(o.DomUtil,{disableTextSelection:function(){if(o.DomEvent.on(t,"selectstart",o.DomEvent.preventDefault),i){var n=e.documentElement.style;this._userSelect=n[i],n[i]="none"}},enableTextSelection:function(){o.DomEvent.off(t,"selectstart",o.DomEvent.preventDefault),i&&(e.documentElement.style[i]=this._userSelect,delete this._userSelect)},disableImageDrag:function(){o.DomEvent.on(t,"dragstart",o.DomEvent.preventDefault)},enableImageDrag:function(){o.DomEvent.off(t,"dragstart",o.DomEvent.preventDefault)}})}(),o.LatLng=function(t,e){var i=parseFloat(t),n=parseFloat(e);if(isNaN(i)||isNaN(n))throw new Error("Invalid LatLng object: ("+t+", "+e+")");this.lat=i,this.lng=n},o.extend(o.LatLng,{DEG_TO_RAD:Math.PI/180,RAD_TO_DEG:180/Math.PI,MAX_MARGIN:1e-9}),o.LatLng.prototype={equals:function(t){if(!t)return!1;t=o.latLng(t);var e=Math.max(Math.abs(this.lat-t.lat),Math.abs(this.lng-t.lng));return e<=o.LatLng.MAX_MARGIN},toString:function(t){return"LatLng("+o.Util.formatNum(this.lat,t)+", "+o.Util.formatNum(this.lng,t)+")"},distanceTo:function(t){t=o.latLng(t);var e=6378137,i=o.LatLng.DEG_TO_RAD,n=(t.lat-this.lat)*i,s=(t.lng-this.lng)*i,a=this.lat*i,r=t.lat*i,h=Math.sin(n/2),l=Math.sin(s/2),u=h*h+l*l*Math.cos(a)*Math.cos(r);return 2*e*Math.atan2(Math.sqrt(u),Math.sqrt(1-u))},wrap:function(t,e){var i=this.lng;return t=t||-180,e=e||180,i=(i+e)%(e-t)+(t>i||i===e?e:t),new o.LatLng(this.lat,i)}},o.latLng=function(t,e){return t instanceof o.LatLng?t:o.Util.isArray(t)?new o.LatLng(t[0],t[1]):t===i||null===t?t:"object"==typeof t&&"lat"in t?new o.LatLng(t.lat,"lng"in t?t.lng:t.lon):new o.LatLng(t,e)},o.LatLngBounds=function(t,e){if(t)for(var i=e?[t,e]:t,n=0,o=i.length;o>n;n++)this.extend(i[n])},o.LatLngBounds.prototype={extend:function(t){return t?(t="number"==typeof t[0]||"string"==typeof t[0]||t instanceof o.LatLng?o.latLng(t):o.latLngBounds(t),t instanceof o.LatLng?this._southWest||this._northEast?(this._southWest.lat=Math.min(t.lat,this._southWest.lat),this._southWest.lng=Math.min(t.lng,this._southWest.lng),this._northEast.lat=Math.max(t.lat,this._northEast.lat),this._northEast.lng=Math.max(t.lng,this._northEast.lng)):(this._southWest=new o.LatLng(t.lat,t.lng),this._northEast=new o.LatLng(t.lat,t.lng)):t instanceof o.LatLngBounds&&(this.extend(t._southWest),this.extend(t._northEast)),this):this},pad:function(t){var e=this._southWest,i=this._northEast,n=Math.abs(e.lat-i.lat)*t,s=Math.abs(e.lng-i.lng)*t;return new o.LatLngBounds(new o.LatLng(e.lat-n,e.lng-s),new o.LatLng(i.lat+n,i.lng+s))},getCenter:function(){return new o.LatLng((this._southWest.lat+this._northEast.lat)/2,(this._southWest.lng+this._northEast.lng)/2)},getSouthWest:function(){return this._southWest},getNorthEast:function(){return this._northEast},getNorthWest:function(){return new o.LatLng(this.getNorth(),this.getWest())},getSouthEast:function(){return new o.LatLng(this.getSouth(),this.getEast())},getWest:function(){return this._southWest.lng},getSouth:function(){return this._southWest.lat},getEast:function(){return this._northEast.lng},getNorth:function(){return this._northEast.lat},contains:function(t){t="number"==typeof t[0]||t instanceof o.LatLng?o.latLng(t):o.latLngBounds(t);var e,i,n=this._southWest,s=this._northEast;return t instanceof o.LatLngBounds?(e=t.getSouthWest(),i=t.getNorthEast()):e=i=t,e.lat>=n.lat&&i.lat<=s.lat&&e.lng>=n.lng&&i.lng<=s.lng},intersects:function(t){t=o.latLngBounds(t);var e=this._southWest,i=this._northEast,n=t.getSouthWest(),s=t.getNorthEast(),a=s.lat>=e.lat&&n.lat<=i.lat,r=s.lng>=e.lng&&n.lng<=i.lng;return a&&r},toBBoxString:function(){return[this.getWest(),this.getSouth(),this.getEast(),this.getNorth()].join(",")},equals:function(t){return t?(t=o.latLngBounds(t),this._southWest.equals(t.getSouthWest())&&this._northEast.equals(t.getNorthEast())):!1},isValid:function(){return!(!this._southWest||!this._northEast)}},o.latLngBounds=function(t,e){return!t||t instanceof o.LatLngBounds?t:new o.LatLngBounds(t,e)},o.Projection={},o.Projection.SphericalMercator={MAX_LATITUDE:85.0511287798,project:function(t){var e=o.LatLng.DEG_TO_RAD,i=this.MAX_LATITUDE,n=Math.max(Math.min(i,t.lat),-i),s=t.lng*e,a=n*e;return a=Math.log(Math.tan(Math.PI/4+a/2)),new o.Point(s,a)},unproject:function(t){var e=o.LatLng.RAD_TO_DEG,i=t.x*e,n=(2*Math.atan(Math.exp(t.y))-Math.PI/2)*e;return new o.LatLng(n,i)}},o.Projection.LonLat={project:function(t){return new o.Point(t.lng,t.lat)},unproject:function(t){return new o.LatLng(t.y,t.x)}},o.CRS={latLngToPoint:function(t,e){var i=this.projection.project(t),n=this.scale(e);return this.transformation._transform(i,n)},pointToLatLng:function(t,e){var i=this.scale(e),n=this.transformation.untransform(t,i);return this.projection.unproject(n)},project:function(t){return this.projection.project(t)},scale:function(t){return 256*Math.pow(2,t)}},o.CRS.Simple=o.extend({},o.CRS,{projection:o.Projection.LonLat,transformation:new o.Transformation(1,0,-1,0),scale:function(t){return Math.pow(2,t)}}),o.CRS.EPSG3857=o.extend({},o.CRS,{code:"EPSG:3857",projection:o.Projection.SphericalMercator,transformation:new o.Transformation(.5/Math.PI,.5,-.5/Math.PI,.5),project:function(t){var e=this.projection.project(t),i=6378137;return e.multiplyBy(i)}}),o.CRS.EPSG900913=o.extend({},o.CRS.EPSG3857,{code:"EPSG:900913"}),o.CRS.EPSG4326=o.extend({},o.CRS,{code:"EPSG:4326",projection:o.Projection.LonLat,transformation:new o.Transformation(1/360,.5,-1/360,.5)}),o.Map=o.Class.extend({includes:o.Mixin.Events,options:{crs:o.CRS.EPSG3857,fadeAnimation:o.DomUtil.TRANSITION&&!o.Browser.android23,trackResize:!0,markerZoomAnimation:o.DomUtil.TRANSITION&&o.Browser.any3d},initialize:function(t,e){e=o.setOptions(this,e),this._initContainer(t),this._initLayout(),this._initEvents(),e.maxBounds&&this.setMaxBounds(e.maxBounds),e.center&&e.zoom!==i&&this.setView(o.latLng(e.center),e.zoom,{reset:!0}),this._handlers=[],this._layers={},this._zoomBoundLayers={},this._tileLayersNum=0,this.callInitHooks(),this._addLayers(e.layers)},setView:function(t,e){return this._resetView(o.latLng(t),this._limitZoom(e)),this},setZoom:function(t,e){return this.setView(this.getCenter(),t,{zoom:e})},zoomIn:function(t,e){return this.setZoom(this._zoom+(t||1),e)},zoomOut:function(t,e){return this.setZoom(this._zoom-(t||1),e)},setZoomAround:function(t,e,i){var n=this.getZoomScale(e),s=this.getSize().divideBy(2),a=t instanceof o.Point?t:this.latLngToContainerPoint(t),r=a.subtract(s).multiplyBy(1-1/n),h=this.containerPointToLatLng(s.add(r));return this.setView(h,e,{zoom:i})},fitBounds:function(t,e){e=e||{},t=t.getBounds?t.getBounds():o.latLngBounds(t);var i=o.point(e.paddingTopLeft||e.padding||[0,0]),n=o.point(e.paddingBottomRight||e.padding||[0,0]),s=this.getBoundsZoom(t,!1,i.add(n)),a=n.subtract(i).divideBy(2),r=this.project(t.getSouthWest(),s),h=this.project(t.getNorthEast(),s),l=this.unproject(r.add(h).divideBy(2).add(a),s);return this.setView(l,s,e)},fitWorld:function(t){return this.fitBounds([[-90,-180],[90,180]],t)},panTo:function(t,e){return this.setView(t,this._zoom,{pan:e})},panBy:function(t){return this.fire("movestart"),this._rawPanBy(o.point(t)),this.fire("move"),this.fire("moveend")},setMaxBounds:function(t,e){if(t=o.latLngBounds(t),this.options.maxBounds=t,!t)return this._boundsMinZoom=null,this.off("moveend",this._panInsideMaxBounds,this),this;var i=this.getBoundsZoom(t,!0);return this._boundsMinZoom=i,this._loaded&&(this._zoom<i?this.setView(t.getCenter(),i,e):this.panInsideBounds(t)),this.on("moveend",this._panInsideMaxBounds,this),this},panInsideBounds:function(t){t=o.latLngBounds(t);var e=this.getPixelBounds(),i=e.getBottomLeft(),n=e.getTopRight(),s=this.project(t.getSouthWest()),a=this.project(t.getNorthEast()),r=0,h=0;return n.y<a.y&&(h=Math.ceil(a.y-n.y)),n.x>a.x&&(r=Math.floor(a.x-n.x)),i.y>s.y&&(h=Math.floor(s.y-i.y)),i.x<s.x&&(r=Math.ceil(s.x-i.x)),r||h?this.panBy([r,h]):this},addLayer:function(t){var e=o.stamp(t);return this._layers[e]?this:(this._layers[e]=t,!t.options||isNaN(t.options.maxZoom)&&isNaN(t.options.minZoom)||(this._zoomBoundLayers[e]=t,this._updateZoomLevels()),this.options.zoomAnimation&&o.TileLayer&&t instanceof o.TileLayer&&(this._tileLayersNum++,this._tileLayersToLoad++,t.on("load",this._onTileLayerLoad,this)),this._loaded&&this._layerAdd(t),this)},removeLayer:function(t){var e=o.stamp(t);if(this._layers[e])return this._loaded&&t.onRemove(this),delete this._layers[e],this._loaded&&this.fire("layerremove",{layer:t}),this._zoomBoundLayers[e]&&(delete this._zoomBoundLayers[e],this._updateZoomLevels()),this.options.zoomAnimation&&o.TileLayer&&t instanceof o.TileLayer&&(this._tileLayersNum--,this._tileLayersToLoad--,t.off("load",this._onTileLayerLoad,this)),this},hasLayer:function(t){return t?o.stamp(t)in this._layers:!1},eachLayer:function(t,e){for(var i in this._layers)t.call(e,this._layers[i]);return this},invalidateSize:function(t){t=o.extend({animate:!1,pan:!0},t===!0?{animate:!0}:t);var e=this.getSize();if(this._sizeChanged=!0,this.options.maxBounds&&this.setMaxBounds(this.options.maxBounds),!this._loaded)return this;var i=this.getSize(),n=e.subtract(i).divideBy(2).round();return n.x||n.y?(t.animate&&t.pan?this.panBy(n):(t.pan&&this._rawPanBy(n),this.fire("move"),clearTimeout(this._sizeTimer),this._sizeTimer=setTimeout(o.bind(this.fire,this,"moveend"),200)),this.fire("resize",{oldSize:e,newSize:i})):this},addHandler:function(t,e){if(e){var i=this[t]=new e(this);return this._handlers.push(i),this.options[t]&&i.enable(),this}},remove:function(){return this._loaded&&this.fire("unload"),this._initEvents("off"),delete this._container._leaflet,this._clearPanes(),this._clearControlPos&&this._clearControlPos(),this._clearHandlers(),this},getCenter:function(){return this._checkIfLoaded(),this._moved()?this.layerPointToLatLng(this._getCenterLayerPoint()):this._initialCenter},getZoom:function(){return this._zoom},getBounds:function(){var t=this.getPixelBounds(),e=this.unproject(t.getBottomLeft()),i=this.unproject(t.getTopRight());return new o.LatLngBounds(e,i)},getMinZoom:function(){var t=this._layersMinZoom===i?0:this._layersMinZoom,e=this._boundsMinZoom===i?0:this._boundsMinZoom;return this.options.minZoom===i?Math.max(t,e):this.options.minZoom},getMaxZoom:function(){return this.options.maxZoom===i?this._layersMaxZoom===i?1/0:this._layersMaxZoom:this.options.maxZoom},getBoundsZoom:function(t,e,i){t=o.latLngBounds(t);var n,s=this.getMinZoom()-(e?1:0),a=this.getMaxZoom(),r=this.getSize(),h=t.getNorthWest(),l=t.getSouthEast(),u=!0;i=o.point(i||[0,0]);do s++,n=this.project(l,s).subtract(this.project(h,s)).add(i),u=e?n.x<r.x||n.y<r.y:r.contains(n);while(u&&a>=s);return u&&e?null:e?s:s-1},getSize:function(){return(!this._size||this._sizeChanged)&&(this._size=new o.Point(this._container.clientWidth,this._container.clientHeight),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(){var t=this._getTopLeftPoint();return new o.Bounds(t,t.add(this.getSize()))},getPixelOrigin:function(){return this._checkIfLoaded(),this._initialTopLeftPoint},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(t){var e=this.options.crs;return e.scale(t)/e.scale(this._zoom)},getScaleZoom:function(t){return this._zoom+Math.log(t)/Math.LN2},project:function(t,e){return e=e===i?this._zoom:e,this.options.crs.latLngToPoint(o.latLng(t),e)},unproject:function(t,e){return e=e===i?this._zoom:e,this.options.crs.pointToLatLng(o.point(t),e)},layerPointToLatLng:function(t){var e=o.point(t).add(this.getPixelOrigin());return this.unproject(e)},latLngToLayerPoint:function(t){var e=this.project(o.latLng(t))._round();return e._subtract(this.getPixelOrigin())},containerPointToLayerPoint:function(t){return o.point(t).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(t){return o.point(t).add(this._getMapPanePos())},containerPointToLatLng:function(t){var e=this.containerPointToLayerPoint(o.point(t));return this.layerPointToLatLng(e)},latLngToContainerPoint:function(t){return this.layerPointToContainerPoint(this.latLngToLayerPoint(o.latLng(t)))},mouseEventToContainerPoint:function(t){return o.DomEvent.getMousePosition(t,this._container)},mouseEventToLayerPoint:function(t){return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(t))},mouseEventToLatLng:function(t){return this.layerPointToLatLng(this.mouseEventToLayerPoint(t))},_initContainer:function(t){var e=this._container=o.DomUtil.get(t);if(!e)throw new Error("Map container not found.");if(e._leaflet)throw new Error("Map container is already initialized.");e._leaflet=!0},_initLayout:function(){var t=this._container;o.DomUtil.addClass(t,"leaflet-container"+(o.Browser.touch?" leaflet-touch":"")+(o.Browser.retina?" leaflet-retina":"")+(this.options.fadeAnimation?" leaflet-fade-anim":""));var e=o.DomUtil.getStyle(t,"position");"absolute"!==e&&"relative"!==e&&"fixed"!==e&&(t.style.position="relative"),this._initPanes(),this._initControlPos&&this._initControlPos()},_initPanes:function(){var t=this._panes={};this._mapPane=t.mapPane=this._createPane("leaflet-map-pane",this._container),this._tilePane=t.tilePane=this._createPane("leaflet-tile-pane",this._mapPane),t.objectsPane=this._createPane("leaflet-objects-pane",this._mapPane),t.shadowPane=this._createPane("leaflet-shadow-pane"),t.overlayPane=this._createPane("leaflet-overlay-pane"),t.markerPane=this._createPane("leaflet-marker-pane"),t.popupPane=this._createPane("leaflet-popup-pane");var e=" leaflet-zoom-hide";this.options.markerZoomAnimation||(o.DomUtil.addClass(t.markerPane,e),o.DomUtil.addClass(t.shadowPane,e),o.DomUtil.addClass(t.popupPane,e))},_createPane:function(t,e){return o.DomUtil.create("div",t,e||this._panes.objectsPane)},_clearPanes:function(){this._container.removeChild(this._mapPane)},_addLayers:function(t){t=t?o.Util.isArray(t)?t:[t]:[];for(var e=0,i=t.length;i>e;e++)this.addLayer(t[e])},_resetView:function(t,e,i,n){var s=this._zoom!==e;n||(this.fire("movestart"),s&&this.fire("zoomstart")),this._zoom=e,this._initialCenter=t,this._initialTopLeftPoint=this._getNewTopLeftPoint(t),i?this._initialTopLeftPoint._add(this._getMapPanePos()):o.DomUtil.setPosition(this._mapPane,new o.Point(0,0)),this._tileLayersToLoad=this._tileLayersNum;var a=!this._loaded;this._loaded=!0,a&&(this.fire("load"),this.eachLayer(this._layerAdd,this)),this.fire("viewreset",{hard:!i}),this.fire("move"),(s||n)&&this.fire("zoomend"),this.fire("moveend",{hard:!i})},_rawPanBy:function(t){o.DomUtil.setPosition(this._mapPane,this._getMapPanePos().subtract(t))},_getZoomSpan:function(){return this.getMaxZoom()-this.getMinZoom()},_updateZoomLevels:function(){var t,e=1/0,n=-1/0,o=this._getZoomSpan();for(t in this._zoomBoundLayers){var s=this._zoomBoundLayers[t];isNaN(s.options.minZoom)||(e=Math.min(e,s.options.minZoom)),isNaN(s.options.maxZoom)||(n=Math.max(n,s.options.maxZoom))}t===i?this._layersMaxZoom=this._layersMinZoom=i:(this._layersMaxZoom=n,this._layersMinZoom=e),o!==this._getZoomSpan()&&this.fire("zoomlevelschange")},_panInsideMaxBounds:function(){this.panInsideBounds(this.options.maxBounds)},_checkIfLoaded:function(){if(!this._loaded)throw new Error("Set map center and zoom first.")},_initEvents:function(e){if(o.DomEvent){e=e||"on",o.DomEvent[e](this._container,"click",this._onMouseClick,this);var i,n,s=["dblclick","mousedown","mouseup","mouseenter","mouseleave","mousemove","contextmenu"];for(i=0,n=s.length;n>i;i++)o.DomEvent[e](this._container,s[i],this._fireMouseEvent,this);this.options.trackResize&&o.DomEvent[e](t,"resize",this._onResize,this)}},_onResize:function(){o.Util.cancelAnimFrame(this._resizeRequest),this._resizeRequest=o.Util.requestAnimFrame(this.invalidateSize,this,!1,this._container)},_onMouseClick:function(t){!this._loaded||!t._simulated&&this.dragging&&this.dragging.moved()||o.DomEvent._skipped(t)||(this.fire("preclick"),this._fireMouseEvent(t))},_fireMouseEvent:function(t){if(this._loaded&&!o.DomEvent._skipped(t)){var e=t.type;if(e="mouseenter"===e?"mouseover":"mouseleave"===e?"mouseout":e,this.hasEventListeners(e)){"contextmenu"===e&&o.DomEvent.preventDefault(t);var i=this.mouseEventToContainerPoint(t),n=this.containerPointToLayerPoint(i),s=this.layerPointToLatLng(n);this.fire(e,{latlng:s,layerPoint:n,containerPoint:i,originalEvent:t})}}},_onTileLayerLoad:function(){this._tileLayersToLoad--,this._tileLayersNum&&!this._tileLayersToLoad&&this.fire("tilelayersload")},_clearHandlers:function(){for(var t=0,e=this._handlers.length;e>t;t++)this._handlers[t].disable()},whenReady:function(t,e){return this._loaded?t.call(e||this,this):this.on("load",t,e),this},_layerAdd:function(t){t.onAdd(this),this.fire("layeradd",{layer:t})},_getMapPanePos:function(){return o.DomUtil.getPosition(this._mapPane)},_moved:function(){var t=this._getMapPanePos();return t&&!t.equals([0,0])},_getTopLeftPoint:function(){return this.getPixelOrigin().subtract(this._getMapPanePos())},_getNewTopLeftPoint:function(t,e){var i=this.getSize()._divideBy(2);return this.project(t,e)._subtract(i)._round()},_latLngToNewLayerPoint:function(t,e,i){var n=this._getNewTopLeftPoint(i,e).add(this._getMapPanePos());return this.project(t,e)._subtract(n)},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(t){return this.latLngToLayerPoint(t).subtract(this._getCenterLayerPoint())},_limitZoom:function(t){var e=this.getMinZoom(),i=this.getMaxZoom();return Math.max(e,Math.min(i,t))}}),o.map=function(t,e){return new o.Map(t,e)},o.Projection.Mercator={MAX_LATITUDE:85.0840591556,R_MINOR:6356752.314245179,R_MAJOR:6378137,project:function(t){var e=o.LatLng.DEG_TO_RAD,i=this.MAX_LATITUDE,n=Math.max(Math.min(i,t.lat),-i),s=this.R_MAJOR,a=this.R_MINOR,r=t.lng*e*s,h=n*e,l=a/s,u=Math.sqrt(1-l*l),c=u*Math.sin(h);c=Math.pow((1-c)/(1+c),.5*u);var d=Math.tan(.5*(.5*Math.PI-h))/c;return h=-s*Math.log(d),new o.Point(r,h)},unproject:function(t){for(var e,i=o.LatLng.RAD_TO_DEG,n=this.R_MAJOR,s=this.R_MINOR,a=t.x*i/n,r=s/n,h=Math.sqrt(1-r*r),l=Math.exp(-t.y/n),u=Math.PI/2-2*Math.atan(l),c=15,d=1e-7,p=c,_=.1;Math.abs(_)>d&&--p>0;)e=h*Math.sin(u),_=Math.PI/2-2*Math.atan(l*Math.pow((1-e)/(1+e),.5*h))-u,u+=_;return new o.LatLng(u*i,a)}},o.CRS.EPSG3395=o.extend({},o.CRS,{code:"EPSG:3395",projection:o.Projection.Mercator,transformation:function(){var t=o.Projection.Mercator,e=t.R_MAJOR,i=t.R_MINOR;return new o.Transformation(.5/(Math.PI*e),.5,-.5/(Math.PI*i),.5)}()}),o.TileLayer=o.Class.extend({includes:o.Mixin.Events,options:{minZoom:0,maxZoom:18,tileSize:256,subdomains:"abc",errorTileUrl:"",attribution:"",zoomOffset:0,opacity:1,unloadInvisibleTiles:o.Browser.mobile,updateWhenIdle:o.Browser.mobile},initialize:function(t,e){e=o.setOptions(this,e),e.detectRetina&&o.Browser.retina&&e.maxZoom>0&&(e.tileSize=Math.floor(e.tileSize/2),e.zoomOffset++,e.minZoom>0&&e.minZoom--,this.options.maxZoom--),e.bounds&&(e.bounds=o.latLngBounds(e.bounds)),this._url=t;var i=this.options.subdomains;"string"==typeof i&&(this.options.subdomains=i.split(""))},onAdd:function(t){this._map=t,this._animated=t._zoomAnimated,this._initContainer(),this._createTileProto(),t.on({viewreset:this._reset,moveend:this._update},this),this._animated&&t.on({zoomanim:this._animateZoom,zoomend:this._endZoomAnim},this),this.options.updateWhenIdle||(this._limitedUpdate=o.Util.limitExecByInterval(this._update,150,this),t.on("move",this._limitedUpdate,this)),this._reset(),this._update()},addTo:function(t){return t.addLayer(this),this},onRemove:function(t){this._container.parentNode.removeChild(this._container),t.off({viewreset:this._reset,moveend:this._update},this),this._animated&&t.off({zoomanim:this._animateZoom,zoomend:this._endZoomAnim},this),this.options.updateWhenIdle||t.off("move",this._limitedUpdate,this),this._container=null,this._map=null},bringToFront:function(){var t=this._map._panes.tilePane;return this._container&&(t.appendChild(this._container),this._setAutoZIndex(t,Math.max)),this},bringToBack:function(){var t=this._map._panes.tilePane;return this._container&&(t.insertBefore(this._container,t.firstChild),this._setAutoZIndex(t,Math.min)),this},getAttribution:function(){return this.options.attribution},getContainer:function(){return this._container},setOpacity:function(t){return this.options.opacity=t,this._map&&this._updateOpacity(),this},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},setUrl:function(t,e){return this._url=t,e||this.redraw(),this},redraw:function(){return this._map&&(this._reset({hard:!0}),this._update()),this},_updateZIndex:function(){this._container&&this.options.zIndex!==i&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(t,e){var i,n,o,s=t.children,a=-e(1/0,-1/0);for(n=0,o=s.length;o>n;n++)s[n]!==this._container&&(i=parseInt(s[n].style.zIndex,10),isNaN(i)||(a=e(a,i)));this.options.zIndex=this._container.style.zIndex=(isFinite(a)?a:0)+e(1,-1)},_updateOpacity:function(){var t,e=this._tiles;if(o.Browser.ielt9)for(t in e)o.DomUtil.setOpacity(e[t],this.options.opacity);else o.DomUtil.setOpacity(this._container,this.options.opacity)},_initContainer:function(){var t=this._map._panes.tilePane;if(!this._container){if(this._container=o.DomUtil.create("div","leaflet-layer"),this._updateZIndex(),this._animated){var e="leaflet-tile-container leaflet-zoom-animated";this._bgBuffer=o.DomUtil.create("div",e,this._container),this._tileContainer=o.DomUtil.create("div",e,this._container)}else this._tileContainer=this._container;t.appendChild(this._container),this.options.opacity<1&&this._updateOpacity()}},_reset:function(t){for(var e in this._tiles)this.fire("tileunload",{tile:this._tiles[e]});this._tiles={},this._tilesToLoad=0,this.options.reuseTiles&&(this._unusedTiles=[]),this._tileContainer.innerHTML="",this._animated&&t&&t.hard&&this._clearBgBuffer(),this._initContainer()},_update:function(){if(this._map){var t=this._map.getPixelBounds(),e=this._map.getZoom(),i=this.options.tileSize;if(!(e>this.options.maxZoom||e<this.options.minZoom)){var n=o.bounds(t.min.divideBy(i)._floor(),t.max.divideBy(i)._floor());this._addTilesFromCenterOut(n),(this.options.unloadInvisibleTiles||this.options.reuseTiles)&&this._removeOtherTiles(n)}}},_addTilesFromCenterOut:function(t){var i,n,s,a=[],r=t.getCenter();for(i=t.min.y;i<=t.max.y;i++)for(n=t.min.x;n<=t.max.x;n++)s=new o.Point(n,i),this._tileShouldBeLoaded(s)&&a.push(s);var h=a.length;if(0!==h){a.sort(function(t,e){return t.distanceTo(r)-e.distanceTo(r)});var l=e.createDocumentFragment();for(this._tilesToLoad||this.fire("loading"),this._tilesToLoad+=h,n=0;h>n;n++)this._addTile(a[n],l);this._tileContainer.appendChild(l)}},_tileShouldBeLoaded:function(t){if(t.x+":"+t.y in this._tiles)return!1;var e=this.options;if(!e.continuousWorld){var i=this._getWrapTileNum();if(e.noWrap&&(t.x<0||t.x>=i)||t.y<0||t.y>=i)return!1}if(e.bounds){var n=e.tileSize,o=t.multiplyBy(n),s=o.add([n,n]),a=this._map.unproject(o),r=this._map.unproject(s);if(e.continuousWorld||e.noWrap||(a=a.wrap(),r=r.wrap()),!e.bounds.intersects([a,r]))return!1}return!0},_removeOtherTiles:function(t){var e,i,n,o;for(o in this._tiles)e=o.split(":"),i=parseInt(e[0],10),n=parseInt(e[1],10),(i<t.min.x||i>t.max.x||n<t.min.y||n>t.max.y)&&this._removeTile(o)},_removeTile:function(t){var e=this._tiles[t];this.fire("tileunload",{tile:e,url:e.src}),this.options.reuseTiles?(o.DomUtil.removeClass(e,"leaflet-tile-loaded"),this._unusedTiles.push(e)):e.parentNode===this._tileContainer&&this._tileContainer.removeChild(e),o.Browser.android||(e.onload=null,e.src=o.Util.emptyImageUrl),delete this._tiles[t]},_addTile:function(t,e){var i=this._getTilePos(t),n=this._getTile();o.DomUtil.setPosition(n,i,o.Browser.chrome||o.Browser.android23),this._tiles[t.x+":"+t.y]=n,this._loadTile(n,t),n.parentNode!==this._tileContainer&&e.appendChild(n)},_getZoomForUrl:function(){var t=this.options,e=this._map.getZoom();return t.zoomReverse&&(e=t.maxZoom-e),e+t.zoomOffset},_getTilePos:function(t){var e=this._map.getPixelOrigin(),i=this.options.tileSize;return t.multiplyBy(i).subtract(e)},getTileUrl:function(t){return o.Util.template(this._url,o.extend({s:this._getSubdomain(t),z:t.z,x:t.x,y:t.y},this.options))},_getWrapTileNum:function(){return Math.pow(2,this._getZoomForUrl())},_adjustTilePoint:function(t){var e=this._getWrapTileNum();this.options.continuousWorld||this.options.noWrap||(t.x=(t.x%e+e)%e),this.options.tms&&(t.y=e-t.y-1),t.z=this._getZoomForUrl()},_getSubdomain:function(t){var e=Math.abs(t.x+t.y)%this.options.subdomains.length;return this.options.subdomains[e]},_createTileProto:function(){var t=this._tileImg=o.DomUtil.create("img","leaflet-tile");t.style.width=t.style.height=this.options.tileSize+"px",t.galleryimg="no"},_getTile:function(){if(this.options.reuseTiles&&this._unusedTiles.length>0){var t=this._unusedTiles.pop();return this._resetTile(t),t}return this._createTile()},_resetTile:function(){},_createTile:function(){var t=this._tileImg.cloneNode(!1);return t.onselectstart=t.onmousemove=o.Util.falseFn,o.Browser.ielt9&&this.options.opacity!==i&&o.DomUtil.setOpacity(t,this.options.opacity),t},_loadTile:function(t,e){t._layer=this,t.onload=this._tileOnLoad,t.onerror=this._tileOnError,this._adjustTilePoint(e),t.src=this.getTileUrl(e)},_tileLoaded:function(){this._tilesToLoad--,this._tilesToLoad||(this.fire("load"),this._animated&&(clearTimeout(this._clearBgBufferTimer),this._clearBgBufferTimer=setTimeout(o.bind(this._clearBgBuffer,this),500)))},_tileOnLoad:function(){var t=this._layer;this.src!==o.Util.emptyImageUrl&&(o.DomUtil.addClass(this,"leaflet-tile-loaded"),t.fire("tileload",{tile:this,url:this.src})),t._tileLoaded()},_tileOnError:function(){var t=this._layer;t.fire("tileerror",{tile:this,url:this.src});var e=t.options.errorTileUrl;e&&(this.src=e),t._tileLoaded()}}),o.tileLayer=function(t,e){return new o.TileLayer(t,e)},o.TileLayer.WMS=o.TileLayer.extend({defaultWmsParams:{service:"WMS",request:"GetMap",version:"1.1.1",layers:"",styles:"",format:"image/jpeg",transparent:!1},initialize:function(t,e){this._url=t;var i=o.extend({},this.defaultWmsParams),n=e.tileSize||this.options.tileSize;i.width=i.height=e.detectRetina&&o.Browser.retina?2*n:n;for(var s in e)this.options.hasOwnProperty(s)||"crs"===s||(i[s]=e[s]);this.wmsParams=i,o.setOptions(this,e)},onAdd:function(t){this._crs=this.options.crs||t.options.crs;var e=parseFloat(this.wmsParams.version)>=1.3?"crs":"srs";this.wmsParams[e]=this._crs.code,o.TileLayer.prototype.onAdd.call(this,t)},getTileUrl:function(t,e){var i=this._map,n=this.options.tileSize,s=t.multiplyBy(n),a=s.add([n,n]),r=this._crs.project(i.unproject(s,e)),h=this._crs.project(i.unproject(a,e)),l=[r.x,h.y,h.x,r.y].join(","),u=o.Util.template(this._url,{s:this._getSubdomain(t)});return u+o.Util.getParamString(this.wmsParams,u,!0)+"&BBOX="+l},setParams:function(t,e){return o.extend(this.wmsParams,t),e||this.redraw(),this}}),o.tileLayer.wms=function(t,e){return new o.TileLayer.WMS(t,e)},o.TileLayer.Canvas=o.TileLayer.extend({options:{async:!1},initialize:function(t){o.setOptions(this,t)},redraw:function(){this._map&&(this._reset({hard:!0}),this._update());for(var t in this._tiles)this._redrawTile(this._tiles[t]);return this},_redrawTile:function(t){this.drawTile(t,t._tilePoint,this._map._zoom)},_createTileProto:function(){var t=this._canvasProto=o.DomUtil.create("canvas","leaflet-tile");t.width=t.height=this.options.tileSize},_createTile:function(){var t=this._canvasProto.cloneNode(!1);return t.onselectstart=t.onmousemove=o.Util.falseFn,t},_loadTile:function(t,e){t._layer=this,t._tilePoint=e,this._redrawTile(t),this.options.async||this.tileDrawn(t)},drawTile:function(){},tileDrawn:function(t){this._tileOnLoad.call(t)}}),o.tileLayer.canvas=function(t){return new o.TileLayer.Canvas(t)},o.ImageOverlay=o.Class.extend({includes:o.Mixin.Events,options:{opacity:1},initialize:function(t,e,i){this._url=t,this._bounds=o.latLngBounds(e),o.setOptions(this,i)},onAdd:function(t){this._map=t,this._image||this._initImage(),t._panes.overlayPane.appendChild(this._image),t.on("viewreset",this._reset,this),t.options.zoomAnimation&&o.Browser.any3d&&t.on("zoomanim",this._animateZoom,this),this._reset()},onRemove:function(t){t.getPanes().overlayPane.removeChild(this._image),t.off("viewreset",this._reset,this),t.options.zoomAnimation&&t.off("zoomanim",this._animateZoom,this)},addTo:function(t){return t.addLayer(this),this},setOpacity:function(t){return this.options.opacity=t,this._updateOpacity(),this},bringToFront:function(){return this._image&&this._map._panes.overlayPane.appendChild(this._image),this},bringToBack:function(){var t=this._map._panes.overlayPane;return this._image&&t.insertBefore(this._image,t.firstChild),this},_initImage:function(){this._image=o.DomUtil.create("img","leaflet-image-layer"),this._map.options.zoomAnimation&&o.Browser.any3d?o.DomUtil.addClass(this._image,"leaflet-zoom-animated"):o.DomUtil.addClass(this._image,"leaflet-zoom-hide"),this._updateOpacity(),o.extend(this._image,{galleryimg:"no",onselectstart:o.Util.falseFn,onmousemove:o.Util.falseFn,onload:o.bind(this._onImageLoad,this),src:this._url})},_animateZoom:function(t){var e=this._map,i=this._image,n=e.getZoomScale(t.zoom),s=this._bounds.getNorthWest(),a=this._bounds.getSouthEast(),r=e._latLngToNewLayerPoint(s,t.zoom,t.center),h=e._latLngToNewLayerPoint(a,t.zoom,t.center)._subtract(r),l=r._add(h._multiplyBy(.5*(1-1/n)));i.style[o.DomUtil.TRANSFORM]=o.DomUtil.getTranslateString(l)+" scale("+n+") "},_reset:function(){var t=this._image,e=this._map.latLngToLayerPoint(this._bounds.getNorthWest()),i=this._map.latLngToLayerPoint(this._bounds.getSouthEast())._subtract(e);o.DomUtil.setPosition(t,e),t.style.width=i.x+"px",t.style.height=i.y+"px"},_onImageLoad:function(){this.fire("load")},_updateOpacity:function(){o.DomUtil.setOpacity(this._image,this.options.opacity)}}),o.imageOverlay=function(t,e,i){return new o.ImageOverlay(t,e,i)},o.Icon=o.Class.extend({options:{className:""},initialize:function(t){o.setOptions(this,t)},createIcon:function(t){return this._createIcon("icon",t)
},createShadow:function(t){return this._createIcon("shadow",t)},_createIcon:function(t,e){var i=this._getIconUrl(t);if(!i){if("icon"===t)throw new Error("iconUrl not set in Icon options (see the docs).");return null}var n;return n=e&&"IMG"===e.tagName?this._createImg(i,e):this._createImg(i),this._setIconStyles(n,t),n},_setIconStyles:function(t,e){var i,n=this.options,s=o.point(n[e+"Size"]);i="shadow"===e?o.point(n.shadowAnchor||n.iconAnchor):o.point(n.iconAnchor),!i&&s&&(i=s.divideBy(2,!0)),t.className="leaflet-marker-"+e+" "+n.className,i&&(t.style.marginLeft=-i.x+"px",t.style.marginTop=-i.y+"px"),s&&(t.style.width=s.x+"px",t.style.height=s.y+"px")},_createImg:function(t,i){return o.Browser.ie6?(i||(i=e.createElement("div")),i.style.filter='progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+t+'")'):(i||(i=e.createElement("img")),i.src=t),i},_getIconUrl:function(t){return o.Browser.retina&&this.options[t+"RetinaUrl"]?this.options[t+"RetinaUrl"]:this.options[t+"Url"]}}),o.icon=function(t){return new o.Icon(t)},o.Icon.Default=o.Icon.extend({options:{iconSize:[25,41],iconAnchor:[12,41],popupAnchor:[1,-34],shadowSize:[41,41]},_getIconUrl:function(t){var e=t+"Url";if(this.options[e])return this.options[e];o.Browser.retina&&"icon"===t&&(t+="-2x");var i=o.Icon.Default.imagePath;if(!i)throw new Error("Couldn't autodetect L.Icon.Default.imagePath, set it manually.");return i+"/marker-"+t+".png"}}),o.Icon.Default.imagePath=function(){var t,i,n,o,s,a=e.getElementsByTagName("script"),r=/[\/^]leaflet[\-\._]?([\w\-\._]*)\.js\??/;for(t=0,i=a.length;i>t;t++)if(n=a[t].src,o=n.match(r))return s=n.split(r)[0],(s?s+"/":"")+"images"}(),o.Marker=o.Class.extend({includes:o.Mixin.Events,options:{icon:new o.Icon.Default,title:"",clickable:!0,draggable:!1,keyboard:!0,zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250},initialize:function(t,e){o.setOptions(this,e),this._latlng=o.latLng(t)},onAdd:function(t){this._map=t,t.on("viewreset",this.update,this),this._initIcon(),this.update(),t.options.zoomAnimation&&t.options.markerZoomAnimation&&t.on("zoomanim",this._animateZoom,this)},addTo:function(t){return t.addLayer(this),this},onRemove:function(t){this.dragging&&this.dragging.disable(),this._removeIcon(),this._removeShadow(),this.fire("remove"),t.off({viewreset:this.update,zoomanim:this._animateZoom},this),this._map=null},getLatLng:function(){return this._latlng},setLatLng:function(t){return this._latlng=o.latLng(t),this.update(),this.fire("move",{latlng:this._latlng})},setZIndexOffset:function(t){return this.options.zIndexOffset=t,this.update(),this},setIcon:function(t){return this.options.icon=t,this._map&&(this._initIcon(),this.update()),this},update:function(){if(this._icon){var t=this._map.latLngToLayerPoint(this._latlng).round();this._setPos(t)}return this},_initIcon:function(){var t=this.options,e=this._map,i=e.options.zoomAnimation&&e.options.markerZoomAnimation,n=i?"leaflet-zoom-animated":"leaflet-zoom-hide",s=t.icon.createIcon(this._icon),a=!1;s!==this._icon&&(this._icon&&this._removeIcon(),a=!0,t.title&&(s.title=t.title)),o.DomUtil.addClass(s,n),t.keyboard&&(s.tabIndex="0"),this._icon=s,this._initInteraction(),t.riseOnHover&&o.DomEvent.on(s,"mouseover",this._bringToFront,this).on(s,"mouseout",this._resetZIndex,this);var r=t.icon.createShadow(this._shadow),h=!1;r!==this._shadow&&(this._removeShadow(),h=!0),r&&o.DomUtil.addClass(r,n),this._shadow=r,t.opacity<1&&this._updateOpacity();var l=this._map._panes;a&&l.markerPane.appendChild(this._icon),r&&h&&l.shadowPane.appendChild(this._shadow)},_removeIcon:function(){this.options.riseOnHover&&o.DomEvent.off(this._icon,"mouseover",this._bringToFront).off(this._icon,"mouseout",this._resetZIndex),this._map._panes.markerPane.removeChild(this._icon),this._icon=null},_removeShadow:function(){this._shadow&&this._map._panes.shadowPane.removeChild(this._shadow),this._shadow=null},_setPos:function(t){o.DomUtil.setPosition(this._icon,t),this._shadow&&o.DomUtil.setPosition(this._shadow,t),this._zIndex=t.y+this.options.zIndexOffset,this._resetZIndex()},_updateZIndex:function(t){this._icon.style.zIndex=this._zIndex+t},_animateZoom:function(t){var e=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);this._setPos(e)},_initInteraction:function(){if(this.options.clickable){var t=this._icon,e=["dblclick","mousedown","mouseover","mouseout","contextmenu"];o.DomUtil.addClass(t,"leaflet-clickable"),o.DomEvent.on(t,"click",this._onMouseClick,this),o.DomEvent.on(t,"keypress",this._onKeyPress,this);for(var i=0;i<e.length;i++)o.DomEvent.on(t,e[i],this._fireMouseEvent,this);o.Handler.MarkerDrag&&(this.dragging=new o.Handler.MarkerDrag(this),this.options.draggable&&this.dragging.enable())}},_onMouseClick:function(t){var e=this.dragging&&this.dragging.moved();(this.hasEventListeners(t.type)||e)&&o.DomEvent.stopPropagation(t),e||(this.dragging&&this.dragging._enabled||!this._map.dragging||!this._map.dragging.moved())&&this.fire(t.type,{originalEvent:t,latlng:this._latlng})},_onKeyPress:function(t){13===t.keyCode&&this.fire("click",{originalEvent:t,latlng:this._latlng})},_fireMouseEvent:function(t){this.fire(t.type,{originalEvent:t,latlng:this._latlng}),"contextmenu"===t.type&&this.hasEventListeners(t.type)&&o.DomEvent.preventDefault(t),"mousedown"!==t.type?o.DomEvent.stopPropagation(t):o.DomEvent.preventDefault(t)},setOpacity:function(t){return this.options.opacity=t,this._map&&this._updateOpacity(),this},_updateOpacity:function(){o.DomUtil.setOpacity(this._icon,this.options.opacity),this._shadow&&o.DomUtil.setOpacity(this._shadow,this.options.opacity)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)}}),o.marker=function(t,e){return new o.Marker(t,e)},o.DivIcon=o.Icon.extend({options:{iconSize:[12,12],className:"leaflet-div-icon",html:!1},createIcon:function(t){var i=t&&"DIV"===t.tagName?t:e.createElement("div"),n=this.options;return i.innerHTML=n.html!==!1?n.html:"",n.bgPos&&(i.style.backgroundPosition=-n.bgPos.x+"px "+-n.bgPos.y+"px"),this._setIconStyles(i,"icon"),i},createShadow:function(){return null}}),o.divIcon=function(t){return new o.DivIcon(t)},o.Map.mergeOptions({closePopupOnClick:!0}),o.Popup=o.Class.extend({includes:o.Mixin.Events,options:{minWidth:50,maxWidth:300,maxHeight:null,autoPan:!0,closeButton:!0,offset:[0,7],autoPanPadding:[5,5],keepInView:!1,className:"",zoomAnimation:!0},initialize:function(t,e){o.setOptions(this,t),this._source=e,this._animated=o.Browser.any3d&&this.options.zoomAnimation,this._isOpen=!1},onAdd:function(t){this._map=t,this._container||this._initLayout(),this._updateContent();var e=t.options.fadeAnimation;e&&o.DomUtil.setOpacity(this._container,0),t._panes.popupPane.appendChild(this._container),t.on(this._getEvents(),this),this._update(),e&&o.DomUtil.setOpacity(this._container,1),this.fire("open"),t.fire("popupopen",{popup:this}),this._source&&this._source.fire("popupopen",{popup:this})},addTo:function(t){return t.addLayer(this),this},openOn:function(t){return t.openPopup(this),this},onRemove:function(t){t._panes.popupPane.removeChild(this._container),o.Util.falseFn(this._container.offsetWidth),t.off(this._getEvents(),this),t.options.fadeAnimation&&o.DomUtil.setOpacity(this._container,0),this._map=null,this.fire("close"),t.fire("popupclose",{popup:this}),this._source&&this._source.fire("popupclose",{popup:this})},setLatLng:function(t){return this._latlng=o.latLng(t),this._update(),this},setContent:function(t){return this._content=t,this._update(),this},_getEvents:function(){var t={viewreset:this._updatePosition};return this._animated&&(t.zoomanim=this._zoomAnimation),("closeOnClick"in this.options?this.options.closeOnClick:this._map.options.closePopupOnClick)&&(t.preclick=this._close),this.options.keepInView&&(t.moveend=this._adjustPan),t},_close:function(){this._map&&this._map.closePopup(this)},_initLayout:function(){var t,e="leaflet-popup",i=e+" "+this.options.className+" leaflet-zoom-"+(this._animated?"animated":"hide"),n=this._container=o.DomUtil.create("div",i);this.options.closeButton&&(t=this._closeButton=o.DomUtil.create("a",e+"-close-button",n),t.href="#close",t.innerHTML="&#215;",o.DomEvent.disableClickPropagation(t),o.DomEvent.on(t,"click",this._onCloseButtonClick,this));var s=this._wrapper=o.DomUtil.create("div",e+"-content-wrapper",n);o.DomEvent.disableClickPropagation(s),this._contentNode=o.DomUtil.create("div",e+"-content",s),o.DomEvent.on(this._contentNode,"mousewheel",o.DomEvent.stopPropagation),o.DomEvent.on(this._contentNode,"MozMousePixelScroll",o.DomEvent.stopPropagation),o.DomEvent.on(s,"contextmenu",o.DomEvent.stopPropagation),this._tipContainer=o.DomUtil.create("div",e+"-tip-container",n),this._tip=o.DomUtil.create("div",e+"-tip",this._tipContainer)},_update:function(){this._map&&(this._container.style.visibility="hidden",this._updateContent(),this._updateLayout(),this._updatePosition(),this._container.style.visibility="",this._adjustPan())},_updateContent:function(){if(this._content){if("string"==typeof this._content)this._contentNode.innerHTML=this._content;else{for(;this._contentNode.hasChildNodes();)this._contentNode.removeChild(this._contentNode.firstChild);this._contentNode.appendChild(this._content)}this.fire("contentupdate")}},_updateLayout:function(){var t=this._contentNode,e=t.style;e.width="",e.whiteSpace="nowrap";var i=t.offsetWidth;i=Math.min(i,this.options.maxWidth),i=Math.max(i,this.options.minWidth),e.width=i+1+"px",e.whiteSpace="",e.height="";var n=t.offsetHeight,s=this.options.maxHeight,a="leaflet-popup-scrolled";s&&n>s?(e.height=s+"px",o.DomUtil.addClass(t,a)):o.DomUtil.removeClass(t,a),this._containerWidth=this._container.offsetWidth},_updatePosition:function(){if(this._map){var t=this._map.latLngToLayerPoint(this._latlng),e=this._animated,i=o.point(this.options.offset);e&&o.DomUtil.setPosition(this._container,t),this._containerBottom=-i.y-(e?0:t.y),this._containerLeft=-Math.round(this._containerWidth/2)+i.x+(e?0:t.x),this._container.style.bottom=this._containerBottom+"px",this._container.style.left=this._containerLeft+"px"}},_zoomAnimation:function(t){var e=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);o.DomUtil.setPosition(this._container,e)},_adjustPan:function(){if(this.options.autoPan){var t=this._map,e=this._container.offsetHeight,i=this._containerWidth,n=new o.Point(this._containerLeft,-e-this._containerBottom);this._animated&&n._add(o.DomUtil.getPosition(this._container));var s=t.layerPointToContainerPoint(n),a=o.point(this.options.autoPanPadding),r=t.getSize(),h=0,l=0;s.x+i>r.x&&(h=s.x+i-r.x+a.x),s.x-h<0&&(h=s.x-a.x),s.y+e>r.y&&(l=s.y+e-r.y+a.y),s.y-l<0&&(l=s.y-a.y),(h||l)&&t.fire("autopanstart").panBy([h,l])}},_onCloseButtonClick:function(t){this._close(),o.DomEvent.stop(t)}}),o.popup=function(t,e){return new o.Popup(t,e)},o.Map.include({openPopup:function(t,e,i){if(this.closePopup(),!(t instanceof o.Popup)){var n=t;t=new o.Popup(i).setLatLng(e).setContent(n)}return t._isOpen=!0,this._popup=t,this.addLayer(t)},closePopup:function(t){return t&&t!==this._popup||(t=this._popup,this._popup=null),t&&(this.removeLayer(t),t._isOpen=!1),this}}),o.Marker.include({openPopup:function(){return this._popup&&this._map&&!this._map.hasLayer(this._popup)&&(this._popup.setLatLng(this._latlng),this._map.openPopup(this._popup)),this},closePopup:function(){return this._popup&&this._popup._close(),this},togglePopup:function(){return this._popup&&(this._popup._isOpen?this.closePopup():this.openPopup()),this},bindPopup:function(t,e){var i=o.point(this.options.icon.options.popupAnchor||[0,0]);return i=i.add(o.Popup.prototype.options.offset),e&&e.offset&&(i=i.add(e.offset)),e=o.extend({offset:i},e),this._popup||this.on("click",this.togglePopup,this).on("remove",this.closePopup,this).on("move",this._movePopup,this),t instanceof o.Popup?(o.setOptions(t,e),this._popup=t):this._popup=new o.Popup(e,this).setContent(t),this},setPopupContent:function(t){return this._popup&&this._popup.setContent(t),this},unbindPopup:function(){return this._popup&&(this._popup=null,this.off("click",this.togglePopup).off("remove",this.closePopup).off("move",this._movePopup)),this},_movePopup:function(t){this._popup.setLatLng(t.latlng)}}),o.LayerGroup=o.Class.extend({initialize:function(t){this._layers={};var e,i;if(t)for(e=0,i=t.length;i>e;e++)this.addLayer(t[e])},addLayer:function(t){var e=this.getLayerId(t);return this._layers[e]=t,this._map&&this._map.addLayer(t),this},removeLayer:function(t){var e=t in this._layers?t:this.getLayerId(t);return this._map&&this._layers[e]&&this._map.removeLayer(this._layers[e]),delete this._layers[e],this},hasLayer:function(t){return t?t in this._layers||this.getLayerId(t)in this._layers:!1},clearLayers:function(){return this.eachLayer(this.removeLayer,this),this},invoke:function(t){var e,i,n=Array.prototype.slice.call(arguments,1);for(e in this._layers)i=this._layers[e],i[t]&&i[t].apply(i,n);return this},onAdd:function(t){this._map=t,this.eachLayer(t.addLayer,t)},onRemove:function(t){this.eachLayer(t.removeLayer,t),this._map=null},addTo:function(t){return t.addLayer(this),this},eachLayer:function(t,e){for(var i in this._layers)t.call(e,this._layers[i]);return this},getLayer:function(t){return this._layers[t]},getLayers:function(){var t=[];for(var e in this._layers)t.push(this._layers[e]);return t},setZIndex:function(t){return this.invoke("setZIndex",t)},getLayerId:function(t){return o.stamp(t)}}),o.layerGroup=function(t){return new o.LayerGroup(t)},o.FeatureGroup=o.LayerGroup.extend({includes:o.Mixin.Events,statics:{EVENTS:"click dblclick mouseover mouseout mousemove contextmenu popupopen popupclose"},addLayer:function(t){return this.hasLayer(t)?this:(t.on(o.FeatureGroup.EVENTS,this._propagateEvent,this),o.LayerGroup.prototype.addLayer.call(this,t),this._popupContent&&t.bindPopup&&t.bindPopup(this._popupContent,this._popupOptions),this.fire("layeradd",{layer:t}))},removeLayer:function(t){return this.hasLayer(t)?(t in this._layers&&(t=this._layers[t]),t.off(o.FeatureGroup.EVENTS,this._propagateEvent,this),o.LayerGroup.prototype.removeLayer.call(this,t),this._popupContent&&this.invoke("unbindPopup"),this.fire("layerremove",{layer:t})):this},bindPopup:function(t,e){return this._popupContent=t,this._popupOptions=e,this.invoke("bindPopup",t,e)},setStyle:function(t){return this.invoke("setStyle",t)},bringToFront:function(){return this.invoke("bringToFront")},bringToBack:function(){return this.invoke("bringToBack")},getBounds:function(){var t=new o.LatLngBounds;return this.eachLayer(function(e){t.extend(e instanceof o.Marker?e.getLatLng():e.getBounds())}),t},_propagateEvent:function(t){t.layer||(t.layer=t.target),t.target=this,this.fire(t.type,t)}}),o.featureGroup=function(t){return new o.FeatureGroup(t)},o.Path=o.Class.extend({includes:[o.Mixin.Events],statics:{CLIP_PADDING:function(){var e=o.Browser.mobile?1280:2e3,i=(e/Math.max(t.outerWidth,t.outerHeight)-1)/2;return Math.max(0,Math.min(.5,i))}()},options:{stroke:!0,color:"#0033ff",dashArray:null,weight:5,opacity:.5,fill:!1,fillColor:null,fillOpacity:.2,clickable:!0},initialize:function(t){o.setOptions(this,t)},onAdd:function(t){this._map=t,this._container||(this._initElements(),this._initEvents()),this.projectLatlngs(),this._updatePath(),this._container&&this._map._pathRoot.appendChild(this._container),this.fire("add"),t.on({viewreset:this.projectLatlngs,moveend:this._updatePath},this)},addTo:function(t){return t.addLayer(this),this},onRemove:function(t){t._pathRoot.removeChild(this._container),this.fire("remove"),this._map=null,o.Browser.vml&&(this._container=null,this._stroke=null,this._fill=null),t.off({viewreset:this.projectLatlngs,moveend:this._updatePath},this)},projectLatlngs:function(){},setStyle:function(t){return o.setOptions(this,t),this._container&&this._updateStyle(),this},redraw:function(){return this._map&&(this.projectLatlngs(),this._updatePath()),this}}),o.Map.include({_updatePathViewport:function(){var t=o.Path.CLIP_PADDING,e=this.getSize(),i=o.DomUtil.getPosition(this._mapPane),n=i.multiplyBy(-1)._subtract(e.multiplyBy(t)._round()),s=n.add(e.multiplyBy(1+2*t)._round());this._pathViewport=new o.Bounds(n,s)}}),o.Path.SVG_NS="http://www.w3.org/2000/svg",o.Browser.svg=!(!e.createElementNS||!e.createElementNS(o.Path.SVG_NS,"svg").createSVGRect),o.Path=o.Path.extend({statics:{SVG:o.Browser.svg},bringToFront:function(){var t=this._map._pathRoot,e=this._container;return e&&t.lastChild!==e&&t.appendChild(e),this},bringToBack:function(){var t=this._map._pathRoot,e=this._container,i=t.firstChild;return e&&i!==e&&t.insertBefore(e,i),this},getPathString:function(){},_createElement:function(t){return e.createElementNS(o.Path.SVG_NS,t)},_initElements:function(){this._map._initPathRoot(),this._initPath(),this._initStyle()},_initPath:function(){this._container=this._createElement("g"),this._path=this._createElement("path"),this._container.appendChild(this._path)},_initStyle:function(){this.options.stroke&&(this._path.setAttribute("stroke-linejoin","round"),this._path.setAttribute("stroke-linecap","round")),this.options.fill&&this._path.setAttribute("fill-rule","evenodd"),this.options.pointerEvents&&this._path.setAttribute("pointer-events",this.options.pointerEvents),this.options.clickable||this.options.pointerEvents||this._path.setAttribute("pointer-events","none"),this._updateStyle()},_updateStyle:function(){this.options.stroke?(this._path.setAttribute("stroke",this.options.color),this._path.setAttribute("stroke-opacity",this.options.opacity),this._path.setAttribute("stroke-width",this.options.weight),this.options.dashArray?this._path.setAttribute("stroke-dasharray",this.options.dashArray):this._path.removeAttribute("stroke-dasharray")):this._path.setAttribute("stroke","none"),this.options.fill?(this._path.setAttribute("fill",this.options.fillColor||this.options.color),this._path.setAttribute("fill-opacity",this.options.fillOpacity)):this._path.setAttribute("fill","none")},_updatePath:function(){var t=this.getPathString();t||(t="M0 0"),this._path.setAttribute("d",t)},_initEvents:function(){if(this.options.clickable){(o.Browser.svg||!o.Browser.vml)&&this._path.setAttribute("class","leaflet-clickable"),o.DomEvent.on(this._container,"click",this._onMouseClick,this);for(var t=["dblclick","mousedown","mouseover","mouseout","mousemove","contextmenu"],e=0;e<t.length;e++)o.DomEvent.on(this._container,t[e],this._fireMouseEvent,this)}},_onMouseClick:function(t){this._map.dragging&&this._map.dragging.moved()||this._fireMouseEvent(t)},_fireMouseEvent:function(t){if(this.hasEventListeners(t.type)){var e=this._map,i=e.mouseEventToContainerPoint(t),n=e.containerPointToLayerPoint(i),s=e.layerPointToLatLng(n);this.fire(t.type,{latlng:s,layerPoint:n,containerPoint:i,originalEvent:t}),"contextmenu"===t.type&&o.DomEvent.preventDefault(t),"mousemove"!==t.type&&o.DomEvent.stopPropagation(t)}}}),o.Map.include({_initPathRoot:function(){this._pathRoot||(this._pathRoot=o.Path.prototype._createElement("svg"),this._panes.overlayPane.appendChild(this._pathRoot),this.options.zoomAnimation&&o.Browser.any3d?(this._pathRoot.setAttribute("class"," leaflet-zoom-animated"),this.on({zoomanim:this._animatePathZoom,zoomend:this._endPathZoom})):this._pathRoot.setAttribute("class"," leaflet-zoom-hide"),this.on("moveend",this._updateSvgViewport),this._updateSvgViewport())},_animatePathZoom:function(t){var e=this.getZoomScale(t.zoom),i=this._getCenterOffset(t.center)._multiplyBy(-e)._add(this._pathViewport.min);this._pathRoot.style[o.DomUtil.TRANSFORM]=o.DomUtil.getTranslateString(i)+" scale("+e+") ",this._pathZooming=!0},_endPathZoom:function(){this._pathZooming=!1},_updateSvgViewport:function(){if(!this._pathZooming){this._updatePathViewport();var t=this._pathViewport,e=t.min,i=t.max,n=i.x-e.x,s=i.y-e.y,a=this._pathRoot,r=this._panes.overlayPane;o.Browser.mobileWebkit&&r.removeChild(a),o.DomUtil.setPosition(a,e),a.setAttribute("width",n),a.setAttribute("height",s),a.setAttribute("viewBox",[e.x,e.y,n,s].join(" ")),o.Browser.mobileWebkit&&r.appendChild(a)}}}),o.Path.include({bindPopup:function(t,e){return t instanceof o.Popup?this._popup=t:((!this._popup||e)&&(this._popup=new o.Popup(e,this)),this._popup.setContent(t)),this._popupHandlersAdded||(this.on("click",this._openPopup,this).on("remove",this.closePopup,this),this._popupHandlersAdded=!0),this},unbindPopup:function(){return this._popup&&(this._popup=null,this.off("click",this._openPopup).off("remove",this.closePopup),this._popupHandlersAdded=!1),this},openPopup:function(t){return this._popup&&(t=t||this._latlng||this._latlngs[Math.floor(this._latlngs.length/2)],this._openPopup({latlng:t})),this},closePopup:function(){return this._popup&&this._popup._close(),this},_openPopup:function(t){this._popup.setLatLng(t.latlng),this._map.openPopup(this._popup)}}),o.Browser.vml=!o.Browser.svg&&function(){try{var t=e.createElement("div");t.innerHTML='<v:shape adj="1"/>';var i=t.firstChild;return i.style.behavior="url(#default#VML)",i&&"object"==typeof i.adj}catch(n){return!1}}(),o.Path=o.Browser.svg||!o.Browser.vml?o.Path:o.Path.extend({statics:{VML:!0,CLIP_PADDING:.02},_createElement:function(){try{return e.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(t){return e.createElement("<lvml:"+t+' class="lvml">')}}catch(t){return function(t){return e.createElement("<"+t+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}}}(),_initPath:function(){var t=this._container=this._createElement("shape");o.DomUtil.addClass(t,"leaflet-vml-shape"),this.options.clickable&&o.DomUtil.addClass(t,"leaflet-clickable"),t.coordsize="1 1",this._path=this._createElement("path"),t.appendChild(this._path),this._map._pathRoot.appendChild(t)},_initStyle:function(){this._updateStyle()},_updateStyle:function(){var t=this._stroke,e=this._fill,i=this.options,n=this._container;n.stroked=i.stroke,n.filled=i.fill,i.stroke?(t||(t=this._stroke=this._createElement("stroke"),t.endcap="round",n.appendChild(t)),t.weight=i.weight+"px",t.color=i.color,t.opacity=i.opacity,t.dashStyle=i.dashArray?i.dashArray instanceof Array?i.dashArray.join(" "):i.dashArray.replace(/( *, *)/g," "):""):t&&(n.removeChild(t),this._stroke=null),i.fill?(e||(e=this._fill=this._createElement("fill"),n.appendChild(e)),e.color=i.fillColor||i.color,e.opacity=i.fillOpacity):e&&(n.removeChild(e),this._fill=null)},_updatePath:function(){var t=this._container.style;t.display="none",this._path.v=this.getPathString()+" ",t.display=""}}),o.Map.include(o.Browser.svg||!o.Browser.vml?{}:{_initPathRoot:function(){if(!this._pathRoot){var t=this._pathRoot=e.createElement("div");t.className="leaflet-vml-container",this._panes.overlayPane.appendChild(t),this.on("moveend",this._updatePathViewport),this._updatePathViewport()}}}),o.Browser.canvas=function(){return!!e.createElement("canvas").getContext}(),o.Path=o.Path.SVG&&!t.L_PREFER_CANVAS||!o.Browser.canvas?o.Path:o.Path.extend({statics:{CANVAS:!0,SVG:!1},redraw:function(){return this._map&&(this.projectLatlngs(),this._requestUpdate()),this},setStyle:function(t){return o.setOptions(this,t),this._map&&(this._updateStyle(),this._requestUpdate()),this},onRemove:function(t){t.off("viewreset",this.projectLatlngs,this).off("moveend",this._updatePath,this),this.options.clickable&&(this._map.off("click",this._onClick,this),this._map.off("mousemove",this._onMouseMove,this)),this._requestUpdate(),this._map=null},_requestUpdate:function(){this._map&&!o.Path._updateRequest&&(o.Path._updateRequest=o.Util.requestAnimFrame(this._fireMapMoveEnd,this._map))},_fireMapMoveEnd:function(){o.Path._updateRequest=null,this.fire("moveend")},_initElements:function(){this._map._initPathRoot(),this._ctx=this._map._canvasCtx},_updateStyle:function(){var t=this.options;t.stroke&&(this._ctx.lineWidth=t.weight,this._ctx.strokeStyle=t.color),t.fill&&(this._ctx.fillStyle=t.fillColor||t.color)},_drawPath:function(){var t,e,i,n,s,a;for(this._ctx.beginPath(),t=0,i=this._parts.length;i>t;t++){for(e=0,n=this._parts[t].length;n>e;e++)s=this._parts[t][e],a=(0===e?"move":"line")+"To",this._ctx[a](s.x,s.y);this instanceof o.Polygon&&this._ctx.closePath()}},_checkIfEmpty:function(){return!this._parts.length},_updatePath:function(){if(!this._checkIfEmpty()){var t=this._ctx,e=this.options;this._drawPath(),t.save(),this._updateStyle(),e.fill&&(t.globalAlpha=e.fillOpacity,t.fill()),e.stroke&&(t.globalAlpha=e.opacity,t.stroke()),t.restore()}},_initEvents:function(){this.options.clickable&&(this._map.on("mousemove",this._onMouseMove,this),this._map.on("click",this._onClick,this))},_onClick:function(t){this._containsPoint(t.layerPoint)&&this.fire("click",t)},_onMouseMove:function(t){this._map&&!this._map._animatingZoom&&(this._containsPoint(t.layerPoint)?(this._ctx.canvas.style.cursor="pointer",this._mouseInside=!0,this.fire("mouseover",t)):this._mouseInside&&(this._ctx.canvas.style.cursor="",this._mouseInside=!1,this.fire("mouseout",t)))}}),o.Map.include(o.Path.SVG&&!t.L_PREFER_CANVAS||!o.Browser.canvas?{}:{_initPathRoot:function(){var t,i=this._pathRoot;i||(i=this._pathRoot=e.createElement("canvas"),i.style.position="absolute",t=this._canvasCtx=i.getContext("2d"),t.lineCap="round",t.lineJoin="round",this._panes.overlayPane.appendChild(i),this.options.zoomAnimation&&(this._pathRoot.className="leaflet-zoom-animated",this.on("zoomanim",this._animatePathZoom),this.on("zoomend",this._endPathZoom)),this.on("moveend",this._updateCanvasViewport),this._updateCanvasViewport())},_updateCanvasViewport:function(){if(!this._pathZooming){this._updatePathViewport();var t=this._pathViewport,e=t.min,i=t.max.subtract(e),n=this._pathRoot;o.DomUtil.setPosition(n,e),n.width=i.x,n.height=i.y,n.getContext("2d").translate(-e.x,-e.y)}}}),o.LineUtil={simplify:function(t,e){if(!e||!t.length)return t.slice();var i=e*e;return t=this._reducePoints(t,i),t=this._simplifyDP(t,i)},pointToSegmentDistance:function(t,e,i){return Math.sqrt(this._sqClosestPointOnSegment(t,e,i,!0))},closestPointOnSegment:function(t,e,i){return this._sqClosestPointOnSegment(t,e,i)},_simplifyDP:function(t,e){var n=t.length,o=typeof Uint8Array!=i+""?Uint8Array:Array,s=new o(n);s[0]=s[n-1]=1,this._simplifyDPStep(t,s,e,0,n-1);var a,r=[];for(a=0;n>a;a++)s[a]&&r.push(t[a]);return r},_simplifyDPStep:function(t,e,i,n,o){var s,a,r,h=0;for(a=n+1;o-1>=a;a++)r=this._sqClosestPointOnSegment(t[a],t[n],t[o],!0),r>h&&(s=a,h=r);h>i&&(e[s]=1,this._simplifyDPStep(t,e,i,n,s),this._simplifyDPStep(t,e,i,s,o))},_reducePoints:function(t,e){for(var i=[t[0]],n=1,o=0,s=t.length;s>n;n++)this._sqDist(t[n],t[o])>e&&(i.push(t[n]),o=n);return s-1>o&&i.push(t[s-1]),i},clipSegment:function(t,e,i,n){var o,s,a,r=n?this._lastCode:this._getBitCode(t,i),h=this._getBitCode(e,i);for(this._lastCode=h;;){if(!(r|h))return[t,e];if(r&h)return!1;o=r||h,s=this._getEdgeIntersection(t,e,o,i),a=this._getBitCode(s,i),o===r?(t=s,r=a):(e=s,h=a)}},_getEdgeIntersection:function(t,e,i,n){var s=e.x-t.x,a=e.y-t.y,r=n.min,h=n.max;return 8&i?new o.Point(t.x+s*(h.y-t.y)/a,h.y):4&i?new o.Point(t.x+s*(r.y-t.y)/a,r.y):2&i?new o.Point(h.x,t.y+a*(h.x-t.x)/s):1&i?new o.Point(r.x,t.y+a*(r.x-t.x)/s):void 0},_getBitCode:function(t,e){var i=0;return t.x<e.min.x?i|=1:t.x>e.max.x&&(i|=2),t.y<e.min.y?i|=4:t.y>e.max.y&&(i|=8),i},_sqDist:function(t,e){var i=e.x-t.x,n=e.y-t.y;return i*i+n*n},_sqClosestPointOnSegment:function(t,e,i,n){var s,a=e.x,r=e.y,h=i.x-a,l=i.y-r,u=h*h+l*l;return u>0&&(s=((t.x-a)*h+(t.y-r)*l)/u,s>1?(a=i.x,r=i.y):s>0&&(a+=h*s,r+=l*s)),h=t.x-a,l=t.y-r,n?h*h+l*l:new o.Point(a,r)}},o.Polyline=o.Path.extend({initialize:function(t,e){o.Path.prototype.initialize.call(this,e),this._latlngs=this._convertLatLngs(t)},options:{smoothFactor:1,noClip:!1},projectLatlngs:function(){this._originalPoints=[];for(var t=0,e=this._latlngs.length;e>t;t++)this._originalPoints[t]=this._map.latLngToLayerPoint(this._latlngs[t])},getPathString:function(){for(var t=0,e=this._parts.length,i="";e>t;t++)i+=this._getPathPartStr(this._parts[t]);return i},getLatLngs:function(){return this._latlngs},setLatLngs:function(t){return this._latlngs=this._convertLatLngs(t),this.redraw()},addLatLng:function(t){return this._latlngs.push(o.latLng(t)),this.redraw()},spliceLatLngs:function(){var t=[].splice.apply(this._latlngs,arguments);return this._convertLatLngs(this._latlngs,!0),this.redraw(),t},closestLayerPoint:function(t){for(var e,i,n=1/0,s=this._parts,a=null,r=0,h=s.length;h>r;r++)for(var l=s[r],u=1,c=l.length;c>u;u++){e=l[u-1],i=l[u];var d=o.LineUtil._sqClosestPointOnSegment(t,e,i,!0);n>d&&(n=d,a=o.LineUtil._sqClosestPointOnSegment(t,e,i))}return a&&(a.distance=Math.sqrt(n)),a},getBounds:function(){return new o.LatLngBounds(this.getLatLngs())},_convertLatLngs:function(t,e){var i,n,s=e?t:[];for(i=0,n=t.length;n>i;i++){if(o.Util.isArray(t[i])&&"number"!=typeof t[i][0])return;s[i]=o.latLng(t[i])}return s},_initEvents:function(){o.Path.prototype._initEvents.call(this)},_getPathPartStr:function(t){for(var e,i=o.Path.VML,n=0,s=t.length,a="";s>n;n++)e=t[n],i&&e._round(),a+=(n?"L":"M")+e.x+" "+e.y;return a},_clipPoints:function(){var t,e,i,n=this._originalPoints,s=n.length;if(this.options.noClip)return this._parts=[n],void 0;this._parts=[];var a=this._parts,r=this._map._pathViewport,h=o.LineUtil;for(t=0,e=0;s-1>t;t++)i=h.clipSegment(n[t],n[t+1],r,t),i&&(a[e]=a[e]||[],a[e].push(i[0]),(i[1]!==n[t+1]||t===s-2)&&(a[e].push(i[1]),e++))},_simplifyPoints:function(){for(var t=this._parts,e=o.LineUtil,i=0,n=t.length;n>i;i++)t[i]=e.simplify(t[i],this.options.smoothFactor)},_updatePath:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),o.Path.prototype._updatePath.call(this))}}),o.polyline=function(t,e){return new o.Polyline(t,e)},o.PolyUtil={},o.PolyUtil.clipPolygon=function(t,e){var i,n,s,a,r,h,l,u,c,d=[1,4,2,8],p=o.LineUtil;for(n=0,l=t.length;l>n;n++)t[n]._code=p._getBitCode(t[n],e);for(a=0;4>a;a++){for(u=d[a],i=[],n=0,l=t.length,s=l-1;l>n;s=n++)r=t[n],h=t[s],r._code&u?h._code&u||(c=p._getEdgeIntersection(h,r,u,e),c._code=p._getBitCode(c,e),i.push(c)):(h._code&u&&(c=p._getEdgeIntersection(h,r,u,e),c._code=p._getBitCode(c,e),i.push(c)),i.push(r));t=i}return t},o.Polygon=o.Polyline.extend({options:{fill:!0},initialize:function(t,e){var i,n,s;if(o.Polyline.prototype.initialize.call(this,t,e),t&&o.Util.isArray(t[0])&&"number"!=typeof t[0][0])for(this._latlngs=this._convertLatLngs(t[0]),this._holes=t.slice(1),i=0,n=this._holes.length;n>i;i++)s=this._holes[i]=this._convertLatLngs(this._holes[i]),s[0].equals(s[s.length-1])&&s.pop();t=this._latlngs,t.length>=2&&t[0].equals(t[t.length-1])&&t.pop()},projectLatlngs:function(){if(o.Polyline.prototype.projectLatlngs.call(this),this._holePoints=[],this._holes){var t,e,i,n;for(t=0,i=this._holes.length;i>t;t++)for(this._holePoints[t]=[],e=0,n=this._holes[t].length;n>e;e++)this._holePoints[t][e]=this._map.latLngToLayerPoint(this._holes[t][e])}},_clipPoints:function(){var t=this._originalPoints,e=[];if(this._parts=[t].concat(this._holePoints),!this.options.noClip){for(var i=0,n=this._parts.length;n>i;i++){var s=o.PolyUtil.clipPolygon(this._parts[i],this._map._pathViewport);s.length&&e.push(s)}this._parts=e}},_getPathPartStr:function(t){var e=o.Polyline.prototype._getPathPartStr.call(this,t);return e+(o.Browser.svg?"z":"x")}}),o.polygon=function(t,e){return new o.Polygon(t,e)},function(){function t(t){return o.FeatureGroup.extend({initialize:function(t,e){this._layers={},this._options=e,this.setLatLngs(t)},setLatLngs:function(e){var i=0,n=e.length;for(this.eachLayer(function(t){n>i?t.setLatLngs(e[i++]):this.removeLayer(t)},this);n>i;)this.addLayer(new t(e[i++],this._options));return this},getLatLngs:function(){var t=[];return this.eachLayer(function(e){t.push(e.getLatLngs())}),t}})}o.MultiPolyline=t(o.Polyline),o.MultiPolygon=t(o.Polygon),o.multiPolyline=function(t,e){return new o.MultiPolyline(t,e)},o.multiPolygon=function(t,e){return new o.MultiPolygon(t,e)}}(),o.Rectangle=o.Polygon.extend({initialize:function(t,e){o.Polygon.prototype.initialize.call(this,this._boundsToLatLngs(t),e)},setBounds:function(t){this.setLatLngs(this._boundsToLatLngs(t))
},_boundsToLatLngs:function(t){return t=o.latLngBounds(t),[t.getSouthWest(),t.getNorthWest(),t.getNorthEast(),t.getSouthEast()]}}),o.rectangle=function(t,e){return new o.Rectangle(t,e)},o.Circle=o.Path.extend({initialize:function(t,e,i){o.Path.prototype.initialize.call(this,i),this._latlng=o.latLng(t),this._mRadius=e},options:{fill:!0},setLatLng:function(t){return this._latlng=o.latLng(t),this.redraw()},setRadius:function(t){return this._mRadius=t,this.redraw()},projectLatlngs:function(){var t=this._getLngRadius(),e=this._latlng,i=this._map.latLngToLayerPoint([e.lat,e.lng-t]);this._point=this._map.latLngToLayerPoint(e),this._radius=Math.max(this._point.x-i.x,1)},getBounds:function(){var t=this._getLngRadius(),e=360*(this._mRadius/40075017),i=this._latlng;return new o.LatLngBounds([i.lat-e,i.lng-t],[i.lat+e,i.lng+t])},getLatLng:function(){return this._latlng},getPathString:function(){var t=this._point,e=this._radius;return this._checkIfEmpty()?"":o.Browser.svg?"M"+t.x+","+(t.y-e)+"A"+e+","+e+",0,1,1,"+(t.x-.1)+","+(t.y-e)+" z":(t._round(),e=Math.round(e),"AL "+t.x+","+t.y+" "+e+","+e+" 0,"+23592600)},getRadius:function(){return this._mRadius},_getLatRadius:function(){return 360*(this._mRadius/40075017)},_getLngRadius:function(){return this._getLatRadius()/Math.cos(o.LatLng.DEG_TO_RAD*this._latlng.lat)},_checkIfEmpty:function(){if(!this._map)return!1;var t=this._map._pathViewport,e=this._radius,i=this._point;return i.x-e>t.max.x||i.y-e>t.max.y||i.x+e<t.min.x||i.y+e<t.min.y}}),o.circle=function(t,e,i){return new o.Circle(t,e,i)},o.CircleMarker=o.Circle.extend({options:{radius:10,weight:2},initialize:function(t,e){o.Circle.prototype.initialize.call(this,t,null,e),this._radius=this.options.radius},projectLatlngs:function(){this._point=this._map.latLngToLayerPoint(this._latlng)},_updateStyle:function(){o.Circle.prototype._updateStyle.call(this),this.setRadius(this.options.radius)},setRadius:function(t){return this.options.radius=this._radius=t,this.redraw()}}),o.circleMarker=function(t,e){return new o.CircleMarker(t,e)},o.Polyline.include(o.Path.CANVAS?{_containsPoint:function(t,e){var i,n,s,a,r,h,l,u=this.options.weight/2;for(o.Browser.touch&&(u+=10),i=0,a=this._parts.length;a>i;i++)for(l=this._parts[i],n=0,r=l.length,s=r-1;r>n;s=n++)if((e||0!==n)&&(h=o.LineUtil.pointToSegmentDistance(t,l[s],l[n]),u>=h))return!0;return!1}}:{}),o.Polygon.include(o.Path.CANVAS?{_containsPoint:function(t){var e,i,n,s,a,r,h,l,u=!1;if(o.Polyline.prototype._containsPoint.call(this,t,!0))return!0;for(s=0,h=this._parts.length;h>s;s++)for(e=this._parts[s],a=0,l=e.length,r=l-1;l>a;r=a++)i=e[a],n=e[r],i.y>t.y!=n.y>t.y&&t.x<(n.x-i.x)*(t.y-i.y)/(n.y-i.y)+i.x&&(u=!u);return u}}:{}),o.Circle.include(o.Path.CANVAS?{_drawPath:function(){var t=this._point;this._ctx.beginPath(),this._ctx.arc(t.x,t.y,this._radius,0,2*Math.PI,!1)},_containsPoint:function(t){var e=this._point,i=this.options.stroke?this.options.weight/2:0;return t.distanceTo(e)<=this._radius+i}}:{}),o.CircleMarker.include(o.Path.CANVAS?{_updateStyle:function(){o.Path.prototype._updateStyle.call(this)}}:{}),o.GeoJSON=o.FeatureGroup.extend({initialize:function(t,e){o.setOptions(this,e),this._layers={},t&&this.addData(t)},addData:function(t){var e,i,n,s=o.Util.isArray(t)?t:t.features;if(s){for(e=0,i=s.length;i>e;e++)n=s[e],(n.geometries||n.geometry||n.features||n.coordinates)&&this.addData(s[e]);return this}var a=this.options;if(!a.filter||a.filter(t)){var r=o.GeoJSON.geometryToLayer(t,a.pointToLayer,a.coordsToLatLng);return r.feature=o.GeoJSON.asFeature(t),r.defaultOptions=r.options,this.resetStyle(r),a.onEachFeature&&a.onEachFeature(t,r),this.addLayer(r)}},resetStyle:function(t){var e=this.options.style;e&&(o.Util.extend(t.options,t.defaultOptions),this._setLayerStyle(t,e))},setStyle:function(t){this.eachLayer(function(e){this._setLayerStyle(e,t)},this)},_setLayerStyle:function(t,e){"function"==typeof e&&(e=e(t.feature)),t.setStyle&&t.setStyle(e)}}),o.extend(o.GeoJSON,{geometryToLayer:function(t,e,i){var n,s,a,r,h,l="Feature"===t.type?t.geometry:t,u=l.coordinates,c=[];switch(i=i||this.coordsToLatLng,l.type){case"Point":return n=i(u),e?e(t,n):new o.Marker(n);case"MultiPoint":for(a=0,r=u.length;r>a;a++)n=i(u[a]),h=e?e(t,n):new o.Marker(n),c.push(h);return new o.FeatureGroup(c);case"LineString":return s=this.coordsToLatLngs(u,0,i),new o.Polyline(s);case"Polygon":return s=this.coordsToLatLngs(u,1,i),new o.Polygon(s);case"MultiLineString":return s=this.coordsToLatLngs(u,1,i),new o.MultiPolyline(s);case"MultiPolygon":return s=this.coordsToLatLngs(u,2,i),new o.MultiPolygon(s);case"GeometryCollection":for(a=0,r=l.geometries.length;r>a;a++)h=this.geometryToLayer({geometry:l.geometries[a],type:"Feature",properties:t.properties},e,i),c.push(h);return new o.FeatureGroup(c);default:throw new Error("Invalid GeoJSON object.")}},coordsToLatLng:function(t){return new o.LatLng(t[1],t[0])},coordsToLatLngs:function(t,e,i){var n,o,s,a=[];for(o=0,s=t.length;s>o;o++)n=e?this.coordsToLatLngs(t[o],e-1,i):(i||this.coordsToLatLng)(t[o]),a.push(n);return a},latLngToCoords:function(t){return[t.lng,t.lat]},latLngsToCoords:function(t){for(var e=[],i=0,n=t.length;n>i;i++)e.push(o.GeoJSON.latLngToCoords(t[i]));return e},getFeature:function(t,e){return t.feature?o.extend({},t.feature,{geometry:e}):o.GeoJSON.asFeature(e)},asFeature:function(t){return"Feature"===t.type?t:{type:"Feature",properties:{},geometry:t}}});var a={toGeoJSON:function(){return o.GeoJSON.getFeature(this,{type:"Point",coordinates:o.GeoJSON.latLngToCoords(this.getLatLng())})}};o.Marker.include(a),o.Circle.include(a),o.CircleMarker.include(a),o.Polyline.include({toGeoJSON:function(){return o.GeoJSON.getFeature(this,{type:"LineString",coordinates:o.GeoJSON.latLngsToCoords(this.getLatLngs())})}}),o.Polygon.include({toGeoJSON:function(){var t,e,i,n=[o.GeoJSON.latLngsToCoords(this.getLatLngs())];if(n[0].push(n[0][0]),this._holes)for(t=0,e=this._holes.length;e>t;t++)i=o.GeoJSON.latLngsToCoords(this._holes[t]),i.push(i[0]),n.push(i);return o.GeoJSON.getFeature(this,{type:"Polygon",coordinates:n})}}),function(){function t(t,e){t.include({toGeoJSON:function(){var t=[];return this.eachLayer(function(e){t.push(e.toGeoJSON().geometry.coordinates)}),o.GeoJSON.getFeature(this,{type:e,coordinates:t})}})}t(o.MultiPolyline,"MultiLineString"),t(o.MultiPolygon,"MultiPolygon")}(),o.LayerGroup.include({toGeoJSON:function(){var t=[];return this.eachLayer(function(e){e.toGeoJSON&&t.push(o.GeoJSON.asFeature(e.toGeoJSON()))}),{type:"FeatureCollection",features:t}}}),o.geoJson=function(t,e){return new o.GeoJSON(t,e)},o.DomEvent={addListener:function(t,e,i,n){var s,a,r,h=o.stamp(i),l="_leaflet_"+e+h;return t[l]?this:(s=function(e){return i.call(n||t,e||o.DomEvent._getEvent())},o.Browser.msTouch&&0===e.indexOf("touch")?this.addMsTouchListener(t,e,s,h):(o.Browser.touch&&"dblclick"===e&&this.addDoubleTapListener&&this.addDoubleTapListener(t,s,h),"addEventListener"in t?"mousewheel"===e?(t.addEventListener("DOMMouseScroll",s,!1),t.addEventListener(e,s,!1)):"mouseenter"===e||"mouseleave"===e?(a=s,r="mouseenter"===e?"mouseover":"mouseout",s=function(e){return o.DomEvent._checkMouse(t,e)?a(e):void 0},t.addEventListener(r,s,!1)):"click"===e&&o.Browser.android?(a=s,s=function(t){return o.DomEvent._filterClick(t,a)},t.addEventListener(e,s,!1)):t.addEventListener(e,s,!1):"attachEvent"in t&&t.attachEvent("on"+e,s),t[l]=s,this))},removeListener:function(t,e,i){var n=o.stamp(i),s="_leaflet_"+e+n,a=t[s];return a?(o.Browser.msTouch&&0===e.indexOf("touch")?this.removeMsTouchListener(t,e,n):o.Browser.touch&&"dblclick"===e&&this.removeDoubleTapListener?this.removeDoubleTapListener(t,n):"removeEventListener"in t?"mousewheel"===e?(t.removeEventListener("DOMMouseScroll",a,!1),t.removeEventListener(e,a,!1)):"mouseenter"===e||"mouseleave"===e?t.removeEventListener("mouseenter"===e?"mouseover":"mouseout",a,!1):t.removeEventListener(e,a,!1):"detachEvent"in t&&t.detachEvent("on"+e,a),t[s]=null,this):this},stopPropagation:function(t){return t.stopPropagation?t.stopPropagation():t.cancelBubble=!0,this},disableClickPropagation:function(t){for(var e=o.DomEvent.stopPropagation,i=o.Draggable.START.length-1;i>=0;i--)o.DomEvent.addListener(t,o.Draggable.START[i],e);return o.DomEvent.addListener(t,"click",o.DomEvent._fakeStop).addListener(t,"dblclick",e)},preventDefault:function(t){return t.preventDefault?t.preventDefault():t.returnValue=!1,this},stop:function(t){return o.DomEvent.preventDefault(t).stopPropagation(t)},getMousePosition:function(t,i){var n=o.Browser.ie7,s=e.body,a=e.documentElement,r=t.pageX?t.pageX-s.scrollLeft-a.scrollLeft:t.clientX,h=t.pageY?t.pageY-s.scrollTop-a.scrollTop:t.clientY,l=new o.Point(r,h),u=i.getBoundingClientRect(),c=u.left-i.clientLeft,d=u.top-i.clientTop;return o.DomUtil.documentIsLtr()||!o.Browser.webkit&&!n||(c+=i.scrollWidth-i.clientWidth,n&&"hidden"!==o.DomUtil.getStyle(i,"overflow-y")&&"hidden"!==o.DomUtil.getStyle(i,"overflow")&&(c+=17)),l._subtract(new o.Point(c,d))},getWheelDelta:function(t){var e=0;return t.wheelDelta&&(e=t.wheelDelta/120),t.detail&&(e=-t.detail/3),e},_skipEvents:{},_fakeStop:function(t){o.DomEvent._skipEvents[t.type]=!0},_skipped:function(t){var e=this._skipEvents[t.type];return this._skipEvents[t.type]=!1,e},_checkMouse:function(t,e){var i=e.relatedTarget;if(!i)return!0;try{for(;i&&i!==t;)i=i.parentNode}catch(n){return!1}return i!==t},_getEvent:function(){var e=t.event;if(!e)for(var i=arguments.callee.caller;i&&(e=i.arguments[0],!e||t.Event!==e.constructor);)i=i.caller;return e},_filterClick:function(t,e){var i=t.timeStamp||t.originalEvent.timeStamp,n=o.DomEvent._lastClick&&i-o.DomEvent._lastClick;return n&&n>100&&1e3>n||t.target._simulatedClick&&!t._simulated?(o.DomEvent.stop(t),void 0):(o.DomEvent._lastClick=i,e(t))}},o.DomEvent.on=o.DomEvent.addListener,o.DomEvent.off=o.DomEvent.removeListener,o.Draggable=o.Class.extend({includes:o.Mixin.Events,statics:{START:o.Browser.touch?["touchstart","mousedown"]:["mousedown"],END:{mousedown:"mouseup",touchstart:"touchend",MSPointerDown:"touchend"},MOVE:{mousedown:"mousemove",touchstart:"touchmove",MSPointerDown:"touchmove"}},initialize:function(t,e){this._element=t,this._dragStartTarget=e||t},enable:function(){if(!this._enabled){for(var t=o.Draggable.START.length-1;t>=0;t--)o.DomEvent.on(this._dragStartTarget,o.Draggable.START[t],this._onDown,this);this._enabled=!0}},disable:function(){if(this._enabled){for(var t=o.Draggable.START.length-1;t>=0;t--)o.DomEvent.off(this._dragStartTarget,o.Draggable.START[t],this._onDown,this);this._enabled=!1,this._moved=!1}},_onDown:function(t){if(!t.shiftKey&&(1===t.which||1===t.button||t.touches)&&(o.DomEvent.stopPropagation(t),!o.Draggable._disabled)){o.DomUtil.disableImageDrag(),o.DomUtil.disableTextSelection();var i=t.touches?t.touches[0]:t,n=i.target;o.Browser.touch&&"a"===n.tagName.toLowerCase()&&o.DomUtil.addClass(n,"leaflet-active"),this._moved=!1,this._moving||(this._startPoint=new o.Point(i.clientX,i.clientY),this._startPos=this._newPos=o.DomUtil.getPosition(this._element),o.DomEvent.on(e,o.Draggable.MOVE[t.type],this._onMove,this).on(e,o.Draggable.END[t.type],this._onUp,this))}},_onMove:function(t){if(!(t.touches&&t.touches.length>1)){var i=t.touches&&1===t.touches.length?t.touches[0]:t,n=new o.Point(i.clientX,i.clientY),s=n.subtract(this._startPoint);(s.x||s.y)&&(o.DomEvent.preventDefault(t),this._moved||(this.fire("dragstart"),this._moved=!0,this._startPos=o.DomUtil.getPosition(this._element).subtract(s),o.Browser.touch||o.DomUtil.addClass(e.body,"leaflet-dragging")),this._newPos=this._startPos.add(s),this._moving=!0,o.Util.cancelAnimFrame(this._animRequest),this._animRequest=o.Util.requestAnimFrame(this._updatePosition,this,!0,this._dragStartTarget))}},_updatePosition:function(){this.fire("predrag"),o.DomUtil.setPosition(this._element,this._newPos),this.fire("drag")},_onUp:function(){o.Browser.touch||o.DomUtil.removeClass(e.body,"leaflet-dragging");for(var t in o.Draggable.MOVE)o.DomEvent.off(e,o.Draggable.MOVE[t],this._onMove).off(e,o.Draggable.END[t],this._onUp);o.DomUtil.enableImageDrag(),o.DomUtil.enableTextSelection(),this._moved&&(o.Util.cancelAnimFrame(this._animRequest),this.fire("dragend")),this._moving=!1}}),o.Handler=o.Class.extend({initialize:function(t){this._map=t},enable:function(){this._enabled||(this._enabled=!0,this.addHooks())},disable:function(){this._enabled&&(this._enabled=!1,this.removeHooks())},enabled:function(){return!!this._enabled}}),o.Map.mergeOptions({dragging:!0,inertia:!o.Browser.android23,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,inertiaThreshold:o.Browser.touch?32:18,easeLinearity:.25,worldCopyJump:!1}),o.Map.Drag=o.Handler.extend({addHooks:function(){if(!this._draggable){var t=this._map;this._draggable=new o.Draggable(t._mapPane,t._container),this._draggable.on({dragstart:this._onDragStart,drag:this._onDrag,dragend:this._onDragEnd},this),t.options.worldCopyJump&&(this._draggable.on("predrag",this._onPreDrag,this),t.on("viewreset",this._onViewReset,this),this._onViewReset())}this._draggable.enable()},removeHooks:function(){this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},_onDragStart:function(){var t=this._map;t._panAnim&&t._panAnim.stop(),t.fire("movestart").fire("dragstart"),t.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(){if(this._map.options.inertia){var t=this._lastTime=+new Date,e=this._lastPos=this._draggable._newPos;this._positions.push(e),this._times.push(t),t-this._times[0]>200&&(this._positions.shift(),this._times.shift())}this._map.fire("move").fire("drag")},_onViewReset:function(){var t=this._map.getSize()._divideBy(2),e=this._map.latLngToLayerPoint([0,0]);this._initialWorldOffset=e.subtract(t).x,this._worldWidth=this._map.project([0,180]).x},_onPreDrag:function(){var t=this._worldWidth,e=Math.round(t/2),i=this._initialWorldOffset,n=this._draggable._newPos.x,o=(n-e+i)%t+e-i,s=(n+e+i)%t-e-i,a=Math.abs(o+i)<Math.abs(s+i)?o:s;this._draggable._newPos.x=a},_onDragEnd:function(){var t=this._map,e=t.options,i=+new Date-this._lastTime,n=!e.inertia||i>e.inertiaThreshold||!this._positions[0];if(t.fire("dragend"),n)t.fire("moveend");else{var s=this._lastPos.subtract(this._positions[0]),a=(this._lastTime+i-this._times[0])/1e3,r=e.easeLinearity,h=s.multiplyBy(r/a),l=h.distanceTo([0,0]),u=Math.min(e.inertiaMaxSpeed,l),c=h.multiplyBy(u/l),d=u/(e.inertiaDeceleration*r),p=c.multiplyBy(-d/2).round();p.x&&p.y?o.Util.requestAnimFrame(function(){t.panBy(p,{duration:d,easeLinearity:r,noMoveStart:!0})}):t.fire("moveend")}}}),o.Map.addInitHook("addHandler","dragging",o.Map.Drag),o.Map.mergeOptions({doubleClickZoom:!0}),o.Map.DoubleClickZoom=o.Handler.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick)},_onDoubleClick:function(t){this.setZoomAround(t.containerPoint,this._zoom+1)}}),o.Map.addInitHook("addHandler","doubleClickZoom",o.Map.DoubleClickZoom),o.Map.mergeOptions({scrollWheelZoom:!0}),o.Map.ScrollWheelZoom=o.Handler.extend({addHooks:function(){o.DomEvent.on(this._map._container,"mousewheel",this._onWheelScroll,this),o.DomEvent.on(this._map._container,"MozMousePixelScroll",o.DomEvent.preventDefault),this._delta=0},removeHooks:function(){o.DomEvent.off(this._map._container,"mousewheel",this._onWheelScroll),o.DomEvent.off(this._map._container,"MozMousePixelScroll",o.DomEvent.preventDefault)},_onWheelScroll:function(t){var e=o.DomEvent.getWheelDelta(t);this._delta+=e,this._lastMousePos=this._map.mouseEventToContainerPoint(t),this._startTime||(this._startTime=+new Date);var i=Math.max(40-(+new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(o.bind(this._performZoom,this),i),o.DomEvent.preventDefault(t),o.DomEvent.stopPropagation(t)},_performZoom:function(){var t=this._map,e=this._delta,i=t.getZoom();e=e>0?Math.ceil(e):Math.floor(e),e=Math.max(Math.min(e,4),-4),e=t._limitZoom(i+e)-i,this._delta=0,this._startTime=null,e&&t.setZoomAround(this._lastMousePos,i+e)}}),o.Map.addInitHook("addHandler","scrollWheelZoom",o.Map.ScrollWheelZoom),o.extend(o.DomEvent,{_touchstart:o.Browser.msTouch?"MSPointerDown":"touchstart",_touchend:o.Browser.msTouch?"MSPointerUp":"touchend",addDoubleTapListener:function(t,i,n){function s(t){var e;if(o.Browser.msTouch?(_.push(t.pointerId),e=_.length):e=t.touches.length,!(e>1)){var i=Date.now(),n=i-(r||i);h=t.touches?t.touches[0]:t,l=n>0&&u>=n,r=i}}function a(t){if(o.Browser.msTouch){var e=_.indexOf(t.pointerId);if(-1===e)return;_.splice(e,1)}if(l){if(o.Browser.msTouch){var n,s={};for(var a in h)n=h[a],s[a]="function"==typeof n?n.bind(h):n;h=s}h.type="dblclick",i(h),r=null}}var r,h,l=!1,u=250,c="_leaflet_",d=this._touchstart,p=this._touchend,_=[];t[c+d+n]=s,t[c+p+n]=a;var m=o.Browser.msTouch?e.documentElement:t;return t.addEventListener(d,s,!1),m.addEventListener(p,a,!1),o.Browser.msTouch&&m.addEventListener("MSPointerCancel",a,!1),this},removeDoubleTapListener:function(t,i){var n="_leaflet_";return t.removeEventListener(this._touchstart,t[n+this._touchstart+i],!1),(o.Browser.msTouch?e.documentElement:t).removeEventListener(this._touchend,t[n+this._touchend+i],!1),o.Browser.msTouch&&e.documentElement.removeEventListener("MSPointerCancel",t[n+this._touchend+i],!1),this}}),o.extend(o.DomEvent,{_msTouches:[],_msDocumentListener:!1,addMsTouchListener:function(t,e,i,n){switch(e){case"touchstart":return this.addMsTouchListenerStart(t,e,i,n);case"touchend":return this.addMsTouchListenerEnd(t,e,i,n);case"touchmove":return this.addMsTouchListenerMove(t,e,i,n);default:throw"Unknown touch event type"}},addMsTouchListenerStart:function(t,i,n,o){var s="_leaflet_",a=this._msTouches,r=function(t){for(var e=!1,i=0;i<a.length;i++)if(a[i].pointerId===t.pointerId){e=!0;break}e||a.push(t),t.touches=a.slice(),t.changedTouches=[t],n(t)};if(t[s+"touchstart"+o]=r,t.addEventListener("MSPointerDown",r,!1),!this._msDocumentListener){var h=function(t){for(var e=0;e<a.length;e++)if(a[e].pointerId===t.pointerId){a.splice(e,1);break}};e.documentElement.addEventListener("MSPointerUp",h,!1),e.documentElement.addEventListener("MSPointerCancel",h,!1),this._msDocumentListener=!0}return this},addMsTouchListenerMove:function(t,e,i,n){function o(t){if(t.pointerType!==t.MSPOINTER_TYPE_MOUSE||0!==t.buttons){for(var e=0;e<a.length;e++)if(a[e].pointerId===t.pointerId){a[e]=t;break}t.touches=a.slice(),t.changedTouches=[t],i(t)}}var s="_leaflet_",a=this._msTouches;return t[s+"touchmove"+n]=o,t.addEventListener("MSPointerMove",o,!1),this},addMsTouchListenerEnd:function(t,e,i,n){var o="_leaflet_",s=this._msTouches,a=function(t){for(var e=0;e<s.length;e++)if(s[e].pointerId===t.pointerId){s.splice(e,1);break}t.touches=s.slice(),t.changedTouches=[t],i(t)};return t[o+"touchend"+n]=a,t.addEventListener("MSPointerUp",a,!1),t.addEventListener("MSPointerCancel",a,!1),this},removeMsTouchListener:function(t,e,i){var n="_leaflet_",o=t[n+e+i];switch(e){case"touchstart":t.removeEventListener("MSPointerDown",o,!1);break;case"touchmove":t.removeEventListener("MSPointerMove",o,!1);break;case"touchend":t.removeEventListener("MSPointerUp",o,!1),t.removeEventListener("MSPointerCancel",o,!1)}return this}}),o.Map.mergeOptions({touchZoom:o.Browser.touch&&!o.Browser.android23}),o.Map.TouchZoom=o.Handler.extend({addHooks:function(){o.DomEvent.on(this._map._container,"touchstart",this._onTouchStart,this)},removeHooks:function(){o.DomEvent.off(this._map._container,"touchstart",this._onTouchStart,this)},_onTouchStart:function(t){var i=this._map;if(t.touches&&2===t.touches.length&&!i._animatingZoom&&!this._zooming){var n=i.mouseEventToLayerPoint(t.touches[0]),s=i.mouseEventToLayerPoint(t.touches[1]),a=i._getCenterLayerPoint();this._startCenter=n.add(s)._divideBy(2),this._startDist=n.distanceTo(s),this._moved=!1,this._zooming=!0,this._centerOffset=a.subtract(this._startCenter),i._panAnim&&i._panAnim.stop(),o.DomEvent.on(e,"touchmove",this._onTouchMove,this).on(e,"touchend",this._onTouchEnd,this),o.DomEvent.preventDefault(t)}},_onTouchMove:function(t){var e=this._map;if(t.touches&&2===t.touches.length&&this._zooming){var i=e.mouseEventToLayerPoint(t.touches[0]),n=e.mouseEventToLayerPoint(t.touches[1]);this._scale=i.distanceTo(n)/this._startDist,this._delta=i._add(n)._divideBy(2)._subtract(this._startCenter),1!==this._scale&&(this._moved||(o.DomUtil.addClass(e._mapPane,"leaflet-touching"),e.fire("movestart").fire("zoomstart"),this._moved=!0),o.Util.cancelAnimFrame(this._animRequest),this._animRequest=o.Util.requestAnimFrame(this._updateOnMove,this,!0,this._map._container),o.DomEvent.preventDefault(t))}},_updateOnMove:function(){var t=this._map,e=this._getScaleOrigin(),i=t.layerPointToLatLng(e),n=t.getScaleZoom(this._scale);t._animateZoom(i,n,this._startCenter,this._scale,this._delta)},_onTouchEnd:function(){if(!this._moved||!this._zooming)return this._zooming=!1,void 0;var t=this._map;this._zooming=!1,o.DomUtil.removeClass(t._mapPane,"leaflet-touching"),o.Util.cancelAnimFrame(this._animRequest),o.DomEvent.off(e,"touchmove",this._onTouchMove).off(e,"touchend",this._onTouchEnd);var i=this._getScaleOrigin(),n=t.layerPointToLatLng(i),s=t.getZoom(),a=t.getScaleZoom(this._scale)-s,r=a>0?Math.ceil(a):Math.floor(a),h=t._limitZoom(s+r),l=t.getZoomScale(h)/this._scale;t._animateZoom(n,h,i,l)},_getScaleOrigin:function(){var t=this._centerOffset.subtract(this._delta).divideBy(this._scale);return this._startCenter.add(t)}}),o.Map.addInitHook("addHandler","touchZoom",o.Map.TouchZoom),o.Map.mergeOptions({tap:!0,tapTolerance:15}),o.Map.Tap=o.Handler.extend({addHooks:function(){o.DomEvent.on(this._map._container,"touchstart",this._onDown,this)},removeHooks:function(){o.DomEvent.off(this._map._container,"touchstart",this._onDown,this)},_onDown:function(t){if(t.touches){if(o.DomEvent.preventDefault(t),this._fireClick=!0,t.touches.length>1)return this._fireClick=!1,clearTimeout(this._holdTimeout),void 0;var i=t.touches[0],n=i.target;this._startPos=this._newPos=new o.Point(i.clientX,i.clientY),"a"===n.tagName.toLowerCase()&&o.DomUtil.addClass(n,"leaflet-active"),this._holdTimeout=setTimeout(o.bind(function(){this._isTapValid()&&(this._fireClick=!1,this._onUp(),this._simulateEvent("contextmenu",i))},this),1e3),o.DomEvent.on(e,"touchmove",this._onMove,this).on(e,"touchend",this._onUp,this)}},_onUp:function(t){if(clearTimeout(this._holdTimeout),o.DomEvent.off(e,"touchmove",this._onMove,this).off(e,"touchend",this._onUp,this),this._fireClick&&t&&t.changedTouches){var i=t.changedTouches[0],n=i.target;"a"===n.tagName.toLowerCase()&&o.DomUtil.removeClass(n,"leaflet-active"),this._isTapValid()&&this._simulateEvent("click",i)}},_isTapValid:function(){return this._newPos.distanceTo(this._startPos)<=this._map.options.tapTolerance},_onMove:function(t){var e=t.touches[0];this._newPos=new o.Point(e.clientX,e.clientY)},_simulateEvent:function(i,n){var o=e.createEvent("MouseEvents");o._simulated=!0,n.target._simulatedClick=!0,o.initMouseEvent(i,!0,!0,t,1,n.screenX,n.screenY,n.clientX,n.clientY,!1,!1,!1,!1,0,null),n.target.dispatchEvent(o)}}),o.Browser.touch&&!o.Browser.msTouch&&o.Map.addInitHook("addHandler","tap",o.Map.Tap),o.Map.mergeOptions({boxZoom:!0}),o.Map.BoxZoom=o.Handler.extend({initialize:function(t){this._map=t,this._container=t._container,this._pane=t._panes.overlayPane},addHooks:function(){o.DomEvent.on(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){o.DomEvent.off(this._container,"mousedown",this._onMouseDown)},_onMouseDown:function(t){return!t.shiftKey||1!==t.which&&1!==t.button?!1:(o.DomUtil.disableTextSelection(),o.DomUtil.disableImageDrag(),this._startLayerPoint=this._map.mouseEventToLayerPoint(t),this._box=o.DomUtil.create("div","leaflet-zoom-box",this._pane),o.DomUtil.setPosition(this._box,this._startLayerPoint),this._container.style.cursor="crosshair",o.DomEvent.on(e,"mousemove",this._onMouseMove,this).on(e,"mouseup",this._onMouseUp,this).on(e,"keydown",this._onKeyDown,this),this._map.fire("boxzoomstart"),void 0)},_onMouseMove:function(t){var e=this._startLayerPoint,i=this._box,n=this._map.mouseEventToLayerPoint(t),s=n.subtract(e),a=new o.Point(Math.min(n.x,e.x),Math.min(n.y,e.y));o.DomUtil.setPosition(i,a),i.style.width=Math.max(0,Math.abs(s.x)-4)+"px",i.style.height=Math.max(0,Math.abs(s.y)-4)+"px"},_finish:function(){this._pane.removeChild(this._box),this._container.style.cursor="",o.DomUtil.enableTextSelection(),o.DomUtil.enableImageDrag(),o.DomEvent.off(e,"mousemove",this._onMouseMove).off(e,"mouseup",this._onMouseUp).off(e,"keydown",this._onKeyDown)},_onMouseUp:function(t){this._finish();var e=this._map,i=e.mouseEventToLayerPoint(t);if(!this._startLayerPoint.equals(i)){var n=new o.LatLngBounds(e.layerPointToLatLng(this._startLayerPoint),e.layerPointToLatLng(i));e.fitBounds(n),e.fire("boxzoomend",{boxZoomBounds:n})}},_onKeyDown:function(t){27===t.keyCode&&this._finish()}}),o.Map.addInitHook("addHandler","boxZoom",o.Map.BoxZoom),o.Map.mergeOptions({keyboard:!0,keyboardPanOffset:80,keyboardZoomOffset:1}),o.Map.Keyboard=o.Handler.extend({keyCodes:{left:[37],right:[39],down:[40],up:[38],zoomIn:[187,107,61],zoomOut:[189,109,173]},initialize:function(t){this._map=t,this._setPanOffset(t.options.keyboardPanOffset),this._setZoomOffset(t.options.keyboardZoomOffset)},addHooks:function(){var t=this._map._container;-1===t.tabIndex&&(t.tabIndex="0"),o.DomEvent.on(t,"focus",this._onFocus,this).on(t,"blur",this._onBlur,this).on(t,"mousedown",this._onMouseDown,this),this._map.on("focus",this._addHooks,this).on("blur",this._removeHooks,this)},removeHooks:function(){this._removeHooks();var t=this._map._container;o.DomEvent.off(t,"focus",this._onFocus,this).off(t,"blur",this._onBlur,this).off(t,"mousedown",this._onMouseDown,this),this._map.off("focus",this._addHooks,this).off("blur",this._removeHooks,this)},_onMouseDown:function(){if(!this._focused){var i=e.body,n=e.documentElement,o=i.scrollTop||n.scrollTop,s=i.scrollLeft||n.scrollLeft;this._map._container.focus(),t.scrollTo(s,o)}},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanOffset:function(t){var e,i,n=this._panKeys={},o=this.keyCodes;for(e=0,i=o.left.length;i>e;e++)n[o.left[e]]=[-1*t,0];for(e=0,i=o.right.length;i>e;e++)n[o.right[e]]=[t,0];for(e=0,i=o.down.length;i>e;e++)n[o.down[e]]=[0,t];for(e=0,i=o.up.length;i>e;e++)n[o.up[e]]=[0,-1*t]},_setZoomOffset:function(t){var e,i,n=this._zoomKeys={},o=this.keyCodes;for(e=0,i=o.zoomIn.length;i>e;e++)n[o.zoomIn[e]]=t;for(e=0,i=o.zoomOut.length;i>e;e++)n[o.zoomOut[e]]=-t},_addHooks:function(){o.DomEvent.on(e,"keydown",this._onKeyDown,this)},_removeHooks:function(){o.DomEvent.off(e,"keydown",this._onKeyDown,this)},_onKeyDown:function(t){var e=t.keyCode,i=this._map;if(e in this._panKeys){if(i._panAnim&&i._panAnim._inProgress)return;i.panBy(this._panKeys[e]),i.options.maxBounds&&i.panInsideBounds(i.options.maxBounds)}else{if(!(e in this._zoomKeys))return;i.setZoom(i.getZoom()+this._zoomKeys[e])}o.DomEvent.stop(t)}}),o.Map.addInitHook("addHandler","keyboard",o.Map.Keyboard),o.Handler.MarkerDrag=o.Handler.extend({initialize:function(t){this._marker=t},addHooks:function(){var t=this._marker._icon;this._draggable||(this._draggable=new o.Draggable(t,t)),this._draggable.on("dragstart",this._onDragStart,this).on("drag",this._onDrag,this).on("dragend",this._onDragEnd,this),this._draggable.enable()},removeHooks:function(){this._draggable.off("dragstart",this._onDragStart,this).off("drag",this._onDrag,this).off("dragend",this._onDragEnd,this),this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},_onDragStart:function(){this._marker.closePopup().fire("movestart").fire("dragstart")},_onDrag:function(){var t=this._marker,e=t._shadow,i=o.DomUtil.getPosition(t._icon),n=t._map.layerPointToLatLng(i);e&&o.DomUtil.setPosition(e,i),t._latlng=n,t.fire("move",{latlng:n}).fire("drag")},_onDragEnd:function(){this._marker.fire("moveend").fire("dragend")}}),o.Control=o.Class.extend({options:{position:"topright"},initialize:function(t){o.setOptions(this,t)},getPosition:function(){return this.options.position},setPosition:function(t){var e=this._map;return e&&e.removeControl(this),this.options.position=t,e&&e.addControl(this),this},getContainer:function(){return this._container},addTo:function(t){this._map=t;var e=this._container=this.onAdd(t),i=this.getPosition(),n=t._controlCorners[i];return o.DomUtil.addClass(e,"leaflet-control"),-1!==i.indexOf("bottom")?n.insertBefore(e,n.firstChild):n.appendChild(e),this},removeFrom:function(t){var e=this.getPosition(),i=t._controlCorners[e];return i.removeChild(this._container),this._map=null,this.onRemove&&this.onRemove(t),this}}),o.control=function(t){return new o.Control(t)},o.Map.include({addControl:function(t){return t.addTo(this),this},removeControl:function(t){return t.removeFrom(this),this},_initControlPos:function(){function t(t,s){var a=i+t+" "+i+s;e[t+s]=o.DomUtil.create("div",a,n)}var e=this._controlCorners={},i="leaflet-",n=this._controlContainer=o.DomUtil.create("div",i+"control-container",this._container);t("top","left"),t("top","right"),t("bottom","left"),t("bottom","right")},_clearControlPos:function(){this._container.removeChild(this._controlContainer)}}),o.Control.Zoom=o.Control.extend({options:{position:"topleft"},onAdd:function(t){var e="leaflet-control-zoom",i=o.DomUtil.create("div",e+" leaflet-bar");return this._map=t,this._zoomInButton=this._createButton("+","Zoom in",e+"-in",i,this._zoomIn,this),this._zoomOutButton=this._createButton("-","Zoom out",e+"-out",i,this._zoomOut,this),t.on("zoomend zoomlevelschange",this._updateDisabled,this),i},onRemove:function(t){t.off("zoomend zoomlevelschange",this._updateDisabled,this)},_zoomIn:function(t){this._map.zoomIn(t.shiftKey?3:1)},_zoomOut:function(t){this._map.zoomOut(t.shiftKey?3:1)},_createButton:function(t,e,i,n,s,a){var r=o.DomUtil.create("a",i,n);r.innerHTML=t,r.href="#",r.title=e;var h=o.DomEvent.stopPropagation;return o.DomEvent.on(r,"click",h).on(r,"mousedown",h).on(r,"dblclick",h).on(r,"click",o.DomEvent.preventDefault).on(r,"click",s,a),r},_updateDisabled:function(){var t=this._map,e="leaflet-disabled";o.DomUtil.removeClass(this._zoomInButton,e),o.DomUtil.removeClass(this._zoomOutButton,e),t._zoom===t.getMinZoom()&&o.DomUtil.addClass(this._zoomOutButton,e),t._zoom===t.getMaxZoom()&&o.DomUtil.addClass(this._zoomInButton,e)}}),o.Map.mergeOptions({zoomControl:!0}),o.Map.addInitHook(function(){this.options.zoomControl&&(this.zoomControl=new o.Control.Zoom,this.addControl(this.zoomControl))}),o.control.zoom=function(t){return new o.Control.Zoom(t)},o.Control.Attribution=o.Control.extend({options:{position:"bottomright",prefix:'<a href="http://leafletjs.com" title="A JS library for interactive maps">Leaflet</a>'},initialize:function(t){o.setOptions(this,t),this._attributions={}},onAdd:function(t){return this._container=o.DomUtil.create("div","leaflet-control-attribution"),o.DomEvent.disableClickPropagation(this._container),t.on("layeradd",this._onLayerAdd,this).on("layerremove",this._onLayerRemove,this),this._update(),this._container},onRemove:function(t){t.off("layeradd",this._onLayerAdd).off("layerremove",this._onLayerRemove)},setPrefix:function(t){return this.options.prefix=t,this._update(),this},addAttribution:function(t){return t?(this._attributions[t]||(this._attributions[t]=0),this._attributions[t]++,this._update(),this):void 0},removeAttribution:function(t){return t?(this._attributions[t]&&(this._attributions[t]--,this._update()),this):void 0},_update:function(){if(this._map){var t=[];for(var e in this._attributions)this._attributions[e]&&t.push(e);var i=[];this.options.prefix&&i.push(this.options.prefix),t.length&&i.push(t.join(", ")),this._container.innerHTML=i.join(" | ")}},_onLayerAdd:function(t){t.layer.getAttribution&&this.addAttribution(t.layer.getAttribution())},_onLayerRemove:function(t){t.layer.getAttribution&&this.removeAttribution(t.layer.getAttribution())}}),o.Map.mergeOptions({attributionControl:!0}),o.Map.addInitHook(function(){this.options.attributionControl&&(this.attributionControl=(new o.Control.Attribution).addTo(this))
}),o.control.attribution=function(t){return new o.Control.Attribution(t)},o.Control.Scale=o.Control.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0,updateWhenIdle:!1},onAdd:function(t){this._map=t;var e="leaflet-control-scale",i=o.DomUtil.create("div",e),n=this.options;return this._addScales(n,e,i),t.on(n.updateWhenIdle?"moveend":"move",this._update,this),t.whenReady(this._update,this),i},onRemove:function(t){t.off(this.options.updateWhenIdle?"moveend":"move",this._update,this)},_addScales:function(t,e,i){t.metric&&(this._mScale=o.DomUtil.create("div",e+"-line",i)),t.imperial&&(this._iScale=o.DomUtil.create("div",e+"-line",i))},_update:function(){var t=this._map.getBounds(),e=t.getCenter().lat,i=6378137*Math.PI*Math.cos(e*Math.PI/180),n=i*(t.getNorthEast().lng-t.getSouthWest().lng)/180,o=this._map.getSize(),s=this.options,a=0;o.x>0&&(a=n*(s.maxWidth/o.x)),this._updateScales(s,a)},_updateScales:function(t,e){t.metric&&e&&this._updateMetric(e),t.imperial&&e&&this._updateImperial(e)},_updateMetric:function(t){var e=this._getRoundNum(t);this._mScale.style.width=this._getScaleWidth(e/t)+"px",this._mScale.innerHTML=1e3>e?e+" m":e/1e3+" km"},_updateImperial:function(t){var e,i,n,o=3.2808399*t,s=this._iScale;o>5280?(e=o/5280,i=this._getRoundNum(e),s.style.width=this._getScaleWidth(i/e)+"px",s.innerHTML=i+" mi"):(n=this._getRoundNum(o),s.style.width=this._getScaleWidth(n/o)+"px",s.innerHTML=n+" ft")},_getScaleWidth:function(t){return Math.round(this.options.maxWidth*t)-10},_getRoundNum:function(t){var e=Math.pow(10,(Math.floor(t)+"").length-1),i=t/e;return i=i>=10?10:i>=5?5:i>=3?3:i>=2?2:1,e*i}}),o.control.scale=function(t){return new o.Control.Scale(t)},o.Control.Layers=o.Control.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0},initialize:function(t,e,i){o.setOptions(this,i),this._layers={},this._lastZIndex=0,this._handlingClick=!1;for(var n in t)this._addLayer(t[n],n);for(n in e)this._addLayer(e[n],n,!0)},onAdd:function(t){return this._initLayout(),this._update(),t.on("layeradd",this._onLayerChange,this).on("layerremove",this._onLayerChange,this),this._container},onRemove:function(t){t.off("layeradd",this._onLayerChange).off("layerremove",this._onLayerChange)},addBaseLayer:function(t,e){return this._addLayer(t,e),this._update(),this},addOverlay:function(t,e){return this._addLayer(t,e,!0),this._update(),this},removeLayer:function(t){var e=o.stamp(t);return delete this._layers[e],this._update(),this},_initLayout:function(){var t="leaflet-control-layers",e=this._container=o.DomUtil.create("div",t);e.setAttribute("aria-haspopup",!0),o.Browser.touch?o.DomEvent.on(e,"click",o.DomEvent.stopPropagation):(o.DomEvent.disableClickPropagation(e),o.DomEvent.on(e,"mousewheel",o.DomEvent.stopPropagation));var i=this._form=o.DomUtil.create("form",t+"-list");if(this.options.collapsed){o.Browser.android||o.DomEvent.on(e,"mouseover",this._expand,this).on(e,"mouseout",this._collapse,this);var n=this._layersLink=o.DomUtil.create("a",t+"-toggle",e);n.href="#",n.title="Layers",o.Browser.touch?o.DomEvent.on(n,"click",o.DomEvent.stop).on(n,"click",this._expand,this):o.DomEvent.on(n,"focus",this._expand,this),this._map.on("click",this._collapse,this)}else this._expand();this._baseLayersList=o.DomUtil.create("div",t+"-base",i),this._separator=o.DomUtil.create("div",t+"-separator",i),this._overlaysList=o.DomUtil.create("div",t+"-overlays",i),e.appendChild(i)},_addLayer:function(t,e,i){var n=o.stamp(t);this._layers[n]={layer:t,name:e,overlay:i},this.options.autoZIndex&&t.setZIndex&&(this._lastZIndex++,t.setZIndex(this._lastZIndex))},_update:function(){if(this._container){this._baseLayersList.innerHTML="",this._overlaysList.innerHTML="";var t,e,i=!1,n=!1;for(t in this._layers)e=this._layers[t],this._addItem(e),n=n||e.overlay,i=i||!e.overlay;this._separator.style.display=n&&i?"":"none"}},_onLayerChange:function(t){var e=this._layers[o.stamp(t.layer)];if(e){this._handlingClick||this._update();var i=e.overlay?"layeradd"===t.type?"overlayadd":"overlayremove":"layeradd"===t.type?"baselayerchange":null;i&&this._map.fire(i,e)}},_createRadioElement:function(t,i){var n='<input type="radio" class="leaflet-control-layers-selector" name="'+t+'"';i&&(n+=' checked="checked"'),n+="/>";var o=e.createElement("div");return o.innerHTML=n,o.firstChild},_addItem:function(t){var i,n=e.createElement("label"),s=this._map.hasLayer(t.layer);t.overlay?(i=e.createElement("input"),i.type="checkbox",i.className="leaflet-con
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment