Skip to content

Instantly share code, notes, and snippets.

@nkabrown
Last active March 4, 2016 15:03
Show Gist options
  • Save nkabrown/0346fa274bd0d3edad85 to your computer and use it in GitHub Desktop.
Save nkabrown/0346fa274bd0d3edad85 to your computer and use it in GitHub Desktop.
d3 geojson map of allegheny county pa polling stations
<!DOCTYPE html>
<meta charset="UTF-8">
<title>D3 GeoJSON</title>
<style>
html,
body {
background-color: #000;
}
</style>
<div class="container">
<div class="map"></div>
</div>
<script src="//d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="https://d3js.org/d3-queue.v2.min.js"></script>
<script>
const queue = d3_queue.queue();
queue.defer(d3.json, 'watershed.geojson')
.defer(d3.json, 'polling_locations.geojson')
.await((error, map, points) => createMap(map, points));
function createMap(map, points) {
const width = 805;
const height = 562;
const projection = d3.geo.mercator()
.scale(1)
.translate([0, 0])
.precision(0);
const path = d3.geo.path().projection(projection);
const bounds = path.bounds(map);
// from Mike Bostock's Project to Bounding Box example http://bl.ocks.org/mbostock/4707858
const scale = .95 / Math.max((bounds[1][0] - bounds[0][0]) / width, (bounds[1][1] - bounds[0][1]) / height);
const translate = [(width - scale * (bounds[1][0] + bounds[0][0])) / 2, (height - scale * (bounds[1][1] + bounds[0][1])) / 2];
projection.scale(scale).translate(translate);
const svg = d3.select('.map')
.append('svg')
.attr('width', width)
.attr('height', height);
svg.selectAll('path')
.data(map.features)
.enter().append('path')
.attr('d', path)
.style('fill', 'none')
.style('stroke', '#dedede');
svg.selectAll('path')
.data(points.features)
.enter().append('path')
.attr('d', path)
.style('fill', 'none')
.style('stroke', '#98ff98');
}
</script>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection","features":[{"type":"Feature","id":1,"geometry":{"type":"Polygon","coordinates":[[[-79.7089322897108,40.4330335580631],[-79.7136350776986,40.4289359479151],[-79.7164375838492,40.4265779649285],[-79.7180124602536,40.4238170479316],[-79.7180122769413,40.4236875747739],[-79.7180082703168,40.4205936825029],[-79.7198303017345,40.4151536201661],[-79.7218883739452,40.4149289691934],[-79.722167313599,40.4149782632628],[-79.7236827951911,40.4147329826221],[-79.7278890548162,40.4188008645596],[-79.7286916217118,40.42215857782],[-79.7293359931721,40.4236877889563],[-79.730487204134,40.4264183028359],[-79.7247628456362,40.4254031636964],[-79.7244323741013,40.4287052692553],[-79.7241406010827,40.4317499886037],[-79.7238015539088,40.4334099710249],[-79.7231128479383,40.4367834810621],[-79.7250248720914,40.4431321305315],[-79.725235335634,40.4438303986512],[-79.7183307109443,40.4437034071721],[-79.7164376046816,40.4439774253944],[-79.7143906014752,40.4442737628168],[-79.7154497261829,40.4474451139961],[-79.716437442958,40.4479478460086],[-79.7188789690174,40.449190054702],[-79.7217834954089,40.4510527320698],[-79.7235205094387,40.4528541955225],[-79.724674699247,40.4540508179529],[-79.7251585246395,40.4571940732478],[-79.7253625317244,40.4607078827926],[-79.7267513661414,40.462576340834],[-79.7276790081772,40.4638240857263],[-79.7307909898015,40.4662329909523],[-79.7331048889912,40.4687116222616],[-79.7334895527747,40.4691237390446],[-79.7375373840562,40.4704561486375],[-79.7404045584646,40.4722985968252],[-79.7421907221357,40.4734462452733],[-79.7385668970544,40.4752849098073],[-79.7350192783039,40.4774745384813],[-79.7338440015183,40.4803012997109],[-79.7331051694487,40.4815726052385],[-79.7328446104118,40.4820204132191],[-79.7321964397752,40.48313554186],[-79.7294803035825,40.4856952103866],[-79.7231434440097,40.4878209660294],[-79.7221535288168,40.4843452870366],[-79.7211735434165,40.4820205482519],[-79.7210330135945,40.4816876298663],[-79.718983072583,40.479336317485],[-79.716437798585,40.4757146897198],[-79.7161545829365,40.4753114322262],[-79.7134165872478,40.4725307015131],[-79.7133091523662,40.4722982867579],[-79.7118666917861,40.4691829381381],[-79.7148047291811,40.4658802055344],[-79.7152773375062,40.462576086669],[-79.7132344853924,40.460225243499],[-79.7129645154858,40.4573718466288],[-79.7125738733417,40.4544468788114],[-79.7086157997041,40.4544216922644],[-79.7035404423935,40.4567730098662],[-79.7036657851126,40.453173902599],[-79.7036767374316,40.4528540193457],[-79.7037777985747,40.4499526327175],[-79.7039867953346,40.4431318676794],[-79.7040719953656,40.4403506950729],[-79.708253416613,40.4376223617181],[-79.7088767418769,40.4334098851234],[-79.7089322897108,40.4330335580631]]],"bbox":[-79.7421907221357,40.4147329826221,-79.7035404423935,40.4878209660294]},"properties":{"FID":1,"AREA":106474700,"PERIMETER":71873.57,"RINGS_OK":1,"DESCR":"ABERS CREEK BASIN","COUNT_":17}},{"type":"Feature","id":2,"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.6986991251974,40.6699076315817],[-79.6987335275522,40.6693373546794],[-79.6997739490556,40.668332330383],[-79.700074271977,40.6680420875732],[-79.7005760113658,40.6667403283907],[-79.7006455623625,40.6665588107952],[-79.7008142759676,40.6648086935352],[-79.7006530690708,40.6632290299698],[-79.7006300294324,40.6613940224489],[-79.7002126638911,40.6599629790635],[-79.6997737934175,40.6588154298757],[-79.6996470455496,40.6584850930205],[-79.6989839814331,40.657018194245],[-79.6989363126196,40.6569127772902],[-79.6979884292079,40.654666292301],[-79.6970852899819,40.6530914493976],[-79.6959199483233,40.6515635569314],[-79.6953641427356,40.650076476304],[-79.6948237159118,40.6484659284697],[-79.694642553968,40.647296275521],[-79.6945139381621,40.6464633573422],[-79.6947459601703,40.6450446493543],[-79.6954126007699,40.6435894755421],[-79.696101395112,40.6422002472317],[-79.6968875810542,40.6406122988613],[-79.697571815092,40.6390676693644],[-79.6984200104008,40.6376476896437],[-79.6984831986804,40.6375739559645],[-79.6997734602651,40.6360663109667],[-79.6998632202893,40.635961327721],[-79.701687970501,40.6339350218563],[-79.7029149082957,40.6327647360579],[-79.7047501527354,40.6314932311023],[-79.7064745078104,40.6304073489744],[-79.7073325126966,40.6287927958452],[-79.7093740489692,40.6278521737238],[-79.7100238835579,40.6275529000708],[-79.7117196979456,40.6266222001753],[-79.712747572329,40.6253706605206],[-79.7142090864716,40.6240392610494],[-79.7159642873003,40.622972441086],[-79.7164400605291,40.6226534316998],[-79.71871682746,40.6211270979857],[-79.7198516013142,40.6198112118771],[-79.7206371135686,40.6185664614842],[-79.7207950272496,40.6181300592564],[-79.7212062808164,40.6169942851656],[-79.7224931589828,40.6149562667138],[-79.7234633900687,40.6136561830112],[-79.7245475368192,40.611758098268],[-79.7254815580647,40.610393318766],[-79.7270969838267,40.6094765341403],[-79.7287990717748,40.6088130715206],[-79.7302736634868,40.6084079544933],[-79.7316151206725,40.6080394155848],[-79.7331069420087,40.6075782829612],[-79.7344724565617,40.6071561883439],[-79.7365724950833,40.6062488976077],[-79.7384982112194,40.6057073229174],[-79.7403680715018,40.6053488290693],[-79.7423092447759,40.6050270020021],[-79.7447709415294,40.60464435711],[-79.7466450588511,40.6044161898151],[-79.7485991960404,40.6042446125683],[-79.7497737919144,40.6036765069292],[-79.7502718609454,40.6034357321141],[-79.7523564427467,40.602761278337],[-79.7546671950677,40.6019413874782],[-79.75698000518,40.6016453123696],[-79.7569415747526,40.6040106425839],[-79.7557294142384,40.6084081478558],[-79.7543536733927,40.613397139526],[-79.7497742128622,40.6108885341569],[-79.7485276642207,40.6102057947168],[-79.7425186057435,40.6137709844171],[-79.739159679654,40.6159133809181],[-79.7334476859501,40.6172138701979],[-79.7331072775684,40.6173846039246],[-79.7316200077387,40.618129994361],[-79.7299751430675,40.6189544197341],[-79.7290398829849,40.6229270473111],[-79.7264895197102,40.6262657908587],[-79.7244118105621,40.6278522043049],[-79.7233279731412,40.6286794952244],[-79.7182787268986,40.6280446469858],[-79.716440337582,40.6293509176959],[-79.7146389434938,40.6306307049745],[-79.7096286672097,40.6334385332398],[-79.7098320509994,40.6375742923727],[-79.7099246910893,40.6394548959358],[-79.7120647703785,40.6437204731102],[-79.7113147170782,40.6472472266006],[-79.7097627629666,40.6516329034875],[-79.7091114798645,40.6561131579604],[-79.7094591636136,40.6570184625334],[-79.7105392673045,40.6598285505706],[-79.7091296969262,40.6632966674459],[-79.7067486197477,40.6659719964386],[-79.7061837166068,40.6667405846974],[-79.7038341815972,40.6699355953153],[-79.6992441835454,40.6698809681447],[-79.6986991251974,40.6699076315817]]],[[[-79.7640549100768,40.5986859491384],[-79.7642972465122,40.5985538063747],[-79.7663723992256,40.5976191960784],[-79.7664411167985,40.5975684069604],[-79.7679409609058,40.5964590513908],[-79.7694282183028,40.5951268978764],[-79.7707013602652,40.5941480129526],[-79.7722071323792,40.5928811361036],[-79.7751665398398,40.5909992910121],[-79.7743570649307,40.597481046037],[-79.7732217370902,40.5986861372263],[-79.771009431177,40.6010341749067],[-79.7728109867459,40.6071615207762],[-79.7664409457011,40.6063241264673],[-79.7656208543367,40.6062163031734],[-79.7613649561119,40.6003846953735],[-79.7626743915836,40.5994378776667],[-79.7640549100768,40.5986859491384]]],[[[-79.7790623696888,40.5809988231981],[-79.7792698458075,40.5792503282321],[-79.7795460576087,40.5774977959489],[-79.779602123615,40.5759831875993],[-79.7797817436519,40.5740880277834],[-79.7831079349441,40.5745196882551],[-79.7838955467837,40.5746219466026],[-79.783107909875,40.5773657302574],[-79.7829441725617,40.5779356679188],[-79.7820982059063,40.5792417444819],[-79.7813373821172,40.5804168459359],[-79.7790623696888,40.5809988231981]]],[[[-79.8395518442604,40.5392114158817],[-79.8385804541796,40.5403537492559],[-79.8374649138,40.54166530408],[-79.8331088797215,40.5435632496705],[-79.8320390304322,40.544029278038],[-79.8266235546771,40.5480416824965],[-79.8251852721319,40.5500758708231],[-79.8241332458534,40.5515640180474],[-79.8225891547346,40.5543758103303],[-79.8208970130441,40.5585817773004],[-79.8187676329811,40.5597977496991],[-79.8164418060629,40.5611256424812],[-79.8152574098676,40.561801880402],[-79.8129679752226,40.5597977649297],[-79.8126160848404,40.5594896541178],[-79.8077237204106,40.5563399010229],[-79.805702978955,40.5508453113493],[-79.8045069496674,40.5500757031251],[-79.8017047104054,40.5482729290695],[-79.7997745561781,40.5474015656404],[-79.7972409394999,40.5462578692527],[-79.7957114148389,40.5424714194874],[-79.7927026849528,40.5403535852391],[-79.7920485586028,40.5398931289309],[-79.7958209610317,40.5401383988608],[-79.7965072526278,40.5403535565419],[-79.7977930877907,40.5407563935319],[-79.7995886157626,40.541158085284],[-79.799774367772,40.5412008716795],[-79.802013401623,40.541717368506],[-79.8047456915382,40.5423861184795],[-79.8065593801114,40.5428640029636],[-79.8087077906928,40.5429436155864],[-79.8110222021024,40.5428609823481],[-79.8133249476891,40.5428088849482],[-79.8156157786075,40.5429111423031],[-79.8164415743607,40.5428604498481],[-79.8179818004211,40.5427659278547],[-79.8202051254909,40.5425158776572],[-79.8220448571824,40.5423593136721],[-79.8239457901943,40.5419405244918],[-79.8260883728362,40.5414077126211],[-79.8284526708411,40.5408297791551],[-79.8303441053843,40.5403536514098],[-79.8309012154414,40.540213300627],[-79.8330849383183,40.5399523007351],[-79.8356781161736,40.5392582098979],[-79.8376754413411,40.5386454263253],[-79.8395518442604,40.5392114158817]]],[[[-79.7728720505597,40.5479826192625],[-79.7702295626811,40.54662908366],[-79.769879125869,40.5451752800267],[-79.7704135361419,40.5438079652328],[-79.7715818269439,40.5422613194563],[-79.7746916548559,40.5403535481437],[-79.774796785838,40.5402890733825],[-79.7768896986202,40.539246494284],[-79.7792219702005,40.538610414757],[-79.7811100479866,40.5380739781669],[-79.783014459869,40.5378561505889],[-79.7831071971751,40.5378583825746],[-79.7853423932992,40.5379136485394],[-79.7875626881575,40.5383684583243],[-79.7893327291467,40.5386606712925],[-79.7920485586028,40.5398931289309],[-79.7920143824688,40.5403536333823],[-79.7917163876412,40.5443699843036],[-79.7871379725285,40.5499401155533],[-79.7834168109454,40.5474745524067],[-79.7831074208177,40.5474796440182],[-79.7797940624681,40.5475340200651],[-79.7728720505597,40.5479826192625]]],[[[-79.7698667105636,40.5308385747656],[-79.7699516079932,40.5325299694818],[-79.7684181459623,40.5333545140516],[-79.7664397035713,40.5346728603874],[-79.7647966346317,40.5361071717588],[-79.763230054672,40.5373185012827],[-79.761960857171,40.5385326184467],[-79.7605650169905,40.540192687684],[-79.7604672457652,40.5403534626649],[-79.7597214878521,40.5415789655641],[-79.7588060937413,40.5431060830184],[-79.7583504651053,40.5449504894127],[-79.7582314079018,40.5464197635636],[-79.7583963218631,40.5480878032175],[-79.7540699314359,40.547302629898],[-79.7499957383777,40.5462192406594],[-79.7497730060572,40.5461728093926],[-79.7457656754725,40.5453369422219],[-79.7423782831481,40.5422764217034],[-79.7444393745673,40.5403533774936],[-79.745096027306,40.5397406773312],[-79.749772831203,40.5381658132648],[-79.7503518489044,40.5379708185483],[-79.7528759590777,40.5354741788602],[-79.7517465312856,40.5327073951434],[-79.7537215512324,40.5306313036875],[-79.7542623952155,40.5300628527747],[-79.761237758148,40.5306313328538],[-79.7619605521474,40.5306902412867],[-79.7659245848443,40.5313787133441],[-79.7664397525031,40.531308131759],[-79.7698667105636,40.5308385747656]]],[[[-79.8589893644119,40.5248836540638],[-79.8579746747846,40.5277446674654],[-79.8568608559526,40.5306317562458],[-79.8565746012398,40.5313742826734],[-79.8515470633189,40.5326317723789],[-79.8516740419069,40.530631605654],[-79.851692992789,40.530330689933],[-79.8526786834494,40.5288943561664],[-79.853529294378,40.5270514402343],[-79.854216860544,40.5254620299162],[-79.8548486518802,40.5238735432584],[-79.8552656808994,40.5222643341865],[-79.8555453743926,40.5209096292875],[-79.8556305168277,40.5204967340483],[-79.855815867998,40.5189299203307],[-79.857108446924,40.517622324415],[-79.8586669450596,40.5207469833163],[-79.8586796828456,40.5209096936432],[-79.8589893644119,40.5248836540638]]],[[[-79.7992391282977,40.526875194382],[-79.7997740965491,40.5253138873031],[-79.8001607355054,40.5241850779815],[-79.8045191773756,40.5231597326811],[-79.8103572288189,40.5229891673261],[-79.8141474268356,40.5236232268138],[-79.8162417694997,40.5268138520255],[-79.8164413861457,40.5268549908485],[-79.8252813576635,40.5286768707574],[-79.8269181591657,40.53063162366],[-79.827568702634,40.531408479713],[-79.8250717167864,40.5319469951548],[-79.8227789953279,40.5323858692602],[-79.821003505265,40.5327503172735],[-79.8181655110557,40.5331002681128],[-79.8164412429653,40.5331415389422],[-79.8156321507438,40.5331609605246],[-79.8164415206258,40.5319040803632],[-79.8168712995112,40.5312362349757],[-79.8164414445952,40.5310803709188],[-79.815202842266,40.5306314229762],[-79.813006778031,40.5298351295691],[-79.8082411902056,40.5288514011375],[-79.8028830819417,40.5275480798072],[-79.7997742272639,40.5269739999156],[-79.7992391282977,40.526875194382]]],[[[-79.8452037631416,40.5130532303789],[-79.8457109482232,40.5150608707117],[-79.8456709937523,40.5167983560561],[-79.8457693921469,40.5183570930546],[-79.8452183615561,40.5203639914885],[-79.8449686265262,40.5209095939974],[-79.8445879091778,40.5217413210209],[-79.8438361351696,40.5231665753476],[-79.8422897816807,40.5248010553099],[-79.8399066499676,40.5261566653002],[-79.8376712807813,40.5275227720827],[-79.8360635968513,40.5282594756208],[-79.8344810401215,40.5289516861702],[-79.8332098802385,40.5275544416074],[-79.833108584286,40.5274786987199],[-79.8306058184483,40.52561013533],[-79.8331081608079,40.5236099037776],[-79.8340366014533,40.5209093288623],[-79.8341751175275,40.5205020114854],[-79.8358175432113,40.5176530706276],[-79.8402137892829,40.5149766134275],[-79.8452037631416,40.5130532303789]]],[[[-79.9200965318071,40.5196473852901],[-79.9189485478497,40.5156444469584],[-79.9178500668457,40.5127147730391],[-79.917368784935,40.5111876081049],[-79.9169115230751,40.5097355003924],[-79.9164435805524,40.5083282099503],[-79.9151662377532,40.5044847665159],[-79.9153437626941,40.5016830528533],[-79.9153574573311,40.5014655356655],[-79.9155355564713,40.4986541987831],[-79.9096013564602,40.4974389371051],[-79.9076130090198,40.4998198342055],[-79.906299283758,40.5014657199585],[-79.9052993711936,40.502718843996],[-79.9038914347564,40.5062602718614],[-79.8997765521751,40.5042423907636],[-79.8990059534192,40.5038644927116],[-79.8952339311649,40.5020144407774],[-79.8947524506229,40.5014656337644],[-79.8926698147847,40.4990903524761],[-79.889736390969,40.4966487485094],[-79.8861553584499,40.494987852962],[-79.8852316456406,40.4917432743938],[-79.8851071820459,40.4913053045096],[-79.8831093387308,40.4896141360524],[-79.8810755792809,40.4878927921332],[-79.8831089423998,40.4877547391985],[-79.8851068593043,40.4876190209219],[-79.8870929161075,40.4877475108801],[-79.8890220547377,40.4877111574576],[-79.8910814956768,40.4882956516354],[-79.8934516398724,40.4885701701167],[-79.8952452726013,40.4887953581314],[-79.8974224612852,40.4892066314761],[-79.8996677953294,40.4897944730835],[-79.8997761115513,40.489821891005],[-79.9017688291049,40.4903248926641],[-79.9046138609863,40.4909803354734],[-79.9058565650421,40.4917435018371],[-79.9060211938551,40.4918446870299],[-79.9088193530113,40.492998405164],[-79.9114522433298,40.493691879194],[-79.9132901695559,40.4941001028722],[-79.9150855192507,40.4944977683862],[-79.9164433617303,40.4947669134705],[-79.9170207091099,40.4948813740706],[-79.9203680079358,40.4951372912872],[-79.9229998726564,40.4953740357918],[-79.9250901934381,40.49539377729],[-79.9269734908188,40.4956852655618],[-79.9289712430623,40.4959146742879],[-79.9310367642109,40.4959176146095],[-79.9331106573944,40.4957625618219],[-79.9332631473256,40.495751102665],[-79.9351672936395,40.4955885770466],[-79.9371472633424,40.4954353118612],[-79.9393439909568,40.495145595661],[-79.9391307564698,40.498311693118],[-79.9373073813258,40.5014225272782],[-79.9364118017454,40.5046268277027],[-79.937091272108,40.5080646029602],[-79.9369587960845,40.5111878861711],[-79.9369464007064,40.5114849247245],[-79.9368165522501,40.5145510087941],[-79.9331111283252,40.516612983062],[-79.9289547865361,40.5188680672808],[-79.9238247796576,40.5198929038046],[-79.9200965318071,40.5196473852901]]],[[[-79.8438910455275,40.5078702277206],[-79.8395343785874,40.5074237985555],[-79.8434600866985,40.5059101075235],[-79.8438910455275,40.5078702277206]]],[[[-79.8766886948026,40.487482744405],[-79.8730036870772,40.4902307513637],[-79.872248416726,40.4917433726351],[-79.8713797796552,40.4934832200327],[-79.8682175704401,40.4955164973551],[-79.8664422624591,40.4964930241074],[-79.8647102116066,40.4974455642752],[-79.8645701588973,40.501465336228],[-79.8645359571642,40.5024532315792],[-79.8606229388417,40.5028006472609],[-79.8545090284364,40.504720463158],[-79.8543620562809,40.5031383272239],[-79.854520247172,40.5014654348724],[-79.8546136217245,40.5004816165624],[-79.8549250414829,40.4990943236701],[-79.8559372824394,40.4978626197109],[-79.8576443696459,40.4970133766005],[-79.8590364402235,40.4960407160142],[-79.8603375765743,40.49497934458],[-79.8613221098936,40.4937293039388],[-79.8623781737005,40.4922955262321],[-79.8628472882896,40.4917432968147],[-79.8635193062015,40.4909525091827],[-79.8652620556319,40.4901737998325],[-79.8664420156926,40.4895263495338],[-79.8667376639732,40.48936408683],[-79.8684287097867,40.4888593921353],[-79.8704792298383,40.4883648991444],[-79.8727349805473,40.4879361902165],[-79.8766886948026,40.487482744405]]],[[[-80.0196614687273,40.4986138886657],[-80.0164462227962,40.4976243262185],[-80.0129971015186,40.4965625397291],[-80.0051130109835,40.4982216998811],[-80.0017323321142,40.4994192052338],[-79.9997792281247,40.5005122232067],[-79.9980750106574,40.5014659084286],[-79.9979468639623,40.5014659106229],[-79.996042198017,40.4982411789788],[-79.9943303914474,40.4950104441215],[-79.9930167517149,40.4921754326922],[-79.9930603877056,40.4917439157584],[-79.9933551432129,40.4888346244891],[-79.9909681670486,40.4836732981651],[-79.9891867104864,40.4820216799683],[-79.9868200850315,40.479827723397],[-79.9844244333055,40.4776347962861],[-79.983111922659,40.4772536806408],[-79.9797916829137,40.4762895229029],[-79.9756181182023,40.4756688862698],[-79.9735046282461,40.4749293858064],[-79.9753766058388,40.472818191591],[-79.9760269058318,40.4722994916172],[-79.9766500563785,40.4718027626256],[-79.9784858045213,40.4703959227841],[-79.9799001149383,40.4691172271468],[-79.9809731689628,40.4677811719385],[-79.9820312061488,40.466386445357],[-79.983035091561,40.4649726748294],[-79.9831115772269,40.4648396533361],[-79.983833575401,40.4635862894595],[-79.9845546517337,40.4625771485146],[-79.9847539185863,40.4622981949651],[-79.985768433931,40.4610459406351],[-79.9880461708305,40.4591335563749],[-79.9896690775783,40.4580732787682],[-79.991675631288,40.4564169765061],[-79.9938602873151,40.4545931134527],[-79.9952904583275,40.4533909622226],[-79.9960081468522,40.4528551293641],[-79.9970278789366,40.4520935779242],[-79.9986548383198,40.4511236163541],[-79.999778619534,40.4507217850047],[-80.0005254334845,40.4504547955158],[-80.0022264288866,40.4499958766659],[-80.0057008430901,40.4490289248991],[-80.0087196309532,40.4481974265206],[-80.0109976970706,40.447814535982],[-80.0131182836192,40.4475325922678],[-80.0153542176867,40.4514883553873],[-80.0164452234732,40.4528548447241],[-80.0186414503029,40.4556057066814],[-80.0212977990052,40.4595515642572],[-80.0232331823076,40.4625772531767],[-80.0237075559455,40.4633184970793],[-80.0240505724647,40.4661343589505],[-80.0204018211221,40.4692435481469],[-80.0185267638765,40.471953822701],[-80.0180911897498,40.4722993405374],[-80.0164460166819,40.4736037212053],[-80.0134168728211,40.4760056438639],[-80.0121342442455,40.4791451746056],[-80.0144185245661,40.4820215630476],[-80.0149165290463,40.4826488534694],[-80.0164460310499,40.4854776886613],[-80.0169373453253,40.4863859539578],[-80.0169078328161,40.4894653488231],[-80.0183615010969,40.4917436390432],[-80.0192751506286,40.4931758814115],[-80.0196614687273,40.4986138886657]]],[[[-79.8309092905849,40.4957373750048],[-79.828835385455,40.4917431638335],[-79.8286165020535,40.4913219385533],[-79.8248744408344,40.4900215043398],[-79.8213150285921,40.4890865515553],[-79.8256426870364,40.4842539497319],[-79.8298842070243,40.4826810539968],[-79.8331077044429,40.4824545091838],[-79.8346958997344,40.4823429146354],[-79.8416543199625,40.4837293041992],[-79.8455587660949,40.486031455251],[-79.8497044451239,40.4873093099091],[-79.8479317518762,40.4884868033181],[-79.8464878169905,40.4898010017998],[-79.8457651159285,40.4911509359141],[-79.8454728882763,40.491743220037],[-79.8450432295643,40.492614798275],[-79.8447866373838,40.4941227407956],[-79.8444053165705,40.4962035403718],[-79.8444239380434,40.4978301407651],[-79.8442211422135,40.4993920205958],[-79.8435765168618,40.5014653972962],[-79.8434514126214,40.5018671665431],[-79.842692568231,40.5014654338092],[-79.8389048898257,40.4994603546821],[-79.8351549022881,40.4970675842081],[-79.8331078880278,40.4964261885189],[-79.8309092905849,40.4957373750048]]],[[[-79.9620446641611,40.4939810168438],[-79.9571402302343,40.4944361385662],[-79.9504577996695,40.4930651989012],[-79.9530001175198,40.4917435934648],[-79.9534333301463,40.491518334177],[-79.9551254269468,40.4908015987226],[-79.9569501709114,40.489949476852],[-79.9586122435194,40.4890458586654],[-79.960875738379,40.4876480527413],[-79.9623050847106,40.4864914918955],[-79.9653407335528,40.4850535922863],[-79.9637573190138,40.4878677663423],[-79.9631023438976,40.4911407249071],[-79.9628780245181,40.4917436950863],[-79.9620446641611,40.4939810168438]]],[[[-79.8916231976872,40.4792681251426],[-79.8933524330652,40.4746337138167],[-79.8897934134419,40.4736325546918],[-79.8887857246069,40.4722991575764],[-79.8877701109769,40.4709555161254],[-79.8861728085425,40.4680878925037],[-79.8831089790992,40.4674118546249],[-79.8824763084792,40.4672722509569],[-79.8767086700621,40.4699763472277],[-79.8780928232773,40.4661018068522],[-79.8738416785333,40.4645624637165],[-79.8713629232218,40.4625768731065],[-79.8698108378127,40.461333535124],[-79.8664416314809,40.4612062408851],[-79.8661136654856,40.4611938827251],[-79.8613299010417,40.457980078534],[-79.8579732216585,40.4534314473533],[-79.8580284341885,40.4528547718574],[-79.8582423649105,40.4506288522062],[-79.8579303526421,40.4469704776084],[-79.8607135557873,40.445148825356],[-79.863827883264,40.4431324456874],[-79.8664414243219,40.4414398863011],[-79.8665396086079,40.4413763937245],[-79.8707044459682,40.4392220775176],[-79.8718729072335,40.4363965751463],[-79.8754948579818,40.4380835422014],[-79.8789582735543,40.4393103096773],[-79.883108641863,40.4414595845201],[-79.885617059775,40.4431325547609],[-79.8873747626112,40.4443045215906],[-79.8912709460133,40.4468063289054],[-79.8943319575655,40.4489184159078],[-79.8974924896701,40.45110211161],[-79.8997760518466,40.4520269553206],[-79.9018197983653,40.4528547108868],[-79.9021898629895,40.4530045890642],[-79.9063697080534,40.4538893462133],[-79.9103206831927,40.4551440256452],[-79.9140404990616,40.4566956729422],[-79.9164431181718,40.4577465895489],[-79.9184009994925,40.4586029540474],[-79.9224855719829,40.4595252216045],[-79.9261503275571,40.4594653823392],[-79.9300504314654,40.4577897039276],[-79.9329874921472,40.4561295936246],[-79.9331103435108,40.4560520204999],[-79.9362035402041,40.4540984184432],[-79.9386079099392,40.4528549597818],[-79.9395690166266,40.4523579514697],[-79.9425868333104,40.450542633155],[-79.9457222877943,40.448812778653],[-79.9497774549586,40.4494866539298],[-79.9503335387066,40.4495790376142],[-79.9531151089766,40.451877436659],[-79.9533164286276,40.4528549815318],[-79.9538071454226,40.4552361419252],[-79.9582872068147,40.4563705641859],[-79.9627743574042,40.4549772092779],[-79.9664447250578,40.4534547557774],[-79.9678906625964,40.4528549365131],[-79.9682958015582,40.4526867862627],[-79.9730195379373,40.4510690715294],[-79.9767131321292,40.449065652428],[-79.9820360060127,40.4466679426368],[-79.9831113808866,40.4460247135357],[-79.9869523572477,40.4437275583262],[-79.9880099348977,40.4431329362977],[-79.9906462949344,40.4416503883979],[-79.9953894389482,40.440654155811],[-79.999279105217,40.4401485221052],[-79.9997786692127,40.4399201558476],[-80.0012844236563,40.4392319027622],[-80.0030505391969,40.4415653830341],[-80.0012126103817,40.4419664912269],[-79.9997787514462,40.4423607336032],[-79.9993990260041,40.4424650897166],[-79.9977670656718,40.4430491962666],[-79.9975591560447,40.4431328707308],[-79.9942928639139,40.4444485582444],[-79.9928364238881,40.4453013698401],[-79.991042379801,40.446487211513],[-79.9894486795253,40.4474167787043],[-79.9879480429243,40.4485120192355],[-79.9863032682055,40.4496519027958],[-79.9845154134211,40.4508279933157],[-79.9831118216017,40.45202271671],[-79.9822631611363,40.452744627354],[-79.9821194371996,40.4528549210048],[-79.9807689134589,40.4538906158907],[-79.9793394247401,40.4547407550309],[-79.9779316980755,40.4558562901255],[-79.9766384441864,40.4569291003808],[-79.9748260552497,40.4581623101753],[-79.9729203280243,40.4599057835677],[-79.9716659032507,40.4611525786051],[-79.9703678569163,40.4625772185552],[-79.9693982783371,40.4639479133274],[-79.9681082882357,40.4652379954855],[-79.9671484724462,40.4664161006968],[-79.9664446238121,40.4673158204214],[-79.9659232083079,40.4679827603395],[-79.9649892790463,40.4692671799935],[-79.9640162272548,40.4705793697704],[-79.9630524675473,40.471943028649],[-79.9628686577125,40.4722993878972],[-79.9623282110981,40.4733474021256],[-79.960997641608,40.4751228141583],[-79.9600067479183,40.4766086380076],[-79.958836612999,40.4780028017942],[-79.9575451636924,40.4792763066973],[-79.956086680184,40.4803506492657],[-79.9541043095724,40.481460873512],[-79.9530923762687,40.4820214302775],[-79.9519289853906,40.4826658640388],[-79.9501150456822,40.4833214639027],[-79.9497777707333,40.4834548751735],[-79.9476897278173,40.4842803139362],[-79.9450363283366,40.4849873933016],[-79.9430657013575,40.4855285559345],[-79.9413109086045,40.4860863598081],[-79.9390515025792,40.486748420605],[-79.9367950454247,40.4873641307432],[-79.9345396468097,40.4875836923386],[-79.9331106290303,40.4875994379771],[-79.9323619662232,40.4876076484004],[-79.9301688149629,40.4875841466381],[-79.9279606389158,40.4874155300227],[-79.9261698101616,40.487084995738],[-79.9242698660937,40.486715813422],[-79.9219205049617,40.486098223446],[-79.9201264986477,40.4856948067934],[-79.9183106874997,40.485269633515],[-79.9164867519596,40.4849126287367],[-79.9147659257514,40.4842383272822],[-79.9126163856212,40.4837347080743],[-79.9100166648411,40.4830826917372],[-79.9077005726849,40.4824007851193],[-79.9057948971005,40.4823929971788],[-79.9042623674911,40.4820213592727],[-79.9036055096915,40.4818620686047],[-79.9018408917975,40.4814849395029],[-79.899776353548,40.4812869457241],[-79.8989025720054,40.4812032236038],[-79.8962469586845,40.4805811144522],[-79.8944067778573,40.4803412780317],[-79.8916231976872,40.4792681251426]]],[[[-79.8595611348203,40.4820211806402],[-79.8620610561286,40.4782141938009],[-79.8628259298221,40.4751984118952],[-79.8635611227833,40.472298915916],[-79.8637599207533,40.4715152258926],[-79.8664416619347,40.4706145470024],[-79.8676699940114,40.4702020688596],[-79.8724021937048,40.4700839731928],[-79.8767086700621,40.4699763472277],[-79.8772102358371,40.4722991440056],[-79.8773154528031,40.4727850985449],[-79.877031726434,40.4757585038141],[-79.8788361279278,40.4789853046298],[-79.8767915350633,40.4791866467459],[-79.8746168884061,40.4793120877147],[-79.8728085157458,40.4794933159304],[-79.8702832730574,40.480076446935],[-79.8677756901968,40.4804933370047],[-79.8664419419648,40.4806751237429],[-79.8643021103289,40.4809667090465],[-79.8623606394463,40.4813923480752],[-79.8595611348203,40.4820211806402]]]],"bbox":[-80.0240505724647,40.4363965751463,-79.6945139381621,40.6699355953153]},"properties":{"FID":2,"AREA":828614700,"PERIMETER":506662.1,"RINGS_OK":17,"DESCR":"ALLEGHENY RIVER BASIN","COUNT_":177}},{"type":"Feature","id":3,"geometry":{"type":"Polygon","coordinates":[[[-79.8479704325183,40.2192631845931],[-79.8489666665333,40.2195231378615],[-79.8497724183422,40.219733440182],[-79.8559292538491,40.2213402868391],[-79.8584583385587,40.2236444768164],[-79.8591973563313,40.2271133000756],[-79.8616720736628,40.2292719449318],[-79.8580108212796,40.2305390273722],[-79.8541853958518,40.2297566336638],[-79.8502086036915,40.2292451956395],[-79.8497724849344,40.2291890473703],[-79.847084760232,40.2288432907879],[-79.8449231096099,40.2260197298642],[-79.8478531248982,40.2195232599949],[-79.8479704325183,40.2192631845931]]],"bbox":[-79.8616720736628,40.2192631845931,-79.8449231096099,40.2305390273722]},"properties":{"FID":3,"AREA":11818130,"PERIMETER":13806.29,"RINGS_OK":1,"DESCR":"ARROWHEAD LAKES BASIN","COUNT_":4}},{"type":"Feature","id":4,"geometry":{"type":"Polygon","coordinates":[[[-79.7751665398398,40.5909992910121],[-79.7758540949992,40.5892819673032],[-79.7759813868643,40.5889640778579],[-79.7763925703932,40.58793739355],[-79.7775744556039,40.5854312153576],[-79.7782648001836,40.5838850840175],[-79.7810500024425,40.58485670896],[-79.7828130848093,40.588382246989],[-79.7831082195638,40.5887783598938],[-79.7832461768626,40.5889637574658],[-79.7849157673096,40.5912062865059],[-79.786956698007,40.5936650888922],[-79.790503791096,40.5970873970469],[-79.7943787662432,40.5972986991515],[-79.7974687346477,40.5986861043883],[-79.7979612973342,40.598907259558],[-79.7997755562329,40.6003460670497],[-79.8010398669784,40.601348846072],[-79.8098809227091,40.601077084368],[-79.8130145068835,40.6051487327894],[-79.8147443905994,40.6076079689945],[-79.8146662685612,40.6084081759434],[-79.8143139093116,40.6120128083006],[-79.8164179518347,40.6155320396103],[-79.8128689325229,40.6164706280556],[-79.8125383379809,40.6181304243144],[-79.8118844495392,40.6214105842957],[-79.8045878334447,40.6217389045092],[-79.8012476635853,40.6187883435647],[-79.799934969549,40.6181301407002],[-79.7997757962057,40.618050158388],[-79.797852084695,40.6170854468437],[-79.7954934333006,40.614523042463],[-79.7929315682038,40.6116693621422],[-79.7889294600199,40.6092067533903],[-79.788091076681,40.6084082813915],[-79.7864329176921,40.606829010986],[-79.7835175674266,40.6021494876054],[-79.7831083273433,40.601600249925],[-79.781493974729,40.5994340346215],[-79.7808617441098,40.5986860372693],[-79.7789277787475,40.5963976325078],[-79.7743570649307,40.597481046037],[-79.7751665398398,40.5909992910121]]],"bbox":[-79.8164179518347,40.5838850840175,-79.7743570649307,40.6217389045092]},"properties":{"FID":4,"AREA":62186110,"PERIMETER":40887.19,"RINGS_OK":1,"DESCR":"BAILEY RUN BASIN","COUNT_":10}},{"type":"Feature","id":5,"geometry":{"type":"Polygon","coordinates":[[[-79.9365510347954,40.2973355681956],[-79.935500864631,40.2933599392081],[-79.9345510985555,40.2894915481652],[-79.9350526691988,40.2875779345439],[-79.9354476521936,40.2860698997661],[-79.9404148657484,40.2848887728177],[-79.9450148879593,40.2856555196036],[-79.9471135098443,40.2875779263226],[-79.9476466172942,40.2880663200616],[-79.9481491557335,40.2915020832197],[-79.9497760780596,40.2923784927835],[-79.9534927109839,40.2943807753595],[-79.9560804328209,40.2968655154502],[-79.9562716878809,40.2973002583646],[-79.9572812039094,40.2995931689193],[-79.961783498668,40.3009531409714],[-79.964073049656,40.305267317474],[-79.9648348754131,40.3070222602268],[-79.965430894671,40.3083955262301],[-79.9661769480359,40.3111304548443],[-79.9650863051457,40.3138602504809],[-79.9625051979071,40.3157717764026],[-79.9613483232757,40.3167445612234],[-79.959883304806,40.3179762902685],[-79.9567954646205,40.3209677763308],[-79.9550371455321,40.3171052213136],[-79.9545222690752,40.3167445375069],[-79.9521259944889,40.3150653694884],[-79.94977590036,40.3130655469172],[-79.9490011672309,40.3124060298572],[-79.9470596916966,40.309067459401],[-79.9454262796433,40.3070224061194],[-79.9450967954231,40.306609584754],[-79.9413477159921,40.3040340937075],[-79.9401644525717,40.3002795029027],[-79.9365510347954,40.2973355681956]]],"bbox":[-79.9661769480359,40.2848887728177,-79.9345510985555,40.3209677763308]},"properties":{"FID":5,"AREA":54629640,"PERIMETER":33719.61,"RINGS_OK":1,"DESCR":"BEAM RUN BASIN","COUNT_":8}},{"type":"Feature","id":6,"geometry":{"type":"Polygon","coordinates":[[[-80.0813893483058,40.5811063347133],[-80.0801993787722,40.5792424939556],[-80.0790927691937,40.5775091961654],[-80.0762286088122,40.5745572877331],[-80.0756368965568,40.5717098549541],[-80.0765654505739,40.5695204948397],[-80.0769217124027,40.568680646283],[-80.0787141385413,40.5662641829342],[-80.0792759346418,40.5632485372901],[-80.0791650684833,40.5603557426253],[-80.0782083598883,40.5597983507706],[-80.0755091852323,40.5582259234336],[-80.0767209594211,40.5551608438637],[-80.0745305177544,40.5528197032311],[-80.0725573562033,40.5505115761595],[-80.0718403866684,40.5500762352298],[-80.068751560624,40.548200931034],[-80.0687132503164,40.5446833563298],[-80.0700892637097,40.5408463698579],[-80.0696089038663,40.5403541010013],[-80.067350822531,40.5380394157507],[-80.0684956982604,40.5351217968531],[-80.0693844131498,40.5317702114699],[-80.0738047470168,40.5311735340901],[-80.0780859868254,40.5332187285016],[-80.0811716518887,40.5356517780574],[-80.0831152185072,40.5371873007452],[-80.0841615016085,40.5380137431384],[-80.0873794307034,40.5400966086452],[-80.0909300349764,40.5381787318286],[-80.0961315224728,40.5397487494713],[-80.0964135519402,40.540353997806],[-80.0974498319483,40.5425783692095],[-80.0997826063105,40.5465996183783],[-80.1003298220008,40.5475429702134],[-80.1016322578917,40.5500760506993],[-80.101871241853,40.5505412611806],[-80.1058614221635,40.5514606590026],[-80.1070511652297,40.5546486458037],[-80.1065531346458,40.5575971723657],[-80.107382635124,40.5597982950844],[-80.1080896128929,40.5616735137046],[-80.1060801452187,40.5641309152185],[-80.1021362163744,40.5646086679463],[-80.1026344154263,40.5675317732346],[-80.1045682438556,40.5695203982523],[-80.1055029846809,40.5704815877024],[-80.1080816245048,40.5734743091366],[-80.105407635218,40.575578638785],[-80.1070884753225,40.5792425658352],[-80.107292181031,40.5796861728124],[-80.1058908616003,40.5827240257737],[-80.1047320217116,40.5886043349601],[-80.1036338915985,40.5889645736658],[-80.0999307892402,40.5901793153963],[-80.0997834753384,40.5900866272424],[-80.0979973875024,40.5889645154464],[-80.0921731866672,40.585304024356],[-80.0859816976883,40.5829759775251],[-80.0831163002771,40.5818094231444],[-80.0813893483058,40.5811063347133]]],"bbox":[-80.1080896128929,40.5311735340901,-80.067350822531,40.5901793153963]},"properties":{"FID":6,"AREA":144222600,"PERIMETER":58127.34,"RINGS_OK":1,"DESCR":"BEAR RUN BASIN","COUNT_":19}},{"type":"Feature","id":7,"geometry":{"type":"Polygon","coordinates":[[[-79.8755585211061,40.2042133127327],[-79.8784582112011,40.2058877700052],[-79.8800863780087,40.209801180437],[-79.8801808259784,40.2100283713385],[-79.8795807484191,40.2150462390198],[-79.8781236011633,40.2180140943621],[-79.8779091201437,40.2195233127634],[-79.8777114752659,40.22091320276],[-79.8803818872614,40.2233165123687],[-79.8806488351355,40.2263911624607],[-79.8764453290102,40.2264751001669],[-79.872569652419,40.2269175300829],[-79.8688995995948,40.2285655155984],[-79.8678765810298,40.229245224245],[-79.866439394188,40.230199654542],[-79.8652197808198,40.2310098606519],[-79.8616720736628,40.2292719449318],[-79.8591973563313,40.2271133000756],[-79.8584583385587,40.2236444768164],[-79.8559292538491,40.2213402868391],[-79.8497724183422,40.219733440182],[-79.8489666665333,40.2195231378615],[-79.8479704325183,40.2192631845931],[-79.8454247995118,40.2148020339471],[-79.8421133882844,40.2119591811562],[-79.8456962006653,40.2098013554635],[-79.8497723046411,40.207346448304],[-79.8535849423907,40.2052819119933],[-79.8604520528335,40.2015662121117],[-79.8639806387668,40.2001301807],[-79.8664392949634,40.2004556231599],[-79.8679545023757,40.2006560999436],[-79.8698415934948,40.2009533681134],[-79.8755585211061,40.2042133127327]]],"bbox":[-79.8806488351355,40.2001301807,-79.8421133882844,40.2310098606519]},"properties":{"FID":7,"AREA":74350830,"PERIMETER":34990.3,"RINGS_OK":1,"DESCR":"BECKETS RUN BASIN","COUNT_":11}},{"type":"Feature","id":8,"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.1467919633847,40.6716277011449],[-80.142627480424,40.6714367144699],[-80.140178124123,40.6691364173527],[-80.1364095099266,40.6686634068088],[-80.1331183031691,40.6689529108963],[-80.1264760399837,40.6695369825074],[-80.1241029627201,40.6668514032719],[-80.1240044260557,40.6667416127388],[-80.1215689710163,40.6640326341397],[-80.1233159882993,40.6610304097708],[-80.1227111642118,40.6578897631996],[-80.1224889091825,40.6570194957128],[-80.1218366818405,40.6544621089378],[-80.1197162821579,40.6517904100997],[-80.1164511378893,40.6523119802975],[-80.1141239179949,40.6526836477351],[-80.1115019034877,40.6483576120701],[-80.1108630829103,40.6472973352655],[-80.1099515558755,40.6457847348356],[-80.1069014706638,40.6432044161298],[-80.0997840493954,40.6429018643622],[-80.0987276340667,40.6428569464789],[-80.0956837781502,40.6413043672313],[-80.0953325702402,40.6385463980407],[-80.0954199040366,40.6375751717314],[-80.0956226937653,40.6353153455274],[-80.0939178308133,40.6326778608618],[-80.0963844263886,40.628892459018],[-80.0997841779609,40.6279326238896],[-80.100066555085,40.6278528450703],[-80.1002137653585,40.6278112458155],[-80.1003174834016,40.6278529045044],[-80.1036534584801,40.6291933980503],[-80.1067342048751,40.631333317497],[-80.1107856526365,40.6310357327987],[-80.1132135222672,40.6287538504924],[-80.1141162061292,40.6278529818101],[-80.1162844589049,40.6256888206065],[-80.1164508776942,40.6256045902238],[-80.119747326213,40.6239368010995],[-80.1237078020787,40.6225046742121],[-80.1276515348045,40.6207054024856],[-80.1318082292353,40.6193418158094],[-80.1331176857339,40.6189735408028],[-80.1355867029286,40.6182790751096],[-80.1357697275405,40.6181308034484],[-80.1398985552096,40.6147869212766],[-80.1449320193012,40.61366313313],[-80.1448725163929,40.614218522697],[-80.1453533234841,40.6211955536174],[-80.1455289752802,40.6220423816798],[-80.1465300936418,40.6375758561827],[-80.1466255017164,40.639052120992],[-80.1466326744656,40.6391648977571],[-80.1466676878543,40.639755485823],[-80.1467119447834,40.6421227357524],[-80.147115976243,40.6494507251265],[-80.1473296422654,40.6527263598734],[-80.147425918171,40.6570193687618],[-80.147517880156,40.6611025740691],[-80.1476066482638,40.6650579864494],[-80.1473975799082,40.6667414164244],[-80.1472673830367,40.6677926916904],[-80.1467919633847,40.6716277011449]]],[[[-80.1853720119841,40.5978830664891],[-80.1850747991428,40.5979201214739],[-80.1860220676651,40.5986864906349],[-80.1880544420163,40.6003303486057],[-80.1877188470013,40.6005512532658],[-80.1864083670507,40.6005254507716],[-80.1858648306464,40.6009610466055],[-80.1849882619749,40.6010044478201],[-80.1843778233702,40.6010350414864],[-80.1840736751364,40.601515710897],[-80.184110836816,40.6015719943471],[-80.1843454553908,40.6038002104581],[-80.1842218472285,40.6039437097254],[-80.1837702421489,40.6044692662325],[-80.1833588812091,40.604949696937],[-80.1828874005741,40.6055362496404],[-80.1828035213967,40.605595418764],[-80.1816393496308,40.6064180750371],[-80.1808007819297,40.6079143671153],[-80.1805236402215,40.6084086173935],[-80.1801026568398,40.6091601417357],[-80.1797827150894,40.6090930553612],[-80.179606178656,40.6090559977845],[-80.1791436266183,40.6088436194428],[-80.1790130356651,40.6089314819774],[-80.1769254868512,40.6084934065002],[-80.1766088458077,40.6083927761529],[-80.1756539192499,40.6080893543871],[-80.1745635299132,40.608125910313],[-80.1738793326774,40.6081487233075],[-80.1730592860775,40.6081760900085],[-80.1722605689448,40.6082580095122],[-80.171847459454,40.6082422764178],[-80.1709546245606,40.6080491578815],[-80.1706676892881,40.6078976057208],[-80.1700576707496,40.6073406545272],[-80.1700879484165,40.6069553331845],[-80.1693860336035,40.6064099091866],[-80.1687149762373,40.6066349304998],[-80.1681045585731,40.6067303094952],[-80.1673490252684,40.606634953375],[-80.1668929116915,40.6061237722467],[-80.165929487332,40.6062839115166],[-80.165228313244,40.6069248631251],[-80.1639461717526,40.6078175002896],[-80.1632837154234,40.6083836638585],[-80.1628716470842,40.6087360035434],[-80.1626333226334,40.6089097561021],[-80.1625202457995,40.6090344765331],[-80.1587083092772,40.6086714454918],[-80.1570911661837,40.6085372991802],[-80.1564234575493,40.6082027817012],[-80.1557980862101,40.6081074781537],[-80.1550409876198,40.6083336050223],[-80.1549490719506,40.6083198957641],[-80.1542339699789,40.6084736655543],[-80.1538151171025,40.6087634714488],[-80.1531886958933,40.6093701879587],[-80.1526629355237,40.6095799152278],[-80.1522199614002,40.6101406027292],[-80.1522323040571,40.6106755440255],[-80.149784315967,40.6113411929145],[-80.1480049484481,40.6118251071685],[-80.1453152654622,40.6134339925014],[-80.1449320193012,40.61366313313],[-80.1424677264273,40.6106325339489],[-80.1437767070129,40.6084088483876],[-80.1442141567808,40.6076659623452],[-80.1465053176155,40.6044328064116],[-80.1487927898706,40.6010896661196],[-80.1472337267887,40.5986865654335],[-80.146890678358,40.5981579521],[-80.1452966610927,40.5951737572057],[-80.1487646793755,40.5942370173504],[-80.1497841805539,40.5941001400848],[-80.1541995795704,40.5935071800181],[-80.158362178607,40.5948736414936],[-80.1627019777516,40.5933403288723],[-80.165570271366,40.5915978798011],[-80.1664511330385,40.5910627519726],[-80.1684758734736,40.5898326951016],[-80.1689043724319,40.5889643502374],[-80.1697499883929,40.5872501174259],[-80.1692461675304,40.5840305472528],[-80.1732934251826,40.5831634139182],[-80.1772802133039,40.5832064884534],[-80.1807686845574,40.5824157610703],[-80.1831179482257,40.5818830482106],[-80.1844263072759,40.5815864455906],[-80.1888460340669,40.5824474127503],[-80.1930498249662,40.5831607968422],[-80.1965135094105,40.5846408641583],[-80.198844803041,40.581956909454],[-80.1997850418249,40.5808742422808],[-80.201109795605,40.5793487905762],[-80.2012238597395,40.5792421145443],[-80.2033945519709,40.577213628463],[-80.2046741804209,40.5741831710816],[-80.2079356071792,40.571583808656],[-80.2122954304813,40.5726372808084],[-80.2158962301907,40.5743977207832],[-80.2164518216332,40.5746707842353],[-80.2200880189909,40.5764574604866],[-80.2239475309905,40.5756180236519],[-80.2238838018255,40.5760030534611],[-80.2240598687063,40.5764454312911],[-80.2241658384458,40.5768422813974],[-80.2238838482749,40.577376311386],[-80.2232887568862,40.5774754373231],[-80.2222162318078,40.5783401623281],[-80.2206867627524,40.5795734950331],[-80.2199517555956,40.5794058800528],[-80.2193811148845,40.5792762885892],[-80.2187869268638,40.5794743132932],[-80.2186360753959,40.5800502413295],[-80.2189832569191,40.5812062836121],[-80.218027556162,40.5817117539015],[-80.2171850051831,40.5813741019924],[-80.2163840008365,40.5810765774924],[-80.2147828637375,40.5807752291292],[-80.2123859048883,40.5821751922327],[-80.2111881358929,40.5851735307826],[-80.2097843430485,40.5859746356845],[-80.2091514116991,40.5864208277831],[-80.2086858495871,40.586802364802],[-80.2075305773434,40.5878021392592],[-80.2071461304538,40.5881737961206],[-80.2070104389886,40.5883048780294],[-80.2057734961686,40.5889310250876],[-80.2010754304223,40.5914736118453],[-80.2009328936144,40.5916026857294],[-80.199737626877,40.5926100027233],[-80.1968157342807,40.5950728614712],[-80.1944409082861,40.5966102048887],[-80.19408256823,40.5966749173707],[-80.1913795335223,40.5965415943396],[-80.1906557780164,40.5963767295615],[-80.1896881912298,40.5961559847355],[-80.1879415021717,40.5961065229915],[-80.1863771116881,40.5963162118207],[-80.1856751460961,40.5964916999523],[-80.1849351480329,40.596636662213],[-80.1846299191958,40.5973233035325],[-80.1853720119841,40.5978830664891]]]],"bbox":[-80.2241658384458,40.571583808656,-80.0939178308133,40.6716277011449]},"properties":{"FID":8,"AREA":296584800,"PERIMETER":133179.4,"RINGS_OK":1,"DESCR":"BIG SEWICKLEY CREEK BASIN","COUNT_":39}},{"type":"Feature","id":9,"geometry":{"type":"Polygon","coordinates":[[[-80.3222979129795,40.4520233010878],[-80.3267902944821,40.4500524883135],[-80.3295989754503,40.4523160010982],[-80.3331923506509,40.4552456222525],[-80.3378390472023,40.4589382493538],[-80.3464918097974,40.4658705985811],[-80.3475074370689,40.4666839903792],[-80.348249569949,40.4673043379866],[-80.3489656958222,40.4679026098589],[-80.3490228256996,40.4679504990573],[-80.3494515215577,40.4683794750781],[-80.350850401416,40.469338606535],[-80.351549952698,40.4700769477156],[-80.3531491279217,40.4713092518315],[-80.3497885408998,40.4712800072778],[-80.3482431393062,40.4712665217792],[-80.3428128367368,40.4707035323457],[-80.3390292479144,40.470215499221],[-80.3359285087893,40.4687792340848],[-80.3337095459068,40.4665168419516],[-80.3343638911097,40.463607160022],[-80.3338749435167,40.4625759225477],[-80.3331215305066,40.4609874589047],[-80.3329870906969,40.4607041759269],[-80.3278833116316,40.4598040989785],[-80.3240543510666,40.4594267065323],[-80.3197168577615,40.4583453805492],[-80.3195986240531,40.455525480169],[-80.3216578086137,40.4528540986321],[-80.3222979129795,40.4520233010878]]],"bbox":[-80.3531491279217,40.4500524883135,-80.3195986240531,40.4713092518315]},"properties":{"FID":9,"AREA":23815920,"PERIMETER":26619.98,"RINGS_OK":1,"DESCR":"BIGGER RUN BASIN","COUNT_":5}},{"type":"Feature","id":10,"geometry":{"type":"Polygon","coordinates":[[[-79.7894270038171,40.5302736986712],[-79.7831069563697,40.5276254167663],[-79.7819102442233,40.5271238997523],[-79.7831070692694,40.5270329483321],[-79.7895008515159,40.5265468459905],[-79.7933013300066,40.5266750845181],[-79.7992391282977,40.526875194382],[-79.7997742272639,40.5269739999156],[-79.8028830819417,40.5275480798072],[-79.8082411902056,40.5288514011375],[-79.813006778031,40.5298351295691],[-79.815202842266,40.5306314229762],[-79.8164414445952,40.5310803709188],[-79.8168712995112,40.5312362349757],[-79.8164415206258,40.5319040803632],[-79.8156321507438,40.5331609605246],[-79.813626392285,40.5331909109826],[-79.8118184997552,40.533130811971],[-79.8093143487541,40.5332936375711],[-79.8073054162963,40.5334259835974],[-79.8054150347862,40.5332717523411],[-79.802384468886,40.5330473671103],[-79.8001999391723,40.5325239956122],[-79.7997741098919,40.5324402448837],[-79.798384855627,40.5321670228566],[-79.7959388181307,40.5319768250795],[-79.7936046212812,40.5315286513953],[-79.791822491358,40.5312773042766],[-79.7902812236779,40.5306315389317],[-79.7894270038171,40.5302736986712]]],"bbox":[-79.8168712995112,40.5265468459905,-79.7819102442233,40.5334259835974]},"properties":{"FID":10,"AREA":13823370,"PERIMETER":20630.39,"RINGS_OK":1,"DESCR":"BLACKS RUN BASIN","COUNT_":6}},{"type":"Feature","id":11,"geometry":{"type":"Polygon","coordinates":[[[-79.8709483726196,40.5716158172714],[-79.8752382705404,40.5706346727333],[-79.8801928452119,40.5713189514537],[-79.8831108435614,40.5708664996892],[-79.8841808411634,40.5707005723194],[-79.8854747558533,40.5695201617929],[-79.8868018661569,40.5683093489956],[-79.8905018417645,40.5663398397923],[-79.8944514395885,40.5645700561833],[-79.8982384111405,40.5648046278737],[-79.8997776822071,40.5653577253772],[-79.9046510641345,40.567108500339],[-79.908240967346,40.5679007137821],[-79.9088698890334,40.569520393436],[-79.9096136220572,40.5714349841219],[-79.9107523439233,40.574365677865],[-79.9063686800448,40.5749696028087],[-79.9028769562249,40.5760200387721],[-79.9005488971886,40.5784430825043],[-79.8997782564082,40.5786685561184],[-79.8978163910855,40.5792422668706],[-79.8962888910661,40.5796890551303],[-79.8939182317482,40.5823688717238],[-79.8896287908481,40.5827002084569],[-79.8855432080417,40.5853719599396],[-79.8831110878377,40.5849669984295],[-79.8785664450942,40.5842102545908],[-79.8754656747128,40.5826145403113],[-79.8723181156433,40.5811291738916],[-79.8685317537588,40.5792515348775],[-79.8664437265436,40.5770234722949],[-79.8661465788728,40.5767063673268],[-79.8664437094281,40.5763070128437],[-79.868202236405,40.5739434021682],[-79.8709483726196,40.5716158172714]]],"bbox":[-79.9107523439233,40.5645700561833,-79.8661465788728,40.5853719599396]},"properties":{"FID":11,"AREA":52742000,"PERIMETER":31209.68,"RINGS_OK":1,"DESCR":"BLUE RUN BASIN","COUNT_":8}},{"type":"Feature","id":12,"geometry":{"type":"Polygon","coordinates":[[[-79.7542623952155,40.5300628527747],[-79.7552929037107,40.5268597760535],[-79.7552647588114,40.5235566315336],[-79.7613998811932,40.5217036417284],[-79.7615241323373,40.5209092704411],[-79.7618773329024,40.5186551122419],[-79.7638429386788,40.5153249930291],[-79.7664393072347,40.5132591234294],[-79.7668051888066,40.5129681390368],[-79.7676035687609,40.5111870310982],[-79.7680630109353,40.5101617432378],[-79.7712275000245,40.5111871794623],[-79.7722623715398,40.5115225145141],[-79.774601863942,40.5111872921259],[-79.7760091282424,40.5109855584639],[-79.7778520462047,40.5083904274861],[-79.7818397234241,40.5077381118489],[-79.7831066540138,40.5080149607225],[-79.7855839700068,40.5085563987261],[-79.7889069549247,40.5111872853449],[-79.7903457746904,40.5123260921325],[-79.7871456791186,40.5147610279455],[-79.7861795240088,40.5176714778277],[-79.7859369135357,40.5209093088703],[-79.7859129228461,40.5212316627299],[-79.7845574010255,40.524002220741],[-79.7831068130282,40.5257127949019],[-79.7819102442233,40.5271238997523],[-79.7788345070213,40.5287925843177],[-79.7770534912677,40.5299491806847],[-79.7715409680645,40.5306313849661],[-79.7698667105636,40.5308385747656],[-79.7664397525031,40.531308131759],[-79.7659245848443,40.5313787133441],[-79.7619605521474,40.5306902412867],[-79.761237758148,40.5306313328538],[-79.7542623952155,40.5300628527747]]],"bbox":[-79.7903457746904,40.5077381118489,-79.7542623952155,40.5313787133441]},"properties":{"FID":12,"AREA":52046740,"PERIMETER":30686.85,"RINGS_OK":1,"DESCR":"BODIES RUN BASIN","COUNT_":11}},{"type":"Feature","id":13,"geometry":{"type":"Polygon","coordinates":[[[-80.2359576504836,40.5446345924511],[-80.2331185685301,40.5429545584171],[-80.2314056142034,40.5419406854641],[-80.2302083706425,40.5403534873058],[-80.2281928994645,40.5376811005014],[-80.2294292848448,40.534797371574],[-80.2331188298897,40.5332102551967],[-80.2332733848756,40.533143693831],[-80.2380359373219,40.533853014975],[-80.2426886363478,40.5354812579412],[-80.2466486103227,40.5365728255236],[-80.2497858559509,40.5377500860536],[-80.2508170297539,40.5381370532309],[-80.2552556776438,40.5392193597331],[-80.258747947202,40.540353512629],[-80.2627092551214,40.5392946927306],[-80.2660777897304,40.5368719031583],[-80.26645310293,40.5366454301108],[-80.2690942602244,40.5350504250823],[-80.2738068924818,40.5319746852872],[-80.2762141274671,40.5366993779376],[-80.2764268249082,40.5383877732222],[-80.2757881884312,40.5388744673044],[-80.2748871745063,40.5395155993513],[-80.2723829191903,40.5411750290676],[-80.2636869000977,40.5472746125646],[-80.2522152401049,40.5555496191887],[-80.2497858450637,40.5547706612367],[-80.2475013370249,40.5540381275745],[-80.2465583433474,40.5500756014652],[-80.2465119427921,40.5498800031542],[-80.2446725405367,40.5462889731313],[-80.2359576504836,40.5446345924511]]],"bbox":[-80.2764268249082,40.5319746852872,-80.2281928994645,40.5555496191887]},"properties":{"FID":13,"AREA":51268520,"PERIMETER":37064.14,"RINGS_OK":1,"DESCR":"BOGGS RUN BASIN","COUNT_":11}},{"type":"Feature","id":14,"geometry":{"type":"Polygon","coordinates":[[[-79.9570115616653,40.662773496528],[-79.9572431741324,40.6589826384484],[-79.966448965365,40.6575766646358],[-79.9671893019896,40.6574634904135],[-79.9714924326533,40.658447666725],[-79.976757254131,40.6588537730735],[-79.9789298183208,40.6614173121701],[-79.9831162511368,40.6613580347303],[-79.9836383723759,40.6613506372017],[-79.9933092518352,40.6576385394117],[-79.9970529966946,40.6594032128182],[-79.9997834065211,40.6602954056518],[-80.001483570835,40.6608509399907],[-80.005015696628,40.661629107602],[-80.0082005878747,40.6603192525275],[-80.0114071361266,40.6590003041884],[-80.0153377242378,40.6606083623179],[-80.0164501701507,40.6619619983666],[-80.0177704025754,40.6635682904633],[-80.0185562951262,40.6664485957439],[-80.0188600651887,40.6667415127164],[-80.0220371973424,40.6698039960328],[-80.0249210213297,40.6674808140367],[-80.0283756618715,40.6689063471605],[-80.0326749088549,40.6687170236332],[-80.0331173859948,40.6685527462803],[-80.03799291899,40.6667415560047],[-80.0389459165943,40.6663875031123],[-80.0388150862976,40.6667416329108],[-80.0374797174358,40.6703508111833],[-80.0377511392739,40.6738759387066],[-80.0361837198907,40.6738493605325],[-80.0318654174981,40.6738188336104],[-80.0300418187572,40.6737882893852],[-80.0218941662234,40.6736280593211],[-80.0104420688579,40.6736089418852],[-80.009686483159,40.6735937217934],[-80.002903818372,40.6736585916199],[-79.997112917803,40.6736433583831],[-79.996548531238,40.6736433962785],[-79.993748228017,40.6736432976707],[-79.9899259359416,40.6736280396424],[-79.9878430540389,40.6735936889332],[-79.9872401802822,40.6735479181722],[-79.9855770832745,40.67344871059],[-79.9846308817834,40.6734486714049],[-79.9841200863461,40.6734334584004],[-79.9790594723433,40.6731587101055],[-79.9780086064511,40.6731015953949],[-79.9770472444778,40.6730519333984],[-79.9645957778027,40.6726284986602],[-79.9628410078252,40.6724263791534],[-79.9607732647457,40.6723157469435],[-79.959929930342,40.6723314784252],[-79.959750823218,40.6722720831002],[-79.9566761862329,40.6694873485021],[-79.9564801374837,40.6667414920901],[-79.9564243757776,40.6659625950974],[-79.9570115616653,40.662773496528]]],"bbox":[-80.0389459165943,40.6574634904135,-79.9564243757776,40.6738759387066]},"properties":{"FID":14,"AREA":95321130,"PERIMETER":56684.18,"RINGS_OK":1,"DESCR":"BREAKNECK CREEK BASIN","COUNT_":17}},{"type":"Feature","id":15,"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.0657152076368,40.639778542386],[-80.0664505211964,40.6402358743217],[-80.071872470299,40.6436085027123],[-80.0751069380744,40.6422161393295],[-80.0798622185206,40.6393608217989],[-80.0831174109225,40.6381996619316],[-80.0833412710719,40.6381197303461],[-80.083972530101,40.6375750119683],[-80.0863819900535,40.6354959948605],[-80.088542684691,40.6331599720688],[-80.0939178308133,40.6326778608618],[-80.0956226937653,40.6353153455274],[-80.0954199040366,40.6375751717314],[-80.0953325702402,40.6385463980407],[-80.0956837781502,40.6413043672313],[-80.0987276340667,40.6428569464789],[-80.0997840493954,40.6429018643622],[-80.1069014706638,40.6432044161298],[-80.1099515558755,40.6457847348356],[-80.1108630829103,40.6472973352655],[-80.1115019034877,40.6483576120701],[-80.1141239179949,40.6526836477351],[-80.1164511378893,40.6523119802975],[-80.1197162821579,40.6517904100997],[-80.1218366818405,40.6544621089378],[-80.1224889091825,40.6570194957128],[-80.1227111642118,40.6578897631996],[-80.1233159882993,40.6610304097708],[-80.1215689710163,40.6640326341397],[-80.1240044260557,40.6667416127388],[-80.1241029627201,40.6668514032719],[-80.1264760399837,40.6695369825074],[-80.1331183031691,40.6689529108963],[-80.1364095099266,40.6686634068088],[-80.140178124123,40.6691364173527],[-80.142627480424,40.6714367144699],[-80.1467919633847,40.6716277011449],[-80.146442183439,40.6744486816505],[-80.1456457931713,40.6744163118005],[-80.136503597356,40.6740438890912],[-80.1299273030168,40.6743147059089],[-80.1277836537778,40.6742497902622],[-80.1267306017943,40.6743147111865],[-80.1252125075616,40.6742193345542],[-80.1238161467171,40.6743795567828],[-80.1218935785101,40.67434518777],[-80.1202837337533,40.6743451540278],[-80.1171099041687,40.6741239004569],[-80.1128905656058,40.6742841756036],[-80.1102203194569,40.6742040939374],[-80.105208221395,40.6741391882956],[-80.1038194385333,40.6741049183725],[-80.1017671344104,40.6741239906875],[-80.0989365224634,40.6741239568473],[-80.0971892831053,40.6741392567603],[-80.0960373915604,40.6741239530433],[-80.095511015426,40.6741545082261],[-80.0703413005186,40.6740896512855],[-80.0685740952853,40.6741793138602],[-80.0683117367582,40.6741926249769],[-80.0647220031353,40.6740355741825],[-80.063428963624,40.673979002858],[-80.0615782840673,40.6740009781895],[-80.0614273929781,40.6739391162528],[-80.0590484969737,40.6699486312583],[-80.0568826811857,40.6676802859508],[-80.052918572914,40.666741506927],[-80.0525772912003,40.6666606763945],[-80.0523943515308,40.6667415348175],[-80.0497842925407,40.6678947415895],[-80.0492358907882,40.6681369507753],[-80.0447040157767,40.6674121669659],[-80.0445229139674,40.6667415720382],[-80.0437742103448,40.6639669133177],[-80.0445660618466,40.660543965539],[-80.0460784673117,40.657107511886],[-80.0461169243354,40.6570194851486],[-80.047336275812,40.6542171738831],[-80.0481450384407,40.6504405871498],[-80.0497836677866,40.6485724288236],[-80.0502429725814,40.6480488187694],[-80.050519627829,40.6472971536843],[-80.0512729457379,40.6452526141287],[-80.0547290479208,40.642937094532],[-80.0575479384037,40.641216525968],[-80.0614504123355,40.6394466505954],[-80.0657152076368,40.639778542386]]],[[[-79.772374049724,40.3664771197465],[-79.7726067686441,40.3653479714024],[-79.7731672113953,40.3634310544768],[-79.775397029549,40.3653552489497],[-79.7788117866854,40.3683017114444],[-79.7807880317433,40.3707660273818],[-79.7779808543352,40.3733560532431],[-79.7778938780958,40.3750773644963],[-79.7777579825698,40.377755226544],[-79.7777377177054,40.3809063281583],[-79.7754666079126,40.3838341148687],[-79.7712828802804,40.3841718786735],[-79.7668663656046,40.3842757069787],[-79.7679806776772,40.3802466854009],[-79.7686750604764,40.3787182970471],[-79.7687205383468,40.3786182261611],[-79.7695315363649,40.3773887946607],[-79.7702409188595,40.3755538964521],[-79.7704085725233,40.3751876663028],[-79.7708434417798,40.3745582297322],[-79.772374049724,40.3664771197465]]],[[[-80.076665171424,40.300700626182],[-80.0807769518573,40.301788506943],[-80.0809497884163,40.3018342700065],[-80.0814114747817,40.3019878095639],[-80.0825820324822,40.3023772410804],[-80.0832761316977,40.3026786472613],[-80.0860762968627,40.3033766812301],[-80.0869766565083,40.3036780919804],[-80.0875032136117,40.3038268604979],[-80.0890821333414,40.3042769429097],[-80.0939414384441,40.3057052365171],[-80.0945751367813,40.3058914413197],[-80.0975363081689,40.3070222885631],[-80.0982537865546,40.3072963571339],[-80.0997805420111,40.3078793389195],[-80.1058810165507,40.3102086282585],[-80.1043838455023,40.3140822650077],[-80.1007161739365,40.3151733605725],[-80.0997803893042,40.315432791559],[-80.0970422827546,40.3161919514768],[-80.0966157405547,40.3167445134746],[-80.0946048014279,40.3193493288149],[-80.0927547459638,40.3230031611878],[-80.0894135970156,40.3250470666405],[-80.0831132903366,40.3254982631325],[-80.0812464024325,40.325631944427],[-80.0787071650931,40.3233689539269],[-80.0798174248661,40.3207114028468],[-80.0783068535115,40.3174774218632],[-80.0756027508619,40.3167446448213],[-80.0747545032008,40.3165146903765],[-80.0703167605501,40.3162997581992],[-80.0669872109772,40.3148198374335],[-80.0667391708192,40.3078192708079],[-80.067046325239,40.3070222530174],[-80.0683930447282,40.3035281067706],[-80.0678440362613,40.3006442584967],[-80.0749445758565,40.3002452529039],[-80.076665171424,40.300700626182]]]],"bbox":[-80.1467919633847,40.3002452529039,-79.7668663656046,40.6744486816505]},"properties":{"FID":15,"AREA":322016400,"PERIMETER":131405.3,"RINGS_OK":3,"DESCR":"BRUSH CREEK BASIN","COUNT_":38}},{"type":"Feature","id":16,"geometry":{"type":"Polygon","coordinates":[[[-79.7501017755572,40.6544982129634],[-79.75083306152,40.6493307605015],[-79.751030718432,40.6472963012255],[-79.7512111208807,40.6454394861809],[-79.750007874288,40.6426743380653],[-79.7497746297178,40.6417547287556],[-79.7491744896253,40.6393896306786],[-79.7466206168183,40.6375742861918],[-79.7461995062883,40.6372748056498],[-79.7459446278995,40.6339081239953],[-79.7472297227473,40.6310654887096],[-79.7474221645651,40.6278522272868],[-79.7475550359529,40.6256369852949],[-79.7494119878856,40.6217957833753],[-79.7497741161233,40.6214774796341],[-79.7525125943608,40.6190710264312],[-79.7528286877698,40.6181301695004],[-79.753478677232,40.6161968356174],[-79.7543536733927,40.613397139526],[-79.7557294142384,40.6084081478558],[-79.7569415747526,40.6040106425839],[-79.75698000518,40.6016453123696],[-79.7590921872644,40.6015373992829],[-79.7613649561119,40.6003846953735],[-79.7656208543367,40.6062163031734],[-79.7664409457011,40.6063241264673],[-79.7728109867459,40.6071615207762],[-79.7737076825678,40.6084082490616],[-79.7746871170784,40.6097695275135],[-79.7742986310175,40.6133673374289],[-79.7777999530823,40.616095067482],[-79.7817133220976,40.6174240384984],[-79.7831086138934,40.6180946375688],[-79.7831821974554,40.618130069211],[-79.7848101519308,40.6189124825388],[-79.7841319395481,40.6217457803102],[-79.7876659183333,40.6232633709916],[-79.7906144778675,40.6251071712701],[-79.7964851665894,40.6266363524046],[-79.79796226969,40.6278523140592],[-79.7989727613368,40.6286843117286],[-79.7997757500656,40.6289294883906],[-79.8045001226153,40.6303714610597],[-79.8055530921634,40.6330761173631],[-79.8074295794428,40.6357921459351],[-79.8114139948861,40.6375296076772],[-79.8116154062047,40.637574588774],[-79.8164434522465,40.6386524192535],[-79.8184317832163,40.6390962391754],[-79.8227876237743,40.639332200564],[-79.8265641644145,40.6414379531705],[-79.8287846076316,40.6437305787932],[-79.8316372175496,40.6461346805465],[-79.8319345274662,40.6472966696399],[-79.8324778648882,40.6494187319153],[-79.8327303182766,40.6525651657872],[-79.8331108944747,40.6527186048993],[-79.8364672640208,40.6540721685074],[-79.83834736066,40.6570189717182],[-79.8386263671896,40.6574558228246],[-79.8408922570549,40.6597446605282],[-79.8449661709921,40.6613582348109],[-79.849778462038,40.662738733492],[-79.8501559240153,40.6628470428311],[-79.8541304575143,40.6613292270816],[-79.8570902544947,40.6587876547517],[-79.8619036529181,40.6594547045416],[-79.8662909266541,40.6585790649701],[-79.8664454202998,40.6586622184499],[-79.8711427640555,40.661190421236],[-79.873157037531,40.6640208871703],[-79.8741349321626,40.6667411769646],[-79.8742100599851,40.6669506162126],[-79.8793482231952,40.6684117955514],[-79.882947541022,40.6702639235219],[-79.8773420664729,40.6722747003582],[-79.8768319694317,40.6722657810402],[-79.8689579310496,40.6721055874987],[-79.8674775669375,40.6720750550362],[-79.8661271717598,40.672120812252],[-79.860244636176,40.6723763587849],[-79.851655378541,40.6726223469918],[-79.8446987753203,40.6722616347597],[-79.8444824347177,40.6722479531131],[-79.8389809219528,40.671769745864],[-79.8323506736478,40.6714035317419],[-79.8286427867602,40.671083092707],[-79.8254080300136,40.671208984784],[-79.8161453754516,40.6718191789259],[-79.8139675060663,40.6720450924421],[-79.8109755406759,40.6722410771626],[-79.8091035542662,40.6690477208272],[-79.8086353719538,40.6667409651445],[-79.8082877684211,40.6650299245779],[-79.8055615614151,40.6631322448661],[-79.8046920069216,40.6603984373014],[-79.8017547768135,40.6579558021736],[-79.801061466685,40.6570186008584],[-79.7997764276074,40.6552814729144],[-79.799370811159,40.6547330852043],[-79.7962026044004,40.6526227553448],[-79.7935194589909,40.6504680989835],[-79.7897860298671,40.648844182273],[-79.7894095734824,40.6520022540276],[-79.7859975630677,40.6540733846963],[-79.7831090894462,40.6554918153655],[-79.782523388951,40.6557794767486],[-79.7825851769879,40.6570185484069],[-79.7826696241922,40.6587089598591],[-79.7811466750748,40.6637910706988],[-79.7810491839098,40.6666510305969],[-79.7810451312932,40.6667406766478],[-79.7808535192995,40.671245005489],[-79.7799489871392,40.6712040433245],[-79.7703235748343,40.6708074887043],[-79.7683917473403,40.6667405968893],[-79.767538436007,40.6649646377966],[-79.7664421796315,40.6635470784606],[-79.7654678749879,40.6622872340275],[-79.76480111805,40.658340198044],[-79.7646488546334,40.6570185256771],[-79.7644599854041,40.6553772842503],[-79.7650962562717,40.6512257865206],[-79.7662159400047,40.6485327085339],[-79.7610524239938,40.6475170404818],[-79.758381342389,40.6500513685353],[-79.755551448174,40.6522232144357],[-79.7501017755572,40.6544982129634]]],"bbox":[-79.882947541022,40.6003846953735,-79.7459446278995,40.6726223469918]},"properties":{"FID":16,"AREA":376767400,"PERIMETER":127517.3,"RINGS_OK":1,"DESCR":"BULL CREEK BASIN","COUNT_":41}},{"type":"Feature","id":17,"geometry":{"type":"Polygon","coordinates":[[[-79.952989350283,40.2177022478566],[-79.9535868240398,40.2195231292699],[-79.9543304137804,40.2217873401998],[-79.9584066565434,40.2237405651456],[-79.9583661620251,40.2267811795289],[-79.9566731895133,40.2292453206605],[-79.9560746302342,40.2301163482244],[-79.9539106254357,40.2329737226888],[-79.9517261689197,40.2352081171643],[-79.9497755321583,40.2365522696435],[-79.9490102403058,40.2370796813393],[-79.9462460148991,40.2371090692083],[-79.9434983899125,40.237153177233],[-79.9395498387325,40.2372611525703],[-79.9388887350395,40.2339924277856],[-79.9402726956811,40.2314494017272],[-79.9401538907148,40.2292453126887],[-79.9401069712026,40.228376691448],[-79.9399483036127,40.2254385678812],[-79.9433838269737,40.2242372459409],[-79.9442904583688,40.2195232417639],[-79.944392739418,40.2189905567766],[-79.9474263285044,40.2150752879279],[-79.9497756100981,40.2156553116921],[-79.9507645367788,40.2158995995607],[-79.952989350283,40.2177022478566]]],"bbox":[-79.9584066565434,40.2150752879279,-79.9388887350395,40.2372611525703]},"properties":{"FID":17,"AREA":28371250,"PERIMETER":22169.27,"RINGS_OK":1,"DESCR":"BUNOLA RUN BASIN","COUNT_":8}},{"type":"Feature","id":18,"geometry":{"type":"Polygon","coordinates":[[[-79.8272430765416,40.2613833373348],[-79.8281588650587,40.2645343113811],[-79.8308747950125,40.2667010216814],[-79.8314238403983,40.2681336118586],[-79.8319563577052,40.2695234229569],[-79.8330472830667,40.2723704438383],[-79.8288148855509,40.2722781522829],[-79.8259767147728,40.27029447477],[-79.8227793165652,40.2681338209893],[-79.8226123150835,40.2680209846826],[-79.8184389960607,40.2668765503186],[-79.8209933183645,40.2628801329316],[-79.8272430765416,40.2613833373348]]],"bbox":[-79.8330472830667,40.2613833373348,-79.8184389960607,40.2723704438383]},"properties":{"FID":18,"AREA":8297705,"PERIMETER":12613.61,"RINGS_OK":1,"DESCR":"BUTLERS LAKE BASIN","COUNT_":2}},{"type":"Feature","id":19,"geometry":{"type":"Polygon","coordinates":[[[-79.8650942406541,40.5554890004389],[-79.8636381604094,40.5511897054922],[-79.8636383013739,40.5500758816643],[-79.8636382954108,40.5484412300013],[-79.8603626342598,40.5472879890268],[-79.8584791807122,40.5444977345721],[-79.854842956607,40.5413711560994],[-79.8552250578465,40.540353864989],[-79.8560822167185,40.5380704706071],[-79.8604088074638,40.5372884889054],[-79.8664429251549,40.5375938446014],[-79.8676563340344,40.5376552209539],[-79.8693211545299,40.540353837037],[-79.8695178879263,40.540672686763],[-79.8727371608778,40.5425113341345],[-79.8748734414114,40.5449413247435],[-79.878347969723,40.5477131479407],[-79.8784518852914,40.5500760047065],[-79.8785312561526,40.5518755775614],[-79.8726009563676,40.5532368714385],[-79.8689400505022,40.5555260094271],[-79.8664432448946,40.5555020124664],[-79.8650942406541,40.5554890004389]]],"bbox":[-79.8785312561526,40.5372884889054,-79.854842956607,40.5555260094271]},"properties":{"FID":19,"AREA":25017590,"PERIMETER":21211.1,"RINGS_OK":1,"DESCR":"CAMPBELL RUN BASIN","COUNT_":6}},{"type":"Feature","id":20,"geometry":{"type":"Polygon","coordinates":[[[-80.1425331849526,40.4301518697875],[-80.1460345861566,40.4314047754645],[-80.1497828756266,40.4329648090305],[-80.1508525491185,40.433410096153],[-80.1511776464274,40.4335453609723],[-80.1544825609224,40.4354263041473],[-80.1594492518887,40.4376183431943],[-80.1599799548312,40.4405275823191],[-80.1615713380377,40.4431324490508],[-80.1627023218415,40.4449836006883],[-80.1647946459732,40.4489120169228],[-80.1604324680045,40.4494573756898],[-80.1547003937453,40.4470952508432],[-80.1500280543167,40.4452612482295],[-80.1497829122661,40.4451649084306],[-80.146565205114,40.4439019292697],[-80.1429298095203,40.4471983262918],[-80.1393002416794,40.4505676772619],[-80.1362003422054,40.4525599247047],[-80.1331155441023,40.4517800386862],[-80.1316629358045,40.451412671488],[-80.1271626908884,40.4498874203883],[-80.1234072807036,40.4487873485464],[-80.1193491677377,40.4477766867566],[-80.1164485919849,40.4487778166145],[-80.1155567381586,40.4490856041917],[-80.1122037948183,40.4472955889815],[-80.1088171527132,40.4454874604921],[-80.1067899453134,40.4431326159657],[-80.1061460836358,40.4423846817603],[-80.1036883768405,40.439827723207],[-80.1012924799183,40.4366672313688],[-80.0997814905654,40.4346735010914],[-80.0988238245442,40.4334102607834],[-80.0982635439758,40.4326708833841],[-80.0970718744545,40.4289920684858],[-80.0952642451193,40.4243350519864],[-80.0950356138576,40.4236882968579],[-80.0934354725626,40.4191654554273],[-80.0912642125955,40.4139662178084],[-80.0911119098549,40.4136017732546],[-80.0895697573655,40.409636168252],[-80.0964034530218,40.4081831645554],[-80.0997810137274,40.4100778773071],[-80.10148749089,40.4110348776093],[-80.1044929579493,40.4128491604247],[-80.1059837693911,40.4139661556139],[-80.1070715952799,40.414781317133],[-80.1102635894023,40.4163725705325],[-80.1140489454577,40.4182829177366],[-80.1164484008211,40.4195612180847],[-80.1176406146415,40.4201964280878],[-80.1214043583519,40.4214795247344],[-80.1251005098814,40.4227393487617],[-80.1274092366582,40.423688228767],[-80.13192433466,40.4255435992155],[-80.1331157100629,40.4264657145445],[-80.1346063700992,40.4276196854431],[-80.1381281114114,40.4289477491745],[-80.1425331849526,40.4301518697875]]],"bbox":[-80.1647946459732,40.4081831645554,-80.0895697573655,40.4525599247047]},"properties":{"FID":20,"AREA":153156400,"PERIMETER":59680.27,"RINGS_OK":1,"DESCR":"CAMPBELLS RUN BASIN","COUNT_":21}},{"type":"Feature","id":21,"geometry":{"type":"Polygon","coordinates":[[[-80.0258074863076,40.3422451938173],[-80.0215251999623,40.3411474441003],[-80.0175726688536,40.3397130297735],[-80.0164447226199,40.339451329239],[-80.0124262265568,40.3385187434139],[-80.0081479798136,40.3374204264599],[-80.0072290319125,40.3361890061604],[-80.004962546925,40.3331511823874],[-80.0036319222663,40.3295108408337],[-80.0013665106942,40.3264666660422],[-80.0007510087787,40.325639449475],[-79.9997774830665,40.3246052013231],[-79.9980025093338,40.3227189365072],[-79.9964148448402,40.3199621406887],[-79.9942577745102,40.3167446188249],[-79.9936704236775,40.3158685935948],[-79.9915906271663,40.3128640480921],[-79.9895214014281,40.3091986076596],[-79.9884086960429,40.3070224322622],[-79.9876268501785,40.3054939607251],[-79.9860986541211,40.3029918513675],[-79.984187144457,40.2978949491734],[-79.9840468984871,40.2973000824887],[-79.9832320911471,40.2938445760688],[-79.9831102912826,40.2936855255592],[-79.9800669944045,40.2897143393351],[-79.9831100858736,40.2888887235798],[-79.9874506942987,40.2877109148241],[-79.9881934719677,40.2875780791016],[-79.991182818807,40.2870433299138],[-79.9916644467473,40.2875780924286],[-79.9936845709213,40.2898208490825],[-79.99862817844,40.292154704811],[-79.9974733121492,40.2948460234049],[-79.9986733547329,40.2973000708058],[-79.9990740293562,40.2981193869236],[-79.9997772248796,40.2988553127793],[-80.0016230425342,40.3007861563046],[-80.004478718587,40.3025330775651],[-80.0057035403055,40.3059194227657],[-80.0066531823204,40.3070224786114],[-80.0077857046816,40.3083379330571],[-80.0092650642704,40.3113900036678],[-80.0130324041695,40.3131202348528],[-80.0155948342497,40.3161536342269],[-80.0164445286102,40.3167141061529],[-80.0196925560496,40.3188559267349],[-80.0219030668676,40.3216503547072],[-80.0245402925464,40.3246458807534],[-80.0257994680422,40.326466844276],[-80.0266937850848,40.3277596202138],[-80.027532768803,40.3310423270785],[-80.0316273206448,40.3333437991445],[-80.0308137516637,40.33618882265],[-80.0299824655702,40.3390957146014],[-80.0258074863076,40.3422451938173]]],"bbox":[-80.0316273206448,40.2870433299138,-79.9800669944045,40.3422451938173]},"properties":{"FID":21,"AREA":106510300,"PERIMETER":52842.26,"RINGS_OK":1,"DESCR":"CATFISH RUN BASIN","COUNT_":15}},{"type":"Feature","id":22,"geometry":{"type":"Polygon","coordinates":[[[-79.9239001005946,40.5883449128572],[-79.9243959905229,40.5889646381972],[-79.9258837372626,40.5908244870037],[-79.9286301589349,40.5931209913001],[-79.9331128346309,40.5936645923003],[-79.9344490188779,40.5938266260463],[-79.9343172701121,40.5969812367815],[-79.9331131249098,40.5981987691617],[-79.9326304868722,40.5986864831918],[-79.9317641757835,40.5995623091787],[-79.9300132090534,40.6023344160828],[-79.9284400238542,40.6049271641028],[-79.9283113525057,40.6084087832703],[-79.9282495556103,40.6100890518637],[-79.9198773255711,40.6095118479257],[-79.9199178601434,40.608408676048],[-79.9199998406384,40.6061748569264],[-79.9164461340981,40.6059176292581],[-79.9130666878394,40.6056729990484],[-79.90835436418,40.6063423841059],[-79.9043789512967,40.6060632980859],[-79.9009316780821,40.6042727900129],[-79.899778508927,40.6037396453284],[-79.8959662697469,40.6019767016799],[-79.8919978294017,40.5990770504387],[-79.8915130652377,40.598686597089],[-79.8894581001837,40.5970320061057],[-79.8869521808908,40.5944728348637],[-79.8888982333954,40.5889644336722],[-79.8891927470337,40.5881310726821],[-79.8913770845199,40.5889645335894],[-79.8928678242095,40.5895332990389],[-79.898138939448,40.5909446898077],[-79.8997785710823,40.5905756851022],[-79.9025481958642,40.5899521022089],[-79.907274795315,40.5896499928756],[-79.9095236901995,40.5889645500175],[-79.9120578766618,40.5881920512832],[-79.9158356452319,40.5889643241531],[-79.9161003120851,40.5890184937926],[-79.9161670004347,40.5889643051433],[-79.916445611321,40.5887383188596],[-79.918869639194,40.5867711847816],[-79.9239001005946,40.5883449128572]]],"bbox":[-79.9344490188779,40.5867711847816,-79.8869521808908,40.6100890518637]},"properties":{"FID":22,"AREA":68480620,"PERIMETER":37513.33,"RINGS_OK":1,"DESCR":"CEDAR RUN BASIN","COUNT_":12}},{"type":"Feature","id":23,"geometry":{"type":"Polygon","coordinates":[[[-79.8308002835641,40.4601803594271],[-79.8319845256447,40.4563886901888],[-79.8328526427765,40.4528543666616],[-79.8328785679636,40.4527481879118],[-79.8323532239595,40.4499355322377],[-79.8324897146371,40.4466730016903],[-79.8316120905044,40.4433897843876],[-79.831390313517,40.4431323311987],[-79.8286563545797,40.4399555312885],[-79.826843231486,40.4431324501833],[-79.8267366627584,40.443318845695],[-79.8254645873921,40.4472949816943],[-79.8239651647709,40.4517139830151],[-79.8241857964086,40.4528546578603],[-79.8250677769988,40.4574117846006],[-79.8203806447207,40.4573011416555],[-79.817875304795,40.4543726066487],[-79.8170779909647,40.4528543145507],[-79.8164400885433,40.4516400898656],[-79.8155087766438,40.4498665121931],[-79.815431540375,40.4444096949047],[-79.8153910786926,40.4431321872619],[-79.8153259283617,40.4410775592256],[-79.813447063722,40.4381759193127],[-79.8131693934714,40.4347365934355],[-79.8129401853081,40.4334101986214],[-79.8124882130288,40.4307910134444],[-79.8123324882121,40.4274595932763],[-79.8134471213532,40.424548842979],[-79.815104460009,40.4236879535152],[-79.8164399367062,40.4229941958278],[-79.8168634279399,40.4227741673681],[-79.8185750834445,40.4236879880126],[-79.8213305459963,40.4251591696954],[-79.8252493944816,40.4271138448224],[-79.8300798947402,40.4292620327069],[-79.8313519560124,40.4322940450467],[-79.8327693586474,40.433410056159],[-79.8331072574891,40.4336760531168],[-79.8354583626015,40.4355271065402],[-79.838517088117,40.4390327789463],[-79.8411874798889,40.4411158872195],[-79.8427939978004,40.4431325731216],[-79.8437527205242,40.444336044275],[-79.8471858644294,40.4459855243011],[-79.8497744725574,40.4455969304641],[-79.8530454049869,40.4451058537721],[-79.8579303526421,40.4469704776084],[-79.8582423649105,40.4506288522062],[-79.8580284341885,40.4528547718574],[-79.8579732216585,40.4534314473533],[-79.8613299010417,40.457980078534],[-79.8661136654856,40.4611938827251],[-79.8622858075945,40.4625768002496],[-79.8556210043979,40.4649841552705],[-79.851853042597,40.4634721940787],[-79.850280229013,40.4625765736384],[-79.8497747256948,40.462288785428],[-79.8486031650044,40.4616218176602],[-79.8449139453355,40.4614472789211],[-79.8400493156214,40.4612169137222],[-79.8373557641172,40.462576766161],[-79.8348718357527,40.4638308372119],[-79.8334728525451,40.4625765396567],[-79.8331072932791,40.4622490041062],[-79.8308002835641,40.4601803594271]]],"bbox":[-79.8661136654856,40.4227741673681,-79.8123324882121,40.4649841552705]},"properties":{"FID":23,"AREA":100657200,"PERIMETER":62098.13,"RINGS_OK":1,"DESCR":"CHALFANT RUN BASIN","COUNT_":18}},{"type":"Feature","id":24,"geometry":{"type":"Polygon","coordinates":[[[-80.1491802120453,40.3222144345689],[-80.1468537808132,40.3247111664064],[-80.1450498705644,40.3264667207525],[-80.1441732398925,40.3273197183746],[-80.1413736238284,40.3301053028638],[-80.138820326925,40.3326456918885],[-80.1360507173161,40.3346675436045],[-80.1331149585518,40.3350610934677],[-80.1284518705473,40.3356860169427],[-80.1282381195831,40.3361889148053],[-80.1263563992031,40.3406133623166],[-80.1216829756852,40.3420168864607],[-80.1180191861673,40.3432545628027],[-80.1164479844653,40.3442605199242],[-80.1138701678443,40.3459109419788],[-80.1110671107092,40.3477052727383],[-80.1109848150181,40.3504594101528],[-80.1164481699288,40.3506690468631],[-80.1180012401867,40.3507285794619],[-80.1221522038606,40.3495545277047],[-80.1281923728893,40.3516848694571],[-80.1265826044643,40.3546565408124],[-80.1262916747456,40.3556332524982],[-80.125659591807,40.3577540986008],[-80.1209063577953,40.3587077427675],[-80.1200745569613,40.3636973552301],[-80.1197925908966,40.3653553041423],[-80.1195559597495,40.3667453566254],[-80.1271892785205,40.3687709773649],[-80.1228817882728,40.3709369690315],[-80.1215426187154,40.3750775075811],[-80.1211393989019,40.3763247580938],[-80.1241640029881,40.3821071480151],[-80.1255137483942,40.3847996562476],[-80.1256440938353,40.3850596478961],[-80.1285998708673,40.3875031607384],[-80.1279255998442,40.3914149319446],[-80.1240345681122,40.3914340689047],[-80.1188501706287,40.3911966047715],[-80.1164480682594,40.3907246324974],[-80.1138959262348,40.3902230738743],[-80.1100796955353,40.3913907845876],[-80.1061271526369,40.3945218742214],[-80.1053477814697,40.3951391463013],[-80.1005435992462,40.3971751893844],[-80.1009629966165,40.4004901565957],[-80.1038394549647,40.4024814460653],[-80.106636260053,40.404244057898],[-80.1071504605751,40.4045680605493],[-80.1113544648509,40.4048618164647],[-80.115039264403,40.406841626608],[-80.1164483425972,40.4078289550967],[-80.1181369021548,40.4090121964162],[-80.1211168781047,40.4110489175131],[-80.1270722388855,40.4132425930702],[-80.1269221356083,40.4139660789616],[-80.1251005098814,40.4227393487617],[-80.1214043583519,40.4214795247344],[-80.1176406146415,40.4201964280878],[-80.1164484008211,40.4195612180847],[-80.1140489454577,40.4182829177366],[-80.1102635894023,40.4163725705325],[-80.1070715952799,40.414781317133],[-80.1059837693911,40.4139661556139],[-80.1044929579493,40.4128491604247],[-80.10148749089,40.4110348776093],[-80.0997810137274,40.4100778773071],[-80.0964034530218,40.4081831645554],[-80.0895697573655,40.409636168252],[-80.0911119098549,40.4136017732546],[-80.0912642125955,40.4139662178084],[-80.0934354725626,40.4191654554273],[-80.0950356138576,40.4236882968579],[-80.0952642451193,40.4243350519864],[-80.0970718744545,40.4289920684858],[-80.0982635439758,40.4326708833841],[-80.0988238245442,40.4334102607834],[-80.0997814905654,40.4346735010914],[-80.1012924799183,40.4366672313688],[-80.1036883768405,40.439827723207],[-80.1061460836358,40.4423846817603],[-80.1067899453134,40.4431326159657],[-80.1088171527132,40.4454874604921],[-80.1122037948183,40.4472955889815],[-80.1155567381586,40.4490856041917],[-80.1125897504438,40.4522216163046],[-80.1121540613763,40.4528547159359],[-80.1108520992223,40.4547472059738],[-80.1101566258129,40.4579860367297],[-80.1087389521505,40.4612384839053],[-80.104726849397,40.4625769057891],[-80.1022107660379,40.4634162233674],[-80.0997813410098,40.4651320864365],[-80.0992773746916,40.4654881484495],[-80.0997309152045,40.4692178929356],[-80.0997814885014,40.4693536478949],[-80.1008805757571,40.472298908266],[-80.1014512613171,40.4738289842479],[-80.099781393382,40.474754769446],[-80.0958664892449,40.4769252244666],[-80.088359423111,40.478695256425],[-80.0848954064341,40.4777683139728],[-80.0831142797776,40.4780340697434],[-80.079148176034,40.4786258927152],[-80.0739326013134,40.4773327326924],[-80.07020307575,40.4756438914803],[-80.067783659397,40.4729404857453],[-80.0673072146971,40.4722990801576],[-80.0664472037648,40.4711417448229],[-80.0649374019176,40.4691091953435],[-80.0570819050098,40.4656441879081],[-80.0563556042435,40.4632772798744],[-80.0554382808261,40.462577176684],[-80.0548181232776,40.4621036869781],[-80.0534601974897,40.4605938967822],[-80.0521506349496,40.4595907803766],[-80.0507916232466,40.4585464155116],[-80.0497800254714,40.4578189703984],[-80.0492553414795,40.4574414616689],[-80.0475695072596,40.4562054259167],[-80.0474885515898,40.4539080999522],[-80.0497800974884,40.4534198320086],[-80.0524311460421,40.4528548506466],[-80.0557182454667,40.4521543258905],[-80.0600780942143,40.4455461911476],[-80.0590573985444,40.4431328342277],[-80.0587093540998,40.4423096578042],[-80.053837733411,40.4383651289898],[-80.0504520841034,40.4367756693856],[-80.0497798755815,40.4360981913733],[-80.0471139456437,40.4334105265142],[-80.0465222805187,40.4328143219292],[-80.0497546686624,40.4306148106133],[-80.0479312658621,40.4277995256566],[-80.0462144821788,40.424866078933],[-80.0464596019097,40.4236884360102],[-80.0468004615907,40.4220515191279],[-80.047453516252,40.4189133158608],[-80.0455501543337,40.4141841241719],[-80.0456909346708,40.4139662851848],[-80.0497797217065,40.4076435116831],[-80.0504237919671,40.4066474659693],[-80.0497799556768,40.4046854391904],[-80.0496347025793,40.4042439175135],[-80.0492569406617,40.4030926501026],[-80.0495841678149,40.4000458585096],[-80.0497547324422,40.3953533279239],[-80.0497796425173,40.3952543209386],[-80.0499643342891,40.3945216790351],[-80.0508113172716,40.391158437034],[-80.0521580267729,40.3869585191992],[-80.0519820718913,40.3847996741778],[-80.0518986889146,40.3837758940886],[-80.0507745233794,40.3806082739481],[-80.049779353424,40.3799862346789],[-80.0467411954017,40.3780864469863],[-80.047778472649,40.3751071263508],[-80.0496780923658,40.3724139600859],[-80.0497793182812,40.3719600617704],[-80.050365010445,40.3693393016993],[-80.0497794828885,40.367010123722],[-80.0496860543893,40.3666385345259],[-80.0484855096995,40.3653552840661],[-80.047145302612,40.363922400645],[-80.0394193069342,40.3629621609079],[-80.034901819677,40.3611387793759],[-80.0348712105777,40.3574751707212],[-80.0358345662298,40.3556332110421],[-80.0367658523802,40.3538527173124],[-80.0408978036478,40.3506715259452],[-80.0472007424358,40.3491277682624],[-80.0497791164814,40.3483925810254],[-80.051306211595,40.3479571925459],[-80.0574921951116,40.3485456418705],[-80.0610797927994,40.3504971181867],[-80.0637426505442,40.3535277499435],[-80.0664464057722,40.354211493344],[-80.0675335358076,40.3544864048582],[-80.0709835647843,40.3525209710475],[-80.0750436521197,40.352852514979],[-80.0790950913196,40.3556384050855],[-80.0826573488589,40.3569304450003],[-80.0831135562316,40.3569533171734],[-80.0885975084218,40.3572281378417],[-80.0957335083057,40.3586760007672],[-80.0997809250601,40.3614528589957],[-80.1019015301647,40.3629076982071],[-80.1119036024791,40.3641361019728],[-80.1107766425053,40.3574171810615],[-80.1093372846817,40.3556332159541],[-80.1064357964136,40.3520360947322],[-80.1031011587825,40.3504844203744],[-80.099780700968,40.3500194397145],[-80.0981130516045,40.3497859064209],[-80.0947939737551,40.3472259831833],[-80.0937308728532,40.3459110484852],[-80.0925740843387,40.344480529123],[-80.089933121234,40.3421097371547],[-80.0875917284294,40.3399905998549],[-80.0862334923856,40.3370473648058],[-80.0865805872581,40.3361888179381],[-80.0874267746027,40.334094841116],[-80.0886184867005,40.3309962804024],[-80.0899045701068,40.3279321743404],[-80.0896551468962,40.3264667457124],[-80.0894135970156,40.3250470666405],[-80.0927547459638,40.3230031611878],[-80.0946048014279,40.3193493288149],[-80.0966157405547,40.3167445134746],[-80.0970422827546,40.3161919514768],[-80.0997803893042,40.315432791559],[-80.1007161739365,40.3151733605725],[-80.1043838455023,40.3140822650077],[-80.1058810165507,40.3102086282585],[-80.115043537169,40.3119217846541],[-80.1162818749987,40.3123793435057],[-80.1232707160267,40.314477456735],[-80.1311443806347,40.3167814667946],[-80.1313052845246,40.316830062375],[-80.1330979229819,40.3173719394013],[-80.1418072487454,40.3200041410828],[-80.1438315636086,40.3206248050932],[-80.1445968706715,40.32085949764],[-80.1447587266561,40.3209090848383],[-80.1466612300201,40.3214444410699],[-80.1474360490842,40.3216812345067],[-80.1491802120453,40.3222144345689]]],"bbox":[-80.1491802120453,40.3102086282585,-80.0348712105777,40.478695256425]},"properties":{"FID":24,"AREA":898340300,"PERIMETER":227639.7,"RINGS_OK":1,"DESCR":"CHARTIERS CREEK BASIN","COUNT_":142}},{"type":"Feature","id":25,"geometry":{"type":"Polygon","coordinates":[[[-79.7936985430728,40.5792419827555],[-79.7938595800468,40.5791493919218],[-79.7941500256641,40.5792419936869],[-79.7980122460352,40.5804729666888],[-79.7997750726334,40.5800615034642],[-79.8018954419683,40.5795665423296],[-79.8055975608227,40.5818141108002],[-79.8057401480493,40.5845965427673],[-79.8022377657852,40.5867796826929],[-79.8039025687268,40.5889641178887],[-79.8046655905649,40.5899649344983],[-79.7997754306609,40.5903776287309],[-79.7992662047286,40.5904206171468],[-79.7973152721247,40.5889639702955],[-79.794655517972,40.5869783126693],[-79.790212328891,40.585586113932],[-79.7908723144915,40.5808653442242],[-79.7936985430728,40.5792419827555]]],"bbox":[-79.8057401480493,40.5791493919218,-79.790212328891,40.5904206171468]},"properties":{"FID":25,"AREA":11959960,"PERIMETER":14709.52,"RINGS_OK":1,"DESCR":"CLARKS RUN BASIN","COUNT_":5}},{"type":"Feature","id":26,"geometry":{"type":"Polygon","coordinates":[[[-80.1491802120453,40.3222144345689],[-80.1497811779491,40.3223792259729],[-80.1498934910846,40.32241001368],[-80.1559258493958,40.324300134645],[-80.1615103916497,40.3259481296707],[-80.1698127136959,40.3284982067961],[-80.1682219578027,40.3313837038721],[-80.1666110679805,40.3350142966252],[-80.1664491687723,40.3353787958579],[-80.1660901270693,40.3361885966007],[-80.1653400266874,40.3378794896106],[-80.1633176241479,40.3402210387427],[-80.1613040373236,40.3428386012215],[-80.1574357121443,40.3429263268203],[-80.1540970636645,40.3442460788216],[-80.1497821219471,40.345478342739],[-80.1488605823863,40.3457415596584],[-80.1486014579675,40.3459108511956],[-80.1458089329519,40.3477366329987],[-80.1420478435838,40.3486688504571],[-80.1378053124697,40.3499072209271],[-80.1331152474945,40.3507746921945],[-80.1281923728893,40.3516848694571],[-80.1221522038606,40.3495545277047],[-80.1180012401867,40.3507285794619],[-80.1164481699288,40.3506690468631],[-80.1109848150181,40.3504594101528],[-80.1110671107092,40.3477052727383],[-80.1138701678443,40.3459109419788],[-80.1164479844653,40.3442605199242],[-80.1180191861673,40.3432545628027],[-80.1216829756852,40.3420168864607],[-80.1263563992031,40.3406133623166],[-80.1282381195831,40.3361889148053],[-80.1284518705473,40.3356860169427],[-80.1331149585518,40.3350610934677],[-80.1360507173161,40.3346675436045],[-80.138820326925,40.3326456918885],[-80.1413736238284,40.3301053028638],[-80.1441732398925,40.3273197183746],[-80.1450498705644,40.3264667207525],[-80.1468537808132,40.3247111664064],[-80.1491802120453,40.3222144345689]]],"bbox":[-80.1698127136959,40.3222144345689,-80.1109848150181,40.3516848694571]},"properties":{"FID":26,"AREA":84221290,"PERIMETER":42858.19,"RINGS_OK":1,"DESCR":"COAL RUN BASIN","COUNT_":13}},{"type":"Feature","id":27,"geometry":{"type":"Polygon","coordinates":[[[-79.7838955467837,40.5746219466026],[-79.7883018053671,40.5745105771068],[-79.7921638452707,40.5744127573361],[-79.7938595800468,40.5791493919218],[-79.7936985430728,40.5792419827555],[-79.7908723144915,40.5808653442242],[-79.790212328891,40.585586113932],[-79.794655517972,40.5869783126693],[-79.7973152721247,40.5889639702955],[-79.7992662047286,40.5904206171468],[-79.7997754306609,40.5903776287309],[-79.8046655905649,40.5899649344983],[-79.8078644401494,40.5916336205467],[-79.8058226783648,40.5941237264123],[-79.8082860692181,40.5969412134362],[-79.8089590019109,40.5986863043193],[-79.8098809227091,40.601077084368],[-79.8010398669784,40.601348846072],[-79.7997755562329,40.6003460670497],[-79.7979612973342,40.598907259558],[-79.7974687346477,40.5986861043883],[-79.7943787662432,40.5972986991515],[-79.790503791096,40.5970873970469],[-79.786956698007,40.5936650888922],[-79.7849157673096,40.5912062865059],[-79.7832461768626,40.5889637574658],[-79.7831082195638,40.5887783598938],[-79.7828130848093,40.588382246989],[-79.7810500024425,40.58485670896],[-79.7782648001836,40.5838850840175],[-79.7790623696888,40.5809988231981],[-79.7813373821172,40.5804168459359],[-79.7820982059063,40.5792417444819],[-79.7829441725617,40.5779356679188],[-79.783107909875,40.5773657302574],[-79.7838955467837,40.5746219466026]]],"bbox":[-79.8098809227091,40.5744127573361,-79.7782648001836,40.601348846072]},"properties":{"FID":27,"AREA":36395180,"PERIMETER":32407.25,"RINGS_OK":1,"DESCR":"CRAWFORD RUN BASIN","COUNT_":10}},{"type":"Feature","id":28,"geometry":{"type":"Polygon","coordinates":[[[-79.8443714174214,40.3468860483728],[-79.8466373335085,40.3494761609776],[-79.8471345329862,40.3529778161526],[-79.8450804709569,40.3532885878527],[-79.843091298394,40.3537973883568],[-79.8413814939395,40.3544042311928],[-79.8393781511821,40.3552835634053],[-79.8387604100927,40.3556331649956],[-79.8375015357189,40.3563454802782],[-79.8355329273925,40.3575685414485],[-79.8342406666848,40.358742373683],[-79.833106400678,40.3601523949559],[-79.8328168896257,40.3605124278522],[-79.832004650311,40.3619783201156],[-79.8313933638543,40.3636907927258],[-79.8287477421295,40.3645918081979],[-79.8289009163277,40.3653552110639],[-79.8294942099411,40.3683167568015],[-79.8267348440742,40.3709248187253],[-79.8237452407898,40.3724722681824],[-79.8184049423867,40.3750772868925],[-79.8180047761801,40.3752723698974],[-79.8164396017624,40.3759226575927],[-79.8143426084788,40.3767937728515],[-79.8103741614437,40.3784756586686],[-79.8072238984004,40.3798106764237],[-79.8032641980907,40.378780711147],[-79.7997851612717,40.377510405416],[-79.7948578426136,40.3750773436724],[-79.7936359757038,40.3744738894645],[-79.7994417400744,40.3729823857617],[-79.799772056874,40.3727764236222],[-79.8024172019518,40.3711283871407],[-79.8055606862953,40.3697284018811],[-79.8091004389925,40.3679660260543],[-79.81203930199,40.3653551881346],[-79.8139714900382,40.3636388656631],[-79.8164395042895,40.3616355072719],[-79.8173860340133,40.360866899514],[-79.8164394317327,40.3601812730791],[-79.8136470169805,40.358159196687],[-79.8118376260041,40.3556330657682],[-79.8110386608662,40.3545178759824],[-79.814424650538,40.3495456643686],[-79.8161132772945,40.3459107396613],[-79.8164391317225,40.3453448498191],[-79.8178986028634,40.3428617374705],[-79.821273227225,40.3406851495948],[-79.8238635859785,40.3426288102262],[-79.8303941240888,40.3412873159903],[-79.8331063729727,40.342373859684],[-79.841936782966,40.345910999067],[-79.8443714174214,40.3468860483728]]],"bbox":[-79.8471345329862,40.3406851495948,-79.7936359757038,40.3798106764237]},"properties":{"FID":28,"AREA":85459640,"PERIMETER":47238.06,"RINGS_OK":1,"DESCR":"CROOKED RUN BASIN","COUNT_":23}},{"type":"Feature","id":29,"geometry":{"type":"Polygon","coordinates":[[[-79.9343172701121,40.5969812367815],[-79.939146506137,40.5953927716568],[-79.9437703554729,40.5935878147845],[-79.9451388331837,40.5900454204883],[-79.9465883954437,40.5889645926049],[-79.9487639705323,40.5873423473988],[-79.9497797823833,40.5871953791405],[-79.9528038936248,40.5867578672128],[-79.956464112503,40.5850434702705],[-79.9580068675011,40.581020672879],[-79.9615952321912,40.5792426041011],[-79.9619969810685,40.5790435837134],[-79.9664469146177,40.5786253972026],[-79.9682581062451,40.5784551424809],[-79.9687288045734,40.5792425756939],[-79.9699046790014,40.5812105667659],[-79.9679712251963,40.5838478755492],[-79.966447092649,40.5856857564168],[-79.9652870457094,40.5870843620384],[-79.9638483540782,40.5889646744366],[-79.9634395657266,40.5894989053666],[-79.9630070529536,40.5948576631934],[-79.9636107148081,40.5986867825538],[-79.9636533947262,40.5989576270449],[-79.9622325850174,40.6015416861296],[-79.9610319772477,40.6043482192082],[-79.9595216371631,40.6084089380458],[-79.9591384509189,40.6094395580454],[-79.9581207534359,40.6121325609689],[-79.9584318469303,40.6160123991565],[-79.9583608625128,40.6181310762063],[-79.9582572853639,40.6212192824537],[-79.9573942497243,40.6240196653896],[-79.9549680509442,40.6278382627029],[-79.9518499363836,40.6325477290856],[-79.9497810736029,40.6325850433123],[-79.9472993373771,40.6326298060219],[-79.9452200502561,40.6300976520475],[-79.9433768854077,40.6278530716435],[-79.9431488972586,40.6275752616483],[-79.940395003078,40.625412392843],[-79.9385637104051,40.6229976218521],[-79.9386324374305,40.6201671800776],[-79.9359547222829,40.6181308776695],[-79.9343559212857,40.6169147203489],[-79.9331131669243,40.6167728833033],[-79.9304753210089,40.6164716150165],[-79.9258218284067,40.6127533335431],[-79.9282495556103,40.6100890518637],[-79.9283113525057,40.6084087832703],[-79.9284400238542,40.6049271641028],[-79.9300132090534,40.6023344160828],[-79.9317641757835,40.5995623091787],[-79.9326304868722,40.5986864831918],[-79.9331131249098,40.5981987691617],[-79.9343172701121,40.5969812367815]]],"bbox":[-79.9699046790014,40.5784551424809,-79.9258218284067,40.6326298060219]},"properties":{"FID":29,"AREA":116193100,"PERIMETER":51166,"RINGS_OK":1,"DESCR":"CROUSE RUN BASIN","COUNT_":18}},{"type":"Feature","id":30,"geometry":{"type":"Polygon","coordinates":[[[-79.852620293072,40.5963761734951],[-79.8552938294799,40.5932936187078],[-79.8592300617272,40.5938488832225],[-79.8627251998455,40.5914804243588],[-79.8648873425699,40.5889641672168],[-79.8651852839759,40.5886173149562],[-79.8664438260353,40.5880660321857],[-79.8687556944969,40.5870534969954],[-79.8705437317742,40.5889643064257],[-79.8712192815159,40.5896862415885],[-79.8743499100608,40.5935904088802],[-79.8752873464574,40.5967999355817],[-79.8749916579967,40.5986865136711],[-79.8748496077731,40.5995924570974],[-79.8738942775395,40.6026508455979],[-79.8740595295683,40.6059462634582],[-79.8761961950498,40.6084086614074],[-79.8763775284639,40.6086176104553],[-79.8782190328671,40.6114818861602],[-79.874752435059,40.6146561318837],[-79.872765461041,40.6173286775744],[-79.8729988505414,40.6181306918365],[-79.8736464922618,40.6203556204506],[-79.869995648309,40.6225070520504],[-79.8664446227864,40.6247746047618],[-79.86545637175,40.625405709626],[-79.8600954199215,40.6276266328617],[-79.8568611773574,40.625845788455],[-79.854270113807,40.6236546263882],[-79.8528662367791,40.6208199740141],[-79.8516417675196,40.6181304892529],[-79.8515580989398,40.6179464161079],[-79.851891528278,40.6150096127615],[-79.8528331655892,40.6114756511947],[-79.8527353454312,40.6086912437837],[-79.8526413948142,40.6084084273515],[-79.8515466394398,40.6051209417884],[-79.8508065057136,40.5994721581709],[-79.8512669134485,40.5986862624388],[-79.852620293072,40.5963761734951]]],"bbox":[-79.8782190328671,40.5870534969954,-79.8508065057136,40.6276266328617]},"properties":{"FID":30,"AREA":75831260,"PERIMETER":36704.3,"RINGS_OK":1,"DESCR":"CUNNINGHAM RUN BASIN","COUNT_":10}},{"type":"Feature","id":31,"geometry":{"type":"Polygon","coordinates":[[[-79.8662909266541,40.6585790649701],[-79.8664452879966,40.6585434709154],[-79.8718935107183,40.6572883905585],[-79.8719426976994,40.6570191012241],[-79.8724618768664,40.6541641398554],[-79.8690281240478,40.6528673321894],[-79.867263431163,40.6494891962647],[-79.8675796668741,40.6472967505031],[-79.8676924363916,40.6465135467352],[-79.8708160758472,40.6445176499697],[-79.8685624723781,40.6423207920534],[-79.8699180586263,40.6395855091129],[-79.8709310060406,40.6375748158199],[-79.8719417633517,40.635568012849],[-79.8762317284923,40.6320375481093],[-79.8799534489503,40.631545256477],[-79.8831118439662,40.6296840177835],[-79.8833037682331,40.6295710004151],[-79.8871967818934,40.6289177847215],[-79.8896044898725,40.6278529004039],[-79.8908180873407,40.6273160974148],[-79.8932712486393,40.6242315151656],[-79.8938723136202,40.6207031457296],[-79.8966436542022,40.6181306743814],[-79.8972915070072,40.617529200001],[-79.8997789127827,40.6179048865817],[-79.9012738123866,40.6181306050703],[-79.9018608224479,40.6182192371111],[-79.9032304424501,40.6213838001682],[-79.9031165102627,40.6243542913292],[-79.9030748764745,40.6278528443356],[-79.903061777767,40.6289354982086],[-79.9022069254279,40.6320661259644],[-79.9000701321502,40.6345583028868],[-79.9003593848461,40.6375747547882],[-79.9005297242947,40.6393514099356],[-79.8997794091417,40.6425463938963],[-79.8995620901788,40.6434722925038],[-79.8997794098216,40.643674103777],[-79.9019656409522,40.6457030215277],[-79.9025636737033,40.6472969501132],[-79.9031405222899,40.6488335235719],[-79.9011626922301,40.6516900715452],[-79.899779867593,40.6527099212351],[-79.8985669419425,40.6536043357373],[-79.898676057769,40.6566807467643],[-79.8985196685557,40.6570189622945],[-79.8971045185392,40.6600796773794],[-79.8942973262388,40.6628393867097],[-79.8933119513809,40.666412145623],[-79.8928347541611,40.6667412657601],[-79.8897694443452,40.6688545542606],[-79.8874814952385,40.6725696871476],[-79.8831129618817,40.6703489994966],[-79.882947541022,40.6702639235219],[-79.8793482231952,40.6684117955514],[-79.8742100599851,40.6669506162126],[-79.8741349321626,40.6667411769646],[-79.873157037531,40.6640208871703],[-79.8711427640555,40.661190421236],[-79.8664454202998,40.6586622184499],[-79.8662909266541,40.6585790649701]]],"bbox":[-79.9032304424501,40.617529200001,-79.8662909266541,40.6725696871476]},"properties":{"FID":31,"AREA":123023400,"PERIMETER":52607.19,"RINGS_OK":1,"DESCR":"DAWSON RUN BASIN","COUNT_":19}},{"type":"Feature","id":32,"geometry":{"type":"Polygon","coordinates":[[[-79.7743570649307,40.597481046037],[-79.7789277787475,40.5963976325078],[-79.7808617441098,40.5986860372693],[-79.781493974729,40.5994340346215],[-79.7831083273433,40.601600249925],[-79.7835175674266,40.6021494876054],[-79.7864329176921,40.606829010986],[-79.788091076681,40.6084082813915],[-79.7889294600199,40.6092067533903],[-79.7929315682038,40.6116693621422],[-79.7954934333006,40.614523042463],[-79.797852084695,40.6170854468437],[-79.7997757962057,40.618050158388],[-79.799934969549,40.6181301407002],[-79.8012476635853,40.6187883435647],[-79.8045878334447,40.6217389045092],[-79.8118844495392,40.6214105842957],[-79.807929564932,40.6278525807119],[-79.8075566808807,40.6284595530354],[-79.8045001226153,40.6303714610597],[-79.7997757500656,40.6289294883906],[-79.7989727613368,40.6286843117286],[-79.79796226969,40.6278523140592],[-79.7964851665894,40.6266363524046],[-79.7906144778675,40.6251071712701],[-79.7876659183333,40.6232633709916],[-79.7841319395481,40.6217457803102],[-79.7848101519308,40.6189124825388],[-79.7831821974554,40.618130069211],[-79.7831086138934,40.6180946375688],[-79.7817133220976,40.6174240384984],[-79.7777999530823,40.616095067482],[-79.7742986310175,40.6133673374289],[-79.7746871170784,40.6097695275135],[-79.7737076825678,40.6084082490616],[-79.7728109867459,40.6071615207762],[-79.771009431177,40.6010341749067],[-79.7732217370902,40.5986861372263],[-79.7743570649307,40.597481046037]]],"bbox":[-79.8118844495392,40.5963976325078,-79.771009431177,40.6303714610597]},"properties":{"FID":32,"AREA":50518880,"PERIMETER":36619.01,"RINGS_OK":1,"DESCR":"DAYS RUN BASIN","COUNT_":10}},{"type":"Feature","id":33,"geometry":{"type":"Polygon","coordinates":[[[-79.8831110878377,40.5849669984295],[-79.8855432080417,40.5853719599396],[-79.8891927470337,40.5881310726821],[-79.8888982333954,40.5889644336722],[-79.8869521808908,40.5944728348637],[-79.8894581001837,40.5970320061057],[-79.8915130652377,40.598686597089],[-79.8919978294017,40.5990770504387],[-79.8959662697469,40.6019767016799],[-79.899778508927,40.6037396453284],[-79.9009316780821,40.6042727900129],[-79.9043789512967,40.6060632980859],[-79.90835436418,40.6063423841059],[-79.9130666878394,40.6056729990484],[-79.9164461340981,40.6059176292581],[-79.9199998406384,40.6061748569264],[-79.9199178601434,40.608408676048],[-79.9198773255711,40.6095118479257],[-79.9164460079283,40.6119844134819],[-79.9113484853536,40.6130691116709],[-79.9096872754098,40.6158680365362],[-79.9083848210285,40.6181308417831],[-79.9079739862332,40.6188450021456],[-79.9098521548021,40.6213410474521],[-79.9132390199386,40.6226749259206],[-79.9164463970677,40.6239140753227],[-79.9175046020291,40.6243228768836],[-79.9186668732819,40.6270512309398],[-79.9192895906826,40.6278528246179],[-79.9209980055501,40.6300512175091],[-79.92391235155,40.6316865789721],[-79.9255281734926,40.6349563613886],[-79.9267689579247,40.6375751363509],[-79.9269401443111,40.6379365016597],[-79.930318142641,40.6404055930268],[-79.9331137737191,40.6381960313365],[-79.9332350165139,40.6381003070601],[-79.9348886250685,40.6410581287038],[-79.9362277121684,40.6446624721492],[-79.9393435198014,40.6465863365618],[-79.9409924485878,40.6472973002267],[-79.9439138078725,40.6485568220276],[-79.9480291764656,40.6512699835467],[-79.9497816355293,40.6526046315803],[-79.9514606882525,40.6538835882709],[-79.9543419683177,40.6558851349579],[-79.9554044298407,40.6570193376773],[-79.9572431741324,40.6589826384484],[-79.9570115616653,40.662773496528],[-79.9503283073867,40.6616405736823],[-79.9497816711745,40.6617527953992],[-79.9463688366398,40.6624530447196],[-79.9423632850455,40.6639561115436],[-79.9357976430708,40.6635801778726],[-79.9331142965245,40.6645302954121],[-79.93187642487,40.6649687124875],[-79.9269082674429,40.6667413490584],[-79.9243776674861,40.6690213433027],[-79.9256742618252,40.6730540524293],[-79.9254494916329,40.6730592130744],[-79.9160326759266,40.6730975148004],[-79.9147077214484,40.6733035565222],[-79.9060920130779,40.6730636233623],[-79.8997800624967,40.6728874482062],[-79.8955313562457,40.6727686165032],[-79.8918762691812,40.6726902339569],[-79.8887403782866,40.6726228403368],[-79.8874814952385,40.6725696871476],[-79.8897694443452,40.6688545542606],[-79.8928347541611,40.6667412657601],[-79.8933119513809,40.666412145623],[-79.8942973262388,40.6628393867097],[-79.8971045185392,40.6600796773794],[-79.8985196685557,40.6570189622945],[-79.898676057769,40.6566807467643],[-79.8985669419425,40.6536043357373],[-79.899779867593,40.6527099212351],[-79.9011626922301,40.6516900715452],[-79.9031405222899,40.6488335235719],[-79.9025636737033,40.6472969501132],[-79.9019656409522,40.6457030215277],[-79.8997794098216,40.643674103777],[-79.8995620901788,40.6434722925038],[-79.8997794091417,40.6425463938963],[-79.9005297242947,40.6393514099356],[-79.9003593848461,40.6375747547882],[-79.9000701321502,40.6345583028868],[-79.9022069254279,40.6320661259644],[-79.903061777767,40.6289354982086],[-79.9030748764745,40.6278528443356],[-79.9031165102627,40.6243542913292],[-79.9032304424501,40.6213838001682],[-79.9018608224479,40.6182192371111],[-79.9012738123866,40.6181306050703],[-79.8997789127827,40.6179048865817],[-79.8972915070072,40.617529200001],[-79.8966436542022,40.6181306743814],[-79.8938723136202,40.6207031457296],[-79.8932712486393,40.6242315151656],[-79.8908180873407,40.6273160974148],[-79.8896044898725,40.6278529004039],[-79.8871967818934,40.6289177847215],[-79.8833037682331,40.6295710004151],[-79.8831118439662,40.6296840177835],[-79.8799534489503,40.631545256477],[-79.8762317284923,40.6320375481093],[-79.8719417633517,40.635568012849],[-79.8664450935915,40.6326215855786],[-79.8656922345691,40.6322180741061],[-79.8627517099462,40.6297033921995],[-79.8603845044747,40.627852778006],[-79.8600954199215,40.6276266328617],[-79.86545637175,40.625405709626],[-79.8664446227864,40.6247746047618],[-79.869995648309,40.6225070520504],[-79.8736464922618,40.6203556204506],[-79.8729988505414,40.6181306918365],[-79.872765461041,40.6173286775744],[-79.874752435059,40.6146561318837],[-79.8782190328671,40.6114818861602],[-79.8763775284639,40.6086176104553],[-79.8761961950498,40.6084086614074],[-79.8740595295683,40.6059462634582],[-79.8738942775395,40.6026508455979],[-79.8748496077731,40.5995924570974],[-79.8749916579967,40.5986865136711],[-79.8752873464574,40.5967999355817],[-79.8743499100608,40.5935904088802],[-79.8712192815159,40.5896862415885],[-79.8705437317742,40.5889643064257],[-79.8687556944969,40.5870534969954],[-79.8664438260353,40.5880660321857],[-79.8651852839759,40.5886173149562],[-79.8648873425699,40.5889641672168],[-79.8627251998455,40.5914804243588],[-79.8592300617272,40.5938488832225],[-79.8552938294799,40.5932936187078],[-79.852620293072,40.5963761734951],[-79.8508467123499,40.5933315494592],[-79.8502459916017,40.5892014231215],[-79.8503542890216,40.5889641017029],[-79.8517966345707,40.5858031224834],[-79.8522846466162,40.582862973812],[-79.8528517367686,40.5792421664273],[-79.8531249730446,40.577498745282],[-79.8528613797869,40.5733254277921],[-79.8519109336961,40.5696398423276],[-79.8519161928991,40.5695199653702],[-79.8520987245686,40.565275303809],[-79.8497535286151,40.5631534693201],[-79.8464295929332,40.5648588995247],[-79.8429993632856,40.5690573617966],[-79.8429997950486,40.5695200904067],[-79.8430006838109,40.5718797462084],[-79.840297820522,40.5748200472399],[-79.8358938914687,40.575747366092],[-79.8331091293972,40.5741645821702],[-79.8326830393225,40.5739223030173],[-79.8313746807718,40.5710859338967],[-79.8323317275285,40.5695198125832],[-79.8331092396789,40.568247355264],[-79.8332527419168,40.5680124189723],[-79.8331867341507,40.564715168378],[-79.8356695064554,40.5624745106425],[-79.8404539116217,40.560378622492],[-79.8398301778395,40.5597980127878],[-79.838133287387,40.5582189637144],[-79.8340586639638,40.5591671511571],[-79.8331091916237,40.5592700428475],[-79.8288596291144,40.5597304850215],[-79.8253542445969,40.5589471038361],[-79.8208970130441,40.5585817773004],[-79.8225891547346,40.5543758103303],[-79.8241332458534,40.5515640180474],[-79.8251852721319,40.5500758708231],[-79.8266235546771,40.5480416824965],[-79.8320390304322,40.544029278038],[-79.8331088797215,40.5435632496705],[-79.8374649138,40.54166530408],[-79.8385804541796,40.5403537492559],[-79.8395518442604,40.5392114158817],[-79.8423389089305,40.5377814245166],[-79.844257107912,40.5367972243589],[-79.8477763330694,40.5395856903757],[-79.8481498046292,40.5403536426623],[-79.8496495753961,40.5434382897338],[-79.8497757478642,40.544195192436],[-79.8501984298,40.5467273999533],[-79.8518713475715,40.5500758121314],[-79.8520143583802,40.5503618588341],[-79.855185207514,40.5526531973901],[-79.8578838894033,40.5565288363588],[-79.8614861520619,40.5585559422939],[-79.8612226915953,40.5597980374947],[-79.8605267954647,40.563080362027],[-79.8579449147195,40.5652495804291],[-79.8606494004016,40.568025650031],[-79.8643765100829,40.5695200457431],[-79.8652074645978,40.5698532313829],[-79.8664436074332,40.5702328044087],[-79.8709483726196,40.5716158172714],[-79.868202236405,40.5739434021682],[-79.8664437094281,40.5763070128437],[-79.8661465788728,40.5767063673268],[-79.8664437265436,40.5770234722949],[-79.8685317537588,40.5792515348775],[-79.8723181156433,40.5811291738916],[-79.8754656747128,40.5826145403113],[-79.8785664450942,40.5842102545908],[-79.8831110878377,40.5849669984295]]],"bbox":[-79.9572431741324,40.5367972243589,-79.8208970130441,40.6733035565222]},"properties":{"FID":33,"AREA":428579800,"PERIMETER":196938.9,"RINGS_OK":1,"DESCR":"DEER CREEK BASIN","COUNT_":56}},{"type":"Feature","id":34,"geometry":{"type":"Polygon","coordinates":[[[-80.166449489103,40.3616246438649],[-80.1649284292637,40.3595075172246],[-80.1627725409897,40.3572393109538],[-80.1615889559263,40.3556331484024],[-80.1606411980373,40.3543472848319],[-80.1621478034683,40.3508024788937],[-80.1664494778751,40.3498227575494],[-80.1687386708115,40.3493013595901],[-80.1723984564348,40.3531966937357],[-80.1743631612926,40.3556331628486],[-80.174828993177,40.3562106057973],[-80.1772436450218,40.3588763106095],[-80.1799041347463,40.3616844795928],[-80.1828694875295,40.3636812228111],[-80.1831167024474,40.3638917500242],[-80.1848347625193,40.3653551337121],[-80.1858584100382,40.3662269536608],[-80.1878761979568,40.368717350912],[-80.1910024225998,40.3710769266066],[-80.1921131472748,40.3736941296235],[-80.1929198905197,40.3750773875061],[-80.1942267282753,40.3773178990242],[-80.1958955938422,40.3816569682942],[-80.1907429283878,40.3833545313212],[-80.1865871071533,40.3844209413845],[-80.1831167211318,40.3847927623941],[-80.1825971481135,40.3847993340284],[-80.1796162500787,40.3822838922086],[-80.1770206869255,40.3800929795286],[-80.1740418226737,40.3764847695719],[-80.1734190553073,40.3750774453098],[-80.1715176865407,40.3707800301694],[-80.1699116475639,40.3678421306049],[-80.1687194930985,40.3653551598202],[-80.1686583796567,40.3652275472622],[-80.1672140718116,40.3626888648574],[-80.166449489103,40.3616246438649]]],"bbox":[-80.1958955938422,40.3493013595901,-80.1606411980373,40.3847993340284]},"properties":{"FID":34,"AREA":53340040,"PERIMETER":34195.13,"RINGS_OK":1,"DESCR":"DOLPHIN RUN BASIN","COUNT_":10}},{"type":"Feature","id":35,"geometry":{"type":"Polygon","coordinates":[[[-79.863788692371,40.2390006730816],[-79.8662982058918,40.2435992301704],[-79.8652377863505,40.2469447111207],[-79.8649613019047,40.2486892879979],[-79.8647266672375,40.2501681202863],[-79.8589761016305,40.2499023905603],[-79.8566253295611,40.2531268027814],[-79.8577140690363,40.257014498839],[-79.8535112476049,40.2571528977214],[-79.84977260243,40.2561676161439],[-79.849429323594,40.2560771650634],[-79.8467288344247,40.2582591625717],[-79.8410947159301,40.2549100090257],[-79.8377915377327,40.2525076553167],[-79.8344270480281,40.2511317176157],[-79.8331054705932,40.2503133305957],[-79.8304829663813,40.2486894398873],[-79.82952084921,40.248093628032],[-79.8266551646966,40.2457941048874],[-79.8223048018483,40.2421611818497],[-79.8190973643369,40.2396833966695],[-79.819568128346,40.2389673758822],[-79.8211168856583,40.2366121114845],[-79.8252141950438,40.2369145610385],[-79.8291484887949,40.2365599488077],[-79.8327309939249,40.2335365135533],[-79.8331050571318,40.2332494173461],[-79.8359474211224,40.2310685863316],[-79.8394587298564,40.2325895631561],[-79.8429741928857,40.2341093304275],[-79.8467484454383,40.2348556172542],[-79.8497721782202,40.2341440299655],[-79.8513331503174,40.2337767131575],[-79.8546237707382,40.2359040623124],[-79.858147856625,40.2348229766049],[-79.863788692371,40.2390006730816]]],"bbox":[-79.8662982058918,40.2310685863316,-79.8190973643369,40.2582591625717]},"properties":{"FID":35,"AREA":76157140,"PERIMETER":37840.26,"RINGS_OK":1,"DESCR":"DOUGLASS RUN BASIN","COUNT_":9}},{"type":"Feature","id":36,"geometry":{"type":"Polygon","coordinates":[[[-79.8308002835641,40.4601803594271],[-79.8250677769988,40.4574117846006],[-79.8241857964086,40.4528546578603],[-79.8239651647709,40.4517139830151],[-79.8254645873921,40.4472949816943],[-79.8267366627584,40.443318845695],[-79.826843231486,40.4431324501833],[-79.8286563545797,40.4399555312885],[-79.831390313517,40.4431323311987],[-79.8316120905044,40.4433897843876],[-79.8324897146371,40.4466730016903],[-79.8323532239595,40.4499355322377],[-79.8328785679636,40.4527481879118],[-79.8328526427765,40.4528543666616],[-79.8319845256447,40.4563886901888],[-79.8308002835641,40.4601803594271]]],"bbox":[-79.8328785679636,40.4399555312885,-79.8239651647709,40.4601803594271]},"properties":{"FID":36,"AREA":12181860,"PERIMETER":16188.16,"RINGS_OK":1,"DESCR":"DUFFS RUN BASIN","COUNT_":3}},{"type":"Feature","id":37,"geometry":{"type":"Polygon","coordinates":[[[-80.1449320193012,40.61366313313],[-80.1398985552096,40.6147869212766],[-80.1357697275405,40.6181308034484],[-80.1355867029286,40.6182790751096],[-80.1331176857339,40.6189735408028],[-80.1318082292353,40.6193418158094],[-80.1276515348045,40.6207054024856],[-80.1237078020787,40.6225046742121],[-80.119747326213,40.6239368010995],[-80.1164508776942,40.6256045902238],[-80.1162844589049,40.6256888206065],[-80.1141162061292,40.6278529818101],[-80.1132135222672,40.6287538504924],[-80.1107856526365,40.6310357327987],[-80.1067342048751,40.631333317497],[-80.1036534584801,40.6291933980503],[-80.1003174834016,40.6278529045044],[-80.1002137653585,40.6278112458155],[-80.100066555085,40.6278528450703],[-80.0997841779609,40.6279326238896],[-80.0963844263886,40.628892459018],[-80.0939178308133,40.6326778608618],[-80.088542684691,40.6331599720688],[-80.0865741049204,40.630028132333],[-80.0864485480392,40.6278530292094],[-80.0863908867725,40.626854356986],[-80.0849643856856,40.6241344218876],[-80.0848651683751,40.6212238385038],[-80.086070774512,40.6183628072846],[-80.0869248459799,40.6181309781261],[-80.0900407724504,40.6172850893442],[-80.0924520664475,40.6181310022058],[-80.0934712344779,40.6184886363298],[-80.0939366837423,40.6181310109577],[-80.0985900879371,40.6145570720389],[-80.0997836164897,40.6134852344216],[-80.1013011400856,40.6121226958538],[-80.10573902318,40.6105198188949],[-80.1101627495257,40.6086732722364],[-80.111726607938,40.6084088588514],[-80.1144388158402,40.6079501460329],[-80.1164503985626,40.6076500141399],[-80.1189583586542,40.6072758553666],[-80.1246744024129,40.6075327821978],[-80.1286038275244,40.6065773400202],[-80.1328766221312,40.6070804134167],[-80.1331175895807,40.6046522785699],[-80.1331899078181,40.6039221809922],[-80.1352589006093,40.6012069662573],[-80.1359242819136,40.5986865866439],[-80.1360175832178,40.5983334450645],[-80.1397374110377,40.5937519063695],[-80.1452966610927,40.5951737572057],[-80.146890678358,40.5981579521],[-80.1472337267887,40.5986865654335],[-80.1487927898706,40.6010896661196],[-80.1465053176155,40.6044328064116],[-80.1442141567808,40.6076659623452],[-80.1437767070129,40.6084088483876],[-80.1424677264273,40.6106325339489],[-80.1449320193012,40.61366313313]]],"bbox":[-80.1487927898706,40.5937519063695,-80.0848651683751,40.6331599720688]},"properties":{"FID":37,"AREA":102541200,"PERIMETER":53997.21,"RINGS_OK":1,"DESCR":"EAST BRANCH BIG SEWICKLEY CREEK BASIN","COUNT_":16}},{"type":"Feature","id":38,"geometry":{"type":"Polygon","coordinates":[[[-79.863788692371,40.2390006730816],[-79.8664393409084,40.2368849775437],[-79.8685943527585,40.23516498534],[-79.8664396044343,40.2325117549566],[-79.8652197808198,40.2310098606519],[-79.866439394188,40.230199654542],[-79.8678765810298,40.229245224245],[-79.8688995995948,40.2285655155984],[-79.872569652419,40.2269175300829],[-79.8764453290102,40.2264751001669],[-79.8806488351355,40.2263911624607],[-79.8831065901443,40.2263280853863],[-79.8855544975342,40.2262652241739],[-79.8899325581283,40.2271703481773],[-79.8927061165257,40.2292453931474],[-79.8933854342252,40.2297537873513],[-79.8947396411104,40.232918959438],[-79.8958796827288,40.236783501735],[-79.8953613216482,40.2389673815581],[-79.8950768790467,40.2401670515962],[-79.8934446580675,40.2431608365177],[-79.8960557051905,40.2461746657439],[-79.8932995357149,40.2486894499299],[-79.8930082814587,40.2489552965081],[-79.8918966272686,40.2516483057879],[-79.8936869315828,40.2548790928341],[-79.8917083116911,40.2575859894587],[-79.8881091198459,40.2578999491342],[-79.8874313262085,40.2584115843787],[-79.885431141708,40.2599213943809],[-79.8871356380015,40.263374653441],[-79.8869955793136,40.2672234421792],[-79.8867062066483,40.2681336565921],[-79.8863507837936,40.2692511201879],[-79.885714082983,40.2712525576687],[-79.8838623069908,40.2729061412218],[-79.8831071442377,40.2737409599503],[-79.8828109526467,40.2740680498969],[-79.8814437562466,40.2754043158364],[-79.879936884375,40.2763625859603],[-79.8775738425921,40.2778559506129],[-79.876601883343,40.2784702507727],[-79.8767429973863,40.2778559218146],[-79.8775884515345,40.2741752852971],[-79.8737326524929,40.2705285809328],[-79.8714571432548,40.2683818635945],[-79.8710814948085,40.2681337553895],[-79.8664399046305,40.2650686378262],[-79.8657664661376,40.2646239888004],[-79.8629108862787,40.2624094999233],[-79.8611405533654,40.2594759919034],[-79.8596589352443,40.2584116467883],[-79.8577140690363,40.257014498839],[-79.8566253295611,40.2531268027814],[-79.8589761016305,40.2499023905603],[-79.8647266672375,40.2501681202863],[-79.8649613019047,40.2486892879979],[-79.8652377863505,40.2469447111207],[-79.8662982058918,40.2435992301704],[-79.863788692371,40.2390006730816]]],"bbox":[-79.8960557051905,40.2262652241739,-79.8566253295611,40.2784702507727]},"properties":{"FID":38,"AREA":125550900,"PERIMETER":52367.19,"RINGS_OK":1,"DESCR":"FALLEN TIMBER RUN BASIN","COUNT_":18}},{"type":"Feature","id":39,"geometry":{"type":"Polygon","coordinates":[[[-79.8252813576635,40.5286768707574],[-79.8306058184483,40.52561013533],[-79.833108584286,40.5274786987199],[-79.8332098802385,40.5275544416074],[-79.8344810401215,40.5289516861702],[-79.8331084407519,40.5294816156763],[-79.8319967419206,40.5299107345701],[-79.8303282573309,40.5304885120564],[-79.8298990556277,40.5306315394467],[-79.827568702634,40.531408479713],[-79.8269181591657,40.53063162366],[-79.8252813576635,40.5286768707574]]],"bbox":[-79.8344810401215,40.52561013533,-79.8252813576635,40.531408479713]},"properties":{"FID":39,"AREA":2831986,"PERIMETER":6788.151,"RINGS_OK":1,"DESCR":"FALLING SPRINGS RUN BASIN","COUNT_":3}},{"type":"Feature","id":40,"geometry":{"type":"Polygon","coordinates":[[[-80.2143131289383,40.4121196469169],[-80.2110289289131,40.4073009656073],[-80.2075664810471,40.4049481916843],[-80.2068628139008,40.4042437769203],[-80.204405205904,40.401783030779],[-80.2015003023953,40.3989435052751],[-80.200063514686,40.3953799021767],[-80.1997839876201,40.3946919340586],[-80.1997144945447,40.3945213496293],[-80.1988961856545,40.3925078134679],[-80.1997837762819,40.3916923667431],[-80.201461158069,40.3901515736912],[-80.205532068777,40.3919799487129],[-80.2088632792688,40.3945216144511],[-80.2097028227745,40.395162279314],[-80.2121562420841,40.3975340133363],[-80.2146497982445,40.3997213686477],[-80.2164509989152,40.400823225236],[-80.2212155979425,40.4037375171911],[-80.2210675460407,40.4042437341781],[-80.2202768232149,40.4069428048731],[-80.2210638689212,40.4098952602798],[-80.2164510129684,40.4114152125961],[-80.2143131289383,40.4121196469169]]],"bbox":[-80.2212155979425,40.3901515736912,-80.1988961856545,40.4121196469169]},"properties":{"FID":40,"AREA":21589250,"PERIMETER":21402.5,"RINGS_OK":1,"DESCR":"FINK RUN BASIN","COUNT_":7}},{"type":"Feature","id":41,"geometry":{"type":"Polygon","coordinates":[[[-80.0723388877662,40.58800810875],[-80.0753474203612,40.5856398359271],[-80.0813893483058,40.5811063347133],[-80.0831163002771,40.5818094231444],[-80.0859816976883,40.5829759775251],[-80.0921731866672,40.585304024356],[-80.0979973875024,40.5889645154464],[-80.0997834753384,40.5900866272424],[-80.0999307892402,40.5901793153963],[-80.1071199756801,40.5956729450495],[-80.1031059526128,40.5973924858955],[-80.0997835800143,40.5981242662419],[-80.0985515778039,40.5983955241766],[-80.0983937740193,40.5986866123882],[-80.0970864568849,40.601098337202],[-80.0997836791646,40.6034921227827],[-80.101614785476,40.6051173390527],[-80.1047472007067,40.6068882161032],[-80.1051625111093,40.6084088873862],[-80.10573902318,40.6105198188949],[-80.1013011400856,40.6121226958538],[-80.099783808727,40.6115175528212],[-80.0976179388474,40.6106537782765],[-80.0932770800806,40.6108838446538],[-80.0911537000851,40.6084681037424],[-80.0910903932105,40.6084089739109],[-80.0883940588325,40.6058817981758],[-80.0853252436735,40.6040348102554],[-80.0831165058513,40.6025454922772],[-80.0821011626547,40.6018607648897],[-80.0773354077732,40.6011438382235],[-80.0741081233905,40.5989696413971],[-80.0737529784138,40.598686820684],[-80.0708707372139,40.5963919185179],[-80.0671777123437,40.5945924093402],[-80.0684916728756,40.5910132263814],[-80.0711143955667,40.5889647066812],[-80.0723388877662,40.58800810875]]],"bbox":[-80.1071199756801,40.5811063347133,-80.0671777123437,40.6121226958538]},"properties":{"FID":41,"AREA":64579400,"PERIMETER":36789.69,"RINGS_OK":1,"DESCR":"FISH RUN BASIN","COUNT_":10}},{"type":"Feature","id":42,"geometry":{"type":"Polygon","coordinates":[[[-80.1687386708115,40.3493013595901],[-80.1676262463971,40.3465247136357],[-80.1727789726696,40.3463930421333],[-80.1760740151684,40.3482004094313],[-80.1792257577793,40.3500102735207],[-80.1831167836691,40.3518743232072],[-80.1833491676699,40.3519857025869],[-80.1882972364695,40.3541278130048],[-80.1910177137948,40.3556331663124],[-80.1916925875143,40.3560066024249],[-80.1955389461708,40.3570513130607],[-80.1994770150986,40.3579489236513],[-80.1997839648663,40.3583209397778],[-80.2021543453875,40.3611959592833],[-80.2045680189844,40.3638983818332],[-80.205922824189,40.3653552837985],[-80.2072804813346,40.3668149419888],[-80.2086306516159,40.3726034436902],[-80.2073141151517,40.3750773842152],[-80.2057454202981,40.3780253936032],[-80.203692892565,40.3805583618208],[-80.1997838931332,40.3808834591505],[-80.1995655084068,40.3809016517069],[-80.1958955938422,40.3816569682942],[-80.1942267282753,40.3773178990242],[-80.1929198905197,40.3750773875061],[-80.1921131472748,40.3736941296235],[-80.1910024225998,40.3710769266066],[-80.1878761979568,40.368717350912],[-80.1858584100382,40.3662269536608],[-80.1848347625193,40.3653551337121],[-80.1831167024474,40.3638917500242],[-80.1828694875295,40.3636812228111],[-80.1799041347463,40.3616844795928],[-80.1772436450218,40.3588763106095],[-80.174828993177,40.3562106057973],[-80.1743631612926,40.3556331628486],[-80.1723984564348,40.3531966937357],[-80.1687386708115,40.3493013595901]]],"bbox":[-80.2086306516159,40.3463930421333,-80.1676262463971,40.3816569682942]},"properties":{"FID":42,"AREA":56490880,"PERIMETER":36801.28,"RINGS_OK":1,"DESCR":"FISHING RUN BASIN","COUNT_":9}},{"type":"Feature","id":43,"geometry":{"type":"Polygon","coordinates":[[[-80.2497857862319,40.512107686907],[-80.2508679723934,40.5132495699108],[-80.2582032831072,40.5154449061274],[-80.2617729845955,40.5141995149034],[-80.266142089807,40.5148055865048],[-80.2664525875238,40.5153156952611],[-80.2679672232289,40.5178022610236],[-80.269664544009,40.5205882708064],[-80.2698011341369,40.5209089894244],[-80.2708925985129,40.5234759616502],[-80.2700527045444,40.5262157886416],[-80.2691766807688,40.5290739593162],[-80.2716624147944,40.530631241312],[-80.2738068924818,40.5319746852872],[-80.2690942602244,40.5350504250823],[-80.26645310293,40.5366454301108],[-80.2660777897304,40.5368719031583],[-80.2627092551214,40.5392946927306],[-80.258747947202,40.540353512629],[-80.2552556776438,40.5392193597331],[-80.2508170297539,40.5381370532309],[-80.2497858559509,40.5377500860536],[-80.2466486103227,40.5365728255236],[-80.2426886363478,40.5354812579412],[-80.2380359373219,40.533853014975],[-80.2332733848756,40.533143693831],[-80.2331188298897,40.5332102551967],[-80.2294292848448,40.534797371574],[-80.2281928994645,40.5376811005014],[-80.2302083706425,40.5403534873058],[-80.2314056142034,40.5419406854641],[-80.2331185685301,40.5429545584171],[-80.2359576504836,40.5446345924511],[-80.2331188209571,40.5450117582443],[-80.2300972648241,40.5454130214761],[-80.2265243831883,40.5479044850892],[-80.2243695607214,40.5500757341282],[-80.2237403512367,40.550709526334],[-80.2234845889262,40.5539395880653],[-80.2233910605029,40.5571640348436],[-80.2208244246936,40.5558010484203],[-80.219532530094,40.5546391655012],[-80.2180020354872,40.5530437670322],[-80.216451708618,40.5512611850942],[-80.2159006630118,40.550627699476],[-80.2155506025469,40.5500755713937],[-80.2147440421246,40.5488043560222],[-80.2125470463447,40.5453413769236],[-80.2082036195064,40.5447998137479],[-80.2061704758888,40.5445463255558],[-80.2083329062948,40.5403536820942],[-80.2096488801468,40.5378016200654],[-80.2111852293968,40.5347331498998],[-80.2145344409458,40.5332148863857],[-80.2164517786146,40.5330169959503],[-80.2183363870501,40.5328224318841],[-80.2205899926335,40.5306314074925],[-80.2208002343359,40.5304271448726],[-80.2214179668771,40.5265665098993],[-80.2255969572824,40.5243266831292],[-80.2250660863912,40.5212511553421],[-80.2249032963608,40.5209093239734],[-80.2236936546718,40.5183697116031],[-80.221559336819,40.5145411891678],[-80.2265332287135,40.5121316579782],[-80.2300408452418,40.5140770832435],[-80.2331185050886,40.5133202588262],[-80.2341057493906,40.5130774911124],[-80.2377728499997,40.511831098241],[-80.2420731841218,40.5118532672613],[-80.2461874646735,40.5111869415103],[-80.2485501340405,40.5108042597931],[-80.2489128641093,40.5111867940633],[-80.2497857862319,40.512107686907]]],"bbox":[-80.2738068924818,40.5108042597931,-80.2061704758888,40.5571640348436]},"properties":{"FID":43,"AREA":145429000,"PERIMETER":67006.54,"RINGS_OK":1,"DESCR":"FLAUGHERTY RUN BASIN","COUNT_":20}},{"type":"Feature","id":44,"geometry":{"type":"Polygon","coordinates":[[[-79.8497724849344,40.2291890473703],[-79.8502086036915,40.2292451956395],[-79.8541853958518,40.2297566336638],[-79.8580108212796,40.2305390273722],[-79.8616720736628,40.2292719449318],[-79.8652197808198,40.2310098606519],[-79.8664396044343,40.2325117549566],[-79.8685943527585,40.23516498534],[-79.8664393409084,40.2368849775437],[-79.863788692371,40.2390006730816],[-79.858147856625,40.2348229766049],[-79.8546237707382,40.2359040623124],[-79.8513331503174,40.2337767131575],[-79.8497721782202,40.2341440299655],[-79.8467484454383,40.2348556172542],[-79.8429741928857,40.2341093304275],[-79.8394587298564,40.2325895631561],[-79.8359474211224,40.2310685863316],[-79.8331050571318,40.2332494173461],[-79.8327309939249,40.2335365135533],[-79.8291484887949,40.2365599488077],[-79.8252141950438,40.2369145610385],[-79.8211168856583,40.2366121114845],[-79.819568128346,40.2389673758822],[-79.8190973643369,40.2396833966695],[-79.8223048018483,40.2421611818497],[-79.8266551646966,40.2457941048874],[-79.82952084921,40.248093628032],[-79.8304829663813,40.2486894398873],[-79.8331054705932,40.2503133305957],[-79.8344270480281,40.2511317176157],[-79.8377915377327,40.2525076553167],[-79.8410947159301,40.2549100090257],[-79.8467288344247,40.2582591625717],[-79.8465830285786,40.258411549386],[-79.8441883053306,40.2609103852404],[-79.8451114568876,40.264042227523],[-79.8435397550378,40.2668078721538],[-79.8431649898752,40.2681337956864],[-79.8421253786495,40.2718100367431],[-79.8365129506545,40.2756998937178],[-79.8331054654821,40.2724263683469],[-79.8330472830667,40.2723704438383],[-79.8319563577052,40.2695234229569],[-79.8314238403983,40.2681336118586],[-79.8308747950125,40.2667010216814],[-79.8281588650587,40.2645343113811],[-79.8272430765416,40.2613833373348],[-79.8253554080782,40.2588227958292],[-79.8250524897637,40.2584116569524],[-79.823430470405,40.2562108966918],[-79.8191714513213,40.2547457510016],[-79.8164383740164,40.2548198468486],[-79.8150897371386,40.2548563780238],[-79.8096379279615,40.2492081494109],[-79.8091800290958,40.2486895649209],[-79.8065427027981,40.245701850102],[-79.8069048048082,40.2443083199925],[-79.8087629971066,40.2433018266345],[-79.8097234081049,40.2419225638195],[-79.8105106971806,40.2401690094586],[-79.8110245434001,40.2389675314073],[-79.811222723699,40.2385043182482],[-79.8120780469695,40.2367520223079],[-79.8118222370606,40.2327954062781],[-79.8123795232631,40.229245461391],[-79.812390411746,40.2291766208041],[-79.8155318718845,40.2244261699077],[-79.8164380039479,40.2238488246595],[-79.8187517903969,40.2223742258543],[-79.8188446469369,40.2195233272251],[-79.8188815814086,40.2183879480402],[-79.8173161156975,40.2156846392856],[-79.8211823390381,40.214402976857],[-79.8311315547324,40.2111040898606],[-79.835201166322,40.2098289972406],[-79.8421133882844,40.2119591811562],[-79.8454247995118,40.2148020339471],[-79.8479704325183,40.2192631845931],[-79.8478531248982,40.2195232599949],[-79.8449231096099,40.2260197298642],[-79.847084760232,40.2288432907879],[-79.8497724849344,40.2291890473703]]],"bbox":[-79.8685943527585,40.2098289972406,-79.8065427027981,40.2756998937178]},"properties":{"FID":44,"AREA":145610600,"PERIMETER":83568.82,"RINGS_OK":1,"DESCR":"GILLESPIE RUN BASIN","COUNT_":22}},{"type":"Feature","id":45,"geometry":{"type":"Polygon","coordinates":[[[-79.9836718140761,40.528261685893],[-79.9831128027776,40.5276949931352],[-79.9792972629182,40.5238269298859],[-79.9769995055271,40.521492175636],[-79.973578251441,40.5209102203109],[-79.9725605696155,40.5207370517712],[-79.9700962911061,40.5183338013472],[-79.9689517807423,40.5151409111637],[-79.9664453615379,40.5130049117923],[-79.9659077359717,40.5125468762804],[-79.9652968760073,40.5111878080906],[-79.964480849007,40.5093730819332],[-79.962474508686,40.5068439546526],[-79.9608568059377,40.5041088091013],[-79.9606046484331,40.5014659652595],[-79.9603457394921,40.4987537451699],[-79.9620446641611,40.4939810168438],[-79.9628780245181,40.4917436950863],[-79.9631023438976,40.4911407249071],[-79.9637573190138,40.4878677663423],[-79.9653407335528,40.4850535922863],[-79.9653830214327,40.4836456251024],[-79.9664449712912,40.4826261317419],[-79.9666249355258,40.4824532979199],[-79.9670615872397,40.4820213804529],[-79.9678948381436,40.4811976082891],[-79.9691795753411,40.4799843510167],[-79.9702638300607,40.4787993834075],[-79.9712591886026,40.4774139494486],[-79.9724583641743,40.4762133653238],[-79.9735046282461,40.4749293858064],[-79.9756181182023,40.4756688862698],[-79.9797916829137,40.4762895229029],[-79.983111922659,40.4772536806408],[-79.9844244333055,40.4776347962861],[-79.9868200850315,40.479827723397],[-79.9891867104864,40.4820216799683],[-79.9909681670486,40.4836732981651],[-79.9933551432129,40.4888346244891],[-79.9930603877056,40.4917439157584],[-79.9930167517149,40.4921754326922],[-79.9943303914474,40.4950104441215],[-79.996042198017,40.4982411789788],[-79.9979468639623,40.5014659106229],[-79.9930852655576,40.5044886596438],[-79.9909006793012,40.5068371727779],[-79.9944726931266,40.5081277147942],[-79.9982955233071,40.5097072521409],[-79.9997796707352,40.5099949424481],[-80.0033070090768,40.5106787373724],[-80.0080017253726,40.5109962415596],[-80.0091288183175,40.5111881556048],[-80.0120831692662,40.5116910929513],[-80.0137729096613,40.511187981062],[-80.0157591582507,40.5105965749772],[-80.0164464777068,40.5088502112563],[-80.0168197501702,40.5079019225041],[-80.0195418186386,40.5058362529992],[-80.0240381964183,40.5046539695713],[-80.0259261152413,40.5074039023743],[-80.0291157095185,40.5101298835603],[-80.0304443992719,40.511187890395],[-80.0328500032765,40.5131030595711],[-80.0331138048811,40.513071081189],[-80.0393370005186,40.5123155958997],[-80.0441126682534,40.5186470468203],[-80.0450717254316,40.5209100270185],[-80.0456967957687,40.5223851226912],[-80.0364633510607,40.5244704263459],[-80.0355773015162,40.527309317773],[-80.0367661285515,40.5299984939427],[-80.0368114790641,40.5306321516043],[-80.0369649426824,40.5327808522748],[-80.0363526362401,40.5390220410847],[-80.0370983533629,40.540354239855],[-80.037999785834,40.5419650644899],[-80.035052834448,40.5465664033222],[-80.0378679766905,40.5486148941698],[-80.0383050472774,40.5500764061788],[-80.0387989817544,40.5517276294974],[-80.0400540467163,40.5558850105638],[-80.0396055960465,40.559411756309],[-80.039519288151,40.5597984840945],[-80.0388754169262,40.5626752307478],[-80.0382646969934,40.5654033829164],[-80.0368946401206,40.5683173738673],[-80.0331150886384,40.5669854915637],[-80.0326855338394,40.5668341875037],[-80.0308491651079,40.5623286603524],[-80.0250089192141,40.5597985542986],[-80.0232113041727,40.5590196382039],[-80.0199016450181,40.5570652713852],[-80.0175895713937,40.5546890092215],[-80.0164475012799,40.5536065176004],[-80.0149340860343,40.5521717481792],[-80.0108003335095,40.5513867627245],[-80.0098195250795,40.5500765001427],[-80.0089197605773,40.5488739667472],[-80.0071052666249,40.5455361011131],[-80.0060721477353,40.5406445356277],[-80.0059949475549,40.540354466444],[-80.0050618007249,40.5368587470177],[-80.0045992628432,40.5332679579543],[-80.0034283066833,40.5306322737929],[-80.0030970496274,40.5298871348963],[-80.0017529984589,40.5261737136028],[-80.0018436713524,40.5221038899389],[-80.0008196803704,40.5209100644788],[-79.999779808119,40.5196974898865],[-79.9995224231762,40.5193974480574],[-79.9974690066601,40.5160991772196],[-79.9951668503328,40.5125504214154],[-79.9915327581809,40.5122131363361],[-79.9876651691201,40.5147021223249],[-79.9879662059573,40.517591530982],[-79.9869360260114,40.5204691000557],[-79.9865386816134,40.5209101092615],[-79.984451222428,40.5232263967797],[-79.9836718140761,40.528261685893]]],"bbox":[-80.0456967957687,40.4749293858064,-79.9603457394921,40.5683173738673]},"properties":{"FID":45,"AREA":298890000,"PERIMETER":111491.1,"RINGS_OK":1,"DESCR":"GIRTYS RUN BASIN","COUNT_":36}},{"type":"Feature","id":46,"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.959750823218,40.6722720831002],[-79.9497830967954,40.6725413938212],[-79.9331146705148,40.672884189014],[-79.9324083777157,40.6729003148597],[-79.9308573753955,40.6728761242003],[-79.9306290856382,40.6728839351878],[-79.9256742618252,40.6730540524293],[-79.9243776674861,40.6690213433027],[-79.9269082674429,40.6667413490584],[-79.93187642487,40.6649687124875],[-79.9331142965245,40.6645302954121],[-79.9357976430708,40.6635801778726],[-79.9423632850455,40.6639561115436],[-79.9463688366398,40.6624530447196],[-79.9497816711745,40.6617527953992],[-79.9503283073867,40.6616405736823],[-79.9570115616653,40.662773496528],[-79.9564243757776,40.6659625950974],[-79.9564801374837,40.6667414920901],[-79.9566761862329,40.6694873485021],[-79.959750823218,40.6722720831002]]],[[[-79.8589893644119,40.5248836540638],[-79.8633972474569,40.5234519800231],[-79.8661680215466,40.5209094886817],[-79.8664427577378,40.5205352464707],[-79.8701574937673,40.5152121274281],[-79.8728202565135,40.5181959819363],[-79.8760464273181,40.5206691845265],[-79.8766004659639,40.520909723992],[-79.8807565859563,40.5227146159582],[-79.8831098111431,40.5232988326767],[-79.8857251093907,40.5239480961161],[-79.8905769339814,40.5233146052699],[-79.8933963236275,40.5258667675479],[-79.89362378788,40.5288314948609],[-79.8923010294422,40.5306318977144],[-79.8909505999255,40.5324696915646],[-79.8885320616995,40.5365430342923],[-79.8870470343762,40.5396470810584],[-79.8860869138816,40.540353903407],[-79.883987663899,40.5418987582155],[-79.8831102877973,40.5426348325265],[-79.8812669343553,40.5441808387454],[-79.878347969723,40.5477131479407],[-79.8748734414114,40.5449413247435],[-79.8727371608778,40.5425113341345],[-79.8695178879263,40.540672686763],[-79.8693211545299,40.540353837037],[-79.8676563340344,40.5376552209539],[-79.8664429251549,40.5375938446014],[-79.8604088074638,40.5372884889054],[-79.8586493726669,40.5341975481695],[-79.8565746012398,40.5313742826734],[-79.8568608559526,40.5306317562458],[-79.8579746747846,40.5277446674654],[-79.8589893644119,40.5248836540638]]]],"bbox":[-79.959750823218,40.5152121274281,-79.8565746012398,40.6730540524293]},"properties":{"FID":46,"AREA":93619970,"PERIMETER":58626.72,"RINGS_OK":2,"DESCR":"GLADE RUN BASIN","COUNT_":16}},{"type":"Feature","id":47,"geometry":{"type":"Polygon","coordinates":[[[-79.9611000657972,40.5712386521514],[-79.9544521717459,40.569577134178],[-79.9526251697455,40.5725045871445],[-79.9497797537293,40.5745481687173],[-79.9493285123174,40.5748720758412],[-79.948818363197,40.5781059068766],[-79.9471422121266,40.5792424671693],[-79.9456545087454,40.5802513543957],[-79.9416769828483,40.5825208278778],[-79.9385656871101,40.5845236699795],[-79.9362169472717,40.586612852738],[-79.9345631546646,40.5889644835494],[-79.9342859945109,40.589358235816],[-79.9344490188779,40.5938266260463],[-79.9331128346309,40.5936645923003],[-79.9286301589349,40.5931209913001],[-79.9258837372626,40.5908244870037],[-79.9243959905229,40.5889646381972],[-79.9239001005946,40.5883449128572],[-79.9223499779568,40.5826795682194],[-79.9184874106402,40.5813905820664],[-79.9196570202408,40.5792424329683],[-79.9201194138023,40.5783934822669],[-79.9234113820935,40.5758444303327],[-79.9261414057307,40.5738535347291],[-79.9275215730688,40.5712270934734],[-79.9269078260238,40.5695204727124],[-79.9264216696235,40.5681677990599],[-79.9250508704572,40.5649672000737],[-79.9269724659481,40.5619285868831],[-79.9311625366561,40.5602418130841],[-79.9318969981055,40.5597981735344],[-79.9331120937155,40.5590638528009],[-79.9346617154829,40.5581274837514],[-79.9410412096091,40.5568051213576],[-79.9453263744001,40.5563990748767],[-79.9448589182994,40.5597983818551],[-79.9448461428053,40.5598896639457],[-79.9481285791665,40.5617364778627],[-79.9497793663777,40.5613389032302],[-79.9538761102609,40.5603521301706],[-79.9569437901866,40.5597985031037],[-79.9590620991884,40.5594160776417],[-79.9593739087992,40.5597984855305],[-79.9615378456129,40.5624501058784],[-79.9612839028979,40.5661192179903],[-79.961161567493,40.5695205867444],[-79.9611000657972,40.5712386521514]]],"bbox":[-79.9615378456129,40.5563990748767,-79.9184874106402,40.5938266260463]},"properties":{"FID":47,"AREA":83344000,"PERIMETER":43972.16,"RINGS_OK":1,"DESCR":"GOURDHEAD RUN BASIN","COUNT_":13}},{"type":"Feature","id":48,"geometry":{"type":"Polygon","coordinates":[[[-80.0316273206448,40.3333437991445],[-80.0331119516266,40.331791279282],[-80.0340533001825,40.3308070119988],[-80.0369829808149,40.3291515080287],[-80.0495805396517,40.3268501000806],[-80.0497791925042,40.326836185827],[-80.0537736892917,40.3265557700038],[-80.0545788169836,40.3264667484413],[-80.0577090596875,40.3261207351477],[-80.0612082708119,40.3264667843693],[-80.0621082789646,40.3265557569941],[-80.0652145666121,40.3286267466077],[-80.062593796876,40.333508813451],[-80.0609590774601,40.3361889534162],[-80.0595901390252,40.3384334861295],[-80.0575163759689,40.3410713857662],[-80.0539343184773,40.3433685771338],[-80.0524782570973,40.3459109767342],[-80.051306211595,40.3479571925459],[-80.0497791164814,40.3483925810254],[-80.0472007424358,40.3491277682624],[-80.0408978036478,40.3506715259452],[-80.0388770845359,40.3482604255854],[-80.0374574930336,40.3459110890594],[-80.0371861307901,40.3454619260255],[-80.0331119949231,40.3444026921337],[-80.0328476913193,40.3443339521261],[-80.0299824655702,40.3390957146014],[-80.0308137516637,40.33618882265],[-80.0316273206448,40.3333437991445]]],"bbox":[-80.0652145666121,40.3261207351477,-80.0299824655702,40.3506715259452]},"properties":{"FID":48,"AREA":56392860,"PERIMETER":29314.43,"RINGS_OK":1,"DESCR":"GRAESERS RUN BASIN","COUNT_":13}},{"type":"Feature","id":49,"geometry":{"type":"Polygon","coordinates":[[[-79.9200965318071,40.5196473852901],[-79.9164440692014,40.5199395313382],[-79.908350401016,40.520586500891],[-79.9064466526555,40.5155012114545],[-79.9054676308473,40.5125774405798],[-79.9061291962894,40.5111877604382],[-79.9068712012472,40.5096286541542],[-79.9038914347564,40.5062602718614],[-79.9052993711936,40.502718843996],[-79.906299283758,40.5014657199585],[-79.9076130090198,40.4998198342055],[-79.9096013564602,40.4974389371051],[-79.9155355564713,40.4986541987831],[-79.9153574573311,40.5014655356655],[-79.9153437626941,40.5016830528533],[-79.9151662377532,40.5044847665159],[-79.9164435805524,40.5083282099503],[-79.9169115230751,40.5097355003924],[-79.917368784935,40.5111876081049],[-79.9178500668457,40.5127147730391],[-79.9189485478497,40.5156444469584],[-79.9200965318071,40.5196473852901]]],"bbox":[-79.9200965318071,40.4974389371051,-79.9038914347564,40.520586500891]},"properties":{"FID":49,"AREA":24244720,"PERIMETER":22074.68,"RINGS_OK":1,"DESCR":"GUYASUTA RUN BASIN","COUNT_":5}},{"type":"Feature","id":50,"geometry":{"type":"Polygon","coordinates":[[[-79.844257107912,40.5367972243589],[-79.8468204293731,40.5347755193019],[-79.8485042099287,40.5337654613263],[-79.8497755223049,40.5332917582778],[-79.8515470633189,40.5326317723789],[-79.8565746012398,40.5313742826734],[-79.8586493726669,40.5341975481695],[-79.8604088074638,40.5372884889054],[-79.8560822167185,40.5380704706071],[-79.8552250578465,40.540353864989],[-79.854842956607,40.5413711560994],[-79.8584791807122,40.5444977345721],[-79.8603626342598,40.5472879890268],[-79.8636382954108,40.5484412300013],[-79.8636383013739,40.5500758816643],[-79.8636381604094,40.5511897054922],[-79.8650942406541,40.5554890004389],[-79.8614861520619,40.5585559422939],[-79.8578838894033,40.5565288363588],[-79.855185207514,40.5526531973901],[-79.8520143583802,40.5503618588341],[-79.8518713475715,40.5500758121314],[-79.8501984298,40.5467273999533],[-79.8497757478642,40.544195192436],[-79.8496495753961,40.5434382897338],[-79.8481498046292,40.5403536426623],[-79.8477763330694,40.5395856903757],[-79.844257107912,40.5367972243589]]],"bbox":[-79.8650942406541,40.5313742826734,-79.844257107912,40.5585559422939]},"properties":{"FID":50,"AREA":24473020,"PERIMETER":26302.65,"RINGS_OK":1,"DESCR":"GUYS RUN BASIN","COUNT_":5}},{"type":"Feature","id":51,"geometry":{"type":"Polygon","coordinates":[[[-80.252252224252,40.4366915509178],[-80.2501090156163,40.4334097570263],[-80.2497851982489,40.4329145703596],[-80.2481083184305,40.4296037721682],[-80.2458355368553,40.4269360566265],[-80.2430172990594,40.4251581363361],[-80.2427469354899,40.4236879425274],[-80.2422257513082,40.4208501098122],[-80.239259288614,40.4190378858702],[-80.2366767170619,40.417108940127],[-80.2347912046916,40.4143970693501],[-80.2347133448379,40.4139656334247],[-80.2341188048071,40.4106730654003],[-80.2338386702927,40.4071613390995],[-80.237465750403,40.4074217348136],[-80.2412873648608,40.4089611959007],[-80.2449071683874,40.4102844325515],[-80.2481936802783,40.4117228958505],[-80.2497853894583,40.4122614509095],[-80.2523958529632,40.4131447811169],[-80.2542478034242,40.4139657221199],[-80.2569107537462,40.4151462832031],[-80.2613262448877,40.4170758875843],[-80.2648128035343,40.4186573176289],[-80.2664527396222,40.421095086479],[-80.2672701542289,40.4223105428592],[-80.2699005942208,40.423687785433],[-80.270374288503,40.4239358447437],[-80.2766385496809,40.4245792503791],[-80.2831196154993,40.42734487458],[-80.2842031047182,40.4304916089035],[-80.2831198476845,40.4309162999181],[-80.2800386642741,40.43212414403],[-80.2737172350054,40.4307888461119],[-80.2691910395731,40.4310291376312],[-80.2664526157088,40.4311838994743],[-80.264091619454,40.4313173397971],[-80.2594819899706,40.4334100285987],[-80.252252224252,40.4366915509178]]],"bbox":[-80.2842031047182,40.4071613390995,-80.2338386702927,40.4366915509178]},"properties":{"FID":51,"AREA":62818070,"PERIMETER":39297.54,"RINGS_OK":1,"DESCR":"HALF CROWN RUN BASIN","COUNT_":11}},{"type":"Feature","id":52,"geometry":{"type":"Polygon","coordinates":[[[-80.037999785834,40.5419650644899],[-80.039910697239,40.5403543169773],[-80.042762244967,40.537950567702],[-80.0467710450139,40.5366664085168],[-80.0497812461358,40.5376300664473],[-80.0503407226739,40.537809184702],[-80.0497813106536,40.5385411819594],[-80.0483958652452,40.5403540404936],[-80.0482666586364,40.5405229893771],[-80.0474172435784,40.5442033656014],[-80.0466620881137,40.5479192731727],[-80.0453375947265,40.5500763412974],[-80.0440667346412,40.5521459197236],[-80.0400540467163,40.5558850105638],[-80.0387989817544,40.5517276294974],[-80.0383050472774,40.5500764061788],[-80.0378679766905,40.5486148941698],[-80.035052834448,40.5465664033222],[-80.037999785834,40.5419650644899]]],"bbox":[-80.0503407226739,40.5366664085168,-80.035052834448,40.5558850105638]},"properties":{"FID":52,"AREA":14536640,"PERIMETER":17257.59,"RINGS_OK":1,"DESCR":"HARTS RUN BASIN","COUNT_":4}},{"type":"Feature","id":53,"geometry":{"type":"Polygon","coordinates":[[[-79.7040719953656,40.4403506950729],[-79.7043033278144,40.4360087955716],[-79.704483163761,40.4334098067985],[-79.704712451865,40.4300997939906],[-79.7089322897108,40.4330335580631],[-79.7088767418769,40.4334098851234],[-79.708253416613,40.4376223617181],[-79.7040719953656,40.4403506950729]]],"bbox":[-79.7089322897108,40.4300997939906,-79.7040719953656,40.4403506950729]},"properties":{"FID":53,"AREA":3188384,"PERIMETER":8539.744,"RINGS_OK":1,"DESCR":"HAYMAKERS RUN BASIN","COUNT_":2}},{"type":"Feature","id":54,"geometry":{"type":"Polygon","coordinates":[[[-79.7033387296152,40.4625761096674],[-79.7035404423935,40.4567730098662],[-79.7086157997041,40.4544216922644],[-79.7125738733417,40.4544468788114],[-79.7129645154858,40.4573718466288],[-79.7132344853924,40.460225243499],[-79.7152773375062,40.462576086669],[-79.7148047291811,40.4658802055344],[-79.7118666917861,40.4691829381381],[-79.7133091523662,40.4722982867579],[-79.7134165872478,40.4725307015131],[-79.7161545829365,40.4753114322262],[-79.716437798585,40.4757146897198],[-79.718983072583,40.479336317485],[-79.7210330135945,40.4816876298663],[-79.7211735434165,40.4820205482519],[-79.7221535288168,40.4843452870366],[-79.7231434440097,40.4878209660294],[-79.7179245753471,40.4901146533278],[-79.7164381908765,40.4900446107776],[-79.7142941489182,40.489943592675],[-79.7106256046507,40.4897903965221],[-79.7069861339882,40.490653511302],[-79.7057374653309,40.4917425183861],[-79.7023959224176,40.4946559892217],[-79.702407289735,40.4917424135441],[-79.7024153707164,40.4896621947754],[-79.7025374895555,40.4859786520828],[-79.7026364015381,40.4829996712479],[-79.7026687160947,40.4820203021401],[-79.7028069986015,40.4778560775937],[-79.703000175161,40.4722981898424],[-79.7030838645429,40.4698966457403],[-79.7032837643261,40.4641535607459],[-79.7033387296152,40.4625761096674]]],"bbox":[-79.7231434440097,40.4544216922644,-79.7023959224176,40.4946559892217]},"properties":{"FID":54,"AREA":49084510,"PERIMETER":36638.48,"RINGS_OK":1,"DESCR":"HUMMS RUN BASIN","COUNT_":7}},{"type":"Feature","id":55,"geometry":{"type":"Polygon","coordinates":[[[-79.827608350672,40.5014653602081],[-79.8266988344787,40.4996285852546],[-79.8309092905849,40.4957373750048],[-79.8331078880278,40.4964261885189],[-79.8351549022881,40.4970675842081],[-79.8389048898257,40.4994603546821],[-79.842692568231,40.5014654338092],[-79.8434514126214,40.5018671665431],[-79.8429587288254,40.5036368723973],[-79.8434600866985,40.5059101075235],[-79.8395343785874,40.5074237985555],[-79.8360650122369,40.5063259152052],[-79.8331080278699,40.5051738280413],[-79.8321563715927,40.5048030420887],[-79.8285169409741,40.5032996565866],[-79.827608350672,40.5014653602081]]],"bbox":[-79.8434600866985,40.4957373750048,-79.8266988344787,40.5074237985555]},"properties":{"FID":55,"AREA":11819190,"PERIMETER":13579.92,"RINGS_OK":1,"DESCR":"INDIAN CREEK BASIN","COUNT_":4}},{"type":"Feature","id":56,"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.0240381964183,40.5046539695713],[-80.0232161538376,40.5014660341268],[-80.0231354304741,40.5011523596539],[-80.0196614687273,40.4986138886657],[-80.0192751506286,40.4931758814115],[-80.0276763349679,40.4960830276159],[-80.0307870358526,40.4940464878551],[-80.0312845746466,40.4917436010942],[-80.0318749595423,40.4890104338856],[-80.0331131424701,40.4875797553915],[-80.0365998640051,40.4835511097518],[-80.0461772037606,40.4827924051759],[-80.0475882671225,40.4841120146689],[-80.0490976924885,40.4853351757734],[-80.0497803860948,40.4857523641703],[-80.0524768193473,40.4874003101944],[-80.0529847641832,40.4900043847964],[-80.0528841345273,40.4917436033429],[-80.052779073647,40.4935638277441],[-80.0542083452667,40.4994827304863],[-80.0525638934333,40.5014657562843],[-80.0513438704131,40.5029366114479],[-80.0497805493923,40.5042185475244],[-80.0469831300947,40.5065122089333],[-80.0408227540181,40.5111880007807],[-80.0393370005186,40.5123155958997],[-80.0331138048811,40.513071081189],[-80.0328500032765,40.5131030595711],[-80.0304443992719,40.511187890395],[-80.0291157095185,40.5101298835603],[-80.0259261152413,40.5074039023743],[-80.0240381964183,40.5046539695713]]],[[[-79.799772056874,40.3727764236222],[-79.7994417400744,40.3729823857617],[-79.7936359757038,40.3744738894645],[-79.7895538072649,40.3738139910011],[-79.7851444047786,40.37399708833],[-79.7831051188593,40.3738146462461],[-79.7779808543352,40.3733560532431],[-79.7807880317433,40.3707660273818],[-79.7788117866854,40.3683017114444],[-79.775397029549,40.3653552489497],[-79.7731672113953,40.3634310544768],[-79.773604810985,40.3605000158156],[-79.7736825353325,40.3599793626381],[-79.7738466368287,40.3588825601303],[-79.7742691918996,40.3572778934782],[-79.775070476929,40.3537759554327],[-79.7751546282477,40.3529764933483],[-79.7755320474593,40.3514696569037],[-79.7755564180374,40.351369781265],[-79.7768899470806,40.3459060747549],[-79.7778055082089,40.3421555819369],[-79.783104893822,40.3429523909255],[-79.7848410476055,40.3432135266671],[-79.7905227603588,40.3415886924132],[-79.7941579683488,40.3407641154948],[-79.7983061215838,40.3393445233602],[-79.799772056533,40.33860939376],[-79.8021480496997,40.3374175364524],[-79.8070013182306,40.3370134639743],[-79.8068524440723,40.3400202643054],[-79.8048127229829,40.3424320504438],[-79.8046595145668,40.3451819329562],[-79.8049310949249,40.3459109071073],[-79.8065041445311,40.3501363572147],[-79.8110386608662,40.3545178759824],[-79.8118376260041,40.3556330657682],[-79.8136470169805,40.358159196687],[-79.8164394317327,40.3601812730791],[-79.8173860340133,40.360866899514],[-79.8164395042895,40.3616355072719],[-79.8139714900382,40.3636388656631],[-79.81203930199,40.3653551881346],[-79.8091004389925,40.3679660260543],[-79.8055606862953,40.3697284018811],[-79.8024172019518,40.3711283871407],[-79.799772056874,40.3727764236222]]]],"bbox":[-80.0542083452667,40.3370134639743,-79.7731672113953,40.5131030595711]},"properties":{"FID":56,"AREA":176354300,"PERIMETER":78199.2,"RINGS_OK":2,"DESCR":"JACKS RUN BASIN","COUNT_":26}},{"type":"Feature","id":57,"geometry":{"type":"Polygon","coordinates":[[[-80.0614273929781,40.6739391162528],[-80.0555927409626,40.6740717427632],[-80.0553642824814,40.6740745686309],[-80.0521829072467,40.6739141599455],[-80.0515952401178,40.6740640589523],[-80.0513950309521,40.6741151400238],[-80.0497840070975,40.6740794856556],[-80.0479373711244,40.6740483064602],[-80.0377511392739,40.6738759387066],[-80.0374797174358,40.6703508111833],[-80.0388150862976,40.6667416329108],[-80.0389459165943,40.6663875031123],[-80.0409358571214,40.6667416239534],[-80.0447040157767,40.6674121669659],[-80.0492358907882,40.6681369507753],[-80.0497842925407,40.6678947415895],[-80.0523943515308,40.6667415348175],[-80.0525772912003,40.6666606763945],[-80.052918572914,40.666741506927],[-80.0568826811857,40.6676802859508],[-80.0590484969737,40.6699486312583],[-80.0614273929781,40.6739391162528]]],"bbox":[-80.0614273929781,40.6663875031123,-80.0374797174358,40.6741151400238]},"properties":{"FID":57,"AREA":14588290,"PERIMETER":17235.18,"RINGS_OK":1,"DESCR":"KAUFMAN RUN BASIN","COUNT_":4}},{"type":"Feature","id":58,"geometry":{"type":"Polygon","coordinates":[[[-79.9150696213575,40.2098010418751],[-79.9147962512882,40.2082943869969],[-79.916441061909,40.2080296244263],[-79.918942325073,40.2076269465597],[-79.9233556947052,40.2087060329957],[-79.9260823780144,40.2098012191271],[-79.9282421915859,40.2106684281612],[-79.9301807115556,40.2112240922885],[-79.9329136770499,40.2119797944626],[-79.9331082500875,40.2120436387546],[-79.9360707787905,40.2130155331421],[-79.9379484136885,40.2134424796511],[-79.9404899668557,40.2138532520778],[-79.9425189305486,40.214181739892],[-79.9453402693453,40.2146722034657],[-79.9474263285044,40.2150752879279],[-79.944392739418,40.2189905567766],[-79.9442904583688,40.2195232417639],[-79.9433838269737,40.2242372459409],[-79.9399483036127,40.2254385678812],[-79.9401069712026,40.228376691448],[-79.9401538907148,40.2292453126887],[-79.9402726956811,40.2314494017272],[-79.9388887350395,40.2339924277856],[-79.9345734112191,40.2357600737915],[-79.9331084918068,40.2367887283481],[-79.9318108239957,40.23769972585],[-79.9303024549737,40.2387585984784],[-79.9295625553971,40.2389673004212],[-79.928561226668,40.2392499321867],[-79.9264857792786,40.2399062152619],[-79.9244851120378,40.2407164499594],[-79.9229227143108,40.2413955908242],[-79.9200107927532,40.2427883264863],[-79.9216806842059,40.2389673447359],[-79.9219560662349,40.2383373744438],[-79.9225547553747,40.2346647639802],[-79.9225647556004,40.2312936312235],[-79.9222468759405,40.2292453436054],[-79.9218556771473,40.2267257979609],[-79.9182653702543,40.2229016277169],[-79.9166190985258,40.2195230486677],[-79.9164408333651,40.2191575065],[-79.9161758042541,40.2186131383709],[-79.9160536082268,40.2153544148373],[-79.9153876265688,40.2115550182755],[-79.9150696213575,40.2098010418751]]],"bbox":[-79.9474263285044,40.2076269465597,-79.9147962512882,40.2427883264863]},"properties":{"FID":58,"AREA":63303830,"PERIMETER":36815.86,"RINGS_OK":1,"DESCR":"KELLY RUN BASIN","COUNT_":10}},{"type":"Feature","id":59,"geometry":{"type":"Polygon","coordinates":[[[-80.1346180517471,40.5213587535976],[-80.1370194599909,40.5221708632564],[-80.1421998610708,40.5239222827899],[-80.1442143652255,40.5263980612794],[-80.140597786347,40.528084118678],[-80.1408312483644,40.5306318348983],[-80.1410249003636,40.5327418773783],[-80.1383393266381,40.5349658696518],[-80.1401554395455,40.5375255300394],[-80.1438173794851,40.540089044806],[-80.1440782946202,40.5403538666537],[-80.146022430963,40.5423282197028],[-80.1446390892956,40.5455354641151],[-80.1415395774213,40.5477587269496],[-80.1401634784581,40.5500760714165],[-80.1400420414438,40.5502805777303],[-80.1387625754401,40.5533840785025],[-80.1390157077556,40.5573736857767],[-80.1401116297417,40.5597982117215],[-80.1402308175248,40.5600623645201],[-80.1387760754255,40.5636092533784],[-80.1346554572789,40.5620400368396],[-80.1331169093207,40.5623511177889],[-80.1285154780059,40.5632812839857],[-80.1244465509897,40.5673564409065],[-80.1237293236604,40.569520347346],[-80.1234087610813,40.5704883347501],[-80.125415320275,40.5729107055292],[-80.1244220047585,40.5760922336324],[-80.1237264091695,40.5792425042314],[-80.1196521275882,40.5814617564266],[-80.1164501167839,40.5839383144538],[-80.115521818226,40.5846563709163],[-80.1121588263074,40.586390234869],[-80.1047320217116,40.5886043349601],[-80.1058908616003,40.5827240257737],[-80.107292181031,40.5796861728124],[-80.1070884753225,40.5792425658352],[-80.105407635218,40.575578638785],[-80.1080816245048,40.5734743091366],[-80.1055029846809,40.5704815877024],[-80.1045682438556,40.5695203982523],[-80.1026344154263,40.5675317732346],[-80.1021362163744,40.5646086679463],[-80.1060801452187,40.5641309152185],[-80.1080896128929,40.5616735137046],[-80.107382635124,40.5597982950844],[-80.1065531346458,40.5575971723657],[-80.1070511652297,40.5546486458037],[-80.1121310387708,40.5518828381904],[-80.1142185573538,40.5500759622341],[-80.1156387037733,40.5488466326099],[-80.1164495755176,40.547553972596],[-80.1176396212438,40.5456567391934],[-80.1185894714997,40.5414603984733],[-80.1191165527662,40.5403538963685],[-80.1199188781173,40.5386696564496],[-80.1216729287236,40.534986258189],[-80.1228415619011,40.5314825928523],[-80.1231791246641,40.5306318935089],[-80.1243354642772,40.5277154907478],[-80.1233950430222,40.5246176216541],[-80.1247439737779,40.5218470839105],[-80.1269423153445,40.5209096780771],[-80.128245519756,40.5203540431253],[-80.1317680543087,40.5209095444511],[-80.1331163811221,40.5211220501648],[-80.1346180517471,40.5213587535976]]],"bbox":[-80.146022430963,40.5203540431253,-80.1021362163744,40.5886043349601]},"properties":{"FID":59,"AREA":143158400,"PERIMETER":66084.37,"RINGS_OK":1,"DESCR":"KILBUCK RUN BASIN","COUNT_":18}},{"type":"Feature","id":60,"geometry":{"type":"Polygon","coordinates":[[[-79.8109755406759,40.6722410771626],[-79.8001617066497,40.6718649333582],[-79.798365065429,40.6719260260777],[-79.7982545310058,40.6719227446498],[-79.7975371850991,40.6719014357917],[-79.7866835862942,40.6715611188951],[-79.7851858960212,40.6714915745684],[-79.7831115883313,40.6713735204458],[-79.7808535192995,40.671245005489],[-79.7810451312932,40.6667406766478],[-79.7810491839098,40.6666510305969],[-79.7811466750748,40.6637910706988],[-79.7826696241922,40.6587089598591],[-79.7825851769879,40.6570185484069],[-79.782523388951,40.6557794767486],[-79.7831090894462,40.6554918153655],[-79.7859975630677,40.6540733846963],[-79.7894095734824,40.6520022540276],[-79.7897860298671,40.648844182273],[-79.7935194589909,40.6504680989835],[-79.7962026044004,40.6526227553448],[-79.799370811159,40.6547330852043],[-79.7997764276074,40.6552814729144],[-79.801061466685,40.6570186008584],[-79.8017547768135,40.6579558021736],[-79.8046920069216,40.6603984373014],[-79.8055615614151,40.6631322448661],[-79.8082877684211,40.6650299245779],[-79.8086353719538,40.6667409651445],[-79.8091035542662,40.6690477208272],[-79.8109755406759,40.6722410771626]]],"bbox":[-79.8109755406759,40.648844182273,-79.7808535192995,40.6722410771626]},"properties":{"FID":60,"AREA":45478840,"PERIMETER":28364.3,"RINGS_OK":1,"DESCR":"LARDINTOWN RUN BASIN","COUNT_":9}},{"type":"Feature","id":61,"geometry":{"type":"Polygon","coordinates":[[[-79.7813732766026,40.4360961064996],[-79.7831057099528,40.4365569520039],[-79.7894696339096,40.4382493543505],[-79.7920501807825,40.4405180904517],[-79.7953322710567,40.4420800299741],[-79.7954185328325,40.4431323496938],[-79.795571956545,40.4450068567457],[-79.792366791382,40.4474002440389],[-79.7893373994446,40.4493143102859],[-79.7850988142063,40.4510639113458],[-79.7831057307,40.451820854361],[-79.7812822946351,40.4525135170151],[-79.7769423760939,40.452578980523],[-79.7728843750687,40.4524570149165],[-79.7711139745171,40.4528543667551],[-79.7693855048123,40.4532422923785],[-79.7664390134282,40.4543223432984],[-79.7642799683823,40.455113598257],[-79.7605445085558,40.4560487632114],[-79.7565927480558,40.457449352612],[-79.7558517649307,40.4528544165062],[-79.7557465048621,40.4522004499726],[-79.7546145314406,40.4482166001062],[-79.757148581116,40.4461720326068],[-79.7614627441309,40.4436899009591],[-79.762954596247,40.4431322020154],[-79.7658516006777,40.4420492323438],[-79.7664384624374,40.4419503589897],[-79.77026754811,40.441305167585],[-79.7758856285903,40.4405064009813],[-79.7813732766026,40.4360961064996]]],"bbox":[-79.795571956545,40.4360961064996,-79.7546145314406,40.457449352612]},"properties":{"FID":61,"AREA":47508070,"PERIMETER":30096.2,"RINGS_OK":1,"DESCR":"LEAK RUN BASIN","COUNT_":8}},{"type":"Feature","id":62,"geometry":{"type":"Polygon","coordinates":[[[-79.9567954646205,40.3209677763308],[-79.9555000478201,40.3235816804572],[-79.9558135113698,40.3264667785526],[-79.9581512119397,40.3292889502405],[-79.9615760366862,40.3323089714701],[-79.9645874527051,40.3344204714865],[-79.9664435404933,40.3357088714491],[-79.9671347745682,40.3361887382194],[-79.9673596805569,40.3363448800894],[-79.9664433024783,40.3373287031244],[-79.9638170847389,40.3401484515977],[-79.9597083192213,40.3438801136287],[-79.9553325433293,40.3414252450803],[-79.9507597474063,40.3400725883557],[-79.9497765141463,40.3398109990991],[-79.9472594221354,40.3391414237619],[-79.9398529983486,40.3382571535497],[-79.9383923803002,40.3361888979125],[-79.9376788033996,40.33517873023],[-79.935084729451,40.3325770810064],[-79.9331090562258,40.3314386438966],[-79.9311092262542,40.3302861290568],[-79.9311342094055,40.3273920124364],[-79.9303361205207,40.3264666343061],[-79.9289533624904,40.3248628221357],[-79.9264204551892,40.3226337016797],[-79.9242035176884,40.3197389612707],[-79.9206308893298,40.3180753125745],[-79.9183196959554,40.3167444706859],[-79.9175389591794,40.3162947484182],[-79.9164417394752,40.3138608925281],[-79.9163418204547,40.3136392378054],[-79.9160700718696,40.3084056380649],[-79.916441844775,40.3074714064525],[-79.9166202312064,40.3070221933815],[-79.9177130472635,40.3042750853588],[-79.9169460214143,40.3000388774754],[-79.9164415708405,40.2989997723081],[-79.9156165264815,40.2973000379435],[-79.9147228975257,40.2954589714621],[-79.9155373807166,40.2924501517248],[-79.9164417049566,40.2922754473136],[-79.9193150137991,40.2917201291933],[-79.9232101623436,40.2929751892114],[-79.9274181485138,40.2950315908786],[-79.9309838142471,40.2965117720433],[-79.9331088893575,40.2968262083456],[-79.9363118583541,40.2973002018996],[-79.9365510347954,40.2973355681956],[-79.9401644525717,40.3002795029027],[-79.9413477159921,40.3040340937075],[-79.9450967954231,40.306609584754],[-79.9454262796433,40.3070224061194],[-79.9470596916966,40.309067459401],[-79.9490011672309,40.3124060298572],[-79.94977590036,40.3130655469172],[-79.9521259944889,40.3150653694884],[-79.9545222690752,40.3167445375069],[-79.9550371455321,40.3171052213136],[-79.9567954646205,40.3209677763308]]],"bbox":[-79.9673596805569,40.2917201291933,-79.9147228975257,40.3438801136287]},"properties":{"FID":62,"AREA":130680800,"PERIMETER":52856.98,"RINGS_OK":1,"DESCR":"LEWIS RUN BASIN","COUNT_":20}},{"type":"Feature","id":63,"geometry":{"type":"Polygon","coordinates":[[[-79.961783498668,40.3009531409714],[-79.962171436842,40.2973002383551],[-79.9624195282922,40.2949638513763],[-79.9614897831893,40.2916459114705],[-79.9602832695337,40.2875780571039],[-79.9601276030764,40.2870527951024],[-79.9584856493554,40.2825740878949],[-79.9569686084929,40.2790462307179],[-79.9604589140102,40.2778559327595],[-79.9614893623956,40.2775045132754],[-79.9628094387355,40.2778558019656],[-79.9649866937388,40.2784352537916],[-79.9664430301985,40.278936453898],[-79.9697587369685,40.2800775184646],[-79.9716948927808,40.2831222701128],[-79.9728663531303,40.2864734067132],[-79.9767044115813,40.2875781212973],[-79.9769532857705,40.2876496857049],[-79.9800669944045,40.2897143393351],[-79.9831102912826,40.2936855255592],[-79.9832320911471,40.2938445760688],[-79.9840468984871,40.2973000824887],[-79.984187144457,40.2978949491734],[-79.9860986541211,40.3029918513675],[-79.9876268501785,40.3054939607251],[-79.9884086960429,40.3070224322622],[-79.9895214014281,40.3091986076596],[-79.9915906271663,40.3128640480921],[-79.9936704236775,40.3158685935948],[-79.9942577745102,40.3167446188249],[-79.9964148448402,40.3199621406887],[-79.9980025093338,40.3227189365072],[-79.9997774830665,40.3246052013231],[-80.0007510087787,40.325639449475],[-80.0013665106942,40.3264666660422],[-80.0036319222663,40.3295108408337],[-80.004962546925,40.3331511823874],[-80.0072290319125,40.3361890061604],[-80.0081479798136,40.3374204264599],[-80.0124262265568,40.3385187434139],[-80.0164447226199,40.339451329239],[-80.0175726688536,40.3397130297735],[-80.0215251999623,40.3411474441003],[-80.0258074863076,40.3422451938173],[-80.0246262693834,40.3457462296592],[-80.0245286444759,40.3459111946718],[-80.0220790558886,40.3500400991492],[-80.0193368876862,40.3529076166159],[-80.0164450956038,40.3536762431994],[-80.0159465963805,40.3538087410869],[-80.0117567809685,40.3524880134589],[-80.0074793453246,40.3528362323268],[-79.9997779221876,40.3531488050843],[-79.9996829355926,40.353152630377],[-79.9946321700233,40.3537104895496],[-79.9898890894267,40.3528607070604],[-79.9864898495519,40.3506839907558],[-79.9845466587716,40.3473834581418],[-79.9838295368171,40.3459109437229],[-79.9831105508535,40.3444353720639],[-79.9822635604024,40.3426960903703],[-79.9801331536259,40.3395810268812],[-79.9768245187868,40.3372925388013],[-79.97284218852,40.3363330046683],[-79.9673596805569,40.3363448800894],[-79.9671347745682,40.3361887382194],[-79.9664435404933,40.3357088714491],[-79.9645874527051,40.3344204714865],[-79.9615760366862,40.3323089714701],[-79.9581512119397,40.3292889502405],[-79.9558135113698,40.3264667785526],[-79.9555000478201,40.3235816804572],[-79.9567954646205,40.3209677763308],[-79.959883304806,40.3179762902685],[-79.9613483232757,40.3167445612234],[-79.9625051979071,40.3157717764026],[-79.9650863051457,40.3138602504809],[-79.9661769480359,40.3111304548443],[-79.965430894671,40.3083955262301],[-79.9648348754131,40.3070222602268],[-79.964073049656,40.305267317474],[-79.961783498668,40.3009531409714]]],"bbox":[-80.0258074863076,40.2775045132754,-79.9555000478201,40.3538087410869]},"properties":{"FID":63,"AREA":227865000,"PERIMETER":79063.38,"RINGS_OK":1,"DESCR":"LICK RUN BASIN","COUNT_":27}},{"type":"Feature","id":64,"geometry":{"type":"Polygon","coordinates":[[[-80.1594492518887,40.4376183431943],[-80.1602539759567,40.4334102723745],[-80.1605324959409,40.4319522445726],[-80.1649493627233,40.4314604626129],[-80.1664497479545,40.4310487672093],[-80.1685292638005,40.430478189401],[-80.1690710902286,40.4333625359957],[-80.1668175140608,40.4362617899167],[-80.1664498320026,40.4390399630274],[-80.1659502181319,40.4428141796801],[-80.1654741486805,40.4431322012439],[-80.1627023218415,40.4449836006883],[-80.1615713380377,40.4431324490508],[-80.1599799548312,40.4405275823191],[-80.1594492518887,40.4376183431943]]],"bbox":[-80.1690710902286,40.430478189401,-80.1594492518887,40.4449836006883]},"properties":{"FID":64,"AREA":8778479,"PERIMETER":13138.96,"RINGS_OK":1,"DESCR":"LINTONS RUN BASIN","COUNT_":6}},{"type":"Feature","id":65,"geometry":{"type":"Polygon","coordinates":[[[-79.730944624912,40.6692753949976],[-79.7307198690625,40.6693113229302],[-79.7299150319299,40.6692402982404],[-79.720866799781,40.6696895795694],[-79.7206336119275,40.6696994626078],[-79.7180158645033,40.6698101544518],[-79.7164407088578,40.6698766861958],[-79.7149640757328,40.6699368939939],[-79.7133127658343,40.6700042445438],[-79.7127486306609,40.6700412496623],[-79.7038341815972,40.6699355953153],[-79.7061837166068,40.6667405846974],[-79.7067486197477,40.6659719964386],[-79.7091296969262,40.6632966674459],[-79.7105392673045,40.6598285505706],[-79.7094591636136,40.6570184625334],[-79.7091114798645,40.6561131579604],[-79.7097627629666,40.6516329034875],[-79.7113147170782,40.6472472266006],[-79.7120647703785,40.6437204731102],[-79.7099246910893,40.6394548959358],[-79.7098320509994,40.6375742923727],[-79.7096286672097,40.6334385332398],[-79.7146389434938,40.6306307049745],[-79.716440337582,40.6293509176959],[-79.7182787268986,40.6280446469858],[-79.7233279731412,40.6286794952244],[-79.7244118105621,40.6278522043049],[-79.7264895197102,40.6262657908587],[-79.7290398829849,40.6229270473111],[-79.7299751430675,40.6189544197341],[-79.7316200077387,40.618129994361],[-79.7331072775684,40.6173846039246],[-79.7334476859501,40.6172138701979],[-79.739159679654,40.6159133809181],[-79.7425186057435,40.6137709844171],[-79.7485276642207,40.6102057947168],[-79.7497742128622,40.6108885341569],[-79.7543536733927,40.613397139526],[-79.753478677232,40.6161968356174],[-79.7528286877698,40.6181301695004],[-79.7525125943608,40.6190710264312],[-79.7497741161233,40.6214774796341],[-79.7494119878856,40.6217957833753],[-79.7475550359529,40.6256369852949],[-79.7474221645651,40.6278522272868],[-79.7472297227473,40.6310654887096],[-79.7459446278995,40.6339081239953],[-79.7461995062883,40.6372748056498],[-79.7466206168183,40.6375742861918],[-79.7491744896253,40.6393896306786],[-79.7497746297178,40.6417547287556],[-79.750007874288,40.6426743380653],[-79.7512111208807,40.6454394861809],[-79.751030718432,40.6472963012255],[-79.75083306152,40.6493307605015],[-79.7501017755572,40.6544982129634],[-79.7497749889909,40.6550865140304],[-79.7487008684076,40.6570184481708],[-79.7479167381634,40.6584288619297],[-79.7444413657061,40.6601335538441],[-79.7424634290443,40.6632071658806],[-79.7448733269903,40.6658070558353],[-79.7454819945197,40.6667406303033],[-79.7475030305816,40.6697913403048],[-79.7449449675324,40.669664549875],[-79.7347249956004,40.6691573017879],[-79.7337591325574,40.669174086221],[-79.7331113192641,40.6691853381439],[-79.7319522117151,40.6691143796433],[-79.730944624912,40.6692753949976]]],"bbox":[-79.7543536733927,40.6102057947168,-79.7038341815972,40.6700412496623]},"properties":{"FID":65,"AREA":188230200,"PERIMETER":65636.4,"RINGS_OK":1,"DESCR":"LITTLE BULL CREEK RUN","COUNT_":23}},{"type":"Feature","id":66,"geometry":{"type":"Polygon","coordinates":[[[-79.8055975608227,40.5818141108002],[-79.8059898635955,40.5792420069529],[-79.8061916283305,40.5779190450056],[-79.8112001702227,40.5746112160028],[-79.8138918976256,40.5695198892118],[-79.8140148435265,40.5692874895501],[-79.8143875037311,40.5646636394506],[-79.8152574098676,40.561801880402],[-79.8164418060629,40.5611256424812],[-79.8187676329811,40.5597977496991],[-79.8208970130441,40.5585817773004],[-79.8253542445969,40.5589471038361],[-79.8288596291144,40.5597304850215],[-79.8331091916237,40.5592700428475],[-79.8340586639638,40.5591671511571],[-79.838133287387,40.5582189637144],[-79.8398301778395,40.5597980127878],[-79.8404539116217,40.560378622492],[-79.8356695064554,40.5624745106425],[-79.8331867341507,40.564715168378],[-79.8332527419168,40.5680124189723],[-79.8331092396789,40.568247355264],[-79.8323317275285,40.5695198125832],[-79.8313746807718,40.5710859338967],[-79.8326830393225,40.5739223030173],[-79.8331091293972,40.5741645821702],[-79.8358938914687,40.575747366092],[-79.8346814807148,40.5786900132314],[-79.8352036276846,40.5792420199976],[-79.8371387080387,40.5812873633305],[-79.8394800463593,40.586047697464],[-79.8400230365582,40.5889642885087],[-79.840132763299,40.5895547761931],[-79.8411296541676,40.5932399407701],[-79.844605176071,40.595893484601],[-79.8494442237877,40.5986861917754],[-79.8497771063762,40.5988781050415],[-79.8508065057136,40.5994721581709],[-79.8515466394398,40.6051209417884],[-79.8526413948142,40.6084084273515],[-79.8527353454312,40.6086912437837],[-79.8528331655892,40.6114756511947],[-79.851891528278,40.6150096127615],[-79.8515580989398,40.6179464161079],[-79.8516417675196,40.6181304892529],[-79.8528662367791,40.6208199740141],[-79.854270113807,40.6236546263882],[-79.8568611773574,40.625845788455],[-79.8600954199215,40.6276266328617],[-79.8603845044747,40.627852778006],[-79.8627517099462,40.6297033921995],[-79.8656922345691,40.6322180741061],[-79.8664450935915,40.6326215855786],[-79.8719417633517,40.635568012849],[-79.8709310060406,40.6375748158199],[-79.8699180586263,40.6395855091129],[-79.8685624723781,40.6423207920534],[-79.8708160758472,40.6445176499697],[-79.8676924363916,40.6465135467352],[-79.8675796668741,40.6472967505031],[-79.867263431163,40.6494891962647],[-79.8690281240478,40.6528673321894],[-79.8724618768664,40.6541641398554],[-79.8719426976994,40.6570191012241],[-79.8718935107183,40.6572883905585],[-79.8664452879966,40.6585434709154],[-79.8662909266541,40.6585790649701],[-79.8619036529181,40.6594547045416],[-79.8570902544947,40.6587876547517],[-79.8541304575143,40.6613292270816],[-79.8501559240153,40.6628470428311],[-79.849778462038,40.662738733492],[-79.8449661709921,40.6613582348109],[-79.8408922570549,40.6597446605282],[-79.8386263671896,40.6574558228246],[-79.83834736066,40.6570189717182],[-79.8364672640208,40.6540721685074],[-79.8331108944747,40.6527186048993],[-79.8327303182766,40.6525651657872],[-79.8324778648882,40.6494187319153],[-79.8319345274662,40.6472966696399],[-79.8316372175496,40.6461346805465],[-79.8287846076316,40.6437305787932],[-79.8265641644145,40.6414379531705],[-79.8227876237743,40.639332200564],[-79.8184317832163,40.6390962391754],[-79.8164434522465,40.6386524192535],[-79.8116154062047,40.637574588774],[-79.8114139948861,40.6375296076772],[-79.8074295794428,40.6357921459351],[-79.8055530921634,40.6330761173631],[-79.8045001226153,40.6303714610597],[-79.8075566808807,40.6284595530354],[-79.807929564932,40.6278525807119],[-79.8118844495392,40.6214105842957],[-79.8164428061211,40.6206966833237],[-79.8181322765551,40.6204321320809],[-79.8222866395931,40.6203078881645],[-79.8232689976759,40.6181305134248],[-79.8236357713602,40.617317069971],[-79.8215653375127,40.614786657552],[-79.8164179518347,40.6155320396103],[-79.8143139093116,40.6120128083006],[-79.8146662685612,40.6084081759434],[-79.8147443905994,40.6076079689945],[-79.8130145068835,40.6051487327894],[-79.8098809227091,40.601077084368],[-79.8089590019109,40.5986863043193],[-79.8082860692181,40.5969412134362],[-79.8058226783648,40.5941237264123],[-79.8078644401494,40.5916336205467],[-79.8046655905649,40.5899649344983],[-79.8039025687268,40.5889641178887],[-79.8022377657852,40.5867796826929],[-79.8057401480493,40.5845965427673],[-79.8055975608227,40.5818141108002]]],"bbox":[-79.8724618768664,40.5582189637144,-79.8022377657852,40.6628470428311]},"properties":{"FID":66,"AREA":372836900,"PERIMETER":109116.6,"RINGS_OK":1,"DESCR":"LITTLE DEER CREEK BASIN","COUNT_":43}},{"type":"Feature","id":67,"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.0368946401206,40.5683173738673],[-80.036434096911,40.569520485547],[-80.0353963486018,40.5722307042914],[-80.0331148623058,40.5729916073916],[-80.0308173079763,40.5737580151822],[-80.0269823228805,40.5745987246273],[-80.0217836820298,40.5738889282447],[-80.0171694146682,40.5758792259737],[-80.0164479949681,40.5766725638658],[-80.014504612055,40.5788101997602],[-80.0087045944474,40.5757047718931],[-80.0046623353652,40.5747893066591],[-80.0010337439371,40.5734263299602],[-79.9997808829453,40.5696224067511],[-79.9997473193617,40.5695204338777],[-79.9991862939671,40.567816482878],[-79.994269452566,40.5655971709477],[-79.9902451330576,40.5639111817906],[-79.9870642770025,40.5614764860205],[-79.9857084076409,40.559798471338],[-79.9847590093917,40.5586234028602],[-79.9850016156597,40.5540011996083],[-79.9831133301916,40.5521513527384],[-79.9818427449226,40.5509064327045],[-79.980990008841,40.5500763020375],[-79.9778884559431,40.5470572098856],[-79.9761379693724,40.5440828498664],[-79.9748302138557,40.5414315976507],[-79.974227317361,40.5403543838407],[-79.9731243722151,40.538383743265],[-79.9696443741041,40.5356616508325],[-79.9672299942268,40.5329563708066],[-79.9664455471284,40.5321794882309],[-79.9648836618213,40.5306320091581],[-79.9647227854551,40.5304727420431],[-79.9629480542739,40.5268388023938],[-79.9607767704021,40.522847220862],[-79.9601582044019,40.5209101097219],[-79.9594970291041,40.5188383200511],[-79.9591240725897,40.5159129087564],[-79.9581938557965,40.5128883008038],[-79.9570372828338,40.5111880568769],[-79.9560017081006,40.5096656031529],[-79.9534634065353,40.5076219249888],[-79.9523010502346,40.5048575698081],[-79.9497780261492,40.5026805230534],[-79.9514869960898,40.5014657618141],[-79.9530569007221,40.500372636996],[-79.9603457394921,40.4987537451699],[-79.9606046484331,40.5014659652595],[-79.9608568059377,40.5041088091013],[-79.962474508686,40.5068439546526],[-79.964480849007,40.5093730819332],[-79.9652968760073,40.5111878080906],[-79.9659077359717,40.5125468762804],[-79.9664453615379,40.5130049117923],[-79.9689517807423,40.5151409111637],[-79.9700962911061,40.5183338013472],[-79.9725605696155,40.5207370517712],[-79.973578251441,40.5209102203109],[-79.9769995055271,40.521492175636],[-79.9792972629182,40.5238269298859],[-79.9831128027776,40.5276949931352],[-79.9836718140761,40.528261685893],[-79.9873918083382,40.5306056339703],[-79.987563628362,40.5306322583683],[-79.9933563322617,40.5315305683348],[-79.9967713056703,40.5337771672578],[-79.9997802210066,40.5353485360804],[-80.0009065436803,40.5359368108629],[-80.0050618007249,40.5368587470177],[-80.0059949475549,40.540354466444],[-80.0060721477353,40.5406445356277],[-80.0071052666249,40.5455361011131],[-80.0089197605773,40.5488739667472],[-80.0098195250795,40.5500765001427],[-80.0108003335095,40.5513867627245],[-80.0149340860343,40.5521717481792],[-80.0164475012799,40.5536065176004],[-80.0175895713937,40.5546890092215],[-80.0199016450181,40.5570652713852],[-80.0232113041727,40.5590196382039],[-80.0250089192141,40.5597985542986],[-80.0308491651079,40.5623286603524],[-80.0326855338394,40.5668341875037],[-80.0331150886384,40.5669854915637],[-80.0368946401206,40.5683173738673]]],[[[-79.9104955754079,40.5388723568254],[-79.9126214456309,40.5361602434527],[-79.9134546285278,40.5324076727886],[-79.9139050020904,40.530631916459],[-79.9147689917857,40.5272265234676],[-79.916443886967,40.5248436732264],[-79.9192093419878,40.5209098369545],[-79.9200965318071,40.5196473852901],[-79.9238247796576,40.5198929038046],[-79.9289547865361,40.5188680672808],[-79.9331111283252,40.516612983062],[-79.9368165522501,40.5145510087941],[-79.9412717655301,40.5135925113142],[-79.9455193959032,40.5135542792185],[-79.9491976725276,40.5138186301086],[-79.948015557127,40.5171745095004],[-79.9456999448463,40.5198544546224],[-79.9445397778439,40.5209100045768],[-79.9426596830053,40.5226208473704],[-79.9410144957422,40.5252511707998],[-79.9402538608832,40.5281969685101],[-79.9407063866534,40.5306321612367],[-79.9407902964188,40.5310822561226],[-79.9391314545837,40.5346298965154],[-79.9361037524093,40.5363703013601],[-79.933632402906,40.5388327374088],[-79.9339714452441,40.5403539407424],[-79.9343483959008,40.5420447519321],[-79.9345101000493,40.5464758836681],[-79.93509977761,40.5500761428515],[-79.9352821475185,40.5511898038311],[-79.9368863387125,40.5541299274702],[-79.9346617154829,40.5581274837514],[-79.9331120937155,40.5590638528009],[-79.9318969981055,40.5597981735344],[-79.9311625366561,40.5602418130841],[-79.9269724659481,40.5619285868831],[-79.9250508704572,40.5649672000737],[-79.9264216696235,40.5681677990599],[-79.9269078260238,40.5695204727124],[-79.9275215730688,40.5712270934734],[-79.9261414057307,40.5738535347291],[-79.9234113820935,40.5758444303327],[-79.9201194138023,40.5783934822669],[-79.9164451356632,40.57644218042],[-79.9159793954388,40.5761947659429],[-79.9107523439233,40.574365677865],[-79.9096136220572,40.5714349841219],[-79.9088698890334,40.569520393436],[-79.908240967346,40.5679007137821],[-79.9046510641345,40.567108500339],[-79.8997776822071,40.5653577253772],[-79.8982384111405,40.5648046278737],[-79.8944514395885,40.5645700561833],[-79.8918928058099,40.5597982147469],[-79.8918119433079,40.5596469788654],[-79.8917736512232,40.5565328984639],[-79.8924823735732,40.5530246206155],[-79.8987943914232,40.5521597471602],[-79.8997777066741,40.5509942791499],[-79.9005524539137,40.5500759338387],[-79.9009274542431,40.5496311038546],[-79.9018726271199,40.5463164826559],[-79.9041971779543,40.5438199050303],[-79.9079185887481,40.541116276661],[-79.9087939447771,40.5403541332101],[-79.9104955754079,40.5388723568254]]]],"bbox":[-80.0368946401206,40.4987537451699,-79.8917736512232,40.5788101997602]},"properties":{"FID":67,"AREA":361486500,"PERIMETER":147554.6,"RINGS_OK":2,"DESCR":"LITTLE PINE CREEK BASIN","COUNT_":47}},{"type":"Feature","id":68,"geometry":{"type":"Polygon","coordinates":[[[-80.2766385496809,40.4245792503791],[-80.2771203553747,40.4236878908861],[-80.2783770975136,40.4213624813162],[-80.2800073920851,40.4162570807073],[-80.283119755522,40.4171792801398],[-80.2879758080072,40.4186178197255],[-80.2915629057053,40.4215611676343],[-80.2941547167093,40.4236878150649],[-80.2956435093446,40.4249094052728],[-80.2994674845412,40.4279934462195],[-80.2997871643588,40.4282511369327],[-80.3062209487057,40.433384833933],[-80.3099691637751,40.4365066068764],[-80.3107263009103,40.437126078729],[-80.3116837528064,40.4379093927232],[-80.3084081208722,40.4393401965314],[-80.3034135555191,40.4423530067961],[-80.3000180925917,40.4370231500303],[-80.2997871258299,40.436843483173],[-80.2971262717351,40.4347744264261],[-80.2898769923104,40.4364213860326],[-80.2869954931358,40.4334098803909],[-80.2842031047182,40.4304916089035],[-80.2831196154993,40.42734487458],[-80.2766385496809,40.4245792503791]]],"bbox":[-80.3116837528064,40.4162570807073,-80.2766385496809,40.4423530067961]},"properties":{"FID":68,"AREA":34173690,"PERIMETER":29366.12,"RINGS_OK":1,"DESCR":"LITTLE RACCOON RUN BASIN","COUNT_":7}},{"type":"Feature","id":69,"geometry":{"type":"Polygon","coordinates":[[[-80.1831177364839,40.5574775420485],[-80.1867921921766,40.5559203366554],[-80.190962067164,40.5562410307969],[-80.19589561666,40.5561259916744],[-80.1994968323773,40.5571673751074],[-80.1997848521499,40.5571054161992],[-80.2041867803563,40.5561578242856],[-80.2070657274047,40.5571718945459],[-80.2068352599013,40.5597979277721],[-80.2066830458489,40.5615346547512],[-80.2067024726185,40.5651263481619],[-80.207541582041,40.5695201499916],[-80.2079356071792,40.571583808656],[-80.2046741804209,40.5741831710816],[-80.2033945519709,40.577213628463],[-80.2012238597395,40.5792421145443],[-80.201109795605,40.5793487905762],[-80.1997850418249,40.5808742422808],[-80.198844803041,40.581956909454],[-80.1965135094105,40.5846408641583],[-80.1930498249662,40.5831607968422],[-80.1888460340669,40.5824474127503],[-80.1844263072759,40.5815864455906],[-80.1831179482257,40.5818830482106],[-80.1807686845574,40.5824157610703],[-80.1772802133039,40.5832064884534],[-80.1732934251826,40.5831634139182],[-80.1692461675304,40.5840305472528],[-80.1697499883929,40.5872501174259],[-80.1689043724319,40.5889643502374],[-80.1684758734736,40.5898326951016],[-80.1664511330385,40.5910627519726],[-80.165570271366,40.5915978798011],[-80.1627019777516,40.5933403288723],[-80.158362178607,40.5948736414936],[-80.1541995795704,40.5935071800181],[-80.1497841805539,40.5941001400848],[-80.1487646793755,40.5942370173504],[-80.1452966610927,40.5951737572057],[-80.1397374110377,40.5937519063695],[-80.1390466852836,40.589185186501],[-80.138680912727,40.5889645622232],[-80.1357783136062,40.5872145736501],[-80.1331173325524,40.5870837544512],[-80.1308397195148,40.5869716804845],[-80.1257566651025,40.5867675812055],[-80.1220630595604,40.5875350919326],[-80.1185624042279,40.5889645050739],[-80.1173515433926,40.5894588982438],[-80.1164501063853,40.5898671534734],[-80.1139301175667,40.5910088256007],[-80.1061101952222,40.5889646780959],[-80.1047320217116,40.5886043349601],[-80.1121588263074,40.586390234869],[-80.115521818226,40.5846563709163],[-80.1164501167839,40.5839383144538],[-80.1196521275882,40.5814617564266],[-80.1237264091695,40.5792425042314],[-80.1244220047585,40.5760922336324],[-80.125415320275,40.5729107055292],[-80.1234087610813,40.5704883347501],[-80.1237293236604,40.569520347346],[-80.1244465509897,40.5673564409065],[-80.1285154780059,40.5632812839857],[-80.1331169093207,40.5623511177889],[-80.1346554572789,40.5620400368396],[-80.1387760754255,40.5636092533784],[-80.1402308175248,40.5600623645201],[-80.1401116297417,40.5597982117215],[-80.1390157077556,40.5573736857767],[-80.1387625754401,40.5533840785025],[-80.1400420414438,40.5502805777303],[-80.1401634784581,40.5500760714165],[-80.1415395774213,40.5477587269496],[-80.1446390892956,40.5455354641151],[-80.1497834158104,40.5454351759618],[-80.1507218110093,40.5454168302164],[-80.152841411161,40.5477214113322],[-80.1564926170226,40.5496654643295],[-80.1569194728131,40.5500760340587],[-80.1597062156721,40.5527545728987],[-80.162173670967,40.5553075523998],[-80.1654642885209,40.5579192513377],[-80.1664508509259,40.5578211733614],[-80.1696042417453,40.5575075654761],[-80.1731731548226,40.5585367914929],[-80.1754368453322,40.5597980964225],[-80.1767296929444,40.5605182489149],[-80.1781538027835,40.5597980317137],[-80.1808030539216,40.5584584306728],[-80.1831177364839,40.5574775420485]]],"bbox":[-80.2079356071792,40.5454168302164,-80.1047320217116,40.5951737572057]},"properties":{"FID":69,"AREA":269342200,"PERIMETER":85445.85,"RINGS_OK":1,"DESCR":"LITTLE SEWICKLEY CREEK BASIN","COUNT_":37}},{"type":"Feature","id":70,"geometry":{"type":"Polygon","coordinates":[[[-79.9337156695681,40.2584065063862],[-79.9359340752639,40.2590669735347],[-79.9403502033635,40.2603814820004],[-79.9436612565239,40.2614076048026],[-79.9448438510786,40.2616631991028],[-79.9563798086513,40.2651344807658],[-79.9575823873395,40.2655320086851],[-79.9557986387551,40.2679636933636],[-79.955610166349,40.2681337715798],[-79.9510760894268,40.2722247649762],[-79.9497756226249,40.2724985247008],[-79.947017104275,40.2730792081897],[-79.9404251332435,40.2758944488603],[-79.9367252908502,40.2763217460984],[-79.9348774569713,40.2778557891437],[-79.933558949227,40.2789500423794],[-79.9331086809697,40.2792592462652],[-79.9301636199155,40.2812808713319],[-79.9257099466825,40.2801446307299],[-79.9219665198885,40.2810943331888],[-79.9164415011855,40.2813999433594],[-79.9143173741695,40.2815173258574],[-79.9107426069396,40.2806833886317],[-79.9125720945923,40.2778558330215],[-79.9164415558186,40.2718753982452],[-79.9178291199254,40.2697300833191],[-79.9164411251498,40.2689663066862],[-79.9149281813302,40.2681335534556],[-79.9118764123129,40.2664538013889],[-79.9106280738303,40.2632688963207],[-79.9126706075997,40.2620747393276],[-79.9136790272984,40.2609227887228],[-79.9148339302259,40.2598272853493],[-79.9159753100153,40.2585904385533],[-79.9161142824606,40.2584113170504],[-79.9164413037587,40.2579907973486],[-79.9169111595325,40.2573861045112],[-79.9202175234292,40.2581846411967],[-79.9205782838186,40.2584115057884],[-79.9231146187051,40.2600054980558],[-79.9275712336761,40.2622777913729],[-79.9315328107448,40.2610834878631],[-79.9331082986211,40.2591603523649],[-79.9337156695681,40.2584065063862]]],"bbox":[-79.9575823873395,40.2573861045112,-79.9106280738303,40.2815173258574]},"properties":{"FID":70,"AREA":70380980,"PERIMETER":39047.78,"RINGS_OK":1,"DESCR":"LOBBS RUN BASIN","COUNT_":17}},{"type":"Feature","id":71,"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.852620293072,40.5963761734951],[-79.8512669134485,40.5986862624388],[-79.8508065057136,40.5994721581709],[-79.8497771063762,40.5988781050415],[-79.8494442237877,40.5986861917754],[-79.844605176071,40.595893484601],[-79.8411296541676,40.5932399407701],[-79.840132763299,40.5895547761931],[-79.8400230365582,40.5889642885087],[-79.8394800463593,40.586047697464],[-79.8371387080387,40.5812873633305],[-79.8352036276846,40.5792420199976],[-79.8346814807148,40.5786900132314],[-79.8358938914687,40.575747366092],[-79.840297820522,40.5748200472399],[-79.8430006838109,40.5718797462084],[-79.8429997950486,40.5695200904067],[-79.8429993632856,40.5690573617966],[-79.8464295929332,40.5648588995247],[-79.8497535286151,40.5631534693201],[-79.8520987245686,40.565275303809],[-79.8519161928991,40.5695199653702],[-79.8519109336961,40.5696398423276],[-79.8528613797869,40.5733254277921],[-79.8531249730446,40.577498745282],[-79.8528517367686,40.5792421664273],[-79.8522846466162,40.582862973812],[-79.8517966345707,40.5858031224834],[-79.8503542890216,40.5889641017029],[-79.8502459916017,40.5892014231215],[-79.8508467123499,40.5933315494592],[-79.852620293072,40.5963761734951]]],[[[-79.8361593503965,40.3209932932581],[-79.8374772089671,40.3219937270479],[-79.8380912113593,40.3233470266093],[-79.8387971951087,40.3250058455698],[-79.839476913679,40.3264667511582],[-79.8395071657438,40.3265314163006],[-79.8405737267087,40.3276375341255],[-79.8375663983024,40.3317040499696],[-79.8367926086634,40.3346473117024],[-79.8357216106559,40.3361887126782],[-79.8337422493621,40.339037553496],[-79.8331063939241,40.339464938067],[-79.8303941240888,40.3412873159903],[-79.8238635859785,40.3426288102262],[-79.821273227225,40.3406851495948],[-79.8178986028634,40.3428617374705],[-79.8164391317225,40.3453448498191],[-79.8161132772945,40.3459107396613],[-79.814424650538,40.3495456643686],[-79.8110386608662,40.3545178759824],[-79.8065041445311,40.3501363572147],[-79.8049310949249,40.3459109071073],[-79.8046595145668,40.3451819329562],[-79.8048127229829,40.3424320504438],[-79.8068524440723,40.3400202643054],[-79.8070013182306,40.3370134639743],[-79.8021480496997,40.3374175364524],[-79.799772056533,40.33860939376],[-79.7983061215838,40.3393445233602],[-79.7941579683488,40.3407641154948],[-79.7905227603588,40.3415886924132],[-79.7848410476055,40.3432135266671],[-79.783104893822,40.3429523909255],[-79.7778055082089,40.3421555819369],[-79.7780759357743,40.3410780939888],[-79.7788495395832,40.3379966176282],[-79.779100459237,40.3361810296593],[-79.7793865483794,40.3348798247632],[-79.7794039797339,40.3347882214208],[-79.7797384151654,40.332872228322],[-79.7801742813374,40.3310787804696],[-79.7812219506523,40.3264694980712],[-79.7814956399288,40.3252657205848],[-79.7818634365705,40.3237767835774],[-79.7820739900874,40.3232777202826],[-79.7826690798095,40.3208783270943],[-79.7832721811219,40.31877644734],[-79.7840729568633,40.3153775590869],[-79.7843100462822,40.3138696355138],[-79.7843444344991,40.3137310536546],[-79.7857834379342,40.3154498348209],[-79.7867880660179,40.3166490802391],[-79.7868676139829,40.3167444642846],[-79.7877974051968,40.3178546695406],[-79.7902745665251,40.31994246484],[-79.7926219048333,40.3203558651531],[-79.7944013339454,40.3210870695186],[-79.7966647474285,40.3217772266539],[-79.7991111294839,40.3223922707599],[-79.7997716884555,40.3225116466191],[-79.8010522296893,40.322742957008],[-79.8039489562345,40.3244217791599],[-79.8073628054477,40.3256706890176],[-79.8114447745402,40.3252957827684],[-79.8152510025214,40.3238820079066],[-79.816438741948,40.3234074241233],[-79.8184261018196,40.3226134518907],[-79.8205139891567,40.3218821665333],[-79.8228190837961,40.3207924736758],[-79.8253141965469,40.3190883730355],[-79.8267228504399,40.318074015735],[-79.8328121268331,40.3187738969185],[-79.8331060075352,40.3189687769873],[-79.8361593503965,40.3209932932581]]]],"bbox":[-79.8531249730446,40.3137310536546,-79.7778055082089,40.5994721581709]},"properties":{"FID":71,"AREA":164592100,"PERIMETER":91514.9,"RINGS_OK":2,"DESCR":"LONG RUN BASIN","COUNT_":27}},{"type":"Feature","id":72,"geometry":{"type":"Polygon","coordinates":[[[-80.0456967957687,40.5223851226912],[-80.0496116894924,40.5210006780819],[-80.0497808418767,40.5209358766069],[-80.0548468632768,40.5189960031705],[-80.0598408629786,40.5169970154612],[-80.0634444875749,40.5151697779862],[-80.0664478029929,40.5153257481864],[-80.0686203256165,40.5154384854031],[-80.0727721661474,40.5154337142862],[-80.0765432044519,40.5142993019196],[-80.0801627273015,40.5129485716091],[-80.0816218673901,40.5111876121334],[-80.0826315801222,40.5099694341249],[-80.0829378979197,40.5071785492879],[-80.0831147610157,40.5071694902254],[-80.086378613188,40.5070014976795],[-80.0882018967136,40.5077216734087],[-80.0903605790634,40.5084255965224],[-80.0925437310337,40.5092370197859],[-80.0950578048117,40.5100579985978],[-80.0956786011488,40.5111877190038],[-80.0965745694776,40.5128188221396],[-80.0985609215903,40.5167389169951],[-80.0997821177731,40.5174000012782],[-80.1017661583566,40.5184741053631],[-80.1034483482338,40.520909777937],[-80.1039642627749,40.5216569019434],[-80.110162069789,40.5251163982828],[-80.1057667969757,40.5295751759743],[-80.1045590234951,40.5306318845468],[-80.1026833486035,40.5322730561514],[-80.0997824244147,40.5346261324728],[-80.0989349871777,40.5353134277448],[-80.0961315224728,40.5397487494713],[-80.0909300349764,40.5381787318286],[-80.0873794307034,40.5400966086452],[-80.0841615016085,40.5380137431384],[-80.0831152185072,40.5371873007452],[-80.0811716518887,40.5356517780574],[-80.0780859868254,40.5332187285016],[-80.0738047470168,40.5311735340901],[-80.0693844131498,40.5317702114699],[-80.0684956982604,40.5351217968531],[-80.067350822531,40.5380394157507],[-80.0696089038663,40.5403541010013],[-80.0700892637097,40.5408463698579],[-80.0687132503164,40.5446833563298],[-80.068751560624,40.548200931034],[-80.0718403866684,40.5500762352298],[-80.0725573562033,40.5505115761595],[-80.0745305177544,40.5528197032311],[-80.0767209594211,40.5551608438637],[-80.0755091852323,40.5582259234336],[-80.0782083598883,40.5597983507706],[-80.0791650684833,40.5603557426253],[-80.0792759346418,40.5632485372901],[-80.0787141385413,40.5662641829342],[-80.0769217124027,40.568680646283],[-80.0765654505739,40.5695204948397],[-80.0756368965568,40.5717098549541],[-80.0762286088122,40.5745572877331],[-80.0790927691937,40.5775091961654],[-80.0801993787722,40.5792424939556],[-80.0813893483058,40.5811063347133],[-80.0753474203612,40.5856398359271],[-80.0723388877662,40.58800810875],[-80.0664492425987,40.5858684459653],[-80.065516909453,40.5855296996381],[-80.0618319604477,40.5864604567411],[-80.0573689315524,40.5861171617886],[-80.0544010362849,40.5832866713807],[-80.0506776879948,40.5815928872299],[-80.0497820491455,40.5816388227169],[-80.0463594620236,40.5818141746391],[-80.0444584862154,40.5792426970848],[-80.0433131430119,40.5776928714268],[-80.0394887793055,40.5747318123493],[-80.0353963486018,40.5722307042914],[-80.036434096911,40.569520485547],[-80.0368946401206,40.5683173738673],[-80.0382646969934,40.5654033829164],[-80.0388754169262,40.5626752307478],[-80.039519288151,40.5597984840945],[-80.0396055960465,40.559411756309],[-80.0400540467163,40.5558850105638],[-80.0440667346412,40.5521459197236],[-80.0453375947265,40.5500763412974],[-80.0466620881137,40.5479192731727],[-80.0474172435784,40.5442033656014],[-80.0482666586364,40.5405229893771],[-80.0483958652452,40.5403540404936],[-80.0497813106536,40.5385411819594],[-80.0503407226739,40.537809184702],[-80.0497812461358,40.5376300664473],[-80.0467710450139,40.5366664085168],[-80.042762244967,40.537950567702],[-80.039910697239,40.5403543169773],[-80.037999785834,40.5419650644899],[-80.0370983533629,40.540354239855],[-80.0363526362401,40.5390220410847],[-80.0369649426824,40.5327808522748],[-80.0368114790641,40.5306321516043],[-80.0367661285515,40.5299984939427],[-80.0355773015162,40.527309317773],[-80.0364633510607,40.5244704263459],[-80.0456967957687,40.5223851226912]]],"bbox":[-80.110162069789,40.5070014976795,-80.0353963486018,40.58800810875]},"properties":{"FID":72,"AREA":301786300,"PERIMETER":102930,"RINGS_OK":1,"DESCR":"LOUVIER RUN BASIN","COUNT_":33}},{"type":"Feature","id":73,"geometry":{"type":"Polygon","coordinates":[[[-80.166450284529,40.4978210753087],[-80.1685866128164,40.4964707826721],[-80.1746445760199,40.4983616472138],[-80.177913433987,40.5002330379851],[-80.1768462587806,40.5014652219262],[-80.1756473841307,40.5028498999061],[-80.172576650845,40.5054412633884],[-80.1724045917027,40.5085986446039],[-80.1716485696131,40.5111873861797],[-80.1713518628512,40.5122042945662],[-80.1664502073725,40.5129310742943],[-80.163617963805,40.5133509566522],[-80.1594483587455,40.5141664216436],[-80.1579549210315,40.5150141894468],[-80.1563841945014,40.5139380984073],[-80.1549052184307,40.5131379382308],[-80.1552583496087,40.5111874724071],[-80.1555858798878,40.5093770669473],[-80.1551471994392,40.5048602952296],[-80.1577487012066,40.5022700804744],[-80.1600874060226,40.5014652804978],[-80.1613955444656,40.5010150461189],[-80.166450284529,40.4978210753087]]],"bbox":[-80.177913433987,40.4964707826721,-80.1549052184307,40.5150141894468]},"properties":{"FID":73,"AREA":25964270,"PERIMETER":20795.71,"RINGS_OK":1,"DESCR":"MCCABE RUN BASIN","COUNT_":6}},{"type":"Feature","id":74,"geometry":{"type":"Polygon","coordinates":[[[-79.9611000657972,40.5712386521514],[-79.9619969810685,40.5790435837134],[-79.9615952321912,40.5792426041011],[-79.9580068675011,40.581020672879],[-79.956464112503,40.5850434702705],[-79.9528038936248,40.5867578672128],[-79.9497797823833,40.5871953791405],[-79.9487639705323,40.5873423473988],[-79.9465883954437,40.5889645926049],[-79.9451388331837,40.5900454204883],[-79.9437703554729,40.5935878147845],[-79.939146506137,40.5953927716568],[-79.9343172701121,40.5969812367815],[-79.9344490188779,40.5938266260463],[-79.9342859945109,40.589358235816],[-79.9345631546646,40.5889644835494],[-79.9362169472717,40.586612852738],[-79.9385656871101,40.5845236699795],[-79.9416769828483,40.5825208278778],[-79.9456545087454,40.5802513543957],[-79.9471422121266,40.5792424671693],[-79.948818363197,40.5781059068766],[-79.9493285123174,40.5748720758412],[-79.9497797537293,40.5745481687173],[-79.9526251697455,40.5725045871445],[-79.9544521717459,40.569577134178],[-79.9611000657972,40.5712386521514]]],"bbox":[-79.9619969810685,40.569577134178,-79.9342859945109,40.5969812367815]},"properties":{"FID":74,"AREA":31603810,"PERIMETER":27867.05,"RINGS_OK":1,"DESCR":"MCCASLIN RUN BASIN","COUNT_":5}},{"type":"Feature","id":75,"geometry":{"type":"Polygon","coordinates":[[[-80.2188134563553,40.472298473542],[-80.2194993027046,40.4727634409292],[-80.2221364365598,40.4747631037292],[-80.2252255435763,40.4771195464839],[-80.2276051346707,40.4799302285595],[-80.2293708816755,40.4820206594497],[-80.2301919970738,40.4829929177745],[-80.2331185314239,40.4857630116667],[-80.2334525209179,40.486079273383],[-80.2351836167299,40.4895252024094],[-80.2356646242106,40.4917426911756],[-80.2357772941834,40.4922620206535],[-80.2370658128174,40.4966714334901],[-80.2398164795686,40.5002439114268],[-80.2404191810299,40.5014649453551],[-80.2422351575809,40.5051427914998],[-80.2433362507213,40.5084552646317],[-80.2485501340405,40.5108042597931],[-80.2461874646735,40.5111869415103],[-80.2420731841218,40.5118532672613],[-80.2377728499997,40.511831098241],[-80.2341057493906,40.5130774911124],[-80.2331185050886,40.5133202588262],[-80.2300408452418,40.5140770832435],[-80.2265332287135,40.5121316579782],[-80.221559336819,40.5145411891678],[-80.216451473358,40.5122436535955],[-80.2157097883719,40.5119100327504],[-80.214405644254,40.5111870418858],[-80.2122027452925,40.509965458476],[-80.2078384397351,40.5094670200062],[-80.2053588800409,40.5065841790206],[-80.2017793289682,40.5053003129299],[-80.2020942233689,40.5022877708395],[-80.2024433547735,40.5014649704797],[-80.2033963193874,40.4992202203445],[-80.2018243418524,40.4966492926752],[-80.1997842108382,40.4947154727506],[-80.1995145921997,40.4944598822188],[-80.1974722337349,40.4917428525299],[-80.1974245177206,40.4916793307683],[-80.1951299237394,40.4886100160089],[-80.1922575573427,40.4867608564826],[-80.1941334710898,40.4820208800475],[-80.1943628331176,40.4814409100544],[-80.1941911717403,40.4782932124563],[-80.1911461077811,40.4745416807378],[-80.1879875642654,40.4725149987854],[-80.1876210689505,40.4722987540449],[-80.1848646051429,40.4706718113711],[-80.1869487574355,40.4625765366414],[-80.1871221819844,40.4619037923811],[-80.1919262343683,40.4589491848397],[-80.1955363669686,40.4611496695172],[-80.1979218722278,40.4625764590615],[-80.1997842160176,40.463689999265],[-80.201170224114,40.4645188415372],[-80.2049860751003,40.4658350866525],[-80.2095545005243,40.4665862465103],[-80.212611537776,40.4682841274706],[-80.215930042221,40.4703432089106],[-80.2164513093871,40.4706966273398],[-80.2188134563553,40.472298473542]]],"bbox":[-80.2485501340405,40.4589491848397,-80.1848646051429,40.5145411891678]},"properties":{"FID":75,"AREA":173386900,"PERIMETER":60588.87,"RINGS_OK":1,"DESCR":"MCCLARENS RUN BASIN","COUNT_":21}},{"type":"Feature","id":76,"geometry":{"type":"Polygon","coordinates":[[[-79.7506202416875,40.6699560477815],[-79.7497760438142,40.6699114934211],[-79.7475030305816,40.6697913403048],[-79.7454819945197,40.6667406303033],[-79.7448733269903,40.6658070558353],[-79.7424634290443,40.6632071658806],[-79.7444413657061,40.6601335538441],[-79.7479167381634,40.6584288619297],[-79.7487008684076,40.6570184481708],[-79.7497749889909,40.6550865140304],[-79.7501017755572,40.6544982129634],[-79.755551448174,40.6522232144357],[-79.758381342389,40.6500513685353],[-79.7610524239938,40.6475170404818],[-79.7662159400047,40.6485327085339],[-79.7650962562717,40.6512257865206],[-79.7644599854041,40.6553772842503],[-79.7646488546334,40.6570185256771],[-79.76480111805,40.658340198044],[-79.7654678749879,40.6622872340275],[-79.7664421796315,40.6635470784606],[-79.767538436007,40.6649646377966],[-79.7683917473403,40.6667405968893],[-79.7703235748343,40.6708074887043],[-79.7664421434496,40.670578951975],[-79.7655673340863,40.6705364173204],[-79.7641431455637,40.6704811973686],[-79.7603448712937,40.670333895059],[-79.7506202416875,40.6699560477815]]],"bbox":[-79.7703235748343,40.6475170404818,-79.7424634290443,40.6708074887043]},"properties":{"FID":76,"AREA":38594820,"PERIMETER":27058.98,"RINGS_OK":1,"DESCR":"MCDOWELL RUN BASIN","COUNT_":8}},{"type":"Feature","id":77,"geometry":{"type":"Polygon","coordinates":[[[-80.0495805396517,40.3268501000806],[-80.0495858733069,40.3264665010746],[-80.0496374585069,40.3226713911658],[-80.0497793428532,40.3224656176289],[-80.0518833993317,40.3194085642309],[-80.0525872549355,40.3167444722011],[-80.0526905195888,40.3163534251655],[-80.0575127933943,40.3152248191282],[-80.0664463302687,40.31484297277],[-80.0669872109772,40.3148198374335],[-80.0703167605501,40.3162997581992],[-80.0747545032008,40.3165146903765],[-80.0756027508619,40.3167446448213],[-80.0783068535115,40.3174774218632],[-80.0798174248661,40.3207114028468],[-80.0787071650931,40.3233689539269],[-80.0812464024325,40.325631944427],[-80.0831132903366,40.3254982631325],[-80.0894135970156,40.3250470666405],[-80.0896551468962,40.3264667457124],[-80.0899045701068,40.3279321743404],[-80.0886184867005,40.3309962804024],[-80.0874267746027,40.334094841116],[-80.0865805872581,40.3361888179381],[-80.0862334923856,40.3370473648058],[-80.0875917284294,40.3399905998549],[-80.089933121234,40.3421097371547],[-80.0925740843387,40.344480529123],[-80.0937308728532,40.3459110484852],[-80.0947939737551,40.3472259831833],[-80.0981130516045,40.3497859064209],[-80.099780700968,40.3500194397145],[-80.1031011587825,40.3504844203744],[-80.1064357964136,40.3520360947322],[-80.1093372846817,40.3556332159541],[-80.1107766425053,40.3574171810615],[-80.1119036024791,40.3641361019728],[-80.1019015301647,40.3629076982071],[-80.0997809250601,40.3614528589957],[-80.0957335083057,40.3586760007672],[-80.0885975084218,40.3572281378417],[-80.0831135562316,40.3569533171734],[-80.0826573488589,40.3569304450003],[-80.0790950913196,40.3556384050855],[-80.0750436521197,40.352852514979],[-80.0709835647843,40.3525209710475],[-80.0675335358076,40.3544864048582],[-80.0664464057722,40.354211493344],[-80.0637426505442,40.3535277499435],[-80.0610797927994,40.3504971181867],[-80.0574921951116,40.3485456418705],[-80.051306211595,40.3479571925459],[-80.0524782570973,40.3459109767342],[-80.0539343184773,40.3433685771338],[-80.0575163759689,40.3410713857662],[-80.0595901390252,40.3384334861295],[-80.0609590774601,40.3361889534162],[-80.062593796876,40.333508813451],[-80.0652145666121,40.3286267466077],[-80.0621082789646,40.3265557569941],[-80.0612082708119,40.3264667843693],[-80.0577090596875,40.3261207351477],[-80.0545788169836,40.3264667484413],[-80.0537736892917,40.3265557700038],[-80.0497791925042,40.326836185827],[-80.0495805396517,40.3268501000806]]],"bbox":[-80.1119036024791,40.3148198374335,-80.0495805396517,40.3641361019728]},"properties":{"FID":77,"AREA":141005600,"PERIMETER":66668.41,"RINGS_OK":1,"DESCR":"MCLAUGHLIN RUN BASIN","COUNT_":21}},{"type":"Feature","id":78,"geometry":{"type":"Polygon","coordinates":[[[-80.2017793289682,40.5053003129299],[-80.1997844407525,40.5050388887782],[-80.1944993017035,40.5043460380059],[-80.1905883309883,40.505523601007],[-80.1867952730917,40.5047921271476],[-80.1847640746823,40.5023409246409],[-80.1831170832993,40.5018342765271],[-80.1819170930482,40.5014650330246],[-80.177913433987,40.5002330379851],[-80.1746445760199,40.4983616472138],[-80.1685866128164,40.4964707826721],[-80.1664499060785,40.4955154751569],[-80.1608863314488,40.4930273578865],[-80.1573054112078,40.492767716041],[-80.1560301908358,40.4917432264515],[-80.153965389347,40.4900843403629],[-80.1583494783306,40.4873594531946],[-80.1613897821422,40.4848806436323],[-80.1650070078879,40.4836550926348],[-80.1664500502499,40.4840944253331],[-80.1696975389132,40.485083210624],[-80.1740297113027,40.484741214551],[-80.1774180486993,40.4837570838652],[-80.1808372233552,40.4826334437091],[-80.1831173103523,40.4829582586711],[-80.1846328637849,40.4831741855951],[-80.1877532268786,40.4851286557458],[-80.1922575573427,40.4867608564826],[-80.1951299237394,40.4886100160089],[-80.1974245177206,40.4916793307683],[-80.1974722337349,40.4917428525299],[-80.1995145921997,40.4944598822188],[-80.1997842108382,40.4947154727506],[-80.2018243418524,40.4966492926752],[-80.2033963193874,40.4992202203445],[-80.2024433547735,40.5014649704797],[-80.2020942233689,40.5022877708395],[-80.2017793289682,40.5053003129299]]],"bbox":[-80.2033963193874,40.4826334437091,-80.153965389347,40.505523601007]},"properties":{"FID":78,"AREA":64993640,"PERIMETER":35196.81,"RINGS_OK":1,"DESCR":"MEEKS RUN BASIN","COUNT_":10}},{"type":"Feature","id":79,"geometry":{"type":"Polygon","coordinates":[[[-80.2225294208771,40.3654095664826],[-80.2176436860593,40.3677291107914],[-80.2164509156233,40.3685176765789],[-80.2144579364602,40.369835206514],[-80.2086306516159,40.3726034436902],[-80.2072804813346,40.3668149419888],[-80.205922824189,40.3653552837985],[-80.2045680189844,40.3638983818332],[-80.2021543453875,40.3611959592833],[-80.1997839648663,40.3583209397778],[-80.1994770150986,40.3579489236513],[-80.1955389461708,40.3570513130607],[-80.1916925875143,40.3560066024249],[-80.1910177137948,40.3556331663124],[-80.1882972364695,40.3541278130048],[-80.1833491676699,40.3519857025869],[-80.1831167836691,40.3518743232072],[-80.1792257577793,40.3500102735207],[-80.1760740151684,40.3482004094313],[-80.1727789726696,40.3463930421333],[-80.1676262463971,40.3465247136357],[-80.1687386708115,40.3493013595901],[-80.1664494778751,40.3498227575494],[-80.1621478034683,40.3508024788937],[-80.1606411980373,40.3543472848319],[-80.1615889559263,40.3556331484024],[-80.1627725409897,40.3572393109538],[-80.1649284292637,40.3595075172246],[-80.166449489103,40.3616246438649],[-80.1672140718116,40.3626888648574],[-80.1686583796567,40.3652275472622],[-80.1687194930985,40.3653551598202],[-80.1699116475639,40.3678421306049],[-80.1715176865407,40.3707800301694],[-80.1734190553073,40.3750774453098],[-80.1740418226737,40.3764847695719],[-80.1770206869255,40.3800929795286],[-80.1738160546966,40.381973560185],[-80.1703297480295,40.3801463434661],[-80.1665203542765,40.3790056936478],[-80.1664494881222,40.3789695045735],[-80.1634324066607,40.3774264342312],[-80.1586109680372,40.3763299374103],[-80.1561947399145,40.3750774976698],[-80.1552674084364,40.3745966135904],[-80.1518019515423,40.3734690034914],[-80.14978260242,40.3731737520948],[-80.1457859173069,40.3725893950161],[-80.1413686168473,40.3711131734595],[-80.1366956606697,40.3702830994033],[-80.1331151657818,40.3688939559879],[-80.1326369562699,40.3687083449458],[-80.1271892785205,40.3687709773649],[-80.1195559597495,40.3667453566254],[-80.1197925908966,40.3653553041423],[-80.1200745569613,40.3636973552301],[-80.1209063577953,40.3587077427675],[-80.125659591807,40.3577540986008],[-80.1262916747456,40.3556332524982],[-80.1265826044643,40.3546565408124],[-80.1281923728893,40.3516848694571],[-80.1331152474945,40.3507746921945],[-80.1378053124697,40.3499072209271],[-80.1420478435838,40.3486688504571],[-80.1458089329519,40.3477366329987],[-80.1486014579675,40.3459108511956],[-80.1488605823863,40.3457415596584],[-80.1497821219471,40.345478342739],[-80.1540970636645,40.3442460788216],[-80.1574357121443,40.3429263268203],[-80.1613040373236,40.3428386012215],[-80.1633176241479,40.3402210387427],[-80.1653400266874,40.3378794896106],[-80.1660901270693,40.3361885966007],[-80.1664491687723,40.3353787958579],[-80.1666110679805,40.3350142966252],[-80.1682219578027,40.3313837038721],[-80.1698127136959,40.3284982067961],[-80.17088750518,40.3288281843547],[-80.1723751121245,40.3292630176228],[-80.173862702221,40.3297093316448],[-80.1750455821123,40.3300755310906],[-80.1761364678708,40.3304150769728],[-80.1774184958174,40.3307812269893],[-80.1786161189755,40.331132234359],[-80.1800199557794,40.3315671040151],[-80.180981137452,40.3318532139389],[-80.1818979667514,40.3320533202403],[-80.1827733101251,40.3323468029286],[-80.1833542270798,40.3326847631707],[-80.2006808955999,40.3471652064405],[-80.2014667341926,40.3477908429833],[-80.2123465788521,40.3569421956669],[-80.2215404433448,40.3645906109919],[-80.2225294208771,40.3654095664826]]],"bbox":[-80.2225294208771,40.3284982067961,-80.1195559597495,40.381973560185]},"properties":{"FID":79,"AREA":200505600,"PERIMETER":95669.07,"RINGS_OK":1,"DESCR":"MILLERS RUN BASIN","COUNT_":32}},{"type":"Feature","id":80,"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.8718729072335,40.4363965751463],[-79.8721369242532,40.4335942792078],[-79.87209655622,40.4334104518149],[-79.8714286369818,40.4303818362849],[-79.8695412083048,40.4272614727083],[-79.8682810791873,40.4242038023386],[-79.8673859933585,40.4236880410309],[-79.8664415210383,40.4231436604519],[-79.86494046654,40.4222786805471],[-79.8603240337609,40.4212525988345],[-79.8590063437581,40.4178304379421],[-79.8569611873321,40.4143457668725],[-79.8565420569824,40.4139660828521],[-79.8539815932195,40.4116453623973],[-79.8545650720686,40.4088150636937],[-79.8564367074663,40.405598572277],[-79.8556217522787,40.4042439675405],[-79.8546027490367,40.4025501089552],[-79.8523342361309,40.400044701626],[-79.8503845622868,40.3945215752882],[-79.8503328645349,40.3943749291171],[-79.8520866213857,40.3932610039145],[-79.8565167745685,40.394079954421],[-79.8578961407894,40.394521828156],[-79.859168960423,40.3949294214911],[-79.86230863075,40.3959619477809],[-79.8638893734757,40.3967536756814],[-79.8654854284347,40.3977033290031],[-79.8664411550699,40.3983891730757],[-79.8670042230002,40.3987932977902],[-79.8681965130723,40.3999779599887],[-79.8697895439739,40.4015703014886],[-79.871049108659,40.4026352878615],[-79.8725273974275,40.4042439443045],[-79.8729867012303,40.4047436485351],[-79.8743305388916,40.4058007877014],[-79.8756675992252,40.4069265101379],[-79.8769796026121,40.4079538300416],[-79.8786687926342,40.4089805347072],[-79.8808278754473,40.4103966905261],[-79.8825898576645,40.4112790430536],[-79.8831081762913,40.4114683721864],[-79.8842756447143,40.411894545801],[-79.8871747672734,40.4131346501327],[-79.8886128849207,40.4139661865233],[-79.8886984179236,40.4140154863206],[-79.8901751868672,40.4150026280747],[-79.891715630563,40.4157591238445],[-79.8932015448787,40.4170174654],[-79.8945658239661,40.4179368789862],[-79.8963059948333,40.4187850246001],[-79.8980799038566,40.4194219473812],[-79.899775702197,40.4197767911382],[-79.8998652178076,40.4197955473559],[-79.9022548971532,40.4198977813856],[-79.9042559976973,40.4198552486818],[-79.9067739004606,40.4196412877277],[-79.9088762257694,40.4192256692439],[-79.9107816802279,40.4189736390574],[-79.913777800431,40.4184935860017],[-79.9156677907522,40.4179287391749],[-79.9164428402582,40.4176754907925],[-79.9178502579046,40.4172152458682],[-79.9194854448007,40.4159483210825],[-79.9208165028123,40.4150145287077],[-79.9220001460992,40.413966279061],[-79.9221433582517,40.4138396801393],[-79.9234593929198,40.4125951715053],[-79.9245962121443,40.4113505026889],[-79.9257481009735,40.4099617241971],[-79.9270589793932,40.4081719603912],[-79.92811209799,40.406731044237],[-79.9290678352439,40.4055572722426],[-79.930413751969,40.4042459556649],[-79.9317928344493,40.4031705679249],[-79.9331095374663,40.4024582796417],[-79.9335490259332,40.4022206926243],[-79.9359753809703,40.4014621583189],[-79.9380840245913,40.4011531335595],[-79.9400778590882,40.4010422328426],[-79.9419357437604,40.4013903772222],[-79.9437504157769,40.4023699171652],[-79.9450838079651,40.4036246688006],[-79.9455758348875,40.4042441188111],[-79.9464180616554,40.4053044831644],[-79.9471564706614,40.4070506221653],[-79.9475778066423,40.4088072517631],[-79.9477623061211,40.4101985531311],[-79.9481502088231,40.4118926617486],[-79.9483152546115,40.4136648911669],[-79.9483201284385,40.4139661565415],[-79.9483970555365,40.4189330666356],[-79.9487531574538,40.4205036988082],[-79.9493372264152,40.4220132710065],[-79.9497769506887,40.4229792492037],[-79.9500826520421,40.4236498526698],[-79.9512274729729,40.4252891177999],[-79.9524209728669,40.4266429906075],[-79.9537933711412,40.4280271620384],[-79.9553257227588,40.4293013481197],[-79.9569057882118,40.4307416717233],[-79.9585814145059,40.4319020440034],[-79.9601655563827,40.4327086396926],[-79.9613752861642,40.4334106583024],[-79.9618478404306,40.4336852094069],[-79.9633694298046,40.4344310063445],[-79.9650420758948,40.435138621014],[-79.9664443903439,40.4356016099506],[-79.9671151323615,40.4358231702434],[-79.9690869183195,40.4361862163775],[-79.9718434314856,40.436629561989],[-79.9737426911704,40.4369984719448],[-79.975830820811,40.4374817855651],[-79.9780975273097,40.4377265893393],[-79.9831116927665,40.4371724375593],[-79.9842368784972,40.437047974308],[-79.9865096643512,40.4365405540145],[-79.9883323271266,40.4362770962327],[-79.9901281078104,40.4361920122737],[-79.9920395274543,40.4362210134571],[-79.9943932235524,40.4364873217598],[-79.9962772765204,40.4367328515953],[-79.9976974133148,40.4375746527091],[-79.9992396392172,40.4384124301976],[-79.9997787178553,40.4386284717301],[-80.0012844236563,40.4392319027622],[-79.9997786692127,40.4399201558476],[-79.999279105217,40.4401485221052],[-79.9953894389482,40.440654155811],[-79.9906462949344,40.4416503883979],[-79.9880099348977,40.4431329362977],[-79.9869523572477,40.4437275583262],[-79.9831113808866,40.4460247135357],[-79.9820360060127,40.4466679426368],[-79.9767131321292,40.449065652428],[-79.9730195379373,40.4510690715294],[-79.9682958015582,40.4526867862627],[-79.9678906625964,40.4528549365131],[-79.9664447250578,40.4534547557774],[-79.9627743574042,40.4549772092779],[-79.9582872068147,40.4563705641859],[-79.9538071454226,40.4552361419252],[-79.9533164286276,40.4528549815318],[-79.9531151089766,40.451877436659],[-79.9503335387066,40.4495790376142],[-79.9497774549586,40.4494866539298],[-79.9457222877943,40.448812778653],[-79.9425868333104,40.450542633155],[-79.9395690166266,40.4523579514697],[-79.9386079099392,40.4528549597818],[-79.9362035402041,40.4540984184432],[-79.9331103435108,40.4560520204999],[-79.9329874921472,40.4561295936246],[-79.9300504314654,40.4577897039276],[-79.9261503275571,40.4594653823392],[-79.9224855719829,40.4595252216045],[-79.9184009994925,40.4586029540474],[-79.9164431181718,40.4577465895489],[-79.9140404990616,40.4566956729422],[-79.9103206831927,40.4551440256452],[-79.9063697080534,40.4538893462133],[-79.9021898629895,40.4530045890642],[-79.9018197983653,40.4528547108868],[-79.8997760518466,40.4520269553206],[-79.8974924896701,40.45110211161],[-79.8943319575655,40.4489184159078],[-79.8912709460133,40.4468063289054],[-79.8873747626112,40.4443045215906],[-79.885617059775,40.4431325547609],[-79.883108641863,40.4414595845201],[-79.8789582735543,40.4393103096773],[-79.8754948579818,40.4380835422014],[-79.8718729072335,40.4363965751463]]],[[[-79.9771686820306,40.3850575146438],[-79.983110976105,40.3879972951823],[-79.9835426819154,40.3882108482258],[-79.9858849165966,40.3904056571114],[-79.9875857665817,40.3936013745827],[-79.9878542136214,40.3945220555769],[-79.9884042731664,40.3964077813901],[-79.9898826081613,40.4000468662464],[-79.9887726285741,40.4038732578822],[-79.9890080824982,40.4042442806507],[-79.9924316685921,40.4096378195209],[-79.9953517647798,40.4117863048329],[-79.9982168508459,40.4136797348027],[-79.998655693617,40.4139662910807],[-79.9997785153513,40.414699207074],[-80.0012245467732,40.4156432550709],[-80.004799222622,40.4185494921535],[-80.0069100112372,40.4209689454907],[-80.0093965887289,40.4236886405269],[-80.0104716414203,40.4248641383582],[-80.0128713089428,40.4273140473672],[-80.0154729157217,40.4299806516884],[-80.0164457999468,40.4311036967109],[-80.0175364867301,40.4323629187839],[-80.0217929761374,40.4333117686515],[-80.0217787900947,40.4334107286708],[-80.0209315079422,40.4393724441509],[-80.0185827923303,40.4380719695266],[-80.0164456745479,40.4367693579558],[-80.0160810890759,40.4365471397505],[-80.0142918385366,40.4357290120102],[-80.0111026114854,40.4342980375542],[-80.0092047129452,40.4334108232293],[-80.0047410458029,40.4313242073485],[-80.0004473273354,40.4295438847348],[-79.9997785483201,40.4293423862561],[-79.9985285617103,40.4289655616421],[-79.9963755170547,40.4287288206845],[-79.9943479649726,40.4286860191244],[-79.9922834662828,40.4286125788033],[-79.9898886075096,40.428761916867],[-79.9880038275372,40.4289744350194],[-79.9859840407648,40.4292200829607],[-79.9837567735394,40.429480604494],[-79.9831112864438,40.4294655374932],[-79.9817780541942,40.4294342353648],[-79.9796439519339,40.4295651942585],[-79.9775368827409,40.4298349455822],[-79.9757165946088,40.4295262761196],[-79.9737800099927,40.4289319291006],[-79.9719046228025,40.4288173299296],[-79.9701407941235,40.4283937058272],[-79.9682454212438,40.4276978223234],[-79.9665799377286,40.4270806464529],[-79.9664441732598,40.4269811390848],[-79.9649815614378,40.4259072379433],[-79.9636075244251,40.4247116618545],[-79.9624862028416,40.4236885106898],[-79.961056658637,40.4223723781785],[-79.9598984830381,40.4212911296539],[-79.9591008394651,40.4198493603347],[-79.9588259368915,40.4182560081455],[-79.9587694352543,40.4157339802851],[-79.9585939313755,40.4139663372488],[-79.9585285255925,40.4133124408533],[-79.9580041179299,40.4104737135226],[-79.9578274908792,40.408519714032],[-79.957334857425,40.4068839246209],[-79.9567687462122,40.4052384677791],[-79.9563797442913,40.4042441718488],[-79.9561490222014,40.4036552137925],[-79.9554003769825,40.4020552832557],[-79.954216918535,40.4002687767429],[-79.9528504359901,40.3985673538762],[-79.951255111768,40.3971564490237],[-79.9499695214386,40.3961146057004],[-79.9511245030307,40.3947617940452],[-79.9551908009364,40.3965885648598],[-79.9611161002858,40.3972819540713],[-79.9664184151442,40.397702457818],[-79.9704392730416,40.3966143893884],[-79.972126184752,40.3945220122939],[-79.9726290949866,40.3938983705804],[-79.9771305798979,40.3930057225401],[-79.9771446622971,40.3900579931704],[-79.9771686820306,40.3850575146438]]],[[[-79.9080867978204,40.3750775892047],[-79.9096678918935,40.3720333392287],[-79.9125487962321,40.3745505527255],[-79.9131333863897,40.3750775297165],[-79.9153844590267,40.3771057007638],[-79.9164424184314,40.3778933904447],[-79.9191879023505,40.3799376108455],[-79.9209747387394,40.3828020159417],[-79.9194522834929,40.3847996648052],[-79.9190797256108,40.3852883034725],[-79.9206273354481,40.3883027378163],[-79.9231063955022,40.3903504212584],[-79.928652309382,40.3918355107204],[-79.9290954457531,40.3945218619004],[-79.9268062197878,40.3953927393242],[-79.9254123388601,40.3962710769596],[-79.9240204837394,40.3976873735102],[-79.9226647138575,40.3991246823617],[-79.9212342463732,40.4012423741665],[-79.9198833001243,40.4029594607868],[-79.9182962154696,40.4042043023996],[-79.9176435548859,40.405579262422],[-79.9165336258938,40.4066834070393],[-79.9164424350959,40.4067659481537],[-79.9152967485211,40.4078063950666],[-79.9134272059207,40.4091264785894],[-79.9118215012611,40.4100084373335],[-79.91023203029,40.4107535499133],[-79.9084608371178,40.4112792802625],[-79.9064004539821,40.4117772604366],[-79.9040343186063,40.4121648083001],[-79.9021624390369,40.412168894979],[-79.9001105119824,40.4116800809941],[-79.8997753711972,40.4115056951102],[-79.8979302468444,40.410543887342],[-79.8964966059965,40.4095439434727],[-79.8949560340016,40.4082720725331],[-79.8934897480295,40.4071743642226],[-79.89159083922,40.4059824644218],[-79.8895586993382,40.4049478839013],[-79.8879083995563,40.404244022628],[-79.8858916863951,40.4033387478115],[-79.8844343527647,40.4025017870107],[-79.8831081327906,40.4016784327046],[-79.8826355295811,40.4013847775992],[-79.8813041101577,40.4003242437029],[-79.8796211789457,40.3988784699327],[-79.8780663620047,40.3975924007535],[-79.8765349752369,40.3963071671333],[-79.8750109369845,40.3947115878046],[-79.8748262977003,40.3945218345246],[-79.873649877939,40.3933143803822],[-79.8719357698743,40.3918084073571],[-79.8699452962382,40.3905333268948],[-79.8679899879745,40.3895182485501],[-79.8664412151023,40.3889406800475],[-79.8661977768261,40.3888499822698],[-79.8644870253603,40.3881300861161],[-79.8623691114024,40.387206702243],[-79.8601792923107,40.3863934828885],[-79.8584597890214,40.3857628980653],[-79.8567961428081,40.3848068352079],[-79.8553289335613,40.3838874964533],[-79.8568909328186,40.3795450884072],[-79.8604156079586,40.3782441568926],[-79.8645017784031,40.3777948458919],[-79.8664411080455,40.3782267855963],[-79.8696468679376,40.3789408355006],[-79.8735050710961,40.3804905705791],[-79.8780473428371,40.3843005973663],[-79.8815417335999,40.3832248204613],[-79.8831079319429,40.3818960060008],[-79.8843340155286,40.3808559335456],[-79.8881030796407,40.3786548336223],[-79.891894596664,40.3778766456137],[-79.8956928719233,40.3769324259769],[-79.8997751216896,40.375917492248],[-79.90082594251,40.3756562003077],[-79.9075959552908,40.3760226678092],[-79.9080867978204,40.3750775892047]]],[[[-79.8313933638543,40.3636907927258],[-79.8313567089181,40.3653551466702],[-79.8313498019305,40.365669750241],[-79.8315485211601,40.3672110182681],[-79.83201252042,40.3706613179369],[-79.8324769912045,40.373310436326],[-79.8317007945972,40.3750772783418],[-79.8312638367481,40.3760722673426],[-79.8331065741301,40.3762771442867],[-79.8343157055166,40.3764114880351],[-79.8354285482235,40.3779617264708],[-79.8369988132027,40.3801666240303],[-79.8381650419631,40.3814073142118],[-79.8395934299052,40.3827930661907],[-79.8411067698765,40.3841373629908],[-79.8418620354294,40.3847996620131],[-79.8424585902355,40.3853224803691],[-79.8437588795101,40.3884628347005],[-79.8381458635751,40.3867229092386],[-79.8338777926585,40.3864636559717],[-79.8331065295204,40.3848735191131],[-79.8330705780286,40.3847993450495],[-79.8324321078196,40.383482502211],[-79.8296623822768,40.3798253559594],[-79.8261001861898,40.3785256689951],[-79.8231391192752,40.3763362598681],[-79.8180047761801,40.3752723698974],[-79.8184049423867,40.3750772868925],[-79.8237452407898,40.3724722681824],[-79.8267348440742,40.3709248187253],[-79.8294942099411,40.3683167568015],[-79.8289009163277,40.3653552110639],[-79.8287477421295,40.3645918081979],[-79.8313933638543,40.3636907927258]]],[[[-79.8756883648451,40.3588427369795],[-79.8720991897451,40.3611342741752],[-79.8703581152743,40.3638731373405],[-79.8698670865741,40.3653552893227],[-79.8693940464938,40.3667821918216],[-79.8664406378583,40.3695202443028],[-79.8662583629792,40.3696893646562],[-79.8627660078653,40.3705139253149],[-79.85849769504,40.3710947909773],[-79.8544649681792,40.3716343062778],[-79.8504699264342,40.3732719158818],[-79.8498636854739,40.3750772406719],[-79.8497737359307,40.3753452195026],[-79.849369146426,40.3765500900676],[-79.8497068283477,40.3798758924012],[-79.8473992793017,40.378048289151],[-79.8460371402632,40.3768036097779],[-79.844436205562,40.3752809450649],[-79.8443024408519,40.3750774368688],[-79.8434729508387,40.3738131971008],[-79.8426428493731,40.3725426989297],[-79.8420615912538,40.3709745718507],[-79.8416650598138,40.3692991836855],[-79.8413268551313,40.3677388332189],[-79.8412721236664,40.365826431807],[-79.8414787504548,40.3653553015836],[-79.8419674868873,40.3642427192534],[-79.8431527233149,40.3630187431408],[-79.8448013215612,40.3620377580885],[-79.8470185969136,40.3611946058658],[-79.8491214921115,40.3607584967648],[-79.8497736796649,40.3606511314171],[-79.8512271374424,40.3604116233728],[-79.8530187018985,40.36010844654],[-79.855470603889,40.3600467564986],[-79.8574894855519,40.3600699760432],[-79.8604057077392,40.3600207247653],[-79.8625627579093,40.359971310859],[-79.8647670664753,40.3598693350001],[-79.8664406104739,40.3596679900404],[-79.8670333200692,40.3595966263093],[-79.8696369621776,40.3592953674933],[-79.8719777142499,40.3589815499951],[-79.8756883648451,40.3588427369795]]],[[[-79.9597083192213,40.3438801136287],[-79.9584047348837,40.3459111183974],[-79.9578779941127,40.3467320092809],[-79.9541678717468,40.3496138703056],[-79.9497762743774,40.3508662127347],[-79.9483005214221,40.3512870809129],[-79.9431731686054,40.3521041426782],[-79.9381927353694,40.3531391460032],[-79.9345309272301,40.3545545965624],[-79.9331094127728,40.3552707087903],[-79.9323898095419,40.3556330441799],[-79.9314477009783,40.3561076994275],[-79.9300711461043,40.3556331890051],[-79.9277962821096,40.3548487726691],[-79.9232301479244,40.3538247425231],[-79.9192097918316,40.3537814477951],[-79.9164420417808,40.3537515754598],[-79.9137802094633,40.3537227401304],[-79.907363004436,40.3548524916474],[-79.9036771096613,40.3556331938849],[-79.903245278379,40.3557246564822],[-79.8997749756426,40.3563323402537],[-79.8977770018618,40.3566821356333],[-79.8906353423276,40.3561481760535],[-79.8907092030671,40.3556332481554],[-79.8911091483077,40.3528369125269],[-79.8884157824264,40.3507045071387],[-79.8881884744264,40.3488948335493],[-79.8893171732084,40.347520729874],[-79.8904479753204,40.3462427653744],[-79.8907416096188,40.3459110779082],[-79.8914929767269,40.3450613701674],[-79.8927915807069,40.3439709312294],[-79.8940043636138,40.3429196551373],[-79.8951823920452,40.3417215079731],[-79.8963595138328,40.3404820052963],[-79.8976855190928,40.3389323546679],[-79.8989639040436,40.3371706847852],[-79.8994170783832,40.3361886665905],[-79.8997053116136,40.3355630767378],[-79.8997749487022,40.3353834702904],[-79.9004582416108,40.3336139896977],[-79.9009196485419,40.332074830855],[-79.9014170006093,40.3299467848081],[-79.9018196475974,40.3282116152732],[-79.902136620646,40.326687756923],[-79.9021309243039,40.3264666498221],[-79.9021011634509,40.3252646039217],[-79.902383667635,40.3233631445137],[-79.902506011309,40.3218682282861],[-79.9020639505174,40.31974474314],[-79.9014411137672,40.3184211000061],[-79.9004294472509,40.3171086505718],[-79.9000900759923,40.3167442856098],[-79.899774400371,40.316405821187],[-79.8993115447356,40.3159087791567],[-79.8976869700168,40.3143690077711],[-79.8961493301293,40.3132348424583],[-79.8947473929022,40.3122920604559],[-79.8929241161615,40.311210359298],[-79.8913400492205,40.3103324454496],[-79.8897340853996,40.3095404673677],[-79.8880233028392,40.3088352748215],[-79.8862800306683,40.3080939334956],[-79.8876839609479,40.30702234947],[-79.8903231734553,40.305008223568],[-79.8984831120749,40.3066758028583],[-79.8992917035888,40.3070221611638],[-79.8997744069054,40.3072288865218],[-79.9026865926686,40.3084758497636],[-79.9074848122919,40.3094609415009],[-79.9120638532628,40.3095324799473],[-79.9163418204547,40.3136392378054],[-79.9164417394752,40.3138608925281],[-79.9175389591794,40.3162947484182],[-79.9183196959554,40.3167444706859],[-79.9206308893298,40.3180753125745],[-79.9242035176884,40.3197389612707],[-79.9264204551892,40.3226337016797],[-79.9289533624904,40.3248628221357],[-79.9303361205207,40.3264666343061],[-79.9311342094055,40.3273920124364],[-79.9311092262542,40.3302861290568],[-79.9331090562258,40.3314386438966],[-79.935084729451,40.3325770810064],[-79.9376788033996,40.33517873023],[-79.9383923803002,40.3361888979125],[-79.9398529983486,40.3382571535497],[-79.9472594221354,40.3391414237619],[-79.9497765141463,40.3398109990991],[-79.9507597474063,40.3400725883557],[-79.9553325433293,40.3414252450803],[-79.9597083192213,40.3438801136287]]],[[[-79.8443714174214,40.3468860483728],[-79.8461252042731,40.3459109339312],[-79.8497732805512,40.3438821264365],[-79.8504166248562,40.3435244453125],[-79.854454660672,40.3447059696274],[-79.8575721830393,40.3459110351472],[-79.8599178937512,40.3468177952407],[-79.8657325257922,40.3497680392405],[-79.8664156450665,40.3524849482858],[-79.8643251325332,40.3527461925058],[-79.8610512276022,40.3528101577278],[-79.8584510780623,40.352742022425],[-79.8564152270463,40.3526711674127],[-79.8542902400933,40.352719886062],[-79.8523313039049,40.3527705176128],[-79.8501230377425,40.3528391248616],[-79.8497736106175,40.3528553506601],[-79.8471345329862,40.3529778161526],[-79.8466373335085,40.3494761609776],[-79.8443714174214,40.3468860483728]]],[[[-79.860890277813,40.2949996471276],[-79.8621540394699,40.2973001735731],[-79.8625123980732,40.2979520102846],[-79.8629194154885,40.2997158779662],[-79.8633448263884,40.3013504384455],[-79.8638876099744,40.3030247200609],[-79.8650716737636,40.3047329754376],[-79.8662792144104,40.3059147026582],[-79.8664399651381,40.3060516190395],[-79.8676204711055,40.3070557783465],[-79.8689538386629,40.3081010511895],[-79.8706706668499,40.3095920657483],[-79.872112069999,40.3109478283523],[-79.8737027190253,40.3119430938416],[-79.875325057838,40.3127754061089],[-79.8773843821805,40.3134725559659],[-79.8797445989752,40.3140554817199],[-79.8817517781238,40.3146745747108],[-79.8831074751463,40.3153215578182],[-79.884114934828,40.3158024094686],[-79.8858297503896,40.3167445026721],[-79.8867551616124,40.3172526793182],[-79.8881953466657,40.3180724866125],[-79.8898078239075,40.3191068610311],[-79.8913531556991,40.3204405569885],[-79.8924586174951,40.3217452487129],[-79.8927717259959,40.3236861581291],[-79.8925616324838,40.3252208739066],[-79.892364796115,40.3264667706395],[-79.8923457361741,40.3265869982324],[-79.8921413913595,40.3286856207091],[-79.8916021659044,40.3304494584469],[-79.8910390248757,40.3318274297833],[-79.8905319670973,40.3331926015285],[-79.889595968801,40.3348932537773],[-79.8884600695014,40.3361889002354],[-79.8879669860181,40.3367509827184],[-79.8866198201746,40.3378923805221],[-79.8852958917649,40.3390040711624],[-79.8841229726959,40.3402117172507],[-79.8831077854846,40.3414866252266],[-79.8819565647889,40.3429011570792],[-79.8809873568188,40.3440719685891],[-79.8798987516116,40.3454264575834],[-79.8795394556863,40.3459109499102],[-79.8785033044757,40.3473089903327],[-79.8772027612132,40.3488456677766],[-79.8757661951253,40.3502102170603],[-79.8743331594124,40.3490069018198],[-79.8740606020183,40.3465591193665],[-79.8744941977605,40.3459111013678],[-79.8777034708406,40.3411136907987],[-79.8796677224789,40.3378843016955],[-79.8801578909949,40.3361887929897],[-79.8806650333956,40.3344349620012],[-79.8823656214245,40.3313029732006],[-79.8831076413944,40.3305994488206],[-79.8850074633668,40.3287977840293],[-79.88353416567,40.3264664439259],[-79.8833798133104,40.326222343876],[-79.8831077149453,40.3259276491394],[-79.8799147726956,40.3224720489178],[-79.8745184378853,40.3232310757362],[-79.8697162347456,40.3239062534217],[-79.8664403234272,40.3202388444582],[-79.8661759040669,40.3199427691636],[-79.8640777858951,40.3170474021167],[-79.8633661289846,40.3167445004763],[-79.8599992461957,40.3153112044283],[-79.859276841744,40.3123926399487],[-79.8589405183962,40.309430801279],[-79.8542816823401,40.3070223379482],[-79.8524891362269,40.3060954482729],[-79.8533219698325,40.3009470151607],[-79.8579627837752,40.2973002408302],[-79.860890277813,40.2949996471276]]],[[[-79.8303941240888,40.3412873159903],[-79.8331063939241,40.339464938067],[-79.8337422493621,40.339037553496],[-79.8413478016876,40.3402599031624],[-79.8439262511243,40.3459110412882],[-79.8443714174214,40.3468860483728],[-79.841936782966,40.345910999067],[-79.8331063729727,40.342373859684],[-79.8303941240888,40.3412873159903]]],[[[-79.9107426069396,40.2806833886317],[-79.9021488153187,40.2832491836002],[-79.8997742526294,40.2831463245363],[-79.8952908298707,40.2829519056261],[-79.8925153152507,40.2849750524056],[-79.8890845101825,40.2874842931534],[-79.8890431051486,40.2875780774843],[-79.8871416288858,40.2918966265],[-79.8831071066697,40.2964854391498],[-79.8828080933783,40.2968257071526],[-79.882538857604,40.2973000563791],[-79.8811527601612,40.2997440073562],[-79.8798566434999,40.3025428090113],[-79.8809463193131,40.3062785759119],[-79.8778132794585,40.3044793705202],[-79.8764639531834,40.3034990201134],[-79.8745470079146,40.3021014471041],[-79.8734049473761,40.3006805680767],[-79.8726969016006,40.2994178138496],[-79.8724018086838,40.2980002096843],[-79.8723229053729,40.29730026928],[-79.8721850603004,40.296079187473],[-79.8724295129425,40.2946561998137],[-79.8729459109571,40.2929865698078],[-79.8735705758424,40.2916680420594],[-79.8750710042011,40.2906052121995],[-79.8763452275406,40.2891350845848],[-79.8775784440049,40.2880727713982],[-79.8780536575101,40.2875780706348],[-79.8788825654016,40.2867155856993],[-79.8802384042113,40.2857497430107],[-79.8817580724264,40.2847217326485],[-79.8831070841034,40.2838829768074],[-79.883329060602,40.283745008832],[-79.8849942273184,40.282828472156],[-79.8865317908915,40.2819314370014],[-79.8880472750982,40.2810177141179],[-79.8893252102445,40.2798918844595],[-79.8905160646467,40.2786638284747],[-79.8914898408571,40.2778559628241],[-79.8918701720161,40.2775403298707],[-79.8930016054916,40.276363119189],[-79.8945248840601,40.2751224028794],[-79.8956986719979,40.273997577117],[-79.8971309199865,40.2727580037071],[-79.8986230578133,40.2715010771689],[-79.899774024538,40.2705504807917],[-79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment