-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBronx Boundary Map.html
109 lines (83 loc) · 49.4 KB
/
Bronx Boundary Map.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<!-- THERE ARE ONLY THREE THINGS YOU HAVE TO CHANGE:
1. The title of the page (can be the name of the current city)
2. Define the variable 'city' to be CITY, STATE
3. Define the array 'data' in function 'drawBounds()' to be a list of latitude,longitude points of the city boundary (gotten from a KML file) -->
<title>BRONX</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<style>
html, body, #map-canvas {
margin: 0;
padding: 0;
height: 100%;
}
</style>
<!-- WORKING API CALL WITH GEOMETRY LIBRARY (need for finding if a point is within polygon)-->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=geometry&key=AIzaSyCeGd25WDa3-bo3WdBZLNAY5uB_0EoDvN0&sensor=false"></script>
<script type="text/javascript">
// ENTER CITY NAME HERE in format "City, State" //
var city = "Bronx, New York"
var map;
var shape;
var geocoder;
function setUp() {
geocoder = new google.maps.Geocoder();
var address = city;
geocoder.geocode( { 'address': address}, function(results, status) {
if (status == google.maps.GeocoderStatus.OK) {
map.setCenter(results[0].geometry.location);
var marker = new google.maps.Marker( {
map: map,
position: results[0].geometry.location
});
} else {
alert('Geocode was not successful for the following reason: '+ status);
}
});
} //function setUp
function initializeMap() {
var mapOptions = {
zoom: 11,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions);
}
function drawBounds() {
var data = [-73.910456,40.915284, -73.874585,40.904688, -73.86293,40.901322, -73.862737,40.901356, -73.861767,40.900968, -73.861445,40.901028, -73.859383,40.900386, -73.859145,40.900681, -73.859165,40.90087, -73.859465,40.901053, -73.859566,40.901297, -73.859155,40.901455, -73.859057,40.901581, -73.859432,40.901828, -73.859652,40.902172, -73.859609,40.902541, -73.859276,40.902565, -73.858704,40.902145, -73.858465,40.902097, -73.858129,40.902445, -73.857984,40.902624, -73.857738,40.902549, -73.857227,40.90304, -73.857116,40.903345, -73.857158,40.904012, -73.857089,40.904417, -73.857342,40.904689, -73.857367,40.904933, -73.856979,40.905019, -73.856548,40.904979, -73.856169,40.905038, -73.855909,40.90527, -73.856184,40.905453, -73.856694,40.905575, -73.856849,40.905766, -73.856858,40.905784, -73.856843,40.905846, -73.856751,40.905927, -73.856398,40.906004, -73.855954,40.906054, -73.855772,40.906088, -73.855592,40.906168, -73.855314,40.906543, -73.855109,40.906658, -73.854612,40.906761, -73.85414,40.906901, -73.853738,40.90741, -73.853805,40.907735, -73.854203,40.907838, -73.85466,40.907852, -73.85483,40.908124, -73.854587,40.90859, -73.854147,40.909081, -73.853659,40.909337, -73.853364,40.909569, -73.853094,40.910007, -73.85288,40.910158, -73.852687,40.910102, -73.852613,40.909966, -73.852538,40.90984, -73.852475,40.909641, -73.85223,40.909575, -73.851854,40.909698, -73.851568,40.909713, -73.851444,40.909639, -73.853291,40.907361, -73.85095,40.906509, -73.850137,40.907437, -73.847342,40.906256, -73.845003,40.905549, -73.844855,40.905141, -73.844856,40.904151, -73.841495,40.904099, -73.84123,40.903457, -73.841039,40.902734, -73.841009,40.902004, -73.840765,40.901308, -73.840282,40.900547, -73.839869,40.900047, -73.839312,40.89951, -73.839272,40.898798, -73.839565,40.898026, -73.83976,40.897389, -73.839547,40.896495, -73.839247,40.895654, -73.838839,40.89556, -73.838219,40.894049, -73.83551,40.893247, -73.822449,40.889457, -73.822772,40.889767, -73.823001,40.889796, -73.823087,40.889815, -73.823138,40.889978, -73.823132,40.890311, -73.823214,40.890438, -73.823165,40.890599, -73.823071,40.890698, -73.823238,40.890771, -73.823342,40.891106, -73.792878,40.88326, -73.793193,40.882804, -73.79342,40.882699, -73.793723,40.882458, -73.793707,40.882098, -73.793833,40.881874, -73.794333,40.881528, -73.794627,40.880729, -73.794913,40.880597, -73.795272,40.880727, -73.795492,40.880874, -73.795573,40.880658, -73.795456,40.880342, -73.795172,40.880104, -73.795028,40.879806, -73.795092,40.879302, -73.795372,40.878845, -73.795519,40.878405, -73.795987,40.87732, -73.796697,40.876535, -73.796807,40.876482, -73.797004,40.876538, -73.79707,40.876494, -73.796954,40.876195, -73.797068,40.876106, -73.797134,40.875972, -73.79713,40.875801, -73.797162,40.875603, -73.797414,40.875245, -73.797485,40.875039, -73.797934,40.874296, -73.798015,40.874198, -73.7982,40.874218, -73.798285,40.874263, -73.79844,40.87422, -73.798564,40.874113, -73.798869,40.87436, -73.798928,40.874333, -73.798962,40.874333, -73.79919,40.874183, -73.799354,40.874041, -73.79956,40.873908, -73.799732,40.873675, -73.799814,40.87346, -73.79984,40.87319, -73.799992,40.873038, -73.800208,40.872698, -73.800495,40.872332, -73.800558,40.87217, -73.800525,40.872044, -73.800539,40.871918, -73.800688,40.871586, -73.800969,40.87122, -73.801045,40.871202, -73.801145,40.871204, -73.80123,40.871222, -73.801297,40.871169, -73.801374,40.871044, -73.801473,40.871027, -73.801953,40.870735, -73.802014,40.8706, -73.80215,40.870512, -73.802293,40.870323, -73.802452,40.870316, -73.802514,40.870263, -73.802564,40.870128, -73.802553,40.870038, -73.802653,40.869922, -73.802755,40.86986, -73.802857,40.869213, -73.802863,40.868744, -73.802976,40.868574, -73.803064,40.868512, -73.803175,40.868486, -73.803415,40.868651, -73.803579,40.868517, -73.803686,40.868491, -73.803776,40.86851, -73.803849,40.868592, -73.803921,40.868638, -73.803997,40.868639, -73.804208,40.868425, -73.804366,40.868381, -73.804519,40.868401, -73.804633,40.868474, -73.804793,40.868548, -73.805019,40.868622, -73.805157,40.868777, -73.805276,40.868769, -73.805537,40.868574, -73.805683,40.868557, -73.805884,40.868595, -73.806095,40.868895, -73.806128,40.86903, -73.805999,40.869146, -73.805963,40.869218, -73.806007,40.869362, -73.80613,40.869462, -73.806404,40.869475, -73.806724,40.869721, -73.806744,40.869883, -73.806785,40.869992, -73.806853,40.870046, -73.806947,40.870039, -73.807068,40.870085, -73.807185,40.870176, -73.807291,40.870204, -73.807607,40.870226, -73.807587,40.869991, -73.807661,40.869767, -73.807896,40.869553, -73.807898,40.869463, -73.8078,40.869471, -73.807728,40.869569, -73.807636,40.86964, -73.807529,40.869693, -73.807472,40.869621, -73.807471,40.869521, -73.807204,40.869455, -73.807059,40.869436, -73.806956,40.869516, -73.806825,40.869389, -73.806769,40.86928, -73.806736,40.869235, -73.806731,40.869162, -73.806801,40.8691, -73.80685,40.86902, -73.806762,40.868704, -73.806773,40.868595, -73.806647,40.868639, -73.806601,40.868639, -73.806571,40.868602, -73.806597,40.868522, -73.806668,40.86845, -73.806618,40.868387, -73.806401,40.868231, -73.80603,40.868056, -73.805487,40.867997, -73.805415,40.867942, -73.805279,40.867949, -73.805076,40.867983, -73.804902,40.867882, -73.804808,40.867746, -73.804749,40.867386, -73.804784,40.866837, -73.804853,40.866567, -73.804861,40.866432, -73.804816,40.86635, -73.804428,40.866481, -73.80415,40.866686, -73.804021,40.866811, -73.803892,40.866863, -73.803785,40.866862, -73.803288,40.866776, -73.8031,40.866711, -73.802974,40.866619, -73.802918,40.866484, -73.803064,40.865882, -73.803155,40.865685, -73.803131,40.865558, -73.803038,40.865431, -73.802539,40.865219, -73.80219,40.865233, -73.80199,40.865321, -73.801839,40.865499, -73.801379,40.866297, -73.800448,40.868169, -73.800108,40.868707, -73.799562,40.869457, -73.799071,40.870191, -73.798945,40.870433, -73.798848,40.870675, -73.798632,40.870997, -73.798361,40.871373, -73.79814,40.871632, -73.797921,40.871854, -73.797876,40.871944, -73.797874,40.872034, -73.796943,40.87234, -73.79669,40.872373, -73.796255,40.872603, -73.796209,40.872603, -73.796097,40.872547, -73.795859,40.872554, -73.795265,40.872755, -73.794818,40.87294, -73.794657,40.873073, -73.794576,40.873207, -73.794443,40.873548, -73.794177,40.874023, -73.794061,40.874364, -73.794015,40.875039, -73.793976,40.87529, -73.793776,40.87564, -73.793799,40.875973, -73.793646,40.876224, -73.793623,40.87644, -73.793746,40.876684, -73.793596,40.876926, -73.793476,40.877177, -73.794098,40.877337, -73.794432,40.877493, -73.79415,40.878157, -73.793654,40.878665, -73.793217,40.878715, -73.793013,40.879091, -73.792876,40.879441, -73.792707,40.87952, -73.792334,40.879561, -73.791806,40.879835, -73.791111,40.880035, -73.790736,40.880193, -73.790664,40.880499, -73.790801,40.88068, -73.790549,40.880876, -73.790083,40.881033, -73.789306,40.881187, -73.7891,40.881176, -73.789011,40.881004, -73.78914,40.880672, -73.789166,40.880393, -73.789091,40.880131, -73.789169,40.879907, -73.789326,40.879764, -73.789554,40.879776, -73.789754,40.879715, -73.789871,40.879635, -73.789804,40.879409, -73.789695,40.879227, -73.789399,40.87908, -73.789007,40.878932, -73.78876,40.878884, -73.788571,40.878783, -73.78779,40.878865, -73.787462,40.878799, -73.787171,40.878814, -73.786863,40.87881, -73.786589,40.878835, -73.786396,40.878994, -73.786282,40.87911, -73.785957,40.879071, -73.785702,40.878933, -73.785498,40.878859, -73.785176,40.878576, -73.78473,40.878635, -73.784762,40.878455, -73.784463,40.878362, -73.784463,40.878046, -73.784296,40.877865, -73.784132,40.87789, -73.784193,40.877395, -73.784345,40.877018, -73.784657,40.876769, -73.784826,40.876339, -73.785037,40.876088, -73.785207,40.875982, -73.785164,40.875892, -73.785294,40.875758, -73.785265,40.875479, -73.785333,40.875425, -73.785505,40.875472, -73.785689,40.875411, -73.785873,40.875188, -73.786103,40.875073, -73.786429,40.874635, -73.786654,40.874286, -73.786844,40.874225, -73.786964,40.873983, -73.787131,40.87384, -73.787301,40.873401, -73.787269,40.872896, -73.787372,40.872285, -73.787774,40.871812, -73.788143,40.871545, -73.788425,40.871476, -73.788472,40.871396, -73.788424,40.871188, -73.788499,40.870819, -73.788419,40.870674, -73.787982,40.870634, -73.787543,40.870773, -73.787256,40.871004, -73.787287,40.871185, -73.787183,40.871337, -73.786832,40.871693, -73.786559,40.872132, -73.786229,40.872462, -73.786023,40.872622, -73.7858,40.873007, -73.785548,40.873355, -73.785291,40.87347, -73.785291,40.873326, -73.785613,40.872843, -73.785721,40.872456, -73.785671,40.871942, -73.785357,40.871507, -73.785249,40.87156, -73.785167,40.871811, -73.784957,40.872277, -73.784717,40.872608, -73.784446,40.873056, -73.784273,40.873477, -73.784166,40.873602, -73.783944,40.873753, -73.783838,40.873671, -73.783752,40.873706, -73.783529,40.873695, -73.783428,40.873468, -73.783586,40.873191, -73.783963,40.873032, -73.784068,40.872926, -73.784158,40.872882, -73.784227,40.872792, -73.78411,40.872701, -73.783903,40.872483, -73.783672,40.8723, -73.783241,40.872097, -73.783253,40.871611, -73.783467,40.871081, -73.783348,40.870936, -73.783333,40.870819, -73.783746,40.870355, -73.784019,40.870277, -73.784315,40.870045, -73.78461,40.869733, -73.784784,40.869753, -73.785198,40.869578, -73.785521,40.868923, -73.786179,40.869056, -73.78733,40.869212, -73.788642,40.869064, -73.79004,40.868575, -73.790613,40.868292, -73.791469,40.867491, -73.792266,40.866391, -73.792618,40.865611, -73.792932,40.865164, -73.793232,40.864095, -73.793036,40.863012, -73.792681,40.862332, -73.792334,40.861996, -73.79178,40.861881, -73.791892,40.861585, -73.791926,40.861352, -73.791851,40.861117, -73.792052,40.860858, -73.792271,40.860824, -73.792658,40.860657, -73.793152,40.860482, -73.793702,40.860154, -73.793909,40.859715, -73.794091,40.859582, -73.794214,40.859331, -73.79451,40.858956, -73.794742,40.85857, -73.794757,40.858237, -73.794903,40.857942, -73.7949,40.857618, -73.794694,40.857003, -73.794435,40.856775, -73.794302,40.856611, -73.794516,40.856424, -73.794736,40.856444, -73.795503,40.856308, -73.796057,40.856161, -73.796579,40.856094, -73.797061,40.855829, -73.797725,40.855106, -73.797806,40.854918, -73.797868,40.854657, -73.798118,40.85448, -73.798349,40.854491, -73.798421,40.85469, -73.798512,40.854745, -73.798618,40.854584, -73.798908,40.853741, -73.798801,40.853595, -73.798653,40.85327, -73.798537,40.853079, -73.798493,40.853133, -73.798529,40.853322, -73.798558,40.853719, -73.798498,40.853871, -73.798423,40.853816, -73.798335,40.853626, -73.797975,40.852686, -73.797891,40.852333, -73.797797,40.852297, -73.797798,40.8519, -73.797761,40.851819, -73.797817,40.851729, -73.797814,40.851423, -73.798005,40.850939, -73.798075,40.850606, -73.798213,40.850499, -73.798436,40.850492, -73.798575,40.850395, -73.798514,40.850259, -73.798635,40.850107, -73.799141,40.849888, -73.79947,40.849378, -73.799588,40.849081, -73.799616,40.848613, -73.799697,40.848479, -73.799814,40.848426, -73.79986,40.847931, -73.800409,40.847802, -73.800778,40.848058, -73.800777,40.848139, -73.800865,40.848185, -73.801157,40.848521, -73.801499,40.849867, -73.801733,40.850347, -73.802233,40.851037, -73.802656,40.85114, -73.802851,40.851466, -73.80287,40.85171, -73.803157,40.852145, -73.803718,40.852628, -73.804201,40.853174, -73.804211,40.853255, -73.804421,40.85378, -73.804624,40.854476, -73.804517,40.85479, -73.803943,40.855045, -73.803738,40.854998, -73.803684,40.855258, -73.803608,40.855429, -73.803867,40.856233, -73.804018,40.856253, -73.804105,40.856326, -73.803995,40.856523, -73.803986,40.856685, -73.804118,40.857245, -73.804254,40.857643, -73.804259,40.858678, -73.804468,40.858933, -73.804747,40.859584, -73.804822,40.860522, -73.804991,40.861182, -73.805253,40.861535, -73.805623,40.861602, -73.806018,40.861453, -73.806176,40.86104, -73.806065,40.860571, -73.80605,40.860264, -73.805917,40.860155, -73.805841,40.860001, -73.805929,40.859731, -73.806103,40.859698, -73.806605,40.859513, -73.806776,40.859506, -73.807029,40.859743, -73.807292,40.859917, -73.807591,40.859857, -73.807851,40.859734, -73.808068,40.859718, -73.808238,40.859404, -73.80782,40.858652, -73.807968,40.858591, -73.808184,40.858719, -73.808471,40.859182, -73.80864,40.859562, -73.809842,40.860547, -73.810796,40.861818, -73.811445,40.862302, -73.812068,40.862461, -73.812307,40.862419, -73.812728,40.862703, -73.813167,40.862941, -73.813479,40.862945, -73.81358,40.863026, -73.813602,40.863207, -73.814025,40.863653, -73.814119,40.863635, -73.814214,40.863654, -73.814328,40.86371, -73.814325,40.863584, -73.81425,40.863529, -73.814261,40.86343, -73.814406,40.863278, -73.814604,40.862983, -73.814803,40.862877, -73.81479,40.862778, -73.814666,40.862713, -73.814867,40.862373, -73.815268,40.862062, -73.81535,40.862153, -73.815081,40.862835, -73.815406,40.863136, -73.815088,40.863618, -73.815257,40.864044, -73.815264,40.864458, -73.815221,40.865115, -73.815346,40.865198, -73.815327,40.865323, -73.81542,40.865306, -73.816059,40.864619, -73.816521,40.864174, -73.816728,40.864122, -73.816934,40.864223, -73.817156,40.864495, -73.816627,40.864985, -73.816155,40.865494, -73.815104,40.867015, -73.814594,40.867829, -73.814662,40.867929, -73.814878,40.867986, -73.815203,40.867971, -73.815483,40.867983, -73.815669,40.86812, -73.815599,40.868326, -73.815462,40.868523, -73.815522,40.868703, -73.815728,40.869084, -73.815765,40.86922, -73.815623,40.86947, -73.815633,40.86966, -73.815723,40.869841, -73.815787,40.870174, -73.81592,40.870284, -73.816152,40.870242, -73.81644,40.870064, -73.816501,40.869858, -73.816513,40.869651, -73.816666,40.869553, -73.816733,40.869374, -73.816857,40.869294, -73.817143,40.869224, -73.817468,40.868949, -73.817727,40.868987, -73.817978,40.869044, -73.818113,40.869172, -73.818271,40.86938, -73.818331,40.869597, -73.81845,40.869859, -73.818718,40.869889, -73.818955,40.869622, -73.819146,40.869272, -73.819145,40.869164, -73.818861,40.869035, -73.818764,40.868665, -73.818431,40.868436, -73.818224,40.868272, -73.817913,40.868151, -73.817508,40.868129, -73.817224,40.867991, -73.817181,40.867856, -73.817217,40.86773, -73.817189,40.867558, -73.817367,40.867326, -73.81732,40.867181, -73.817393,40.867092, -73.817548,40.867202, -73.817681,40.867672, -73.817786,40.867844, -73.818042,40.86791, -73.818207,40.868046, -73.818694,40.868187, -73.818963,40.86882, -73.819216,40.868958, -73.819712,40.868963, -73.820102,40.868904, -73.820432,40.869042, -73.820879,40.869434, -73.821159,40.869932, -73.821334,40.870006, -73.821549,40.869873, -73.821799,40.870074, -73.822043,40.870347, -73.821985,40.870527, -73.82207,40.870671, -73.821987,40.870761, -73.822082,40.87141, -73.821904,40.871841, -73.821672,40.872028, -73.821512,40.872107, -73.821557,40.87218, -73.821819,40.872299, -73.821995,40.872508, -73.821849,40.872714, -73.82137,40.872853, -73.821121,40.873031, -73.820828,40.873208, -73.820596,40.873431, -73.820715,40.873558, -73.820943,40.87375, -73.821296,40.873942, -73.821643,40.873919, -73.821998,40.873815, -73.822049,40.873896, -73.822134,40.874275, -73.822242,40.874528, -73.82218,40.8746, -73.821793,40.874407, -73.8213,40.874384, -73.821466,40.874287, -73.820987,40.8742, -73.820965,40.874272, -73.820851,40.874343, -73.820563,40.874259, -73.820255,40.873896, -73.82032,40.873662, -73.820207,40.873364, -73.820062,40.873362, -73.819959,40.873461, -73.819859,40.873387, -73.819746,40.873332, -73.819553,40.873366, -73.819544,40.87351, -73.820041,40.873677, -73.8201,40.873804, -73.819977,40.873875, -73.819509,40.873969, -73.819393,40.874166, -73.819644,40.874241, -73.819932,40.874135, -73.820402,40.874393, -73.820551,40.874647, -73.820861,40.874596, -73.821408,40.874664, -73.821601,40.87481, -73.821747,40.875073, -73.821767,40.875245, -73.821594,40.875504, -73.821545,40.875711, -73.821361,40.875762, -73.821224,40.875545, -73.821366,40.875511, -73.821498,40.875242, -73.821449,40.875088, -73.821243,40.875095, -73.820824,40.875226, -73.820515,40.875538, -73.820307,40.875689, -73.820199,40.875877, -73.820136,40.876173, -73.820245,40.876229, -73.820216,40.876337, -73.820327,40.876518, -73.820329,40.876662, -73.820644,40.876738, -73.820966,40.877128, -73.821044,40.877039, -73.820752,40.876657, -73.8208,40.876298, -73.8206,40.876097, -73.820791,40.87582, -73.820983,40.875759, -73.821146,40.876211, -73.821398,40.876475, -73.821237,40.87741, -73.820752,40.87781, -73.820565,40.878088, -73.820639,40.87835, -73.820655,40.878557, -73.820644,40.878989, -73.820575,40.879025, -73.820471,40.878771, -73.820362,40.878752, -73.820202,40.878841, -73.820047,40.878956, -73.81949,40.878986, -73.819419,40.879067, -73.820116,40.879083, -73.820377,40.879059, -73.820421,40.879167, -73.820559,40.879259, -73.820549,40.879475, -73.820447,40.879717, -73.820507,40.87988, -73.820493,40.880051, -73.820554,40.880304, -73.820496,40.880654, -73.820362,40.880932, -73.82012,40.881011, -73.819896,40.881035, -73.81979,40.881133, -73.819998,40.881217, -73.820173,40.881264, -73.820182,40.881507, -73.819996,40.88182, -73.819547,40.881951, -73.819758,40.882043, -73.81998,40.882036, -73.820077,40.882074, -73.82005,40.882262, -73.819842,40.882819, -73.81982,40.883062, -73.819694,40.883294, -73.819744,40.883403, -73.819739,40.883484, -73.819819,40.883611, -73.819867,40.883792, -73.819858,40.884296, -73.819817,40.884539, -73.81954,40.884779, -73.819186,40.885001, -73.818691,40.88505, -73.818451,40.885012, -73.818388,40.884993, -73.818368,40.88511, -73.818396,40.8852, -73.81853,40.885264, -73.818919,40.885223, -73.819252,40.885218, -73.819547,40.885059, -73.819825,40.884989, -73.819851,40.885025, -73.820103,40.885956, -73.820308,40.886526, -73.8206,40.886754, -73.820728,40.886881, -73.82106,40.886902, -73.821323,40.886815, -73.822081,40.88713, -73.822211,40.887077, -73.822298,40.886924, -73.822263,40.886834, -73.821902,40.886587, -73.821801,40.886424, -73.821846,40.886334, -73.82184,40.886154, -73.821476,40.886132, -73.821226,40.885823, -73.820996,40.885298, -73.820849,40.884748, -73.820782,40.884161, -73.82085,40.883279, -73.821012,40.882758, -73.821018,40.882605, -73.821191,40.881752, -73.821368,40.88142, -73.821614,40.880566, -73.821832,40.880425, -73.821892,40.880155, -73.821891,40.879687, -73.821988,40.879561, -73.821902,40.879426, -73.821864,40.87911, -73.822034,40.87867, -73.822197,40.878392, -73.822459,40.878386, -73.822493,40.878198, -73.822619,40.878126, -73.822512,40.877964, -73.822641,40.877748, -73.822729,40.877767, -73.822756,40.877435, -73.823038,40.877023, -73.823045,40.876753, -73.823426,40.875874, -73.82376,40.875013, -73.823764,40.874382, -73.82395,40.873321, -73.823841,40.872284, -73.823901,40.871843, -73.823835,40.870293, -73.823728,40.86976, -73.823473,40.869533, -73.822563,40.868902, -73.821225,40.868149, -73.820867,40.867821, -73.820455,40.86706, -73.820186,40.866184, -73.820089,40.864634, -73.820177,40.863626, -73.820214,40.862923, -73.819748,40.862459, -73.819385,40.862321, -73.819201,40.862165, -73.819111,40.862002, -73.819263,40.861797, -73.819563,40.861574, -73.819876,40.861397, -73.81993,40.861299, -73.819772,40.861288, -73.819752,40.861243, -73.8201,40.861147, -73.820355,40.860988, -73.820776,40.860785, -73.820751,40.860695, -73.820633,40.86063, -73.820489,40.86062, -73.820421,40.860557, -73.820576,40.860234, -73.820635,40.860018, -73.820496,40.859927, -73.820385,40.859826, -73.820127,40.85967, -73.820136,40.859644, -73.820289,40.859609, -73.820509,40.859602, -73.82065,40.859667, -73.82089,40.859687, -73.821036,40.859752, -73.821102,40.8596, -73.821179,40.859528, -73.821201,40.859438, -73.821069,40.859374, -73.821058,40.859158, -73.821217,40.859141, -73.82153,40.859153, -73.821604,40.859235, -73.821548,40.85946, -73.821807,40.859859, -73.821884,40.860094, -73.821815,40.860381, -73.821928,40.860382, -73.822033,40.860285, -73.822174,40.860232, -73.822288,40.860152, -73.822398,40.860108, -73.822541,40.860101, -73.822846,40.859806, -73.822717,40.859787, -73.822512,40.859902, -73.822397,40.860027, -73.822219,40.860079, -73.82208,40.860078, -73.822044,40.859843, -73.822153,40.859745, -73.822295,40.859774, -73.822261,40.859674, -73.822021,40.859645, -73.821904,40.859698, -73.821799,40.859598, -73.82172,40.859372, -73.821945,40.859266, -73.821968,40.859203, -73.822,40.859086, -73.822003,40.859068, -73.821906,40.859085, -73.821869,40.859094, -73.821743,40.85903, -73.821538,40.859036, -73.82138,40.858963, -73.821083,40.85895, -73.820729,40.859127, -73.820531,40.85917, -73.820389,40.859169, -73.82021,40.85923, -73.82013,40.859148, -73.819923,40.859164, -73.819581,40.859251, -73.81937,40.859249, -73.819014,40.859443, -73.818945,40.859568, -73.818891,40.860028, -73.818748,40.860566, -73.818513,40.860762, -73.818101,40.860749, -73.81786,40.860629, -73.817587,40.860608, -73.817417,40.860562, -73.817264,40.860587, -73.816952,40.86089, -73.816745,40.860996, -73.816492,40.860885, -73.816253,40.86082, -73.815843,40.860744, -73.815339,40.860829, -73.815089,40.860907, -73.815087,40.860808, -73.815196,40.860701, -73.814705,40.860543, -73.814082,40.860293, -73.813023,40.858706, -73.812553,40.853999, -73.81671,40.853978, -73.816635,40.853689, -73.816752,40.85361, -73.817002,40.853405, -73.81719,40.852992, -73.817054,40.852721, -73.817052,40.852514, -73.817176,40.852389, -73.817339,40.851598, -73.817325,40.851417, -73.817388,40.85131, -73.817312,40.851165, -73.817074,40.850829, -73.816825,40.850773, -73.816269,40.850569, -73.816274,40.850461, -73.816469,40.850247, -73.816097,40.849666, -73.81558,40.849156, -73.815277,40.849099, -73.815562,40.848814, -73.815529,40.84857, -73.816194,40.848037, -73.816132,40.84773, -73.816079,40.847684, -73.816148,40.847559, -73.81623,40.8462, -73.815837,40.846132, -73.815571,40.846157, -73.815364,40.846299, -73.815226,40.846369, -73.815149,40.846278, -73.814867,40.846041, -73.814811,40.845924, -73.814902,40.845835, -73.815295,40.845595, -73.8155,40.84539, -73.815525,40.845247, -73.815154,40.845332, -73.814275,40.84581, -73.814175,40.84562, -73.814229,40.845513, -73.814193,40.845359, -73.813919,40.845185, -73.813469,40.84509, -73.813114,40.84505, -73.813014,40.844923, -73.813183,40.844844, -73.813419,40.844927, -73.813638,40.844876, -73.814022,40.844844, -73.814216,40.844864, -73.814386,40.844595, -73.814326,40.844379, -73.814104,40.844367, -73.813903,40.844401, -73.813684,40.844354, -73.813605,40.844047, -73.81357,40.843785, -73.813646,40.843741, -73.813697,40.843633, -73.814347,40.843505, -73.814438,40.843415, -73.814698,40.84331, -73.81498,40.843358, -73.815117,40.843504, -73.815154,40.843684, -73.815311,40.843929, -73.815523,40.844102, -73.815641,40.844302, -73.815752,40.844393, -73.81615,40.844415, -73.81614,40.844334, -73.816024,40.844207, -73.816,40.844116, -73.816311,40.843894, -73.816739,40.843998, -73.816988,40.844018, -73.817108,40.844083, -73.817191,40.844192, -73.817355,40.844229, -73.817509,40.844303, -73.817722,40.844242, -73.818088,40.844282, -73.818211,40.844202, -73.818206,40.844139, -73.818249,40.844076, -73.818192,40.844012, -73.818087,40.844021, -73.817959,40.844109, -73.817807,40.844144, -73.817504,40.844096, -73.81733,40.843977, -73.817254,40.843751, -73.817091,40.843713, -73.816944,40.843757, -73.816882,40.843819, -73.816779,40.843755, -73.816833,40.843656, -73.816549,40.843419, -73.816581,40.843285, -73.81643,40.843193, -73.816305,40.843075, -73.816304,40.84293, -73.816255,40.842867, -73.815918,40.842638, -73.815921,40.842467, -73.815662,40.842293, -73.815747,40.842195, -73.815874,40.84189, -73.815693,40.841483, -73.815541,40.841265, -73.815543,40.841157, -73.815429,40.841129, -73.814574,40.841435, -73.814593,40.841507, -73.814506,40.841524, -73.814424,40.841353, -73.815462,40.840967, -73.815436,40.840886, -73.815409,40.84066, -73.815252,40.840514, -73.815184,40.840333, -73.815074,40.839909, -73.8148,40.83923, -73.814838,40.839123, -73.814991,40.83907, -73.815069,40.838954, -73.815282,40.838812, -73.815595,40.838806, -73.815751,40.838637, -73.81591,40.838602, -73.816183,40.838596, -73.816509,40.838086, -73.816644,40.837358, -73.816522,40.836546, -73.816269,40.835921, -73.816082,40.83591, -73.816372,40.835706, -73.816315,40.835319, -73.816408,40.83495, -73.816355,40.834661, -73.816343,40.833364, -73.81624,40.832958, -73.816014,40.832325, -73.815805,40.831836, -73.815511,40.831455, -73.815286,40.831092, -73.815221,40.830848, -73.815105,40.830658, -73.814952,40.83071, -73.814311,40.829884, -73.814394,40.829804, -73.813805,40.828951, -73.813678,40.828715, -73.813507,40.828768, -73.813455,40.828632, -73.813498,40.828578, -73.81343,40.828496, -73.813367,40.828118, -73.813238,40.828026, -73.813059,40.828006, -73.812718,40.828012, -73.812127,40.828096, -73.811726,40.828029, -73.811076,40.828067, -73.810355,40.828015, -73.810256,40.827842, -73.810405,40.827808, -73.81055,40.827917, -73.810762,40.82792, -73.811289,40.827889, -73.811873,40.827895, -73.812307,40.827882, -73.812389,40.827783, -73.812902,40.827797, -73.813105,40.8277, -73.813054,40.827493, -73.813201,40.827386, -73.81341,40.82728, -73.813604,40.827138, -73.813732,40.826977, -73.81417,40.826747, -73.814158,40.826586, -73.81402,40.826332, -73.814108,40.826162, -73.814379,40.825984, -73.814445,40.825877, -73.81442,40.825787, -73.814376,40.825669, -73.814141,40.825378, -73.814181,40.825234, -73.814143,40.825117, -73.81393,40.825078, -73.813431,40.824938, -73.813225,40.824801, -73.813387,40.824667, -73.813727,40.824554, -73.814072,40.824369, -73.814226,40.824181, -73.813953,40.824007, -73.813437,40.823939, -73.813293,40.824072, -73.813069,40.824142, -73.812937,40.824222, -73.81292,40.824285, -73.812822,40.824373, -73.812859,40.824626, -73.812762,40.824661, -73.812702,40.824589, -73.81256,40.824335, -73.812256,40.824188, -73.812038,40.824194, -73.811737,40.824336, -73.811641,40.824398, -73.811281,40.824475, -73.810946,40.824642, -73.81095,40.825039, -73.810849,40.825047, -73.810789,40.824803, -73.810397,40.82479, -73.810091,40.824913, -73.808957,40.825568, -73.808497,40.825599, -73.807718,40.825447, -73.807353,40.825128, -73.80709,40.824621, -73.806989,40.8238, -73.806702,40.822788, -73.80617,40.821909, -73.805968,40.821519, -73.806125,40.821242, -73.806171,40.821071, -73.806145,40.820665, -73.80605,40.820187, -73.805937,40.820042, -73.804691,40.818804, -73.80402,40.818238, -73.803597,40.818117, -73.803142,40.818067, -73.802718,40.818117, -73.802317,40.818266, -73.802157,40.818264, -73.801749,40.818134, -73.801282,40.818012, -73.801118,40.818028, -73.800891,40.81799, -73.800757,40.81779, -73.80072,40.817537, -73.798958,40.816888, -73.79844,40.816775, -73.797999,40.816635, -73.797616,40.816406, -73.797632,40.815803, -73.797668,40.815506, -73.797852,40.81558, -73.798156,40.815754, -73.798327,40.815765, -73.798542,40.815695, -73.798589,40.815632, -73.798463,40.815577, -73.798696,40.81548, -73.798899,40.815491, -73.799353,40.81537, -73.799688,40.814833, -73.800052,40.814378, -73.800084,40.81418, -73.800247,40.814001, -73.8007,40.81388, -73.801144,40.813695, -73.801615,40.813187, -73.801744,40.812945, -73.8018,40.812891, -73.801976,40.812911, -73.802051,40.812831, -73.802469,40.812664, -73.803499,40.812665, -73.803309,40.813132, -73.803289,40.813393, -73.803501,40.813729, -73.804162,40.814465, -73.804476,40.814757, -73.805143,40.815484, -73.805437,40.815694, -73.805988,40.815971, -73.806414,40.816236, -73.806679,40.816617, -73.80692,40.816557, -73.807195,40.816442, -73.807176,40.816352, -73.806972,40.815864, -73.806853,40.815727, -73.806849,40.815628, -73.806811,40.815519, -73.806501,40.815399, -73.806223,40.815234, -73.806036,40.81516, -73.805871,40.815132, -73.805626,40.814715, -73.805597,40.814435, -73.805387,40.814181, -73.805402,40.813991, -73.805489,40.813533, -73.805377,40.813442, -73.805381,40.813181, -73.805286,40.812865, -73.805171,40.812692, -73.805143,40.812665, -73.804811,40.812238, -73.80453,40.812046, -73.804464,40.812027, -73.804289,40.812107, -73.8042,40.812106, -73.804128,40.812051, -73.804042,40.812077, -73.803526,40.811423, -73.80351,40.811152, -73.80313,40.810626, -73.80237,40.810141, -73.802127,40.810138, -73.801782,40.810369, -73.801717,40.810431, -73.801578,40.810412, -73.801383,40.8105, -73.801379,40.810392, -73.80153,40.810195, -73.801452,40.809996, -73.800432,40.80958, -73.799773,40.809492, -73.7986,40.809444, -73.796791,40.808678, -73.794804,40.807774, -73.792381,40.806722, -73.792007,40.806673, -73.791765,40.806751, -73.791514,40.806677, -73.791332,40.806873, -73.791406,40.807081, -73.791755,40.807319, -73.791733,40.807426, -73.791376,40.807369, -73.791001,40.807113, -73.790962,40.806842, -73.790995,40.806473, -73.790675,40.806226, -73.790389,40.805719, -73.790525,40.804838, -73.790855,40.804382, -73.791656,40.804192, -73.792271,40.804108, -73.792468,40.804029, -73.792839,40.804132, -73.793123,40.80427, -73.793411,40.804309, -73.793433,40.804264, -73.79344,40.804022, -73.793741,40.804042, -73.793922,40.80408, -73.793939,40.804549, -73.7941,40.804668, -73.794475,40.804825, -73.794662,40.805061, -73.794772,40.805332, -73.795284,40.805725, -73.795847,40.806046, -73.795903,40.806011, -73.795992,40.805921, -73.796053,40.805733, -73.796177,40.805761, -73.796546,40.805982, -73.796487,40.806044, -73.796459,40.806152, -73.796362,40.806259, -73.797107,40.806294, -73.798591,40.806894, -73.799697,40.807699, -73.801064,40.808497, -73.802028,40.808939, -73.803082,40.809022, -73.803692,40.808686, -73.803753,40.808371, -73.803821,40.80839, -73.803901,40.808436, -73.803883,40.808625, -73.804173,40.808853, -73.80499,40.809375, -73.806228,40.810028, -73.807131,40.810623, -73.807947,40.811595, -73.809414,40.8127, -73.809512,40.812764, -73.809795,40.812902, -73.810167,40.812987, -73.810439,40.812971, -73.810712,40.812929, -73.810805,40.812696, -73.810902,40.812697, -73.810932,40.812895, -73.811056,40.812915, -73.811148,40.812835, -73.811231,40.812863, -73.811221,40.813007, -73.811303,40.813044, -73.811575,40.813065, -73.811868,40.813032, -73.812261,40.813044, -73.812561,40.813093, -73.813121,40.813306, -73.813551,40.813418, -73.813638,40.813482, -73.81388,40.813575, -73.814097,40.813631, -73.814351,40.813507, -73.815676,40.813476, -73.815847,40.813496, -73.816044,40.813831, -73.816314,40.813897, -73.816774,40.813856, -73.816853,40.813803, -73.817071,40.813752, -73.818212,40.813565, -73.819098,40.813367, -73.819548,40.8132, -73.820107,40.81317, -73.820278,40.812982, -73.820386,40.812939, -73.820541,40.813057, -73.820782,40.813168, -73.821133,40.81309, -73.821491,40.812959, -73.821451,40.81277, -73.821562,40.812735, -73.821695,40.812907, -73.82197,40.812847, -73.822243,40.812822, -73.822485,40.812753, -73.822692,40.812692, -73.822829,40.812567, -73.823701,40.812432, -73.824234,40.812194, -73.824356,40.811997, -73.824506,40.811855, -73.82465,40.81191, -73.824841,40.812011, -73.825327,40.811863, -73.82647,40.811424, -73.827258,40.811522, -73.828305,40.811461, -73.829783,40.811034, -73.831573,40.809629, -73.832208,40.808474, -73.832273,40.807456, -73.831825,40.806326, -73.831951,40.806219, -73.8322,40.80615, -73.832088,40.80595, -73.831817,40.805578, -73.831571,40.805062, -73.831908,40.804804, -73.83289,40.804661, -73.83403,40.804807, -73.835054,40.805043, -73.836301,40.805488, -73.83722,40.80566, -73.837728,40.806187, -73.838061,40.806785, -73.838025,40.807271, -73.838863,40.808982, -73.839029,40.809407, -73.83988,40.810785, -73.840316,40.811438, -73.840267,40.811762, -73.840397,40.812123, -73.84037,40.812673, -73.840352,40.812862, -73.840389,40.812943, -73.840371,40.813114, -73.84028,40.813329, -73.839938,40.813894, -73.839904,40.814172, -73.83981,40.814424, -73.839955,40.814912, -73.839973,40.815074, -73.839928,40.815155, -73.839984,40.815443, -73.840018,40.815768, -73.83996,40.81611, -73.839996,40.816218, -73.839933,40.816353, -73.840042,40.816507, -73.840132,40.816571, -73.840171,40.816625, -73.840162,40.816778, -73.840199,40.816887, -73.840266,40.816923, -73.840323,40.816978, -73.840357,40.817069, -73.84029,40.817248, -73.84021,40.817382, -73.840248,40.817446, -73.840259,40.817545, -73.840228,40.81768, -73.840148,40.817787, -73.839737,40.818108, -73.839388,40.818617, -73.839302,40.81868, -73.839128,40.818723, -73.838985,40.818821, -73.839062,40.818866, -73.839221,40.819021, -73.839183,40.819201, -73.839104,40.819434, -73.838923,40.819532, -73.838869,40.819648, -73.838926,40.819649, -73.838949,40.819694, -73.838953,40.820144, -73.838983,40.820397, -73.838958,40.820793, -73.838919,40.820937, -73.838919,40.821108, -73.838836,40.821332, -73.838829,40.821584, -73.838856,40.821738, -73.838816,40.821837, -73.838905,40.821874, -73.838969,40.822072, -73.839028,40.822145, -73.839151,40.822236, -73.839202,40.822318, -73.839185,40.822561, -73.839239,40.82266, -73.839335,40.822761, -73.83961,40.822935, -73.839697,40.823053, -73.83966,40.823034, -73.839598,40.823132, -73.839578,40.82324, -73.83961,40.823304, -73.839722,40.82335, -73.83979,40.823414, -73.839788,40.823549, -73.839839,40.823568, -73.839875,40.823631, -73.83988,40.823721, -73.839825,40.823711, -73.839801,40.823747, -73.839803,40.82381, -73.839955,40.823884, -73.84002,40.823948, -73.840077,40.824029, -73.840089,40.824138, -73.840145,40.824246, -73.840235,40.824274, -73.840246,40.8244, -73.840477,40.824682, -73.840567,40.824773, -73.840579,40.824944, -73.840685,40.825134, -73.840856,40.825631, -73.840869,40.825884, -73.840858,40.826037, -73.840932,40.826173, -73.841085,40.826246, -73.841221,40.826374, -73.84133,40.82651, -73.841375,40.826727, -73.841529,40.826827, -73.841648,40.82699, -73.841792,40.827028, -73.841887,40.827029, -73.842003,40.827003, -73.842113,40.826968, -73.842238,40.826817, -73.842221,40.826735, -73.841152,40.824382, -73.841233,40.824212, -73.8412,40.824086, -73.840961,40.824101, -73.840639,40.823296, -73.840673,40.823197, -73.840543,40.82298, -73.840299,40.822374, -73.840115,40.822156, -73.840014,40.821443, -73.839996,40.820893, -73.840026,40.82075, -73.840079,40.820705, -73.84007,40.820453, -73.840173,40.820345, -73.84006,40.820182, -73.84008,40.819894, -73.840301,40.819644, -73.840668,40.819504, -73.84078,40.819343, -73.841015,40.8193, -73.841285,40.818808, -73.841904,40.818715, -73.842187,40.818582, -73.842344,40.818386, -73.84238,40.818305, -73.842313,40.818151, -73.842339,40.817998, -73.842491,40.817874, -73.842957,40.817068, -73.843026,40.81678, -73.843156,40.816647, -73.843235,40.816512, -73.843222,40.816296, -73.843514,40.815965, -73.843486,40.815902, -73.84368,40.815715, -73.843994,40.815276, -73.844203,40.815053, -73.84437,40.814992, -73.844437,40.815056, -73.84451,40.815038, -73.844587,40.814931, -73.844575,40.814445, -73.844593,40.814111, -73.844667,40.813851, -73.844726,40.813753, -73.844721,40.813545, -73.844959,40.81316, -73.845187,40.812667, -73.845209,40.812604, -73.845332,40.812317, -73.845635,40.811852, -73.845947,40.811567, -73.846101,40.811316, -73.84623,40.810813, -73.846578,40.810546, -73.847019,40.810496, -73.84748,40.810735, -73.847595,40.810971, -73.84756,40.811258, -73.847725,40.811521, -73.848076,40.812273, -73.848304,40.812662, -73.848417,40.81269, -73.84869,40.812801, -73.848733,40.812964, -73.84982,40.813326, -73.850628,40.813613, -73.850669,40.813731, -73.850788,40.813858, -73.850867,40.813994, -73.851019,40.814004, -73.851241,40.813979, -73.851188,40.813835, -73.851266,40.8138, -73.851382,40.813801, -73.85152,40.813865, -73.851794,40.814057, -73.852079,40.814204, -73.852332,40.814224, -73.852514,40.814208, -73.852999,40.814123, -73.852913,40.814014, -73.852935,40.813942, -73.853203,40.813747, -73.853084,40.813601, -73.852033,40.813573, -73.850968,40.813211, -73.85061,40.812982, -73.849838,40.81266, -73.849621,40.812495, -73.849262,40.812032, -73.84935,40.811546, -73.849567,40.811179, -73.849475,40.810863, -73.849732,40.810532, -73.849857,40.810074, -73.849926,40.809633, -73.85015,40.808816, -73.850113,40.808059, -73.849928,40.807976, -73.849636,40.807757, -73.849067,40.807409, -73.848762,40.806631, -73.84894,40.806363, -73.848815,40.806244, -73.848805,40.806145, -73.848712,40.806027, -73.848606,40.806071, -73.848366,40.806123, -73.848227,40.805977, -73.847967,40.805921, -73.8481,40.805588, -73.848022,40.805372, -73.848204,40.805238, -73.848573,40.805143, -73.848783,40.804974, -73.849137,40.804905, -73.849367,40.805006, -73.849761,40.805245, -73.850181,40.805393, -73.850318,40.805124, -73.850444,40.804693, -73.850682,40.80447, -73.851719,40.804624, -73.852698,40.804652, -73.853879,40.804475, -73.854466,40.804472, -73.854713,40.804592, -73.855511,40.804582, -73.855869,40.804603, -73.856231,40.804669, -73.856532,40.804817, -73.856432,40.804933, -73.856154,40.804822, -73.85576,40.80471, -73.855584,40.804879, -73.855653,40.805087, -73.85554,40.805266, -73.85568,40.805358, -73.855895,40.805216, -73.856348,40.805373, -73.856888,40.805324, -73.857261,40.805364, -73.857357,40.805266, -73.857258,40.805175, -73.856833,40.804964, -73.856865,40.804919, -73.856904,40.804901, -73.857516,40.805223, -73.858639,40.805675, -73.859192,40.806095, -73.859372,40.806574, -73.859419,40.80725, -73.859388,40.807556, -73.859276,40.807519, -73.859251,40.807078, -73.859174,40.806843, -73.858853,40.806848, -73.858536,40.807017, -73.858502,40.807818, -73.858542,40.808269, -73.858704,40.808577, -73.858682,40.808991, -73.858776,40.809271, -73.858851,40.809785, -73.859014,40.810273, -73.859078,40.810085, -73.859274,40.809879, -73.85953,40.809855, -73.859774,40.809704, -73.860042,40.809608, -73.859978,40.809436, -73.85962,40.809063, -73.859386,40.808889, -73.859434,40.808629, -73.859341,40.808123, -73.859435,40.808026, -73.859538,40.80808, -73.859579,40.808171, -73.859623,40.808441, -73.859631,40.808721, -73.859813,40.809038, -73.860366,40.809494, -73.860732,40.809632, -73.861186,40.809772, -73.86158,40.809866, -73.865545,40.810401, -73.867348,40.810517, -73.867756,40.810674, -73.868234,40.811364, -73.868705,40.811927, -73.869203,40.812599, -73.869244,40.812635, -73.869801,40.813379, -73.870294,40.813987, -73.870993,40.814571, -73.871491,40.814828, -73.872168,40.815051, -73.874053,40.815546, -73.874567,40.815696, -73.875296,40.815928, -73.877803,40.816628, -73.878211,40.816785, -73.88069,40.818413, -73.880894,40.818523, -73.881963,40.819281, -73.882493,40.819844, -73.882761,40.820288, -73.882837,40.820524, -73.883029,40.820849, -73.883144,40.820914, -73.883296,40.82096, -73.883436,40.820908, -73.883504,40.8208, -73.883572,40.820738, -73.883174,40.819806, -73.882379,40.818789, -73.881519,40.818105, -73.881577,40.817998, -73.881402,40.817888, -73.881296,40.817941, -73.880312,40.817175, -73.880354,40.81713, -73.880079,40.816939, -73.880035,40.816956, -73.879679,40.816637, -73.879784,40.816575, -73.879536,40.816402, -73.879127,40.816163, -73.878324,40.815876, -73.876916,40.815484, -73.876741,40.815258, -73.875814,40.81505, -73.874566,40.814696, -73.874099,40.814538, -73.8739,40.814455, -73.873686,40.814462, -73.873425,40.814414, -73.872925,40.814148, -73.872576,40.813784, -73.872224,40.813583, -73.871913,40.813373, -73.871545,40.812891, -73.871346,40.812637, -73.871038,40.812193, -73.870745,40.812181, -73.870602,40.811999, -73.870879,40.811849, -73.870959,40.81176, -73.870808,40.811578, -73.870414,40.811457, -73.870603,40.811252, -73.868376,40.806888, -73.868626,40.806557, -73.868807,40.806099, -73.868679,40.80581, -73.871464,40.802063, -73.871576,40.802091, -73.871624,40.801974, -73.871707,40.801966, -73.871759,40.801885, -73.871722,40.801822, -73.871874,40.801599, -73.872928,40.801221, -73.872908,40.80114, -73.873333,40.800991, -73.873399,40.801055, -73.873623,40.800958, -73.874596,40.801049, -73.874773,40.801113, -73.874758,40.801401, -73.877812,40.80181, -73.878126,40.802731, -73.87858,40.803051, -73.879585,40.802935, -73.879722,40.802792, -73.880351,40.802762, -73.880684,40.802684, -73.882137,40.802401, -73.882289,40.802303, -73.88278,40.802389, -73.883946,40.801986, -73.88492,40.80213, -73.885423,40.802856, -73.885805,40.803049, -73.886129,40.803349, -73.886612,40.803561, -73.887073,40.803782, -73.88742,40.804082, -73.887383,40.804334, -73.887972,40.805052, -73.888659,40.804869, -73.889178,40.805189, -73.889379,40.805381, -73.889343,40.805516, -73.889255,40.805704, -73.889277,40.80583, -73.890133,40.804757, -73.890299,40.804804, -73.889478,40.805958, -73.889774,40.806024, -73.890028,40.805756, -73.890381,40.805895, -73.890671,40.805943, -73.890981,40.806027, -73.891191,40.806055, -73.891414,40.806012, -73.891372,40.805742, -73.891705,40.805718, -73.891911,40.806405, -73.892243,40.806399, -73.892137,40.805839, -73.892426,40.805815, -73.892576,40.806366, -73.892909,40.806351, -73.892774,40.805755, -73.893091,40.805741, -73.893298,40.806382, -73.893653,40.806341, -73.89354,40.805682, -73.893829,40.805648, -73.894044,40.806308, -73.894701,40.806242, -73.894588,40.805755, -73.894739,40.805738, -73.895089,40.806868, -73.896253,40.806681, -73.896174,40.806446, -73.896036,40.806427, -73.895995,40.806255, -73.897179,40.806059, -73.897216,40.806176, -73.897353,40.806133, -73.897275,40.805825, -73.897469,40.805809, -73.897541,40.806098, -73.897822,40.806056, -73.897738,40.805614, -73.897919,40.805598, -73.897989,40.805995, -73.898148,40.805969, -73.898135,40.805608, -73.8987,40.805316, -73.899878,40.805049, -73.900725,40.80484, -73.901347,40.804774, -73.902004,40.804745, -73.902069,40.804853, -73.902198,40.8048, -73.902249,40.804603, -73.902612,40.804444, -73.902843,40.804257, -73.903033,40.803971, -73.903156,40.8039, -73.903409,40.80392, -73.903697,40.803887, -73.903965,40.803682, -73.904197,40.803378, -73.904429,40.803137, -73.904713,40.802807, -73.906612,40.800771, -73.906567,40.800734, -73.907724,40.799502, -73.907922,40.799612, -73.908066,40.799442, -73.908192,40.799497, -73.908395,40.799337, -73.907965,40.79909, -73.909568,40.797619, -73.909791,40.797747, -73.909839,40.797666, -73.910271,40.79722, -73.910682,40.797008, -73.91088,40.796802, -73.911403,40.796573, -73.91306,40.796588, -73.913481,40.796638, -73.913759,40.796694, -73.913967,40.796813, -73.914377,40.79688, -73.914897,40.79721, -73.915238,40.797303, -73.915356,40.797322, -73.915717,40.797479, -73.915889,40.797633, -73.916839,40.798066, -73.917258,40.798169, -73.92014,40.799474, -73.920995,40.800672, -73.921872,40.801797, -73.922267,40.801927, -73.922857,40.802284, -73.923595,40.802416, -73.925825,40.802347, -73.92668,40.802265, -73.927126,40.80244, -73.927347,40.802551, -73.927409,40.802461, -73.92763,40.802562, -73.92722,40.803234, -73.927501,40.803768, -73.928119,40.80372, -73.928429,40.804083, -73.928878,40.804006, -73.928933,40.804097, -73.929302,40.804641, -73.929512,40.804958, -73.930743,40.806555, -73.930654,40.806626, -73.931247,40.807262, -73.931391,40.807183, -73.931729,40.807528, -73.931692,40.807635, -73.932488,40.808778, -73.93229,40.80902, -73.93253,40.809229, -73.932699,40.809122, -73.932825,40.809484, -73.932942,40.809404, -73.933097,40.809522, -73.932891,40.809719, -73.932977,40.810449, -73.932772,40.810654, -73.932796,40.810726, -73.932851,40.810736, -73.932736,40.811104, -73.93268,40.81114, -73.932832,40.811925, -73.932669,40.812599, -73.932675,40.812869, -73.932527,40.817741, -73.932634,40.82031, -73.932687,40.821148, -73.932261,40.821198, -73.932267,40.82145, -73.932704,40.821427, -73.932723,40.821428, -73.932743,40.822104, -73.931851,40.822168, -73.93189,40.822447, -73.932686,40.822419, -73.9328,40.824005, -73.932023,40.824088, -73.932045,40.824484, -73.932894,40.824456, -73.932924,40.825042, -73.932582,40.825048, -73.932714,40.825382, -73.932897,40.825384, -73.932996,40.826547, -73.933038,40.826845, -73.933049,40.82734, -73.933187,40.827621, -73.93341,40.829226, -73.933487,40.829975, -73.93353,40.830741, -73.93367,40.831219, -73.933714,40.832121, -73.933651,40.832958, -73.933482,40.833884, -73.933343,40.835162, -73.932974,40.83597, -73.932541,40.83683, -73.932027,40.837546, -73.931618,40.838344, -73.930823,40.839589, -73.930814,40.839796, -73.930723,40.839876, -73.930593,40.839893, -73.930489,40.84009, -73.930667,40.840362, -73.930585,40.840523, -73.929802,40.842291, -73.929727,40.842371, -73.929369,40.842773, -73.929279,40.843493, -73.928947,40.844211, -73.928178,40.845069, -73.92816,40.845465, -73.927919,40.845922, -73.927812,40.845912, -73.926746,40.847343, -73.926603,40.847675, -73.926334,40.847817, -73.926318,40.847979, -73.924785,40.849685, -73.924562,40.850097, -73.92385,40.85119, -73.923316,40.851887, -73.923271,40.852013, -73.923381,40.852176, -73.921788,40.854215, -73.921018,40.855226, -73.92088,40.855387, -73.920601,40.85524, -73.920474,40.855374, -73.920769,40.855557, -73.920659,40.855709, -73.920397,40.855824, -73.920436,40.855887, -73.920481,40.855969, -73.920412,40.856067, -73.919864,40.856756, -73.919769,40.856881, -73.918943,40.857666, -73.918476,40.85813, -73.918313,40.858128, -73.918155,40.858073, -73.917844,40.858178, -73.916739,40.859627, -73.916648,40.85986, -73.916419,40.860066, -73.916117,40.860261, -73.915764,40.860645, -73.915765,40.860978, -73.915763,40.861059, -73.913297,40.863658, -73.913221,40.863674, -73.912922,40.863753, -73.91271,40.86367, -73.912247,40.864143, -73.912157,40.864187, -73.911876,40.864581, -73.911687,40.864642, -73.911466,40.865172, -73.911668,40.865264, -73.9116,40.865335, -73.911339,40.865297, -73.910516,40.866496, -73.910343,40.867161, -73.909813,40.868264, -73.909536,40.869081, -73.909344,40.869854, -73.90908,40.871284, -73.908997,40.871265, -73.908716,40.871325, -73.908768,40.871497, -73.90879,40.871695, -73.909302,40.872565, -73.909111,40.872851, -73.908895,40.872975, -73.90866,40.872865, -73.908416,40.872674, -73.908098,40.872815, -73.908059,40.87294, -73.907721,40.873261, -73.907452,40.873412, -73.907254,40.873753, -73.907404,40.873871, -73.907357,40.87433, -73.907074,40.874841, -73.906969,40.875074, -73.906802,40.875856, -73.906815,40.876063, -73.9069,40.876199, -73.907001,40.876237, -73.907279,40.876257, -73.907901,40.876785, -73.907891,40.877038, -73.908187,40.877518, -73.908413,40.877592, -73.908708,40.877577, -73.908945,40.877624, -73.909171,40.877959, -73.909297,40.878024, -73.909491,40.878089, -73.909582,40.878198, -73.909637,40.878414, -73.909615,40.878657, -73.909729,40.878721, -73.910608,40.878982, -73.910839,40.879083, -73.911116,40.87914, -73.911588,40.879117, -73.911878,40.87894, -73.912441,40.878008, -73.912698,40.87775, -73.913028,40.8776, -73.913907,40.877256, -73.914217,40.877115, -73.914778,40.876697, -73.915002,40.876465, -73.915149,40.876178, -73.915227,40.875954, -73.915341,40.875783, -73.915583,40.875677, -73.915921,40.875672, -73.916261,40.875639, -73.916649,40.87558, -73.917033,40.875682, -73.917407,40.875677, -73.917893,40.875582, -73.918567,40.875769, -73.918983,40.875827, -73.919325,40.875911, -73.91969,40.876077, -73.920193,40.87646, -73.922394,40.878399, -73.92265,40.878545, -73.922996,40.878774, -73.923149,40.878829, -73.923367,40.878759, -73.923449,40.878751, -73.924716,40.878853, -73.92504,40.878892, -73.925154,40.878965, -73.925181,40.879047, -73.925105,40.879145, -73.924745,40.879511, -73.923823,40.880647, -73.923512,40.881436, -73.919807,40.889419, -73.918249,40.893629, -73.91809,40.89406, -73.918099,40.894402, -73.918309,40.894504, -73.918307,40.894612, -73.918287,40.894648, -73.918043,40.894681, -73.917975,40.894743, -73.916245,40.898763, -73.916207,40.898952, -73.915235,40.901501, -73.915342,40.901673, -73.915456,40.901972, -73.914561,40.904233, -73.914193,40.904455, -73.912934,40.907623, -73.913096,40.907813, -73.913071,40.907894, -73.912717,40.908098, -73.912605,40.908223, -73.912092,40.910263, -73.911735,40.911809, -73.911599,40.912294, -73.911568,40.912528, -73.911568,40.912898, -73.911651,40.913286, -73.911662,40.913493, -73.911605,40.913637, -73.911471,40.913843, -73.911332,40.913994, -73.911201,40.914227, -73.911011,40.914496, -73.910753,40.914665, -73.910456,40.915284];
//need an array of half-length
var points = new Array(data.length/2);
for (var i =0; i<points.length; i++) {
points[i]= new google.maps.LatLng(data[(i*2)+1],data[i*2]);
}
var polygonOptions = {
draggable: true,
clickable: false,
fillColor: 'blue',
fillOpacity: 0.3,
paths: points,
strokeColor: 'black',
strokeOpacity: 1.0,
strokeWeight: 0,
};
shape = new google.maps.Polygon(polygonOptions);
} //function drawBounds()
function initialize() {
setUp();
initializeMap();
drawBounds();
shape.setMap(map);
google.maps.event.addListener(map, 'click', function(event) {
var within = google.maps.geometry.poly.containsLocation(event.latLng, shape);
console.log(within);
});
}
google.maps.event.addDomListener(window, 'load', initialize);
</script>
</head>
<body>
<div id="map-canvas"></div>
</body>
</html>