Skip to content

Instantly share code, notes, and snippets.

@bsudekum
Last active December 31, 2015 18:09
Show Gist options
  • Save bsudekum/8024992 to your computer and use it in GitHub Desktop.
Save bsudekum/8024992 to your computer and use it in GitHub Desktop.
2 years of my life, animated
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>2 Years animated</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<script src='//api.tiles.mapbox.com/mapbox.js/v1.5.2/mapbox.js'></script>
<link href='//api.tiles.mapbox.com/mapbox.js/v1.5.2/mapbox.css' rel='stylesheet' />
<script src='year.js'></script>
<style>
body { margin:0; padding:0; }
#map { position:absolute; top:0; bottom:0; width:100%; }
</style>
</head>
<body>
<div id='map'></div>
<script>
var map = L.mapbox.map('map', 'examples.map-9ijuk24y')
.setView([33.431,-98.833], 5);
var polyline = L.polyline([],{
color: 'red',
weight:1
}).addTo(map);
var circle = L.circle([0,0], 200).addTo(map);
circle.setStyle({
fillColor: 'red',
weight: 10,
opacity: 1,
fillOpacity:1,
color: 'red'
});
var pointsAdded = 0;
add();
function add() {
polyline.addLatLng([data.features[0].geometry.coordinates[pointsAdded][1],data.features[0].geometry.coordinates[pointsAdded][0]]);
circle.setLatLng([data.features[0].geometry.coordinates[pointsAdded][1],data.features[0].geometry.coordinates[pointsAdded][0]])
if (++pointsAdded < data.features[0].geometry.coordinates.length) window.setTimeout(add, 1/10000);
}
</script>
</body>
</html>
var data={"type":"FeatureCollection","features":[{"type":"Feature","properties":{"lat":38.9142036438,"lon":-77.0333633423,"alt":34.7522773743,"date":null,"device":"iPhone5,1","os":7.1,"version":1.1},"geometry":{"type":"LineString","coordinates":[[-122.403640747,37.7891845703],[-122.403648376,37.7891845703],[-122.401229858,37.7898712158],[-122.402297974,37.7895431519],[-122.401260376,37.7899436951],[-122.403862,37.7891845703],[-122.401435852,37.7897415161],[-122.423095703,37.7987289429],[-122.423629761,37.7976646423],[-122.421302795,37.7934532166],[-122.430809021,37.790512085],[-122.437522888,37.7883796692],[-122.425636292,37.7899971008],[-122.423721313,37.7979164124],[-122.423690796,37.7978782654],[-122.423561096,37.797870636],[-122.423744202,37.797958374],[-122.413925171,37.8055915833],[-122.420150757,37.8048629761],[-122.423690796,37.7978858948],[-122.422279358,37.789680481],[-122.416900635,37.7796325684],[-122.405555725,37.7730102539],[-122.421096802,37.7906036377],[-122.423736572,37.7978782654],[-122.424583435,37.8023948669],[-122.442115784,37.8059883118],[-122.461555481,37.8047676086],[-122.471565247,37.8070716858],[-122.477554321,37.811630249],[-122.479003906,37.8248519897],[-122.478660583,37.8202934265],[-122.472244263,37.806678772],[-122.456130981,37.8052978516],[-122.435409546,37.8061141968],[-122.425170898,37.803188324],[-122.423721313,37.7978744507],[-122.423728943,37.7978591919],[-122.422569275,37.7915229797],[-122.421867371,37.7856254578],[-122.43183136,37.7846260071],[-122.446006775,37.7779464722],[-122.460914612,37.7812271118],[-122.460975647,37.7812652588],[-122.465362549,37.7781639099],[-122.464416504,37.7793617249],[-122.460998535,37.7813796997],[-122.460891724,37.7814064026],[-122.460899353,37.7814445496],[-122.446487427,37.7831268311],[-122.422454834,37.7785644531],[-122.423751831,37.76354599],[-122.422424316,37.7794647217],[-122.423591614,37.7976264954],[-122.422569275,37.7954750061],[-122.421333313,37.785987854],[-122.418754578,37.7726783752],[-122.421661377,37.759059906],[-122.421524048,37.7735290527],[-122.42817688,37.7887115479],[-122.434524536,37.7923316956],[-122.426544189,37.7944946289],[-122.422119141,37.7977676392],[-122.423858643,37.7978477478],[-122.420921326,37.7916679382],[-122.403678894,37.7890472412],[-122.414573669,37.7879486084],[-122.423774719,37.7979545593],[-122.423690796,37.797908783],[-122.411903381,37.787853241],[-122.40120697,37.7898635864],[-122.41444397,37.7884979248],[-122.423873901,37.7979888916],[-122.420959473,37.7917480469],[-122.416160583,37.7802886963],[-122.421279907,37.7645759583],[-122.431365967,37.7369995117],[-122.466896057,37.7091903687],[-122.45098114,37.6704902649],[-122.385902405,37.6003379822],[-122.382972717,37.5963134766],[-122.324020386,37.5682830811],[-122.34425354,37.579990387],[-122.349525452,37.5820960999],[-122.384925842,37.6005897522],[-122.397407532,37.603717804],[-122.393859863,37.6179542542],[-122.409881592,37.6288337708],[-122.464057922,37.6833763123],[-122.433822632,37.7388305664],[-122.413398743,37.7808837891],[-122.423027039,37.7974662781],[-122.420906067,37.7917098999],[-122.408340454,37.7883491516],[-122.401222229,37.7898025513],[-122.402275085,37.7892189026],[-122.415473938,37.7883605957],[-122.423789978,37.7978935242],[-122.420936584,37.7917480469],[-122.401321411,37.7897224426],[-122.403259277,37.7892494202],[-122.420166016,37.8084564209],[-122.42376709,37.7979507446],[-122.423614502,37.7978744507],[-122.421295166,37.7936210632],[-122.420433044,37.7765045166],[-122.417274475,37.7629890442],[-122.418693542,37.7555007935],[-122.412445068,37.7557868958],[-122.416755676,37.7778282166],[-122.403747559,37.7886619568],[-122.403656006,37.7891845703],[-122.414863586,37.788444519],[-122.421112061,37.7923088074],[-122.423698425,37.7978591919],[-122.422950745,37.7985229492],[-122.421180725,37.7757759094],[-122.426078796,37.7630615234],[-122.418624878,37.7538948059],[-122.422073364,37.7631874084],[-122.426528931,37.7602844238],[-122.42804718,37.7764701843],[-122.422874451,37.7980880737],[-122.420578003,37.7903823853],[-122.419883728,37.784954071],[-122.420730591,37.7913398743],[-122.423019409,37.7976722717],[-122.421203613,37.7929153442],[-122.436096191,37.7984390259],[-122.422554016,37.797958374],[-122.421516418,37.7885360718],[-122.419677734,37.7765769958],[-122.404006958,37.769859314],[-122.413192749,37.7556495667],[-122.407821655,37.7461624146],[-122.404289246,37.7410621643],[-122.408554077,37.7440376282],[-122.414283752,37.7528762817],[-122.416290283,37.7714767456],[-122.421638489,37.7908058167],[-122.404518127,37.7891387939],[-122.403915405,37.7891807556],[-122.403808594,37.789188385],[-122.401306152,37.7938728333],[-122.416107178,37.8043746948],[-122.423973083,37.7983093262],[-122.432197571,37.8021278381],[-122.431991577,37.7975158691],[-122.423721313,37.7978744507],[-122.420951843,37.7916679382],[-122.404548645,37.7890777588],[-122.42073822,37.7909622192],[-122.421875,37.7972412109],[-122.414482117,37.7878570557],[-122.401412964,37.7898521423],[-122.413299561,37.7887878418],[-122.423126221,37.7977294922],[-122.420852661,37.7909851074],[-122.403938293,37.7890968323],[-122.422706604,37.7971839905],[-122.43888092,37.7990074158],[-122.423484802,37.7977905273],[-122.438369751,37.8005943298],[-122.423919678,37.798500061],[-122.420913696,37.7915306091],[-122.401351929,37.7897338867],[-122.401283264,37.7898330688],[-122.410469055,37.7887649536],[-122.421417236,37.7933273315],[-122.423713684,37.7977142334],[-122.405418396,37.8065071106],[-122.397445679,37.7978248596],[-122.393165588,37.7945289612],[-122.393188477,37.7944717407],[-122.398468018,37.7999954224],[-122.411720276,37.8065834045],[-122.421234131,37.8044967651],[-122.423820496,37.7978439331],[-122.422866821,37.7928886414],[-122.420303345,37.780380249],[-122.416503906,37.7620620728],[-122.426116943,37.7596206665],[-122.408256531,37.771812439],[-122.426696777,37.7585449219],[-122.397270203,37.7795982361],[-122.425941467,37.7624816895],[-122.399848938,37.7780227661],[-122.426223755,37.762134552],[-122.42124939,37.7579040527],[-122.421638489,37.7628898621],[-122.423698425,37.7883224487],[-122.423858643,37.7976722717],[-122.417549133,37.7993545532],[-122.408874512,37.7987289429],[-122.406990051,37.7911148071],[-122.408973694,37.7861099243],[-122.399887085,37.7781715393],[-122.409210205,37.7885398865],[-122.399078369,37.7779998779],[-122.404502869,37.7892036438],[-122.398643494,37.7770957947],[-122.40447998,37.7891578674],[-122.408905029,37.7861747742],[-122.414375305,37.7875518799],[-122.4192276,37.79139328],[-122.421913147,37.7965583801],[-122.4270401,37.8038825989],[-122.433563232,37.8059539795],[-122.439498901,37.8064002991],[-122.433128357,37.8048629761],[-122.423835754,37.7979393005],[-122.430892944,37.7929916382],[-122.437904358,37.7920150757],[-122.44102478,37.7797660828],[-122.436767578,37.7920188904],[-122.431968689,37.79454422],[-122.423782349,37.7978057861],[-122.409759521,37.7895240784],[-122.401428223,37.7896690369],[-122.408691406,37.7810211182],[-122.422782898,37.7971191406],[-122.432289124,37.7978401184],[-122.432487488,37.8024635315],[-122.431800842,37.797542572],[-122.42364502,37.797908783],[-122.41330719,37.7877311707],[-122.401397705,37.7899169922],[-122.407676697,37.7892951965],[-122.421287537,37.7931632996],[-122.423820496,37.797794342],[-122.420974731,37.7917785645],[-122.413574219,37.7838134766],[-122.411903381,37.7883071899],[-122.422950745,37.7978591919],[-122.421272278,37.7934074402],[-122.401260376,37.789768219],[-122.40133667,37.7895736694],[-122.421028137,37.7912063599],[-122.424583435,37.80128479],[-122.414268494,37.7886962891],[-122.401779175,37.7896537781],[-122.407012939,37.7848434448],[-122.413414001,37.7809524536],[-122.421272278,37.7934188843],[-122.41267395,37.7877693176],[-122.401290894,37.7898635864],[-122.398757935,37.7913894653],[-122.393333435,37.7934837341],[-122.39881134,37.7913856506],[-122.410430908,37.7890663147],[-122.421218872,37.7930717468],[-122.423881531,37.7978591919],[-122.431526184,37.7976417542],[-122.423851013,37.7978248596],[-122.413726807,37.8056182861],[-122.423751831,37.7977256775],[-122.422988892,37.7921638489],[-122.448936462,37.781993866],[-122.44606781,37.7738418579],[-122.448661804,37.7697525024],[-122.431755066,37.7738494873],[-122.42363739,37.792339325],[-122.423721313,37.7978744507],[-122.426139832,37.8040275574],[-122.432495117,37.8059272766],[-122.436553955,37.8026885986],[-122.435089111,37.797164917],[-122.423225403,37.7981987],[-122.420928955,37.7916526794],[-122.417938232,37.7783699036],[-122.429458618,37.7698669434],[-122.426399231,37.7596626282],[-122.426635742,37.7646064758],[-122.411689758,37.7712974548],[-122.405609131,37.7854804993],[-122.412345886,37.7888031006],[-122.421035767,37.7923736572],[-122.42376709,37.7979011536],[-122.421142578,37.7926483154],[-122.409362793,37.7881469727],[-122.401344299,37.7897720337],[-122.401374817,37.7899246216],[-122.407928467,37.7843208313],[-122.420021057,37.7866363525],[-122.423744202,37.7978820801],[-122.421020508,37.7919464111],[-122.405685425,37.7889442444],[-122.413787842,37.7885513306],[-122.423751831,37.7979011536],[-122.421165466,37.7925453186],[-122.410072327,37.782409668],[-122.415130615,37.7883834839],[-122.423835754,37.7979202271],[-122.420913696,37.791633606],[-122.401321411,37.7898139954],[-122.414855957,37.788394928],[-122.423835754,37.7977180481],[-122.421226501,37.7933311462],[-122.42224884,37.7987327576],[-122.42792511,37.7980270386],[-122.433876038,37.7973594666],[-122.444107056,37.8132362366],[-122.437667847,37.798740387],[-122.426795959,37.7982215881],[-122.421134949,37.792224884],[-122.405822754,37.7888298035],[-122.422775269,37.7978248596],[-122.421203613,37.7930259705],[-122.410568237,37.7880058289],[-122.401306152,37.789855957],[-122.412879944,37.7945327759],[-122.423873901,37.7978782654],[-122.417442322,37.7993812561],[-122.410514832,37.8001480103],[-122.423858643,37.7985687256],[-122.429527283,37.8003425598],[-122.423782349,37.7978782654],[-122.405082703,37.806224823],[-122.395210266,37.795665741],[-122.395004272,37.7953605652],[-122.394813538,37.7959899902],[-122.396064758,37.7959442139],[-122.394508362,37.7947845459],[-122.40045166,37.7903442383],[-122.406898499,37.7894859314],[-122.421287537,37.7933654785],[-122.423454285,37.797618866],[-122.417648315,37.7994117737],[-122.409851074,37.800163269],[-122.408149719,37.7953796387],[-122.409858704,37.7861785889],[-122.405570984,37.7822685242],[-122.415611267,37.7907142639],[-122.418960571,37.7973098755],[-122.42375946,37.7978477478],[-122.413162231,37.7999649048],[-122.413986206,37.8056144714],[-122.423828125,37.7979545593],[-122.439483643,37.7981796265],[-122.45967865,37.7994804382],[-122.4582901,37.7922515869],[-122.483261108,37.7857475281],[-122.497367859,37.7794418335],[-122.512077332,37.7805290222],[-122.502563477,37.7794075012],[-122.479568481,37.7804679871],[-122.458564758,37.7813720703],[-122.439231873,37.7724304199],[-122.435546875,37.7667732239],[-122.430618286,37.7645111084],[-122.422218323,37.7648963928],[-122.420639038,37.7559394836],[-122.421684265,37.7626342773],[-122.416755676,37.777545929],[-122.421302795,37.7933616638],[-122.423805237,37.7978286743],[-122.42375946,37.7978668213],[-122.435791016,37.8013687134],[-122.467735291,37.8247528076],[-122.45098114,37.8061981201],[-122.445396423,37.8044509888],[-122.442970276,37.7999687195],[-122.436759949,37.8007621765],[-122.432197571,37.7976226807],[-122.425994873,37.7983551025],[-122.431060791,37.8005027771],[-122.423843384,37.7979049683],[-122.421134949,37.7927055359],[-122.404533386,37.7890625],[-122.408195496,37.7843093872],[-122.420928955,37.7915992737],[-122.423751831,37.7978668213],[-122.420913696,37.7916259766],[-122.403488159,37.7891159058],[-122.403450012,37.7892036438],[-122.409126282,37.7833175659],[-122.415748596,37.7827835083],[-122.421226501,37.7930641174],[-122.424034119,37.7989616394],[-122.40385437,37.8054885864],[-122.393867493,37.7947921753],[-122.313514709,37.8084259033],[-122.295394897,37.8050460815],[-122.291542053,37.8178100586],[-122.388198853,37.7916870117],[-122.420410156,37.7623748779],[-122.418548584,37.7521629333],[-122.419769287,37.7649345398],[-122.419967651,37.7781295776],[-122.422615051,37.7919883728],[-122.423812866,37.7978553772],[-122.412719727,37.7877960205],[-122.401191711,37.7898368835],[-122.393814087,37.7948188782],[-122.269271851,37.8265380859],[-122.391090393,37.7967033386],[-122.411094666,37.797290802],[-122.435401917,37.8114356995],[-122.472068787,37.830291748],[-122.479187012,37.8560066223],[-122.477279663,37.8428993225],[-122.480857849,37.8493347168],[-122.473243713,37.8271369934],[-122.479148865,37.8551445007],[-122.457084656,37.8292274475],[-122.479026794,37.8557548523],[-122.451477051,37.8225288391],[-122.47882843,37.8557624817],[-122.47694397,37.8409729004],[-122.437042236,37.8110237122],[-122.445243835,37.8326644897],[-122.404449463,37.8119316101],[-122.396476746,37.8009262085],[-122.393829346,37.7949943542],[-122.399742126,37.7943687439],[-122.405525208,37.7967262268],[-122.422714233,37.7979698181],[-122.420143127,37.7760047913],[-122.419708252,37.7659263611],[-122.418792725,37.7554664612],[-122.413139343,37.7724189758],[-122.405319214,37.7882461548],[-122.399520874,37.7878608704],[-122.407119751,37.7894554138],[-122.421295166,37.7930717468],[-122.423843384,37.7976264954],[-122.418563843,37.8021736145],[-122.412826538,37.8018264771],[-122.405342102,37.7968521118],[-122.396034241,37.7899856567],[-122.329704285,37.827457428],[-122.309013367,37.9122848511],[-122.326507568,37.9561347961],[-122.129432678,38.2224502563],[-122.066268921,38.2594451904],[-122.025718689,38.3201065063],[-121.953948975,38.3766860962],[-121.917953491,38.3978919983],[-121.715126038,38.5384864807],[-121.577140808,38.5656433105],[-121.409736633,38.6299552917],[-121.317993164,38.7006530762],[-121.267097473,38.7509994507],[-121.154975891,38.859588623],[-121.000709534,39.0074996948],[-120.67716217,39.2960243225],[-120.245285034,39.1896705627],[-120.236412048,39.1961326599],[-120.24886322,39.1914749146],[-120.235137939,39.1960487366],[-120.250152588,39.1909790039],[-120.249931335,39.2369766235],[-120.241607666,39.1940498352],[-120.250305176,39.2158508301],[-120.247505188,39.197101593],[-120.24772644,39.2127532959],[-120.250473022,39.2380142212],[-120.245674133,39.2028465271],[-120.251441956,39.2353401184],[-120.250785828,39.1907539368],[-120.102592468,39.2109718323],[-120.243812561,39.2355804443],[-120.251472473,39.1906547546],[-120.265701294,39.1886062622],[-120.254905701,39.2225875854],[-120.252029419,39.190574646],[-120.235336304,39.1961517334],[-120.21408844,39.180015564],[-120.212814331,39.2035140991],[-120.230903625,39.1944656372],[-120.236495972,39.1961402893],[-120.266075134,39.1888809204],[-120.248207092,39.1934814453],[-120.273849487,39.1874504089],[-120.245475769,39.196975708],[-120.111061096,39.2129478455],[-120.245681763,39.1933174133],[-120.126899719,39.2080345154],[-120.248153687,39.1965065002],[-120.235969543,39.1955299377],[-120.246955872,39.1922302246],[-120.236473083,39.1953773499],[-120.220176697,39.2012825012],[-120.199478149,39.2058067322],[-120.232398987,39.1950683594],[-120.249038696,39.1913909912],[-120.235618591,39.1968269348],[-120.246688843,39.1917800903],[-120.234809875,39.1944580078],[-120.247245789,39.1949005127],[-120.249931335,39.2374763489],[-120.097328186,39.2233772278],[-120.244789124,39.2211875916],[-120.24937439,39.1964950562],[-120.236000061,39.1955184937],[-120.219406128,39.2016410828],[-120.246353149,39.1957969666],[-120.235282898,39.1962814331],[-120.238067627,39.2183380127],[-120.258911133,39.1890945435],[-120.1195755,39.2083244324],[-120.103248596,39.2138252258],[-120.251441956,39.2365570068],[-120.241729736,39.1953887939],[-120.198707581,39.1999778748],[-120.244400024,39.1942024231],[-120.236167908,39.1973991394],[-120.230491638,39.1985397339],[-120.20488739,39.3172111511],[-120.181556702,39.3267097473],[-120.191146851,39.3254241943],[-120.198745728,39.326374054],[-120.201141357,39.311920166],[-120.218177795,39.3217544556],[-120.261787415,39.3325920105],[-120.421012878,39.3213920593],[-120.719451904,39.2718162537],[-120.948791504,39.1018562317],[-120.988548279,39.0156898499],[-121.102722168,38.907043457],[-121.220230103,38.7973175049],[-121.290992737,38.7237052917],[-121.372093201,38.6478042603],[-121.510246277,38.6287994385],[-121.550270081,38.5948600769],[-121.613197327,38.5785865784],[-121.695243835,38.5595664978],[-121.790008545,38.5134468079],[-121.92893219,38.3902053833],[-121.990356445,38.352519989],[-122.031364441,38.3041648865],[-122.033889771,38.3008003235],[-122.033966064,38.2997779846],[-122.03401947,38.2986068726],[-122.034034729,38.2974395752],[-122.034072876,38.2962989807],[-122.034095764,38.2952232361],[-122.034111023,38.2941131592],[-122.034179688,38.2930335999],[-122.046798706,38.2768707275],[-122.048439026,38.2749252319],[-122.049278259,38.2739219666],[-122.049934387,38.2731704712],[-122.050575256,38.2724113464],[-122.05140686,38.2714233398],[-122.052230835,38.2704429626],[-122.05304718,38.2694740295],[-122.053848267,38.2685127258],[-122.054634094,38.2675628662],[-122.055450439,38.2666244507],[-122.056274414,38.2656555176],[-122.05708313,38.2646980286],[-122.057868958,38.2637405396],[-122.058677673,38.2627830505],[-122.059501648,38.2618026733],[-122.187896729,38.1636123657],[-122.207679749,38.1434783936],[-122.269645691,38.0153808594],[-122.314903259,37.9279174805],[-122.307250977,37.8874855042],[-122.301460266,37.8617019653],[-122.392242432,37.7908630371],[-122.405456543,37.7969474792],[-122.414573669,37.8019485474],[-122.423828125,37.7979278564],[-122.420799255,37.7904701233],[-122.401092529,37.7897033691],[-122.408752441,37.7989883423],[-122.41254425,37.8094062805],[-122.422935486,37.7986335754],[-122.403900146,37.7892150879],[-122.415153503,37.7884597778],[-122.422142029,37.7976379395],[-122.405021667,37.7893867493],[-122.399337769,37.7877883911],[-122.414863586,37.7884178162],[-122.423736572,37.7976722717],[-122.433013916,37.8047409058],[-122.423782349,37.7979125977],[-122.420913696,37.7916107178],[-122.416107178,37.7753829956],[-122.404327393,37.7721710205],[-122.399681091,37.7755661011],[-122.410621643,37.7790031433],[-122.422782898,37.797252655],[-122.420898438,37.7917137146],[-122.405311584,37.78881073],[-122.42099762,37.7890892029],[-122.423904419,37.7978973389],[-122.411743164,37.787727356],[-122.40120697,37.7897644043],[-122.403739929,37.8054084778],[-122.416786194,37.8090820312],[-122.422668457,37.7982444763],[-122.430801392,37.7987785339],[-122.431541443,37.8035888672],[-122.435638428,37.8068008423],[-122.442153931,37.8058853149],[-122.437217712,37.8008651733],[-122.432312012,37.7975234985],[-122.425796509,37.7983818054],[-122.42375946,37.7979240417],[-122.422569275,37.7898635864],[-122.462020874,37.7781524658],[-122.462265015,37.7834205627],[-122.447219849,37.7817497253],[-122.422714233,37.7975120544],[-122.424453735,37.8042182922],[-122.415252686,37.8052978516],[-122.40423584,37.8056716919],[-122.394538879,37.7946548462],[-122.399337769,37.7910881042],[-122.406272888,37.7855377197],[-122.425315857,37.7625656128],[-122.430717468,37.7643623352],[-122.427650452,37.7604866028],[-122.43196106,37.7697944641],[-122.432548523,37.7860107422],[-122.437133789,37.780796051],[-122.456977844,37.7765808105],[-122.494743347,37.776763916],[-122.508476257,37.7752304077],[-122.535697937,37.8151931763],[-122.57698822,37.8545799255],[-122.462867737,37.7808761597],[-122.48727417,37.7817268372],[-122.482803345,37.7884597778],[-122.46697998,37.786567688],[-122.448524475,37.7897758484],[-122.432693481,37.7893333435],[-122.434799194,37.7936019897],[-122.43195343,37.7975692749],[-122.423835754,37.7978172302],[-122.422370911,37.7988357544],[-122.423370361,37.8035926819],[-122.423690796,37.7978630066],[-122.423728943,37.7978439331],[-122.440826416,37.7892379761],[-122.434082031,37.7900123596],[-122.442092896,37.8056182861],[-122.45173645,37.8062820435],[-122.425994873,37.7986526489],[-122.433914185,37.7972831726],[-122.423843384,37.7978668213],[-122.417732239,37.7927017212],[-122.40814209,37.7739830017],[-122.405807495,37.7679328918],[-122.393440247,37.7006607056],[-122.295814514,37.5471725464],[-122.221092224,37.4917640686],[-122.159927368,37.4669456482],[-122.159927368,37.4450302124],[-122.17225647,37.4472770691],[-122.158424377,37.4445037842],[-122.159416199,37.4523849487],[-122.266296387,37.5223693848],[-122.350997925,37.5871315002],[-122.404983521,37.6446800232],[-122.402023315,37.7171669006],[-122.41116333,37.7794532776],[-122.422782898,37.7979240417],[-122.421150208,37.7926063538],[-122.4010849,37.7898101807],[-122.414756775,37.7884635925],[-122.423957825,37.7978248596],[-122.432350159,37.8024902344],[-122.43195343,37.7978515625],[-122.423851013,37.7978057861],[-122.421173096,37.7927322388],[-122.403968811,37.7890930176],[-122.406265259,37.795211792],[-122.409057617,37.7991409302],[-122.424118042,37.8062934875],[-122.42388916,37.7979011536],[-122.421173096,37.7928009033],[-122.413002014,37.7877655029],[-122.401573181,37.7885971069],[-122.41632843,37.7863769531],[-122.423919678,37.7979469299],[-122.42111969,37.7925262451],[-122.403366089,37.7890167236],[-122.40120697,37.7898368835],[-122.414482117,37.7884712219],[-122.422294617,37.7976913452],[-122.428405762,37.7970352173],[-122.434753418,37.7942657471],[-122.441635132,37.7936439514],[-122.447174072,37.7969245911],[-122.442817688,37.7999420166],[-122.436203003,37.799823761],[-122.43107605,37.7976264954],[-122.425491333,37.7984161377],[-122.421188354,37.7928848267],[-122.410507202,37.7880477905],[-122.401779175,37.7889633179],[-122.408782959,37.7891998291],[-122.422912598,37.7975883484],[-122.444396973,37.7994270325],[-122.481109619,37.8346977234],[-122.506507874,37.9129142761],[-122.542778015,37.9537963867],[-122.562973022,37.9769630432],[-122.648902893,38.0083236694],[-122.745170593,38.0426826477],[-122.802017212,38.060710907],[-122.806259155,38.0684318542],[-122.806442261,38.0683174133],[-122.859680176,38.0975952148],[-122.982078552,38.2687072754],[-122.977005005,38.1948013306],[-122.877220154,38.1128044128],[-122.962310791,38.1343421936],[-122.859794617,38.0979347229],[-122.806610107,38.0690383911],[-122.816993713,38.0792694092],[-122.859794617,38.0979347229],[-122.8152771,38.0753440857],[-122.806289673,38.0683479309],[-122.712036133,38.0247383118],[-122.638977051,38.0047721863],[-122.582809448,37.986492157],[-122.563667297,37.9696769714],[-122.550315857,37.9546661377],[-122.541824341,37.9387817383],[-122.527267456,37.9251289368],[-122.516181946,37.8958740234],[-122.469985962,37.8063201904],[-122.437950134,37.8038444519],[-122.410224915,37.7899513245],[-122.401245117,37.7898483276],[-122.410636902,37.7890319824],[-122.423019409,37.7969207764],[-122.422737122,37.798576355],[-122.422370911,37.8076057434],[-122.418434143,37.8043289185],[-122.42388916,37.7979049683],[-122.441596985,37.8174438477],[-122.431419373,37.8062324524],[-122.422904968,37.8044242859],[-122.413734436,37.8055839539],[-122.42389679,37.797908783],[-122.420890808,37.7915306091],[-122.421699524,37.7609443665],[-122.417388916,37.7650260925],[-122.422149658,37.7800369263],[-122.423545837,37.7980308533],[-122.405044556,37.7895851135],[-122.41444397,37.7884597778],[-122.423332214,37.7974243164],[-122.420921326,37.7916526794],[-122.401252747,37.7898750305],[-122.42086792,37.7891654968],[-122.423797607,37.7978630066],[-122.419769287,37.7891654968],[-122.404884338,37.7891807556],[-122.410621643,37.7889976501],[-122.421607971,37.79504776],[-122.423858643,37.7978820801],[-122.421089172,37.7924308777],[-122.410858154,37.7878913879],[-122.401237488,37.7898178101],[-122.41318512,37.7891464233],[-122.423950195,37.7973594666],[-122.405700684,37.7972106934],[-122.422012329,37.7963676453],[-122.420906067,37.7915725708],[-122.405899048,37.788444519],[-122.4012146,37.7898750305],[-122.421333313,37.7891540527],[-122.423088074,37.7981834412],[-122.416969299,37.7994766235],[-122.409538269,37.8013916016],[-122.427253723,37.7994270325],[-122.433334351,37.8001823425],[-122.426803589,37.7973403931],[-122.423866272,37.7978515625],[-122.429649353,37.7978744507],[-122.435424805,37.7971076965],[-122.440101624,37.8003158569],[-122.414680481,37.8021621704],[-122.422233582,37.7978096008],[-122.433952332,37.8076171875],[-122.423706055,37.7977561951],[-122.413711548,37.7877731323],[-122.401275635,37.7898216248],[-122.410736084,37.7889060974],[-122.421386719,37.7929801941],[-122.423751831,37.7978286743],[-122.418785095,37.7788467407],[-122.413597107,37.7755508423],[-122.416755676,37.7793197632],[-122.420700073,37.790561676],[-122.421615601,37.7964935303],[-122.420921326,37.7916870117],[-122.406204224,37.7885398865],[-122.400527954,37.7887039185],[-122.421020508,37.7924385071],[-122.422988892,37.7976951599],[-122.411705017,37.7877731323],[-122.39982605,37.7869758606],[-122.400337219,37.7869262695],[-122.405448914,37.7876701355],[-122.420021057,37.7870368958],[-122.423995972,37.7976226807],[-122.421295166,37.7935943604],[-122.409736633,37.7880973816],[-122.401260376,37.7897529602],[-122.409881592,37.7890472412],[-122.421302795,37.7931938171],[-122.42376709,37.7978515625],[-122.420928955,37.7916717529],[-122.406227112,37.7881851196],[-122.400939941,37.7900886536],[-122.396469116,37.7936477661],[-122.39655304,37.7891387939],[-122.40222168,37.789680481],[-122.41519928,37.7884483337],[-122.422241211,37.7978057861],[-122.423751831,37.7978401184],[-122.421295166,37.7937278748],[-122.418182373,37.7765693665],[-122.419876099,37.7662239075],[-122.418663025,37.7551765442],[-122.413047791,37.7558441162],[-122.414527893,37.7723426819],[-122.407463074,37.7844924927],[-122.401222229,37.7897796631],[-122.410377502,37.7890815735],[-122.421394348,37.7937965393],[-122.423843384,37.7979698181],[-122.423217773,37.7941703796],[-122.42313385,37.7936058044],[-122.42276001,37.7918052673],[-122.422203064,37.7886543274],[-122.421791077,37.7856330872],[-122.430976868,37.7846565247],[-122.441093445,37.7832603455],[-122.453010559,37.7817192078],[-122.461120605,37.7801933289],[-122.453475952,37.7816696167],[-122.423973083,37.7921867371],[-122.423789978,37.7978630066],[-122.431083679,37.8015060425],[-122.438369751,37.8006057739],[-122.433929443,37.7973670959],[-122.423347473,37.7976646423],[-122.431465149,37.8063812256],[-122.420669556,37.8047332764],[-122.413986206,37.8055763245],[-122.424346924,37.8002853394],[-122.423942566,37.7957229614],[-122.434455872,37.7919616699],[-122.433517456,37.7874298096],[-122.434448242,37.7919883728],[-122.423583984,37.7958335876],[-122.416702271,37.7994804382],[-122.409355164,37.7997283936],[-122.407951355,37.7943115234],[-122.401199341,37.7897834778],[-122.407402039,37.7840614319],[-122.417121887,37.7862892151],[-122.420982361,37.7896270752],[-122.42199707,37.7959709167],[-122.412521362,37.800037384],[-122.408370972,37.7967720032],[-122.405578613,37.7896118164],[-122.410743713,37.7994232178],[-122.422294617,37.7980232239],[-122.421188354,37.7929382324],[-122.415138245,37.7903175354],[-122.406768799,37.7914543152],[-122.401237488,37.7897644043],[-122.408958435,37.7873306274],[-122.420478821,37.785610199],[-122.427833557,37.7852592468],[-122.439331055,37.7834625244],[-122.433662415,37.783996582],[-122.433822632,37.7888336182],[-122.434623718,37.7933998108],[-122.429344177,37.7951049805],[-122.423454285,37.7955970764],[-122.43775177,37.7852058411],[-122.423965454,37.7978363037],[-122.418380737,37.7993164062],[-122.408508301,37.7974243164],[-122.407150269,37.7899475098],[-122.401191711,37.7897605896],[-122.410179138,37.7826271057],[-122.429328918,37.7408103943],[-122.454147339,37.7106971741],[-122.463874817,37.6831207275],[-122.419570923,37.6401519775],[-122.393211365,37.6175346375],[-122.38658905,37.6177787781],[-122.384475708,37.6052055359],[-122.38269043,37.6143989563],[-122.389793396,37.5795860291],[-122.382804871,37.6149368286],[-122.387031555,37.5933532715],[-122.382507324,37.6148223877],[-111.95110321,40.7982025146],[-111.979362488,40.7870597839],[-111.924842834,40.7698936462],[-111.872055054,40.718208313],[-111.863418579,40.7281646729],[-111.868263245,40.7196769714],[-111.817680359,40.5965461731],[-111.663116455,40.5752716064],[-111.643089294,40.5768890381],[-111.659507751,40.5786170959],[-111.642631531,40.5753173828],[-111.654434204,40.5747184753],[-111.810195923,40.5648956299],[-111.732658386,40.5673599243],[-111.809700012,40.5714683533],[-111.65953064,40.5790519714],[-111.647911072,40.5750312805],[-111.694953918,40.572013855],[-111.661430359,40.5731811523],[-111.854248047,40.5848503113],[-111.660820007,40.5728416443],[-111.738006592,40.520236969],[-111.661323547,40.5723228455],[-111.755653381,40.5735206604],[-111.660133362,40.5791435242],[-111.688240051,40.5753173828],[-111.75428772,40.5716896057],[-111.808586121,40.6444778442],[-111.838279724,40.7091674805],[-111.851158142,40.7188339233],[-111.8647995,40.7284545898],[-111.868118286,40.7491607666],[-111.865097046,40.7287750244],[-111.865234375,40.7395210266],[-111.86416626,40.7277793884],[-111.866127014,40.7426643372],[-111.863868713,40.7284431458],[-111.865264893,40.7391319275],[-111.859786987,40.7251434326],[-111.817321777,40.5957679749],[-111.66280365,40.5746154785],[-111.651481628,40.5798149109],[-111.619606018,40.5958251953],[-111.648612976,40.5794181824],[-111.641662598,40.5674934387],[-111.644218445,40.5723075867],[-111.655830383,40.5770874023],[-111.767539978,40.5736732483],[-111.803627014,40.7092094421],[-111.853927612,40.7247810364],[-111.865127563,40.7287559509],[-111.865112305,40.7391090393],[-111.864646912,40.7287864685],[-111.82585907,40.7203559875],[-111.809822083,40.7001953125],[-111.835357666,40.7124595642],[-111.863471985,40.7281723022],[-111.868156433,40.7246818542],[-111.879753113,40.7265090942],[-111.871765137,40.7255210876],[-111.865226746,40.7286682129],[-111.907302856,40.749546051],[-111.97857666,40.7828178406],[-111.982574463,40.7866096497],[-122.377761841,37.6056137085],[-122.383468628,37.6140518188],[-122.39276886,37.6165313721],[-122.40511322,37.6187896729],[-122.471954346,37.6995048523],[-122.43371582,37.7331924438],[-122.419845581,37.7648963928],[-122.419029236,37.772644043],[-122.422332764,37.7902488708],[-122.423805237,37.7978668213],[-122.429695129,37.7979354858],[-122.422279358,37.7983512878],[-122.420936584,37.7916069031],[-122.401069641,37.7897758484],[-122.402191162,37.78490448],[-122.408081055,37.7842903137],[-122.404304504,37.7808990479],[-122.398612976,37.7768325806],[-122.408103943,37.784122467],[-122.421195984,37.7930297852],[-122.423812866,37.7978744507],[-122.420921326,37.7916717529],[-122.403381348,37.7889633179],[-122.408828735,37.7856864929],[-122.406341553,37.794921875],[-122.413764954,37.8054962158],[-122.424705505,37.8014907837],[-122.422218323,37.7976379395],[-122.421089172,37.7924575806],[-122.404220581,37.7890586853],[-122.420120239,37.7908058167],[-122.423828125,37.797870636],[-122.420829773,37.7910003662],[-122.401107788,37.7895965576],[-122.410316467,37.7889709473],[-122.421295166,37.7933921814],[-122.423782349,37.7978363037],[-122.413879395,37.7889022827],[-122.402458191,37.7890472412],[-122.395713806,37.794002533],[-122.399505615,37.8012161255],[-122.418571472,37.8082504272],[-122.424552917,37.8007087708],[-122.421867371,37.7967262268],[-122.424758911,37.8012771606],[-122.404350281,37.8057518005],[-122.39402771,37.7949295044],[-122.394599915,37.7963066101],[-122.394630432,37.7962760925],[-122.394577026,37.7963523865],[-122.398651123,37.7915153503],[-122.414001465,37.7766876221],[-122.43120575,37.7757606506],[-122.447143555,37.7718162537],[-122.42880249,37.7635536194],[-122.423973083,37.7594566345],[-122.423797607,37.7978439331],[-122.422554016,37.7919616699],[-122.44682312,37.7862815857],[-122.461166382,37.7812995911],[-122.423652649,37.797870636],[-122.431022644,37.7976150513],[-122.436172485,37.7995681763],[-122.432106018,37.8031997681],[-122.44178009,37.8059120178],[-122.470039368,37.8186759949],[-122.51159668,37.9177093506],[-122.536148071,38.0296821594],[-122.510116577,38.0833015442],[-122.438583374,38.1638336182],[-122.443206787,38.2530670166],[-122.456962585,38.2880973816],[-122.456604004,38.2929611206],[-122.460365295,38.279510498],[-122.443641663,38.2385482788],[-122.451454163,38.1672554016],[-122.516555786,37.8893318176],[-122.437194824,37.8123016357],[-122.430885315,37.7992858887],[-122.425224304,37.7984352112],[-122.421066284,37.7921562195],[-122.421974182,37.7720451355],[-122.435897827,37.7713890076],[-122.448661804,37.7697639465],[-122.426521301,37.7707290649],[-122.448616028,37.7642669678],[-122.442840576,37.7658004761],[-122.438240051,37.7690315247],[-122.444641113,37.7703056335],[-122.450439453,37.7696151733],[-122.44052124,37.7708244324],[-122.418144226,37.7863121033],[-122.424034119,37.7980766296],[-122.415596008,37.7874336243],[-122.401268005,37.7898216248],[-122.403312683,37.7891845703],[-122.403312683,37.7891845703],[-122.409347534,37.7891044617],[-122.415237427,37.7884559631],[-122.420654297,37.790435791],[-122.423866272,37.7978973389],[-122.421318054,37.7935562134],[-122.410125732,37.7881202698],[-122.401115417,37.7897605896],[-122.402145386,37.8035583496],[-122.421653748,37.8060951233],[-122.423721313,37.7978820801],[-122.421012878,37.7912902832],[-122.405685425,37.7891693115],[-122.414016724,37.7885704041],[-122.423835754,37.7977905273],[-122.420806885,37.7915153503],[-122.406158447,37.7885856628],[-122.400375366,37.7885055542],[-122.398597717,37.7840499878],[-122.403282166,37.7877960205],[-122.420822144,37.7907829285],[-122.423721313,37.797908783],[-122.421440125,37.7937812805],[-122.419288635,37.7868270874],[-122.408561707,37.7736740112],[-122.40196991,37.7714233398],[-122.40460968,37.7882347107],[-122.411514282,37.7888679504],[-122.422615051,37.7973403931],[-122.422012329,37.7969779968],[-122.423675537,37.797870636],[-122.42300415,37.7981071472],[-122.424331665,37.8043861389],[-122.403152466,37.803768158],[-122.39414978,37.7958946228],[-122.398109436,37.7997779846],[-122.414245605,37.8067779541],[-122.424201965,37.7984390259],[-122.42300415,37.7940177917],[-122.424171448,37.7985877991],[-122.418380737,37.7983512878],[-122.410469055,37.7988929749],[-122.422279358,37.7987480164],[-122.421112061,37.7925834656],[-122.417999268,37.7776260376],[-122.428497314,37.7724342346],[-122.441139221,37.7708015442],[-122.453895569,37.7694091797],[-122.454544067,37.7739067078],[-122.461273193,37.7831573486],[-122.466957092,37.7829551697],[-122.461257935,37.7831497192],[-122.450393677,37.7886810303],[-122.434356689,37.7916526794],[-122.42363739,37.7969398499],[-122.422851562,37.7924613953],[-122.43712616,37.7885284424],[-122.461647034,37.7854118347],[-122.471755981,37.772731781],[-122.476318359,37.7522468567],[-122.475601196,37.7281684875],[-122.474945068,37.7327156067],[-122.475975037,37.7620239258],[-122.495597839,37.7608795166],[-122.510528564,37.768371582],[-122.489936829,37.7797966003],[-122.467422485,37.780834198],[-122.437950134,37.7836647034],[-122.42137146,37.7857475281],[-122.423728943,37.797870636],[-122.421340942,37.7933387756],[-122.406066895,37.7885856628],[-122.400138855,37.7890815735],[-122.405029297,37.7863273621],[-122.419273376,37.7774429321],[-122.408554077,37.7735481262],[-122.423812866,37.7978363037],[-122.421203613,37.79296875],[-122.408187866,37.7882080078],[-122.401245117,37.7898483276],[-122.401275635,37.7897720337],[-122.407051086,37.7895965576],[-122.421348572,37.7933235168],[-122.423332214,37.7979850769],[-122.421127319,37.7924499512],[-122.403846741,37.7891921997],[-122.420120239,37.7891845703],[-122.42375946,37.7978439331],[-122.421150208,37.7931594849],[-122.403610229,37.789100647],[-122.41192627,37.7886581421],[-122.420570374,37.7893066406],[-122.421768188,37.7959480286],[-122.407104492,37.7976913452],[-122.423934937,37.7979736328],[-122.421180725,37.7929077148],[-122.406333923,37.7890815735],[-122.397636414,37.7925109863],[-122.395950317,37.7969245911],[-122.414230347,37.8054237366],[-122.423866272,37.7978553772],[-122.429550171,37.7978668213],[-122.423866272,37.7978897095],[-122.414733887,37.7997283936],[-122.410484314,37.8002243042],[-122.423805237,37.7979011536],[-122.432594299,37.8003349304],[-122.519737244,37.8760452271],[-122.538459778,37.8808784485],[-122.54322052,37.8868179321],[-122.564704895,37.9002571106],[-122.570648193,37.8627052307],[-122.62146759,37.8982200623],[-122.639358521,37.8984031677],[-122.594490051,37.8281555176],[-122.644607544,37.8969535828],[-122.632736206,37.8952560425],[-122.579750061,37.8460044861],[-122.591712952,37.8854141235],[-122.55090332,37.8403625488],[-122.595733643,37.8957633972],[-122.490013123,37.7583427429],[-122.561477661,37.9077301025],[-122.585792542,37.8461112976],[-122.618087769,37.9017486572],[-122.625297546,37.903465271],[-122.573059082,37.8626708984],[-122.493980408,37.7459831238],[-122.634712219,37.8968734741],[-122.639396667,37.9007301331],[-122.618682861,37.8807830811],[-122.551116943,37.8103218079],[-122.524246216,37.8774642944],[-122.537406921,37.8934020996],[-122.476501465,37.8066329956],[-122.431602478,37.8003158569],[-122.423789978,37.7978744507],[-122.422973633,37.7933654785],[-122.42375946,37.797908783],[-122.420539856,37.7904663086],[-122.418769836,37.775680542],[-122.427101135,37.7632408142],[-122.42653656,37.7585372925],[-122.423149109,37.7535743713],[-122.439361572,37.7302742004],[-122.406105042,37.6329116821],[-122.327674866,37.5831985474],[-122.262924194,37.5211677551],[-122.17829895,37.4821891785],[-122.158874512,37.4519691467],[-122.15776062,37.4438095093],[-122.163146973,37.4542961121],[-122.247634888,37.5093955994],[-122.389312744,37.6148910522],[-122.391365051,37.691078186],[-122.409584045,37.7489395142],[-122.424987793,37.7606506348],[-122.421417236,37.7746162415],[-122.422576904,37.7914772034],[-122.423774719,37.7978744507],[-122.427993774,37.8015136719],[-122.434059143,37.8011894226],[-122.43964386,37.8003082275],[-122.435340881,37.7971954346],[-122.4296875,37.7978591919],[-122.423271179,37.797668457],[-122.42376709,37.7979698181],[-122.420463562,37.7890777588],[-122.403785706,37.7891540527],[-122.41355896,37.8061294556],[-122.423072815,37.7980766296],[-122.420341492,37.789150238],[-122.404335022,37.7890319824],[-122.42250824,37.7977294922],[-122.409492493,37.7982215881],[-122.422325134,37.7981643677],[-122.404251099,37.7892112732],[-122.421958923,37.7976989746],[-122.414230347,37.8027572632],[-122.422142029,37.7921867371],[-122.404182434,37.7893333435],[-122.412948608,37.7868347168],[-122.420974731,37.7920951843],[-122.423927307,37.797958374],[-122.421165466,37.7927322388],[-122.405632019,37.788646698],[-122.400138855,37.7905845642],[-122.394104004,37.7957382202],[-122.407104492,37.7978897095],[-122.421882629,37.7963752747],[-122.427513123,37.7971916199],[-122.432975769,37.7955474854],[-122.434249878,37.7909049988],[-122.433837891,37.7970161438],[-122.427444458,37.7981262207],[-122.421638489,37.7979393005],[-122.411499023,37.8002052307],[-122.420333862,37.8017997742],[-122.423820496,37.7978935242],[-122.417671204,37.7993888855],[-122.413887024,37.803024292],[-122.40688324,37.7979927063],[-122.397941589,37.7991790771],[-122.393989563,37.7946548462],[-122.398117065,37.7997436523],[-122.412574768,37.8069038391],[-122.420776367,37.8046875],[-122.433982849,37.8011856079],[-122.430099487,37.7977790833],[-122.423927307,37.7979736328],[-122.424163818,37.7920036316],[-122.42224884,37.7734413147],[-122.422607422,37.7566184998],[-122.417053223,37.7593307495],[-122.419677734,37.7657432556],[-122.418701172,37.7736549377],[-122.420387268,37.7810592651],[-122.421676636,37.7877235413],[-122.423919678,37.7979736328],[-122.423652649,37.7979125977],[-122.422813416,37.7930984497],[-122.423858643,37.797958374],[-122.424751282,37.8024597168],[-122.42098999,37.8070831299],[-122.430168152,37.8082313538],[-122.43649292,37.8074264526],[-122.433685303,37.797290802],[-122.423873901,37.797870636],[-122.422988892,37.7932472229],[-122.455436707,37.7809638977],[-122.489303589,37.7809066772],[-122.510528564,37.7748451233],[-122.501052856,37.7794380188],[-122.468765259,37.7809867859],[-122.424201965,37.7811126709],[-122.422454834,37.7700233459],[-122.420440674,37.7530441284],[-122.409751892,37.7590065002],[-122.422096252,37.7671127319],[-122.429176331,37.7955207825],[-122.42375946,37.7979316711],[-122.421363831,37.7934150696],[-122.408508301,37.7883071899],[-122.401275635,37.7897605896],[-122.414505005,37.7884521484],[-122.423843384,37.7978363037],[-122.421134949,37.7926483154],[-122.408721924,37.7883224487],[-122.401252747,37.7898216248],[-122.405937195,37.7978858948],[-122.413627625,37.8052062988],[-122.419723511,37.8048858643],[-122.423957825,37.7983779907],[-122.421348572,37.7938232422],[-122.408576965,37.7882995605],[-122.401290894,37.7898445129],[-122.420669556,37.7910499573],[-122.43032074,37.7984733582],[-122.446334839,37.8044319153],[-122.430923462,37.7986564636],[-122.404296875,37.7892684937],[-122.420623779,37.7891845703],[-122.422958374,37.7980537415],[-122.405380249,37.7892379761],[-122.399391174,37.7866096497],[-122.404396057,37.7844581604],[-122.398910522,37.7857246399],[-122.411628723,37.7875175476],[-122.421188354,37.7932357788],[-122.423912048,37.797996521],[-122.423698425,37.7978668213],[-122.429893494,37.7978668213],[-122.435539246,37.797328949],[-122.429496765,37.8009338379],[-122.423965454,37.7981987],[-122.425064087,37.8034477234],[-122.404243469,37.8054962158],[-122.394088745,37.7960243225],[-122.399665833,37.7912521362],[-122.40549469,37.7971038818],[-122.413299561,37.7999534607],[-122.423820496,37.7978973389],[-122.422035217,37.7897529602],[-122.440063477,37.7863616943],[-122.427330017,37.7878303528],[-122.412284851,37.8011856079],[-122.408424377,37.7977600098],[-122.426147461,37.7923431396],[-122.422821045,37.7571220398],[-122.423973083,37.7639122009],[-122.431297302,37.7760543823],[-122.431510925,37.789100647],[-122.431167603,37.7948646545],[-122.423797607,37.797744751],[-122.429351807,37.8007850647],[-122.423660278,37.7978935242],[-122.424812317,37.8023071289],[-122.431999207,37.8061561584],[-122.43938446,37.799533844],[-122.423721313,37.7981452942],[-122.432945251,37.7974433899],[-122.44002533,37.7998809814],[-122.434562683,37.7972717285],[-122.423210144,37.7979545593],[-122.421165466,37.7923431396],[-122.404388428,37.7891540527],[-122.414550781,37.7884864807],[-122.421409607,37.7939567566],[-122.423851013,37.7985916138],[-122.431999207,37.7975845337],[-122.423843384,37.7978401184],[-122.421318054,37.7936782837],[-122.404785156,37.789100647],[-122.421012878,37.7891731262],[-122.422286987,37.7981414795],[-122.421295166,37.7934989929],[-122.4012146,37.789855957],[-122.420799255,37.7891769409],[-122.422889709,37.7981948853],[-122.440101624,37.7988853455],[-122.423057556,37.7980957031],[-122.421104431,37.7765960693],[-122.40524292,37.7884521484],[-122.404823303,37.7980003357],[-122.412895203,37.807346344],[-122.423843384,37.7980194092],[-122.420677185,37.7905807495],[-122.408912659,37.7782974243],[-122.402015686,37.771446228],[-122.410423279,37.7787513733],[-122.401275635,37.7897987366],[-122.422233582,37.7976989746],[-122.423141479,37.8025474548],[-122.427650452,37.8054656982],[-122.421936035,37.7971458435],[-122.420951843,37.7916641235],[-122.423683167,37.7976036072],[-122.420921326,37.7921028137],[-122.418075562,37.7764549255],[-122.426872253,37.7691345215],[-122.426856995,37.7593002319],[-122.421577454,37.7734451294],[-122.418113708,37.7853507996],[-122.42237854,37.797000885],[-122.435638428,37.7916259766],[-122.431762695,37.7782821655],[-122.430931091,37.7677650452],[-122.41847229,37.7634162903],[-122.428787231,37.7657928467],[-122.430236816,37.7710609436],[-122.432266235,37.7807655334],[-122.435493469,37.7914543152],[-122.429130554,37.7950363159],[-122.42376709,37.7974624634],[-122.423797607,37.7980384827],[-122.423561096,37.7980537415],[-122.421127319,37.7926101685],[-122.403137207,37.7888832092],[-122.406494141,37.7848358154],[-122.42061615,37.7891044617],[-122.422691345,37.7980117798],[-122.420936584,37.7917518616],[-122.403762817,37.7890777588],[-122.420394897,37.7921600342],[-122.423706055,37.7978858948],[-122.421310425,37.7936553955],[-122.404655457,37.7890548706],[-122.403663635,37.7892036438],[-122.419845581,37.7917060852],[-122.421066284,37.7759666443],[-122.413864136,37.7755432129],[-122.421264648,37.7909317017],[-122.423408508,37.8002243042],[-122.42175293,37.7957725525],[-122.404258728,37.7891044617],[-122.410324097,37.7890167236],[-122.421295166,37.7934913635],[-122.423851013,37.7978782654],[-122.421203613,37.7929649353],[-122.414535522,37.773109436],[-122.419464111,37.7851676941],[-122.421173096,37.792930603],[-122.423858643,37.7978744507],[-122.421127319,37.7928009033],[-122.404251099,37.7890777588],[-122.414382935,37.7885093689],[-122.420639038,37.7904815674],[-122.423858643,37.7978897095],[-122.420837402,37.7911224365],[-122.418365479,37.7758102417],[-122.422080994,37.7664718628],[-122.421096802,37.7560081482],[-122.419151306,37.7754592896],[-122.421157837,37.7912368774],[-122.423782349,37.7978820801],[-122.415122986,37.7996902466],[-122.417045593,37.8051490784],[-122.433609009,37.8058891296],[-122.471534729,37.8037147522],[-122.493965149,37.8558311462],[-122.532302856,37.8886566162],[-122.537971497,37.8862457275],[-122.543647766,37.887172699],[-122.575279236,37.865524292],[-122.63961792,37.8983955383],[-122.69694519,37.9390945435],[-122.687385559,37.9216041565],[-122.526527405,37.7877540588],[-122.51222229,37.7695999146],[-122.750473022,37.9364891052],[-122.512290955,37.7756652832],[-122.761627197,37.9406776428],[-122.764503479,37.9528388977],[-122.783348083,37.9542160034],[-122.786590576,37.9602813721],[-122.78969574,37.9660339355],[-122.77961731,37.9539527893],[-122.512611389,37.7758903503],[-122.76121521,37.93907547],[-122.519538879,37.7727279663],[-122.737960815,37.9305953979],[-122.512290955,37.7677764893],[-122.716384888,37.9182243347],[-122.682121277,37.9071922302],[-122.692100525,37.915763855],[-122.688987732,37.928527832],[-122.639900208,37.8984375],[-122.586784363,37.8507919312],[-122.518333435,37.7725906372],[-122.551330566,37.8975486755],[-122.539878845,37.8851051331],[-122.533050537,37.8789672852],[-122.511535645,37.9268608093],[-122.517074585,37.9279747009],[-122.496032715,37.8894615173],[-122.48589325,37.8420982361],[-122.485115051,37.8360519409],[-122.477455139,37.8099517822],[-122.461334229,37.8014602661],[-122.449790955,37.8021736145],[-122.44303894,37.7988815308],[-122.426635742,37.8009300232],[-122.42250824,37.7978286743],[-122.421218872,37.7934341431],[-122.420440674,37.7889709473],[-122.419517517,37.7845191956],[-122.418769836,37.7800559998],[-122.422843933,37.7769126892],[-122.42842865,37.7760734558],[-122.434066772,37.7754020691],[-122.438461304,37.7782592773],[-122.439247131,37.7827262878],[-122.43522644,37.7859115601],[-122.434013367,37.7903213501],[-122.431388855,37.7955932617],[-122.425865173,37.7966690063],[-122.42375946,37.7978363037],[-122.421104431,37.792388916],[-122.406089783,37.788444519],[-122.411758423,37.7887916565],[-122.42111969,37.7925338745],[-122.42376709,37.7978897095],[-122.421340942,37.7936210632],[-122.410514832,37.7880592346],[-122.401298523,37.7897758484],[-122.403686523,37.7891845703],[-122.421470642,37.7916374207],[-122.423828125,37.7978744507],[-122.421363831,37.79322052],[-122.401161194,37.7897338867],[-122.402603149,37.7848815918],[-122.408935547,37.7808303833],[-122.420021057,37.7747116089],[-122.41834259,37.7802429199],[-122.4220047,37.7972488403],[-122.420944214,37.7923126221],[-122.403816223,37.7891273499],[-122.414413452,37.7885093689],[-122.423950195,37.798286438],[-122.431869507,37.7975502014],[-122.424171448,37.7984809875],[-122.421432495,37.7943496704],[-122.420791626,37.7762527466],[-122.413719177,37.7797660828],[-122.421386719,37.7644577026],[-122.463569641,37.6910972595],[-122.403114319,37.6217765808],[-122.392875671,37.6161270142],[-122.381484985,37.6176795959],[-87.6404607168,41.925593],[-87.6416863833,41.9276216833],[-87.6411514282,41.927532196],[-87.6393814087,41.9354248047],[-87.7917480469,41.9316940308],[-87.6395339966,41.9355010986],[-87.7917480469,41.9316940308],[-87.6396331787,41.9354820251],[-87.7917480469,41.9316940308],[-87.6395645142,41.9355125427],[-87.7917480469,41.9316940308],[-87.6395568848,41.9354782104],[-87.7848510742,41.9318656921],[-87.6396255493,41.9354286194],[-87.7849121094,41.9318656921],[-87.6395797729,41.9355049133],[-87.643229534,41.9328760215],[-87.6444473267,41.9328384399],[-87.6483306885,41.9368438721],[-87.6533782482,41.9396772665],[-87.6532745361,41.9396820068],[-87.6536178589,41.9444313049],[-87.6571273804,41.9616928101],[-87.6587753296,41.9817886353],[-87.6608505249,42.0004653931],[-87.6683349609,42.0126304626],[-87.6730120182,42.0189474399],[-87.6734390259,42.0192756653],[-87.6790084839,42.0320510864],[-87.6830596924,42.0456237793],[-87.683555603,42.0539894104],[-87.6908111572,42.0730853109],[-87.6970214844,42.0826950073],[-87.7296829224,42.110912323],[-87.7360534668,42.1139831543],[-87.7306137085,42.1119766235],[-87.6971359253,42.0835838318],[-87.6770553589,42.0619049072],[-87.6751403809,42.0400695801],[-87.6707382202,42.027256012],[-87.660774231,42.0017433167],[-87.6516876221,41.9789962769],[-87.629524231,41.9193878174],[-87.6323242188,41.8957672119],[-87.6244812012,41.8955917358],[-87.6228149669,41.8935745871],[-87.6239547729,41.902797699],[-87.6399383545,41.9387054443],[-87.7361297607,42.1139144897],[-87.7360305786,42.1140861511],[-87.7356414795,42.1070747375],[-87.7356648797,42.10783913],[-87.7355651855,42.1118431091],[-87.7434539795,42.1173362732],[-87.7758407593,42.1579437256],[-87.7998962402,42.1875686646],[-87.801695,42.1865183115],[-87.7903137207,42.17395401],[-87.7598114014,42.1434440613],[-87.7509384155,42.1269454956],[-87.7364120483,42.1142234802],[-87.7394256592,42.1229438782],[-87.7318878174,42.1172103882],[-87.736114502,42.1139183044],[-87.7447433472,42.1122245789],[-87.7839813232,42.1030731201],[-87.7513656616,42.1102905273],[-87.8033599854,42.1068344116],[-87.8626174927,42.1070709229],[-87.8666687012,42.0433311462],[-87.8960647583,41.9769477844],[-87.9044008255,41.97727092],[-87.9020843506,41.9764213562],[-87.900432933,41.9730716591],[-122.380340576,37.6219139099],[-122.38615036,37.6164070558],[-122.382095337,37.6183776855],[-122.392539978,37.6174163818],[-122.39264679,37.6167182922],[-122.446052551,37.6578483582],[-122.469917297,37.7045402527],[-122.44228363,37.72889328],[-122.412872314,37.7802772522],[-122.421363831,37.7913475037],[-122.423881531,37.7978820801],[-122.421340942,37.7933006287],[-122.402267456,37.7890548706],[-122.401327991,37.789771553],[-122.400838137,37.7893871095],[-122.412445068,37.7887802124],[-122.421768188,37.7958068848],[-122.421813965,37.7903633118],[-122.42357254,37.7899127847],[-122.423828125,37.7978935242],[-122.423828125,37.7978477478],[-122.423881531,37.7978897095],[-122.423843384,37.7978858948],[-122.423835754,37.7978820801],[-122.423843384,37.797908783],[-122.420944214,37.7916984558],[-122.404197693,37.7890739441],[-122.401327991,37.789771553],[-122.410186768,37.7890319824],[-122.423820496,37.7978935242],[-122.420944214,37.7916259766],[-122.404327393,37.788860321],[-122.406684875,37.7846794128],[-122.405998707,37.7844778015],[-122.407921851,37.7853384378],[-122.404056787,37.7841047146],[-122.40666026,37.7847855497],[-122.416564941,37.7863769531],[-122.423881531,37.7979507446],[-122.421234131,37.7930450439],[-122.407913208,37.7880249023],[-122.401313782,37.7898178101],[-122.40423584,37.7846107483],[-122.412528992,37.777141571],[-122.398414612,37.7649345398],[-122.410758972,37.7762718201],[-122.398384094,37.7649116516],[-122.410758972,37.7762680054],[-122.398391724,37.7649154663],[-122.410766602,37.7762756348],[-122.398017883,37.7645759583],[-122.410766602,37.7762908936],[-122.418083191,37.782245636],[-122.4298172,37.7852630615],[-122.424697876,37.7934341431],[-122.423866272,37.7979164124],[-122.429626465,37.7978782654],[-122.435554504,37.7974967957],[-122.432250977,37.8014221191],[-122.411895752,37.8058586121],[-122.395637512,37.7980651855],[-122.399482727,37.8014640808],[-122.413719177,37.805606842],[-122.42124939,37.804649353],[-122.423812866,37.7978858948],[-122.422950745,37.7931938171],[-122.421150208,37.7863044739],[-122.420280457,37.7801742554],[-122.419921875,37.7755126953],[-122.420028687,37.7690925598],[-122.417137146,37.76039505],[-122.419769287,37.766040802],[-122.422309875,37.7700843811],[-122.418441772,37.7734336853],[-122.422164917,37.7799720764],[-122.423812866,37.7979125977],[-122.421310425,37.7935066223],[-122.410369873,37.7754592896],[-122.404441833,37.7726249695],[-122.394882202,37.776889801],[-122.390556335,37.7826347351],[-122.404525757,37.7726860046],[-122.396644592,37.7787284851],[-122.40587616,37.7736549377],[-122.411865234,37.7739562988],[-122.420349121,37.791343689],[-122.42376709,37.797908783],[-122.430244446,37.7977676392],[-122.42464447,37.7985992432],[-122.410400391,37.7973823547],[-122.417533875,37.7919044495],[-122.413467407,37.7777328491],[-122.407852173,37.7692947388],[-122.402931213,37.754650116],[-122.394081116,37.6992301941],[-122.39087677,37.6093444824],[-122.312919617,37.5705757141],[-122.281066895,37.5368499756],[-122.159881592,37.4615745544],[-122.159729004,37.4462203979],[-122.162620544,37.45728302],[-122.251647949,37.5116500854],[-122.312454224,37.5693054199],[-122.382354736,37.6037445068],[-122.393310547,37.670791626],[-122.403823853,37.7632789612],[-122.405914307,37.7973213196],[-122.42375946,37.7974815369],[-122.420944214,37.7916641235],[-122.40397644,37.7891197205],[-122.413192749,37.7886962891],[-122.421287537,37.7934188843],[-122.423912048,37.7979927063],[-122.435035706,37.7951965332],[-122.447349548,37.8039283752],[-122.432472229,37.8018417358],[-122.42388916,37.797908783],[-122.420814514,37.7916259766],[-122.404373169,37.7891044617],[-122.410095215,37.789100647],[-122.421211243,37.7932777405],[-122.423820496,37.7978858948],[-122.421287537,37.7933158875],[-122.408256531,37.779750824],[-122.406494141,37.7721328735],[-122.418151855,37.7806129456],[-122.420722961,37.7908325195],[-122.423805237,37.7978935242],[-122.421318054,37.7934951782],[-122.40788269,37.787940979],[-122.401252747,37.7897872925],[-122.407096863,37.7894325256],[-122.415527344,37.7882957458],[-122.421226501,37.7931556702],[-122.42389679,37.7979545593],[-122.420913696,37.7915840149],[-122.404052734,37.7890586853],[-122.410102844,37.7890472412],[-122.421257019,37.7931632996],[-122.423835754,37.7978782654],[-122.412757874,37.8073120117],[-122.420372009,37.8046264648],[-122.423881531,37.7978973389],[-122.420951843,37.7917404175],[-122.401153564,37.7897796631],[-122.407096863,37.7894134521],[-122.420967102,37.7917823792],[-122.423912048,37.7979011536],[-122.42111969,37.7925605774],[-122.417907715,37.7765731812],[-122.422874451,37.7642707825],[-122.420700073,37.7558860779],[-122.414657593,37.7588233948],[-122.421173096,37.7586669922],[-122.426231384,37.7727622986],[-122.421012878,37.7883720398],[-122.423789978,37.797958374],[-122.421409607,37.7938652039],[-122.420539856,37.7893981934],[-122.423416138,37.7854957581],[-122.434059143,37.7841453552],[-122.447029114,37.7823791504],[-122.461051941,37.7800521851],[-122.451377869,37.7976493835],[-122.41418457,37.8002738953],[-122.422172546,37.8045578003],[-122.431213379,37.8005447388],[-122.448318481,37.8058776855],[-122.517326355,37.9701385498],[-122.529159546,38.0915298462],[-122.417228699,38.1088256836],[-122.447654724,38.2016830444],[-122.346977234,38.2590713501],[-122.298500061,38.2837181091],[-122.249359131,38.2784729004],[-122.286643982,38.289768219],[-122.268547058,38.2909927368],[-122.253501892,38.2805252075],[-122.270439148,38.284286499],[-122.292854309,38.2916755676],[-122.264015198,38.2857589722],[-122.284011841,38.2992897034],[-122.282669067,38.2959938049],[-122.286987305,38.3010597229],[-122.282402039,38.2961769104],[-122.286125183,38.3002548218],[-122.273216248,38.2870788574],[-122.269111633,38.241607666],[-122.253479004,38.1722793579],[-122.269706726,38.1255722046],[-122.419868469,38.1554603577],[-122.494689941,38.1231117249],[-122.537269592,38.0325012207],[-122.503738403,37.9543228149],[-122.488174438,37.8511199951],[-122.484329224,37.8379440308],[-122.480407715,37.831867218],[-122.478355408,37.8175888062],[-122.439544678,37.8061065674],[-122.423179626,37.7984962463],[-122.422927856,37.7921409607],[-122.423812866,37.7978820801],[-122.420951843,37.7916603088],[-122.405670166,37.780582428],[-122.401130676,37.7897148132],[-122.403625488,37.78931427],[-122.40978241,37.7892112732],[-122.421180725,37.7928314209],[-122.423866272,37.7978210449],[-122.466239929,37.8240737915],[-122.447845459,37.8069534302],[-122.471992493,37.8089752197],[-122.459495544,37.803188324],[-122.447219849,37.8052902222],[-122.423805237,37.7978820801],[-122.420944214,37.7917747498],[-122.401016235,37.7896766663],[-122.405410767,37.785987854],[-122.408111572,37.7813644409],[-122.405479431,37.7855834961],[-122.40247345,37.7898597717],[-122.40940094,37.7890853882],[-122.420875549,37.7913970947],[-122.423675537,37.797870636],[-122.42098999,37.7918930054],[-122.409500122,37.7883110046],[-122.401321411,37.7897338867],[-122.406463623,37.7876319885],[-122.413009644,37.7870140076],[-122.423774719,37.7898864746],[-122.425132751,37.7958984375],[-122.423690796,37.7978630066],[-122.420928955,37.7916564941],[-122.408966064,37.7881889343],[-122.401268005,37.7897911072],[-122.409927368,37.7890167236],[-122.417404175,37.7869224548],[-122.42099762,37.7924308777],[-122.423446655,37.7967300415],[-122.420959473,37.7917938232],[-122.403579712,37.7889518738],[-122.404495239,37.7892303467],[-122.411781311,37.7887916565],[-122.417877197,37.7871208191],[-122.421264648,37.793182373],[-122.42389679,37.7978439331],[-122.414413452,37.8013420105],[-122.430854797,37.8041038513],[-122.423774719,37.7979278564],[-122.433753967,37.7963180542],[-122.436218262,37.7920570374],[-122.436149597,37.7918434143],[-122.438926697,37.7913665771],[-122.429336548,37.7969589233],[-122.423728943,37.7978630066],[-122.417602539,37.7994155884],[-122.410415649,37.8003120422],[-122.416877747,37.8013916016],[-122.422096252,37.7978057861],[-122.428779602,37.7979316711],[-122.432914734,37.8047561646],[-122.430343628,37.797744751],[-122.423751831,37.797870636],[-122.43119812,37.8005371094],[-122.442276001,37.7991676331],[-122.479049683,37.8239936829],[-122.513893127,37.8786315918],[-122.524330139,37.8809432983],[-122.540626526,37.8885574341],[-122.574775696,37.8597755432],[-122.5443573,37.8877067566],[-122.504112244,37.8763160706],[-122.481803894,37.8327560425],[-122.447143555,37.8002586365],[-122.423027039,37.7981643677],[-122.42086792,37.7915611267],[-122.401344299,37.7895050049],[-122.407608032,37.7893218994],[-122.421340942,37.7931976318],[-122.423873901,37.7979164124],[-122.421012878,37.7919807434],[-122.404083252,37.7891426086],[-122.400421143,37.7852935791],[-122.403747559,37.789604187],[-122.415466309,37.788356781],[-122.423866272,37.7979354858],[-122.420936584,37.7916755676],[-122.401153564,37.7897491455],[-122.407363892,37.7893829346],[-122.420074463,37.7881088257],[-122.423683167,37.7977790833],[-122.421325684,37.7935180664],[-122.408828735,37.7880516052],[-122.401268005,37.789806366],[-122.406211853,37.7856292725],[-122.414627075,37.7865715027],[-122.423690796,37.797870636],[-122.421287537,37.7933273315],[-122.415374756,37.7817344666],[-122.413551331,37.7755279541],[-122.417671204,37.7833862305],[-122.421325684,37.7935943604],[-122.42376709,37.7978363037],[-122.420959473,37.791595459],[-122.416038513,37.7755432129],[-122.405601501,37.7861175537],[-122.391014099,37.7809143066],[-122.399284363,37.7877998352],[-122.409759521,37.7891082764],[-122.420806885,37.7922477722],[-122.423843384,37.797870636],[-122.423828125,37.7978439331],[-122.423835754,37.7978858948],[-122.42350769,37.7979278564],[-122.423355103,37.7979698181],[-122.429382324,37.7989082336],[-122.433570862,37.80493927],[-122.443878174,37.8056907654],[-122.451766968,37.8056030273],[-122.458740234,37.8050422668],[-122.468910217,37.8066520691],[-122.474685669,37.8085327148],[-122.476966858,37.8043937683],[-122.479530334,37.8003616333],[-122.479736328,37.7958602905],[-122.484092712,37.7910003662],[-122.489822388,37.7874259949],[-122.497283936,37.7861480713],[-122.494880676,37.7820663452],[-122.487236023,37.7837028503],[-122.479675293,37.7861480713],[-122.469917297,37.7865447998],[-122.459579468,37.787021637],[-122.450866699,37.7886772156],[-122.440582275,37.7900314331],[-122.434173584,37.7907447815],[-122.434913635,37.7952270508],[-122.42742157,37.798324585],[-122.425102234,37.8040313721],[-122.413734436,37.8056335449],[-122.423088074,37.8043899536],[-122.42389679,37.7979507446],[-122.42137146,37.7938270569],[-122.420227051,37.7798347473],[-122.423202515,37.7715759277],[-122.426795959,37.7615242004],[-122.423606873,37.7585105896],[-122.418212891,37.7569656372],[-122.414276123,37.7604217529],[-122.415000916,37.7709236145],[-122.421646118,37.7905693054],[-122.42389679,37.7979545593],[-122.42375946,37.7979164124],[-122.421447754,37.7937889099],[-122.419822693,37.7873382568],[-122.413948059,37.7814483643],[-122.419700623,37.7797431946],[-122.413604736,37.7809906006],[-122.419418335,37.7838554382],[-122.422424316,37.7983283997],[-122.436416626,37.7959823608],[-122.434288025,37.791683197],[-122.43536377,37.796131134],[-122.433319092,37.8046150208],[-122.43082428,37.7996177673],[-122.423866272,37.7979164124],[-122.420959473,37.7916564941],[-122.405776978,37.7887153625],[-122.415100098,37.788394928],[-122.423500061,37.797668457],[-122.42098999,37.7918815613],[-122.417915344,37.7767715454],[-122.422142029,37.7676239014],[-122.418861389,37.7566337585],[-122.41960907,37.7641296387],[-122.418457031,37.7720298767],[-122.421508789,37.7909812927],[-122.423873901,37.7978134155],[-122.42098999,37.791595459],[-122.408149719,37.7880477905],[-122.4012146,37.7898101807],[-122.407081604,37.7893257141],[-122.423362732,37.790184021],[-122.423858643,37.7979545593],[-122.42048645,37.789100647],[-122.401664734,37.7892379761],[-122.402854919,37.784740448],[-122.401237488,37.7896308899],[-122.405899048,37.7858123779],[-122.408668518,37.7979049683],[-122.422302246,37.7959403992],[-122.416297913,37.7873764038],[-122.401191711,37.7897415161],[-122.407333374,37.7893943787],[-122.421302795,37.7933502197],[-122.423866272,37.7978668213],[-122.420959473,37.7917785645],[-122.419189453,37.7751541138],[-122.410903931,37.7678565979],[-122.416282654,37.7737350464],[-122.419662476,37.7853546143],[-122.422790527,37.7978591919],[-122.42099762,37.7919807434],[-122.403488159,37.7890701294],[-122.414604187,37.7884902954],[-122.423957825,37.7985420227],[-122.423202515,37.7940406799],[-122.42150116,37.7860832214],[-122.419647217,37.7791290283],[-122.41884613,37.7726821899],[-122.41696167,37.7593231201],[-122.419441223,37.7552642822],[-122.417068481,37.7595443726],[-122.419761658,37.7661590576],[-122.418884277,37.7737503052],[-122.420646667,37.7821044922],[-122.422149658,37.7874488831],[-122.423713684,37.7976036072],[-122.415962219,37.8005638123],[-122.421913147,37.7899971008],[-122.405883789,37.7712402344],[-122.425666809,37.7282791138],[-122.47315979,37.670009613],[-122.51638031,37.5799331665],[-122.517333984,37.5404129028],[-122.467597961,37.4997215271],[-122.461349487,37.4946250916],[-122.455718994,37.4951400757],[-122.431266785,37.4691314697],[-122.429367065,37.4645690918],[-122.43157196,37.4536514282],[-122.404571533,37.3668212891],[-122.328018188,37.2041893005],[-122.281761169,37.0982780457],[-122.238059998,37.0484733582],[-122.188667297,37.0068588257],[-122.04964447,36.960647583],[-122.024208069,36.9630584717],[-122.017585754,36.9635391235],[-122.023170471,36.9624137878],[-122.014312744,36.9644775391],[-122.020141602,36.9612388611],[-122.014457703,36.9646873474],[-122.019271851,36.9690856934],[-122.014503479,36.9654884338],[-121.960334778,36.9850082397],[-121.892303467,36.9701576233],[-121.817718506,36.9341773987],[-121.719825745,36.8610191345],[-121.672904968,36.8095970154],[-121.665222168,36.8008651733],[-121.657936096,36.7250289917],[-121.666847229,36.697719574],[-121.662475586,36.6941642761],[-121.655189514,36.6758804321],[-121.663391113,36.6803398132],[-121.667381287,36.6942062378],[-121.670043945,36.6987113953],[-121.674118042,36.6801109314],[-121.766868591,36.6680221558],[-121.795570374,36.6606178284],[-121.904380798,36.6166877747],[-121.907417297,36.6206359863],[-121.903068542,36.6176300049],[-121.929878235,36.6068916321],[-121.949432373,36.5972557068],[-121.97479248,36.5771560669],[-121.965179443,36.5694580078],[-121.952079773,36.5637359619],[-121.924461365,36.5640449524],[-121.921356201,36.5525779724],[-121.927627563,36.5551300049],[-121.922050476,36.5549125671],[-121.918296814,36.5653381348],[-121.820320129,36.6401939392],[-121.793609619,36.7155647278],[-121.692138672,36.7801513672],[-121.633804321,36.8357048035],[-121.626037598,36.8598594666],[-121.621398926,37.1126365662],[-121.72441864,37.2107429504],[-121.812934875,37.2981948853],[-121.893867493,37.3633079529],[-122.053184509,37.4046287537],[-122.151298523,37.4469718933],[-122.155509949,37.4500007629],[-122.1717453,37.4786758423],[-122.250389099,37.5083351135],[-122.318832397,37.5757675171],[-122.394882202,37.6670799255],[-122.421768188,37.7881889343],[-122.423744202,37.797870636],[-122.420845032,37.791305542],[-122.408409119,37.788192749],[-122.401237488,37.7898674011],[-122.409950256,37.7891387939],[-122.42073822,37.7908287048],[-122.42376709,37.7978553772],[-122.420814514,37.7915534973],[-122.401161194,37.789730072],[-122.40688324,37.789478302],[-122.420814514,37.7906341553],[-122.423805237,37.7978744507],[-122.42137146,37.793548584],[-122.418106079,37.7774848938],[-122.418388367,37.7842216492],[-122.422073364,37.7968330383],[-122.417488098,37.799495697],[-122.409873962,37.8005828857],[-122.409721375,37.8005371094],[-122.411697388,37.8047637939],[-122.417701721,37.8056602478],[-122.423171997,37.8044395447],[-122.42401886,37.7997398376],[-122.421760559,37.7955970764],[-122.413490295,37.7875900269],[-122.401237488,37.7898139954],[-122.410499573,37.7890853882],[-122.421272278,37.7933425903],[-122.42375946,37.7978973389],[-122.420814514,37.7915458679],[-122.406181335,37.7886009216],[-122.400428772,37.7908973694],[-122.406532288,37.7894897461],[-122.420471191,37.7895965576],[-122.423736572,37.7978897095],[-122.424995422,37.8033599854],[-122.413856506,37.8055992126],[-122.419532776,37.8049049377],[-122.423980713,37.7986488342],[-122.423858643,37.7978515625],[-122.423858643,37.7978515625],[-122.428108215,37.8018417358],[-122.437774658,37.8005943298],[-122.441101074,37.8042869568],[-122.449295044,37.8060073853],[-122.460151672,37.8027877808],[-122.455360413,37.8159446716],[-122.475273132,37.8064193726],[-122.48009491,37.7973480225],[-122.475379944,37.7936286926],[-122.474349976,37.7868156433],[-122.465911865,37.7866897583],[-122.458061218,37.7896308899],[-122.447746277,37.7908401489],[-122.446754456,37.7955131531],[-122.444480896,37.7997245789],[-122.43862915,37.8005218506],[-122.433509827,37.7973747253],[-122.427688599,37.7980995178],[-122.422080994,37.7973213196],[-122.419494629,37.784412384],[-122.422889709,37.7709693909],[-122.419410706,37.7749176025],[-122.417892456,37.7836990356],[-122.421836853,37.7960739136],[-122.421073914,37.791595459],[-122.426490784,37.7821655273],[-122.432388306,37.7816772461],[-122.433235168,37.7861289978],[-122.43422699,37.7906646729],[-122.433135986,37.7862358093],[-122.432380676,37.7817573547],[-122.425125122,37.7861862183],[-122.423797607,37.7978782654],[-122.417755127,37.7974967957],[-122.409294128,37.7985458374],[-122.414909363,37.7977256775],[-122.423805237,37.7978591919],[-122.420951843,37.791633606],[-122.417358398,37.7741584778],[-122.419311523,37.7570610046],[-122.406051636,37.7690963745],[-122.343009949,37.8132705688],[-122.287315369,37.8300323486],[-122.177726746,37.8828582764],[-121.999778748,37.8274688721],[-121.99798584,37.819026947],[-121.995254517,37.8230857849],[-121.9764328,37.8358078003],[-121.955963135,37.8425369263],[-121.92906189,37.8418884277],[-122.024505615,37.9408531189],[-121.924560547,37.8629150391],[-121.984230042,37.8301620483],[-121.944084167,37.8216133118],[-121.949378967,37.8574867249],[-121.940727234,37.8049545288],[-121.914268494,37.8817481995],[-122.026802063,37.9629936218],[-121.915748596,37.7013473511],[-121.971305847,37.8424682617],[-121.765930176,37.8453826904],[-121.950531006,37.8023719788],[-121.91493988,37.7474136353],[-121.931427002,37.8529205322],[-121.923721313,37.8740348816],[-121.950805664,37.8048171997],[-122.036766052,37.8565368652],[-121.982933044,37.8333892822],[-121.942611694,37.8627090454],[-121.970077515,37.8028945923],[-121.972518921,37.8805351257],[-121.952140808,37.7951812744],[-121.953231812,37.9028053284],[-121.895004272,37.8144111633],[-121.946228027,37.8620567322],[-121.944290161,37.8222236633],[-121.922294617,37.8778305054],[-121.944725037,37.861656189],[-121.920433044,37.7085952759],[-121.922027588,37.8790245056],[-122.024345398,37.7704391479],[-121.914527893,37.8815536499],[-121.916122437,37.7975997925],[-121.944419861,37.8604164124],[-121.964500427,37.777130127],[-121.917541504,37.7837371826],[-121.951423645,37.8350334167],[-122.041481018,37.8703918457],[-122.097267151,37.8952102661],[-122.201980591,37.8638648987],[-122.272270203,37.8258132935],[-122.314903259,37.8251800537],[-122.395042419,37.7843856812],[-122.418518066,37.7570343018],[-122.419364929,37.772228241],[-122.421684265,37.7868309021],[-122.423927307,37.7979660034],[-122.421043396,37.7915000916],[-122.403808594,37.7891120911],[-122.401298523,37.7897796631],[-122.414749146,37.7884674072],[-122.423797607,37.7978630066],[-122.421012878,37.7915306091],[-122.4012146,37.7897491455],[-122.402114868,37.7843551636],[-122.401847839,37.7792663574],[-122.406440735,37.7721328735],[-122.414833069,37.7762069702],[-122.419998169,37.7872390747],[-122.423805237,37.7978820801],[-122.421188354,37.792514801],[-122.401062012,37.7897148132],[-122.414863586,37.7884178162],[-122.423866272,37.7979545593],[-122.420936584,37.7917022705],[-122.409385681,37.7881126404],[-122.401298523,37.7898483276],[-122.407798767,37.789352417],[-122.420471191,37.7905426025],[-122.423828125,37.7978935242],[-122.420921326,37.7916145325],[-122.403999329,37.7891235352],[-122.411331177,37.7869682312],[-122.421218872,37.7931213379],[-122.423904419,37.7979774475],[-122.423027039,37.79347229],[-122.42099762,37.7846984863],[-122.419471741,37.7754135132],[-122.414360046,37.761680603],[-122.418785095,37.7555274963],[-122.419303894,37.760017395],[-122.418670654,37.7732810974],[-122.423110962,37.7983894348],[-122.421356201,37.7937164307],[-122.42375946,37.7978820801],[-122.420944214,37.7923202515],[-122.418136597,37.7763252258],[-122.410369873,37.7660636902],[-122.411483765,37.7589149475],[-122.416801453,37.7573127747],[-122.417579651,37.7739639282],[-122.421508789,37.7905769348],[-122.42376709,37.7978668213],[-122.421104431,37.7924842834],[-122.40398407,37.7891082764],[-122.411430359,37.7869300842],[-122.421302795,37.7934646606],[-122.423797607,37.7978019714],[-122.404388428,37.7896385193],[-122.413856506,37.7885246277],[-122.420471191,37.7888450623],[-122.423912048,37.7979812622],[-122.420913696,37.7915496826],[-122.401245117,37.7897262573],[-122.40398407,37.7846450806],[-122.408561707,37.7875747681],[-122.420272827,37.7884368896],[-122.423774719,37.7978439331],[-122.421348572,37.7937545776],[-122.408966064,37.7882385254],[-122.401298523,37.7898483276],[-122.407981873,37.7893791199],[-122.421302795,37.7934074402],[-122.423904419,37.7978973389],[-122.418373108,37.7991905212],[-122.410621643,37.7994842529],[-122.420799255,37.804725647],[-122.42376709,37.7978744507],[-122.42098999,37.7915611267],[-122.403968811,37.7891426086],[-122.410415649,37.788848877],[-122.421203613,37.7928009033],[-122.423912048,37.7979927063],[-122.430046082,37.7977905273],[-122.423995972,37.7977333069],[-122.422828674,37.7924690247],[-122.420890808,37.776512146],[-122.416969299,37.7600822449],[-122.422485352,37.7488021851],[-122.418205261,37.7569389343],[-122.414672852,37.760471344],[-122.419631958,37.7794914246],[-122.422904968,37.7978286743],[-122.420166016,37.7877807617],[-122.413673401,37.7798042297],[-122.407928467,37.7845153809],[-122.337600708,37.803352356],[-122.276687622,37.7984695435],[-122.26486969,37.808216095],[-122.277748108,37.798866272],[-122.318008423,37.8089942932],[-122.401252747,37.7918777466],[-122.408004761,37.7843894958],[-122.414230347,37.7767562866],[-122.420898438,37.7684059143],[-122.421401978,37.7591247559],[-122.418487549,37.7667884827],[-122.417869568,37.7773628235],[-122.420555115,37.7894973755],[-122.423805237,37.7978401184],[-122.429397583,37.7968978882],[-122.439155579,37.794883728],[-122.444396973,37.7913703918],[-122.454521179,37.7900428772],[-122.461471558,37.7869491577],[-122.471939087,37.7864456177],[-122.475219727,37.7913551331],[-122.47668457,37.7974090576],[-122.476799011,37.8047637939],[-122.472801208,37.8079948425],[-122.46811676,37.8045082092],[-122.459197998,37.8036384583],[-122.448616028,37.8051223755],[-122.44342804,37.8031044006],[-122.43838501,37.8005752563],[-122.434654236,37.7971229553],[-122.429016113,37.797908783],[-122.423316956,37.7976913452],[-122.428993225,37.7980537415],[-122.436180115,37.7993392944],[-122.42490387,37.7984008789],[-122.42275238,37.7926063538],[-122.432487488,37.7852554321],[-122.42376709,37.7894554138],[-122.423805237,37.7978973389],[-122.426269531,37.7935714722],[-122.420150757,37.7702674866],[-122.401367188,37.7390441895],[-122.410148621,37.6567192078],[-122.383728027,37.6169166565],[-117.176933289,32.7347335815],[-117.201148987,32.732837677],[-117.173416138,32.7247314453],[-117.16835022,32.7112045288],[-117.161064148,32.7060890198],[-117.146568298,32.697555542],[-117.160087585,32.7060508728],[-117.135520935,32.6900444031],[-117.155090332,32.7033538818],[-117.161186218,32.7055244446],[-117.161483765,32.7067642212],[-117.161506653,32.7067642212],[-117.164215088,32.7092437744],[-117.178153992,32.7392921448],[-117.231834412,32.825214386],[-117.221260071,32.8683319092],[-117.227058411,32.8685035706],[-117.233535767,32.8699455261],[-117.224533081,32.8677940369],[-117.224655151,32.8675079346],[-117.229957581,32.8682441711],[-117.2082901,32.7942428589],[-117.180351257,32.7393035889],[-117.164627075,32.7112998962],[-117.162269592,32.7072410583],[-117.163917542,32.7121238708],[-117.201515198,32.7760467529],[-117.231170654,32.8553237915],[-117.239814758,32.8552246094],[-117.268234253,32.8477058411],[-117.27482605,32.847038269],[-117.262428284,32.8540039062],[-117.230743408,32.8674736023],[-117.224761963,32.8684158325],[-117.233406067,32.8523674011],[-117.214790344,32.781627655],[-117.17023468,32.7252922058],[-117.163459778,32.7097358704],[-117.160636902,32.7056350708],[-117.16015625,32.7108573914],[-117.160240173,32.7062416077],[-117.163848877,32.7096099854],[-117.210075378,32.8014411926],[-117.222084045,32.8650436401],[-117.22983551,32.8686103821],[-117.235092163,32.8430213928],[-117.209663391,32.7819213867],[-117.169586182,32.7207450867],[-117.160125732,32.7129249573],[-117.193725586,32.7442092896],[-117.175346375,32.759677887],[-117.210861206,32.7993392944],[-117.223136902,32.8657646179],[-117.241424561,32.7892341614],[-117.168319702,32.7257614136],[-117.163505554,32.7096748352],[-117.160835266,32.7053451538],[-117.177246094,32.7177963257],[-117.201400757,32.7326278687],[-117.208137512,32.7449150085],[-117.202163696,32.734172821],[-122.385482788,37.6173744202],[-122.391738892,37.6171875],[-122.403526306,37.6182174683],[-122.448928833,37.6580352783],[-122.466468811,37.7089996338],[-122.414573669,37.7788658142],[-122.414360046,37.7834320068],[-122.422142029,37.7978057861],[-122.422187805,37.7899627686],[-122.423835754,37.7976455688],[-122.421173096,37.7935180664],[-122.414672852,37.7807579041],[-122.403404236,37.772518158],[-122.410369873,37.7615737915],[-122.421264648,37.7579345703],[-122.425567627,37.7618141174],[-122.421234131,37.7736816406],[-122.421386719,37.7900276184],[-122.423927307,37.797996521],[-122.423744202,37.7978515625],[-122.420982361,37.7916641235],[-122.399841309,37.7881622314],[-122.393714905,37.7919006348],[-122.40032196,37.7903900146],[-122.42011261,37.7858352661],[-122.44745636,37.7823638916],[-122.451385498,37.7722816467],[-122.483345032,37.7652282715],[-122.510017395,37.7646827698],[-122.496017456,37.7718353271],[-122.499641418,37.7683410645],[-122.495071411,37.7656707764],[-122.489776611,37.767326355],[-122.479248047,37.769618988],[-122.474311829,37.7673454285],[-122.470993042,37.7710075378],[-122.460693359,37.7715568542],[-122.453781128,37.7688407898],[-122.442253113,37.7706413269],[-122.431549072,37.770980835],[-122.424324036,37.7676582336],[-122.41594696,37.7652854919],[-122.406135559,37.7644577026],[-122.394828796,37.7650413513],[-122.391227722,37.7585067749],[-122.387809753,37.763710022],[-122.386940002,37.772403717],[-122.388061523,37.7781524658],[-122.387748718,37.786693573],[-122.390541077,37.7915344238],[-122.397270203,37.7920646667],[-122.423843384,37.7978782654],[-122.420875549,37.7923355103],[-122.417648315,37.7798690796],[-122.422340393,37.7697639465],[-122.421203613,37.7569885254],[-122.421836853,37.7640304565],[-122.416900635,37.768409729],[-122.407730103,37.768611908],[-122.399803162,37.7756271362],[-122.390159607,37.776725769],[-122.387634277,37.787322998],[-122.393119812,37.7860488892],[-122.403945923,37.7776184082],[-122.412788391,37.7743873596],[-122.420036316,37.7705574036],[-122.421379089,37.7586898804],[-122.418571472,37.7642250061],[-122.41242218,37.7732048035],[-122.418624878,37.7840309143],[-122.423957825,37.7980957031],[-122.420974731,37.7924499512],[-122.406799316,37.7881355286],[-122.401123047,37.7895889282],[-122.406967163,37.7894897461],[-122.420700073,37.78748703],[-122.421714783,37.7959518433],[-122.426651001,37.7982292175],[-122.421676636,37.7954788208],[-122.416511536,37.7873764038],[-122.401039124,37.7896080017],[-122.407592773,37.7892837524],[-122.420639038,37.7901954651],[-122.424568176,37.7934494019],[-122.423957825,37.7981376648],[-122.421195984,37.7928962708],[-122.411140442,37.7880096436],[-122.401451111,37.7896957397],[-122.407226562,37.7893981934],[-122.420272827,37.7889976501],[-122.423652649,37.7976341248],[-122.421150208,37.7926635742],[-122.411979675,37.7877807617],[-122.401283264,37.7897758484],[-122.420967102,37.7910995483],[-122.429885864,37.7978515625],[-122.444412231,37.7978363037],[-122.45085144,37.7999572754],[-122.445137024,37.7997207642],[-122.435714722,37.797832489],[-122.429679871,37.7978591919],[-122.423713684,37.797832489],[-122.421051025,37.7926368713],[-122.417350769,37.776512146],[-122.419662476,37.7851867676],[-122.42350769,37.7976493835],[-122.421455383,37.7932929993],[-122.407600403,37.788608551],[-122.401275635,37.7895736694],[-122.40838623,37.7891464233],[-122.420600891,37.7905540466],[-122.428184509,37.798122406],[-122.428070068,37.7980651855],[-122.421478271,37.7945365906],[-122.416297913,37.7912101746],[-122.395965576,37.7938461304],[-122.40184021,37.7956886292],[-122.405784607,37.7990913391],[-122.41293335,37.8000259399],[-122.418556213,37.7993545532],[-122.423576355,37.7967033386],[-122.423736572,37.7824401855],[-122.41947937,37.7637176514],[-122.418464661,37.7569122314],[-122.421516418,37.7615242004],[-122.422134399,37.7700157166],[-122.420288086,37.7743377686],[-122.421554565,37.7863197327],[-122.423881531,37.7979507446],[-122.429428101,37.8017959595],[-122.435531616,37.8068237305],[-122.444412231,37.8056945801],[-122.451835632,37.805519104],[-122.461250305,37.8047180176],[-122.455589294,37.8042869568],[-122.450447083,37.8062133789],[-122.444816589,37.8055839539],[-122.439208984,37.8063201904],[-122.436599731,37.8023109436],[-122.435546875,37.7978744507],[-122.429847717,37.7978286743],[-122.423797607,37.7978973389],[-122.425041199,37.8034439087],[-122.413986206,37.8055686951],[-122.41960144,37.8048629761],[-122.424064636,37.7984580994],[-122.420944214,37.7914924622],[-122.407188416,37.7880516052],[-122.401237488,37.7898101807],[-122.409217834,37.7891159058],[-122.420715332,37.7905731201],[-122.423828125,37.7978553772],[-122.421226501,37.7933654785],[-122.407066345,37.7884559631],[-122.401374817,37.7897491455],[-122.40789032,37.7893676758],[-122.421012878,37.7922363281],[-122.423713684,37.7978515625],[-122.421340942,37.793346405],[-122.404197693,37.7888145447],[-122.40990448,37.7872009277],[-122.420768738,37.7911453247],[-122.422210693,37.7976493835],[-122.421272278,37.793182373],[-122.403846741,37.7889213562],[-122.399124146,37.7914428711],[-122.403282166,37.7881584167],[-122.414421082,37.7790870667],[-122.418449402,37.7859764099],[-122.422859192,37.7978019714],[-122.423309326,37.8038291931],[-122.417808533,37.8050384521],[-122.413276672,37.802318573],[-122.408363342,37.7988433838],[-122.408126831,37.7912025452],[-122.425842285,37.7889785767],[-122.446456909,37.7760009766],[-122.470672607,37.7731971741],[-122.479499817,37.7728614807],[-122.484741211,37.7703819275],[-122.490371704,37.7709693909],[-122.49382019,37.767375946],[-122.492385864,37.7685852051],[-122.423851013,37.7979011536],[-122.421340942,37.7937355042],[-122.419052124,37.783493042],[-122.418289185,37.7788963318],[-122.419677734,37.7745132446],[-122.421936035,37.7639808655],[-122.418174744,37.7604179382],[-122.417396545,37.7649993896],[-122.420249939,37.7797203064],[-122.423957825,37.798286438],[-122.430091858,37.800655365],[-122.457801819,37.8028450012],[-122.469779968,37.8032836914],[-122.473709106,37.8070259094],[-122.477378845,37.8104705811],[-122.477882385,37.814956665],[-122.477294922,37.8104629517],[-122.479911804,37.7946815491],[-122.476303101,37.8055343628],[-122.48085022,37.7951774597],[-122.475341797,37.7843933105],[-122.450798035,37.7868995667],[-122.423332214,37.7903633118],[-122.423110962,37.7769737244],[-122.417381287,37.7637748718],[-122.414993286,37.7474441528],[-122.418365479,37.7510719299],[-122.418922424,37.757019043],[-122.418540955,37.7635345459],[-122.417205811,37.7744140625],[-122.419509888,37.7849807739],[-122.421844482,37.7962379456],[-122.427780151,37.7999610901],[-122.431694031,37.8060760498],[-122.437927246,37.8002433777],[-122.439613342,37.8003768921],[-122.433311462,37.7973594666],[-122.423828125,37.7978363037],[-122.421142578,37.79246521],[-122.431488037,37.7875442505],[-122.433433533,37.778717041],[-122.436943054,37.7751617432],[-122.432121277,37.7775611877],[-122.41934967,37.7801704407],[-122.420440674,37.7904396057],[-122.423873901,37.7978591919],[-122.421134949,37.7925224304],[-122.405403137,37.7885818481],[-122.400161743,37.7905845642],[-122.40763092,37.7877540588],[-122.413520813,37.7884101868],[-122.422157288,37.7976608276],[-122.422691345,37.7925071716],[-122.425514221,37.7972373962],[-122.421424866,37.7940559387],[-122.40763855,37.7879981995],[-122.401298523,37.7898139954],[-122.421257019,37.7915840149],[-122.421432495,37.7937469482],[-122.410903931,37.7880096436],[-122.401313782,37.7898292542],[-122.407051086,37.7894630432],[-122.421775818,37.7954177856],[-122.420722961,37.7909545898],[-122.413093567,37.7773017883],[-122.399055481,37.7837219238],[-122.394477844,37.7872772217],[-122.399787903,37.7856216431],[-122.411643982,37.7764434814],[-122.417739868,37.7655677795],[-122.416473389,37.7524642944],[-122.417137146,37.758682251],[-122.41834259,37.7753334045],[-122.420196533,37.7872772217],[-122.424201965,37.7984008789],[-122.421440125,37.792339325],[-122.410118103,37.7880325317],[-122.401191711,37.7897453308],[-122.403335571,37.7852172852],[-122.409080505,37.7849693298],[-122.419715881,37.7853736877],[-122.423675537,37.7978973389],[-122.423797607,37.7978553772],[-122.421302795,37.7932472229],[-122.408172607,37.7884178162],[-122.401603699,37.7890319824],[-122.407272339,37.789352417],[-122.416137695,37.7883071899],[-122.421737671,37.7960929871],[-122.422615051,37.7916221619],[-122.421516418,37.7859992981],[-122.420288086,37.7804908752],[-122.419647217,37.7754020691],[-122.418022156,37.7682304382],[-122.417190552,37.761756897],[-122.416427612,37.7522544861],[-122.419937134,37.7457351685],[-122.420639038,37.7559356689],[-122.421638489,37.7618675232],[-122.423698425,37.7890357971],[-122.423858643,37.7978744507],[-122.423187256,37.7933769226],[-122.426902771,37.7811660767],[-122.438407898,37.7797737122],[-122.446899414,37.7757225037],[-122.456756592,37.7717323303],[-122.475082397,37.7717704773],[-122.491348267,37.7708778381],[-122.478401184,37.7711486816],[-122.46118927,37.7715988159],[-122.446022034,37.772808075],[-122.43296814,37.7708129883],[-122.431152344,37.7665214539],[-122.417701721,37.7652244568],[-122.411727905,37.7655181885],[-122.412261963,37.7576713562],[-122.414230347,37.753288269],[-122.41733551,37.7570610046],[-122.418045044,37.7567672729],[-122.421562195,37.7610397339],[-122.417945862,37.7759666443],[-122.419845581,37.7866477966],[-122.423614502,37.7977256775],[-122.42099762,37.7917671204],[-122.417961121,37.7795448303],[-122.420730591,37.7742805481],[-122.424324036,37.7680587769],[-122.41859436,37.7681655884],[-122.421676636,37.7616500854],[-122.421974182,37.7662010193],[-122.422348022,37.7728309631],[-122.412994385,37.7800674438],[-122.410766602,37.7856788635],[-122.405647278,37.787727356],[-122.400466919,37.7895851135],[-122.404716492,37.7925872803],[-122.408546448,37.7891845703],[-122.414138794,37.7883911133],[-122.419059753,37.7906570435],[-122.420120239,37.795085907],[-122.426994324,37.7972602844],[-122.432617188,37.79662323],[-122.438224792,37.7958984375],[-122.443817139,37.7951049805],[-122.447647095,37.7984428406],[-122.447944641,37.8029556274],[-122.453689575,37.8034858704],[-122.459075928,37.8049240112],[-122.464744568,37.8046073914],[-122.472183228,37.8134155273],[-122.472373962,37.8088226318],[-122.468185425,37.8057670593],[-122.462669373,37.8046722412],[-122.457015991,37.8052101135],[-122.446510315,37.8053131104],[-122.444778442,37.8010139465],[-122.438339233,37.8005828857],[-122.434455872,37.7972946167],[-122.428863525,37.7980613708],[-122.423072815,37.7976913452],[-122.401237488,37.7985534668],[-122.394859314,37.7949676514],[-122.38458252,37.7997779846],[-122.393463135,37.795425415],[-122.397781372,37.7924537659],[-122.401985168,37.7894210815],[-122.40587616,37.7927970886],[-122.404968262,37.7883453369],[-122.41002655,37.7862968445],[-122.412437439,37.7806396484],[-122.42150116,37.7734603882],[-122.421905518,37.7665252686],[-122.421447754,37.7620315552],[-122.421852112,37.7675819397],[-122.423118591,37.7847366333],[-122.423469543,37.7979431152],[-122.516777039,37.8908081055],[-122.865211487,38.6096687317],[-122.86542511,38.6086235046],[-122.870475769,38.6107749939],[-122.865272522,38.6088523865],[-122.855865479,38.5994911194],[-122.848831177,38.5871009827],[-122.842391968,38.5821151733],[-122.847099304,38.5847053528],[-122.837997437,38.5881576538],[-122.849365234,38.5895843506],[-122.839126587,38.5882110596],[-122.850395203,38.5899085999],[-122.858856201,38.6042251587],[-122.865608215,38.6087646484],[-122.86114502,38.6042137146],[-122.814186096,38.5530662537],[-122.740119934,38.4836959839],[-122.719520569,38.4357414246],[-122.71471405,38.4412384033],[-122.71862793,38.4374427795],[-122.71421814,38.4284896851],[-122.721298218,38.4372253418],[-122.714111328,38.4226379395],[-122.713401794,38.3189888],[-122.665420532,38.2685585022],[-122.584396362,38.1692886353],[-122.560348511,38.0932807922],[-122.538490295,38.0184707642],[-122.514793396,37.9450073242],[-122.510475159,37.8765258789],[-122.453727722,37.8094902039],[-122.444877625,37.805393219],[-122.423721313,37.7989120483],[-122.417861938,37.8002319336],[-122.41305542,37.8028488159],[-122.40663147,37.8032569885],[-122.406295776,37.7976531982],[-122.40512085,37.7925796509],[-122.410720825,37.7917976379],[-122.418952942,37.7908782959],[-122.414009094,37.7857551575],[-122.40776825,37.7864494324],[-122.401741028,37.7891120911],[-122.397514343,37.7925872803],[-122.392562866,37.7948036194],[-122.382545471,37.8012237549],[-122.39352417,37.7960205078],[-122.37411499,37.8044166565],[-122.393478394,37.7960777283],[-122.373138428,37.8051071167],[-122.393486023,37.7959442139],[-122.397575378,37.7925338745],[-122.449539185,37.7648696899],[-122.474685669,37.7645606995],[-122.466392517,37.7659225464],[-122.456192017,37.7682037354],[-122.445892334,37.7721443176],[-122.42388916,37.7979011536],[-122.421646118,37.7937583923],[-122.416252136,37.7911071777],[-122.410118103,37.7918586731],[-122.41583252,37.7914085388],[-122.42199707,37.7969017029],[-122.427528381,37.7979698181],[-122.431343079,37.8013076782],[-122.431564331,37.8058204651],[-122.437095642,37.8068771362],[-122.435066223,37.8026123047],[-122.435806274,37.7981414795],[-122.424209595,37.7984809875],[-122.421592712,37.7944831848],[-122.419723511,37.7855949402],[-122.415412903,37.7804908752],[-122.410018921,37.7819366455],[-122.41027832,37.777431488],[-122.423126221,37.7981300354],[-122.420928955,37.7917137146],[-122.408432007,37.7882461548],[-122.401397705,37.7897644043],[-122.406173706,37.7923736572],[-122.412902832,37.7905387878],[-122.423774719,37.7976608276],[-122.421142578,37.7926826477],[-122.409011841,37.7884712219],[-122.401443481,37.7896728516],[-122.403594971,37.7855033875],[-122.412940979,37.7778511047],[-122.407958984,37.7693862915],[-122.416885376,37.7653694153],[-122.421890259,37.7632217407],[-122.418304443,37.7569084167],[-122.418670654,37.7647285461],[-122.417686462,37.7768592834],[-122.420547485,37.7903137207],[-122.423797607,37.7978744507],[-122.421310425,37.7938156128],[-122.408096313,37.7882423401],[-122.401329041,37.7897987366],[-122.403137207,37.7851867676],[-122.414756775,37.776222229],[-122.422080994,37.7664375305],[-122.421844482,37.7604141235],[-122.421844482,37.7684364319],[-122.418983459,37.7821159363],[-122.421600342,37.7952461243],[-122.420898438,37.7907028198],[-122.406478882,37.7882614136],[-122.401130676,37.7900085449],[-122.405349731,37.7837867737],[-122.408729553,37.7738227844],[-122.403564453,37.7703323364],[-122.410858154,37.7789878845],[-122.42024231,37.7875785828],[-122.423744202,37.7978782654],[-122.420951843,37.7917709351],[-122.407089233,37.7883377075],[-122.401306152,37.7897453308],[-122.412338257,37.7887611389],[-122.421195984,37.7937011719],[-122.423797607,37.7978363037],[-122.422775269,37.8022994995],[-122.423774719,37.7978363037],[-122.421463013,37.7937011719],[-122.424697876,37.7854766846],[-122.442245483,37.7830162048],[-122.461181641,37.7806968689],[-122.461326599,37.7857894897],[-122.458763123,37.7917175293],[-122.456993103,37.7999801636],[-122.451339722,37.7985877991],[-122.435394287,37.7970657349],[-122.423881531,37.7978858948],[-122.429580688,37.7968711853],[-122.440093994,37.7956314087],[-122.447090149,37.7978057861],[-122.446342468,37.8053855896],[-122.43724823,37.8058509827],[-122.436149597,37.8012084961],[-122.432945251,37.7974853516],[-122.427330017,37.7981567383],[-122.423858643,37.7978630066],[-122.423820496,37.7978515625],[-122.423866272,37.7977828979],[-122.421974182,37.7897720337],[-122.42389679,37.7978973389],[-122.420936584,37.7915382385],[-122.404373169,37.7887535095],[-122.398704529,37.7898979187],[-122.402267456,37.7862052917],[-122.402259827,37.7862129211],[-122.402458191,37.7863044739],[-122.412361145,37.7887802124],[-122.423828125,37.7978439331],[-122.420982361,37.7921142578],[-122.401237488,37.7898483276],[-122.395858765,37.7851600647],[-122.400299072,37.7882575989],[-122.420295715,37.7885017395],[-122.421600342,37.7949676514],[-122.425643921,37.7982292175],[-122.421707153,37.7922668457],[-122.401168823,37.7898368835],[-122.40120697,37.7898139954],[-122.420249939,37.7918930054],[-122.423789978,37.7978363037],[-122.430931091,37.7976226807],[-122.424064636,37.7985076904],[-122.421897888,37.7880363464],[-122.417991638,37.7701416016],[-122.275169373,37.8249359131],[-122.190132141,37.7848930359],[-122.102416992,37.6939964294],[-122.019203186,37.699131012],[-121.876319885,37.7011260986],[-121.840126038,37.7037277222],[-121.59362793,37.7391853333],[-121.427330017,37.6520843506],[-121.097099304,37.2536315918],[-121.016387939,37.1037368774],[-120.926467896,37.0361442566],[-120.875190735,36.9578590393],[-120.680915833,36.7149581909],[-120.37638092,36.417640686],[-118.494102478,34.0120658875],[-118.489639282,34.0048332214],[-118.470420837,33.9918403625],[-118.467437744,33.9866142273],[-118.46521759,33.977016449],[-118.461761475,33.9821853638],[-118.446136475,33.9841079712],[-118.44618988,33.9724349976],[-118.453514099,33.9632835388],[-118.446586609,33.9506950378],[-118.424507141,33.9086952209],[-118.420135498,33.9000015259],[-118.425872803,33.9114151001],[-118.433883667,33.9266548157],[-118.508804321,34.0110855103],[-118.446510315,33.9506225586],[-118.453300476,33.960231781],[-118.453025818,33.9729423523],[-118.456176758,33.9847717285],[-118.471191406,33.9845314026],[-118.47542572,33.987361908],[-118.478408813,33.9922294617],[-118.489028931,34.0032577515],[-118.494117737,34.012134552],[-118.498016357,34.0172195435],[-118.502288818,34.0210838318],[-118.507713318,34.020904541],[-118.497764587,34.0085067749],[-118.509384155,34.0232124329],[-118.503967285,34.0239677429],[-118.500099182,34.0202178955],[-118.495727539,34.0169067383],[-118.491340637,34.0137138367],[-118.493850708,34.0186538696],[-118.50138855,34.0250167847],[-118.496170044,34.0236244202],[-118.483070374,34.0123443604],[-118.44960022,33.9922409058],[-118.418968201,33.9596328735],[-118.394630432,33.9042053223],[-118.41847229,33.9023094177],[-118.394851685,33.9456710815],[-118.400695801,33.9431724548],[-118.389450073,33.9440231323],[-118.394996643,33.9449539185],[-122.38584137,37.6192550659],[-122.389625549,37.6156425476],[-122.401809692,37.6143608093],[-122.445960999,37.6592102051],[-122.466308594,37.7090911865],[-122.433784485,37.7331237793],[-122.415328979,37.7801513672],[-122.420570374,37.7819290161],[-122.422157288,37.7898864746],[-122.42389679,37.7978782654],[-122.421318054,37.7924461365],[-122.401115417,37.7896690369],[-122.401115417,37.7899551392],[-122.406921387,37.7896499634],[-122.423812866,37.7978744507],[-122.429634094,37.7967605591],[-122.438293457,37.7957038879],[-122.446662903,37.7956504822],[-122.447311401,37.8042297363],[-122.437400818,37.8059616089],[-122.436271667,37.8009757996],[-122.432250977,37.7976226807],[-122.426567078,37.7982902527],[-122.421112061,37.7961158752],[-122.414482117,37.787651062],[-122.403312683,37.7880935669],[-122.408103943,37.7840805054],[-122.423797607,37.797832489],[-122.420776367,37.7914962769],[-122.401145935,37.7896881104],[-122.412658691,37.7807006836],[-122.423400879,37.7621879578],[-122.419799805,37.7748718262],[-122.419792175,37.7846717834],[-122.422203064,37.7960128784],[-122.405235291,37.7893562317],[-122.399368286,37.787399292],[-122.400779724,37.7924804688],[-122.413909912,37.8054656982],[-122.423851013,37.7978897095],[-122.430084229,37.7968292236],[-122.441543579,37.7953529358],[-122.447418213,37.798500061],[-122.444465637,37.8045692444],[-122.436431885,37.8008537292],[-122.432579041,37.7975311279],[-122.42691803,37.7982215881],[-122.4220047,37.795955658],[-122.418640137,37.7797279358],[-122.419624329,37.7856407166],[-122.423866272,37.7978668213],[-122.421363831,37.7935676575],[-122.405212402,37.7884521484],[-122.401237488,37.7898826599],[-122.402030945,37.7890701294],[-122.415115356,37.7883338928],[-122.421966553,37.7958564758],[-122.418922424,37.7811851501],[-122.421737671,37.7724990845],[-122.422286987,37.7649497986],[-122.415649414,37.765712738],[-122.405479431,37.7787361145],[-122.401100159,37.7896537781],[-122.410301208,37.7887191772],[-122.421302795,37.7926521301],[-122.423782349,37.7976646423],[-122.429573059,37.7978820801],[-122.43837738,37.8006820679],[-122.431259155,37.7976264954],[-122.42389679,37.7978858948],[-122.417755127,37.7993621826],[-122.409088135,37.7993774414],[-122.407981873,37.794216156],[-122.406494141,37.7853050232],[-122.419387817,37.7596931458],[-122.41897583,37.7539978027],[-122.419326782,37.7586402893],[-122.419036865,37.7764587402],[-122.412986755,37.7858695984],[-122.41973877,37.7886734009],[-122.42149353,37.7940177917],[-122.424232483,37.7982177734],[-122.430099487,37.8037757874],[-122.438781738,37.8063964844],[-122.448348999,37.8048324585],[-122.457374573,37.8030433655],[-122.474586487,37.8173866272],[-122.47693634,37.8104400635],[-122.468849182,37.8052787781],[-122.455627441,37.8046226501],[-122.445747375,37.8053627014],[-122.442955017,37.8004379272],[-122.436508179,37.8007774353],[-122.432151794,37.7976379395],[-122.426513672,37.7982215881],[-122.421348572,37.7937736511],[-122.417709351,37.7792663574],[-122.396202087,37.793598175],[-122.293479919,37.8029823303],[-122.272109985,37.8036613464],[-122.275405884,37.7971687317],[-122.273345947,37.7929573059],[-122.278320312,37.7952156067],[-122.268852234,37.795879364],[-122.26007843,37.7988967896],[-122.260673523,37.8110160828],[-122.260101318,37.8000640869],[-122.265777588,37.7973899841],[-122.312782288,37.8067703247],[-122.400039673,37.790763855],[-122.41822052,37.7560882568],[-122.413276672,37.7653961182],[-122.403762817,37.7807426453],[-122.421470642,37.7966651917],[-122.419822693,37.7768554688],[-122.418121338,37.7568321228],[-122.412910461,37.7726287842],[-122.431655884,37.7616500854],[-122.424247742,37.7941665649],[-122.420707703,37.7906455994],[-122.401229858,37.7899436951],[-122.405250549,37.7837295532],[-122.41027832,37.7798652649],[-122.413841248,37.7756271362],[-122.421134949,37.7905349731],[-122.423789978,37.7979011536],[-122.420913696,37.7915382385],[-122.401313782,37.7897758484],[-122.408355713,37.7893104553],[-122.423858643,37.7978973389],[-122.421447754,37.7937469482],[-122.415939331,37.7873840332],[-122.401878357,37.7889213562],[-122.418899536,37.7877426147],[-122.423866272,37.7978401184],[-122.42388916,37.7978630066],[-122.423866272,37.7979011536],[-122.42388916,37.797908783],[-122.423881531,37.7978858948],[-122.421134949,37.7926597595],[-122.422088623,37.7797050476],[-122.424842834,37.7748794556],[-122.42250824,37.7707138062],[-122.402702332,37.7274055481],[-122.375205994,37.599155426],[-122.32434082,37.5802574158],[-122.290245056,37.5467376709],[-122.201431274,37.4865264893],[-122.160583496,37.4719314575],[-122.137969971,37.4586486816],[-122.100921631,37.4294242859],[-122.094482422,37.4251480103],[-122.099342346,37.4274787903],[-122.159339905,37.4715995789],[-122.226158142,37.4946250916],[-122.249107361,37.5077056885],[-122.2967453,37.5541648865],[-122.370002747,37.5958824158],[-122.400512695,37.663318634],[-122.401535034,37.7249412537],[-122.403717041,37.7546844482],[-122.408592224,37.7710227966],[-122.400657654,37.7866859436],[-122.407089233,37.7894439697],[-122.421775818,37.7957496643],[-122.42288208,37.7797241211],[-122.424232483,37.7749862671],[-122.41999054,37.7700691223],[-122.405281067,37.7328186035],[-122.375198364,37.5991134644],[-122.327575684,37.583240509],[-122.301757812,37.5593299866],[-122.250717163,37.5077476501],[-122.129669189,37.4539260864],[-122.093132019,37.4250450134],[-122.087486267,37.4236984253],[-122.094421387,37.4246406555],[-122.077835083,37.413772583],[-122.072311401,37.3813209534],[-122.068244934,37.3769454956],[-122.060256958,37.3423194885],[-122.279411316,37.4509124756],[-122.437103271,37.6325111389],[-122.470863342,37.6972198486],[-122.423919678,37.7402381897],[-122.424171448,37.7647361755],[-122.427520752,37.7725753784],[-122.418418884,37.7794456482],[-122.420928955,37.7918701172],[-122.423851013,37.7978897095],[-122.42124939,37.7931404114],[-122.4217453,37.779838562],[-122.424003601,37.7738876343],[-122.404464722,37.7428359985],[-122.39365387,37.6680793762],[-122.290039062,37.5453796387],[-122.186271667,37.4849624634],[-122.119232178,37.4451560974],[-122.090248108,37.423625946],[-122.09941864,37.4287986755],[-122.167854309,37.476360321],[-122.261894226,37.5189285278],[-122.398521423,37.629776001],[-122.40246582,37.7281837463],[-122.396408081,37.7817687988],[-122.402458191,37.7874259949],[-122.414497375,37.7884597778],[-122.422134399,37.7960357666],[-122.419700623,37.785861969],[-122.413742065,37.7796707153],[-122.407997131,37.7844467163],[-122.268234253,37.808757782],[-122.271759033,37.8038291931],[-122.277832031,37.7987327576],[-122.397865295,37.7858695984],[-122.413009644,37.7803115845],[-122.42376709,37.7978897095],[-122.413520813,37.7961502075],[-122.403808594,37.7923660278],[-122.394752502,37.7952423096],[-122.398323059,37.7994308472],[-122.41368866,37.8052711487],[-122.420799255,37.8046379089],[-122.423721313,37.7978858948],[-122.419464111,37.7907676697],[-122.42212677,37.7670173645],[-122.426803589,37.7594985962],[-122.422584534,37.7728347778],[-122.422386169,37.7904586792],[-122.424995422,37.7950210571],[-122.423843384,37.7978744507],[-122.419319153,37.7915687561],[-122.413764954,37.788444519],[-122.420227051,37.7888755798],[-122.422492981,37.7977600098],[-122.419158936,37.7907676697],[-122.420310974,37.780090332],[-122.438095093,37.7778129578],[-122.448455811,37.772026062],[-122.440299988,37.7766418457],[-122.429077148,37.779083252],[-122.420768738,37.7904777527],[-122.423828125,37.7978858948],[-122.423339844,37.7979621887],[-122.421134949,37.7914009094],[-122.404556274,37.7890625],[-122.410385132,37.788936615],[-122.422470093,37.797328949],[-122.421089172,37.7916412354],[-122.40712738,37.7883796692],[-122.401268005,37.7898216248],[-122.411239624,37.7889633179],[-122.421890259,37.796295166],[-122.421051025,37.7914619446],[-122.401260376,37.7897071838],[-122.418304443,37.7890205383],[-122.42375946,37.7978897095],[-122.420951843,37.7916984558],[-122.401268005,37.7898445129],[-122.408279419,37.789264679],[-122.417381287,37.7881355286],[-122.423789978,37.7978515625],[-122.429664612,37.7969703674],[-122.441802979,37.7952919006],[-122.44670105,37.8001899719],[-122.44329071,37.8057594299],[-122.437561035,37.8065948486],[-122.436012268,37.800907135],[-122.431915283,37.7975997925],[-122.42098999,37.7916946411],[-122.422172546,37.7677154541],[-122.41721344,37.7651519775],[-122.40322876,37.7872085571],[-122.412086487,37.7889060974],[-122.422012329,37.7968559265],[-122.427558899,37.7981300354],[-122.433891296,37.7973632812],[-122.424911499,37.7972564697],[-122.423362732,37.8034248352],[-122.427627563,37.8001441956],[-122.436317444,37.7922859192],[-122.469955444,37.7788047791],[-122.478912354,37.7729034424],[-122.482421875,37.7691764832],[-122.485572815,37.7731285095],[-122.474182129,37.7801437378],[-122.474510193,37.7708015442],[-122.468833923,37.7700462341],[-122.46509552,37.7735595703],[-122.461967468,37.7773742676],[-122.448120117,37.7780761719],[-122.42263031,37.7922515869],[-122.42376709,37.7973670959],[-122.427894592,37.8006248474],[-122.433441162,37.8052787781],[-122.454574585,37.8042030334],[-122.466491699,37.8045845032],[-122.476852417,37.8102493286],[-122.459899902,37.8035621643],[-122.437690735,37.8069725037],[-122.447044373,37.8052787781],[-122.440551758,37.8061332703],[-122.43674469,37.8027000427],[-122.428657532,37.797996521],[-122.434272766,37.7992744446],[-122.432975769,37.8047637939],[-122.427963257,37.7980766296],[-122.433990479,37.7962799072],[-122.439674377,37.7965660095],[-122.439575195,37.7919311523],[-122.434234619,37.7896461487],[-122.431503296,37.7936553955],[-122.42389679,37.7979431152],[-122.423866272,37.7979240417],[-122.423858643,37.7978477478],[-122.423851013,37.7978591919],[-122.423866272,37.7978096008],[-122.42199707,37.7971305847],[-122.423805237,37.7978591919],[-122.423873901,37.7978210449],[-122.42388916,37.7978782654],[-122.42389679,37.7978858948],[-122.423797607,37.7978210449],[-122.421073914,37.792049408],[-122.416213989,37.7810974121],[-122.422035217,37.7681884766],[-122.425979614,37.7596893311],[-122.4349823,37.7608642578],[-122.430732727,37.7644348145],[-122.42640686,37.7600212097],[-122.426475525,37.7649040222],[-122.421485901,37.7770500183],[-122.422065735,37.7968177795],[-122.42099762,37.7918586731],[-122.419792175,37.7860374451],[-122.416625977,37.7801780701],[-122.409896851,37.775138855],[-122.41986084,37.7785568237],[-122.423912048,37.7979125977],[-122.413917542,37.8055114746],[-122.424613953,37.8013839722],[-122.414016724,37.8055419922],[-122.425064087,37.8036651611],[-122.423919678,37.7980079651],[-122.431442261,37.8060951233],[-122.43775177,37.806640625],[-122.443473816,37.8057556152],[-122.449707031,37.8059577942],[-122.445251465,37.8006820679],[-122.437683105,37.8002433777],[-122.42389679,37.7979202271],[-122.420928955,37.7916984558],[-122.402229309,37.7891616821],[-122.405975342,37.7857437134],[-122.417884827,37.7807388306],[-122.419769287,37.7850151062],[-122.420669556,37.7899436951],[-122.42389679,37.7978858948],[-122.421066284,37.792224884],[-122.426803589,37.7871246338],[-122.443473816,37.7848091125],[-122.4584198,37.7755737305],[-122.460662842,37.7812309265],[-122.452972412,37.7864837646],[-122.43536377,37.7961540222],[-122.423782349,37.7978477478],[-122.421348572,37.7914619446],[-122.401321411,37.7898712158],[-122.407554626,37.7893867493],[-122.420387268,37.7895545959],[-122.42388916,37.7979240417],[-122.421928406,37.7923088074],[-122.408760071,37.7882194519],[-122.401237488,37.789806366],[-122.407440186,37.7893562317],[-122.421012878,37.7922210693],[-122.423782349,37.7979240417],[-122.42099762,37.7917022705],[-122.404457092,37.7888069153],[-122.399093628,37.790977478],[-122.404090881,37.7888298035],[-122.40272522,37.7831954956],[-122.417472839,37.7653846741],[-122.418304443,37.7570228577],[-122.421798706,37.7704772949],[-122.414482117,37.7812080383],[-122.403839111,37.7892456055],[-122.414588928,37.7884216309],[-122.423873901,37.7978630066],[-122.429611206,37.7968406677],[-122.441497803,37.7953453064],[-122.447433472,37.7982444763],[-122.447509766,37.8053779602],[-122.439880371,37.8043746948],[-122.439453125,37.8040771484],[-122.435966492,37.7996826172],[-122.430747986,37.7976036072],[-122.423912048,37.7978668213],[-122.421340942,37.7853050232],[-122.419281006,37.7758255005],[-122.431625366,37.7757415771],[-122.430625916,37.7709960938],[-122.420013428,37.7690467834],[-122.418899536,37.7737998962],[-122.423828125,37.7978591919],[-122.421386719,37.793762207],[-122.419845581,37.7809371948],[-122.422058105,37.7670021057],[-122.422683716,37.7715568542],[-122.421875,37.7883644104],[-122.421875,37.7965507507],[-122.410758972,37.7973632812],[-122.418151855,37.7983169556],[-122.423858643,37.7977523804],[-122.423706055,37.7979431152],[-122.417655945,37.7993545532],[-122.416633606,37.803817749],[-122.664093018,38.2726707458],[-122.670028687,38.2699127197],[-122.573303223,38.1630554199],[-122.512405396,37.9463882446],[-122.475906372,37.8073730469],[-122.438865662,37.8089866638],[-122.422859192,37.8014297485],[-122.421226501,37.7926025391],[-122.404121399,37.7891693115],[-122.402809143,37.7939186096],[-122.414077759,37.8055076599],[-122.424766541,37.8040657043],[-122.423866272,37.7978210449],[-122.421005249,37.7916755676],[-122.402694702,37.7892723083],[-122.408378601,37.7892112732],[-122.421150208,37.7926712036],[-122.423706055,37.7978172302],[-122.431129456,37.7967643738],[-122.442268372,37.7951507568],[-122.447509766,37.7990722656],[-122.444992065,37.8055305481],[-122.439476013,37.8041191101],[-122.436134338,37.8003921509],[-122.430740356,37.7977561951],[-122.424133301,37.7984046936],[-122.42099762,37.7916030884],[-122.404533386,37.7892608643],[-122.399291992,37.7909927368],[-122.406761169,37.7894859314],[-122.42388916,37.7978515625],[-122.421394348,37.7936935425],[-122.423805237,37.7978248596],[-122.421409607,37.7937316895],[-122.401138306,37.7897415161],[-122.40927887,37.7890625],[-122.421485901,37.7923774719],[-122.423843384,37.7977333069],[-122.420898438,37.791469574],[-122.418029785,37.7769432068],[-122.418395996,37.7570266724],[-122.421234131,37.7699584961],[-122.420845032,37.7913703918],[-122.423866272,37.7978897095],[-122.421012878,37.7915840149],[-122.421905518,37.765007019],[-122.415748596,37.7653923035],[-122.401168823,37.7896766663],[-122.415031433,37.7883224487],[-122.421920776,37.7966804504],[-122.427650452,37.7972335815],[-122.444877625,37.7949752808],[-122.447128296,37.8004074097],[-122.441116333,37.8002357483],[-122.435569763,37.7975234985],[-122.42880249,37.7979469299],[-122.424934387,37.8033409119],[-122.403656006,37.804977417],[-122.394821167,37.7956581116],[-122.398368835,37.7916069031],[-122.403007507,37.7881698608],[-122.407859802,37.784324646],[-122.402351379,37.7795677185],[-122.413497925,37.7654724121],[-122.413505554,37.7603912354],[-122.418235779,37.7569236755],[-122.419517517,37.7614746094],[-122.418800354,37.7727394104],[-122.412322998,37.7878189087],[-122.408805847,37.7813262939],[-122.397796631,37.756111145],[-122.398803711,37.7626495361],[-122.410247803,37.7727546692],[-122.42375946,37.7978248596],[-122.422897339,37.7932510376],[-122.421775818,37.7871284485],[-122.419372559,37.7757263184],[-122.420478821,37.7705116272],[-122.419281006,37.7603263855],[-122.424850464,37.7612724304],[-122.426361084,37.7663459778],[-122.42011261,37.7874603271],[-122.423805237,37.7978019714],[-122.426208496,37.8018875122],[-122.432258606,37.8051261902],[-122.442092896,37.8059196472],[-122.451667786,37.8046531677],[-122.461227417,37.802898407],[-122.46900177,37.8065223694],[-122.476402283,37.8103713989],[-122.468177795,37.8047866821],[-122.454811096,37.8041992188],[-122.445335388,37.8032264709],[-122.440994263,37.8002815247],[-122.43561554,37.7980308533],[-122.429832458,37.7977905273],[-122.424003601,37.7984542847],[-122.42098999,37.7917480469],[-122.404434204,37.788772583],[-122.414672852,37.7883529663],[-122.423866272,37.7978515625],[-122.421516418,37.791595459],[-122.416618347,37.7872848511],[-122.401237488,37.7897720337],[-122.407836914,37.7845649719],[-122.418579102,37.7524375916],[-122.447257996,37.7222099304],[-122.470802307,37.696811676],[-122.444770813,37.6650733948],[-122.405975342,37.6188926697],[-122.390487671,37.6158676147],[-87.8979263306,41.9752006531],[-87.7464904785,42.1255455017],[-87.7359771729,42.1139755249],[-87.7342071533,42.109413147],[-87.7359848022,42.114112854],[-87.7414245605,42.1119499207],[-87.7621307373,42.0519599915],[-87.7525634766,41.9878387451],[-87.7366714478,41.957736969],[-87.7301864624,41.9530448914],[-87.7196578979,41.9475669861],[-87.7109222412,41.9398384094],[-87.6937179565,41.9314041138],[-87.6846389771,41.9261474609],[-87.670791626,41.9175224304],[-87.6346511841,41.90832901],[-87.6323547363,41.8946495056],[-87.6324691772,41.8865623474],[-87.6391906738,41.8843421936],[-87.6486053467,41.8843574524],[-87.6355514526,41.8836898804],[-87.6346664429,41.8768577576],[-87.6823348999,41.9218711853],[-87.7494659424,41.9951553345],[-87.7515335083,42.1012611389],[-87.7357330322,42.114200592],[-87.7440414429,42.1172828674],[-87.7363052368,42.1140708923],[-87.6985397339,42.0855484009],[-87.6782836914,42.0521697998],[-87.6768722534,42.0272216797],[-87.6608810425,42.0018043518],[-87.6553573608,41.9857368469],[-87.6385269165,41.9400024414],[-87.6391601562,41.9217414856],[-87.6488189697,41.9218139648],[-87.6426086426,41.9210090637],[-87.6551055908,41.9179725647],[-87.6841278076,41.9259185791],[-87.7474212646,41.9748687744],[-87.7508926392,42.0793533325],[-87.7147674561,42.0856628418],[-87.7363815308,42.1141433716],[-87.7318878174,42.1096687317],[-87.7319335938,42.1040077209],[-87.7732620239,42.0981063843],[-87.8012466431,42.1080589294],[-87.8090438843,42.1182098389],[-87.7979202271,42.1473045349],[-87.8213424683,42.183681488],[-87.8235702515,42.1882171631],[-87.7866821289,42.1349334717],[-87.743019104,42.1158218384],[-87.7360229492,42.1140632629],[-87.7435836792,42.1157264709],[-87.7741394043,42.1015205383],[-87.8680114746,41.9908294678],[-87.9026794434,41.9765663147],[-122.385673523,37.6204299927],[-122.38130188,37.6175193787],[-122.387054443,37.6176567078],[-122.392654419,37.6166992188],[-122.412567139,37.6341667175],[-122.47077179,37.6835174561],[-122.468734741,37.7053871155],[-122.441337585,37.7291221619],[-122.41973877,37.764831543],[-122.401863098,37.7891540527],[-122.409294128,37.7890777588],[-122.421028137,37.7922477722],[-122.430854797,37.8038291931],[-122.427047729,37.7974090576],[-122.429344177,37.8037071228],[-122.42427063,37.7984390259],[-122.421592712,37.7944641113],[-122.41468811,37.7874832153],[-122.4012146,37.7896842957],[-122.409942627,37.7889518738],[-122.420753479,37.7906227112],[-122.422157288,37.7960548401],[-122.429107666,37.7969360352],[-122.440261841,37.7957344055],[-122.447303772,37.7973518372],[-122.446853638,37.8023376465],[-122.443222046,37.8058242798],[-122.438301086,37.8035583496],[-122.436065674,37.79920578],[-122.426651001,37.7982444763],[-122.421516418,37.7944107056],[-122.413619995,37.7876091003],[-122.401138306,37.7896232605],[-122.408058167,37.7893104553],[-122.421722412,37.7958717346],[-122.420860291,37.7911872864],[-122.407142639,37.7884178162],[-122.40120697,37.7898101807],[-122.405532837,37.783405304],[-122.401824951,37.7719650269],[-122.407203674,37.7703132629],[-122.417182922,37.7803764343],[-122.423873901,37.7978591919],[-122.421188354,37.7924842834],[-122.406524658,37.7885093689],[-122.400917053,37.7892913818],[-122.40196228,37.7827949524],[-122.394851685,37.7764053345],[-122.406860352,37.6211662292],[-122.344352722,37.5803413391],[-122.323371887,37.5662994385],[-122.31728363,37.5739135742],[-122.39414978,37.6137428284],[-122.405059814,37.7331047058],[-122.418830872,37.7757492065],[-122.420150757,37.7810173035],[-122.421325684,37.7895545959],[-122.423721313,37.7978439331],[-122.421012878,37.7916145325],[-122.408256531,37.7882080078],[-122.401268005,37.7897224426],[-122.401130676,37.7899398804],[-122.407119751,37.7883453369],[-122.413551331,37.7886924744],[-122.421127319,37.7876777649],[-122.42427063,37.7929191589],[-122.423698425,37.7978935242],[-122.417892456,37.7993431091],[-122.408813477,37.7993507385],[-122.406959534,37.7897338867],[-122.404838562,37.7945365906],[-122.407394409,37.7992782593],[-122.412605286,37.8019828796],[-122.418006897,37.7993431091],[-122.423606873,37.7985916138],[-122.416267395,37.7995605469],[-122.406517029,37.7977981567],[-122.40536499,37.7860374451],[-122.415664673,37.7788238525],[-122.42276001,37.777797699],[-122.419235229,37.7813796997],[-122.421218872,37.793006897],[-122.423851013,37.7978172302],[-122.421195984,37.7923774719],[-122.42376709,37.797870636],[-122.422912598,37.7933769226],[-122.421470642,37.7861595154],[-122.419929504,37.7809181213],[-122.419502258,37.7758636475],[-122.41999054,37.7666549683],[-122.418449402,37.7570648193],[-122.419387817,37.7618141174],[-122.418731689,37.7725601196],[-122.419311523,37.7783966064],[-122.421600342,37.7857933044],[-122.423835754,37.7978591919],[-122.435798645,37.7981567383],[-122.450408936,37.8036880493],[-122.435943604,37.7986564636],[-122.430015564,37.7977828979],[-122.42389679,37.797908783],[-122.429626465,37.7968139648],[-122.440513611,37.7954139709],[-122.447486877,37.7981262207],[-122.447891235,37.8056488037],[-122.455383301,37.8039245605],[-122.468444824,37.8049812317],[-122.475753784,37.8094749451],[-122.464378357,37.807182312],[-122.47278595,37.8088645935],[-122.465065002,37.8046646118],[-122.451087952,37.8030586243],[-122.441963196,37.8059387207],[-122.43208313,37.7978019714],[-122.424293518,37.79845047],[-122.421348572,37.7933998108],[-122.401824951,37.7890090942],[-122.41166687,37.7888450623],[-122.420951843,37.7914390564],[-122.421379089,37.793674469],[-122.406440735,37.7884941101],[-122.400726318,37.7894477844],[-122.405059814,37.7861557007],[-122.409965515,37.7820205688],[-122.405426025,37.7859535217],[-122.405532837,37.797203064],[-122.414413452,37.802482605],[-122.424476624,37.8011741638],[-122.421173096,37.7926483154],[-122.401222229,37.7896881104],[-122.407531738,37.7893753052],[-122.421905518,37.7958068848],[-122.416290283,37.787361145],[-122.403572083,37.7844696045],[-122.397857666,37.7830123901],[-122.392997742,37.7790412903],[-122.413642883,37.7603797913],[-122.423843384,37.7978172302],[-122.415725708,37.7995376587],[-122.408462524,37.7970542908],[-122.40562439,37.78956604],[-122.399803162,37.7905311584],[-122.400299072,37.784778595],[-122.395736694,37.7812347412],[-122.409790039,37.7890434265],[-122.423812866,37.7978210449],[-122.421340942,37.7936286926],[-122.411689758,37.7879638672],[-122.406440735,37.7853355408],[-122.39641571,37.7934379578],[-122.312347412,37.8082504272],[-122.265220642,37.7971763611],[-122.271965027,37.803604126],[-122.269958496,37.8086700439],[-122.269828796,37.8040809631],[-122.28037262,37.7997093201],[-122.308555603,37.8057098389],[-122.40511322,37.7860412598],[-122.419998169,37.787021637],[-122.423820496,37.7978591919],[-122.420951843,37.7917327881],[-122.4243927,37.7855644226],[-122.417930603,37.786190033],[-122.436203003,37.8008384705],[-122.428199768,37.8026046753],[-122.426025391,37.7921905518],[-122.424316406,37.7848625183],[-122.423606873,37.7893600464],[-122.423774719,37.7978858948],[-122.420822144,37.7912330627],[-122.419883728,37.7749328613],[-122.421142578,37.7572174072],[-122.418510437,37.7619972229],[-122.417106628,37.7741661072],[-122.420227051,37.7880973816],[-122.423873901,37.7978401184],[-122.421325684,37.7933044434],[-122.420196533,37.7798042297],[-122.433357239,37.7775192261],[-122.448173523,37.7721710205],[-122.495994568,37.7719726562],[-122.511138916,37.7710914612],[-122.493865967,37.7747039795],[-122.446365356,37.7724761963],[-122.438018799,37.7758865356],[-122.437667847,37.7818107605],[-122.438827515,37.7883796692],[-122.434906006,37.794216156],[-122.42376709,37.7978286743],[-122.423866272,37.7978591919],[-122.42729187,37.8029975891],[-122.436462402,37.8066864014],[-122.447608948,37.8051757812],[-122.458885193,37.803024292],[-122.46762085,37.804359436],[-122.476676941,37.8102912903],[-122.453971863,37.804977417],[-122.4764328,37.8105239868],[-122.445602417,37.7946281433],[-122.446632385,37.805393219],[-122.439605713,37.8042297363],[-122.435935974,37.7998199463],[-122.430412292,37.7976875305],[-122.42477417,37.7984275818],[-122.421165466,37.7926139832],[-122.401138306,37.789894104],[-122.407211304,37.7893714905],[-122.423866272,37.797832489],[-122.421020508,37.7917060852],[-122.404769897,37.7888298035],[-122.401763916,37.7957878113],[-122.409309387,37.7930030823],[-122.417701721,37.7907981873],[-122.423660278,37.7976341248],[-122.421348572,37.7930526733],[-122.403816223,37.7893600464],[-122.398742676,37.79139328],[-122.40309906,37.7881469727],[-122.408760071,37.7856521606],[-122.420806885,37.7897109985],[-122.423858643,37.7978401184],[-122.421455383,37.7937507629],[-122.410079956,37.7880821228],[-122.401313782,37.7897071838],[-122.410255432,37.7891235352],[-122.423439026,37.7976379395],[-122.430229187,37.7967567444],[-122.43951416,37.7956390381],[-122.43724823,37.7913894653],[-122.429237366,37.7930679321],[-122.424789429,37.7974433899],[-122.421173096,37.792842865],[-122.422157288,37.7678070068],[-122.415298462,37.7694091797],[-122.401229858,37.7822570801],[-122.401176453,37.7896995544],[-122.407173157,37.7895126343],[-122.42098999,37.7916221619],[-122.423866272,37.7978820801],[-122.422523499,37.7916145325],[-122.421012878,37.7844085693],[-122.419898987,37.7784004211],[-122.419784546,37.7699890137],[-122.419624329,37.7639732361],[-122.418167114,37.7567939758],[-122.420074463,37.7701644897],[-122.423789978,37.7974357605],[-122.42628479,37.7932853699],[-122.424354553,37.7848167419],[-122.424049377,37.7847213745],[-122.424095154,37.784778595],[-122.423286438,37.7901382446],[-122.424850464,37.7844238281],[-122.423187256,37.7893867493],[-122.42388916,37.7978744507],[-122.422615051,37.7928581238],[-122.427642822,37.7906455994],[-122.440811157,37.7880210876],[-122.455345154,37.7861709595],[-122.461303711,37.7834892273],[-122.456504822,37.786026001],[-122.434005737,37.7897377014],[-122.423278809,37.7944335938],[-122.418487549,37.7790679932],[-122.407829285,37.7844810486],[-122.345863342,37.801815033],[-122.277206421,37.7986068726],[-122.265792847,37.7974281311],[-122.259986877,37.7993202209],[-122.254058838,37.8025970459],[-122.250267029,37.8074226379],[-122.24760437,37.8116531372],[-122.256156921,37.8085441589],[-122.270591736,37.8133621216],[-122.268249512,37.808757782],[-122.293533325,37.8045043945],[-122.396606445,37.7932395935],[-122.413658142,37.7797431946],[-122.421806335,37.7873916626],[-122.421134949,37.7928352356],[-122.423774719,37.7978515625],[-122.420982361,37.7916297913],[-122.40120697,37.7897148132],[-122.403030396,37.7903518677],[-122.404029846,37.7895545959],[-122.400932312,37.7903747559],[-122.419631958,37.796962738],[-122.420951843,37.7915496826],[-122.404922485,37.7697410583],[-122.398353577,37.7650489807],[-122.417404175,37.7795181274],[-122.423866272,37.7977981567],[-122.420715332,37.7905158997],[-122.401573181,37.7892036438],[-122.397621155,37.7826118469],[-122.416595459,37.7802047729],[-122.429847717,37.7978210449],[-122.423866272,37.7977867126],[-122.421089172,37.7922477722],[-122.401161194,37.7897644043],[-122.425773621,37.798122406],[-122.44708252,37.8038787842],[-122.427001953,37.7984580994],[-122.40586853,37.7895126343],[-122.399925232,37.790348053],[-122.406227112,37.7894592285],[-122.419487,37.7878952026],[-122.421310425,37.7931861877],[-122.42389679,37.7978591919],[-122.420959473,37.7915802002],[-122.411941528,37.7881584167],[-122.401542664,37.7896347046],[-122.42199707,37.7970924377],[-122.41607666,37.7976913452],[-122.413360596,37.7897071838],[-122.411689758,37.7764167786],[-122.399513245,37.7186660767],[-122.390045166,37.6152648926],[-122.383880615,37.6170501709],[-87.9066925049,41.9801864624],[-87.8989715576,41.9755897522],[-87.8951797485,41.9803733826],[-87.835319519,41.9848403931],[-87.7288131714,41.9530105591],[-87.7048416138,41.9275283813],[-87.6859054565,41.9153137207],[-87.6773223877,41.9095573425],[-87.6775436401,41.9140777588],[-87.6927719116,41.9319343567],[-87.7594070435,42.01770401],[-87.7664413452,42.0994606018],[-87.742401123,42.11561203],[-87.7361984253,42.1139602661],[-87.7417678833,42.1119728088],[-87.751991272,42.0878715515],[-87.7473831177,42.0690231323],[-87.748298645,42.0609550476],[-87.7496032715,42.0564308167],[-87.7490386963,42.0610313416],[-87.7542190552,42.0633621216],[-87.7840042114,42.1029586792],[-87.8100204468,42.1045913696],[-87.8031463623,42.1068572998],[-87.7982788086,42.0969734192],[-87.7979507446,42.0807533264],[-87.7981491089,42.094669342],[-87.7897644043,42.1205749512],[-87.7598724365,42.1342124939],[-87.7422714233,42.1156005859],[-87.7361450195,42.1140480042],[-87.7296981812,42.1108665466],[-87.6924819946,42.079334259],[-87.6781845093,42.0494689941],[-87.6767807007,42.0597915649],[-87.735710144,42.1141014099],[-87.7324447632,42.1066589355],[-87.736076355,42.1140632629],[-87.7309570312,42.1077537537],[-87.7253646851,42.1020889282],[-87.7265930176,42.1068344116],[-87.7276763916,42.1120910645],[-87.7344741821,42.1137619019],[-87.7317428589,42.1094741821],[-87.7361984253,42.1140899658],[-87.7365493774,42.1092910767],[-87.7333679199,42.1049385071],[-87.772857666,42.1016578674],[-87.8013076782,42.1070861816],[-87.7755432129,42.1014633179],[-87.7101593018,42.0776405334],[-87.6864776611,42.0569076538],[-87.6847000122,42.0496101379],[-87.6791687012,42.0477714539],[-87.6806106567,42.04088974],[-87.6778335571,42.0498809814],[-87.6906738281,42.0797615051],[-87.7362747192,42.114074707],[-87.7421112061,42.1155090332],[-87.784324646,42.1269302368],[-87.822845459,42.1872901917],[-87.825012207,42.1915054321],[-87.823638916,42.1866264343],[-87.7516937256,42.1159439087],[-87.7359542847,42.1141090393],[-87.7447509766,42.1122207642],[-87.7715911865,42.1010665894],[-87.8143768311,42.1052322388],[-87.8659210205,42.0729598999],[-87.901763916,41.9766311646],[-87.8898544312,41.9643058777],[-122.396789551,37.7688102722],[-122.397331238,37.7717590332],[-122.398162842,37.772441864],[-122.39907074,37.7731323242],[-122.399986267,37.773853302],[-122.400741577,37.7746276855],[-122.423835754,37.797832489],[-122.421073914,37.7917785645],[-122.406814575,37.7884597778],[-122.4012146,37.7897071838],[-122.397445679,37.7935676575],[-122.404022217,37.7929000854],[-122.409767151,37.7921028137],[-122.403701782,37.789730072],[-122.411895752,37.788772583],[-122.423828125,37.7978439331],[-122.423835754,37.7977256775],[-122.423629761,37.7978439331],[-122.42389679,37.7979125977],[-122.419906616,37.7793731689],[-122.420028687,37.7783584595],[-122.417617798,37.7666931152],[-122.4193573,37.767162323],[-122.420372009,37.7666015625],[-122.418167114,37.7697143555],[-122.421554565,37.7886009216],[-122.423751831,37.7978897095],[-122.423866272,37.797870636],[-122.421188354,37.7928009033],[-122.43120575,37.7786903381],[-122.438064575,37.7757835388],[-122.431594849,37.7758674622],[-122.418495178,37.7792892456],[-122.403808594,37.7873535156],[-122.406150818,37.7932624817],[-122.40511322,37.7881088257],[-122.419845581,37.7649459839],[-122.421531677,37.760635376],[-122.420684814,37.7559585571],[-122.421508789,37.7608337402],[-122.428901672,37.7675628662],[-122.431152344,37.7757492065],[-122.432830811,37.7844161987],[-122.434936523,37.7942314148],[-122.426399231,37.7973976135],[-122.421173096,37.7927894592],[-122.430152893,37.7853813171],[-122.423866272,37.7978248596],[-122.421157837,37.7924690247],[-122.424499512,37.784740448],[-122.423370361,37.7900924683],[-122.424308777,37.7974967957],[-122.422996521,37.8023910522],[-122.447677612,37.8021965027],[-122.443145752,37.7989959717],[-122.428771973,37.7978858948],[-122.426071167,37.7922859192],[-122.423927307,37.7847366333],[-122.413627625,37.7562561035],[-122.418296814,37.759059906],[-122.417800903,37.7746620178],[-122.42098999,37.7916488647],[-122.423789978,37.7978553772],[-122.421310425,37.7935028076],[-122.4243927,37.7846450806],[-122.417709351,37.7909507751],[-122.42162323,37.795173645],[-122.42389679,37.7872314453],[-122.424911499,37.7936553955],[-122.422393799,37.7977333069],[-122.423156738,37.7872543335],[-122.424629211,37.7932357788],[-122.423851013,37.7978019714],[-122.421188354,37.7928009033],[-122.422676086,37.7721786499],[-122.422576904,37.7649765015],[-122.421058655,37.7761802673],[-122.424484253,37.7847595215],[-122.414001465,37.7795257568],[-122.407958984,37.7844390869],[-122.392463684,37.792804718],[-122.272438049,37.8037834167],[-122.275939941,37.7998123169],[-122.308509827,37.8076400757],[-122.41607666,37.7794036865],[-122.423858643,37.7978134155],[-122.429824829,37.8021888733],[-122.434860229,37.8058242798],[-122.442108154,37.8059310913],[-122.447349548,37.8038978577],[-122.44178772,37.8059387207],[-122.434745789,37.8057594299],[-122.428947449,37.803401947],[-122.427772522,37.807849884],[-122.421577454,37.8054428101],[-122.426429749,37.8098220825],[-122.421966553,37.8066711426],[-122.426567078,37.8039588928],[-122.432418823,37.8015632629],[-122.438468933,37.8005828857],[-122.423858643,37.7977256775],[-122.426078796,37.7923812866],[-122.451553345,37.7867202759],[-122.461181641,37.7833099365],[-122.451011658,37.7820053101],[-122.410858154,37.7973442078],[-122.404212952,37.7959976196],[-122.409690857,37.7984619141],[-122.415458679,37.7979545593],[-122.423522949,37.7976264954],[-122.421226501,37.7929725647],[-122.418083191,37.7789459229],[-122.421669006,37.7631835938],[-122.426551819,37.7605934143],[-122.426673889,37.7659912109],[-122.418212891,37.7772369385],[-122.423912048,37.7979698181],[-122.417785645,37.7993774414],[-122.425239563,37.7965316772],[-122.423545837,37.779296875],[-122.421089172,37.7570228577],[-122.395523071,37.6663513184],[-122.405311584,37.6584510803],[-122.402801514,37.6240501404],[-122.300689697,37.5580291748],[-122.229263306,37.4951133728],[-122.140693665,37.4593467712],[-122.155014038,37.4523849487],[-122.157791138,37.4437828064],[-122.162841797,37.4568786621],[-122.26133728,37.5199661255],[-122.399505615,37.6231079102],[-122.423973083,37.7558097839],[-122.423973083,37.7711753845],[-122.423881531,37.7978172302],[-122.421089172,37.791973114],[-122.424499512,37.784778595],[-122.423431396,37.7900238037],[-122.42464447,37.7851066589],[-122.423995972,37.7841567993],[-122.423286438,37.7768211365],[-122.421600342,37.7621879578],[-122.419075012,37.758140564],[-122.421630859,37.7621650696],[-122.417152405,37.7651100159],[-122.411621094,37.7737731934],[-122.401367188,37.7891426086],[-122.403060913,37.7971534729],[-122.421531677,37.7950553894],[-122.434440613,37.7962379456],[-122.436279297,37.8006744385],[-122.456253052,37.8035240173],[-122.468727112,37.8051757812],[-122.475341797,37.8082847595],[-122.477661133,37.8139648438],[-122.475883484,37.8075256348],[-122.488479614,37.7788887024],[-122.481735229,37.7893638611],[-122.500022888,37.7810745239],[-122.51008606,37.7802352905],[-122.512207031,37.7755813599],[-122.511314392,37.7710838318],[-122.498245239,37.7726554871],[-122.489295959,37.7723770142],[-122.473937988,37.7727508545],[-122.45916748,37.7742233276],[-122.462867737,37.7829360962],[-122.458587646,37.7782745361],[-122.433708191,37.771686554],[-122.427322388,37.7602043152],[-122.421226501,37.7616958618],[-122.422027588,37.7670593262],[-122.418464661,37.7772293091],[-122.419616699,37.7868499756],[-122.42098999,37.7916069031],[-122.423835754,37.7978286743],[-122.421600342,37.7932090759],[-122.424255371,37.7848167419],[-122.433692932,37.7877540588],[-122.434555054,37.79429245],[-122.423957825,37.7984542847],[-122.418266296,37.7993011475],[-122.414657593,37.8033828735],[-122.403648376,37.8048248291],[-122.399124146,37.8007316589],[-122.395858765,37.7969245911],[-122.40712738,37.7933425903],[-122.41519165,37.8060455322],[-122.411567688,37.8097229004],[-122.479888916,37.84815979],[-122.479125977,37.8562545776],[-122.480758667,37.8493690491],[-122.480979919,37.857460022],[-122.47908783,37.8531112671],[-122.465354919,37.8401260376],[-122.478744507,37.8552627563],[-122.466690063,37.8516120911],[-122.411491394,37.8095817566],[-122.393386841,37.7961082458],[-122.39756012,37.7927017212],[-122.402954102,37.7898750305],[-122.410224915,37.7890586853],[-122.420471191,37.7838020325],[-122.433692932,37.7773666382],[-122.432388306,37.7851905823],[-122.42490387,37.7861213684],[-122.404777527,37.7867202759],[-122.423820496,37.7978858948],[-122.421524048,37.7934570312],[-122.418319702,37.777130127],[-122.42224884,37.7649230957],[-122.420928955,37.7759094238],[-122.424613953,37.7849693298],[-122.426071167,37.800239563],[-122.440917969,37.8002929688],[-122.427467346,37.7986526489],[-122.424674988,37.7850036621],[-122.423339844,37.7901344299],[-122.423866272,37.7977600098],[-122.421195984,37.793762207],[-122.4245224,37.7848510742],[-122.423202515,37.7900810242],[-122.424911499,37.7854194641],[-122.424736023,37.7937507629],[-122.422187805,37.7978019714],[-122.422767639,37.7874336243],[-122.425941467,37.7754936218],[-122.424476624,37.7846412659],[-122.421409607,37.7942352295],[-122.410385132,37.7974777222],[-122.42150116,37.7959289551],[-122.424942017,37.7854423523],[-122.423370361,37.7899246216],[-122.424217224,37.784778595],[-122.421302795,37.7934913635],[-122.423851013,37.7979278564],[-122.420959473,37.791557312],[-122.424552917,37.7847671509],[-122.423217773,37.7901191711],[-122.424255371,37.7848052979],[-122.421401978,37.7936248779],[-122.423835754,37.7978286743],[-122.43120575,37.7975578308],[-122.424446106,37.7984695435],[-122.423210144,37.7939796448],[-122.42212677,37.7891921997],[-122.424217224,37.7848358154],[-122.422157288,37.7894859314],[-122.423454285,37.7950935364],[-122.422767639,37.7902183533],[-122.424957275,37.785282135],[-122.424942017,37.7899932861],[-122.424209595,37.7848129272],[-122.423835754,37.7898406982],[-122.42338562,37.7900848389],[-122.423721313,37.7975311279],[-122.423851013,37.7978019714],[-122.423240662,37.7932853699],[-122.421684265,37.7864875793],[-122.42023468,37.779750824],[-122.418907166,37.772895813],[-122.41999054,37.7649345398],[-122.420059204,37.7695732117],[-122.419692993,37.775062561],[-122.420783997,37.7829322815],[-122.426612854,37.7831954956],[-122.423194885,37.7901611328],[-122.424758911,37.7851715088],[-122.420463562,37.7888755798],[-122.421508789,37.7933616638],[-122.423721313,37.7979393005],[-122.42364502,37.7968597412],[-122.422088623,37.7978363037],[-122.423820496,37.797908783],[-122.421440125,37.7937355042],[-122.423797607,37.797870636],[-122.426391602,37.7937355042],[-122.423126221,37.7775611877],[-122.41985321,37.7700195312],[-122.402931213,37.7515296936],[-122.394439697,37.6674003601],[-122.389785767,37.6150550842],[-122.387763977,37.6125984192],[-73.6078872681,40.5749893188],[-73.776008606,40.6470184326],[-73.763420105,40.6604003906],[-77.4500198364,38.9466667175],[-77.44871521,38.9531288147],[-77.4429168701,38.9563903809],[-77.3627471924,38.9530258179],[-77.172454834,38.8959541321],[-77.1250076294,38.8803634644],[-77.0531005859,38.8973121643],[-77.0488739014,38.9205780029],[-77.0458297729,38.9162521362],[-77.0377960205,38.9157524109],[-77.0319900513,38.9155845642],[-77.0375747681,38.9141159058],[-77.0457839966,38.9163475037],[-77.0398330688,38.9156494141],[-77.0339126587,38.9155693054],[-77.0319595337,38.9205818176],[-77.0327911377,38.9388504028],[-77.0364837646,38.933807373],[-77.0412979126,38.9234733582],[-77.0366744995,38.9266624451],[-77.0346832275,38.9405632019],[-77.0327148438,38.9339752197],[-77.0319595337,38.9174575806],[-77.0414733887,38.9141616821],[-77.046295166,38.9166870117],[-77.0353317261,38.9231452942],[-77.0295562744,38.9263496399],[-77.0269088745,38.9308166504],[-77.0309829712,38.9276008606],[-77.0391311646,38.9249572754],[-77.0399703979,38.9204902649],[-77.0456848145,38.9162139893],[-77.0459976196,38.9161071777],[-77.0405044556,38.917842865],[-77.0319671631,38.9183158875],[-77.0327453613,38.9132194519],[-77.0319519043,38.9178619385],[-77.0305328369,38.9286193848],[-77.0238037109,38.9287719727],[-77.0219955444,38.9130325317],[-77.021987915,38.8967666626],[-77.0218887329,38.8880081177],[-77.3729553223,38.9620857239],[-77.0228729248,38.8890571594],[-77.3729171753,38.9620475769],[-77.0249938965,38.8898620605],[-77.0197677612,38.9001045227],[-77.0199203491,38.8943405151],[-77.0066452026,38.8919258118],[-77.0268173218,38.8875961304],[-77.0394973755,38.8917808533],[-77.0426559448,38.9081802368],[-77.045715332,38.916267395],[-77.0434875488,38.9216117859],[-77.0341339111,38.9254417419],[-77.0319900513,38.920753479],[-77.0361480713,38.9125938416],[-77.0456085205,38.9126472473],[-77.0468215942,38.9178886414],[-77.0424575806,38.921787262],[-77.041633606,38.9172210693],[-77.0289459229,38.9155273438],[-77.0344085693,38.9170570374],[-77.0344543457,38.9264411926],[-77.0341873169,38.9262504578],[-77.034362793,38.9264297485],[-77.0371246338,38.9223823547],[-77.0363922119,38.9268569946],[-77.0375747681,38.9342842102],[-77.036529541,38.927696228],[-77.0462493896,38.9161491394],[-77.0461273193,38.9162254333],[-77.0440444946,38.9236221313],[-77.0414123535,38.9312705994],[-77.036605835,38.9273643494],[-77.04271698,38.922744751],[-77.0375289917,38.9292030334],[-77.0324630737,38.926158905],[-77.0326538086,38.9132881165],[-77.0385665894,38.9142379761],[-77.0323638916,38.91431427],[-77.0238037109,38.9179077148],[-77.0255584717,38.9237785339],[-77.0388183594,38.9322814941],[-77.0366516113,38.9269714355],[-77.0319061279,38.913936615],[-77.0321578979,38.9190216064],[-77.0405044556,38.9323272705],[-77.0405044556,38.9324035645],[-77.0365142822,38.9285621643],[-77.0289459229,38.9276313782],[-77.0272445679,38.9155044556],[-77.0320129395,38.9089431763],[-77.0343017578,38.913230896],[-77.0384674072,38.9168128967],[-77.0420455933,38.9205970764],[-77.0433197021,38.9250183105],[-77.0394363403,38.9324531555],[-77.0368652344,38.9280509949],[-77.0425033569,38.9219741821],[-77.0419921875,38.9220581055],[-77.0421447754,38.9221382141],[-77.0423355103,38.9219245911],[-77.0380249023,38.925693512],[-77.0404434204,38.9324455261],[-77.0330581665,38.9287948608],[-77.0266265869,38.9137039185],[-77.0218734741,38.8974609375],[-77.0203857422,38.9019241333],[-77.0132293701,38.8871231079],[-77.0693969727,38.8621444702],[-77.1241531372,38.8242950439],[-77.1530303955,38.8194541931],[-77.1922683716,38.8314437866],[-77.1870956421,38.8289985657],[-77.1402435303,38.8194847107],[-77.0158157349,38.882484436],[-77.0197219849,38.9029846191],[-77.0209197998,38.9621963501],[-77.026802063,38.9133911133],[-77.0217132568,38.9384651184],[-77.0365753174,38.9305152893],[-77.0531997681,38.9326171875],[-77.0403289795,38.9324073792],[-77.0370025635,38.9282646179],[-77.0386581421,38.9167785645],[-77.0339508057,38.9196014404],[-77.0325546265,38.9278755188],[-77.0322036743,38.9233589172],[-77.0387115479,38.916759491],[-77.0339508057,38.914100647],[-77.0387039185,38.916759491],[-77.0383377075,38.9121627808],[-77.0387496948,38.9167633057],[-77.0387573242,38.9118080139],[-77.0326309204,38.9133491516],[-77.036529541,38.9172744751],[-77.0401535034,38.9210662842],[-77.0456771851,38.9310646057],[-77.0401077271,38.932510376],[-77.0370788574,38.9282417297],[-77.0384063721,38.9168395996],[-77.0384216309,38.912311554],[-77.0327682495,38.9132385254],[-77.0384674072,38.9139976501],[-77.0325241089,38.9141769409],[-77.038444519,38.9142150879],[-77.0389556885,38.9166564941],[-77.0387573242,38.9168434143],[-77.0328903198,38.9124717712],[-77.03465271,38.9170036316],[-77.0404510498,38.9170570374],[-77.0387115479,38.9168281555],[-77.0352096558,38.9140090942],[-77.0309066772,38.9170379639],[-77.0367431641,38.9169387817],[-77.0391235352,38.9166793823],[-77.0387649536,38.9167900085],[-77.0386047363,38.9117965698],[-77.0325546265,38.9140396118],[-77.0268783569,38.9149780273],[-77.0279769897,38.9303359985],[-77.0338668823,38.9306907654],[-77.0412902832,38.930103302],[-77.0388565063,38.9168014526],[-77.0361785889,38.9211082458],[-77.038772583,38.9169616699],[-77.0330047607,38.9168052673],[-77.0127716064,38.9386367798],[-77.0023269653,38.9495887756],[-76.9721450806,38.9512863159],[-76.9299163818,38.973903656],[-76.9105529785,39.0109443665],[-76.9170455933,39.0111122131],[-76.9205856323,39.0154724121],[-76.9167327881,39.0112266541],[-76.9108276367,39.0109519958],[-76.9167327881,39.0057449341],[-76.953163147,38.9699516296],[-76.9701843262,38.9538040161],[-77.0076675415,38.9478683472],[-77.0330352783,38.9287872314],[-77.0363998413,38.9247131348],[-77.0364990234,38.9188575745],[-77.0309143066,38.9170722961],[-77.0367889404,38.9169692993],[-77.0385055542,38.9123535156],[-77.0390701294,38.9169502258],[-77.0365982056,38.9213447571],[-77.0381164551,38.9169540405],[-77.036567688,38.9213676453],[-77.0328598022,38.9287643433],[-77.0376434326,38.9258651733],[-77.0436019897,38.9213409424],[-77.0387802124,38.9184036255],[-77.0384292603,38.9133529663],[-77.0365066528,38.9085578918],[-77.0324325562,38.8971824646],[-77.0318908691,38.9034156799],[-77.0318450928,38.9190864563],[-77.023765564,38.9178390503],[-77.0295791626,38.9169769287],[-77.0386428833,38.9167861938],[-77.0340118408,38.914100647],[-77.0383834839,38.9170722961],[-77.0338592529,38.9139328003],[-77.0388793945,38.9167518616],[-77.0325775146,38.913269043],[-77.0385665894,38.9142990112],[-77.0327072144,38.9132575989],[-77.0389404297,38.9142417908],[-77.0435256958,38.9215507507],[-77.0417404175,38.9169998169],[-77.0366516113,38.9141807556],[-77.0325012207,38.9110450745],[-77.0322723389,38.9156417847],[-77.0322952271,38.9201469421],[-77.0319290161,38.9154624939],[-77.0378646851,38.9170379639],[-77.0331573486,38.9197311401],[-77.039100647,38.9167976379],[-77.0384750366,38.9117851257],[-77.038734436,38.9167480469],[-77.0366897583,38.9216537476],[-77.0389251709,38.9168510437],[-77.0387496948,38.912021637],[-77.0390014648,38.9167556763],[-77.0384292603,38.9119033813],[-77.0386352539,38.9168052673],[-77.032623291,38.9155426025],[-77.017578125,38.914390564],[-76.9885940552,38.9237594604],[-76.9633178711,38.9350090027],[-76.9601364136,38.9296607971],[-76.9629821777,38.935005188],[-76.9873504639,38.9206466675],[-77.0170593262,38.9140892029],[-77.0342407227,38.9167938232],[-77.0411148071,38.9170532227],[-77.0424499512,38.9215888977],[-77.0416564941,38.9169616699],[-77.0353088379,38.9226074219],[-77.0383300781,38.9175338745],[-77.0426635742,38.9206237793],[-77.0389862061,38.9170913696],[-77.0333328247,38.9141731262],[-77.0383300781,38.9169425964],[-77.032913208,38.9132041931],[-77.0390319824,38.916557312],[-77.0383224487,38.9157981873],[-77.0324554443,38.9132423401],[-77.0320129395,38.9085197449],[-77.0168380737,38.9026374817],[-77.0034255981,38.8973312378],[-77.0274810791,38.8952140808],[-77.0449066162,38.9184761047],[-77.0465927124,38.9123764038],[-77.0389938354,38.9167518616],[-77.0391845703,38.916809082],[-77.0326385498,38.9133720398],[-77.0344467163,38.907989502],[-77.0386886597,38.9147148132],[-77.032913208,38.9142532349],[-77.0386047363,38.9170455933],[-77.0385894775,38.9118995667],[-77.0386123657,38.9167938232],[-77.0412368774,38.9127044678],[-77.0416183472,38.9061012268],[-77.0425415039,38.9106216431],[-77.0391845703,38.9143371582],[-77.0343170166,38.9167785645],[-77.031867981,38.9126701355],[-77.0319976807,38.9159126282],[-77.0324401855,38.9112625122],[-77.0380859375,38.9125328064],[-77.0392227173,38.9171485901],[-77.0390625,38.9167098999],[-77.0335235596,38.9141616821],[-77.0319366455,38.9096908569],[-77.0319595337,38.8961982727],[-77.0217514038,38.894695282],[-77.0408554077,38.9126396179],[-77.0453720093,38.9095954895],[-77.0383834839,38.9153518677],[-77.0319442749,38.9159240723],[-77.0365219116,38.9101600647],[-77.0416488647,38.9163970947],[-77.0354232788,38.9236373901],[-77.0412368774,38.9236297607],[-77.0416946411,38.9177742004],[-77.0385360718,38.913105011],[-77.0395278931,38.8989105225],[-77.0384979248,38.9053421021],[-77.0366821289,38.9169960022],[-77.0325241089,38.9136734009],[-77.036605835,38.9169540405],[-77.0334014893,38.913192749],[-77.0365066528,38.9172973633],[-77.0333786011,38.913482666],[-77.0392150879,38.9142570496],[-77.0418014526,38.9202156067],[-77.0385284424,38.9159317017],[-77.0324478149,38.9140472412],[-77.0384674072,38.9118919373],[-77.0383377075,38.9165382385],[-77.0385742188,38.9158668518],[-77.0333251953,38.9135894775],[-77.0370864868,38.917011261],[-77.0383224487,38.9106025696],[-77.0383529663,38.906085968],[-77.0347747803,38.9012413025],[-77.0363006592,38.9071083069],[-77.0387573242,38.9167900085],[-77.0339508057,38.9141654968],[-77.0386428833,38.9167938232],[-77.0330352783,38.9198417664],[-77.0277557373,38.92993927],[-77.034286499,38.9308319092],[-77.040473938,38.9323654175],[-77.0385360718,38.9156913757],[-77.0388717651,38.9081039429],[-77.034866333,38.9001159668],[-77.0271835327,38.8973922729],[-77.0217056274,38.8992195129],[-77.0274658203,38.8997993469],[-77.0380020142,38.8991928101],[-77.0403747559,38.9040412903],[-77.0387039185,38.911895752],[-77.0384902954,38.9168624878],[-77.0385742188,38.9120826721],[-77.0385131836,38.9166030884],[-77.0383987427,38.9120178223],[-77.050491333,38.9096336365],[-77.0580368042,38.9052619934],[-77.0632553101,38.9072227478],[-77.0574569702,38.9068946838],[-77.0489501953,38.9073791504],[-77.0413970947,38.9112052917],[-77.0382919312,38.9152412415],[-77.0331344604,38.9130706787],[-77.0365829468,38.9169273376],[-77.0334396362,38.9130973816],[-77.0359268188,38.9171867371],[-77.032913208,38.9131546021],[-77.0365600586,38.9171485901],[-77.0333251953,38.9133033752],[-77.0369567871,38.9170036316],[-77.0327682495,38.9131622314],[-77.0367965698,38.9168739319],[-77.0417480469,38.9199676514],[-77.0512237549,38.9339294434],[-77.0566711426,38.9359207153],[-77.0641708374,38.9404716492],[-77.0726699829,38.9398574829],[-77.0664215088,38.9408149719],[-77.0606460571,38.9408569336],[-77.0455551147,38.9340553284],[-77.0366287231,38.9276580811],[-77.041809082,38.9168739319],[-77.0423660278,38.9215393066],[-77.0389175415,38.9252090454],[-77.0379486084,38.9299278259],[-77.0512466431,38.9362716675],[-77.0365753174,38.9271278381],[-77.038772583,38.9167480469],[-77.0322647095,38.9170570374],[-77.0190200806,38.9149856567],[-77.0037918091,38.9149475098],[-76.9956054688,38.9120445251],[-76.9324035645,38.9186515808],[-76.8569793701,38.9420051575],[-76.8469696045,38.8653297424],[-76.8890151978,38.8444976807],[-76.9470672607,38.8638076782],[-76.9718170166,38.8739852905],[-76.9819030762,38.8788032532],[-77.0380935669,38.9169998169],[-76.9978485107,38.8685684204],[-76.9959487915,38.8509788513],[-76.9791870117,38.8474502563],[-76.9691314697,38.8614578247],[-76.9873962402,38.8676719666],[-76.9973220825,38.876537323],[-77.0163955688,38.8878974915],[-77.0310974121,38.8879585266],[-77.0128250122,38.8826446533],[-77.0060653687,38.9047584534],[-77.0055923462,38.9092788696],[-77.0153198242,38.9145812988],[-77.0275497437,38.9170303345],[-77.0385971069,38.9170188904],[-77.0396270752,38.9125862122],[-77.0388336182,38.9167327881],[-77.0337524414,38.9141960144],[-77.0388793945,38.9167861938],[-77.0326843262,38.9170341492],[-77.0268783569,38.9179534912],[-77.0384902954,38.9167556763],[-77.0333404541,38.9136543274],[-77.0381011963,38.9169540405],[-77.0333404541,38.9141616821],[-77.037979126,38.9169387817],[-77.032043457,38.914276123],[-77.0386276245,38.9165153503],[-77.0362091064,38.9120101929],[-77.0344848633,38.9164009094],[-77.0364608765,38.9236793518],[-77.033821106,38.9306755066],[-77.0366439819,38.9266242981],[-77.03881073,38.9173660278],[-77.0319595337,38.9142799377],[-77.037689209,38.9156951904],[-77.0364227295,38.9201126099],[-77.040725708,38.9170951843],[-77.0290298462,38.9300193787],[-77.0297393799,38.9347839355],[-77.0238113403,38.9202613831],[-77.039352417,38.9160041809],[-77.0390625,38.9159011841],[-77.0385971069,38.9125289917],[-77.0400695801,38.9039421082],[-77.0404129028,38.9126853943],[-77.0333099365,38.9135131836],[-77.0344467163,38.9066429138],[-77.0414276123,38.9027137756],[-77.0448379517,38.9069290161],[-77.03855896,38.9167327881],[-77.0389862061,38.9167175293],[-77.0327377319,38.913230896],[-77.0320205688,38.9194335938],[-77.0324554443,38.9289207458],[-77.0385665894,38.9168510437],[-108.485069275,45.8194885254],[-108.537872314,45.8036117554],[-108.516853333,45.7902984619],[-108.538124084,45.8024673462],[-108.504882812,45.7831077576],[-108.493927002,45.769985199],[-108.525871277,45.7528991699],[-108.94380188,45.6275863647],[-109.0103302,45.6161689758],[-109.256278992,45.6507873535],[-109.342445374,45.6769866943],[-109.484306335,45.6910362244],[-109.79296875,45.7632865906],[-109.849014282,45.7924232483],[-110.216140747,45.7368469238],[-110.231529236,45.7340354919],[-111.028778076,45.6791915894],[-111.035583496,45.6774215698],[-111.032112122,45.6813850403],[-111.029006958,45.7014007568],[-110.997955322,45.6640625],[-111.014564514,45.7029647827],[-111.029518127,45.6798439026],[-111.035186768,45.6775817871],[-111.019630432,45.7028312683],[-110.882369995,45.817199707],[-110.897232056,45.8177032471],[-110.922714233,45.8162384033],[-110.897666931,45.8177261353],[-110.926055908,45.8163986206],[-110.896240234,45.8180236816],[-111.023254395,45.6922645569],[-111.034889221,45.6774673462],[-111.066665649,45.6743927002],[-111.074317932,45.6716461182],[-111.046783447,45.687210083],[-111.036842346,45.6793327332],[-111.043403625,45.6772956848],[-111.035545349,45.6776542664],[-111.047698975,45.6712188721],[-111.062606812,45.62525177],[-110.979011536,45.484588623],[-111.081825256,45.5904884338],[-111.06791687,45.6280708313],[-111.03213501,45.6782226562],[-111.038871765,45.6793022156],[-111.161087036,45.7782897949],[-93.2116546631,44.8835144043],[-93.2107772827,44.8854026794],[-77.0409164429,38.8758544922],[-77.017616272,38.8630447388],[-77.0415344238,38.8519248962],[-77.0305328369,38.8826217651],[-77.0317764282,38.8978385925],[-77.0347976685,38.9170570374],[-77.038482666,38.9117965698],[-77.0385742188,38.9167137146],[-77.0326385498,38.9133415222],[-77.0387802124,38.9167709351],[-77.0328292847,38.91381073],[-77.037322998,38.9167709351],[-77.0326538086,38.9132385254],[-77.038772583,38.9167480469],[-77.0319976807,38.9190101624],[-77.015953064,38.915473938],[-77.0319213867,38.9179382324],[-77.0156021118,38.9154205322],[-77.0319061279,38.91796875],[-77.0158081055,38.9154510498],[-77.0318908691,38.9179344177],[-77.0157470703,38.9154396057],[-77.0319213867,38.917930603],[-77.0157470703,38.9154396057],[-77.0388183594,38.9160270691],[-77.0366668701,38.9205665588],[-77.0340270996,38.9307785034],[-77.0321350098,38.9241905212],[-77.0319061279,38.9090232849],[-77.0415420532,38.9162979126],[-77.0386276245,38.9119911194],[-77.0319366455,38.9092826843],[-77.0350418091,38.9170570374],[-77.0386352539,38.911945343],[-77.0381317139,38.9073905945],[-77.0393447876,38.8958053589],[-77.0418395996,38.8916435242],[-77.0323257446,38.8913078308],[-77.0284957886,38.8877906799],[-77.0389251709,38.8981552124],[-77.0344848633,38.8858108521],[-77.0370101929,38.8797874451],[-77.0262756348,38.8860321045],[-77.0445785522,38.8864593506],[-77.0389404297,38.8901786804],[-77.0395355225,38.8949356079],[-77.0363388062,38.8988265991],[-77.0416412354,38.9013519287],[-77.0415039062,38.9121589661],[-77.0388259888,38.9167137146],[-77.0390701294,38.9167251587],[-77.0261611938,38.9264984131],[-77.0390777588,38.9164505005],[-77.0325241089,38.9132652283],[-77.0332794189,38.9141654968],[-77.03881073,38.9167098999],[-77.0400619507,38.9215164185],[-77.0369415283,38.9272880554],[-77.0431365967,38.9312896729],[-77.0509567261,38.9335021973],[-77.0518493652,38.9379692078],[-77.0464782715,38.9362869263],[-77.0413742065,38.9319381714],[-77.0372695923,38.9285583496],[-77.0363540649,38.9240188599],[-77.0363006592,38.9193382263],[-77.0320968628,38.9245910645],[-77.0327148438,38.9312477112],[-77.0368652344,38.92786026],[-77.0408325195,38.9177474976],[-77.0366592407,38.9210586548],[-77.0319747925,38.9305686951],[-77.0321960449,38.9251976013],[-77.0319213867,38.9206504822],[-77.0279312134,38.917098999],[-77.038772583,38.9167480469],[-77.0383682251,38.9119110107],[-77.0382919312,38.9165229797],[-77.0366287231,38.920879364],[-77.0327758789,38.9273948669],[-77.0330963135,38.9319038391],[-77.0324172974,38.9267883301],[-77.0319061279,38.9089927673],[-77.0335006714,38.8954925537],[-77.0348587036,38.8844680786],[-77.0563735962,38.8666572571],[-77.0350952148,38.8842124939],[-77.0416717529,38.8842811584],[-77.0350646973,38.8842430115],[-77.0416488647,38.8912506104],[-77.0394973755,38.8954811096],[-77.0397720337,38.900100708],[-77.0405197144,38.9046440125],[-77.0418777466,38.9090270996],[-77.0417861938,38.9144325256],[-77.0364837646,38.9171638489],[-77.032661438,38.9137687683],[-77.0363922119,38.9172439575],[-77.0325698853,38.9138641357],[-77.0365142822,38.9172744751],[-77.0328826904,38.9136161804],[-77.038734436,38.9125976562],[-77.0325622559,38.9132766724],[-77.0355682373,38.911403656],[-77.0345993042,38.9161720276],[-77.0383682251,38.912322998],[-77.0325317383,38.912109375],[-77.0344619751,38.9164772034],[-77.0380859375,38.9212379456],[-77.0334014893,38.9304733276],[-77.0185775757,38.9392433167],[-77.0205841064,38.9236221313],[-77.0225830078,38.9040031433],[-77.0212554932,38.8987541199],[-77.0293655396,38.9170341492],[-77.0355224609,38.9170913696],[-77.0415649414,38.9162826538],[-77.0464630127,38.9223403931],[-77.0428466797,38.9271736145],[-77.0454101562,38.9342155457],[-77.0389175415,38.9345817566],[-77.0326156616,38.9299659729],[-77.0322036743,38.9251670837],[-77.0386047363,38.9167480469],[-77.0385971069,38.9120063782],[-77.0326309204,38.9121017456],[-77.0329971313,38.9198417664],[-77.0322799683,38.9142150879],[-77.0373687744,38.9169921875],[-77.0387039185,38.9126014709],[-77.0385665894,38.9171333313],[-77.0385971069,38.9217414856],[-77.038482666,38.9167442322],[-77.0383758545,38.9110832214],[-77.0384216309,38.9035720825],[-77.0393295288,38.899105072],[-77.0464630127,38.9014358521],[-77.0533676147,38.9039878845],[-77.0493545532,38.9094047546],[-77.0462493896,38.9142227173],[-77.0415878296,38.9170150757],[-77.0366363525,38.9141845703],[-77.0329666138,38.9195175171],[-77.032875061,38.913230896],[-77.0340194702,38.9141197205],[-77.0391159058,38.912021637],[-77.0387191772,38.9167327881],[-77.0338973999,38.9142341614],[-77.0388336182,38.9166641235],[-77.0385513306,38.9167098999],[-77.0385055542,38.9117660522],[-77.0443954468,38.9037399292],[-77.0490036011,38.900718689],[-77.0445404053,38.9035873413],[-77.0405044556,38.9128303528],[-77.0347976685,38.9141082764],[-77.0385055542,38.9106292725],[-77.0336761475,38.9015045166],[-77.0546340942,38.8792266846],[-77.0713500977,38.8697242737],[-77.0396270752,38.8978462219],[-77.0320587158,38.9013328552],[-77.0329360962,38.9153633118],[-77.0388870239,38.9167098999],[-77.0410385132,38.9125061035],[-77.041557312,38.9055404663],[-77.0416717529,38.898021698],[-77.0440139771,38.891620636],[-77.0393981934,38.8888969421],[-77.0320358276,38.8903198242],[-77.0208511353,38.8904647827],[-77.0121383667,38.8934860229],[-77.0134887695,38.9001197815],[-77.015411377,38.9070014954],[-77.0202484131,38.9125518799],[-77.0365219116,38.9141311646],[-77.0385055542,38.906211853],[-77.0332260132,38.8954696655],[-77.0287628174,38.8876457214],[-77.0227355957,38.8882102966],[-77.0280151367,38.8901596069],[-77.0319519043,38.8945999146],[-77.0350570679,38.8989868164],[-77.0385284424,38.9064178467],[-77.0364837646,38.9162597656],[-77.0418624878,38.9146347046],[-77.0431213379,38.9190330505],[-77.040802002,38.9239807129],[-77.0327606201,38.9318580627],[-77.0325317383,38.9273452759],[-77.0320281982,38.9226837158],[-77.0347976685,38.9187202454],[-77.0326004028,38.9132957458],[-77.0326156616,38.9135627747],[-77.0459060669,38.9135742188],[-77.0416717529,38.9169387817],[-77.0365219116,38.9141311646],[-77.0389480591,38.9167480469],[-77.0410385132,38.9123725891],[-77.0457000732,38.9097137451],[-77.0537796021,38.9087104797],[-77.0574645996,38.9011192322],[-77.0561218262,38.8934707642],[-77.0509109497,38.8883018494],[-77.0459594727,38.8831176758],[-77.0394134521,38.8790969849],[-77.0330505371,38.873966217],[-77.0284729004,38.8679046631],[-77.0248260498,38.8613586426],[-77.0222930908,38.866645813],[-77.0242156982,38.8736114502],[-77.0300674438,38.8792114258],[-77.033821106,38.8843574524],[-77.0338363647,38.8910598755],[-77.0336761475,38.8975372314],[-77.0348052979,38.9036903381],[-77.0344161987,38.9093971252],[-77.0357208252,38.9140663147],[-77.0385360718,38.9101257324],[-77.0529708862,38.9097137451],[-77.0627670288,38.9058494568],[-77.0568695068,38.9050483704],[-77.051612854,38.9071235657],[-77.040725708,38.9117164612],[-77.0387573242,38.9167480469],[-77.0368118286,38.9169807434],[-77.0384979248,38.9150161743],[-77.0311355591,38.9325180054],[-77.0319366455,38.9223251343],[-77.0388946533,38.9167366028],[-77.0384979248,38.911857605],[-77.0327301025,38.9118766785],[-77.0365982056,38.921661377],[-77.0385742188,38.9280166626],[-77.0411987305,38.9323387146],[-77.0370025635,38.9283409119],[-77.0364303589,38.9204063416],[-77.0325622559,38.9170341492],[-77.0209960938,38.9156303406],[-77.0038223267,38.9084968567],[-76.9950790405,38.9024276733],[-77.0193557739,38.9039840698],[-77.0442733765,38.9154853821],[-77.0530700684,38.9142456055],[-77.0570755005,38.9193954468],[-77.0508117676,38.9215965271],[-77.0485687256,38.9274940491],[-77.0471725464,38.9318656921],[-77.0481719971,38.9366149902],[-77.0414123535,38.9363288879],[-77.0386581421,38.9323425293],[-77.0366821289,38.9252357483],[-77.0365447998,38.9188156128],[-77.038444519,38.9131622314],[-77.0420227051,38.9056739807],[-77.0477523804,38.9051361084],[-77.0534133911,38.9040603638],[-77.0487060547,38.9077301025],[-77.0395889282,38.9137496948],[-77.0345535278,38.9110794067],[-77.0317687988,38.9152069092],[-77.0380096436,38.9168357849],[-77.0334472656,38.9140548706],[-77.0386962891,38.9167251587],[-77.0399627686,38.9125938416],[-77.0434570312,38.9049301147],[-77.0395889282,38.9137763977],[-77.0265274048,38.9171257019],[-77.0328216553,38.9171676636],[-77.0389175415,38.9167785645],[-77.0323486328,38.9140777588],[-77.0345306396,38.9094619751],[-77.0329589844,38.9139785767],[-77.0386962891,38.9167518616],[-77.0384597778,38.9112815857],[-77.0377426147,38.9054718018],[-77.0319900513,38.9107704163],[-77.0346908569,38.9147644043],[-77.0405273438,38.9162826538],[-77.0319442749,38.9170875549],[-77.0270843506,38.9244003296],[-77.0233383179,38.9293136597],[-77.0085983276,38.9260749817],[-77.0085144043,38.9212837219],[-77.0091323853,38.9163284302],[-76.9970550537,38.9113426208],[-76.9886474609,38.9141311646],[-76.9809646606,38.9147491455],[-77.0413665771,38.9120979309],[-77.0418701172,38.9042205811],[-77.0417327881,38.8960800171],[-77.0446929932,38.8908233643],[-77.0500030518,38.8872833252],[-77.0437927246,38.8815765381],[-77.0364151001,38.8772163391],[-77.0301513672,38.8708839417],[-77.0259094238,38.863609314],[-77.0223846436,38.8671836853],[-77.0251312256,38.8749465942],[-77.0322952271,38.8809165955],[-77.0339736938,38.8875846863],[-77.0363082886,38.8951301575],[-77.0393447876,38.9002456665],[-77.0384597778,38.906578064],[-77.0382843018,38.9113044739],[-77.0383529663,38.9159736633],[-77.0361709595,38.9170646667],[-77.0383682251,38.9126663208],[-77.0348510742,38.914604187],[-77.0427627563,38.9221038818],[-77.0415725708,38.9172935486],[-77.0382919312,38.9134368896],[-77.0323104858,38.9142456055],[-77.0346298218,38.9101066589],[-77.0383834839,38.9024467468],[-77.0383911133,38.9070777893],[-77.0380630493,38.9155426025],[-77.0438690186,38.9156150818],[-77.0530395508,38.9140205383],[-77.0495834351,38.9181251526],[-77.0415802002,38.9183692932],[-77.036895752,38.9156951904],[-77.0323486328,38.9126167297],[-77.0262298584,38.9141273499],[-77.0341720581,38.9140357971],[-77.038444519,38.9055328369],[-77.0434570312,38.9029960632],[-77.0633010864,38.9006195068],[-77.1189575195,38.8849105835],[-77.1382141113,38.8799629211],[-77.18359375,38.899772644],[-77.2623825073,38.9336013794],[-77.3522644043,38.9520263672],[-77.447227478,38.9534225464],[-77.4532165527,38.9478111267],[-77.468460083,38.9624099731],[-77.4529418945,38.9473648071],[-77.4615936279,38.9551544189],[-77.4531707764,38.946182251],[-77.4894790649,38.9721298218],[-77.4524688721,38.9467201233],[-77.4466705322,38.9463043213],[-77.4391555786,38.9535713196],[-77.4621734619,38.9530181885],[-118.397819519,33.9436454773],[-118.440475464,34.0399398804],[-118.457054138,34.0620918274],[-118.463424683,34.0532798767],[-118.426940918,34.0253372192],[-118.437988281,33.9841995239],[-118.44984436,33.9842987061],[-118.46408844,33.9807281494],[-118.472923279,33.9884605408],[-118.489868164,34.0073432922],[-118.510696411,34.0227546692],[-118.567855835,34.0418891907],[-118.639602661,34.0376701355],[-118.695854187,34.0354881287],[-118.772750854,34.0257034302],[-118.836021423,34.0253410339],[-118.955177307,34.0503463745],[-119.046562195,34.0852966309],[-119.098068237,34.1291122437],[-119.15802002,34.1739501953],[-119.177352905,34.1950302124],[-119.178009033,34.2206039429],[-119.178352356,34.2265396118],[-119.179672241,34.2317886353],[-119.206756592,34.2508468628],[-119.317649841,34.2835464478],[-119.42049408,34.3454856873],[-119.493423462,34.3869895935],[-119.587593079,34.4147071838],[-119.647338867,34.4203453064],[-119.680877686,34.414730072],[-119.685188293,34.4087486267],[-119.689361572,34.4120101929],[-119.681335449,34.4174804688],[-119.685310364,34.4206390381],[-119.68044281,34.4227409363],[-119.678245544,34.4157333374],[-118.449478149,33.9875106812],[-118.433044434,33.9936256409],[-118.44744873,33.9891815186],[-118.448867798,33.9844207764],[-118.430397034,33.9722518921],[-118.398048401,33.9406204224],[-118.404693604,33.8951416016],[-118.410064697,33.8857498169],[-118.417648315,33.897102356],[-118.413619995,33.885471344],[-118.455657959,33.9074134827],[-118.451766968,33.9483184814],[-118.411155701,33.8842811584],[-118.409423828,33.8907814026],[-118.3957901,33.9019393921],[-118.396133423,33.9514160156],[-118.419776917,33.9622917175],[-118.437187195,33.9798469543],[-118.450149536,33.9841156006],[-118.482574463,34.0013122559],[-118.474861145,33.9970970154],[-118.459342957,34.0017242432],[-118.464981079,33.9999275208],[-118.478569031,34.0011940002],[-118.48184967,33.999294281],[-118.45009613,33.9804496765],[-118.426445007,33.9680786133],[-118.397644043,33.9509086609],[-118.399971008,33.9430923462],[-118.387107849,33.9342346191],[-77.0392227173,38.9163169861],[-77.0385284424,38.9118232727],[-77.032661438,38.913105011],[-77.0354919434,38.9170379639],[-77.0383529663,38.9112129211],[-77.0386199951,38.9167137146],[-77.0337600708,38.9141349792],[-77.0386505127,38.9167480469],[-77.0336380005,38.9140586853],[-77.0379257202,38.917098999],[-77.0328369141,38.9141349792],[-77.0371780396,38.917098999],[-77.0386886597,38.9124641418],[-77.0423202515,38.9160232544],[-77.0365905762,38.9170150757],[-77.036277771,38.9112319946],[-77.0266647339,38.90366745],[-77.0239334106,38.8942375183],[-77.0220718384,38.8876609802],[-77.0127258301,38.8861961365],[-76.9981918335,38.8854675293],[-76.9961624146,38.889793396],[-76.9877700806,38.9002113342],[-76.9985809326,38.9002227783],[-77.0079727173,38.8965682983],[-77.017578125,38.8981437683],[-77.0526123047,38.9063262939],[-77.0448455811,38.9096374512],[-77.0384521484,38.9167366028],[-77.0326080322,38.9171257019],[-77.0239868164,38.9055938721],[-77.0221176147,38.8935661316],[-77.0240020752,38.9062652588],[-77.0246658325,38.9099349976],[-77.0291061401,38.9169616699],[-77.034538269,38.9168968201],[-77.0363006592,38.9170913696],[-77.0408401489,38.9124984741],[-77.0450668335,38.9057617188],[-77.0451583862,38.8989830017],[-77.0443954468,38.8910675049],[-77.0489501953,38.8863830566],[-77.0419387817,38.8803100586],[-77.0346908569,38.8757591248],[-77.0289230347,38.8688735962],[-77.0247497559,38.8612556458],[-77.0223846436,38.8676528931],[-77.025138855,38.8750953674],[-77.0313262939,38.8801460266],[-77.0348815918,38.8842544556],[-77.0413665771,38.8937110901],[-77.0288543701,38.8903884888],[-77.0318527222,38.8962059021],[-77.0336837769,38.9005432129],[-77.0347061157,38.9049758911],[-77.0383453369,38.9154777527],[-77.0327758789,38.9142074585],[-77.0332717896,38.911907196],[-77.0394897461,38.9158744812],[-77.0189437866,38.9149894714],[-77.0059051514,38.9089241028],[-76.9922027588,38.9002037048],[-76.9949111938,38.9002494812],[-77.0103759766,38.9004821777],[-77.0291976929,38.9046859741],[-77.0386276245,38.9167442322],[-77.0389099121,38.9167556763],[-77.0330581665,38.913646698],[-77.0375976562,38.9169616699],[-77.0418777466,38.9202194214],[-77.0384216309,38.9162864685],[-77.0325012207,38.9132995605],[-77.0384597778,38.9125061035],[-77.0436401367,38.9104995728],[-77.0433349609,38.9108657837],[-77.0416946411,38.9151954651],[-77.0384674072,38.9114112854],[-77.0386352539,38.906917572],[-77.0312576294,38.8903160095],[-77.0431365967,38.8524475098],[-122.38634491,37.6204719543],[-122.413520813,37.7799835205],[-122.410072327,37.7750053406],[-122.402961731,37.7674942017],[-122.395606995,37.7665176392],[-122.401756287,37.7648773193],[-122.411521912,37.7675552368],[-122.412773132,37.7678947449],[-122.408958435,37.7716598511],[-122.413528442,37.7752418518],[-122.413238525,37.7752227783],[-122.420402527,37.7700195312],[-122.417495728,37.7739257812],[-122.414329529,37.7781028748],[-122.409736633,37.7747573853],[-122.404182434,37.7737922668],[-122.399810791,37.7708969116],[-122.396308899,37.7669830322],[-122.392730713,37.7679786682],[-122.392807007,37.7679290771],[-122.39440918,37.7627182007],[-122.399452209,37.7710838318],[-122.404899597,37.774433136],[-122.411087036,37.775806427],[-122.4139328,37.7718734741],[-122.414123535,37.7540435791],[-122.416435242,37.7510032654],[-122.418785095,37.7551345825],[-122.418693542,37.7734222412],[-122.413536072,37.7780723572],[-122.407608032,37.7731819153],[-122.40196228,37.7723579407],[-122.396575928,37.7671890259],[-122.390907288,37.768409729],[-122.396514893,37.7673950195],[-122.401794434,37.7723617554],[-122.406150818,37.775642395],[-122.410552979,37.7789459229],[-122.416023254,37.7774963379],[-122.420410156,37.7805633545],[-122.420288086,37.7884788513],[-122.422035217,37.7968292236],[-122.430053711,37.7967185974],[-122.440071106,37.7956809998],[-122.447402954,37.7974967957],[-122.447288513,37.8046569824],[-122.456443787,37.8040428162],[-122.465332031,37.8034286499],[-122.471160889,37.8083648682],[-122.476837158,37.8081932068],[-122.476325989,37.8031616211],[-122.476806641,37.7970275879],[-122.475593567,37.7908477783],[-122.472366333,37.7862701416],[-122.468177795,37.7826690674],[-122.461158752,37.7813720703],[-122.423980713,37.7822418213],[-122.413459778,37.777923584],[-122.418609619,37.7733840942],[-122.419662476,37.7649726868],[-122.419273376,37.7604408264],[-122.41318512,37.7550926208],[-122.414985657,37.7788963318],[-122.408050537,37.7844619751],[-122.403701782,37.7889785767],[-122.404510498,37.7891387939],[-122.408111572,37.7856369019],[-122.401603699,37.7824020386],[-122.406242371,37.7753944397],[-122.418258667,37.759349823],[-122.414215088,37.7539405823],[-122.418891907,37.7565879822],[-122.413589478,37.7755775452],[-122.418151855,37.7569580078],[-122.419921875,37.7674789429],[-122.41872406,37.7729148865],[-122.414306641,37.7758140564],[-122.417373657,37.7712059021],[-122.417770386,37.7667045593],[-122.421714783,37.7632713318],[-122.421150208,37.7587623596],[-122.418319702,37.7569503784],[-122.413803101,37.7540893555],[-122.418945312,37.7561302185],[-122.419845581,37.7676582336],[-122.418807983,37.7733001709],[-122.413574219,37.7755508423],[-122.414680481,37.7762184143],[-122.418869019,37.7731628418],[-122.419654846,37.7649002075],[-122.416526794,37.7539825439],[-122.413253784,37.7754211426],[-122.418395996,37.7733955383],[-122.419677734,37.7643051147],[-122.423355103,37.7583236694],[-122.423927307,37.7628707886],[-122.437019348,37.7712860107],[-122.437980652,37.775894165],[-122.432525635,37.7785606384],[-122.422012329,37.773021698],[-122.414360046,37.7540588379],[-122.407821655,37.7807884216],[-122.395347595,37.7941589355],[-122.419906616,37.7648696899],[-122.418388367,37.7546157837],[-122.417961121,37.7591323853],[-122.407371521,37.7695922852],[-122.408187866,37.7641029358],[-122.426246643,37.7605018616],[-122.421096802,37.7585144043],[-122.418319702,37.7506790161],[-122.414291382,37.7541160583],[-122.414871216,37.759147644],[-122.396110535,37.7863426208],[-122.391036987,37.7915992737],[-122.393989563,37.7954673767],[-122.401199341,37.8035392761],[-122.418800354,37.8077735901],[-122.436759949,37.8067512512],[-122.450286865,37.8050193787],[-122.460083008,37.8033790588],[-122.469955444,37.804901123],[-122.47719574,37.809425354],[-122.478630066,37.8207969666],[-122.476196289,37.8348350525],[-122.476631165,37.8096580505],[-122.398330688,37.7460517883],[-122.48563385,37.777179718],[-122.480361938,37.7709922791],[-122.458969116,37.7742729187],[-122.434341431,37.7841491699],[-122.395027161,37.7914924622],[-122.404472351,37.7818946838],[-122.416595459,37.7721290588],[-122.414604187,37.7573852539],[-122.414176941,37.7527732849],[-77.0409164429,38.8512916565],[-77.033454895,38.9118995667],[-77.0383224487,38.9152259827],[-77.0326843262,38.9132461548],[-77.0385437012,38.9125595093],[-77.0319824219,38.9112014771],[-77.038520813,38.9029197693],[-77.0681228638,38.8958015442],[-77.1514434814,38.8844451904],[-77.2694396973,38.9384078979],[-122.399597168,37.6277656555],[-122.39881134,37.6173973083],[-122.315238953,37.5718803406],[-122.246261597,37.5050582886],[-122.146636963,37.4638023376],[-122.069984436,37.4034500122],[-122.032142639,37.3221244812],[-122.160873413,37.4467086792],[-77.0322875977,38.9132347107],[-77.0333099365,38.9188194275],[-77.0336761475,38.9207572937],[-77.0325546265,38.913356781],[-77.091758728,38.8878555298],[-77.0650634766,38.9051208496],[-77.0533065796,38.9039344788],[-77.0400390625,38.9132575989],[-77.0389328003,38.9166679382],[-77.0325775146,38.9132995605],[-77.0366668701,38.9172668457],[-77.0325164795,38.9133338928],[-77.03881073,38.9167289734],[-77.0389480591,38.916683197],[-77.0327606201,38.9132461548],[-77.0369338989,38.9170265198],[-77.0357437134,38.9263381958],[-77.0311965942,38.9321632385],[-77.0325241089,38.9274406433],[-77.0386352539,38.9167404175],[-77.0389709473,38.9166870117],[-77.0416564941,38.909324646],[-77.0417861938,38.9004554749],[-77.0429763794,38.8921279907],[-77.0466918945,38.8984947205],[-77.0466384888,38.9041557312],[-77.0385284424,38.9170303345],[-77.0328369141,38.931640625],[-77.0364837646,38.9280509949],[-77.046295166,38.9142341614],[-77.0450057983,38.9085845947],[-77.0446777344,38.9088058472],[-77.0451278687,38.9085197449],[-77.0422058105,38.9212036133],[-77.0319290161,38.9167633057],[-77.0333328247,38.9097251892],[-77.0387420654,38.9167175293],[-77.0388336182,38.916721344],[-77.0412597656,38.9120025635],[-77.038772583,38.9167251587],[-77.0389480591,38.9167480469],[-77.0388259888,38.9166793823],[-77.0365219116,38.9211730957],[-77.0321807861,38.9304924011],[-77.0322952271,38.9192047119],[-77.0318069458,38.9147987366],[-77.0388641357,38.916721344],[-77.0449829102,38.9149971008],[-77.0542526245,38.9147453308],[-77.0501785278,38.9179534912],[-77.0420837402,38.9208297729],[-77.0372695923,38.926109314],[-77.0326919556,38.9289016724],[-77.0386199951,38.9164237976],[-77.0333633423,38.9140663147],[-77.032699585,38.9132843018],[-77.0370101929,38.9169197083],[-77.0377960205,38.911857605],[-77.0387649536,38.916721344],[-77.0388183594,38.916633606],[-77.0383758545,38.9162406921],[-77.0389938354,38.9166793823],[-77.0327682495,38.9139976501],[-77.0319137573,38.9094467163],[-77.0320129395,38.9049415588],[-77.0297317505,38.8977203369],[-77.0319976807,38.8935012817],[-77.0434265137,38.8646392822],[-77.0435562134,38.8544998169],[-77.0425643921,38.8540229797],[-77.0420761108,38.8538169861],[-77.04246521,38.8539772034],[-77.0396652222,38.8527793884],[-77.0189666748,38.8625259399],[-77.0416564941,38.8532600403],[-77.0421600342,38.8536300659],[-77.017250061,38.8631095886],[-77.0234146118,38.8584861755],[-77.0393371582,38.8626899719],[-77.0390930176,38.8632049561],[-72.2914123535,43.7020072937],[-72.2893676758,43.7014884949],[-72.2875595093,43.7013473511],[-72.2893981934,43.7019615173],[-72.6323165894,43.8312797546],[-72.6332778931,43.8310966492],[-72.7437515259,44.3504142761],[-72.8444976807,44.3702507019],[-72.9886398315,44.4046897888],[-73.1690673828,44.447353363],[-73.1730270386,44.5281028748],[-73.2283630371,44.5501861572],[-73.1832504272,44.5466690063],[-73.2115402222,44.4804229736],[-73.2124328613,44.4759368896],[-73.2112121582,44.4805107117],[-73.2054367065,44.4841499329],[-73.2150192261,44.4758758545],[-73.2088088989,44.4735832214],[-73.1903915405,44.460395813],[-73.7048034668,43.415802002],[-73.7087631226,43.4282150269],[-73.7130355835,43.4166183472],[-73.7132415771,43.4265670776],[-73.7130432129,43.4166145325],[-73.7143096924,43.4254112244],[-73.7103424072,43.4099578857],[-73.6931762695,43.3705368042],[-73.6237030029,43.3972930908],[-73.5040664673,43.4133644104],[-73.4199829102,43.5064888],[-73.3974609375,43.5442504883],[-73.4097976685,43.5393867493],[-73.3543167114,43.5545120239],[-73.2869873047,43.5904159546],[-73.274848938,43.6060829163],[-73.2432632446,43.6057510376],[-72.9711380005,43.5984725952],[-72.953338623,43.6144065857],[-72.8308410645,43.7048377991],[-72.7881469727,43.6418647766],[-72.775718689,43.6395187378],[-72.7453308105,43.6004905701],[-77.0390396118,38.9167900085],[-77.0326156616,38.9126396179],[-77.0293426514,38.916973114],[-77.0333938599,38.9130439758],[-77.0389328003,38.9167480469],[-77.0326538086,38.9133071899],[-77.0330276489,38.9132347107],[-77.0386581421,38.9166755676],[-77.0383377075,38.910823822],[-77.0388336182,38.9167327881],[-77.0391540527,38.9001998901],[-77.0418548584,38.8922920227],[-77.0449981689,38.8965644836],[-77.0427932739,38.9100494385],[-77.0386962891,38.916759491],[-77.0323867798,38.9136962891],[-77.038848877,38.9167518616],[-77.0231323242,38.9154205322],[-77.0077819824,38.9153175354],[-77.0336914062,38.9126167297],[-77.038848877,38.9167823792],[-77.0324249268,38.9142494202],[-77.0325546265,38.9133529663],[-77.0417175293,38.9193649292],[-77.0383377075,38.9155044556],[-77.0377883911,38.905670166],[-77.0343170166,38.9127883911],[-77.0327758789,38.9132423401],[-77.0332183838,38.9130706787],[-77.033241272,38.9130592346],[-77.0386276245,38.9166564941],[-77.0321502686,38.9172172546],[-77.0222854614,38.9162826538],[-77.0123977661,38.912273407],[-76.9993591309,38.9067649841],[-76.994972229,38.8976516724],[-76.9949569702,38.8858070374],[-76.9950027466,38.8909950256],[-76.9890823364,38.900302887],[-76.9934234619,38.9040145874],[-77.0165939331,38.9140853882],[-77.0319595337,38.9201469421],[-77.0388412476,38.9167442322],[-77.0384521484,38.9159164429],[-77.041633606,38.9040679932],[-77.0415725708,38.8921318054],[-77.0573043823,38.9048881531],[-77.0347595215,38.8844070435],[-77.0342941284,38.8915100098],[-77.0338668823,38.8982429504],[-77.0344619751,38.9031639099],[-77.034614563,38.9097862244],[-77.0352249146,38.916557312],[-77.0415725708,38.9140968323],[-77.0368728638,38.9168434143],[-77.0385818481,38.9167327881],[-77.0395812988,38.9162712097],[-77.0469818115,38.9135093689],[-77.055480957,38.915687561],[-77.0489273071,38.9183540344],[-77.0399246216,38.920841217],[-77.0383911133,38.9163780212],[-77.0388259888,38.9167633057],[-77.0326461792,38.9133453369],[-77.0388412476,38.9167327881],[-77.0448913574,38.9151153564],[-77.0535125732,38.9142456055],[-77.0498886108,38.9180259705],[-77.0416107178,38.9180717468],[-77.0325927734,38.9140090942],[-77.0387649536,38.9167366028],[-77.0330657959,38.9143562317],[-77.0388793945,38.9167480469],[-77.0322265625,38.9155693054],[-77.0155029297,38.9159507751],[-77.0056915283,38.9144439697],[-77.0319824219,38.9126777649],[-77.0388946533,38.9166755676],[-77.0326766968,38.9143218994],[-77.0387802124,38.9167327881],[-77.0381469727,38.9111557007],[-77.0388641357,38.9167442322],[-77.0325317383,38.9141693115],[-77.0249023438,38.9026794434],[-77.0216827393,38.8900642395],[-77.0244827271,38.8940086365],[-77.0337600708,38.9013977051],[-77.0325393677,38.9103507996],[-77.0388412476,38.9167785645],[-77.0388031006,38.9167022705],[-77.0419998169,38.9208259583],[-77.0388641357,38.9167518616],[-77.032989502,38.9131355286],[-77.0365066528,38.9172515869],[-77.0417480469,38.9144439697],[-77.0386581421,38.9167060852],[-77.0384368896,38.9159164429],[-77.0420303345,38.9206314087],[-77.0483398438,38.9354286194],[-77.0484619141,38.9452476501],[-77.0430755615,38.9536628723],[-77.0498123169,38.9374694824],[-77.0458221436,38.9271278381],[-77.0581741333,38.9174308777],[-77.0427627563,38.910369873],[-77.0388641357,38.9167480469],[-77.0412139893,38.9120254517],[-77.0414352417,38.9036941528],[-77.0433044434,38.8934020996],[-77.0370941162,38.8797416687],[-77.0338668823,38.9013938904],[-77.0347442627,38.9067878723],[-77.0345535278,38.9114532471],[-77.0345687866,38.9164924622],[-77.040763855,38.9170722961],[-77.0380172729,38.9302864075],[-77.0272598267,38.9276428223],[-77.0270004272,38.9162559509],[-77.0339889526,38.9140930176],[-77.0389251709,38.9166946411],[-77.0386581421,38.9168395996],[-77.023765564,38.9168052673],[-77.0388870239,38.9166488647],[-77.0324630737,38.9140319824],[-77.0326004028,38.9206466675],[-77.0314102173,38.9324836731],[-77.0321426392,38.9233169556],[-77.0387878418,38.916721344],[-77.039100647,38.9168128967],[-77.0386962891,38.911907196],[-77.0325012207,38.9133110046],[-77.0327377319,38.913269043],[-77.0329589844,38.913192749],[-77.032699585,38.9132728577],[-77.0320281982,38.9181785583],[-77.0326690674,38.9323272705],[-77.0319366455,38.922000885],[-77.0386123657,38.9167518616],[-77.0385818481,38.9120025635],[-77.0388565063,38.9167518616],[-77.0325393677,38.9139251709],[-77.0329284668,38.9132194519],[-77.0387954712,38.9167098999],[-77.0340652466,38.9140777588],[-77.0387802124,38.916721344],[-77.0584869385,38.9052009583],[-77.0417556763,38.9055099487],[-77.0388412476,38.9167251587],[-77.0391159058,38.9168052673],[-77.0385665894,38.9063644409],[-77.03465271,38.909778595],[-77.0325546265,38.9140663147],[-77.0385055542,38.916759491],[-77.0325469971,38.9170379639],[-77.0390701294,38.9167747498],[-77.0386505127,38.9061508179],[-77.0415115356,38.8901100159],[-77.0224838257,38.8923873901],[-77.0014801025,38.8872375488],[-76.9959640503,38.8858795166],[-76.9960632324,38.8903846741],[-76.9860076904,38.9002494812],[-77.0198516846,38.9024391174],[-77.0322113037,38.9140815735],[-77.0386734009,38.916759491],[-77.0456771851,38.9159469604],[-77.0443649292,38.9298210144],[-77.0366287231,38.9265136719],[-77.0388946533,38.9207382202],[-77.0351791382,38.9170265198],[-77.0192565918,38.9151344299],[-77.0089645386,38.9233818054],[-77.0158996582,38.9207077026],[-77.0237121582,38.9178504944],[-77.0297927856,38.9170188904],[-77.0364608765,38.9176254272],[-77.038520813,38.9126434326],[-77.0384902954,38.917640686],[-77.0365829468,38.926486969],[-77.0395355225,38.932674408],[-77.0448760986,38.935508728],[-77.0356369019,38.9400978088],[-77.0319824219,38.9237136841],[-77.035774231,38.918132782],[-77.0384979248,38.9166908264],[-77.0391769409,38.9167671204],[-77.0388412476,38.9167785645],[-77.0323944092,38.9138870239],[-77.0333328247,38.9093017578],[-77.0385360718,38.91664505],[-77.0328140259,38.9133987427],[-77.0329360962,38.913230896],[-77.0321121216,38.9058380127],[-77.0392837524,38.9166755676],[-77.0324859619,38.914150238],[-77.038444519,38.9167175293],[-77.0061645508,38.9077110291],[-77.0155563354,38.9148445129],[-77.0376968384,38.9157676697],[-77.0324707031,38.9138679504],[-77.0391921997,38.9167022705],[-77.0324707031,38.914264679],[-77.0373916626,38.9170074463],[-77.036491394,38.9236602783],[-77.0328292847,38.9287185669],[-77.0281982422,38.9314422607],[-77.0327072144,38.9342765808],[-77.0320053101,38.9214820862],[-77.03881073,38.9167366028],[-77.0416717529,38.9108085632],[-77.0418395996,38.8983573914],[-77.0494918823,38.8851699829],[-77.0371017456,38.8797454834],[-77.0325393677,38.8911628723],[-77.0335922241,38.8978538513],[-77.0375137329,38.9025611877],[-77.038482666,38.9125328064],[-77.0385971069,38.9062385559],[-77.0320053101,38.8983383179],[-76.9962234497,38.8866043091],[-76.9948043823,38.8888320923],[-77.0313796997,38.9324913025],[-77.0313262939,38.9323692322],[-77.0323562622,38.9262580872],[-77.0319442749,38.9188652039],[-77.0318069458,38.9141578674],[-77.0318603516,38.9141769409],[-77.0364608765,38.917137146],[-77.0388183594,38.9167747498],[-77.0388793945,38.9166908264],[-77.0390396118,38.9167556763],[-77.0388565063,38.9167900085],[-77.038848877,38.9166984558],[-77.0387878418,38.9168281555],[-77.0389862061,38.9167480469],[-77.0388259888,38.9167938232],[-77.0388259888,38.9167976379],[-77.038848877,38.916759491],[-77.0388412476,38.9167938232],[-77.0388259888,38.9167900085],[-77.0388946533,38.9167098999],[-77.0388565063,38.9167556763],[-77.0321884155,38.9141769409],[-77.034576416,38.9095916748],[-77.0388412476,38.9167442322],[-77.0389099121,38.9167976379],[-77.0389938354,38.9167518616],[-77.033416748,38.9141693115],[-77.0399627686,38.9126434326],[-77.0387496948,38.9170913696],[-77.0335998535,38.9141120911],[-77.0274658203,38.9155426025],[-77.0057296753,38.914604187],[-77.0238189697,38.9126014709],[-77.0346069336,38.9170074463],[-77.0325317383,38.9121627808],[-77.0319137573,38.9166564941],[-77.0360488892,38.9267463684],[-77.0440597534,38.9296112061],[-77.0613174438,38.9408912659],[-77.0726928711,38.959854126],[-77.0799942017,38.976776123],[-77.0954742432,38.9905738831],[-77.0979614258,39.0025901794],[-77.0987854004,38.9979553223],[-77.069152832,38.9461746216],[-77.0529327393,38.9243087769],[-77.0403594971,38.9126930237],[-77.0330734253,38.9126930237],[-77.0361022949,38.917011261],[-77.032623291,38.913356781],[-77.0325393677,38.9133224487],[-77.0359268188,38.9170227051],[-77.0386505127,38.9167327881],[-77.0350418091,38.9263343811],[-77.0314102173,38.9324226379],[-77.0325622559,38.9370536804],[-77.0490570068,38.9083557129],[-77.089012146,38.8963813782],[-77.2548980713,38.876209259],[-77.3524398804,38.8606414795],[-77.4501571655,38.8391723633],[-77.5723190308,38.8257064819],[-77.6284484863,38.7884559631],[-77.7735671997,38.7316055298],[-77.7912368774,38.7281570435],[-77.8053131104,38.7230911255],[-78.0377807617,38.6949729919],[-78.1731414795,38.6938896179],[-78.2725753784,38.6537818909],[-78.3091125488,38.6612243652],[-78.3203201294,38.6621284485],[-78.2695159912,38.6525764465],[-78.2180557251,38.6520385742],[-78.2339782715,38.6001396179],[-78.2437744141,38.5475273132],[-78.2767791748,38.5698471069],[-78.2869720459,38.5703735352],[-78.2869338989,38.570400238],[-78.3111953735,38.551612854],[-78.3198776245,38.5525054932],[-78.3290710449,38.554599762],[-78.328704834,38.5608062744],[-78.3163223267,38.5678367615],[-78.2996520996,38.5709075928],[-78.2860412598,38.5710716248],[-78.2460327148,38.547794342],[-78.2282867432,38.640083313],[-78.2178344727,38.6633224487],[-78.1621704102,38.6980133057],[-77.9833145142,38.6713409424],[-77.8245925903,38.7104759216],[-77.7936019897,38.7263946533],[-77.0999221802,38.884311676],[-77.0603027344,38.8995857239],[-77.0511169434,38.912311554],[-77.0378875732,38.9158782959],[-77.038482666,38.9113235474],[-77.0320510864,38.9084091187],[-77.0417404175,38.9096260071],[-77.0395584106,38.9138145447],[-77.0418014526,38.9092216492],[-77.0416488647,38.9014167786],[-77.0415496826,38.9061431885],[-77.0397796631,38.913608551],[-77.0387496948,38.916809082],[-77.0326690674,38.9132728577],[-77.0386199951,38.9118385315],[-77.0386199951,38.9167671204],[-77.0324859619,38.9130058289],[-77.0385131836,38.9157791138],[-77.032585144,38.913318634],[-77.0387573242,38.9166259766],[-77.0387954712,38.9119110107],[-77.038482666,38.9167480469],[-77.0325088501,38.9133491516],[-77.0386428833,38.9167327881],[-77.0073623657,38.9157714844],[-77.0321807861,38.9125442505],[-77.0387496948,38.9167709351],[-77.0327148438,38.9132499695],[-77.0384140015,38.9120674133],[-77.0429840088,38.908618927],[-77.0505828857,38.9052124023],[-77.0657653809,38.9051132202],[-77.0425949097,38.9105148315],[-77.0388793945,38.9168281555],[-77.032661438,38.9132728577],[-77.0388412476,38.9168205261],[-77.0365142822,38.9124641418],[-77.0414505005,38.8532905579],[-77.017288208,38.8631286621],[-77.0413131714,38.8536758423],[-77.0177154541,38.8632125854],[-90.3612518311,38.743888855],[-90.3632202148,38.742313385],[-90.3493652344,38.6925964355],[-90.4012298584,38.6363334656],[-90.406211853,38.6340293884],[-90.4119110107,38.6330490112],[-90.4868240356,38.6386451721],[-90.5118103027,38.6117134094],[-90.5129394531,38.5878753662],[-90.5074310303,38.5979957581],[-90.5102615356,38.6061172485],[-90.7330474854,38.6704940796],[-90.7909011841,38.6375236511],[-90.8066558838,38.6259346008],[-90.8041610718,38.629322052],[-90.7369613647,38.6724357605],[-90.6798706055,38.7035751343],[-90.4781799316,38.6384506226],[-90.3560180664,38.6495132446],[-90.3266983032,38.6298103333],[-90.2668457031,38.6246299744],[-90.2667160034,38.6176986694],[-90.2743911743,38.6448097229],[-90.2855300903,38.6445388794],[-90.3098678589,38.6419143677],[-90.3264465332,38.6284217834],[-90.3600769043,38.6289672852],[-90.3364181519,38.7151489258],[-90.3652572632,38.7419548035],[-90.3539505005,38.741268158],[-77.0388641357,38.916759491],[-77.0387268066,38.9119529724],[-77.0329208374,38.9118118286],[-77.0295944214,38.9080085754],[-77.0224761963,38.8998031616],[-77.0321044922,38.9036521912],[-77.0388259888,38.9167404175],[-77.0325469971,38.9137573242],[-77.0387115479,38.9170379639],[-77.0405426025,38.9125366211],[-77.0414886475,38.905960083],[-77.0417327881,38.8991546631],[-77.049446106,38.8890228271],[-77.0373916626,38.8797531128],[-77.0337753296,38.8861694336],[-77.0333099365,38.9001312256],[-77.0346298218,38.9051551819],[-77.034576416,38.9117279053],[-77.0388259888,38.9167442322],[-77.038848877,38.9168395996],[-77.0322494507,38.9141540527],[-77.0054473877,38.915058136],[-77.0126800537,38.9155502319],[-77.0370788574,38.9155464172],[-77.0322189331,38.9124603271],[-77.0357666016,38.9216804504],[-77.0330123901,38.913192749],[-77.03881073,38.9167671204],[-77.0316238403,38.9142189026],[-77.0383300781,38.9158744812],[-77.0326538086,38.9132232666],[-77.0379333496,38.9167022705],[-77.0385665894,38.9063072205],[-77.0154876709,38.896194458],[-77.0057983398,38.8967819214],[-77.005279541,38.9045639038],[-76.8432388306,38.9781990051],[-76.7085418701,39.0768623352],[-76.6993026733,39.1327056885],[-76.6998748779,39.1986923218],[-76.6942443848,39.1927223206],[-76.6244049072,39.0960083008],[-76.6080551147,39.0940704346],[-76.6159820557,39.0927505493],[-76.6448287964,39.1459236145],[-76.6332244873,39.1728057861],[-76.6213989258,39.2776412964],[-76.6209182739,39.282951355],[-76.6138000488,39.2849388123],[-76.6145553589,39.2778587341],[-76.6213760376,39.2788772583],[-76.6224212646,39.2650718689],[-76.6260452271,39.2282104492],[-76.654876709,39.202041626],[-76.6332397461,39.1733512878],[-76.64427948,39.1387023926],[-76.6122283936,39.0946578979],[-76.6342773438,39.1720733643],[-76.6449813843,39.1819610596],[-76.6473083496,39.2265815735],[-76.6268539429,39.2754516602],[-76.6191329956,39.2799835205],[-76.6181945801,39.2862739563],[-76.6123580933,39.2863578796],[-77.0384063721,38.9158630371],[-77.0412368774,38.9059410095],[-77.0407028198,38.9148139954],[-77.0330505371,38.911151886],[-77.018951416,38.9074554443],[-76.9995193481,38.9055328369],[-77.0389709473,38.9218864441],[-77.0387191772,38.9167671204],[-77.0389709473,38.9167518616],[-77.0329818726,38.9130821228],[-77.0359039307,38.917011261],[-77.0331039429,38.9119606018],[-77.0345001221,38.9165763855],[-77.0340499878,38.9097366333],[-77.038482666,38.9170150757],[-77.0368270874,38.9225845337],[-77.036567688,38.931728363],[-77.0421066284,38.9356231689],[-77.0375900269,38.9292526245],[-77.0366210938,38.9226989746],[-77.0388259888,38.9167556763],[-77.0322952271,38.9141998291],[-77.0337677002,38.9097213745],[-77.0345993042,38.9162216187],[-77.0295410156,38.9191856384],[-77.0283584595,38.9321136475],[-77.0327758789,38.9291610718],[-77.0349731445,38.9187202454],[-77.0365600586,38.9143447876],[-77.0338134766,38.9002189636],[-77.0344696045,38.881778717],[-77.0363540649,38.8817749023],[-77.0388336182,38.9168281555],[-77.0385360718,38.9122886658],[-77.0383911133,38.9038772583],[-77.0336990356,38.8975028992],[-77.0261459351,38.8945121765],[-77.018157959,38.8922233582],[-77.0124206543,38.8887748718],[-77.0024642944,38.8873291016],[-76.9961242676,38.8871650696],[-77.0018920898,38.8871994019],[-77.0078887939,38.8899650574],[-77.0144195557,38.891242981],[-77.021774292,38.8933029175],[-77.0295333862,38.8954620361],[-77.0350875854,38.8993644714],[-77.0346984863,38.9054985046],[-77.034614563,38.9115028381],[-77.0345916748,38.9168701172],[-77.0388031006,38.916759491],[-77.0272140503,38.9037818909],[-76.9852218628,38.9002761841],[-76.9935302734,38.9039115906],[-77.0385131836,38.9165306091],[-77.0414733887,38.9125595093],[-77.0417098999,38.9055023193],[-77.0417098999,38.895111084],[-77.0262680054,38.8641586304],[-77.0203399658,38.8663330078],[-77.0229873657,38.8756332397],[-77.0330581665,38.8960723877],[-77.0347900391,38.9035453796],[-77.0344924927,38.9081115723],[-77.0346298218,38.9126396179],[-77.0384750366,38.91664505],[-77.0386199951,38.9065132141],[-77.0322036743,38.9013404846],[-77.0960464478,38.883934021],[-77.1108932495,38.8822822571],[-77.1170120239,38.8821144104],[-77.1780853271,38.8962898254],[-77.2676849365,38.8793678284],[-77.2678833008,38.8994827271],[-77.3076858521,38.9003486633],[-77.3010406494,38.8824882507],[-77.2667007446,38.9002990723],[-77.2917404175,38.9015541077],[-77.3075561523,38.899974823],[-77.3041610718,38.8933334351],[-77.2812805176,38.8769645691],[-77.151184082,38.8807106018],[-77.056640625,38.8958625793],[-77.0327835083,38.9013328552],[-77.0332183838,38.9126663208],[-77.0389938354,38.9167671204],[-77.0323638916,38.9138870239],[-77.0387573242,38.916759491],[-77.0387420654,38.9119529724],[-77.0329360962,38.9132041931],[-77.0326766968,38.9132652283],[-77.0319137573,38.9179573059],[-77.0362930298,38.9149169922],[-77.0340576172,38.9097518921],[-77.0282745361,38.9112091064],[-77.0188293457,38.9133148193],[-77.0151062012,38.9057655334],[-77.013999939,38.8972434998],[-77.0127258301,38.8853492737],[-77.0089187622,38.8760223389],[-77.002784729,38.8628234863],[-77.0098800659,38.8451004028],[-77.0325927734,38.8461647034],[-77.012046814,38.8427848816],[-76.992149353,38.8766517639],[-77.0144195557,38.9044036865],[-77.0238494873,38.9169883728],[-77.0382003784,38.9169692993],[-77.0335540771,38.914100647],[-77.0386657715,38.9167175293],[-77.0322418213,38.8910102844],[-77.034866333,38.9168586731],[-77.041633606,38.9153251648],[-77.0355606079,38.9197845459],[-77.0374908447,38.9158744812],[-77.008026123,38.8764724731],[-77.0294570923,38.9170455933],[-77.0388259888,38.9167366028],[-77.0388793945,38.9073066711],[-77.0533218384,38.9042167664],[-77.0418701172,38.9077377319],[-77.0386657715,38.916759491],[-77.0322952271,38.9139404297],[-77.03881073,38.9167671204],[-77.0325241089,38.9136238098],[-77.0388336182,38.9167404175],[-77.0327682495,38.9141731262],[-77.03881073,38.9167671204],[-77.0325546265,38.9155387878],[-77.0046234131,38.9132270813],[-77.0280151367,38.9128952026],[-77.0386962891,38.9167518616],[-77.0331420898,38.9148826599],[-77.0237731934,38.9037437439],[-77.007270813,38.8762283325],[-76.9970245361,38.864780426],[-77.0213165283,38.8941993713],[-77.0255966187,38.9112205505],[-77.0218200684,38.9063262939],[-77.0220031738,38.9110031128],[-77.0297470093,38.9119796753],[-77.038482666,38.9165649414],[-77.0327072144,38.9132804871],[-77.0384674072,38.9167404175],[-77.0387039185,38.9119148254],[-77.0388183594,38.9167366028],[-77.0421066284,38.9230384827],[-77.0416259766,38.9231834412],[-77.0416183472,38.9231948853],[-77.0415649414,38.9172477722],[-77.0420150757,38.9040718079],[-77.03099823,38.8895263672],[-77.0296096802,38.8851165771],[-77.0331115723,38.881149292],[-77.0201263428,38.8714141846],[-77.0272064209,38.8751411438],[-77.0345687866,38.9102020264],[-77.0388183594,38.9167366028],[-77.0389328003,38.9167556763],[-77.0241775513,38.8768501282],[-77.0526809692,38.8817558289],[-77.0868835449,38.8844718933],[-77.2612838745,38.887588501],[-77.2863922119,38.8945159912],[-77.2982711792,38.8982582092],[-77.307144165,38.9002227783],[-77.26902771,38.8805885315],[-77.246131897,38.8795089722],[-77.173828125,38.8977279663],[-77.1229400635,38.8798370361],[-77.0428390503,38.8971595764],[-77.0319900513,38.9009017944],[-77.0319061279,38.908454895],[-77.0355758667,38.9215736389],[-77.0326309204,38.9133262634],[-77.0210418701,38.9170455933],[-77.0326766968,38.9132804871],[-77.0378189087,38.9156761169],[-77.0325927734,38.9134063721],[-77.0380401611,38.9154472351],[-77.0326919556,38.9132766724],[-77.0220031738,38.8999786377],[-77.0077209473,38.876033783],[-77.0205688477,38.8923072815],[-77.0277099609,38.9143714905],[-77.0386886597,38.9167671204],[-77.0324172974,38.912776947],[-77.0330886841,38.9132003784],[-77.0321807861,38.9087142944],[-77.0316848755,38.9015884399],[-77.0508422852,38.8956375122],[-77.0671310425,38.866519928],[-77.1587295532,38.8895072937],[-77.2268676758,38.8838615417],[-77.2744979858,38.877532959],[-77.2647247314,38.9021682739],[-77.2947616577,38.9015274048],[-77.3075332642,38.9007835388],[-77.2914352417,38.8829536438],[-77.2755737305,38.8774871826],[-77.2141571045,38.8889274597],[-77.1621017456,38.8876342773],[-77.1078186035,38.8814468384],[-77.0412139893,38.8964385986],[-77.0281982422,38.8979454041],[-77.0067214966,38.8979759216],[-76.0311965942,39.6065139771],[-75.9320373535,39.6436538696],[-75.8292160034,39.6433906555],[-75.7333374023,39.6483726501],[-75.6524810791,39.6849746704],[-75.5728530884,39.6957931519],[-75.4933624268,39.6801223755],[-75.3946838379,39.697303772],[-75.3059082031,39.7357063293],[-75.2214279175,39.7854919434],[-75.1329803467,39.831237793],[-75.0424957275,39.8652572632],[-74.9696578979,39.9173736572],[-74.9021377563,39.9723320007],[-74.8263473511,40.0217590332],[-74.7529907227,40.0761985779],[-74.6912612915,40.131313324],[-74.6212158203,40.181842804],[-74.5482177734,40.2296791077],[-74.5006027222,40.2889060974],[-74.471244812,40.3547058105],[-74.4394073486,40.425453186],[-74.3868103027,40.4963912964],[-74.3035430908,40.5413894653],[-74.2326583862,40.5965652466],[-74.1864776611,40.6588249207],[-74.1347045898,40.7178955078],[-73.9943389893,40.7532997131],[-73.9940795898,40.7468223572],[-73.9818572998,40.7166252136],[-73.9573287964,40.7082672119],[-73.9521102905,40.7103996277],[-73.970199585,40.6927375793],[-73.9777450562,40.6847457886],[-73.9780807495,40.6802444458],[-73.9808425903,40.6758995056],[-73.984046936,40.671962738],[-73.9906463623,40.6709938049],[-73.9964981079,40.6769104004],[-73.9964752197,40.6782035828],[-77.0308761597,38.9332084656],[-77.0308837891,38.9341392517],[-77.032119751,38.9246330261],[-77.0385742188,38.9166412354],[-77.0383834839,38.9119148254],[-77.0326385498,38.913318634],[-77.0384674072,38.9165725708],[-77.03881073,38.9167175293],[-77.0390777588,38.9167861938],[-77.0325012207,38.9133644104],[-77.0384902954,38.9167404175],[-77.0383758545,38.9104614258],[-77.0388183594,38.9167327881],[-77.0327606201,38.9132728577],[-77.0362319946,38.9170303345],[-77.041847229,38.9160041809],[-77.0322799683,38.9141464233],[-77.0319900513,38.9094200134],[-77.0249023438,38.9032478333],[-77.0111465454,38.898311615],[-77.0053939819,38.8988800049],[-77.0023345947,38.9056587219],[-76.8993530273,38.9258232117],[-76.8631515503,38.9583015442],[-76.7432785034,39.0289459229],[-76.6998062134,39.1459655762],[-76.6980667114,39.2038803101],[-76.6541976929,39.2938690186],[-76.614402771,39.3072280884],[-76.5945281982,39.3029327393],[-76.4877471924,39.3342971802],[-76.336479187,39.4010505676],[-76.2010040283,39.4809646606],[-76.0696411133,39.5506057739],[-75.9363708496,39.6012496948],[-75.7585906982,39.6680259705],[-75.5701904297,39.7272758484],[-75.5432891846,39.7374649048],[-75.4802322388,39.7745819092],[-75.3425369263,39.8631134033],[-75.2177963257,39.9322280884],[-75.1815643311,39.9562110901],[-75.2017288208,39.9655418396],[-75.1237716675,40.0056877136],[-75.0126724243,40.0368309021],[-74.8685760498,40.1014595032],[-74.7722549438,40.2006454468],[-74.7455291748,40.2180519104],[-74.6367950439,40.3102302551],[-74.4910507202,40.4543113708],[-74.3754348755,40.5363502502],[-74.3330993652,40.5644416809],[-74.2347869873,40.6541786194],[-74.1950149536,40.6969070435],[-74.1857452393,40.7126502991],[-74.164276123,40.7344818115],[-74.1272277832,40.7515792847],[-74.0144958496,40.7606391907],[-73.9942779541,40.7536659241],[-74.0001144409,40.7415390015],[-74.0014419556,40.7309913635],[-74.0015335083,40.7358779907],[-73.9973373413,40.7097396851],[-73.9831314087,40.677318573],[-73.9889450073,40.6782951355],[-73.9830932617,40.6774864197],[-73.9797286987,40.6812973022],[-73.9845657349,40.6993789673],[-73.9958343506,40.7277450562],[-73.99634552,40.7322349548],[-73.9975509644,40.7293701172],[-73.9947662354,40.7277450562],[-73.9921875,40.7274055481],[-73.992149353,40.7273712158],[-73.9922332764,40.7273292542],[-73.997253418,40.7297668457],[-73.9915161133,40.7272567749],[-73.9906768799,40.712474823],[-73.9794998169,40.6826438904],[-73.987197876,40.7012748718],[-73.9961395264,40.7252388],[-73.9974746704,40.7298660278],[-73.9969329834,40.725315094],[-73.9976730347,40.7301216125],[-74.0000305176,40.7306175232],[-74.0030899048,40.7347183228],[-73.99974823,40.738445282],[-73.9903564453,40.7348632812],[-73.9850921631,40.732383728],[-73.9829559326,40.7268486023],[-73.9877700806,40.7240982056],[-73.9920043945,40.7254333496],[-73.9946670532,40.7148246765],[-73.9789962769,40.6832923889],[-73.9939651489,40.7127189636],[-73.9924163818,40.7307014465],[-73.9908676147,40.7350540161],[-73.9895553589,40.740146637],[-73.989112854,40.744644165],[-73.9918060303,40.7498016357],[-74.0178451538,40.7542190552],[-74.1550750732,40.7405052185],[-74.7661209106,40.20911026],[-74.8796157837,40.0973777771],[-75.0396881104,40.0228881836],[-75.1505813599,39.9989242554],[-75.1857147217,39.9645500183],[-75.5520172119,39.7365188599],[-75.5946350098,39.7170600891],[-76.0986557007,39.5500907898],[-76.2253036499,39.4449234009],[-76.6372833252,39.3042411804],[-76.6896896362,39.2441978455],[-76.7013015747,39.1957550049],[-76.9602890015,38.9255104065],[-77.0053787231,38.8994522095],[-77.0121231079,38.8992614746],[-77.0221633911,38.9025993347],[-77.032043457,38.9081687927],[-77.0344314575,38.9182052612],[-77.0329208374,38.9131851196],[-77.0334014893,38.9129867554],[-77.0355377197,38.921131134],[-77.0330505371,38.913143158],[-77.0326690674,38.9131507874],[-77.0385360718,38.9166564941],[-77.0324783325,38.9140739441],[-77.0331192017,38.9131584167],[-77.0333480835,38.9150390625],[-77.033493042,38.9162445068],[-77.032875061,38.9132919312],[-77.0328445435,38.9132652283],[-77.0340805054,38.9097366333],[-77.0320205688,38.9142074585],[-77.0377120972,38.9127807617],[-77.0319595337,38.9147911072],[-77.0386886597,38.9167556763],[-77.0326538086,38.9133644104],[-77.0398712158,38.9034309387],[-77.056930542,38.9048995972],[-77.0618972778,38.9023132324],[-77.0416641235,38.9055938721],[-77.0387191772,38.9167556763],[-77.0344085693,38.9118843079],[-77.0345993042,38.9170379639],[-77.0325241089,38.9126319885],[-77.03881073,38.9167289734],[-77.0386352539,38.9166946411],[-77.0332641602,38.9136886597],[-77.0390930176,38.9167366028],[-77.0326004028,38.9131736755],[-77.0389633179,38.9167251587],[-77.0420532227,38.9208068848],[-77.0388259888,38.9167251587],[-77.0387954712,38.9167442322],[-77.0389251709,38.9167480469],[-77.0386199951,38.9159088135],[-77.0388031006,38.9167861938],[-77.0284500122,38.9007720947],[-76.9944000244,38.8879928589],[-77.0174407959,38.8948020935],[-77.0388183594,38.9167289734],[-77.0384292603,38.9116821289],[-77.0383300781,38.916229248],[-77.0324935913,38.9140815735],[-77.0387115479,38.9169883728],[-77.0384750366,38.9168434143],[-77.0326004028,38.9133415222],[-77.03855896,38.9166183472],[-77.0383071899,38.9119415283],[-77.0388259888,38.9167251587],[-77.0336227417,38.9140892029],[-77.0380630493,38.9170188904],[-77.032623291,38.9133758545],[-77.0365447998,38.9170341492],[-77.0326919556,38.9303779602],[-77.0384979248,38.9166259766],[-77.032699585,38.9133605957],[-77.0383224487,38.9169921875],[-77.0384902954,38.9092979431],[-77.0430984497,38.9056396484],[-77.0326690674,38.913269043],[-77.0338821411,38.9167785645],[-77.038444519,38.9132041931],[-77.0387191772,38.9057884216],[-77.0576782227,38.9052009583],[-77.0678329468,38.9053382874],[-77.0728149414,38.8985824585],[-77.0654449463,38.86536026],[-77.0945587158,38.8781089783],[-77.1115875244,38.8820304871],[-77.0694656372,38.8664703369],[-77.0894012451,38.8798522949],[-77.0477905273,38.8916931152],[-77.0382232666,38.9152374268],[-77.0416870117,38.918964386],[-77.0385742188,38.9144363403],[-77.0297164917,38.9142608643],[-77.0384674072,38.9158401489],[-77.0351028442,38.9403839111],[-77.0435256958,38.9412384033],[-77.0436172485,38.953163147],[-77.0457839966,38.9639053345],[-77.0512466431,38.9481010437],[-77.0488815308,38.9342880249],[-77.0419921875,38.9271469116],[-77.0425033569,38.9219093323],[-77.0396194458,38.9170188904],[-77.0384597778,38.9126014709],[-77.0323486328,38.9141120911],[-77.0365066528,38.917263031],[-77.0322875977,38.913936615],[-77.0321044922,38.9157447815],[-77.037727356,38.9171180725],[-77.032699585,38.9132919312],[-77.0389862061,38.9167442322],[-77.0378570557,38.9117851257],[-77.0385742188,38.9163398743],[-77.0322952271,38.9141921997],[-77.036857605,38.9169921875],[-77.0332946777,38.9134140015],[-77.0385055542,38.9167404175],[-77.0449829102,38.9149169922],[-77.0387496948,38.9164009094],[-77.0232772827,38.9140815735],[-77.0392379761,38.9166603088],[-77.0693359375,38.8989028931],[-77.1526489258,38.8847579956],[-77.2187271118,38.8871421814],[-77.2546463013,38.8794174194],[-77.2669219971,38.8958892822],[-77.2660446167,38.9009933472],[-77.2684707642,38.8919334412],[-77.3097229004,38.8714447021],[-77.4088821411,38.8509864807],[-77.4902267456,38.8102874756],[-77.5816192627,38.7978553772],[-77.5754089355,38.8053627014],[-77.5231170654,38.8084106445],[-77.5217208862,38.8131713867],[-77.4673919678,38.7924919128],[-77.5222473145,38.8143730164],[-77.510848999,38.8127403259],[-77.5215454102,38.8127784729],[-77.5678329468,38.8077011108],[-77.4613876343,38.8366622925],[-77.341293335,38.8637580872],[-77.2533950806,38.8742103577],[-77.1493682861,38.8812828064],[-77.0581207275,38.9041061401],[-77.0494613647,38.9036941528],[-77.0415039062,38.9113502502],[-77.0387191772,38.9167900085],[-77.0338516235,38.9192619324],[-77.0234985352,38.9183616638],[-77.0388183594,38.9167289734],[-77.0386657715,38.9119338989],[-77.0388183594,38.9167289734],[-77.023651123,38.9031600952],[-77.021774292,38.8900299072],[-77.0176620483,38.8860054016],[-77.0026168823,38.8871917725],[-76.8682479858,38.8939743042],[-76.8678741455,38.9023971558],[-76.8635635376,38.9088859558],[-76.8673400879,38.9028320312],[-76.9486465454,38.8878860474],[-77.083656311,38.8964538574],[-77.2373657227,38.9163742065],[-77.2572937012,38.9250183105],[-77.2576828003,38.9123001099],[-77.2657852173,38.901638031],[-77.3074417114,38.900062561],[-77.300994873,38.8836479187],[-77.0416641235,38.8978767395],[-77.0386352539,38.9147262573],[-77.0324401855,38.9138069153],[-77.0380172729,38.9170417786],[-77.0324325562,38.9137077332],[-77.033493042,38.9131622314],[-77.0328292847,38.9133110046],[-77.0383605957,38.9119110107],[-77.0387954712,38.9167137146],[-77.0326843262,38.9133262634],[-77.0374221802,38.9168624878],[-77.0318756104,38.9155578613],[-77.0087890625,38.9156646729],[-77.0344238281,38.9127464294],[-77.0387954712,38.9167900085],[-77.0327453613,38.9133338928],[-77.038482666,38.9166908264],[-77.032371521,38.9140434265],[-77.0340270996,38.9096984863],[-77.032623291,38.9141540527],[-77.0387268066,38.9166984558],[-77.0248794556,38.9169845581],[-77.0388183594,38.9167289734],[-77.0384292603,38.9117202759],[-77.3362045288,38.9483299255],[-77.5393981934,39.1133460999],[-77.4959945679,39.2001991272],[-77.5160369873,39.1845588684],[-77.496963501,39.2092895508],[-77.4969711304,39.2011451721],[-77.5363311768,39.1909103394],[-77.5816192627,39.1059074402],[-77.5531616211,39.0661773682],[-77.4630203247,38.9929733276],[-77.2419128418,38.9344291687],[-77.1766738892,38.900894165],[-77.0677871704,38.8939819336],[-77.0404205322,38.9089317322],[-77.0386505127,38.9167709351],[-77.0357971191,38.9263114929],[-77.0316543579,38.9224586487],[-77.0330047607,38.9126091003],[-77.0387268066,38.9146690369],[-77.0449066162,38.9133224487],[-77.0444946289,38.9182662964],[-77.0466537476,38.9140777588],[-77.0410385132,38.912525177],[-77.0384292603,38.91664505],[-77.0322494507,38.9169807434],[-77.0386962891,38.9167480469],[-77.0435562134,38.909740448],[-77.0384750366,38.9120178223],[-77.0385971069,38.9167442322],[-77.0386352539,38.9168014526],[-77.0384368896,38.9161338806],[-77.0386657715,38.9167976379],[-77.0375442505,38.9221992493],[-77.0384292603,38.9169464111],[-77.0385360718,38.911857605],[-77.032661438,38.9133644104],[-77.0367507935,38.9168968201],[-77.0324707031,38.9137115479],[-77.0076828003,38.910785675],[-77.021736145,38.916229248],[-77.0302505493,38.917049408],[-77.0366744995,38.9156188965],[-77.0320358276,38.9126281738],[-77.037437439,38.9149208069],[-77.034828186,38.9189491272],[-77.0341720581,38.9302787781],[-77.0322494507,38.9235267639],[-77.0387191772,38.9167861938],[-77.0334854126,38.9147148132],[-77.0333099365,38.9097175598],[-77.0320281982,38.9157981873],[-77.0385131836,38.9168281555],[-77.0324478149,38.9170722961],[-77.038269043,38.9170532227],[-77.0338821411,38.9140815735],[-77.0385971069,38.9166793823],[-77.0386886597,38.9167556763],[-77.0628890991,38.9055747986],[-77.0388412476,38.9166526794],[-77.0445709229,38.915397644],[-77.0523986816,38.9134368896],[-77.0578536987,38.9189376831],[-77.0519714355,38.9210929871],[-77.0487670898,38.9249153137],[-77.0439605713,38.9277191162],[-77.0371932983,38.9260253906],[-77.0422134399,38.9230537415],[-77.0416107178,38.9185600281],[-77.0387573242,38.9226341248],[-77.0403823853,38.9182929993],[-77.0326309204,38.9133529663],[-77.0351028442,38.9169387817],[-77.0386123657,38.9168357849],[-77.0386428833,38.9167747498],[-77.0325698853,38.9128913879],[-77.0413894653,38.912525177],[-77.0416259766,38.9116821289],[-77.0518493652,38.9090385437],[-77.0774154663,38.9082603455],[-77.1425704956,38.9574813843],[-77.2100753784,38.9363975525],[-77.2972183228,38.9462509155],[-77.4021530151,38.9562072754],[-77.4466400146,38.9528617859],[-77.4444503784,38.9454421997],[-94.710975647,39.2982292175],[-94.7155151367,39.2941513062],[-94.6940841675,39.2923583984],[-94.6644287109,39.2554473877],[-94.7557601929,39.2394332886],[-94.8134231567,39.1686515808],[-94.8494262695,39.1051101685],[-94.9560012817,39.0893211365],[-95.072479248,39.0523109436],[-95.2140655518,38.9943504333],[-95.2376327515,38.9728050232],[-95.237197876,38.9565429688],[-95.2425918579,38.9622383118],[-95.2433700562,38.9596328735],[-95.2433776855,38.9596443176],[-95.1968917847,38.9918861389],[-95.0989685059,39.0407600403],[-95.0235977173,39.0663337708],[-94.8871231079,39.095790863],[-94.8203887939,39.1330451965],[-94.7613754272,39.199344635],[-94.763168335,39.2881813049],[-94.7132720947,39.3228492737],[-94.7116699219,39.2947502136],[-94.7140045166,39.2932014465],[-77.450050354,38.9449386597],[-77.4480056763,38.9502830505],[-77.4305496216,38.9619102478],[-77.3291397095,38.9446029663],[-77.2335586548,38.9323196411],[-77.1704406738,38.8933105469],[-77.1308670044,38.8792533875],[-77.0815811157,38.8996162415],[-77.0419311523,38.9032325745],[-77.0415878296,38.9167823792],[-77.0368041992,38.9141120911],[-77.0344772339,38.9099769592],[-77.0387649536,38.9168243408],[-77.033744812,38.9140968323],[-77.0381011963,38.9170761108],[-77.0419464111,38.9204940796],[-77.0386352539,38.9168014526],[-77.0328521729,38.9169692993],[-77.023651123,38.9034042358],[-77.0222015381,38.8975143433],[-77.0164260864,38.8956871033],[-77.0235595703,38.8980026245],[-77.0154342651,38.8818893433],[-76.9956893921,38.8842773438],[-77.0286331177,38.8945541382],[-77.094078064,38.8843536377],[-77.1425018311,38.8813476562],[-77.1849594116,38.8999633789],[-77.2279281616,38.8836021423],[-77.2360305786,38.8746681213],[-77.0389251709,38.916595459],[-77.0386428833,38.9166603088],[-77.0419235229,38.9203720093],[-77.0385131836,38.9166946411],[-77.0410079956,38.9126319885],[-77.0502471924,38.9099273682],[-77.0545043945,38.9035224915],[-77.0549163818,38.9026641846],[-77.0568847656,38.9003295898],[-77.0566635132,38.8993721008],[-77.0564422607,38.8985214233],[-77.0435333252,38.8547019958],[-82.540725708,27.959859848],[-82.5384216309,27.9767589569],[-82.5343399048,27.9805049896],[-82.5361251831,27.9762306213],[-82.5658721924,27.9447555542],[-82.6300888062,27.9023590088],[-82.6644515991,27.8115062714],[-82.6765670776,27.7408714294],[-82.677986145,27.6775875092],[-82.6371536255,27.5343761444],[-82.5438919067,27.5850830078],[-82.4767532349,27.5082893372],[-82.451965332,27.3993988037],[-82.4489364624,27.3386859894],[-82.4971160889,27.3378543854],[-82.530670166,27.3389034271],[-82.5489730835,27.3385257721],[-82.5524978638,27.3350582123],[-82.5808868408,27.3162899017],[-82.5854873657,27.3181705475],[-82.5811462402,27.3150615692],[-82.5771179199,27.3179550171],[-82.5490875244,27.3372688293],[-82.5311965942,27.307762146],[-82.5489196777,27.3381290436],[-82.5345687866,27.3399181366],[-82.5404891968,27.3373680115],[-82.5489501953,27.3382987976],[-82.5302352905,27.307220459],[-82.5482406616,27.3383197784],[-82.5622177124,27.3266887665],[-82.5654983521,27.3141689301],[-82.5721740723,27.3035488129],[-82.5725402832,27.3082847595],[-82.5513153076,27.3356304169],[-82.5467834473,27.337677002],[-82.5412902832,27.3262672424],[-82.5469970703,27.3385601044],[-82.5428924561,27.3289051056],[-82.5488891602,27.3380794525],[-82.5430679321,27.3287124634],[-82.5485992432,27.3371658325],[-82.543006897,27.328578949],[-82.5488967896,27.3380813599],[-82.5432357788,27.3289813995],[-82.5488204956,27.3379764557],[-82.5428009033,27.3287696838],[-82.5488967896,27.3380813599],[-82.5429763794,27.3286552429],[-82.5484466553,27.3379249573],[-82.5428466797,27.3285884857],[-82.5477294922,27.338394165],[-82.5428161621,27.3289165497],[-82.5482711792,27.3378276825],[-82.5428314209,27.3284511566],[-82.5469436646,27.3384437561],[-82.541519165,27.3269500732],[-82.5488052368,27.3379364014],[-82.5428619385,27.3281841278],[-82.5469894409,27.3385410309],[-82.5428390503,27.328414917],[-82.5467605591,27.3376235962],[-82.5417251587,27.326587677],[-82.5466918945,27.3375015259],[-82.5423202515,27.3277797699],[-82.5480957031,27.338596344],[-82.5425796509,27.3273067474],[-82.5375595093,27.3183097839],[-82.5483856201,27.33801651],[-82.5349197388,27.3135318756],[-82.5477523804,27.3384132385],[-82.5617828369,27.3262882233],[-82.5617446899,27.3217430115],[-82.5616912842,27.3263702393],[-82.5667114258,27.3240089417],[-82.571762085,27.3215293884],[-82.5779724121,27.3184642792],[-82.5733718872,27.320350647],[-82.5691986084,27.3231830597],[-82.5635375977,27.3257904053],[-82.5658874512,27.3477687836],[-82.5526580811,27.3350353241],[-82.5444259644,27.3296546936],[-82.5483016968,27.3386573792],[-82.5309677124,27.3060798645],[-82.5481643677,27.3379497528],[-82.5306549072,27.3054599762],[-82.5480957031,27.3377227783],[-82.530670166,27.3054981232],[-82.5481719971,27.3377151489],[-82.5307769775,27.3056945801],[-82.5481262207,27.3378009796],[-82.5307235718,27.3055877686],[-82.5481338501,27.3378372192],[-82.5315704346,27.3071365356],[-82.5481262207,27.337808609],[-82.5310058594,27.3060779572],[-82.5481262207,27.337688446],[-82.5306549072,27.3054676056],[-82.5481262207,27.3377571106],[-82.5318069458,27.3075771332],[-82.5481948853,27.3378543854],[-82.5306625366,27.3055076599],[-82.5481872559,27.3378715515],[-82.5313339233,27.306728363],[-82.5476913452,27.3382053375],[-82.5416564941,27.3258666992],[-82.5481872559,27.3378620148],[-82.5306854248,27.3055229187],[-82.5481109619,27.3377017975],[-82.530708313,27.3055667877],[-82.548324585,27.337392807],[-82.5417327881,27.3257427216],[-82.548324585,27.3381309509],[-82.5371170044,27.3171234131],[-82.5470199585,27.3385868073],[-82.5307312012,27.3056907654],[-82.5480117798,27.3377914429],[-82.5315933228,27.3073596954],[-82.5480880737,27.3371944427],[-82.5388336182,27.3205871582],[-82.5488433838,27.338142395],[-82.5326538086,27.3093719482],[-82.5483551025,27.3375549316],[-82.532875061,27.309803009],[-82.5483551025,27.3375816345],[-82.5317611694,27.3076534271],[-82.5482406616,27.3377552032],[-82.5308456421,27.305814743],[-82.5479354858,27.3377723694],[-82.5320129395,27.3079891205],[-82.5481796265,27.3376140594],[-82.5423355103,27.3269786835],[-82.5485534668,27.3372554779],[-82.5422439575,27.3267745972],[-82.5485839844,27.3378219604],[-82.5313720703,27.3067874908],[-82.5484924316,27.3374938965],[-82.5415039062,27.3258171082],[-82.5481872559,27.33842659],[-82.5312957764,27.3071308136],[-82.5485229492,27.3384170532],[-82.5346221924,27.3131656647],[-82.5486221313,27.3382797241],[-82.5151062012,27.3072338104],[-82.5484542847,27.3385105133],[-82.5360717773,27.3162002563],[-82.5491256714,27.3375701904],[-82.5568847656,27.3314361572],[-82.5713195801,27.3077030182],[-82.5776138306,27.3130836487],[-82.5527496338,27.3347759247],[-82.5491714478,27.3379840851],[-82.5460891724,27.3532829285],[-82.5491714478,27.3381233215],[-82.5456466675,27.3347892761],[-82.5304718018,27.3023090363],[-82.5380706787,27.2862873077],[-82.5328598022,27.2881336212],[-82.5300445557,27.3184776306],[-82.5491790771,27.3368530273],[-82.530960083,27.3064785004],[-82.5485610962,27.3376369476],[-82.5309906006,27.3065071106],[-82.5483398438,27.3375492096],[-82.5416412354,27.3258094788],[-82.5480499268,27.3379650116],[-82.5312805176,27.3070888519],[-82.5484237671,27.3377799988],[-82.542098999,27.3263301849],[-82.5483551025,27.3376483917],[-82.5322265625,27.3088035583],[-82.5482711792,27.3373126984],[-82.5310211182,27.3065891266],[-82.5476913452,27.3371772766],[-82.5390853882,27.3204784393],[-82.5478668213,27.3372440338],[-82.5391311646,27.3209514618],[-82.5480880737,27.3372383118],[-82.537902832,27.318813324],[-82.5483169556,27.3377552032],[-82.5340652466,27.3120727539],[-82.5481872559,27.3375587463],[-82.5308609009,27.3063087463],[-82.5483551025,27.3380355835],[-82.5423812866,27.3271331787],[-82.5481719971,27.3377494812],[-82.5425109863,27.3268070221],[-82.5485534668,27.3368396759],[-82.5423202515,27.3273887634],[-82.5491638184,27.3380584717],[-82.5467147827,27.3420886993],[-82.5586013794,27.3865032196],[-82.5753479004,27.4440631866],[-82.5629730225,27.4730129242],[-82.56300354,27.5070514679],[-82.5627746582,27.5514163971],[-82.6138076782,27.5990371704],[-82.6743469238,27.6579914093],[-82.6718063354,27.7581863403],[-82.6621551514,27.8300247192],[-82.6327362061,27.9061603546],[-82.5518951416,27.9402866364],[-82.5453414917,27.9424495697],[-82.5442962646,27.9427928925],[-82.5433044434,27.9431171417],[-82.5423355103,27.9434719086],[-82.5412139893,27.9438991547],[-82.5401611328,27.944278717],[-82.5391921997,27.9446239471],[-82.5238189697,27.9788475037],[-82.5450973511,27.9730701447],[-82.5344543457,27.980178833],[-82.5379867554,27.9769268036],[-82.5235366821,27.967672348],[-77.0429840088,38.8621826172],[-77.0429000854,38.8555793762],[-77.0421295166,38.8736724854],[-77.0319595337,38.8972587585],[-77.0321273804,38.9051399231],[-77.0365066528,38.9160690308],[-77.0387496948,38.9119148254],[-77.0385055542,38.9166526794],[-77.0326080322,38.9141159058],[-77.0342483521,38.9097595215],[-77.0205459595,38.9170913696],[-77.0335845947,38.9129943848],[-77.0383453369,38.91040802],[-77.0381698608,38.9153823853],[-77.0386276245,38.9167823792],[-77.0328369141,38.9134254456],[-77.0340270996,38.9140930176],[-77.0386581421,38.9113998413],[-77.03855896,38.9159545898],[-77.033203125,38.9141540527],[-77.0382461548,38.9169654846],[-77.038269043,38.9097824097],[-77.0347213745,38.9014434814],[-77.0516052246,38.8815040588],[-77.0988540649,38.8829193115],[-77.1519241333,38.8844108582],[-77.1943664551,38.8997268677],[-77.268951416,38.8783226013],[-77.2992095947,38.8821220398],[-77.3074493408,38.9000205994],[-77.3041152954,38.8962593079],[-77.2808380127,38.8896064758],[-77.263671875,38.902885437],[-77.2264480591,38.919719696],[-77.2191543579,38.9193115234],[-77.2259368896,38.9197845459],[-77.2559280396,38.9094238281],[-77.2917404175,38.9014434814],[-77.3074493408,38.9000358582],[-77.2772521973,38.899230957],[-77.2674255371,38.8768920898],[-77.2001953125,38.8967208862],[-77.1820220947,38.8918037415],[-77.1566162109,38.887462616],[-77.1194000244,38.8846244812],[-77.0782623291,38.898021698],[-77.047668457,38.8979377747],[-77.0449905396,38.8948249817],[-77.0401992798,38.9025001526],[-77.0346603394,38.9011497498],[-77.0345458984,38.9161987305],[-77.038444519,38.9127502441],[-77.0319900513,38.9036521912],[-77.0240097046,38.9001693726],[-77.0279464722,38.9040718079],[-77.0336227417,38.9197387695],[-77.0319137573,38.9325561523],[-77.03881073,38.9167785645],[-77.0435028076,38.9139442444],[-77.0388031006,38.9167327881],[-77.0339660645,38.914100647],[-77.0385742188,38.9168128967],[-77.0326461792,38.9155921936],[-77.0382995605,38.916809082],[-77.0387573242,38.9119300842],[-77.0324325562,38.9122428894],[-77.0379486084,38.9141197205],[-77.0323257446,38.9128608704],[-77.0326919556,38.9132766724],[-77.0362014771,38.9170799255],[-77.0388336182,38.9166221619],[-77.0326156616,38.9133148193],[-77.0326080322,38.9132766724],[-77.0342254639,38.9193229675],[-77.032699585,38.9132957458],[-77.0378952026,38.9170265198],[-77.0333633423,38.9142036438]]}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment