Skip to content

Instantly share code, notes, and snippets.

@billautomata
Last active August 29, 2015 14:17
Show Gist options
  • Save billautomata/4fbd58569b248ed247f6 to your computer and use it in GitHub Desktop.
Save billautomata/4fbd58569b248ed247f6 to your computer and use it in GitHub Desktop.
reduces the precision of floats in json files to save space
// usage
// node reduce.js worldmap.geojson 3
var fs = require('fs')
var json_string = fs.readFileSync(process.argv[2])
var precision = parseInt(process.argv[3])
console.log('original length: ' + json_string.length)
var obj = JSON.parse(json_string)
var n_found = 0
iterate(obj)
function iterate(o) {
for (var key in o) {
if (typeof o[key] === 'object') {
iterate(o[key])
} else {
if (typeof o[key] === 'number') {
n_found += 1
o[key] = +o[key].toFixed(precision)
}
}
}
}
console.log('numbers found: ', n_found)
console.log('reduced length: ' + JSON.stringify(obj, null, 0).length)
var pct = 1.0 - (JSON.stringify(obj, null, 0).length / json_string.length)
fs.writeFileSync(process.argv[2] + '.reduced.json', JSON.stringify(obj, null, 0))
console.log((pct * 100.0).toFixed(2) + '% reduction')
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":"4.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["61.210","35.651"],["62.232","35.271"],["62.984","35.404"],["63.193","35.858"],["63.982","36.009"],["64.547","36.312"],["64.745","37.111"],["65.587","37.306"],["65.746","37.662"],["66.217","37.394"],["66.520","37.363"],["67.074","37.356"],["67.830","37.144"],["68.136","37.023"],["68.860","37.344"],["69.194","37.151"],["69.518","37.610"],["70.116","37.589"],["70.271","37.735"],["70.375","38.139"],["70.807","38.487"],["71.347","38.259"],["71.239","37.953"],["71.542","37.907"],["71.448","37.066"],["71.844","36.738"],["72.193","36.948"],["72.636","37.047"],["73.259","37.495"],["73.950","37.422"],["74.980","37.420"],["75.160","37.134"],["74.577","37.021"],["74.069","36.837"],["72.921","36.721"],["71.848","36.510"],["71.261","36.075"],["71.499","35.651"],["71.614","35.153"],["71.113","34.732"],["71.157","34.349"],["70.883","33.989"],["69.929","34.020"],["70.325","33.359"],["69.688","33.105"],["69.263","32.503"],["69.317","31.902"],["68.928","31.621"],["68.557","31.713"],["67.794","31.582"],["67.682","31.303"],["66.937","31.304"],["66.383","30.738"],["66.347","29.888"],["65.047","29.473"],["64.349","29.559"],["64.147","29.341"],["63.550","29.469"],["62.549","29.318"],["60.875","29.828"],["61.782","30.737"],["61.699","31.379"],["60.943","31.548"],["60.864","32.183"],["60.536","32.982"],["60.965","33.529"],["60.529","33.677"],["60.803","34.404"],["61.210","35.651"]]]}},{"type":"Feature","id":"24.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["23.913","-10.926"],["24.018","-11.237"],["23.902","-11.722"],["24.079","-12.191"],["23.931","-12.566"],["24.018","-12.911"],["21.933","-12.899"],["21.886","-16.080"],["22.563","-16.898"],["23.215","-17.523"],["21.379","-17.931"],["18.956","-17.789"],["18.265","-17.310"],["14.211","-17.353"],["14.060","-17.423"],["13.462","-16.971"],["12.814","-16.942"],["12.217","-17.112"],["11.734","-17.303"],["11.641","-16.672"],["11.778","-15.794"],["12.123","-14.879"],["12.177","-14.450"],["12.501","-13.548"],["12.739","-13.139"],["13.311","-12.484"],["13.635","-12.040"],["13.740","-11.298"],["13.686","-10.732"],["13.387","-10.374"],["13.120","-9.766"],["12.876","-9.167"],["12.930","-8.959"],["13.236","-8.563"],["12.933","-7.596"],["12.728","-6.927"],["12.228","-6.295"],["12.321","-6.101"],["12.735","-5.965"],["13.023","-5.984"],["13.376","-5.865"],["16.328","-5.877"],["16.573","-6.623"],["16.861","-7.223"],["17.091","-7.546"],["17.473","-8.068"],["18.135","-7.988"],["18.463","-7.848"],["19.017","-7.988"],["19.168","-7.738"],["19.417","-7.155"],["20.036","-7.117"],["20.090","-6.943"],["20.601","-6.939"],["20.515","-7.299"],["21.728","-7.290"],["21.746","-7.921"],["21.948","-8.306"],["21.800","-8.909"],["21.876","-9.523"],["22.210","-9.895"],["22.156","-11.084"],["22.401","-10.992"],["22.837","-11.018"],["23.456","-10.867"],["23.913","-10.926"]]],[[["12.181","-5.790"],["11.914","-5.038"],["12.318","-4.606"],["12.620","-4.437"],["12.994","-4.781"],["12.631","-4.991"],["12.469","-5.248"],["12.436","-5.684"],["12.181","-5.790"]]]]}},{"type":"Feature","id":"8.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["20.590","41.855"],["20.464","41.515"],["20.605","41.086"],["21.019","40.843"],["21.001","40.581"],["20.673","40.435"],["20.616","40.110"],["20.151","39.626"],["19.978","39.695"],["19.960","39.916"],["19.406","40.251"],["19.320","40.727"],["19.402","41.409"],["19.539","41.720"],["19.370","41.878"],["19.305","42.196"],["19.737","42.689"],["19.802","42.500"],["20.072","42.588"],["20.284","42.321"],["20.522","42.218"],["20.590","41.855"]]]}},{"type":"Feature","id":"784.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["51.580","24.246"],["51.756","24.294"],["51.796","24.020"],["52.577","24.178"],["53.405","24.152"],["54.010","24.122"],["54.694","24.798"],["55.439","25.439"],["56.072","26.055"],["56.260","25.715"],["56.396","24.925"],["55.885","24.921"],["55.802","24.270"],["55.982","24.131"],["55.529","23.933"],["55.525","23.525"],["55.234","23.112"],["55.208","22.709"],["55.007","22.497"],["52.001","23.001"],["51.619","24.015"],["51.580","24.246"]]]}},{"type":"Feature","id":"32.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["-66.959","-54.897"],["-67.564","-54.870"],["-68.633","-54.870"],["-68.633","-52.636"],["-68.251","-53.100"],["-67.751","-53.850"],["-66.451","-54.449"],["-65.051","-54.699"],["-65.501","-55.199"],["-66.451","-55.250"],["-66.959","-54.897"]]],[[["-62.686","-22.248"],["-60.846","-23.880"],["-60.029","-24.033"],["-58.808","-24.771"],["-57.779","-25.162"],["-57.635","-25.603"],["-58.618","-27.124"],["-57.610","-27.395"],["-56.486","-27.548"],["-55.694","-27.388"],["-54.787","-26.622"],["-54.625","-25.739"],["-54.128","-25.547"],["-53.628","-26.124"],["-53.650","-26.923"],["-54.492","-27.475"],["-55.162","-27.881"],["-56.292","-28.852"],["-57.624","-30.217"],["-57.876","-31.017"],["-58.142","-32.045"],["-58.132","-33.040"],["-58.351","-33.263"],["-58.427","-33.909"],["-58.495","-34.431"],["-57.224","-35.287"],["-57.361","-35.977"],["-56.738","-36.413"],["-56.789","-36.902"],["-57.750","-38.184"],["-59.233","-38.720"],["-61.238","-38.929"],["-62.336","-38.828"],["-62.124","-39.424"],["-62.329","-40.172"],["-62.146","-40.677"],["-62.747","-41.028"],["-63.769","-41.167"],["-64.730","-40.802"],["-65.119","-41.065"],["-64.979","-42.058"],["-64.302","-42.358"],["-63.755","-42.044"],["-63.460","-42.563"],["-64.378","-42.874"],["-65.180","-43.496"],["-65.328","-44.501"],["-65.566","-45.038"],["-66.509","-45.039"],["-67.294","-45.552"],["-67.582","-46.302"],["-66.599","-47.035"],["-65.641","-47.236"],["-65.987","-48.134"],["-67.168","-48.698"],["-67.816","-49.870"],["-68.730","-50.264"],["-69.137","-50.733"],["-68.816","-51.772"],["-68.150","-52.350"],["-68.572","-52.300"],["-69.497","-52.143"],["-71.916","-52.010"],["-72.330","-51.426"],["-72.309","-50.678"],["-72.975","-50.742"],["-73.327","-50.379"],["-73.414","-49.318"],["-72.647","-48.879"],["-72.330","-48.245"],["-72.449","-47.738"],["-71.916","-46.885"],["-71.553","-45.560"],["-71.661","-44.973"],["-71.221","-44.784"],["-71.329","-44.407"],["-71.794","-44.208"],["-71.463","-43.787"],["-71.916","-43.409"],["-72.150","-42.254"],["-71.747","-42.051"],["-71.916","-40.832"],["-71.682","-39.807"],["-71.412","-38.917"],["-70.815","-38.554"],["-71.117","-37.576"],["-71.121","-36.657"],["-70.365","-36.005"],["-70.390","-35.169"],["-69.817","-34.193"],["-69.814","-33.273"],["-70.073","-33.091"],["-70.534","-31.365"],["-69.918","-30.337"],["-70.015","-29.368"],["-69.655","-28.460"],["-69.000","-27.522"],["-68.294","-26.900"],["-68.593","-26.508"],["-68.384","-26.185"],["-68.417","-24.518"],["-67.330","-24.025"],["-66.984","-22.986"],["-67.106","-22.736"],["-66.275","-21.831"],["-64.964","-22.076"],["-64.378","-22.799"],["-63.985","-21.993"],["-62.848","-22.035"],["-62.686","-22.248"]]]]}},{"type":"Feature","id":"51.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["43.584","41.093"],["44.973","41.248"],["45.179","40.985"],["45.560","40.812"],["45.359","40.562"],["45.891","40.218"],["45.611","39.900"],["46.035","39.627"],["46.482","39.464"],["46.507","38.771"],["46.143","38.742"],["45.737","39.320"],["45.740","39.475"],["45.297","39.471"],["45.002","39.740"],["44.793","39.712"],["44.401","40.004"],["43.656","40.254"],["43.753","40.740"],["43.584","41.093"]]]}},{"type":"Feature","id":"260.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["70.282","-49.710"],["68.744","-49.775"],["68.719","-49.243"],["68.867","-48.830"],["68.935","-48.625"],["69.580","-48.939"],["70.527","-49.064"],["70.559","-49.255"],["70.282","-49.710"]]]}},{"type":"Feature","id":"36.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["145.396","-40.792"],["146.365","-41.138"],["146.908","-41.000"],["147.690","-40.808"],["148.287","-40.875"],["148.359","-42.063"],["148.017","-42.407"],["147.913","-43.211"],["147.564","-42.938"],["146.869","-43.635"],["146.664","-43.581"],["146.048","-43.549"],["145.432","-42.693"],["145.296","-42.034"],["144.720","-41.162"],["144.745","-40.703"],["145.396","-40.792"]]],[[["143.560","-13.764"],["143.920","-14.549"],["144.565","-14.172"],["144.896","-14.594"],["145.375","-14.985"],["145.270","-15.427"],["145.486","-16.285"],["145.638","-16.785"],["145.890","-16.907"],["146.160","-17.761"],["146.062","-18.280"],["146.386","-18.958"],["147.470","-19.480"],["148.179","-19.956"],["148.849","-20.392"],["148.716","-20.633"],["149.288","-21.260"],["149.677","-22.342"],["150.077","-22.123"],["150.483","-22.556"],["150.728","-22.403"],["150.901","-23.462"],["151.610","-24.077"],["152.075","-24.459"],["152.856","-25.268"],["153.137","-26.072"],["153.162","-26.641"],["153.093","-27.260"],["153.569","-28.111"],["153.511","-28.994"],["153.338","-29.458"],["153.068","-30.351"],["153.090","-30.924"],["152.892","-31.641"],["152.449","-32.551"],["151.711","-33.042"],["151.344","-33.817"],["151.009","-34.310"],["150.714","-35.173"],["150.329","-35.671"],["150.077","-36.420"],["149.947","-37.109"],["149.997","-37.425"],["149.425","-37.772"],["148.305","-37.809"],["147.380","-38.219"],["146.923","-38.606"],["146.318","-39.036"],["145.490","-38.594"],["144.878","-38.418"],["145.033","-37.896"],["144.486","-38.085"],["143.611","-38.809"],["142.747","-38.538"],["142.178","-38.380"],["141.606","-38.309"],["140.637","-38.019"],["139.993","-37.402"],["139.806","-36.644"],["139.575","-36.138"],["139.082","-35.734"],["138.121","-35.612"],["138.448","-35.128"],["138.207","-34.384"],["137.718","-35.077"],["136.828","-35.261"],["137.354","-34.707"],["137.505","-34.131"],["137.890","-33.641"],["137.811","-32.900"],["136.998","-33.752"],["136.371","-34.094"],["135.990","-34.890"],["135.208","-34.478"],["135.241","-33.949"],["134.614","-33.223"],["134.085","-32.848"],["134.272","-32.617"],["132.991","-32.011"],["132.289","-31.983"],["131.328","-31.497"],["129.535","-31.590"],["128.242","-31.948"],["127.101","-32.282"],["126.147","-32.216"],["125.089","-32.730"],["124.221","-32.959"],["124.030","-33.483"],["123.659","-33.889"],["122.810","-33.914"],["122.183","-34.004"],["121.298","-33.822"],["120.581","-33.929"],["119.894","-33.976"],["119.300","-34.509"],["119.008","-34.464"],["118.504","-34.747"],["118.025","-35.065"],["117.295","-35.025"],["116.625","-35.025"],["115.563","-34.386"],["115.027","-34.197"],["115.048","-33.624"],["115.545","-33.487"],["115.714","-33.259"],["115.678","-32.900"],["115.801","-32.205"],["115.689","-31.613"],["115.160","-30.602"],["114.998","-30.031"],["115.041","-29.461"],["114.641","-28.810"],["114.616","-28.517"],["114.173","-28.117"],["114.047","-27.334"],["113.479","-26.542"],["113.338","-26.117"],["113.777","-26.549"],["113.443","-25.620"],["113.936","-25.910"],["114.235","-26.298"],["114.217","-25.787"],["113.720","-24.999"],["113.626","-24.684"],["113.392","-24.384"],["113.504","-23.806"],["113.705","-23.561"],["113.842","-23.059"],["113.738","-22.476"],["114.148","-21.755"],["114.224","-22.517"],["114.649","-21.830"],["115.459","-21.495"],["115.948","-21.069"],["116.711","-20.701"],["117.165","-20.623"],["117.442","-20.746"],["118.231","-20.375"],["118.835","-20.263"],["118.987","-20.045"],["119.253","-19.953"],["119.804","-19.977"],["120.855","-19.683"],["121.399","-19.239"],["121.654","-18.706"],["122.241","-18.197"],["122.288","-17.799"],["122.313","-17.254"],["123.011","-16.405"],["123.433","-17.268"],["123.861","-17.068"],["123.505","-16.596"],["123.818","-16.112"],["124.257","-16.329"],["124.379","-15.566"],["124.927","-15.075"],["125.168","-14.681"],["125.672","-14.510"],["125.686","-14.231"],["126.125","-14.347"],["126.143","-14.095"],["126.583","-13.953"],["127.065","-13.818"],["127.803","-14.276"],["128.361","-14.870"],["128.984","-14.875"],["129.621","-14.969"],["129.409","-14.420"],["129.887","-13.618"],["130.341","-13.357"],["130.183","-13.107"],["130.618","-12.536"],["131.223","-12.184"],["131.734","-12.302"],["132.577","-12.114"],["132.559","-11.604"],["131.824","-11.274"],["132.357","-11.128"],["133.020","-11.376"],["133.552","-11.786"],["134.395","-12.043"],["134.679","-11.941"],["135.298","-12.248"],["135.882","-11.963"],["136.260","-12.050"],["136.494","-11.857"],["136.951","-12.352"],["136.684","-12.887"],["136.306","-13.291"],["135.961","-13.324"],["136.076","-13.724"],["135.784","-14.224"],["135.428","-14.715"],["135.500","-14.998"],["136.296","-15.551"],["137.066","-15.870"],["137.581","-16.216"],["138.304","-16.808"],["138.585","-16.806"],["139.107","-17.063"],["139.262","-17.372"],["140.216","-17.711"],["140.875","-17.369"],["141.073","-16.832"],["141.274","-16.389"],["141.397","-15.841"],["141.703","-15.045"],["141.562","-14.561"],["141.634","-14.271"],["141.519","-13.698"],["141.652","-12.944"],["141.843","-12.741"],["141.688","-12.408"],["141.930","-11.878"],["142.117","-11.328"],["142.142","-11.043"],["142.516","-10.668"],["142.797","-11.157"],["142.866","-11.784"],["143.118","-11.906"],["143.157","-12.326"],["143.521","-12.835"],["143.596","-13.401"],["143.560","-13.764"]]]]}},{"type":"Feature","id":"40.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["16.980","48.124"],["16.904","47.714"],["16.342","47.712"],["16.533","47.495"],["16.202","46.853"],["16.011","46.684"],["15.136","46.658"],["14.632","46.433"],["13.808","46.509"],["12.375","46.768"],["12.152","47.115"],["11.166","46.941"],["11.050","46.752"],["10.442","46.893"],["9.931","46.921"],["9.481","47.103"],["9.632","47.348"],["9.596","47.525"],["9.895","47.580"],["10.402","47.303"],["10.543","47.567"],["11.425","47.523"],["12.141","47.704"],["12.620","47.672"],["12.933","47.468"],["13.027","47.638"],["12.883","48.289"],["13.243","48.416"],["13.596","48.878"],["14.337","48.555"],["14.902","48.964"],["15.255","49.039"],["16.029","48.733"],["16.501","48.786"],["16.962","48.596"],["16.879","48.469"],["16.980","48.124"]]]}},{"type":"Feature","id":"31.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["46.143","38.742"],["45.459","38.874"],["44.952","39.336"],["44.793","39.712"],["45.002","39.740"],["45.297","39.471"],["45.740","39.475"],["45.737","39.320"],["46.143","38.742"]]],[[["48.584","41.808"],["49.110","41.282"],["49.617","40.574"],["50.086","40.527"],["50.392","40.256"],["49.571","40.176"],["49.394","39.400"],["49.221","39.049"],["48.858","38.815"],["48.883","38.320"],["48.635","38.271"],["48.012","38.794"],["48.354","39.289"],["48.059","39.582"],["47.684","39.508"],["46.507","38.771"],["46.482","39.464"],["46.035","39.627"],["45.611","39.900"],["45.891","40.218"],["45.359","40.562"],["45.560","40.812"],["45.179","40.985"],["44.973","41.248"],["45.218","41.411"],["45.963","41.124"],["46.500","41.065"],["46.637","41.182"],["46.147","41.723"],["46.406","41.860"],["46.687","41.827"],["47.375","41.220"],["47.814","41.152"],["47.987","41.406"],["48.584","41.808"]]]]}},{"type":"Feature","id":"108.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["29.338","-4.500"],["29.277","-3.295"],["29.025","-2.840"],["29.634","-2.918"],["29.940","-2.348"],["30.469","-2.414"],["30.527","-2.808"],["30.743","-3.034"],["30.753","-3.359"],["30.505","-3.569"],["30.116","-4.090"],["29.752","-4.453"],["29.338","-4.500"]]]}},{"type":"Feature","id":"56.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["3.314","51.345"],["4.048","51.267"],["4.973","51.475"],["5.607","51.038"],["6.158","50.803"],["6.043","50.128"],["5.783","50.090"],["5.675","49.529"],["4.801","49.985"],["4.286","49.907"],["3.587","50.380"],["3.123","50.781"],["2.659","50.796"],["2.515","51.149"],["3.314","51.345"]]]}},{"type":"Feature","id":"204.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["2.691","6.259"],["1.867","6.141"],["1.618","6.832"],["1.665","9.128"],["1.463","9.335"],["1.424","9.826"],["1.078","10.175"],["0.772","10.470"],["0.898","10.996"],["1.244","11.111"],["1.445","11.547"],["1.935","11.641"],["2.155","11.939"],["2.489","12.233"],["2.849","12.236"],["3.613","11.660"],["3.573","11.328"],["3.796","10.734"],["3.602","10.331"],["3.706","10.064"],["3.220","9.444"],["2.911","9.138"],["2.723","8.506"],["2.749","7.871"],["2.691","6.259"]]]}},{"type":"Feature","id":"854.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-2.828","9.642"],["-3.512","9.901"],["-3.980","9.863"],["-4.329","9.611"],["-4.779","9.823"],["-4.955","10.153"],["-5.405","10.371"],["-5.470","10.951"],["-5.197","11.375"],["-5.222","11.714"],["-4.426","12.542"],["-4.279","13.228"],["-4.005","13.473"],["-3.523","13.337"],["-3.105","13.540"],["-2.968","13.797"],["-2.191","14.247"],["-2.000","14.560"],["-1.067","14.973"],["-0.517","15.115"],["-0.265","14.924"],["0.376","14.930"],["0.297","14.443"],["0.430","13.988"],["0.992","13.336"],["1.024","12.851"],["2.176","12.625"],["2.155","11.939"],["1.935","11.641"],["1.445","11.547"],["1.244","11.111"],["0.898","10.996"],["0.023","11.019"],["-0.437","11.099"],["-0.761","10.937"],["-1.204","11.010"],["-2.939","10.963"],["-2.965","10.396"],["-2.828","9.642"]]]}},{"type":"Feature","id":"50.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["92.674","22.040"],["92.652","21.323"],["92.303","21.476"],["92.368","20.670"],["92.084","21.193"],["92.026","21.702"],["91.835","22.183"],["91.418","22.765"],["90.496","22.804"],["90.586","22.393"],["90.273","21.836"],["89.848","22.039"],["89.700","21.856"],["89.419","21.966"],["89.031","22.056"],["88.876","22.879"],["88.530","23.631"],["88.699","24.234"],["88.084","24.501"],["88.307","24.866"],["88.930","25.239"],["88.210","25.769"],["88.563","26.446"],["89.355","26.015"],["89.833","25.965"],["89.920","25.270"],["90.874","25.133"],["91.799","25.147"],["92.375","24.977"],["91.914","24.131"],["91.468","24.072"],["91.158","23.504"],["91.706","22.985"],["91.871","23.624"],["92.145","23.628"],["92.674","22.040"]]]}},{"type":"Feature","id":"100.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["22.657","44.234"],["22.945","43.824"],["23.334","43.897"],["24.100","43.741"],["25.569","43.689"],["26.066","43.944"],["27.243","44.175"],["27.970","43.812"],["28.557","43.708"],["28.039","43.293"],["27.675","42.578"],["27.996","42.008"],["27.135","42.142"],["26.116","41.827"],["26.106","41.329"],["25.198","41.234"],["24.493","41.584"],["23.694","41.308"],["22.952","41.338"],["22.880","41.999"],["22.380","42.321"],["22.545","42.461"],["22.437","42.581"],["22.606","42.899"],["22.984","43.211"],["22.498","43.642"],["22.412","44.008"],["22.657","44.234"]]]}},{"type":"Feature","id":"44.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["-77.536","23.760"],["-77.781","23.709"],["-78.033","24.286"],["-78.407","24.576"],["-78.191","25.209"],["-77.889","25.170"],["-77.539","24.340"],["-77.536","23.760"]]],[[["-77.820","26.580"],["-78.911","26.420"],["-78.979","26.790"],["-78.511","26.870"],["-77.849","26.840"],["-77.820","26.580"]]],[[["-76.999","26.590"],["-77.172","25.880"],["-77.356","26.007"],["-77.341","26.529"],["-77.788","26.925"],["-77.791","27.040"],["-76.999","26.590"]]]]}},{"type":"Feature","id":"70.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["19.006","44.859"],["19.366","44.863"],["19.118","44.424"],["19.600","44.038"],["19.453","43.567"],["19.219","43.524"],["19.032","43.432"],["18.708","43.199"],["18.560","42.651"],["17.674","43.029"],["17.296","43.446"],["16.915","43.668"],["16.458","44.041"],["16.238","44.351"],["15.748","44.819"],["15.961","45.234"],["16.317","45.003"],["16.533","45.212"],["17.001","45.234"],["17.862","45.068"],["18.553","45.082"],["19.006","44.859"]]]}},{"type":"Feature","id":"112.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["23.485","53.913"],["24.450","53.906"],["25.537","54.283"],["25.767","54.848"],["26.588","55.167"],["26.494","55.615"],["27.103","55.783"],["28.176","56.169"],["29.230","55.919"],["29.371","55.671"],["29.896","55.789"],["30.876","55.551"],["30.973","55.082"],["30.757","54.811"],["31.383","54.156"],["31.790","53.974"],["31.733","53.793"],["32.406","53.618"],["32.694","53.351"],["32.305","53.132"],["31.499","53.167"],["31.304","53.075"],["31.542","52.741"],["31.787","52.102"],["30.926","52.043"],["30.620","51.823"],["30.555","51.319"],["30.156","51.416"],["29.256","51.368"],["28.993","51.602"],["28.618","51.428"],["28.240","51.573"],["27.456","51.592"],["26.340","51.833"],["25.328","51.911"],["24.554","51.889"],["24.007","51.618"],["23.528","51.578"],["23.506","52.024"],["23.200","52.488"],["23.798","52.691"],["23.805","53.090"],["23.528","53.471"],["23.485","53.913"]]]}},{"type":"Feature","id":"84.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-89.142","17.809"],["-89.149","17.956"],["-89.031","18.001"],["-88.847","17.883"],["-88.491","18.488"],["-88.300","18.500"],["-88.296","18.354"],["-88.105","18.349"],["-88.123","18.076"],["-88.285","17.644"],["-88.199","17.489"],["-88.303","17.131"],["-88.239","17.036"],["-88.354","16.531"],["-88.552","16.265"],["-88.732","16.234"],["-88.930","15.888"],["-89.229","15.886"],["-89.149","17.015"],["-89.142","17.809"]]]}},{"type":"Feature","id":"68.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-67.106","-22.736"],["-67.826","-22.873"],["-68.219","-21.495"],["-68.759","-20.373"],["-68.442","-19.406"],["-68.968","-18.982"],["-69.101","-18.260"],["-69.590","-17.581"],["-68.960","-16.500"],["-69.389","-15.660"],["-69.162","-15.323"],["-69.338","-14.953"],["-68.950","-14.453"],["-68.928","-13.602"],["-68.881","-12.899"],["-68.665","-12.560"],["-69.529","-10.952"],["-68.788","-11.036"],["-68.273","-11.015"],["-68.050","-10.713"],["-67.175","-10.307"],["-66.646","-9.931"],["-65.339","-9.761"],["-65.443","-10.511"],["-65.321","-10.895"],["-65.404","-11.565"],["-64.316","-12.461"],["-63.197","-12.626"],["-62.804","-13.002"],["-62.128","-13.199"],["-61.714","-13.489"],["-61.084","-13.479"],["-60.504","-13.776"],["-60.461","-14.354"],["-60.263","-14.646"],["-60.252","-15.077"],["-60.544","-15.094"],["-60.158","-16.259"],["-58.240","-16.299"],["-58.387","-16.877"],["-58.279","-17.271"],["-57.736","-17.553"],["-57.498","-18.174"],["-57.674","-18.961"],["-57.952","-19.400"],["-57.854","-19.970"],["-58.168","-20.177"],["-58.182","-19.869"],["-59.114","-19.357"],["-60.043","-19.343"],["-61.786","-19.633"],["-62.264","-20.513"],["-62.290","-21.052"],["-62.686","-22.248"],["-62.848","-22.035"],["-63.985","-21.993"],["-64.378","-22.799"],["-64.964","-22.076"],["-66.275","-21.831"],["-67.106","-22.736"]]]}},{"type":"Feature","id":"76.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-57.624","-30.217"],["-56.292","-28.852"],["-55.162","-27.881"],["-54.492","-27.475"],["-53.650","-26.923"],["-53.628","-26.124"],["-54.128","-25.547"],["-54.625","-25.739"],["-54.431","-25.162"],["-54.294","-24.572"],["-54.294","-24.021"],["-54.654","-23.839"],["-55.028","-24.002"],["-55.399","-23.957"],["-55.518","-23.571"],["-55.612","-22.656"],["-55.799","-22.358"],["-56.472","-22.087"],["-56.882","-22.283"],["-57.937","-22.090"],["-57.872","-20.732"],["-58.168","-20.177"],["-57.854","-19.970"],["-57.952","-19.400"],["-57.674","-18.961"],["-57.498","-18.174"],["-57.736","-17.553"],["-58.279","-17.271"],["-58.387","-16.877"],["-58.240","-16.299"],["-60.158","-16.259"],["-60.544","-15.094"],["-60.252","-15.077"],["-60.263","-14.646"],["-60.461","-14.354"],["-60.504","-13.776"],["-61.084","-13.479"],["-61.714","-13.489"],["-62.128","-13.199"],["-62.804","-13.002"],["-63.197","-12.626"],["-64.316","-12.461"],["-65.404","-11.565"],["-65.321","-10.895"],["-65.443","-10.511"],["-65.339","-9.761"],["-66.646","-9.931"],["-67.175","-10.307"],["-68.050","-10.713"],["-68.273","-11.015"],["-68.788","-11.036"],["-69.529","-10.952"],["-70.095","-11.124"],["-70.548","-11.010"],["-70.483","-9.490"],["-71.304","-10.079"],["-72.186","-10.053"],["-72.564","-9.520"],["-73.227","-9.463"],["-73.014","-9.034"],["-73.572","-8.424"],["-73.986","-7.525"],["-73.723","-7.341"],["-73.723","-6.919"],["-73.119","-6.630"],["-73.219","-6.089"],["-72.964","-5.741"],["-72.892","-5.274"],["-71.747","-4.594"],["-70.930","-4.401"],["-70.797","-4.251"],["-69.893","-4.298"],["-69.443","-1.556"],["-69.421","-1.122"],["-69.576","-0.549"],["-70.019","-0.185"],["-70.015","0.541"],["-69.454","0.706"],["-69.252","0.602"],["-69.220","0.986"],["-69.803","1.090"],["-69.817","1.715"],["-67.870","1.692"],["-67.538","2.036"],["-67.261","1.720"],["-67.063","1.130"],["-66.876","1.253"],["-66.325","0.725"],["-65.548","0.790"],["-65.353","1.095"],["-64.612","1.330"],["-64.198","1.493"],["-64.082","1.916"],["-63.370","2.201"],["-63.424","2.411"],["-64.270","2.496"],["-64.410","3.127"],["-64.367","3.797"],["-64.817","4.056"],["-64.630","4.148"],["-63.888","4.021"],["-63.092","3.771"],["-62.804","4.007"],["-62.084","4.162"],["-60.968","4.537"],["-60.601","4.919"],["-60.734","5.200"],["-60.212","5.245"],["-59.982","5.014"],["-60.112","4.575"],["-59.766","4.424"],["-59.539","3.959"],["-59.816","3.606"],["-59.975","2.755"],["-59.719","2.250"],["-59.647","1.786"],["-59.032","1.317"],["-58.538","1.269"],["-58.430","1.463"],["-58.114","1.507"],["-57.660","1.682"],["-57.336","1.948"],["-56.782","1.864"],["-56.540","1.899"],["-55.997","1.818"],["-55.907","2.022"],["-56.072","2.220"],["-55.972","2.510"],["-55.568","2.422"],["-55.097","2.524"],["-54.524","2.312"],["-54.089","2.106"],["-53.779","2.377"],["-53.556","2.335"],["-53.419","2.054"],["-52.940","2.125"],["-52.555","2.505"],["-52.249","3.241"],["-51.659","4.157"],["-51.317","4.203"],["-51.068","3.651"],["-50.510","1.901"],["-49.974","1.736"],["-49.949","1.047"],["-50.698","0.223"],["-50.388","-0.079"],["-48.620","-0.235"],["-48.584","-1.239"],["-47.825","-0.582"],["-46.568","-0.942"],["-44.905","-1.551"],["-44.419","-2.138"],["-44.581","-2.692"],["-43.418","-2.383"],["-41.474","-2.913"],["-39.980","-2.873"],["-38.501","-3.701"],["-37.223","-4.821"],["-36.452","-5.109"],["-35.599","-5.149"],["-35.235","-5.465"],["-34.897","-6.738"],["-34.731","-7.342"],["-35.127","-8.997"],["-35.639","-9.650"],["-37.046","-11.041"],["-37.683","-12.171"],["-38.425","-13.038"],["-38.673","-13.057"],["-38.954","-13.793"],["-38.882","-15.667"],["-39.159","-17.209"],["-39.267","-17.867"],["-39.584","-18.263"],["-39.761","-19.598"],["-40.776","-20.904"],["-40.945","-21.937"],["-41.755","-22.371"],["-41.989","-22.971"],["-43.076","-22.967"],["-44.649","-23.353"],["-45.351","-23.797"],["-46.471","-24.089"],["-47.648","-24.886"],["-48.494","-25.877"],["-48.642","-26.624"],["-48.476","-27.176"],["-48.660","-28.187"],["-48.887","-28.675"],["-49.589","-29.225"],["-50.698","-30.984"],["-51.576","-31.778"],["-52.256","-32.245"],["-52.714","-33.197"],["-53.372","-33.768"],["-53.650","-33.202"],["-53.210","-32.728"],["-53.786","-32.047"],["-54.571","-31.495"],["-55.601","-30.854"],["-55.972","-30.884"],["-56.976","-30.109"],["-57.624","-30.217"]]]}},{"type":"Feature","id":"96.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["114.206","4.526"],["114.602","4.900"],["115.451","5.448"],["115.405","4.955"],["115.347","4.316"],["114.868","4.348"],["114.659","4.007"],["114.206","4.526"]]]}},{"type":"Feature","id":"64.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["91.698","27.773"],["92.105","27.453"],["92.033","26.838"],["91.216","26.809"],["90.374","26.876"],["89.743","26.720"],["88.836","27.099"],["88.815","27.298"],["89.477","28.043"],["90.017","28.297"],["90.730","28.064"],["91.259","28.040"],["91.698","27.773"]]]}},{"type":"Feature","id":"72.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["29.432","-22.092"],["28.017","-22.828"],["27.121","-23.575"],["26.786","-24.240"],["26.487","-24.617"],["25.940","-24.697"],["25.767","-25.174"],["25.666","-25.487"],["25.026","-25.719"],["24.212","-25.671"],["23.733","-25.389"],["23.312","-25.268"],["22.826","-25.501"],["22.581","-25.980"],["22.106","-26.280"],["21.606","-26.727"],["20.889","-26.829"],["20.666","-26.478"],["20.760","-25.869"],["20.166","-24.917"],["19.896","-24.768"],["19.896","-21.849"],["20.882","-21.814"],["20.911","-18.253"],["21.656","-18.220"],["23.197","-17.869"],["23.578","-18.282"],["24.216","-17.890"],["24.522","-17.888"],["25.083","-17.662"],["25.263","-17.737"],["25.648","-18.536"],["25.850","-18.714"],["26.163","-19.293"],["27.297","-20.392"],["27.726","-20.500"],["27.726","-20.852"],["28.021","-21.486"],["28.795","-21.639"],["29.432","-22.092"]]]}},{"type":"Feature","id":"140.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["15.280","7.421"],["16.105","7.498"],["16.292","7.755"],["16.458","7.735"],["16.706","7.508"],["17.966","7.892"],["18.391","8.281"],["18.913","8.631"],["18.812","8.982"],["19.093","9.074"],["20.061","9.013"],["21.001","9.475"],["21.724","10.568"],["22.232","10.972"],["22.866","11.142"],["22.977","10.715"],["23.553","10.090"],["23.557","9.682"],["23.395","9.265"],["23.460","8.954"],["23.805","8.666"],["24.568","8.229"],["25.116","7.826"],["25.123","7.499"],["25.796","6.980"],["26.214","6.546"],["26.466","5.947"],["27.214","5.551"],["27.373","5.233"],["27.045","5.127"],["26.404","5.152"],["25.652","5.256"],["25.278","5.171"],["25.130","4.928"],["24.806","4.898"],["24.410","5.108"],["23.298","4.610"],["22.840","4.710"],["22.704","4.632"],["22.405","4.030"],["21.660","4.224"],["20.929","4.323"],["20.292","4.691"],["19.467","5.032"],["18.931","4.709"],["18.542","4.202"],["18.452","3.504"],["17.811","3.561"],["17.134","3.728"],["16.537","3.198"],["16.011","2.267"],["15.907","2.557"],["15.864","3.014"],["15.406","3.335"],["15.036","3.851"],["14.953","4.210"],["14.478","4.733"],["14.560","5.030"],["14.460","5.452"],["14.535","6.226"],["14.776","6.409"],["15.280","7.421"]]]}},{"type":"Feature","id":"124.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["-63.665","46.551"],["-62.938","46.415"],["-62.012","46.443"],["-62.506","46.033"],["-62.873","45.969"],["-64.144","46.393"],["-64.392","46.728"],["-64.014","47.035"],["-63.665","46.551"]]],[[["-61.807","49.105"],["-62.293","49.088"],["-63.589","49.400"],["-64.518","49.873"],["-64.172","49.958"],["-62.858","49.706"],["-61.836","49.289"],["-61.807","49.105"]]],[[["-123.508","48.509"],["-124.012","48.371"],["-125.654","48.825"],["-125.956","49.180"],["-126.849","49.530"],["-127.029","49.815"],["-128.059","49.994"],["-128.444","50.539"],["-128.357","50.770"],["-127.310","50.553"],["-126.694","50.400"],["-125.755","50.295"],["-125.416","49.951"],["-124.919","49.475"],["-123.922","49.062"],["-123.508","48.509"]]],[[["-56.134","50.687"],["-56.796","49.812"],["-56.144","50.150"],["-55.471","49.935"],["-55.824","49.588"],["-54.935","49.313"],["-54.474","49.557"],["-53.477","49.249"],["-53.786","48.516"],["-53.088","48.688"],["-52.958","48.157"],["-52.649","47.535"],["-53.070","46.655"],["-53.520","46.618"],["-54.179","46.808"],["-53.963","47.626"],["-54.240","47.752"],["-55.399","46.886"],["-55.997","46.921"],["-55.291","47.389"],["-56.252","47.633"],["-57.325","47.573"],["-59.266","47.603"],["-59.420","47.900"],["-58.798","48.251"],["-59.233","48.523"],["-58.391","49.126"],["-57.358","50.718"],["-56.738","51.288"],["-55.871","51.632"],["-55.406","51.588"],["-55.601","51.317"],["-56.134","50.687"]]],[[["-132.710","54.040"],["-131.749","54.120"],["-132.051","52.984"],["-131.180","52.180"],["-131.580","52.182"],["-132.181","52.640"],["-132.552","53.101"],["-133.056","53.411"],["-133.239","53.851"],["-133.182","54.170"],["-132.710","54.040"]]],[[["-79.267","62.158"],["-79.656","61.634"],["-80.099","61.719"],["-80.362","62.016"],["-80.315","62.085"],["-79.930","62.386"],["-79.519","62.363"],["-79.267","62.158"]]],[[["-81.899","62.710"],["-83.069","62.160"],["-83.775","62.182"],["-83.994","62.453"],["-83.249","62.913"],["-81.877","62.905"],["-81.899","62.710"]]],[[["-85.161","65.657"],["-84.977","65.218"],["-84.462","65.372"],["-83.883","65.110"],["-82.788","64.766"],["-81.643","64.455"],["-81.553","63.980"],["-80.819","64.058"],["-80.103","63.726"],["-80.992","63.412"],["-82.547","63.651"],["-83.109","64.101"],["-84.099","63.570"],["-85.524","63.052"],["-85.866","63.638"],["-87.223","63.542"],["-86.352","64.035"],["-86.226","64.824"],["-85.884","65.739"],["-85.161","65.657"]]],[[["-75.865","67.149"],["-76.989","67.098"],["-77.237","67.588"],["-76.812","68.149"],["-75.894","68.288"],["-75.113","68.010"],["-75.102","67.583"],["-75.217","67.444"],["-75.865","67.149"]]],[[["-95.648","69.107"],["-96.270","68.757"],["-97.617","69.061"],["-98.430","68.951"],["-99.798","69.401"],["-98.916","69.710"],["-98.218","70.144"],["-97.156","69.859"],["-96.558","69.680"],["-96.256","69.489"],["-95.648","69.107"]]],[[["-81.388","67.110"],["-83.346","66.411"],["-84.736","66.258"],["-85.769","66.558"],["-86.068","66.056"],["-87.033","65.213"],["-87.324","64.775"],["-88.483","64.099"],["-89.913","64.033"],["-90.705","63.610"],["-90.770","62.960"],["-91.932","62.835"],["-93.156","62.024"],["-94.240","60.899"],["-94.629","60.111"],["-94.686","58.949"],["-93.214","58.782"],["-92.764","57.846"],["-92.296","57.088"],["-90.899","57.286"],["-89.038","56.851"],["-88.041","56.471"],["-87.324","55.999"],["-86.071","55.724"],["-85.013","55.302"],["-83.361","55.245"],["-82.273","55.148"],["-82.435","54.281"],["-82.126","53.278"],["-81.402","52.158"],["-79.912","51.208"],["-79.141","51.534"],["-78.601","52.562"],["-79.123","54.141"],["-79.829","54.667"],["-78.227","55.136"],["-77.097","55.837"],["-76.542","56.534"],["-76.625","57.202"],["-77.302","58.051"],["-78.519","58.805"],["-77.338","59.852"],["-77.773","60.758"],["-78.108","62.320"],["-77.410","62.551"],["-75.696","62.278"],["-74.667","62.181"],["-73.839","62.445"],["-72.910","62.104"],["-71.679","61.526"],["-71.373","61.137"],["-69.590","61.061"],["-69.619","60.222"],["-69.288","58.958"],["-68.374","58.801"],["-67.650","58.213"],["-66.203","58.767"],["-65.245","59.871"],["-64.583","60.335"],["-63.805","59.442"],["-62.502","58.168"],["-61.397","56.968"],["-61.800","56.339"],["-60.468","55.775"],["-59.568","55.204"],["-57.977","54.945"],["-57.332","54.627"],["-56.936","53.780"],["-56.159","53.648"],["-55.756","53.271"],["-55.684","52.147"],["-56.411","51.771"],["-57.127","51.420"],["-58.776","51.064"],["-60.032","50.242"],["-61.724","50.081"],["-63.863","50.291"],["-65.364","50.298"],["-66.397","50.229"],["-67.236","49.511"],["-68.510","49.069"],["-69.954","47.745"],["-71.106","46.822"],["-70.257","46.987"],["-68.651","48.299"],["-66.552","49.133"],["-65.058","49.234"],["-64.172","48.742"],["-65.116","48.070"],["-64.799","46.993"],["-64.471","46.238"],["-63.172","45.740"],["-61.519","45.884"],["-60.518","47.007"],["-60.450","46.283"],["-59.802","45.920"],["-61.040","45.266"],["-63.254","44.670"],["-64.248","44.265"],["-65.364","43.545"],["-66.124","43.620"],["-66.163","44.465"],["-64.424","45.292"],["-66.026","45.259"],["-67.139","45.137"],["-67.790","45.703"],["-67.790","47.066"],["-68.233","47.355"],["-68.906","47.184"],["-69.238","47.448"],["-70.001","46.693"],["-70.303","45.915"],["-70.660","45.460"],["-71.085","45.306"],["-71.405","45.255"],["-71.506","45.009"],["-73.349","45.007"],["-74.868","45.000"],["-75.318","44.816"],["-76.377","44.097"],["-76.499","44.019"],["-76.819","43.628"],["-77.737","43.628"],["-78.720","43.625"],["-79.170","43.467"],["-79.012","43.270"],["-78.922","42.965"],["-78.940","42.864"],["-80.247","42.366"],["-81.276","42.210"],["-82.439","41.675"],["-82.691","41.675"],["-83.029","41.833"],["-83.141","41.975"],["-83.119","42.079"],["-82.900","42.430"],["-82.428","42.981"],["-82.137","43.571"],["-82.338","44.439"],["-82.551","45.347"],["-83.595","45.816"],["-83.469","45.995"],["-83.616","46.117"],["-83.890","46.117"],["-84.091","46.275"],["-84.142","46.512"],["-84.336","46.408"],["-84.606","46.440"],["-84.545","46.539"],["-84.779","46.638"],["-84.876","46.900"],["-85.654","47.221"],["-86.460","47.553"],["-87.439","47.940"],["-88.379","48.303"],["-89.272","48.020"],["-89.599","48.009"],["-90.831","48.270"],["-91.641","48.140"],["-92.609","48.450"],["-93.632","48.608"],["-94.330","48.671"],["-94.640","48.839"],["-94.816","49.390"],["-95.154","49.385"],["-95.158","49.001"],["-97.228","49.001"],["-100.652","49.001"],["-104.050","48.999"],["-107.049","49.001"],["-110.051","49.001"],["-113.000","49.001"],["-116.049","49.001"],["-117.032","49.001"],["-120.002","49.001"],["-122.839","49.001"],["-122.975","49.003"],["-124.909","49.985"],["-125.625","50.416"],["-127.436","50.831"],["-127.994","51.717"],["-127.850","52.330"],["-129.131","52.755"],["-129.304","53.561"],["-130.514","54.288"],["-130.536","54.802"],["-129.981","55.285"],["-130.006","55.915"],["-131.709","56.553"],["-132.732","57.694"],["-133.354","58.411"],["-134.272","58.861"],["-134.946","59.270"],["-135.475","59.788"],["-136.479","59.463"],["-137.451","58.906"],["-138.340","59.562"],["-139.039","60.000"],["-140.014","60.277"],["-140.997","60.307"],["-140.994","66.001"],["-140.986","69.712"],["-139.122","69.470"],["-137.545","68.989"],["-136.504","68.897"],["-135.626","69.316"],["-134.416","69.627"],["-132.930","69.505"],["-131.432","69.944"],["-129.794","70.194"],["-129.106","69.779"],["-128.361","70.012"],["-128.138","70.484"],["-127.447","70.377"],["-125.755","69.481"],["-124.426","70.158"],["-124.289","69.399"],["-123.062","69.564"],["-122.684","69.856"],["-121.471","69.799"],["-119.944","69.378"],["-117.604","69.012"],["-116.225","68.842"],["-115.246","68.906"],["-113.900","68.399"],["-115.304","67.902"],["-113.497","67.689"],["-110.797","67.807"],["-109.947","67.980"],["-108.881","67.381"],["-107.794","67.887"],["-108.813","68.312"],["-108.168","68.654"],["-106.952","68.699"],["-106.149","68.800"],["-105.342","68.560"],["-104.338","68.019"],["-103.222","68.099"],["-101.454","67.647"],["-99.903","67.805"],["-98.445","67.782"],["-98.560","68.404"],["-97.671","68.578"],["-96.119","68.239"],["-96.126","67.293"],["-95.489","68.090"],["-94.686","68.064"],["-94.233","69.069"],["-95.306","69.686"],["-96.472","70.090"],["-96.393","71.195"],["-95.208","71.920"],["-93.891","71.761"],["-92.879","71.318"],["-91.518","70.191"],["-92.408","69.700"],["-90.546","69.498"],["-90.550","68.475"],["-89.214","69.258"],["-88.019","68.614"],["-88.318","67.873"],["-87.349","67.199"],["-86.305","67.921"],["-85.578","68.784"],["-85.521","69.882"],["-84.102","69.805"],["-82.623","69.658"],["-81.280","69.161"],["-81.219","68.666"],["-81.964","68.133"],["-81.258","67.597"],["-81.388","67.110"]]],[[["-109.000","68.779"],["-111.535","68.630"],["-113.313","68.536"],["-113.857","69.007"],["-115.221","69.279"],["-116.107","69.168"],["-117.341","69.960"],["-116.675","70.066"],["-115.131","70.238"],["-113.720","70.193"],["-112.417","70.366"],["-114.350","70.601"],["-116.488","70.521"],["-117.907","70.540"],["-118.432","70.910"],["-116.114","71.309"],["-117.655","71.295"],["-119.401","71.559"],["-118.562","72.308"],["-117.867","72.705"],["-115.189","73.315"],["-114.166","73.122"],["-114.667","72.653"],["-112.442","72.955"],["-111.052","72.450"],["-109.922","72.961"],["-109.007","72.634"],["-108.190","71.651"],["-107.686","72.065"],["-108.395","73.089"],["-107.517","73.237"],["-106.523","73.075"],["-105.404","72.672"],["-104.774","71.698"],["-104.464","70.993"],["-102.786","70.498"],["-100.979","70.024"],["-101.091","69.585"],["-102.732","69.503"],["-102.092","69.120"],["-102.430","68.753"],["-104.241","68.909"],["-105.962","69.180"],["-107.121","69.120"],["-109.000","68.779"]]],[[["-104.500","73.421"],["-105.378","72.759"],["-106.941","73.461"],["-106.599","73.600"],["-105.260","73.640"],["-104.500","73.421"]]],[[["-76.341","73.103"],["-76.251","72.827"],["-77.316","72.855"],["-78.393","72.877"],["-79.487","72.742"],["-79.775","72.803"],["-80.877","73.334"],["-80.833","73.693"],["-80.355","73.759"],["-78.065","73.652"],["-76.341","73.103"]]],[[["-86.561","73.157"],["-85.773","72.533"],["-84.851","73.341"],["-82.317","73.751"],["-80.599","72.716"],["-80.751","72.061"],["-78.771","72.353"],["-77.824","72.749"],["-75.606","72.243"],["-74.227","71.768"],["-74.098","71.330"],["-72.244","71.558"],["-71.200","70.920"],["-68.788","70.524"],["-67.916","70.122"],["-66.970","69.186"],["-68.806","68.720"],["-66.451","68.067"],["-64.864","67.847"],["-63.424","66.928"],["-61.850","66.862"],["-62.164","66.161"],["-63.917","64.999"],["-65.148","65.426"],["-66.721","66.388"],["-68.014","66.263"],["-68.140","65.690"],["-67.088","65.108"],["-65.731","64.648"],["-65.321","64.382"],["-64.669","63.393"],["-65.015","62.674"],["-66.275","62.945"],["-68.784","63.745"],["-67.369","62.884"],["-66.329","62.280"],["-66.167","61.931"],["-68.878","62.330"],["-71.023","62.910"],["-72.237","63.398"],["-71.887","63.679"],["-73.378","64.193"],["-74.836","64.679"],["-74.818","64.389"],["-77.709","64.230"],["-78.555","64.573"],["-77.896","65.310"],["-76.017","65.327"],["-73.961","65.456"],["-74.292","65.812"],["-73.947","66.310"],["-72.651","67.284"],["-72.928","67.727"],["-73.313","68.069"],["-74.843","68.555"],["-76.870","68.896"],["-76.229","69.147"],["-77.287","69.769"],["-78.169","69.826"],["-78.958","70.167"],["-79.494","69.871"],["-81.305","69.743"],["-84.945","69.967"],["-87.061","70.260"],["-88.681","70.412"],["-89.513","70.762"],["-88.469","71.219"],["-89.887","71.222"],["-90.204","72.235"],["-89.437","73.129"],["-88.408","73.537"],["-85.827","73.805"],["-86.561","73.157"]]],[[["-100.356","73.845"],["-99.165","73.633"],["-97.379","73.759"],["-97.120","73.469"],["-98.052","72.990"],["-96.540","72.560"],["-96.720","71.660"],["-98.358","71.273"],["-99.323","71.356"],["-100.014","71.738"],["-102.498","72.509"],["-102.480","72.830"],["-100.439","72.705"],["-101.541","73.360"],["-100.356","73.845"]]],[[["-93.196","72.771"],["-94.269","72.025"],["-95.410","72.061"],["-96.033","72.940"],["-96.018","73.438"],["-95.496","73.862"],["-94.503","74.134"],["-92.418","74.100"],["-90.510","73.857"],["-92.004","72.966"],["-93.196","72.771"]]],[[["-123.091","70.901"],["-123.620","71.341"],["-125.927","71.868"],["-125.499","72.292"],["-124.808","73.023"],["-123.940","73.680"],["-124.919","74.293"],["-121.539","74.449"],["-120.110","74.242"],["-117.557","74.187"],["-116.585","73.897"],["-115.513","73.475"],["-116.769","73.223"],["-119.221","72.520"],["-120.459","71.820"],["-120.459","71.384"],["-123.091","70.901"]]],[[["-93.614","74.980"],["-94.157","74.593"],["-95.608","74.668"],["-96.821","74.928"],["-96.288","75.378"],["-94.852","75.647"],["-93.977","75.296"],["-93.614","74.980"]]],[[["-98.499","76.720"],["-97.736","76.256"],["-97.703","75.744"],["-98.160","74.999"],["-99.809","74.897"],["-100.882","75.057"],["-100.864","75.640"],["-102.502","75.564"],["-102.567","76.336"],["-101.490","76.305"],["-99.982","76.647"],["-98.578","76.588"],["-98.499","76.720"]]],[[["-108.212","76.201"],["-107.819","75.845"],["-106.930","76.013"],["-105.882","75.970"],["-105.706","75.480"],["-106.314","75.004"],["-109.698","74.850"],["-112.222","74.418"],["-113.745","74.395"],["-113.871","74.720"],["-111.794","75.162"],["-116.312","75.043"],["-117.712","75.222"],["-116.348","76.199"],["-115.405","76.479"],["-112.589","76.142"],["-110.815","75.550"],["-109.068","75.473"],["-110.498","76.430"],["-109.580","76.795"],["-108.550","76.678"],["-108.212","76.201"]]],[[["-94.683","77.099"],["-93.574","76.776"],["-91.605","76.779"],["-90.741","76.449"],["-90.971","76.074"],["-89.823","75.848"],["-89.185","75.610"],["-87.839","75.565"],["-86.377","75.482"],["-84.790","75.699"],["-82.752","75.784"],["-81.129","75.715"],["-80.056","75.336"],["-79.833","74.923"],["-80.459","74.657"],["-81.949","74.442"],["-83.227","74.563"],["-86.097","74.411"],["-88.149","74.391"],["-89.765","74.515"],["-92.422","74.838"],["-92.768","75.386"],["-92.890","75.883"],["-93.894","76.319"],["-95.961","76.441"],["-97.120","76.751"],["-96.746","77.161"],["-94.683","77.099"]]],[[["-116.200","77.646"],["-116.337","76.876"],["-117.107","76.531"],["-118.040","76.480"],["-119.901","76.053"],["-121.499","75.900"],["-122.857","76.116"],["-121.157","76.864"],["-119.105","77.512"],["-117.572","77.498"],["-116.200","77.646"]]],[[["-93.840","77.521"],["-94.294","77.491"],["-96.170","77.555"],["-96.436","77.835"],["-94.424","77.819"],["-93.722","77.633"],["-93.840","77.521"]]],[[["-110.188","77.698"],["-112.053","77.409"],["-113.533","77.732"],["-112.726","78.050"],["-111.265","78.153"],["-109.853","77.996"],["-110.188","77.698"]]],[[["-109.662","78.602"],["-110.883","78.406"],["-112.543","78.408"],["-112.525","78.550"],["-111.499","78.851"],["-110.962","78.804"],["-109.662","78.602"]]],[[["-95.831","78.057"],["-97.311","77.851"],["-98.124","78.083"],["-98.553","78.458"],["-98.632","78.872"],["-97.336","78.832"],["-96.753","78.766"],["-95.558","78.418"],["-95.831","78.057"]]],[[["-100.061","78.325"],["-99.672","77.908"],["-101.303","78.019"],["-102.948","78.344"],["-105.177","78.380"],["-104.212","78.677"],["-105.418","78.918"],["-105.494","79.302"],["-103.528","79.165"],["-100.824","78.800"],["-100.061","78.325"]]],[[["-87.018","79.660"],["-85.816","79.337"],["-87.187","79.040"],["-89.034","78.286"],["-90.806","78.215"],["-92.876","78.344"],["-93.952","78.752"],["-93.938","79.113"],["-93.146","79.380"],["-94.974","79.372"],["-96.076","79.705"],["-96.710","80.158"],["-96.015","80.603"],["-95.324","80.907"],["-94.298","80.978"],["-94.737","81.207"],["-92.411","81.257"],["-91.133","80.723"],["-89.448","80.509"],["-87.810","80.320"],["-87.018","79.660"]]],[[["-68.500","83.107"],["-65.828","83.029"],["-63.679","82.900"],["-61.850","82.629"],["-61.894","82.362"],["-64.334","81.928"],["-66.754","81.725"],["-67.657","81.501"],["-65.479","81.506"],["-67.841","80.900"],["-69.468","80.617"],["-71.182","79.801"],["-73.245","79.634"],["-73.882","79.431"],["-76.909","79.323"],["-75.531","79.198"],["-76.222","79.019"],["-75.394","78.526"],["-76.344","78.182"],["-77.889","77.899"],["-78.364","77.508"],["-79.761","77.210"],["-79.620","76.984"],["-77.910","77.022"],["-77.889","76.777"],["-80.560","76.178"],["-83.173","76.454"],["-86.111","76.300"],["-87.601","76.420"],["-89.491","76.472"],["-89.617","76.953"],["-87.767","77.179"],["-88.260","77.899"],["-87.648","77.970"],["-84.977","77.538"],["-86.341","78.180"],["-87.961","78.371"],["-87.151","78.759"],["-85.380","78.997"],["-85.096","79.346"],["-86.507","79.736"],["-86.932","80.252"],["-84.199","80.209"],["-83.407","80.099"],["-81.849","80.464"],["-84.099","80.580"],["-87.598","80.516"],["-89.365","80.856"],["-90.201","81.259"],["-91.367","81.553"],["-91.587","81.895"],["-90.100","82.086"],["-88.933","82.117"],["-86.971","82.280"],["-85.499","82.652"],["-84.261","82.600"],["-83.181","82.320"],["-82.421","82.860"],["-81.100","83.020"],["-79.307","83.131"],["-76.251","83.173"],["-75.718","83.063"],["-72.831","83.234"],["-70.667","83.169"],["-68.500","83.107"]]]]}},{"type":"Feature","id":"756.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["9.596","47.525"],["9.632","47.348"],["9.481","47.103"],["9.931","46.921"],["10.442","46.893"],["10.363","46.483"],["9.923","46.315"],["9.182","46.440"],["8.966","46.037"],["8.491","46.005"],["8.318","46.163"],["7.756","45.825"],["7.274","45.776"],["6.842","45.992"],["6.500","46.429"],["6.021","46.273"],["6.039","46.726"],["6.770","47.287"],["6.737","47.542"],["7.191","47.450"],["7.468","47.620"],["8.318","47.613"],["8.523","47.830"],["9.596","47.525"]]]}},{"type":"Feature","id":"152.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["-68.633","-52.636"],["-68.633","-54.870"],["-67.564","-54.870"],["-66.959","-54.897"],["-67.290","-55.302"],["-68.147","-55.611"],["-68.640","-55.580"],["-69.230","-55.500"],["-69.958","-55.198"],["-71.005","-55.054"],["-72.265","-54.494"],["-73.284","-53.958"],["-74.663","-52.838"],["-73.839","-53.048"],["-72.435","-53.715"],["-71.106","-54.074"],["-70.591","-53.616"],["-70.267","-52.932"],["-69.346","-52.518"],["-68.633","-52.636"]]],[[["-67.106","-22.736"],["-66.984","-22.986"],["-67.330","-24.025"],["-68.417","-24.518"],["-68.384","-26.185"],["-68.593","-26.508"],["-68.294","-26.900"],["-69.000","-27.522"],["-69.655","-28.460"],["-70.015","-29.368"],["-69.918","-30.337"],["-70.534","-31.365"],["-70.073","-33.091"],["-69.814","-33.273"],["-69.817","-34.193"],["-70.390","-35.169"],["-70.365","-36.005"],["-71.121","-36.657"],["-71.117","-37.576"],["-70.815","-38.554"],["-71.412","-38.917"],["-71.682","-39.807"],["-71.916","-40.832"],["-71.747","-42.051"],["-72.150","-42.254"],["-71.916","-43.409"],["-71.463","-43.787"],["-71.794","-44.208"],["-71.329","-44.407"],["-71.221","-44.784"],["-71.661","-44.973"],["-71.553","-45.560"],["-71.916","-46.885"],["-72.449","-47.738"],["-72.330","-48.245"],["-72.647","-48.879"],["-73.414","-49.318"],["-73.327","-50.379"],["-72.975","-50.742"],["-72.309","-50.678"],["-72.330","-51.426"],["-71.916","-52.010"],["-69.497","-52.143"],["-68.572","-52.300"],["-69.461","-52.293"],["-69.943","-52.537"],["-70.843","-52.899"],["-71.005","-53.833"],["-71.430","-53.857"],["-72.557","-53.531"],["-73.702","-52.834"],["-74.947","-52.263"],["-75.261","-51.629"],["-74.976","-51.044"],["-75.480","-50.379"],["-75.610","-48.674"],["-75.181","-47.712"],["-74.127","-46.939"],["-75.646","-46.647"],["-74.692","-45.763"],["-74.353","-44.103"],["-73.241","-44.454"],["-72.719","-42.383"],["-73.389","-42.117"],["-73.702","-43.365"],["-74.332","-43.225"],["-74.019","-41.796"],["-73.677","-39.943"],["-73.219","-39.259"],["-73.507","-38.283"],["-73.587","-37.156"],["-73.165","-37.125"],["-72.553","-35.510"],["-71.862","-33.909"],["-71.437","-32.419"],["-71.668","-30.920"],["-71.369","-30.095"],["-71.491","-28.861"],["-70.905","-27.640"],["-70.725","-25.706"],["-70.404","-23.629"],["-70.091","-21.394"],["-70.163","-19.756"],["-70.372","-18.348"],["-69.857","-18.093"],["-69.590","-17.581"],["-69.101","-18.260"],["-68.968","-18.982"],["-68.442","-19.406"],["-68.759","-20.373"],["-68.219","-21.495"],["-67.826","-22.873"],["-67.106","-22.736"]]]]}},{"type":"Feature","id":"156.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["110.339","18.679"],["109.475","18.198"],["108.654","18.508"],["108.626","19.368"],["109.119","19.821"],["110.213","20.101"],["110.786","20.078"],["111.009","19.696"],["110.570","19.255"],["110.339","18.679"]]],[[["130.640","42.395"],["129.995","42.986"],["129.596","42.425"],["128.051","41.994"],["128.210","41.466"],["127.342","41.503"],["126.871","41.817"],["126.183","41.107"],["125.081","40.570"],["124.264","39.928"],["122.867","39.638"],["122.133","39.171"],["121.053","38.898"],["121.586","39.362"],["121.377","39.751"],["122.169","40.423"],["121.640","40.947"],["120.769","40.593"],["119.638","39.898"],["119.023","39.252"],["118.043","39.204"],["117.532","38.738"],["118.061","38.061"],["118.879","37.898"],["118.911","37.448"],["119.703","37.156"],["120.823","37.870"],["121.712","37.481"],["122.356","37.455"],["122.518","36.931"],["121.103","36.651"],["120.635","36.111"],["119.663","35.609"],["119.152","34.909"],["120.229","34.361"],["120.621","33.376"],["121.229","32.461"],["121.910","31.692"],["121.892","30.949"],["121.265","30.676"],["121.503","30.143"],["122.093","29.832"],["121.939","29.018"],["121.683","28.226"],["121.125","28.135"],["120.394","27.054"],["119.584","25.741"],["118.655","24.548"],["117.280","23.624"],["115.891","22.784"],["114.764","22.667"],["114.152","22.224"],["113.806","22.547"],["113.241","22.051"],["111.844","21.551"],["110.786","21.398"],["110.444","20.340"],["109.889","20.283"],["109.626","21.009"],["109.864","21.394"],["108.521","21.716"],["108.050","21.552"],["107.042","21.811"],["106.566","22.218"],["106.725","22.794"],["105.810","22.976"],["105.328","23.351"],["104.478","22.818"],["103.503","22.704"],["102.707","22.709"],["102.171","22.464"],["101.652","22.318"],["101.804","21.174"],["101.271","21.202"],["101.181","21.436"],["101.148","21.849"],["100.418","21.559"],["99.982","21.743"],["99.240","22.119"],["99.532","22.949"],["98.898","23.143"],["98.661","24.063"],["97.606","23.897"],["97.725","25.084"],["98.672","25.918"],["98.711","26.743"],["98.682","27.509"],["98.247","27.746"],["97.912","28.335"],["97.329","28.262"],["96.249","28.412"],["96.587","28.832"],["96.119","29.453"],["95.406","29.031"],["94.568","29.278"],["93.412","28.641"],["92.505","27.898"],["91.698","27.773"],["91.259","28.040"],["90.730","28.064"],["90.017","28.297"],["89.477","28.043"],["88.815","27.298"],["88.732","28.087"],["88.120","27.877"],["86.953","27.974"],["85.823","28.203"],["85.013","28.642"],["84.235","28.840"],["83.901","29.320"],["83.335","29.464"],["82.327","30.115"],["81.525","30.422"],["81.111","30.183"],["79.721","30.883"],["78.738","31.516"],["78.457","32.619"],["79.177","32.484"],["79.210","32.994"],["78.810","33.506"],["78.911","34.322"],["77.838","35.495"],["76.193","35.899"],["75.898","36.667"],["75.160","37.134"],["74.980","37.420"],["74.829","37.990"],["74.865","38.379"],["74.256","38.606"],["73.929","38.506"],["73.677","39.431"],["73.961","39.660"],["73.821","39.895"],["74.778","40.367"],["75.469","40.562"],["76.528","40.428"],["76.906","41.067"],["78.187","41.185"],["78.544","41.583"],["80.121","42.124"],["80.261","42.350"],["80.182","42.920"],["80.866","43.180"],["79.966","44.917"],["81.946","45.318"],["82.461","45.540"],["83.181","47.330"],["85.164","47.000"],["85.722","47.454"],["85.769","48.456"],["86.597","48.549"],["87.360","49.214"],["87.753","49.298"],["88.015","48.600"],["88.854","48.068"],["90.280","47.693"],["90.971","46.888"],["90.586","45.719"],["90.946","45.287"],["92.134","45.115"],["93.480","44.976"],["94.690","44.352"],["95.306","44.241"],["95.763","43.319"],["96.350","42.725"],["97.451","42.750"],["99.518","42.526"],["100.846","42.664"],["101.832","42.515"],["103.312","41.907"],["104.522","41.909"],["104.964","41.598"],["106.131","42.135"],["107.744","42.482"],["109.245","42.519"],["110.411","42.871"],["111.131","43.408"],["111.830","43.743"],["111.668","44.073"],["111.347","44.458"],["111.873","45.102"],["112.435","45.012"],["113.464","44.809"],["114.461","45.340"],["115.984","45.728"],["116.719","46.387"],["117.421","46.672"],["118.875","46.806"],["119.663","46.693"],["119.771","47.047"],["118.868","47.747"],["118.065","48.067"],["117.295","47.698"],["116.308","47.853"],["115.743","47.726"],["115.484","48.136"],["116.193","49.135"],["116.679","49.888"],["117.878","49.511"],["119.289","50.143"],["119.278","50.583"],["120.182","51.644"],["120.740","51.963"],["120.725","52.515"],["120.178","52.753"],["121.003","53.252"],["122.245","53.432"],["123.573","53.458"],["125.067","53.161"],["125.945","52.793"],["126.565","51.784"],["126.939","51.354"],["127.288","50.739"],["127.659","49.760"],["129.398","49.440"],["130.582","48.730"],["130.986","47.791"],["132.508","47.789"],["133.372","48.183"],["135.025","48.478"],["134.499","47.579"],["134.114","47.212"],["133.768","46.117"],["133.099","45.144"],["131.882","45.321"],["131.025","44.969"],["131.288","44.111"],["131.144","42.930"],["130.633","42.902"],["130.640","42.395"]]]]}},{"type":"Feature","id":"384.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-2.857","4.995"],["-3.310","4.985"],["-4.009","5.179"],["-4.649","5.169"],["-5.834","4.994"],["-6.529","4.705"],["-7.519","4.339"],["-7.713","4.365"],["-7.634","5.188"],["-7.540","5.313"],["-7.569","5.707"],["-7.994","6.126"],["-8.311","6.193"],["-8.602","6.468"],["-8.386","6.912"],["-8.487","7.395"],["-8.440","7.687"],["-8.282","7.687"],["-8.221","8.123"],["-8.300","8.317"],["-8.203","8.456"],["-7.832","8.576"],["-8.080","9.376"],["-8.311","9.790"],["-8.228","10.128"],["-8.030","10.206"],["-7.900","10.297"],["-7.623","10.147"],["-6.849","10.139"],["-6.665","10.430"],["-6.493","10.411"],["-6.205","10.524"],["-6.050","10.097"],["-5.816","10.222"],["-5.405","10.371"],["-4.955","10.153"],["-4.779","9.823"],["-4.329","9.611"],["-3.980","9.863"],["-3.512","9.901"],["-2.828","9.642"],["-2.561","8.220"],["-2.983","7.379"],["-3.245","6.251"],["-2.810","5.389"],["-2.857","4.995"]]]}},{"type":"Feature","id":"120.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["13.077","2.267"],["12.951","2.321"],["12.361","2.193"],["11.752","2.326"],["11.277","2.260"],["9.650","2.285"],["9.794","3.073"],["9.405","3.735"],["8.948","3.905"],["8.746","4.353"],["8.487","4.495"],["8.501","4.771"],["8.757","5.480"],["9.232","6.445"],["9.524","6.454"],["10.118","7.039"],["10.496","7.055"],["11.058","6.645"],["11.745","6.982"],["11.839","7.397"],["12.066","7.800"],["12.220","8.305"],["12.753","8.718"],["12.955","9.418"],["13.167","9.640"],["13.308","10.160"],["13.574","10.799"],["14.416","11.573"],["14.467","11.905"],["14.578","12.085"],["14.182","12.483"],["14.215","12.802"],["14.496","12.860"],["14.895","12.219"],["14.960","11.556"],["14.924","10.891"],["15.468","9.982"],["14.910","9.993"],["14.629","9.922"],["14.172","10.021"],["13.956","9.550"],["14.546","8.967"],["14.982","8.796"],["15.122","8.381"],["15.435","7.692"],["15.280","7.421"],["14.776","6.409"],["14.535","6.226"],["14.460","5.452"],["14.560","5.030"],["14.478","4.733"],["14.953","4.210"],["15.036","3.851"],["15.406","3.335"],["15.864","3.014"],["15.907","2.557"],["16.011","2.267"],["15.939","1.727"],["15.147","1.963"],["14.337","2.227"],["13.077","2.267"]]]}},{"type":"Feature","id":"180.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["30.833","3.509"],["30.775","2.340"],["31.175","2.205"],["30.854","1.849"],["30.469","1.583"],["30.087","1.062"],["29.875","0.597"],["29.821","-0.205"],["29.587","-0.587"],["29.580","-1.341"],["29.292","-1.621"],["29.256","-2.215"],["29.119","-2.293"],["29.025","-2.840"],["29.277","-3.295"],["29.338","-4.500"],["29.518","-5.420"],["29.421","-5.939"],["29.619","-6.519"],["30.199","-7.080"],["30.739","-8.341"],["30.347","-8.238"],["29.004","-8.407"],["28.734","-8.527"],["28.449","-9.166"],["28.672","-9.607"],["28.496","-10.789"],["28.374","-11.793"],["28.644","-11.972"],["29.342","-12.361"],["29.616","-12.178"],["29.698","-13.257"],["28.935","-13.250"],["28.525","-12.699"],["28.154","-12.272"],["27.387","-12.133"],["27.164","-11.609"],["26.552","-11.925"],["25.753","-11.784"],["25.418","-11.331"],["24.784","-11.239"],["24.313","-11.263"],["24.259","-10.952"],["23.913","-10.926"],["23.456","-10.867"],["22.837","-11.018"],["22.401","-10.992"],["22.156","-11.084"],["22.210","-9.895"],["21.876","-9.523"],["21.800","-8.909"],["21.948","-8.306"],["21.746","-7.921"],["21.728","-7.290"],["20.515","-7.299"],["20.601","-6.939"],["20.090","-6.943"],["20.036","-7.117"],["19.417","-7.155"],["19.168","-7.738"],["19.017","-7.988"],["18.463","-7.848"],["18.135","-7.988"],["17.473","-8.068"],["17.091","-7.546"],["16.861","-7.223"],["16.573","-6.623"],["16.328","-5.877"],["13.376","-5.865"],["13.023","-5.984"],["12.735","-5.965"],["12.321","-6.101"],["12.181","-5.790"],["12.436","-5.684"],["12.469","-5.248"],["12.631","-4.991"],["12.994","-4.781"],["13.257","-4.884"],["13.599","-4.500"],["14.146","-4.510"],["14.208","-4.793"],["14.582","-4.970"],["15.172","-4.343"],["15.752","-3.856"],["16.008","-3.534"],["15.972","-2.713"],["16.407","-1.741"],["16.864","-1.227"],["17.523","-0.744"],["17.638","-0.424"],["17.664","-0.058"],["17.826","0.289"],["17.775","0.856"],["17.898","1.741"],["18.096","2.366"],["18.394","2.901"],["18.452","3.504"],["18.542","4.202"],["18.931","4.709"],["19.467","5.032"],["20.292","4.691"],["20.929","4.323"],["21.660","4.224"],["22.405","4.030"],["22.704","4.632"],["22.840","4.710"],["23.298","4.610"],["24.410","5.108"],["24.806","4.898"],["25.130","4.928"],["25.278","5.171"],["25.652","5.256"],["26.404","5.152"],["27.045","5.127"],["27.373","5.233"],["27.981","4.408"],["28.428","4.287"],["28.698","4.455"],["29.158","4.389"],["29.716","4.601"],["29.954","4.174"],["30.833","3.509"]]]}},{"type":"Feature","id":"178.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["12.994","-4.781"],["12.620","-4.437"],["12.318","-4.606"],["11.914","-5.038"],["11.094","-3.979"],["11.857","-3.427"],["11.479","-2.765"],["11.821","-2.515"],["12.494","-2.392"],["12.577","-1.949"],["13.110","-2.428"],["13.992","-2.472"],["14.298","-1.998"],["14.427","-1.334"],["14.316","-0.553"],["13.844","0.039"],["14.276","1.198"],["14.028","1.396"],["13.282","1.314"],["13.002","1.831"],["13.077","2.267"],["14.337","2.227"],["15.147","1.963"],["15.939","1.727"],["16.011","2.267"],["16.537","3.198"],["17.134","3.728"],["17.811","3.561"],["18.452","3.504"],["18.394","2.901"],["18.096","2.366"],["17.898","1.741"],["17.775","0.856"],["17.826","0.289"],["17.664","-0.058"],["17.638","-0.424"],["17.523","-0.744"],["16.864","-1.227"],["16.407","-1.741"],["15.972","-2.713"],["16.008","-3.534"],["15.752","-3.856"],["15.172","-4.343"],["14.582","-4.970"],["14.208","-4.793"],["14.146","-4.510"],["13.599","-4.500"],["13.257","-4.884"],["12.994","-4.781"]]]}},{"type":"Feature","id":"170.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-75.372","-0.152"],["-75.801","0.085"],["-76.294","0.416"],["-76.578","0.256"],["-77.424","0.395"],["-77.669","0.826"],["-77.856","0.810"],["-78.857","1.382"],["-78.990","1.691"],["-78.619","1.767"],["-78.663","2.267"],["-78.429","2.630"],["-77.932","2.696"],["-77.511","3.325"],["-77.129","3.849"],["-77.496","4.087"],["-77.309","4.669"],["-77.532","5.582"],["-77.320","5.846"],["-77.478","6.692"],["-77.881","7.223"],["-77.752","7.709"],["-77.431","7.638"],["-77.244","7.935"],["-77.475","8.524"],["-77.352","8.671"],["-76.837","8.638"],["-76.085","9.336"],["-75.675","9.444"],["-75.664","9.774"],["-75.480","10.620"],["-74.908","11.083"],["-74.278","11.102"],["-74.199","11.311"],["-73.414","11.227"],["-72.629","11.733"],["-72.237","11.955"],["-71.754","12.438"],["-71.401","12.375"],["-71.139","12.113"],["-71.333","11.776"],["-71.974","11.609"],["-72.229","11.109"],["-72.615","10.823"],["-72.906","10.450"],["-73.029","9.738"],["-73.306","9.152"],["-72.787","9.085"],["-72.661","8.624"],["-72.438","8.406"],["-72.363","8.003"],["-72.481","7.633"],["-72.445","7.425"],["-72.197","7.341"],["-71.959","6.992"],["-70.674","7.088"],["-70.095","6.961"],["-69.389","6.100"],["-68.986","6.207"],["-68.266","6.153"],["-67.697","6.268"],["-67.340","6.096"],["-67.520","5.556"],["-67.744","5.221"],["-67.823","4.504"],["-67.621","3.839"],["-67.337","3.542"],["-67.304","3.318"],["-67.808","2.821"],["-67.448","2.601"],["-67.182","2.250"],["-66.876","1.253"],["-67.063","1.130"],["-67.261","1.720"],["-67.538","2.036"],["-67.870","1.692"],["-69.817","1.715"],["-69.803","1.090"],["-69.220","0.986"],["-69.252","0.602"],["-69.454","0.706"],["-70.015","0.541"],["-70.019","-0.185"],["-69.576","-0.549"],["-69.421","-1.122"],["-69.443","-1.556"],["-69.893","-4.298"],["-70.393","-3.767"],["-70.692","-3.743"],["-70.048","-2.725"],["-70.815","-2.256"],["-71.412","-2.343"],["-71.776","-2.169"],["-72.327","-2.433"],["-73.072","-2.308"],["-73.659","-1.261"],["-74.123","-1.003"],["-74.443","-0.530"],["-75.106","-0.058"],["-75.372","-0.152"]]]}},{"type":"Feature","id":"188.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-82.965","8.225"],["-83.508","8.447"],["-83.710","8.657"],["-83.595","8.831"],["-83.634","9.052"],["-83.911","9.291"],["-84.304","9.487"],["-84.646","9.616"],["-84.714","9.908"],["-84.977","10.087"],["-84.912","9.797"],["-85.110","9.557"],["-85.341","9.835"],["-85.661","9.934"],["-85.798","10.135"],["-85.791","10.439"],["-85.661","10.755"],["-85.942","10.896"],["-85.711","11.089"],["-85.560","11.217"],["-84.901","10.953"],["-84.675","11.083"],["-84.354","11.000"],["-84.189","10.793"],["-83.893","10.727"],["-83.656","10.939"],["-83.404","10.396"],["-83.015","9.993"],["-82.547","9.566"],["-82.932","9.477"],["-82.929","9.074"],["-82.720","8.925"],["-82.867","8.807"],["-82.831","8.626"],["-82.914","8.423"],["-82.965","8.225"]]]}},{"type":"Feature","id":"192.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-79.678","22.765"],["-79.282","22.400"],["-78.346","22.513"],["-77.993","22.277"],["-77.147","21.658"],["-76.524","21.207"],["-76.193","21.221"],["-75.599","21.016"],["-75.671","20.735"],["-74.933","20.695"],["-74.177","20.285"],["-74.296","20.050"],["-74.962","19.924"],["-75.635","19.873"],["-76.323","19.953"],["-77.755","19.856"],["-77.086","20.413"],["-77.493","20.674"],["-78.137","20.740"],["-78.483","21.028"],["-78.720","21.598"],["-79.285","21.559"],["-80.218","21.827"],["-80.517","22.037"],["-81.820","22.192"],["-82.169","22.388"],["-81.795","22.638"],["-82.777","22.688"],["-83.494","22.169"],["-83.908","22.155"],["-84.052","21.910"],["-84.549","21.801"],["-84.973","21.896"],["-84.448","22.205"],["-84.232","22.567"],["-83.778","22.789"],["-83.267","22.983"],["-82.511","23.079"],["-82.270","23.188"],["-81.406","23.117"],["-80.617","23.107"],["-79.678","22.765"]]]}},{"type":"Feature","id":"-99.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["32.733","35.140"],["32.802","35.146"],["32.946","35.387"],["33.666","35.373"],["34.577","35.672"],["33.900","35.246"],["33.975","35.059"],["33.867","35.093"],["33.677","35.017"],["33.525","35.038"],["33.475","35.000"],["33.457","35.102"],["33.385","35.163"],["33.191","35.173"],["32.921","35.088"],["32.733","35.140"]]]}},{"type":"Feature","id":"196.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["33.975","35.059"],["34.004","34.979"],["32.978","34.573"],["32.489","34.701"],["32.258","35.104"],["32.733","35.140"],["32.921","35.088"],["33.191","35.173"],["33.385","35.163"],["33.457","35.102"],["33.475","35.000"],["33.525","35.038"],["33.677","35.017"],["33.867","35.093"],["33.975","35.059"]]]}},{"type":"Feature","id":"203.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["16.962","48.596"],["16.501","48.786"],["16.029","48.733"],["15.255","49.039"],["14.902","48.964"],["14.337","48.555"],["13.596","48.878"],["13.030","49.306"],["12.523","49.548"],["12.415","49.970"],["12.238","50.267"],["12.966","50.484"],["13.336","50.734"],["14.056","50.927"],["14.308","51.118"],["14.571","51.003"],["15.018","51.107"],["15.493","50.784"],["16.238","50.697"],["16.177","50.423"],["16.720","50.216"],["16.868","50.473"],["17.556","50.362"],["17.649","50.050"],["18.394","49.989"],["18.852","49.496"],["18.556","49.496"],["18.402","49.315"],["18.171","49.272"],["18.106","49.044"],["17.912","48.996"],["17.887","48.904"],["17.545","48.799"],["17.102","48.817"],["16.962","48.596"]]]}},{"type":"Feature","id":"276.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["9.923","54.983"],["9.938","54.597"],["10.950","54.363"],["10.939","54.009"],["11.958","54.196"],["12.519","54.471"],["13.646","54.075"],["14.121","53.757"],["14.352","53.248"],["14.074","52.981"],["14.438","52.625"],["14.686","52.090"],["14.607","51.744"],["15.018","51.107"],["14.571","51.003"],["14.308","51.118"],["14.056","50.927"],["13.336","50.734"],["12.966","50.484"],["12.238","50.267"],["12.415","49.970"],["12.523","49.548"],["13.030","49.306"],["13.596","48.878"],["13.243","48.416"],["12.883","48.289"],["13.027","47.638"],["12.933","47.468"],["12.620","47.672"],["12.141","47.704"],["11.425","47.523"],["10.543","47.567"],["10.402","47.303"],["9.895","47.580"],["9.596","47.525"],["8.523","47.830"],["8.318","47.613"],["7.468","47.620"],["7.594","48.332"],["8.098","49.018"],["6.658","49.202"],["6.187","49.464"],["6.244","49.902"],["6.043","50.128"],["6.158","50.803"],["5.989","51.852"],["6.590","51.852"],["6.842","52.229"],["7.090","53.144"],["6.907","53.483"],["7.101","53.695"],["7.936","53.748"],["8.123","53.528"],["8.800","54.021"],["8.573","54.396"],["8.527","54.962"],["9.283","54.830"],["9.923","54.983"]]]}},{"type":"Feature","id":"262.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["43.080","12.700"],["43.317","12.391"],["43.285","11.974"],["42.716","11.736"],["43.145","11.462"],["42.777","10.927"],["42.554","11.106"],["42.313","11.035"],["41.755","11.050"],["41.741","11.356"],["41.661","11.632"],["42.000","12.099"],["42.353","12.542"],["42.781","12.455"],["43.080","12.700"]]]}},{"type":"Feature","id":"208.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["12.688","55.610"],["12.091","54.801"],["11.043","55.365"],["10.903","55.780"],["12.372","56.112"],["12.688","55.610"]]],[[["10.370","56.190"],["9.650","55.469"],["9.923","54.983"],["9.283","54.830"],["8.527","54.962"],["8.120","55.518"],["8.091","56.541"],["8.257","56.810"],["8.545","57.110"],["9.423","57.173"],["9.776","57.449"],["10.579","57.730"],["10.546","57.216"],["10.251","56.890"],["10.370","56.610"],["10.914","56.459"],["10.669","56.082"],["10.370","56.190"]]]]}},{"type":"Feature","id":"214.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-71.711","19.715"],["-71.589","19.885"],["-70.807","19.880"],["-70.213","19.623"],["-69.950","19.648"],["-69.770","19.293"],["-69.223","19.312"],["-69.256","19.016"],["-68.809","18.979"],["-68.320","18.613"],["-68.690","18.205"],["-69.166","18.423"],["-69.623","18.380"],["-69.954","18.429"],["-70.134","18.246"],["-70.516","18.184"],["-70.671","18.427"],["-71.002","18.283"],["-71.401","17.599"],["-71.657","17.758"],["-71.707","18.045"],["-71.689","18.317"],["-71.945","18.616"],["-71.700","18.785"],["-71.625","19.170"],["-71.711","19.715"]]]}},{"type":"Feature","id":"12.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["12.001","23.471"],["8.573","21.566"],["5.679","19.601"],["4.268","19.154"],["3.159","19.057"],["3.148","19.693"],["2.684","19.856"],["2.061","20.142"],["1.823","20.611"],["-1.550","22.792"],["-4.923","24.975"],["-8.685","27.396"],["-8.663","27.590"],["-8.667","27.656"],["-8.674","28.840"],["-7.058","29.578"],["-6.061","29.731"],["-5.243","30.000"],["-4.858","30.501"],["-3.692","30.896"],["-3.649","31.638"],["-3.069","31.725"],["-2.615","32.095"],["-1.309","32.263"],["-1.125","32.652"],["-1.388","32.864"],["-1.733","33.920"],["-1.795","34.527"],["-2.169","35.168"],["-1.208","35.715"],["-0.128","35.889"],["0.502","36.302"],["1.467","36.606"],["3.163","36.783"],["4.815","36.865"],["5.319","36.717"],["6.262","37.111"],["7.331","37.118"],["7.738","36.886"],["8.422","36.946"],["8.217","36.434"],["8.375","35.481"],["8.141","34.656"],["7.526","34.097"],["7.612","33.345"],["8.429","32.747"],["8.440","32.506"],["9.056","32.103"],["9.481","30.308"],["9.805","29.424"],["9.859","28.960"],["9.682","28.144"],["9.758","27.687"],["9.628","27.140"],["9.715","26.512"],["9.319","26.095"],["9.909","25.366"],["9.949","24.937"],["10.305","24.379"],["10.773","24.562"],["11.562","24.098"],["12.001","23.471"]]]}},{"type":"Feature","id":"218.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-80.304","-3.404"],["-79.771","-2.657"],["-79.987","-2.222"],["-80.369","-2.685"],["-80.967","-2.248"],["-80.765","-1.965"],["-80.934","-1.058"],["-80.585","-0.907"],["-80.398","-0.284"],["-80.020","0.361"],["-80.092","0.769"],["-79.541","0.982"],["-78.857","1.382"],["-77.856","0.810"],["-77.669","0.826"],["-77.424","0.395"],["-76.578","0.256"],["-76.294","0.416"],["-75.801","0.085"],["-75.372","-0.152"],["-75.235","-0.912"],["-75.545","-1.562"],["-76.636","-2.609"],["-77.838","-3.003"],["-78.450","-3.873"],["-78.641","-4.548"],["-79.206","-4.960"],["-79.624","-4.455"],["-80.031","-4.347"],["-80.441","-4.425"],["-80.470","-4.059"],["-80.185","-3.821"],["-80.304","-3.404"]]]}},{"type":"Feature","id":"818.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["34.922","29.502"],["34.641","29.099"],["34.425","28.344"],["34.155","27.823"],["33.921","27.649"],["33.587","27.972"],["33.137","28.418"],["32.424","29.851"],["32.319","29.761"],["32.733","28.705"],["33.349","27.700"],["34.105","26.142"],["34.472","25.598"],["34.796","25.034"],["35.693","23.926"],["35.495","23.753"],["35.527","23.103"],["36.690","22.205"],["36.866","22.000"],["32.899","22.000"],["29.022","22.000"],["25.000","22.000"],["25.000","25.682"],["25.000","29.238"],["24.702","30.044"],["24.957","30.662"],["24.802","31.089"],["25.166","31.568"],["26.494","31.586"],["27.459","31.322"],["28.449","31.025"],["28.914","30.870"],["29.684","31.186"],["30.095","31.473"],["30.977","31.556"],["31.689","31.430"],["31.959","30.933"],["32.193","31.261"],["32.993","31.025"],["33.774","30.968"],["34.267","31.219"],["34.922","29.502"]]]}},{"type":"Feature","id":"232.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["42.353","12.542"],["42.011","12.867"],["41.600","13.452"],["41.154","13.773"],["40.898","14.119"],["40.027","14.520"],["39.339","14.532"],["39.098","14.740"],["38.511","14.506"],["37.907","14.959"],["37.593","14.212"],["36.431","14.423"],["36.323","14.822"],["36.755","16.293"],["36.852","16.956"],["37.169","17.263"],["37.903","17.428"],["38.411","17.998"],["38.990","16.841"],["39.267","15.923"],["39.815","15.435"],["41.179","14.490"],["41.733","13.921"],["42.277","13.344"],["42.590","13.000"],["43.080","12.700"],["42.781","12.455"],["42.353","12.542"]]]}},{"type":"Feature","id":"724.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-9.034","41.881"],["-8.984","42.593"],["-9.394","43.027"],["-7.979","43.748"],["-6.755","43.567"],["-5.413","43.574"],["-4.347","43.404"],["-3.519","43.456"],["-1.903","43.423"],["-1.503","43.034"],["0.337","42.579"],["0.700","42.796"],["1.827","42.343"],["2.986","42.473"],["3.040","41.892"],["2.093","41.227"],["0.812","41.015"],["0.722","40.678"],["0.106","40.124"],["-0.279","39.310"],["0.110","38.738"],["-0.466","38.292"],["-0.682","37.643"],["-1.438","37.443"],["-2.147","36.674"],["-3.415","36.660"],["-4.369","36.677"],["-4.995","36.325"],["-5.377","35.946"],["-5.866","36.029"],["-6.237","36.368"],["-6.521","36.943"],["-7.454","37.097"],["-7.537","37.429"],["-7.166","37.804"],["-7.029","38.075"],["-7.375","38.374"],["-7.097","39.030"],["-7.497","39.629"],["-7.065","39.712"],["-7.025","40.185"],["-6.863","40.331"],["-6.853","41.110"],["-6.388","41.381"],["-6.669","41.883"],["-7.252","41.918"],["-7.421","41.793"],["-8.012","41.791"],["-8.264","42.281"],["-8.671","42.135"],["-9.034","41.881"]]]}},{"type":"Feature","id":"233.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["24.313","57.793"],["24.428","58.383"],["24.061","58.258"],["23.427","58.612"],["23.341","59.187"],["24.604","59.467"],["25.864","59.611"],["26.948","59.446"],["27.981","59.475"],["28.132","59.302"],["27.420","58.725"],["27.718","57.793"],["27.286","57.475"],["26.462","57.477"],["25.602","57.848"],["25.166","57.970"],["24.313","57.793"]]]}},{"type":"Feature","id":"231.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["42.353","12.542"],["42.000","12.099"],["41.661","11.632"],["41.741","11.356"],["41.755","11.050"],["42.313","11.035"],["42.554","11.106"],["42.777","10.927"],["42.558","10.573"],["42.929","10.022"],["43.296","9.541"],["43.677","9.184"],["46.950","7.998"],["47.789","8.003"],["44.963","5.002"],["43.659","4.957"],["42.770","4.252"],["42.129","4.235"],["41.856","3.919"],["41.172","3.919"],["40.769","4.257"],["39.854","3.839"],["39.559","3.422"],["38.893","3.500"],["38.670","3.616"],["38.436","3.589"],["38.123","3.599"],["36.855","4.448"],["36.161","4.448"],["35.819","4.776"],["35.819","5.339"],["35.297","5.506"],["34.706","6.595"],["34.249","6.825"],["34.076","7.227"],["33.569","7.713"],["32.953","7.786"],["33.295","8.355"],["33.824","8.380"],["33.975","8.685"],["33.961","9.583"],["34.256","10.630"],["34.731","10.910"],["34.832","11.319"],["35.261","12.084"],["35.865","12.578"],["36.269","13.563"],["36.431","14.423"],["37.593","14.212"],["37.907","14.959"],["38.511","14.506"],["39.098","14.740"],["39.339","14.532"],["40.027","14.520"],["40.898","14.119"],["41.154","13.773"],["41.600","13.452"],["42.011","12.867"],["42.353","12.542"]]]}},{"type":"Feature","id":"246.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["28.593","69.064"],["28.446","68.364"],["29.976","67.699"],["29.054","66.944"],["30.217","65.806"],["29.544","64.949"],["30.444","64.204"],["30.037","63.552"],["31.517","62.868"],["31.139","62.358"],["30.210","61.780"],["28.071","60.503"],["26.257","60.423"],["24.496","60.057"],["22.869","59.847"],["22.290","60.392"],["21.321","60.720"],["21.544","61.705"],["21.058","62.608"],["21.537","63.190"],["22.444","63.818"],["24.730","64.902"],["25.396","65.112"],["25.296","65.534"],["23.902","66.006"],["23.568","66.397"],["23.539","67.935"],["21.980","68.616"],["20.644","69.106"],["21.246","69.370"],["22.358","68.842"],["23.661","68.892"],["24.734","68.649"],["25.688","69.092"],["26.181","69.825"],["27.733","70.165"],["29.014","69.767"],["28.593","69.064"]]]}},{"type":"Feature","id":"238.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-58.549","-51.100"],["-57.750","-51.549"],["-58.049","-51.900"],["-59.399","-52.201"],["-59.849","-51.850"],["-60.698","-52.300"],["-61.199","-51.850"],["-60.000","-51.251"],["-59.150","-51.501"],["-58.549","-51.100"]]]}},{"type":"Feature","id":"250.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["-54.524","2.312"],["-54.272","2.740"],["-54.186","3.195"],["-54.013","3.622"],["-54.398","4.212"],["-54.478","4.896"],["-53.959","5.756"],["-53.617","5.646"],["-52.883","5.410"],["-51.824","4.566"],["-51.659","4.157"],["-52.249","3.241"],["-52.555","2.505"],["-52.940","2.125"],["-53.419","2.054"],["-53.556","2.335"],["-53.779","2.377"],["-54.089","2.106"],["-54.524","2.312"]]],[[["9.560","42.152"],["9.229","41.379"],["8.775","41.584"],["8.545","42.256"],["8.746","42.628"],["9.391","43.010"],["9.560","42.152"]]],[[["5.675","49.529"],["5.899","49.442"],["6.187","49.464"],["6.658","49.202"],["8.098","49.018"],["7.594","48.332"],["7.468","47.620"],["7.191","47.450"],["6.737","47.542"],["6.770","47.287"],["6.039","46.726"],["6.021","46.273"],["6.500","46.429"],["6.842","45.992"],["6.802","45.708"],["7.097","45.333"],["6.748","45.028"],["7.007","44.255"],["7.551","44.128"],["7.436","43.694"],["6.529","43.128"],["4.556","43.399"],["3.101","43.076"],["2.986","42.473"],["1.827","42.343"],["0.700","42.796"],["0.337","42.579"],["-1.503","43.034"],["-1.903","43.423"],["-1.384","44.022"],["-1.193","46.014"],["-2.227","47.065"],["-2.965","47.570"],["-4.491","47.955"],["-4.592","48.685"],["-3.296","48.902"],["-1.618","48.645"],["-1.935","49.777"],["-0.988","49.348"],["1.337","50.128"],["1.640","50.947"],["2.515","51.149"],["2.659","50.796"],["3.123","50.781"],["3.587","50.380"],["4.286","49.907"],["4.801","49.985"],["5.675","49.529"]]]]}},{"type":"Feature","id":"266.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["11.094","-3.979"],["10.068","-2.970"],["9.405","-2.145"],["8.797","-1.112"],["8.829","-0.779"],["9.049","-0.459"],["9.290","0.269"],["9.491","1.010"],["9.830","1.067"],["11.284","1.057"],["11.277","2.260"],["11.752","2.326"],["12.361","2.193"],["12.951","2.321"],["13.077","2.267"],["13.002","1.831"],["13.282","1.314"],["14.028","1.396"],["14.276","1.198"],["13.844","0.039"],["14.316","-0.553"],["14.427","-1.334"],["14.298","-1.998"],["13.992","-2.472"],["13.110","-2.428"],["12.577","-1.949"],["12.494","-2.392"],["11.821","-2.515"],["11.479","-2.765"],["11.857","-3.427"],["11.094","-3.979"]]]}},{"type":"Feature","id":"826.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["-6.197","53.868"],["-6.953","54.073"],["-7.573","54.059"],["-7.367","54.596"],["-7.573","55.132"],["-6.734","55.172"],["-5.661","54.554"],["-6.197","53.868"]]],[[["-2.086","55.910"],["-2.007","55.804"],["-1.114","54.625"],["-0.430","54.464"],["0.185","53.325"],["0.470","52.930"],["1.683","52.739"],["1.561","52.100"],["1.049","51.807"],["1.449","51.290"],["0.549","50.765"],["-0.787","50.776"],["-2.489","50.499"],["-2.957","50.697"],["-3.616","50.229"],["-4.541","50.341"],["-5.243","49.959"],["-5.776","50.159"],["-4.311","51.210"],["-3.415","51.427"],["-3.422","51.427"],["-4.984","51.593"],["-5.269","51.991"],["-4.221","52.302"],["-4.768","52.840"],["-4.581","53.495"],["-3.094","53.405"],["-3.091","53.405"],["-2.947","53.985"],["-3.616","54.601"],["-3.631","54.615"],["-4.844","54.790"],["-5.081","55.061"],["-4.718","55.509"],["-5.049","55.783"],["-5.585","55.311"],["-5.647","56.275"],["-6.151","56.785"],["-5.787","57.819"],["-5.009","58.630"],["-4.210","58.551"],["-3.004","58.635"],["-4.073","57.553"],["-3.055","57.690"],["-1.960","57.685"],["-2.219","56.871"],["-3.119","55.975"],["-2.086","55.910"]]]]}},{"type":"Feature","id":"268.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["41.553","41.536"],["41.705","41.963"],["41.453","42.645"],["40.877","43.013"],["40.322","43.128"],["39.955","43.435"],["40.077","43.554"],["40.923","43.382"],["42.396","43.220"],["43.757","42.741"],["43.929","42.555"],["44.538","42.711"],["45.470","42.503"],["45.776","42.093"],["46.406","41.860"],["46.147","41.723"],["46.637","41.182"],["46.500","41.065"],["45.963","41.124"],["45.218","41.411"],["44.973","41.248"],["43.584","41.093"],["42.619","41.583"],["41.553","41.536"]]]}},{"type":"Feature","id":"288.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["1.060","5.929"],["-0.509","5.344"],["-1.064","5.000"],["-1.964","4.710"],["-2.857","4.995"],["-2.810","5.389"],["-3.245","6.251"],["-2.983","7.379"],["-2.561","8.220"],["-2.828","9.642"],["-2.965","10.396"],["-2.939","10.963"],["-1.204","11.010"],["-0.761","10.937"],["-0.437","11.099"],["0.023","11.019"],["-0.049","10.707"],["0.369","10.191"],["0.365","9.465"],["0.463","8.677"],["0.711","8.312"],["0.491","7.412"],["0.571","6.914"],["0.837","6.280"],["1.060","5.929"]]]}},{"type":"Feature","id":"324.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-8.440","7.687"],["-8.721","7.711"],["-8.926","7.308"],["-9.207","7.313"],["-9.405","7.527"],["-9.337","7.928"],["-9.754","8.541"],["-10.017","8.428"],["-10.230","8.406"],["-10.507","8.348"],["-10.496","8.715"],["-10.654","8.977"],["-10.622","9.269"],["-10.838","9.689"],["-11.119","10.047"],["-11.918","10.047"],["-12.152","9.859"],["-12.426","9.837"],["-12.598","9.619"],["-12.714","9.343"],["-13.246","8.902"],["-13.686","9.494"],["-14.074","9.887"],["-14.330","10.015"],["-14.578","10.215"],["-14.694","10.656"],["-14.841","10.877"],["-15.129","11.040"],["-14.686","11.528"],["-14.384","11.509"],["-14.121","11.677"],["-13.902","11.679"],["-13.743","11.811"],["-13.830","12.143"],["-13.718","12.247"],["-13.700","12.585"],["-13.218","12.577"],["-12.498","12.332"],["-12.278","12.354"],["-12.202","12.466"],["-11.659","12.387"],["-11.515","12.443"],["-11.457","12.077"],["-11.299","12.078"],["-11.036","12.212"],["-10.870","12.177"],["-10.593","11.924"],["-10.165","11.844"],["-9.891","12.061"],["-9.567","12.195"],["-9.326","12.334"],["-9.128","12.308"],["-8.905","12.089"],["-8.786","11.813"],["-8.375","11.394"],["-8.581","11.135"],["-8.620","10.811"],["-8.408","10.910"],["-8.282","10.793"],["-8.336","10.495"],["-8.030","10.206"],["-8.228","10.128"],["-8.311","9.790"],["-8.080","9.376"],["-7.832","8.576"],["-8.203","8.456"],["-8.300","8.317"],["-8.221","8.123"],["-8.282","7.687"],["-8.440","7.687"]]]}},{"type":"Feature","id":"270.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-16.843","13.151"],["-16.713","13.594"],["-15.626","13.624"],["-15.399","13.860"],["-15.082","13.877"],["-14.686","13.631"],["-14.377","13.626"],["-14.046","13.794"],["-13.844","13.506"],["-14.276","13.280"],["-14.712","13.299"],["-15.140","13.509"],["-15.511","13.278"],["-15.691","13.270"],["-15.932","13.131"],["-16.843","13.151"]]]}},{"type":"Feature","id":"624.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-15.129","11.040"],["-15.666","11.458"],["-16.087","11.524"],["-16.314","11.806"],["-16.310","11.958"],["-16.612","12.170"],["-16.677","12.386"],["-16.148","12.547"],["-15.817","12.516"],["-15.547","12.629"],["-13.700","12.585"],["-13.718","12.247"],["-13.830","12.143"],["-13.743","11.811"],["-13.902","11.679"],["-14.121","11.677"],["-14.384","11.509"],["-14.686","11.528"],["-15.129","11.040"]]]}},{"type":"Feature","id":"226.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["9.491","1.010"],["9.304","1.161"],["9.650","2.285"],["11.277","2.260"],["11.284","1.057"],["9.830","1.067"],["9.491","1.010"]]]}},{"type":"Feature","id":"300.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["23.701","35.705"],["24.248","35.368"],["25.026","35.425"],["25.771","35.354"],["25.746","35.180"],["26.289","35.300"],["26.163","35.005"],["24.723","34.920"],["24.734","35.085"],["23.514","35.279"],["23.701","35.705"]]],[[["26.055","40.824"],["25.447","40.853"],["24.925","40.947"],["23.715","40.687"],["24.406","40.126"],["23.899","39.963"],["23.344","39.961"],["22.815","40.477"],["22.628","40.256"],["22.851","39.659"],["23.352","39.190"],["22.974","38.971"],["23.532","38.511"],["24.025","38.221"],["24.039","37.655"],["23.114","37.920"],["23.409","37.410"],["22.776","37.306"],["23.154","36.422"],["22.491","36.410"],["21.670","36.846"],["21.296","37.644"],["21.120","38.311"],["20.731","38.770"],["20.216","39.341"],["20.151","39.626"],["20.616","40.110"],["20.673","40.435"],["21.001","40.581"],["21.019","40.843"],["21.674","40.931"],["22.056","41.150"],["22.596","41.131"],["22.761","41.305"],["22.952","41.338"],["23.694","41.308"],["24.493","41.584"],["25.198","41.234"],["26.106","41.329"],["26.116","41.827"],["26.602","41.562"],["26.293","40.937"],["26.055","40.824"]]]]}},{"type":"Feature","id":"304.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-27.099","83.520"],["-20.846","82.727"],["-22.693","82.341"],["-26.516","82.298"],["-31.902","82.200"],["-31.398","82.022"],["-27.855","82.131"],["-24.846","81.787"],["-22.902","82.093"],["-22.070","81.735"],["-23.168","81.153"],["-20.623","81.525"],["-15.770","81.912"],["-12.771","81.719"],["-12.210","81.292"],["-16.285","80.580"],["-16.850","80.349"],["-20.047","80.177"],["-17.732","80.129"],["-18.898","79.399"],["-19.705","78.752"],["-19.672","77.639"],["-18.474","76.986"],["-20.036","76.944"],["-21.681","76.628"],["-19.834","76.098"],["-19.600","75.248"],["-20.670","75.156"],["-19.374","74.296"],["-21.595","74.223"],["-20.436","73.817"],["-20.763","73.464"],["-22.171","73.310"],["-23.568","73.306"],["-22.315","72.629"],["-22.300","72.184"],["-24.277","72.598"],["-24.792","72.330"],["-23.442","72.080"],["-22.131","71.469"],["-21.753","70.663"],["-23.535","70.471"],["-24.306","70.856"],["-25.544","71.431"],["-25.202","70.752"],["-26.361","70.226"],["-23.726","70.184"],["-22.347","70.130"],["-25.029","69.258"],["-27.747","68.470"],["-30.674","68.125"],["-31.776","68.121"],["-32.813","67.736"],["-34.202","66.680"],["-36.351","65.978"],["-37.043","65.938"],["-38.375","65.692"],["-39.811","65.459"],["-40.668","64.839"],["-40.682","64.139"],["-41.190","63.483"],["-42.821","62.682"],["-42.417","61.901"],["-42.867","61.075"],["-43.379","60.097"],["-44.786","60.036"],["-46.262","60.854"],["-48.264","60.859"],["-49.232","61.406"],["-49.902","62.384"],["-51.634","63.627"],["-52.141","64.278"],["-52.278","65.176"],["-53.660","66.100"],["-53.300","66.836"],["-53.970","67.189"],["-52.980","68.357"],["-51.475","68.729"],["-51.079","69.147"],["-50.870","69.929"],["-52.015","69.575"],["-52.559","69.427"],["-53.455","69.283"],["-54.683","69.609"],["-54.751","70.290"],["-54.359","70.821"],["-53.430","70.835"],["-51.389","70.570"],["-53.110","71.205"],["-54.006","71.547"],["-55.000","71.406"],["-55.835","71.655"],["-54.719","72.586"],["-55.327","72.959"],["-56.119","73.650"],["-57.325","74.711"],["-58.596","75.098"],["-58.585","75.517"],["-61.267","76.102"],["-63.391","76.175"],["-66.066","76.135"],["-68.503","76.062"],["-69.666","76.380"],["-71.401","77.008"],["-68.777","77.323"],["-66.764","77.376"],["-71.041","77.635"],["-73.299","78.045"],["-73.158","78.432"],["-69.374","78.913"],["-65.710","79.394"],["-65.324","79.759"],["-68.024","80.117"],["-67.150","80.516"],["-63.690","81.214"],["-62.236","81.322"],["-62.650","81.770"],["-60.281","82.034"],["-57.206","82.190"],["-54.136","82.200"],["-53.045","81.888"],["-50.392","82.438"],["-48.005","82.065"],["-46.601","81.987"],["-44.523","81.660"],["-46.899","82.200"],["-46.763","82.628"],["-43.407","83.225"],["-39.897","83.180"],["-38.623","83.550"],["-35.088","83.645"],["-27.099","83.520"]]]}},{"type":"Feature","id":"320.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-90.096","13.735"],["-90.608","13.910"],["-91.234","13.928"],["-91.691","14.126"],["-92.228","14.539"],["-92.202","14.831"],["-92.087","15.065"],["-92.228","15.251"],["-91.749","16.067"],["-90.464","16.069"],["-90.438","16.411"],["-90.600","16.472"],["-90.712","16.687"],["-91.083","16.918"],["-91.454","17.253"],["-91.004","17.255"],["-91.000","17.817"],["-90.068","17.819"],["-89.142","17.809"],["-89.149","17.015"],["-89.229","15.886"],["-88.930","15.888"],["-88.606","15.706"],["-88.519","15.855"],["-88.224","15.728"],["-88.681","15.346"],["-89.153","15.067"],["-89.225","14.874"],["-89.146","14.678"],["-89.355","14.424"],["-89.589","14.362"],["-89.535","14.245"],["-89.722","14.134"],["-90.064","13.883"],["-90.096","13.735"]]]}},{"type":"Feature","id":"328.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-59.759","8.367"],["-59.100","7.999"],["-58.484","7.348"],["-58.456","6.832"],["-58.078","6.810"],["-57.541","6.322"],["-57.149","5.973"],["-57.307","5.073"],["-57.916","4.813"],["-57.862","4.577"],["-58.045","4.061"],["-57.602","3.335"],["-57.282","3.333"],["-57.149","2.769"],["-56.540","1.899"],["-56.782","1.864"],["-57.336","1.948"],["-57.660","1.682"],["-58.114","1.507"],["-58.430","1.463"],["-58.538","1.269"],["-59.032","1.317"],["-59.647","1.786"],["-59.719","2.250"],["-59.975","2.755"],["-59.816","3.606"],["-59.539","3.959"],["-59.766","4.424"],["-60.112","4.575"],["-59.982","5.014"],["-60.212","5.245"],["-60.734","5.200"],["-61.411","5.959"],["-61.141","6.235"],["-61.159","6.695"],["-60.544","6.857"],["-60.295","7.044"],["-60.637","7.414"],["-60.551","7.779"],["-59.759","8.367"]]]}},{"type":"Feature","id":"340.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-87.317","12.985"],["-87.490","13.297"],["-87.792","13.384"],["-87.724","13.785"],["-87.861","13.893"],["-88.066","13.964"],["-88.505","13.846"],["-88.541","13.980"],["-88.843","14.141"],["-89.059","14.339"],["-89.355","14.424"],["-89.146","14.678"],["-89.225","14.874"],["-89.153","15.067"],["-88.681","15.346"],["-88.224","15.728"],["-88.120","15.688"],["-87.900","15.864"],["-87.616","15.879"],["-87.522","15.798"],["-87.367","15.846"],["-86.903","15.756"],["-86.442","15.782"],["-86.118","15.893"],["-86.003","16.006"],["-85.683","15.954"],["-85.445","15.886"],["-85.182","15.909"],["-84.984","15.996"],["-84.527","15.857"],["-84.369","15.834"],["-84.063","15.648"],["-83.775","15.424"],["-83.411","15.272"],["-83.148","14.996"],["-83.490","15.016"],["-83.627","14.879"],["-83.976","14.749"],["-84.228","14.749"],["-84.448","14.622"],["-84.649","14.667"],["-84.819","14.820"],["-84.923","14.791"],["-85.053","14.551"],["-85.150","14.560"],["-85.164","14.355"],["-85.513","14.079"],["-85.697","13.961"],["-85.801","13.836"],["-86.097","14.039"],["-86.313","13.771"],["-86.521","13.778"],["-86.755","13.754"],["-86.734","13.263"],["-86.881","13.254"],["-87.007","13.026"],["-87.317","12.985"]]]}},{"type":"Feature","id":"191.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["18.830","45.908"],["19.071","45.521"],["19.392","45.236"],["19.006","44.859"],["18.553","45.082"],["17.862","45.068"],["17.001","45.234"],["16.533","45.212"],["16.317","45.003"],["15.961","45.234"],["15.748","44.819"],["16.238","44.351"],["16.458","44.041"],["16.915","43.668"],["17.296","43.446"],["17.674","43.029"],["18.560","42.651"],["18.448","42.480"],["17.509","42.850"],["16.929","43.210"],["16.015","43.507"],["15.176","44.243"],["15.378","44.318"],["14.920","44.738"],["14.902","45.076"],["14.258","45.234"],["13.952","44.802"],["13.657","45.137"],["13.678","45.484"],["13.714","45.500"],["14.413","45.465"],["14.596","45.636"],["14.935","45.472"],["15.327","45.452"],["15.324","45.731"],["15.673","45.834"],["15.770","46.238"],["16.566","46.504"],["16.882","46.381"],["17.631","45.952"],["18.456","45.759"],["18.830","45.908"]]]}},{"type":"Feature","id":"332.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-71.711","19.715"],["-71.625","19.170"],["-71.700","18.785"],["-71.945","18.616"],["-71.689","18.317"],["-71.707","18.045"],["-72.373","18.215"],["-72.845","18.146"],["-73.453","18.218"],["-73.921","18.031"],["-74.458","18.342"],["-74.371","18.665"],["-73.450","18.526"],["-72.694","18.446"],["-72.334","18.668"],["-72.791","19.102"],["-72.784","19.484"],["-73.414","19.639"],["-73.191","19.915"],["-72.579","19.872"],["-71.711","19.715"]]]}},{"type":"Feature","id":"348.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["16.202","46.853"],["16.533","47.495"],["16.342","47.712"],["16.904","47.714"],["16.980","48.124"],["17.487","47.867"],["17.858","47.759"],["18.697","47.881"],["18.776","48.082"],["19.176","48.112"],["19.662","48.266"],["19.770","48.202"],["20.238","48.327"],["20.475","48.563"],["20.803","48.624"],["21.872","48.320"],["22.084","48.423"],["22.642","48.150"],["22.711","47.883"],["22.099","47.672"],["21.627","46.993"],["21.022","46.316"],["20.220","46.127"],["19.597","46.172"],["18.830","45.908"],["18.456","45.759"],["17.631","45.952"],["16.882","46.381"],["16.566","46.504"],["16.371","46.841"],["16.202","46.853"]]]}},{"type":"Feature","id":"360.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["120.715","-10.239"],["120.293","-10.258"],["118.969","-9.558"],["119.901","-9.362"],["120.427","-9.666"],["120.776","-9.970"],["120.715","-10.239"]]],[[["124.970","-8.893"],["125.071","-9.089"],["125.089","-9.393"],["124.437","-10.140"],["123.580","-10.360"],["123.461","-10.241"],["123.551","-9.900"],["123.980","-9.291"],["124.970","-8.893"]]],[[["117.899","-8.096"],["118.259","-8.362"],["118.879","-8.280"],["119.127","-8.705"],["117.971","-8.907"],["117.277","-9.041"],["116.740","-9.034"],["117.082","-8.457"],["117.633","-8.448"],["117.899","-8.096"]]],[[["122.903","-8.094"],["122.756","-8.650"],["121.255","-8.933"],["119.923","-8.810"],["119.923","-8.445"],["120.715","-8.237"],["121.341","-8.537"],["122.007","-8.461"],["122.903","-8.094"]]],[[["108.622","-6.778"],["110.541","-6.877"],["110.761","-6.465"],["112.615","-6.946"],["112.978","-7.594"],["114.479","-7.776"],["115.707","-8.370"],["114.566","-8.752"],["113.464","-8.350"],["112.561","-8.376"],["111.524","-8.303"],["110.588","-8.122"],["109.428","-7.740"],["108.694","-7.641"],["108.276","-7.766"],["106.455","-7.355"],["106.282","-6.926"],["105.364","-6.851"],["106.052","-5.896"],["107.265","-5.955"],["108.071","-6.346"],["108.485","-6.422"],["108.622","-6.778"]]],[[["134.726","-6.214"],["134.211","-6.896"],["134.114","-6.142"],["134.290","-5.783"],["134.499","-5.444"],["134.726","-5.738"],["134.726","-6.214"]]],[[["127.249","-3.460"],["126.874","-3.791"],["126.183","-3.607"],["125.989","-3.177"],["127.000","-3.130"],["127.249","-3.460"]]],[[["130.471","-3.093"],["130.834","-3.859"],["129.992","-3.446"],["129.157","-3.362"],["128.591","-3.428"],["127.900","-3.394"],["128.134","-2.843"],["129.373","-2.801"],["130.471","-3.093"]]],[[["141.001","-2.600"],["141.019","-5.859"],["141.033","-9.117"],["140.144","-8.297"],["139.129","-8.096"],["138.880","-8.381"],["137.613","-8.412"],["138.038","-7.598"],["138.668","-7.320"],["138.409","-6.233"],["137.926","-5.394"],["135.990","-4.547"],["135.165","-4.463"],["133.664","-3.539"],["133.369","-4.024"],["132.984","-4.113"],["132.757","-3.746"],["132.753","-3.312"],["131.990","-2.821"],["133.066","-2.461"],["133.779","-2.480"],["133.696","-2.215"],["132.231","-2.213"],["131.835","-1.617"],["130.942","-1.433"],["130.521","-0.938"],["131.868","-0.695"],["132.379","-0.369"],["133.984","-0.780"],["134.143","-1.152"],["134.424","-2.768"],["135.457","-3.368"],["136.292","-2.307"],["137.440","-1.704"],["138.330","-1.702"],["139.186","-2.051"],["139.928","-2.409"],["141.001","-2.600"]]],[[["125.240","1.420"],["124.437","0.428"],["123.685","0.236"],["122.723","0.432"],["121.057","0.381"],["120.182","0.237"],["120.041","-0.520"],["120.934","-1.409"],["121.474","-0.956"],["123.339","-0.615"],["123.260","-1.075"],["122.824","-0.931"],["122.389","-1.517"],["121.507","-1.904"],["122.453","-3.185"],["122.273","-3.529"],["123.170","-4.684"],["123.163","-5.340"],["122.630","-5.635"],["122.237","-5.283"],["122.720","-4.465"],["121.737","-4.851"],["121.489","-4.574"],["121.618","-4.189"],["120.898","-3.602"],["120.974","-2.628"],["120.304","-2.932"],["120.391","-4.097"],["120.430","-5.528"],["119.797","-5.674"],["119.368","-5.380"],["119.653","-4.460"],["119.498","-3.494"],["119.077","-3.487"],["118.767","-2.801"],["119.181","-2.147"],["119.325","-1.353"],["119.825","0.154"],["120.034","0.567"],["120.887","1.309"],["121.669","1.014"],["122.929","0.875"],["124.077","0.916"],["125.067","1.644"],["125.240","1.420"]]],[[["128.689","1.132"],["128.635","0.258"],["128.120","0.357"],["127.969","-0.252"],["128.379","-0.780"],["128.098","-0.900"],["127.695","-0.266"],["127.400","1.012"],["127.601","1.811"],["127.933","2.175"],["128.005","1.628"],["128.595","1.541"],["128.689","1.132"]]],[[["109.662","2.007"],["109.832","1.338"],["110.516","0.774"],["111.160","0.977"],["111.797","0.904"],["112.381","1.409"],["112.859","1.498"],["113.806","1.217"],["114.620","1.430"],["115.135","2.821"],["115.520","3.168"],["115.865","4.306"],["117.014","4.306"],["117.881","4.137"],["117.313","3.234"],["118.047","2.288"],["117.874","1.828"],["118.997","0.902"],["117.813","0.784"],["117.478","0.102"],["117.521","-0.805"],["116.560","-1.487"],["116.535","-2.484"],["116.150","-4.014"],["116.002","-3.658"],["114.865","-4.107"],["114.469","-3.496"],["113.756","-3.439"],["113.255","-3.119"],["112.067","-3.479"],["111.704","-2.994"],["111.049","-3.050"],["110.224","-2.933"],["110.069","-1.593"],["109.572","-1.315"],["109.090","-0.459"],["108.953","0.416"],["109.068","1.342"],["109.662","2.007"]]],[[["105.818","-5.852"],["104.709","-5.873"],["103.866","-5.038"],["102.585","-4.220"],["102.156","-3.614"],["101.400","-2.800"],["100.904","-2.050"],["100.140","-0.650"],["99.262","0.184"],["98.970","1.043"],["98.600","1.823"],["97.700","2.453"],["97.178","3.309"],["96.425","3.868"],["95.381","4.971"],["95.295","5.480"],["95.936","5.440"],["97.484","5.247"],["98.369","4.268"],["99.143","3.590"],["99.694","3.174"],["100.641","2.099"],["101.660","2.083"],["102.498","1.399"],["103.078","0.562"],["103.838","0.105"],["103.438","-0.713"],["104.010","-1.060"],["104.370","-1.084"],["104.540","-1.782"],["104.889","-2.340"],["105.623","-2.428"],["106.109","-3.062"],["105.857","-4.305"],["105.818","-5.852"]]]]}},{"type":"Feature","id":"356.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["77.838","35.495"],["78.911","34.322"],["78.810","33.506"],["79.210","32.994"],["79.177","32.484"],["78.457","32.619"],["78.738","31.516"],["79.721","30.883"],["81.111","30.183"],["80.477","29.730"],["80.088","28.795"],["81.057","28.417"],["82.000","27.925"],["83.303","27.364"],["84.675","27.234"],["85.251","26.725"],["86.025","26.632"],["87.227","26.397"],["88.059","26.415"],["88.174","26.811"],["88.044","27.446"],["88.120","27.877"],["88.732","28.087"],["88.815","27.298"],["88.836","27.099"],["89.743","26.720"],["90.374","26.876"],["91.216","26.809"],["92.033","26.838"],["92.105","27.453"],["91.698","27.773"],["92.505","27.898"],["93.412","28.641"],["94.568","29.278"],["95.406","29.031"],["96.119","29.453"],["96.587","28.832"],["96.249","28.412"],["97.329","28.262"],["97.401","27.882"],["97.052","27.700"],["97.134","27.083"],["96.418","27.264"],["95.126","26.574"],["95.154","26.001"],["94.604","25.163"],["94.553","24.675"],["94.107","23.852"],["93.326","24.079"],["93.286","23.044"],["93.059","22.704"],["93.167","22.278"],["92.674","22.040"],["92.145","23.628"],["91.871","23.624"],["91.706","22.985"],["91.158","23.504"],["91.468","24.072"],["91.914","24.131"],["92.375","24.977"],["91.799","25.147"],["90.874","25.133"],["89.920","25.270"],["89.833","25.965"],["89.355","26.015"],["88.563","26.446"],["88.210","25.769"],["88.930","25.239"],["88.307","24.866"],["88.084","24.501"],["88.699","24.234"],["88.530","23.631"],["88.876","22.879"],["89.031","22.056"],["88.890","21.691"],["88.210","21.704"],["86.975","21.495"],["87.033","20.743"],["86.500","20.151"],["85.060","19.479"],["83.940","18.302"],["83.188","17.671"],["82.194","17.017"],["82.191","16.557"],["81.694","16.310"],["80.790","15.952"],["80.326","15.899"],["80.023","15.136"],["80.232","13.836"],["80.286","13.006"],["79.861","12.056"],["79.858","10.357"],["79.339","10.309"],["78.886","9.547"],["79.188","9.217"],["78.277","8.934"],["77.943","8.253"],["77.539","7.966"],["76.593","8.899"],["76.132","10.300"],["75.747","11.309"],["75.397","11.781"],["74.865","12.742"],["74.616","13.992"],["74.443","14.617"],["73.533","15.991"],["73.119","17.928"],["72.820","19.208"],["72.823","20.420"],["72.629","21.356"],["71.175","20.757"],["70.469","20.877"],["69.166","22.089"],["69.644","22.450"],["69.349","22.843"],["68.176","23.692"],["68.842","24.359"],["71.045","24.357"],["70.843","25.215"],["70.282","25.722"],["70.170","26.493"],["69.515","26.941"],["70.617","27.990"],["71.779","27.913"],["72.823","28.962"],["73.450","29.976"],["74.422","30.980"],["74.407","31.693"],["75.257","32.272"],["74.451","32.765"],["74.105","33.442"],["73.749","34.317"],["74.242","34.750"],["75.757","34.505"],["76.873","34.654"],["77.838","35.495"]]]}},{"type":"Feature","id":"372.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-6.197","53.868"],["-6.032","53.153"],["-6.788","52.260"],["-8.563","51.670"],["-9.977","51.821"],["-9.167","52.864"],["-9.689","53.882"],["-8.329","54.665"],["-7.573","55.132"],["-7.367","54.596"],["-7.573","54.059"],["-6.953","54.073"],["-6.197","53.868"]]]}},{"type":"Feature","id":"364.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["53.923","37.198"],["54.802","37.393"],["55.511","37.964"],["56.180","37.934"],["56.620","38.122"],["57.329","38.030"],["58.438","37.523"],["59.233","37.413"],["60.378","36.528"],["61.123","36.491"],["61.210","35.651"],["60.803","34.404"],["60.529","33.677"],["60.965","33.529"],["60.536","32.982"],["60.864","32.183"],["60.943","31.548"],["61.699","31.379"],["61.782","30.737"],["60.875","29.828"],["61.368","29.304"],["61.771","28.700"],["62.729","28.260"],["62.754","27.378"],["63.233","27.217"],["63.316","26.757"],["61.876","26.239"],["61.498","25.078"],["59.615","25.380"],["58.524","25.611"],["57.397","25.739"],["56.972","26.967"],["56.494","27.144"],["55.723","26.965"],["54.715","26.481"],["53.495","26.812"],["52.483","27.582"],["51.522","27.866"],["50.852","28.814"],["50.114","30.148"],["49.578","29.987"],["48.941","30.316"],["48.566","29.927"],["48.015","30.452"],["48.005","30.985"],["47.684","30.985"],["47.850","31.709"],["47.335","32.470"],["46.111","33.017"],["45.416","33.968"],["45.650","34.748"],["46.151","35.093"],["46.075","35.677"],["45.420","35.977"],["44.772","37.170"],["44.225","37.971"],["44.423","38.282"],["44.109","39.428"],["44.793","39.712"],["44.952","39.336"],["45.459","38.874"],["46.143","38.742"],["46.507","38.771"],["47.684","39.508"],["48.059","39.582"],["48.354","39.289"],["48.012","38.794"],["48.635","38.271"],["48.883","38.320"],["49.200","37.584"],["50.147","37.375"],["50.842","36.873"],["52.264","36.700"],["53.826","36.965"],["53.923","37.198"]]]}},{"type":"Feature","id":"368.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["48.566","29.927"],["47.976","29.976"],["47.303","30.059"],["46.568","29.099"],["44.711","29.179"],["41.888","31.190"],["40.401","31.890"],["39.195","32.161"],["38.792","33.378"],["41.006","34.420"],["41.384","35.628"],["41.291","36.359"],["41.838","36.606"],["42.349","37.229"],["42.777","37.386"],["43.944","37.255"],["44.293","37.002"],["44.772","37.170"],["45.420","35.977"],["46.075","35.677"],["46.151","35.093"],["45.650","34.748"],["45.416","33.968"],["46.111","33.017"],["47.335","32.470"],["47.850","31.709"],["47.684","30.985"],["48.005","30.985"],["48.015","30.452"],["48.566","29.927"]]]}},{"type":"Feature","id":"352.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-14.510","66.456"],["-14.740","65.808"],["-13.610","65.127"],["-14.910","64.363"],["-17.793","63.679"],["-18.657","63.497"],["-19.971","63.644"],["-22.761","63.961"],["-21.778","64.402"],["-23.956","64.891"],["-22.185","65.086"],["-22.228","65.379"],["-24.327","65.612"],["-23.650","66.263"],["-22.135","66.411"],["-20.576","65.732"],["-19.057","66.277"],["-17.800","65.994"],["-16.170","66.527"],["-14.510","66.456"]]]}},{"type":"Feature","id":"376.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["35.721","32.709"],["35.545","32.393"],["35.185","32.532"],["34.976","31.867"],["35.225","31.754"],["34.969","31.617"],["34.926","31.353"],["35.397","31.489"],["35.423","31.100"],["34.922","29.502"],["34.267","31.219"],["34.555","31.549"],["34.487","31.605"],["34.753","32.074"],["34.955","32.827"],["35.099","33.081"],["35.127","33.091"],["35.462","33.090"],["35.552","33.265"],["35.822","33.277"],["35.837","32.867"],["35.700","32.716"],["35.721","32.709"]]]}},{"type":"Feature","id":"380.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["15.522","38.231"],["15.162","37.445"],["15.309","37.134"],["15.100","36.620"],["14.334","36.997"],["13.826","37.104"],["12.433","37.613"],["12.570","38.127"],["13.740","38.035"],["14.762","38.144"],["15.522","38.231"]]],[[["9.211","41.209"],["9.808","40.501"],["9.668","39.178"],["9.214","39.240"],["8.807","38.907"],["8.429","39.172"],["8.390","40.378"],["8.159","40.951"],["8.710","40.900"],["9.211","41.209"]]],[[["13.808","46.509"],["13.696","46.018"],["13.938","45.590"],["13.142","45.736"],["12.328","45.382"],["12.382","44.885"],["12.260","44.601"],["12.588","44.092"],["13.527","43.588"],["14.031","42.762"],["15.144","41.956"],["15.925","41.961"],["16.170","41.741"],["15.889","41.541"],["16.785","41.180"],["17.520","40.878"],["18.376","40.355"],["18.481","40.169"],["18.294","39.811"],["17.739","40.277"],["16.868","40.442"],["16.450","39.796"],["17.170","39.424"],["17.052","38.903"],["16.634","38.844"],["16.101","37.986"],["15.684","37.908"],["15.687","38.214"],["15.892","38.750"],["16.108","38.964"],["15.720","39.544"],["15.414","40.048"],["15.000","40.173"],["14.704","40.605"],["14.060","40.786"],["13.628","41.188"],["12.886","41.253"],["12.105","41.704"],["11.191","42.355"],["10.510","42.932"],["10.201","43.920"],["9.704","44.036"],["8.890","44.366"],["8.429","44.231"],["7.850","43.767"],["7.436","43.694"],["7.551","44.128"],["7.007","44.255"],["6.748","45.028"],["7.097","45.333"],["6.802","45.708"],["6.842","45.992"],["7.274","45.776"],["7.756","45.825"],["8.318","46.163"],["8.491","46.005"],["8.966","46.037"],["9.182","46.440"],["9.923","46.315"],["10.363","46.483"],["10.442","46.893"],["11.050","46.752"],["11.166","46.941"],["12.152","47.115"],["12.375","46.768"],["13.808","46.509"]]]]}},{"type":"Feature","id":"388.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-76.902","17.868"],["-77.205","17.701"],["-77.766","17.861"],["-78.339","18.225"],["-78.216","18.455"],["-77.799","18.524"],["-77.568","18.491"],["-76.895","18.401"],["-76.366","18.161"],["-76.200","17.887"],["-76.902","17.868"]]]}},{"type":"Feature","id":"400.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["35.545","32.393"],["35.721","32.709"],["36.834","32.313"],["38.792","33.378"],["39.195","32.161"],["39.005","32.009"],["37.003","31.508"],["38.000","30.509"],["37.669","30.339"],["37.503","30.004"],["36.740","29.865"],["36.503","29.506"],["36.071","29.198"],["34.955","29.356"],["34.922","29.502"],["35.423","31.100"],["35.397","31.489"],["35.545","31.782"],["35.545","32.393"]]]}},{"type":"Feature","id":"392.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["134.640","34.149"],["134.766","33.807"],["134.204","33.201"],["133.794","33.522"],["133.279","33.289"],["133.016","32.704"],["132.364","32.989"],["132.372","33.463"],["132.926","34.060"],["133.495","33.944"],["133.905","34.364"],["134.640","34.149"]]],[[["140.976","37.142"],["140.601","36.344"],["140.774","35.844"],["140.252","35.139"],["138.974","34.668"],["137.217","34.606"],["135.792","33.465"],["135.122","33.848"],["135.079","34.597"],["133.340","34.376"],["132.156","33.906"],["130.986","33.887"],["132.001","33.150"],["131.331","31.450"],["130.687","31.030"],["130.201","31.419"],["130.449","32.320"],["129.815","32.610"],["129.409","33.296"],["130.356","33.604"],["130.878","34.232"],["131.886","34.750"],["132.616","35.434"],["134.607","35.731"],["135.676","35.528"],["136.724","37.306"],["137.390","36.828"],["138.859","37.827"],["139.428","38.216"],["140.054","39.438"],["139.885","40.563"],["140.306","41.195"],["141.368","41.378"],["141.915","39.992"],["141.883","39.181"],["140.961","38.174"],["140.976","37.142"]]],[[["143.910","44.173"],["144.612","43.962"],["145.321","44.385"],["145.544","43.262"],["144.061","42.989"],["143.182","41.996"],["141.613","42.678"],["141.066","41.584"],["139.957","41.569"],["139.816","42.564"],["140.313","43.333"],["141.379","43.389"],["141.670","44.773"],["141.969","45.552"],["143.143","44.510"],["143.910","44.173"]]]]}},{"type":"Feature","id":"398.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["70.962","42.267"],["70.390","42.081"],["69.068","41.385"],["68.633","40.669"],["68.258","40.662"],["67.985","41.136"],["66.714","41.168"],["66.509","41.987"],["66.023","41.994"],["66.098","42.998"],["64.900","43.729"],["63.186","43.651"],["62.012","43.505"],["61.058","44.406"],["60.241","44.785"],["58.690","45.500"],["58.502","45.587"],["55.928","44.997"],["55.968","41.308"],["55.457","41.260"],["54.755","42.045"],["54.078","42.324"],["52.944","42.116"],["52.501","41.784"],["52.447","42.027"],["52.692","42.444"],["52.501","42.793"],["51.342","43.133"],["50.892","44.031"],["50.338","44.285"],["50.305","44.609"],["51.277","44.516"],["51.317","45.247"],["52.166","45.408"],["53.041","45.259"],["53.221","46.235"],["53.041","46.853"],["52.040","46.804"],["51.191","47.049"],["50.035","46.610"],["49.103","46.400"],["48.591","46.561"],["48.696","47.075"],["48.059","47.744"],["47.313","47.716"],["46.467","48.395"],["47.043","49.152"],["46.752","49.357"],["47.551","50.454"],["48.577","49.874"],["48.703","50.605"],["50.766","51.692"],["52.328","51.718"],["54.532","51.026"],["55.716","50.621"],["56.778","51.043"],["58.362","51.064"],["59.644","50.546"],["59.932","50.842"],["61.339","50.800"],["61.588","51.272"],["59.968","51.960"],["60.929","52.448"],["60.742","52.720"],["61.699","52.981"],["60.979","53.665"],["61.436","54.007"],["65.177","54.354"],["65.666","54.601"],["68.168","54.971"],["69.068","55.386"],["70.865","55.171"],["71.182","54.134"],["72.226","54.377"],["73.507","54.035"],["73.425","53.490"],["74.386","53.547"],["76.891","54.490"],["76.524","54.177"],["77.802","53.405"],["80.034","50.864"],["80.567","51.388"],["81.946","50.812"],["83.382","51.069"],["83.937","50.888"],["84.415","50.312"],["85.114","50.117"],["85.542","49.694"],["86.831","49.827"],["87.360","49.214"],["86.597","48.549"],["85.769","48.456"],["85.722","47.454"],["85.164","47.000"],["83.181","47.330"],["82.461","45.540"],["81.946","45.318"],["79.966","44.917"],["80.866","43.180"],["80.182","42.920"],["80.261","42.350"],["79.645","42.496"],["79.141","42.855"],["77.658","42.961"],["75.999","42.987"],["75.639","42.878"],["74.213","43.298"],["73.644","43.092"],["73.489","42.501"],["71.844","42.845"],["71.185","42.704"],["70.962","42.267"]]]}},{"type":"Feature","id":"404.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["41.586","-1.683"],["40.884","-2.083"],["40.639","-2.499"],["40.265","-2.572"],["40.121","-3.277"],["39.800","-3.682"],["39.606","-4.347"],["39.203","-4.677"],["37.766","-3.677"],["37.698","-3.097"],["34.073","-1.060"],["33.903","-0.950"],["33.893","0.111"],["34.181","0.515"],["34.674","1.177"],["35.037","1.906"],["34.595","3.054"],["34.479","3.556"],["34.004","4.250"],["34.620","4.848"],["35.297","5.506"],["35.819","5.339"],["35.819","4.776"],["36.161","4.448"],["36.855","4.448"],["38.123","3.599"],["38.436","3.589"],["38.670","3.616"],["38.893","3.500"],["39.559","3.422"],["39.854","3.839"],["40.769","4.257"],["41.172","3.919"],["41.856","3.919"],["40.981","2.785"],["40.992","-0.858"],["41.586","-1.683"]]]}},{"type":"Feature","id":"417.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["70.962","42.267"],["71.185","42.704"],["71.844","42.845"],["73.489","42.501"],["73.644","43.092"],["74.213","43.298"],["75.639","42.878"],["75.999","42.987"],["77.658","42.961"],["79.141","42.855"],["79.645","42.496"],["80.261","42.350"],["80.121","42.124"],["78.544","41.583"],["78.187","41.185"],["76.906","41.067"],["76.528","40.428"],["75.469","40.562"],["74.778","40.367"],["73.821","39.895"],["73.961","39.660"],["73.677","39.431"],["71.783","39.280"],["70.548","39.605"],["69.464","39.527"],["69.558","40.103"],["70.649","39.936"],["71.013","40.244"],["71.776","40.147"],["73.054","40.865"],["71.869","41.393"],["71.157","41.143"],["70.419","41.520"],["71.261","42.168"],["70.962","42.267"]]]}},{"type":"Feature","id":"116.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["102.585","12.186"],["102.347","13.395"],["102.988","14.226"],["104.280","14.417"],["105.220","14.273"],["106.044","13.881"],["106.498","14.570"],["107.384","14.202"],["107.614","13.535"],["107.492","12.337"],["105.810","11.568"],["106.250","10.962"],["105.198","10.889"],["104.334","10.486"],["103.496","10.632"],["103.092","11.155"],["102.585","12.186"]]]}},{"type":"Feature","id":"410.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["128.350","38.612"],["129.214","37.432"],["129.459","36.785"],["129.470","35.632"],["129.092","35.083"],["128.185","34.890"],["127.385","34.475"],["126.485","34.390"],["126.374","34.934"],["126.557","35.684"],["126.118","36.726"],["126.860","36.894"],["126.176","37.750"],["126.237","37.841"],["126.683","37.804"],["127.072","38.256"],["127.781","38.304"],["128.206","38.370"],["128.350","38.612"]]]}},{"type":"Feature","id":"-99.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["20.590","41.855"],["20.522","42.218"],["20.284","42.321"],["20.072","42.588"],["20.259","42.812"],["20.497","42.885"],["20.634","43.217"],["20.814","43.272"],["20.958","43.132"],["21.145","43.069"],["21.274","42.909"],["21.440","42.862"],["21.634","42.677"],["21.775","42.682"],["21.663","42.439"],["21.544","42.321"],["21.577","42.246"],["21.354","42.206"],["20.763","42.051"],["20.716","41.847"],["20.590","41.855"]]]}},{"type":"Feature","id":"414.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["47.976","29.976"],["48.185","29.535"],["48.095","29.306"],["48.415","28.552"],["47.709","28.526"],["47.461","29.002"],["46.568","29.099"],["47.303","30.059"],["47.976","29.976"]]]}},{"type":"Feature","id":"418.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["105.220","14.273"],["105.544","14.725"],["105.587","15.570"],["104.781","16.442"],["104.716","17.428"],["103.956","18.241"],["103.200","18.310"],["102.999","17.961"],["102.412","17.932"],["102.113","18.109"],["101.058","17.512"],["101.037","18.409"],["101.282","19.462"],["100.605","19.509"],["100.547","20.109"],["100.115","20.419"],["100.328","20.787"],["101.181","21.436"],["101.271","21.202"],["101.804","21.174"],["101.652","22.318"],["102.171","22.464"],["102.754","21.676"],["103.204","20.766"],["104.435","20.759"],["104.824","19.887"],["104.183","19.625"],["103.895","19.266"],["105.094","18.666"],["105.926","17.486"],["106.556","16.604"],["107.312","15.909"],["107.564","15.202"],["107.384","14.202"],["106.498","14.570"],["106.044","13.881"],["105.220","14.273"]]]}},{"type":"Feature","id":"422.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["35.822","33.277"],["35.552","33.265"],["35.462","33.090"],["35.127","33.091"],["35.484","33.906"],["35.981","34.611"],["35.999","34.645"],["36.449","34.593"],["36.611","34.201"],["36.067","33.824"],["35.822","33.277"]]]}},{"type":"Feature","id":"430.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-7.713","4.365"],["-7.976","4.356"],["-9.005","4.832"],["-9.913","5.594"],["-10.766","6.141"],["-11.439","6.786"],["-11.202","7.105"],["-11.148","7.397"],["-10.694","7.940"],["-10.230","8.406"],["-10.017","8.428"],["-9.754","8.541"],["-9.337","7.928"],["-9.405","7.527"],["-9.207","7.313"],["-8.926","7.308"],["-8.721","7.711"],["-8.440","7.687"],["-8.487","7.395"],["-8.386","6.912"],["-8.602","6.468"],["-8.311","6.193"],["-7.994","6.126"],["-7.569","5.707"],["-7.540","5.313"],["-7.634","5.188"],["-7.713","4.365"]]]}},{"type":"Feature","id":"434.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["14.852","22.864"],["14.143","22.492"],["13.581","23.041"],["12.001","23.471"],["11.562","24.098"],["10.773","24.562"],["10.305","24.379"],["9.949","24.937"],["9.909","25.366"],["9.319","26.095"],["9.715","26.512"],["9.628","27.140"],["9.758","27.687"],["9.682","28.144"],["9.859","28.960"],["9.805","29.424"],["9.481","30.308"],["9.970","30.539"],["10.057","30.962"],["9.949","31.376"],["10.636","31.761"],["10.946","32.082"],["11.432","32.369"],["11.490","33.136"],["12.663","32.793"],["13.084","32.879"],["13.920","32.713"],["15.244","32.265"],["15.712","31.376"],["16.612","31.183"],["18.020","30.763"],["19.086","30.266"],["19.575","30.527"],["20.054","30.985"],["19.820","31.753"],["20.133","32.239"],["20.853","32.708"],["21.544","32.843"],["22.894","32.638"],["23.236","32.192"],["23.611","32.187"],["23.928","32.016"],["24.921","31.900"],["25.166","31.568"],["24.802","31.089"],["24.957","30.662"],["24.702","30.044"],["25.000","29.238"],["25.000","25.682"],["25.000","22.000"],["25.000","20.004"],["23.848","20.000"],["23.838","19.580"],["19.849","21.495"],["15.860","23.411"],["14.852","22.864"]]]}},{"type":"Feature","id":"144.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["81.219","6.197"],["80.347","5.968"],["79.872","6.763"],["79.696","8.201"],["80.149","9.824"],["80.841","9.269"],["81.305","8.564"],["81.787","7.524"],["81.636","6.482"],["81.219","6.197"]]]}},{"type":"Feature","id":"426.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["28.978","-28.956"],["29.324","-29.257"],["29.018","-29.745"],["28.849","-30.069"],["28.291","-30.226"],["28.107","-30.545"],["27.751","-30.646"],["26.998","-29.877"],["27.531","-29.243"],["28.075","-28.852"],["28.543","-28.647"],["28.978","-28.956"]]]}},{"type":"Feature","id":"440.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["22.732","54.328"],["22.650","54.584"],["22.758","54.856"],["22.315","55.016"],["21.267","55.190"],["21.055","56.032"],["22.200","56.337"],["23.877","56.273"],["24.860","56.372"],["25.000","56.164"],["25.533","56.100"],["26.494","55.615"],["26.588","55.167"],["25.767","54.848"],["25.537","54.283"],["24.450","53.906"],["23.485","53.913"],["23.244","54.221"],["22.732","54.328"]]]}},{"type":"Feature","id":"442.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["6.043","50.128"],["6.244","49.902"],["6.187","49.464"],["5.899","49.442"],["5.675","49.529"],["5.783","50.090"],["6.043","50.128"]]]}},{"type":"Feature","id":"428.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["21.055","56.032"],["21.091","56.784"],["21.580","57.412"],["22.524","57.753"],["23.319","57.006"],["24.122","57.025"],["24.313","57.793"],["25.166","57.970"],["25.602","57.848"],["26.462","57.477"],["27.286","57.475"],["27.769","57.244"],["27.855","56.759"],["28.176","56.169"],["27.103","55.783"],["26.494","55.615"],["25.533","56.100"],["25.000","56.164"],["24.860","56.372"],["23.877","56.273"],["22.200","56.337"],["21.055","56.032"]]]}},{"type":"Feature","id":"504.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-2.169","35.168"],["-1.795","34.527"],["-1.733","33.920"],["-1.388","32.864"],["-1.125","32.652"],["-1.309","32.263"],["-2.615","32.095"],["-3.069","31.725"],["-3.649","31.638"],["-3.692","30.896"],["-4.858","30.501"],["-5.243","30.000"],["-6.061","29.731"],["-7.058","29.578"],["-8.674","28.840"],["-8.667","27.656"],["-8.818","27.656"],["-8.793","27.121"],["-9.412","27.088"],["-9.736","26.861"],["-10.190","26.861"],["-10.550","26.991"],["-11.392","26.883"],["-11.720","26.104"],["-12.030","26.031"],["-12.501","24.770"],["-13.891","23.692"],["-14.222","22.310"],["-14.632","21.862"],["-14.751","21.500"],["-17.001","21.421"],["-17.019","21.422"],["-16.972","21.886"],["-16.591","22.159"],["-16.263","22.679"],["-16.328","23.018"],["-15.982","23.723"],["-15.424","24.359"],["-15.090","24.520"],["-14.823","25.104"],["-14.802","25.637"],["-14.442","26.255"],["-13.776","26.619"],["-13.138","27.641"],["-13.120","27.654"],["-12.620","28.038"],["-11.688","28.149"],["-10.903","28.832"],["-10.399","29.099"],["-9.563","29.934"],["-9.815","31.178"],["-9.434","32.037"],["-9.301","32.565"],["-8.656","33.241"],["-7.655","33.697"],["-6.914","34.111"],["-6.244","35.146"],["-5.931","35.760"],["-5.193","35.755"],["-4.592","35.331"],["-3.641","35.399"],["-2.605","35.179"],["-2.169","35.168"]]]}},{"type":"Feature","id":"498.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["26.620","48.221"],["26.858","48.369"],["27.524","48.468"],["28.258","48.155"],["28.672","48.119"],["29.122","47.850"],["29.050","47.511"],["29.414","47.346"],["29.558","46.929"],["29.907","46.674"],["29.839","46.525"],["30.026","46.424"],["29.760","46.349"],["29.169","46.379"],["29.072","46.518"],["28.863","46.438"],["28.935","46.259"],["28.662","45.939"],["28.485","45.597"],["28.233","45.488"],["28.053","45.945"],["28.161","46.372"],["28.129","46.811"],["27.553","47.405"],["27.232","47.827"],["26.923","48.124"],["26.620","48.221"]]]}},{"type":"Feature","id":"450.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["50.057","-13.555"],["50.219","-14.759"],["50.478","-15.226"],["50.377","-15.707"],["50.201","-16.000"],["49.862","-15.413"],["49.671","-15.710"],["49.862","-16.452"],["49.776","-16.876"],["49.499","-17.107"],["49.434","-17.954"],["49.041","-19.119"],["48.548","-20.496"],["47.929","-22.392"],["47.547","-23.782"],["47.097","-24.941"],["46.284","-25.178"],["45.409","-25.601"],["44.833","-25.346"],["44.041","-24.988"],["43.764","-24.460"],["43.699","-23.575"],["43.346","-22.776"],["43.253","-22.057"],["43.433","-21.337"],["43.893","-21.163"],["43.897","-20.831"],["44.376","-20.072"],["44.466","-19.435"],["44.232","-18.963"],["44.045","-18.331"],["43.962","-17.410"],["44.311","-16.851"],["44.448","-16.216"],["44.945","-16.179"],["45.503","-15.974"],["45.873","-15.794"],["46.313","-15.780"],["46.881","-15.210"],["47.706","-14.594"],["48.005","-14.092"],["47.868","-13.663"],["48.293","-13.785"],["48.843","-13.088"],["48.865","-12.488"],["49.196","-12.041"],["49.542","-12.470"],["49.808","-12.896"],["50.057","-13.555"]]]}},{"type":"Feature","id":"484.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-97.142","25.869"],["-97.527","24.992"],["-97.703","24.272"],["-97.775","22.933"],["-97.872","22.445"],["-97.700","21.898"],["-97.390","21.412"],["-97.188","20.636"],["-96.526","19.891"],["-96.292","19.321"],["-95.900","18.828"],["-94.838","18.562"],["-94.427","18.144"],["-93.549","18.423"],["-92.786","18.524"],["-92.037","18.705"],["-91.407","18.877"],["-90.773","19.285"],["-90.532","19.868"],["-90.453","20.707"],["-90.280","21.000"],["-89.603","21.262"],["-88.545","21.493"],["-87.659","21.459"],["-87.051","21.544"],["-86.813","21.332"],["-86.845","20.849"],["-87.382","20.255"],["-87.619","19.646"],["-87.436","19.472"],["-87.587","19.040"],["-87.835","18.260"],["-88.091","18.517"],["-88.300","18.500"],["-88.491","18.488"],["-88.847","17.883"],["-89.031","18.001"],["-89.149","17.956"],["-89.142","17.809"],["-90.068","17.819"],["-91.000","17.817"],["-91.004","17.255"],["-91.454","17.253"],["-91.083","16.918"],["-90.712","16.687"],["-90.600","16.472"],["-90.438","16.411"],["-90.464","16.069"],["-91.749","16.067"],["-92.228","15.251"],["-92.087","15.065"],["-92.202","14.831"],["-92.228","14.539"],["-93.358","15.615"],["-93.876","15.940"],["-94.690","16.201"],["-95.252","16.128"],["-96.054","15.753"],["-96.558","15.654"],["-97.264","15.918"],["-98.013","16.107"],["-98.949","16.565"],["-99.698","16.706"],["-100.828","17.171"],["-101.667","17.649"],["-101.919","17.916"],["-102.477","17.975"],["-103.499","18.293"],["-103.917","18.748"],["-104.993","19.316"],["-105.494","19.946"],["-105.731","20.434"],["-105.396","20.531"],["-105.501","20.816"],["-105.270","21.077"],["-105.267","21.422"],["-105.602","21.872"],["-105.692","22.270"],["-106.030","22.773"],["-106.908","23.768"],["-107.916","24.550"],["-108.402","25.173"],["-109.259","25.581"],["-109.443","25.824"],["-109.292","26.442"],["-109.803","26.677"],["-110.393","27.161"],["-110.642","27.859"],["-111.178","27.941"],["-111.761","28.467"],["-112.229","28.955"],["-112.273","29.268"],["-112.809","30.021"],["-113.165","30.787"],["-113.147","31.171"],["-113.871","31.568"],["-114.206","31.523"],["-114.778","31.799"],["-114.937","31.393"],["-114.771","30.914"],["-114.674","30.162"],["-114.332","29.750"],["-113.590","29.061"],["-113.425","28.827"],["-113.273","28.755"],["-113.140","28.412"],["-112.964","28.425"],["-112.762","27.779"],["-112.456","27.526"],["-112.244","27.172"],["-111.617","26.663"],["-111.286","25.732"],["-110.987","25.295"],["-110.710","24.826"],["-110.656","24.298"],["-110.174","24.265"],["-109.770","23.812"],["-109.410","23.365"],["-109.432","23.185"],["-109.853","22.818"],["-110.030","22.824"],["-110.296","23.431"],["-110.948","24.001"],["-111.671","24.484"],["-112.183","24.739"],["-112.150","25.470"],["-112.301","26.012"],["-112.777","26.323"],["-113.464","26.769"],["-113.597","26.639"],["-113.849","26.901"],["-114.465","27.142"],["-115.055","27.722"],["-114.983","27.799"],["-114.569","27.741"],["-114.199","28.115"],["-114.163","28.566"],["-114.933","29.280"],["-115.520","29.556"],["-115.887","30.181"],["-116.258","30.836"],["-116.722","31.636"],["-117.129","32.536"],["-115.991","32.612"],["-114.721","32.721"],["-114.814","32.525"],["-113.306","32.039"],["-111.023","31.334"],["-109.036","31.343"],["-108.240","31.343"],["-108.240","31.754"],["-106.509","31.754"],["-106.142","31.400"],["-105.630","31.084"],["-105.036","30.645"],["-104.705","30.122"],["-104.457","29.571"],["-103.938","29.269"],["-103.110","28.971"],["-102.480","29.761"],["-101.663","29.780"],["-100.958","29.380"],["-100.457","28.696"],["-100.112","28.109"],["-99.521","27.540"],["-99.302","26.840"],["-99.021","26.369"],["-98.240","26.060"],["-97.530","25.840"],["-97.142","25.869"]]]}},{"type":"Feature","id":"807.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["20.590","41.855"],["20.716","41.847"],["20.763","42.051"],["21.354","42.206"],["21.577","42.246"],["21.919","42.303"],["22.380","42.321"],["22.880","41.999"],["22.952","41.338"],["22.761","41.305"],["22.596","41.131"],["22.056","41.150"],["21.674","40.931"],["21.019","40.843"],["20.605","41.086"],["20.464","41.515"],["20.590","41.855"]]]}},{"type":"Feature","id":"466.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-12.170","14.617"],["-11.835","14.799"],["-11.666","15.388"],["-11.349","15.411"],["-10.651","15.133"],["-10.086","15.331"],["-9.700","15.265"],["-9.549","15.487"],["-5.539","15.501"],["-5.315","16.202"],["-5.488","16.326"],["-5.971","20.641"],["-6.453","24.956"],["-4.923","24.975"],["-1.550","22.792"],["1.823","20.611"],["2.061","20.142"],["2.684","19.856"],["3.148","19.693"],["3.159","19.057"],["4.268","19.154"],["4.271","16.852"],["3.724","16.185"],["3.638","15.569"],["2.749","15.409"],["1.384","15.324"],["1.017","14.968"],["0.376","14.930"],["-0.265","14.924"],["-0.517","15.115"],["-1.067","14.973"],["-2.000","14.560"],["-2.191","14.247"],["-2.968","13.797"],["-3.105","13.540"],["-3.523","13.337"],["-4.005","13.473"],["-4.279","13.228"],["-4.426","12.542"],["-5.222","11.714"],["-5.197","11.375"],["-5.470","10.951"],["-5.405","10.371"],["-5.816","10.222"],["-6.050","10.097"],["-6.205","10.524"],["-6.493","10.411"],["-6.665","10.430"],["-6.849","10.139"],["-7.623","10.147"],["-7.900","10.297"],["-8.030","10.206"],["-8.336","10.495"],["-8.282","10.793"],["-8.408","10.910"],["-8.620","10.811"],["-8.581","11.135"],["-8.375","11.394"],["-8.786","11.813"],["-8.905","12.089"],["-9.128","12.308"],["-9.326","12.334"],["-9.567","12.195"],["-9.891","12.061"],["-10.165","11.844"],["-10.593","11.924"],["-10.870","12.177"],["-11.036","12.212"],["-11.299","12.078"],["-11.457","12.077"],["-11.515","12.443"],["-11.468","12.754"],["-11.554","13.141"],["-11.929","13.422"],["-12.123","13.995"],["-12.170","14.617"]]]}},{"type":"Feature","id":"104.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["98.553","9.934"],["98.456","10.675"],["98.765","11.441"],["98.427","12.033"],["98.510","13.122"],["98.103","13.641"],["97.779","14.838"],["97.599","16.100"],["97.163","16.928"],["96.504","16.426"],["95.370","15.714"],["94.809","15.803"],["94.190","16.037"],["94.535","17.277"],["94.326","18.213"],["93.542","19.366"],["93.664","19.727"],["93.077","19.856"],["92.368","20.670"],["92.303","21.476"],["92.652","21.323"],["92.674","22.040"],["93.167","22.278"],["93.059","22.704"],["93.286","23.044"],["93.326","24.079"],["94.107","23.852"],["94.553","24.675"],["94.604","25.163"],["95.154","26.001"],["95.126","26.574"],["96.418","27.264"],["97.134","27.083"],["97.052","27.700"],["97.401","27.882"],["97.329","28.262"],["97.912","28.335"],["98.247","27.746"],["98.682","27.509"],["98.711","26.743"],["98.672","25.918"],["97.725","25.084"],["97.606","23.897"],["98.661","24.063"],["98.898","23.143"],["99.532","22.949"],["99.240","22.119"],["99.982","21.743"],["100.418","21.559"],["101.148","21.849"],["101.181","21.436"],["100.328","20.787"],["100.115","20.419"],["99.543","20.186"],["98.960","19.754"],["98.254","19.708"],["97.797","18.627"],["97.376","18.446"],["97.858","17.567"],["98.495","16.838"],["98.902","16.178"],["98.538","15.308"],["98.193","15.124"],["98.430","14.622"],["99.096","13.827"],["99.212","13.270"],["99.197","12.804"],["99.586","11.893"],["99.039","10.960"],["98.553","9.934"]]]}},{"type":"Feature","id":"499.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["19.370","41.878"],["19.161","41.954"],["18.880","42.281"],["18.448","42.480"],["18.560","42.651"],["18.708","43.199"],["19.032","43.432"],["19.219","43.524"],["19.485","43.352"],["19.629","43.213"],["19.957","43.106"],["20.338","42.899"],["20.259","42.812"],["20.072","42.588"],["19.802","42.500"],["19.737","42.689"],["19.305","42.196"],["19.370","41.878"]]]}},{"type":"Feature","id":"496.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["87.753","49.298"],["88.804","49.470"],["90.712","50.331"],["92.235","50.802"],["93.106","50.496"],["94.146","50.480"],["94.816","50.013"],["95.813","49.977"],["97.260","49.727"],["98.232","50.423"],["97.826","51.012"],["98.862","52.047"],["99.982","51.633"],["100.889","51.517"],["102.066","51.260"],["102.257","50.510"],["103.676","50.090"],["104.622","50.275"],["105.886","50.406"],["106.890","50.274"],["107.870","49.794"],["108.474","49.282"],["109.403","49.293"],["110.663","49.129"],["111.581","49.378"],["112.899","49.544"],["114.364","50.248"],["114.962","50.140"],["115.487","49.805"],["116.679","49.888"],["116.193","49.135"],["115.484","48.136"],["115.743","47.726"],["116.308","47.853"],["117.295","47.698"],["118.065","48.067"],["118.868","47.747"],["119.771","47.047"],["119.663","46.693"],["118.875","46.806"],["117.421","46.672"],["116.719","46.387"],["115.984","45.728"],["114.461","45.340"],["113.464","44.809"],["112.435","45.012"],["111.873","45.102"],["111.347","44.458"],["111.668","44.073"],["111.830","43.743"],["111.131","43.408"],["110.411","42.871"],["109.245","42.519"],["107.744","42.482"],["106.131","42.135"],["104.964","41.598"],["104.522","41.909"],["103.312","41.907"],["101.832","42.515"],["100.846","42.664"],["99.518","42.526"],["97.451","42.750"],["96.350","42.725"],["95.763","43.319"],["95.306","44.241"],["94.690","44.352"],["93.480","44.976"],["92.134","45.115"],["90.946","45.287"],["90.586","45.719"],["90.971","46.888"],["90.280","47.693"],["88.854","48.068"],["88.015","48.600"],["87.753","49.298"]]]}},{"type":"Feature","id":"508.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["34.559","-11.520"],["35.311","-11.439"],["36.513","-11.722"],["36.776","-11.595"],["37.471","-11.569"],["37.827","-11.269"],["38.429","-11.286"],["39.519","-10.897"],["40.315","-10.317"],["40.477","-10.765"],["40.437","-11.762"],["40.560","-12.639"],["40.599","-14.201"],["40.776","-14.691"],["40.477","-15.407"],["40.088","-16.101"],["39.451","-16.721"],["38.537","-17.101"],["37.410","-17.586"],["36.283","-18.659"],["35.898","-18.843"],["35.199","-19.553"],["34.785","-19.784"],["34.703","-20.498"],["35.178","-21.255"],["35.372","-21.840"],["35.387","-22.141"],["35.563","-22.090"],["35.534","-23.071"],["35.372","-23.535"],["35.606","-23.707"],["35.459","-24.122"],["35.041","-24.478"],["34.217","-24.816"],["33.014","-25.358"],["32.575","-25.728"],["32.661","-26.148"],["32.917","-26.216"],["32.831","-26.742"],["32.071","-26.734"],["31.985","-26.292"],["31.837","-25.843"],["31.754","-25.485"],["31.931","-24.370"],["31.671","-23.658"],["31.193","-22.252"],["32.244","-21.116"],["32.510","-20.395"],["32.661","-20.305"],["32.773","-19.716"],["32.611","-19.419"],["32.654","-18.673"],["32.849","-17.978"],["32.849","-16.714"],["32.327","-16.393"],["31.851","-16.320"],["31.635","-16.072"],["31.175","-15.861"],["30.339","-15.881"],["30.275","-15.507"],["30.181","-14.795"],["33.216","-13.972"],["33.788","-14.451"],["34.065","-14.359"],["34.461","-14.613"],["34.519","-15.014"],["34.307","-15.479"],["34.382","-16.183"],["35.034","-16.801"],["35.340","-16.108"],["35.772","-15.896"],["35.685","-14.611"],["35.268","-13.887"],["34.908","-13.566"],["34.559","-13.580"],["34.281","-12.281"],["34.559","-11.520"]]]}},{"type":"Feature","id":"478.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-12.170","14.617"],["-12.832","15.303"],["-13.437","16.039"],["-14.100","16.305"],["-14.578","16.598"],["-15.136","16.588"],["-15.622","16.369"],["-16.119","16.456"],["-16.465","16.135"],["-16.551","16.675"],["-16.270","17.166"],["-16.148","18.109"],["-16.256","19.097"],["-16.378","19.594"],["-16.278","20.092"],["-16.537","20.568"],["-17.062","21.000"],["-16.846","21.334"],["-12.930","21.327"],["-13.120","22.771"],["-12.876","23.285"],["-11.936","23.374"],["-11.968","25.934"],["-8.689","25.881"],["-8.685","27.396"],["-4.923","24.975"],["-6.453","24.956"],["-5.971","20.641"],["-5.488","16.326"],["-5.315","16.202"],["-5.539","15.501"],["-9.549","15.487"],["-9.700","15.265"],["-10.086","15.331"],["-10.651","15.133"],["-11.349","15.411"],["-11.666","15.388"],["-11.835","14.799"],["-12.170","14.617"]]]}},{"type":"Feature","id":"454.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["34.559","-11.520"],["34.281","-12.281"],["34.559","-13.580"],["34.908","-13.566"],["35.268","-13.887"],["35.685","-14.611"],["35.772","-15.896"],["35.340","-16.108"],["35.034","-16.801"],["34.382","-16.183"],["34.307","-15.479"],["34.519","-15.014"],["34.461","-14.613"],["34.065","-14.359"],["33.788","-14.451"],["33.216","-13.972"],["32.687","-13.713"],["32.993","-12.784"],["33.306","-12.435"],["33.115","-11.607"],["33.317","-10.796"],["33.486","-10.525"],["33.230","-9.676"],["32.759","-9.230"],["33.741","-9.417"],["33.939","-9.694"],["34.281","-10.161"],["34.559","-11.520"]]]}},{"type":"Feature","id":"458.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["102.142","6.221"],["102.372","6.127"],["102.963","5.525"],["103.380","4.855"],["103.438","4.181"],["103.334","3.726"],["103.431","3.382"],["103.503","2.792"],["103.856","2.516"],["104.248","1.632"],["104.230","1.293"],["103.521","1.227"],["102.574","1.967"],["101.390","2.760"],["101.274","3.271"],["100.695","3.939"],["100.558","4.768"],["100.198","5.313"],["100.306","6.041"],["100.086","6.464"],["100.259","6.643"],["101.076","6.206"],["101.156","5.692"],["101.814","5.811"],["102.142","6.221"]]],[[["117.881","4.137"],["117.014","4.306"],["115.865","4.306"],["115.520","3.168"],["115.135","2.821"],["114.620","1.430"],["113.806","1.217"],["112.859","1.498"],["112.381","1.409"],["111.797","0.904"],["111.160","0.977"],["110.516","0.774"],["109.832","1.338"],["109.662","2.007"],["110.397","1.663"],["111.167","1.851"],["111.369","2.698"],["111.797","2.885"],["112.996","3.103"],["113.713","3.894"],["114.206","4.526"],["114.659","4.007"],["114.868","4.348"],["115.347","4.316"],["115.405","4.955"],["115.451","5.448"],["116.222","6.143"],["116.726","6.924"],["117.129","6.928"],["117.644","6.423"],["117.691","5.987"],["118.349","5.709"],["119.181","5.409"],["119.109","5.016"],["118.439","4.966"],["118.619","4.478"],["117.881","4.137"]]]]}},{"type":"Feature","id":"516.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["16.346","-28.576"],["15.601","-27.821"],["15.212","-27.091"],["14.989","-26.117"],["14.744","-25.393"],["14.409","-23.853"],["14.384","-22.656"],["14.258","-22.111"],["13.869","-21.699"],["13.351","-20.873"],["12.825","-19.673"],["12.609","-19.046"],["11.796","-18.069"],["11.734","-17.303"],["12.217","-17.112"],["12.814","-16.942"],["13.462","-16.971"],["14.060","-17.423"],["14.211","-17.353"],["18.265","-17.310"],["18.956","-17.789"],["21.379","-17.931"],["23.215","-17.523"],["24.036","-17.296"],["24.684","-17.353"],["25.076","-17.579"],["25.083","-17.662"],["24.522","-17.888"],["24.216","-17.890"],["23.578","-18.282"],["23.197","-17.869"],["21.656","-18.220"],["20.911","-18.253"],["20.882","-21.814"],["19.896","-21.849"],["19.896","-24.768"],["19.896","-28.461"],["19.003","-28.972"],["18.466","-29.045"],["17.836","-28.857"],["17.386","-28.784"],["17.217","-28.355"],["16.825","-28.083"],["16.346","-28.576"]]]}},{"type":"Feature","id":"540.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["167.119","-22.160"],["166.741","-22.399"],["166.190","-22.130"],["165.474","-21.680"],["164.829","-21.149"],["164.167","-20.444"],["164.030","-20.105"],["164.459","-20.119"],["165.020","-20.460"],["165.459","-20.800"],["165.780","-21.080"],["166.601","-21.699"],["167.119","-22.160"]]]}},{"type":"Feature","id":"562.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["2.155","11.939"],["2.176","12.625"],["1.024","12.851"],["0.992","13.336"],["0.430","13.988"],["0.297","14.443"],["0.376","14.930"],["1.017","14.968"],["1.384","15.324"],["2.749","15.409"],["3.638","15.569"],["3.724","16.185"],["4.271","16.852"],["4.268","19.154"],["5.679","19.601"],["8.573","21.566"],["12.001","23.471"],["13.581","23.041"],["14.143","22.492"],["14.852","22.864"],["15.097","21.309"],["15.471","21.049"],["15.486","20.731"],["15.903","20.387"],["15.687","19.957"],["15.302","17.928"],["15.248","16.628"],["13.974","15.685"],["13.542","14.367"],["13.956","13.997"],["13.956","13.353"],["14.596","13.330"],["14.496","12.860"],["14.215","12.802"],["14.182","12.483"],["13.995","12.462"],["13.318","13.556"],["13.084","13.596"],["12.303","13.037"],["11.529","13.329"],["10.989","13.388"],["10.701","13.247"],["10.114","13.276"],["9.524","12.851"],["9.016","12.827"],["7.803","13.344"],["7.331","13.098"],["6.820","13.115"],["6.446","13.494"],["5.441","13.865"],["4.369","13.747"],["4.109","13.532"],["3.969","12.957"],["3.681","12.552"],["3.613","11.660"],["2.849","12.236"],["2.489","12.233"],["2.155","11.939"]]]}},{"type":"Feature","id":"566.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["8.501","4.771"],["7.461","4.412"],["7.083","4.464"],["6.698","4.240"],["5.899","4.262"],["5.362","4.888"],["5.035","5.612"],["4.325","6.270"],["3.573","6.258"],["2.691","6.259"],["2.749","7.871"],["2.723","8.506"],["2.911","9.138"],["3.220","9.444"],["3.706","10.064"],["3.602","10.331"],["3.796","10.734"],["3.573","11.328"],["3.613","11.660"],["3.681","12.552"],["3.969","12.957"],["4.109","13.532"],["4.369","13.747"],["5.441","13.865"],["6.446","13.494"],["6.820","13.115"],["7.331","13.098"],["7.803","13.344"],["9.016","12.827"],["9.524","12.851"],["10.114","13.276"],["10.701","13.247"],["10.989","13.388"],["11.529","13.329"],["12.303","13.037"],["13.084","13.596"],["13.318","13.556"],["13.995","12.462"],["14.182","12.483"],["14.578","12.085"],["14.467","11.905"],["14.416","11.573"],["13.574","10.799"],["13.308","10.160"],["13.167","9.640"],["12.955","9.418"],["12.753","8.718"],["12.220","8.305"],["12.066","7.800"],["11.839","7.397"],["11.745","6.982"],["11.058","6.645"],["10.496","7.055"],["10.118","7.039"],["9.524","6.454"],["9.232","6.445"],["8.757","5.480"],["8.501","4.771"]]]}},{"type":"Feature","id":"558.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-85.711","11.089"],["-86.057","11.403"],["-86.525","11.807"],["-86.745","12.144"],["-87.166","12.459"],["-87.670","12.910"],["-87.558","13.065"],["-87.393","12.914"],["-87.317","12.985"],["-87.007","13.026"],["-86.881","13.254"],["-86.734","13.263"],["-86.755","13.754"],["-86.521","13.778"],["-86.313","13.771"],["-86.097","14.039"],["-85.801","13.836"],["-85.697","13.961"],["-85.513","14.079"],["-85.164","14.355"],["-85.150","14.560"],["-85.053","14.551"],["-84.923","14.791"],["-84.819","14.820"],["-84.649","14.667"],["-84.448","14.622"],["-84.228","14.749"],["-83.976","14.749"],["-83.627","14.879"],["-83.490","15.016"],["-83.148","14.996"],["-83.235","14.900"],["-83.285","14.676"],["-83.181","14.311"],["-83.411","13.969"],["-83.519","13.568"],["-83.551","13.127"],["-83.497","12.870"],["-83.472","12.419"],["-83.627","12.321"],["-83.721","11.893"],["-83.652","11.629"],["-83.854","11.373"],["-83.811","11.102"],["-83.656","10.939"],["-83.893","10.727"],["-84.189","10.793"],["-84.354","11.000"],["-84.675","11.083"],["-84.901","10.953"],["-85.560","11.217"],["-85.711","11.089"]]]}},{"type":"Feature","id":"528.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["6.907","53.483"],["7.090","53.144"],["6.842","52.229"],["6.590","51.852"],["5.989","51.852"],["6.158","50.803"],["5.607","51.038"],["4.973","51.475"],["4.048","51.267"],["3.314","51.345"],["3.829","51.621"],["4.707","53.092"],["6.075","53.510"],["6.907","53.483"]]]}},{"type":"Feature","id":"578.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["31.103","69.559"],["29.400","69.158"],["28.593","69.064"],["29.014","69.767"],["27.733","70.165"],["26.181","69.825"],["25.688","69.092"],["24.734","68.649"],["23.661","68.892"],["22.358","68.842"],["21.246","69.370"],["20.644","69.106"],["20.025","69.066"],["19.878","68.408"],["17.995","68.567"],["17.728","68.010"],["16.767","68.013"],["16.108","67.303"],["15.108","66.194"],["13.556","64.787"],["13.920","64.445"],["13.570","64.049"],["12.580","64.066"],["11.932","63.129"],["11.994","61.800"],["12.631","61.293"],["12.300","60.118"],["11.468","59.432"],["11.029","58.855"],["10.356","59.470"],["8.383","58.314"],["7.047","58.079"],["5.665","58.588"],["5.308","59.663"],["4.991","61.971"],["5.913","62.615"],["8.552","63.453"],["10.528","64.487"],["12.357","65.879"],["14.762","67.810"],["16.436","68.564"],["19.183","69.818"],["21.379","70.255"],["23.024","70.201"],["24.547","71.030"],["26.368","70.986"],["28.165","71.186"],["31.293","70.453"],["30.005","70.186"],["31.103","69.559"]]],[[["24.723","77.854"],["22.491","77.444"],["20.727","77.677"],["21.415","77.936"],["20.814","78.255"],["22.884","78.455"],["23.280","78.080"],["24.723","77.854"]]],[[["18.250","79.702"],["21.544","78.957"],["19.028","78.562"],["18.470","77.826"],["17.595","77.639"],["17.120","76.809"],["15.914","76.770"],["13.761","77.380"],["14.668","77.736"],["13.171","78.024"],["11.223","78.870"],["10.446","79.653"],["13.171","80.011"],["13.718","79.660"],["15.144","79.674"],["15.522","80.016"],["16.990","80.051"],["18.250","79.702"]]],[[["25.447","80.407"],["27.409","80.056"],["25.926","79.518"],["23.024","79.399"],["20.076","79.566"],["19.896","79.842"],["18.463","79.860"],["17.368","80.318"],["20.457","80.598"],["21.908","80.358"],["22.920","80.657"],["25.447","80.407"]]]]}},{"type":"Feature","id":"524.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["88.120","27.877"],["88.044","27.446"],["88.174","26.811"],["88.059","26.415"],["87.227","26.397"],["86.025","26.632"],["85.251","26.725"],["84.675","27.234"],["83.303","27.364"],["82.000","27.925"],["81.057","28.417"],["80.088","28.795"],["80.477","29.730"],["81.111","30.183"],["81.525","30.422"],["82.327","30.115"],["83.335","29.464"],["83.901","29.320"],["84.235","28.840"],["85.013","28.642"],["85.823","28.203"],["86.953","27.974"],["88.120","27.877"]]]}},{"type":"Feature","id":"554.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["173.020","-40.919"],["173.246","-41.332"],["173.959","-40.927"],["174.247","-41.349"],["174.247","-41.770"],["173.876","-42.233"],["173.221","-42.969"],["172.710","-43.372"],["173.081","-43.853"],["172.310","-43.866"],["171.454","-44.242"],["171.184","-44.897"],["170.618","-45.909"],["169.830","-46.356"],["169.333","-46.640"],["168.411","-46.620"],["167.763","-46.290"],["166.676","-46.220"],["166.511","-45.852"],["167.047","-45.111"],["168.303","-44.124"],["168.948","-43.935"],["169.668","-43.555"],["170.525","-43.032"],["171.126","-42.513"],["171.569","-41.768"],["171.950","-41.514"],["172.098","-40.957"],["172.800","-40.493"],["173.020","-40.919"]]],[[["174.611","-36.156"],["175.338","-37.210"],["175.356","-36.525"],["175.810","-36.800"],["175.957","-37.555"],["176.764","-37.882"],["177.440","-37.962"],["178.009","-37.579"],["178.517","-37.696"],["178.276","-38.583"],["177.970","-39.167"],["177.206","-39.146"],["176.940","-39.450"],["177.034","-39.880"],["176.886","-40.066"],["176.508","-40.604"],["176.011","-41.290"],["175.241","-41.688"],["175.068","-41.426"],["174.650","-41.282"],["175.226","-40.459"],["174.899","-39.908"],["173.822","-39.509"],["173.851","-39.146"],["174.575","-38.798"],["174.744","-38.027"],["174.697","-37.382"],["174.290","-36.711"],["174.319","-36.534"],["173.840","-36.123"],["173.056","-35.237"],["172.634","-34.529"],["173.009","-34.450"],["173.552","-35.006"],["174.330","-35.265"],["174.611","-36.156"]]]]}},{"type":"Feature","id":"512.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["56.285","17.876"],["55.662","17.883"],["55.270","17.632"],["55.273","17.229"],["54.791","16.951"],["54.240","17.045"],["53.570","16.708"],["53.110","16.650"],["52.782","17.350"],["52.001","19.000"],["55.000","20.000"],["55.666","22.000"],["55.208","22.709"],["55.234","23.112"],["55.525","23.525"],["55.529","23.933"],["55.982","24.131"],["55.802","24.270"],["55.885","24.921"],["56.396","24.925"],["56.846","24.242"],["57.404","23.879"],["58.135","23.747"],["58.729","23.565"],["59.179","22.992"],["59.449","22.660"],["59.809","22.534"],["59.806","22.311"],["59.442","21.714"],["59.284","21.434"],["58.862","21.115"],["58.488","20.429"],["58.034","20.481"],["57.826","20.243"],["57.667","19.736"],["57.790","19.068"],["57.696","18.944"],["57.235","18.948"],["56.609","18.574"],["56.512","18.086"],["56.285","17.876"]]],[[["56.260","25.715"],["56.072","26.055"],["56.360","26.395"],["56.486","26.309"],["56.393","25.895"],["56.260","25.715"]]]]}},{"type":"Feature","id":"586.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["75.160","37.134"],["75.898","36.667"],["76.193","35.899"],["77.838","35.495"],["76.873","34.654"],["75.757","34.505"],["74.242","34.750"],["73.749","34.317"],["74.105","33.442"],["74.451","32.765"],["75.257","32.272"],["74.407","31.693"],["74.422","30.980"],["73.450","29.976"],["72.823","28.962"],["71.779","27.913"],["70.617","27.990"],["69.515","26.941"],["70.170","26.493"],["70.282","25.722"],["70.843","25.215"],["71.045","24.357"],["68.842","24.359"],["68.176","23.692"],["67.445","23.945"],["67.146","24.664"],["66.372","25.425"],["64.529","25.237"],["62.905","25.218"],["61.498","25.078"],["61.876","26.239"],["63.316","26.757"],["63.233","27.217"],["62.754","27.378"],["62.729","28.260"],["61.771","28.700"],["61.368","29.304"],["60.875","29.828"],["62.549","29.318"],["63.550","29.469"],["64.147","29.341"],["64.349","29.559"],["65.047","29.473"],["66.347","29.888"],["66.383","30.738"],["66.937","31.304"],["67.682","31.303"],["67.794","31.582"],["68.557","31.713"],["68.928","31.621"],["69.317","31.902"],["69.263","32.503"],["69.688","33.105"],["70.325","33.359"],["69.929","34.020"],["70.883","33.989"],["71.157","34.349"],["71.113","34.732"],["71.614","35.153"],["71.499","35.651"],["71.261","36.075"],["71.848","36.510"],["72.921","36.721"],["74.069","36.837"],["74.577","37.021"],["75.160","37.134"]]]}},{"type":"Feature","id":"591.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-77.881","7.223"],["-78.216","7.511"],["-78.429","8.051"],["-78.184","8.319"],["-78.436","8.388"],["-78.623","8.718"],["-79.120","8.996"],["-79.559","8.932"],["-79.761","8.585"],["-80.164","8.333"],["-80.383","8.298"],["-80.481","8.090"],["-80.005","7.548"],["-80.275","7.419"],["-80.419","7.272"],["-80.887","7.221"],["-81.060","7.819"],["-81.190","7.649"],["-81.521","7.706"],["-81.723","8.109"],["-82.133","8.175"],["-82.392","8.293"],["-82.821","8.291"],["-82.849","8.074"],["-82.965","8.225"],["-82.914","8.423"],["-82.831","8.626"],["-82.867","8.807"],["-82.720","8.925"],["-82.929","9.074"],["-82.932","9.477"],["-82.547","9.566"],["-82.187","9.208"],["-82.209","8.996"],["-81.809","8.951"],["-81.715","9.033"],["-81.438","8.786"],["-80.949","8.859"],["-80.520","9.111"],["-79.915","9.312"],["-79.573","9.611"],["-79.023","9.553"],["-79.059","9.455"],["-78.501","9.420"],["-78.054","9.248"],["-77.730","8.947"],["-77.352","8.671"],["-77.475","8.524"],["-77.244","7.935"],["-77.431","7.638"],["-77.752","7.709"],["-77.881","7.223"]]]}},{"type":"Feature","id":"604.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-69.590","-17.581"],["-69.857","-18.093"],["-70.372","-18.348"],["-71.376","-17.773"],["-71.463","-17.364"],["-73.446","-16.360"],["-75.239","-15.266"],["-76.009","-14.649"],["-76.423","-13.823"],["-76.258","-13.535"],["-77.107","-12.224"],["-78.094","-10.378"],["-79.037","-8.386"],["-79.447","-7.931"],["-79.761","-7.195"],["-80.538","-6.542"],["-81.251","-6.137"],["-80.927","-5.691"],["-81.409","-4.736"],["-81.100","-4.036"],["-80.304","-3.404"],["-80.185","-3.821"],["-80.470","-4.059"],["-80.441","-4.425"],["-80.031","-4.347"],["-79.624","-4.455"],["-79.206","-4.960"],["-78.641","-4.548"],["-78.450","-3.873"],["-77.838","-3.003"],["-76.636","-2.609"],["-75.545","-1.562"],["-75.235","-0.912"],["-75.372","-0.152"],["-75.106","-0.058"],["-74.443","-0.530"],["-74.123","-1.003"],["-73.659","-1.261"],["-73.072","-2.308"],["-72.327","-2.433"],["-71.776","-2.169"],["-71.412","-2.343"],["-70.815","-2.256"],["-70.048","-2.725"],["-70.692","-3.743"],["-70.393","-3.767"],["-69.893","-4.298"],["-70.797","-4.251"],["-70.930","-4.401"],["-71.747","-4.594"],["-72.892","-5.274"],["-72.964","-5.741"],["-73.219","-6.089"],["-73.119","-6.630"],["-73.723","-6.919"],["-73.723","-7.341"],["-73.986","-7.525"],["-73.572","-8.424"],["-73.014","-9.034"],["-73.227","-9.463"],["-72.564","-9.520"],["-72.186","-10.053"],["-71.304","-10.079"],["-70.483","-9.490"],["-70.548","-11.010"],["-70.095","-11.124"],["-69.529","-10.952"],["-68.665","-12.560"],["-68.881","-12.899"],["-68.928","-13.602"],["-68.950","-14.453"],["-69.338","-14.953"],["-69.162","-15.323"],["-69.389","-15.660"],["-68.960","-16.500"],["-69.590","-17.581"]]]}},{"type":"Feature","id":"608.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["126.377","8.414"],["126.478","7.751"],["126.536","7.190"],["126.197","6.275"],["125.830","7.294"],["125.362","6.787"],["125.683","6.049"],["125.398","5.580"],["124.221","6.162"],["123.940","6.885"],["124.243","7.360"],["123.609","7.834"],["123.296","7.419"],["122.824","7.458"],["122.086","6.900"],["121.921","7.192"],["122.313","8.036"],["122.943","8.315"],["123.487","8.692"],["123.839","8.241"],["124.603","8.513"],["124.765","8.960"],["125.470","8.987"],["125.413","9.760"],["126.223","9.286"],["126.305","8.782"],["126.377","8.414"]]],[[["123.983","10.279"],["123.623","9.949"],["123.310","9.319"],["122.997","9.022"],["122.381","9.713"],["122.587","9.981"],["122.839","10.262"],["122.947","10.882"],["123.497","10.941"],["123.339","10.267"],["124.077","11.233"],["123.983","10.279"]]],[[["118.504","9.316"],["117.176","8.367"],["117.665","9.067"],["118.385","9.684"],["118.987","10.377"],["119.512","11.370"],["119.689","10.554"],["119.030","10.003"],["118.504","9.316"]]],[[["121.885","11.893"],["122.482","11.582"],["123.119","11.583"],["123.101","11.167"],["122.637","10.741"],["122.003","10.441"],["121.967","10.906"],["122.039","11.415"],["121.885","11.893"]]],[[["125.503","12.163"],["125.783","11.047"],["125.013","11.311"],["125.031","10.976"],["125.276","10.359"],["124.801","10.135"],["124.761","10.838"],["124.459","10.891"],["124.304","11.495"],["124.891","11.415"],["124.876","11.794"],["124.268","12.558"],["125.225","12.535"],["125.503","12.163"]]],[[["121.528","13.070"],["121.262","12.205"],["120.833","12.705"],["120.322","13.466"],["121.179","13.429"],["121.528","13.070"]]],[[["121.323","18.503"],["121.939","18.218"],["122.245","18.479"],["122.338","18.225"],["122.173","17.810"],["122.515","17.093"],["122.252","16.263"],["121.661","15.932"],["121.507","15.124"],["121.730","14.329"],["122.259","14.218"],["122.702","14.336"],["123.951","13.782"],["123.854","13.238"],["124.181","12.997"],["124.077","12.537"],["123.299","13.028"],["122.929","13.553"],["122.673","13.186"],["122.036","13.785"],["121.125","13.636"],["120.628","13.858"],["120.679","14.271"],["120.992","14.525"],["120.693","14.756"],["120.563","14.396"],["120.070","14.971"],["119.923","15.407"],["119.883","16.364"],["120.286","16.034"],["120.391","17.599"],["120.715","18.505"],["121.323","18.503"]]]]}},{"type":"Feature","id":"598.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["155.880","-6.820"],["155.599","-6.920"],["155.167","-6.537"],["154.728","-5.901"],["154.515","-5.139"],["154.652","-5.043"],["154.760","-5.340"],["155.063","-5.566"],["155.549","-6.201"],["156.020","-6.540"],["155.880","-6.820"]]],[[["151.985","-5.477"],["151.459","-5.561"],["151.301","-5.840"],["150.753","-6.083"],["150.242","-6.318"],["149.709","-6.316"],["148.888","-6.026"],["148.320","-5.747"],["148.402","-5.437"],["149.299","-5.583"],["149.846","-5.505"],["149.997","-5.026"],["150.141","-5.002"],["150.239","-5.533"],["150.807","-5.457"],["151.088","-5.114"],["151.646","-4.757"],["151.538","-4.168"],["152.136","-4.149"],["152.337","-4.312"],["152.319","-4.868"],["151.985","-5.477"]]],[[["141.033","-9.117"],["141.019","-5.859"],["141.001","-2.600"],["142.736","-3.289"],["144.583","-3.861"],["145.274","-4.373"],["145.828","-4.877"],["145.983","-5.465"],["147.646","-6.083"],["147.891","-6.615"],["146.970","-6.722"],["147.193","-7.388"],["148.086","-8.044"],["148.734","-9.105"],["149.306","-9.072"],["149.266","-9.515"],["150.041","-9.685"],["149.738","-9.872"],["150.800","-10.294"],["150.692","-10.583"],["150.030","-10.652"],["149.781","-10.393"],["148.924","-10.280"],["147.913","-10.131"],["147.135","-9.492"],["146.566","-8.943"],["146.048","-8.068"],["144.745","-7.631"],["143.899","-7.915"],["143.287","-8.245"],["143.413","-8.983"],["142.628","-9.327"],["142.070","-9.160"],["141.033","-9.117"]]],[[["153.140","-4.500"],["152.827","-4.767"],["152.640","-4.177"],["152.406","-3.790"],["151.952","-3.461"],["151.383","-3.036"],["150.663","-2.741"],["150.941","-2.499"],["151.481","-2.781"],["151.819","-2.999"],["152.240","-3.241"],["152.640","-3.659"],["153.021","-3.981"],["153.140","-4.500"]]]]}},{"type":"Feature","id":"616.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["15.018","51.107"],["14.607","51.744"],["14.686","52.090"],["14.438","52.625"],["14.074","52.981"],["14.352","53.248"],["14.121","53.757"],["14.802","54.050"],["16.364","54.512"],["17.624","54.851"],["18.621","54.683"],["18.697","54.439"],["19.662","54.426"],["20.893","54.313"],["22.732","54.328"],["23.244","54.221"],["23.485","53.913"],["23.528","53.471"],["23.805","53.090"],["23.798","52.691"],["23.200","52.488"],["23.506","52.024"],["23.528","51.578"],["24.028","50.706"],["23.924","50.425"],["23.427","50.308"],["22.520","49.477"],["22.776","49.027"],["22.560","49.086"],["21.609","49.470"],["20.889","49.329"],["20.418","49.431"],["19.824","49.218"],["19.320","49.572"],["18.909","49.437"],["18.852","49.496"],["18.394","49.989"],["17.649","50.050"],["17.556","50.362"],["16.868","50.473"],["16.720","50.216"],["16.177","50.423"],["16.238","50.697"],["15.493","50.784"],["15.018","51.107"]]]}},{"type":"Feature","id":"630.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-65.591","18.229"],["-65.846","17.975"],["-66.599","17.982"],["-67.186","17.946"],["-67.243","18.375"],["-67.099","18.521"],["-66.282","18.515"],["-65.771","18.427"],["-65.591","18.229"]]]}},{"type":"Feature","id":"408.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["130.640","42.395"],["130.780","42.220"],["130.399","42.281"],["129.967","41.942"],["129.668","41.602"],["129.704","40.883"],["129.189","40.662"],["129.009","40.485"],["128.635","40.190"],["127.969","40.025"],["127.533","39.758"],["127.501","39.324"],["127.385","39.214"],["127.785","39.051"],["128.350","38.612"],["128.206","38.370"],["127.781","38.304"],["127.072","38.256"],["126.683","37.804"],["126.237","37.841"],["126.176","37.750"],["125.690","37.940"],["125.567","37.752"],["125.276","37.669"],["125.240","37.858"],["124.981","37.948"],["124.711","38.108"],["124.984","38.549"],["125.222","38.665"],["125.132","38.848"],["125.387","39.388"],["125.323","39.551"],["124.736","39.660"],["124.264","39.928"],["125.081","40.570"],["126.183","41.107"],["126.871","41.817"],["127.342","41.503"],["128.210","41.466"],["128.051","41.994"],["129.596","42.425"],["129.995","42.986"],["130.640","42.395"]]]}},{"type":"Feature","id":"620.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-9.034","41.881"],["-8.671","42.135"],["-8.264","42.281"],["-8.012","41.791"],["-7.421","41.793"],["-7.252","41.918"],["-6.669","41.883"],["-6.388","41.381"],["-6.853","41.110"],["-6.863","40.331"],["-7.025","40.185"],["-7.065","39.712"],["-7.497","39.629"],["-7.097","39.030"],["-7.375","38.374"],["-7.029","38.075"],["-7.166","37.804"],["-7.537","37.429"],["-7.454","37.097"],["-7.857","36.839"],["-8.383","36.979"],["-8.897","36.868"],["-8.746","37.651"],["-8.840","38.266"],["-9.286","38.358"],["-9.527","38.737"],["-9.448","39.391"],["-9.049","39.756"],["-8.977","40.159"],["-8.768","40.761"],["-8.789","41.185"],["-8.991","41.543"],["-9.034","41.881"]]]}},{"type":"Feature","id":"600.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-62.686","-22.248"],["-62.290","-21.052"],["-62.264","-20.513"],["-61.786","-19.633"],["-60.043","-19.343"],["-59.114","-19.357"],["-58.182","-19.869"],["-58.168","-20.177"],["-57.872","-20.732"],["-57.937","-22.090"],["-56.882","-22.283"],["-56.472","-22.087"],["-55.799","-22.358"],["-55.612","-22.656"],["-55.518","-23.571"],["-55.399","-23.957"],["-55.028","-24.002"],["-54.654","-23.839"],["-54.294","-24.021"],["-54.294","-24.572"],["-54.431","-25.162"],["-54.625","-25.739"],["-54.787","-26.622"],["-55.694","-27.388"],["-56.486","-27.548"],["-57.610","-27.395"],["-58.618","-27.124"],["-57.635","-25.603"],["-57.779","-25.162"],["-58.808","-24.771"],["-60.029","-24.033"],["-60.846","-23.880"],["-62.686","-22.248"]]]}},{"type":"Feature","id":"275.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["35.545","32.393"],["35.545","31.782"],["35.397","31.489"],["34.926","31.353"],["34.969","31.617"],["35.225","31.754"],["34.976","31.867"],["35.185","32.532"],["35.545","32.393"]]]}},{"type":"Feature","id":"634.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["50.809","24.755"],["50.744","25.482"],["51.014","26.007"],["51.288","26.114"],["51.590","25.802"],["51.608","25.216"],["51.389","24.628"],["51.112","24.557"],["50.809","24.755"]]]}},{"type":"Feature","id":"642.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["22.711","47.883"],["23.143","48.096"],["23.762","47.985"],["24.403","47.982"],["24.867","47.737"],["25.209","47.891"],["25.947","47.987"],["26.196","48.221"],["26.620","48.221"],["26.923","48.124"],["27.232","47.827"],["27.553","47.405"],["28.129","46.811"],["28.161","46.372"],["28.053","45.945"],["28.233","45.488"],["28.680","45.304"],["29.151","45.465"],["29.605","45.293"],["29.626","45.035"],["29.140","44.819"],["28.838","44.913"],["28.557","43.708"],["27.970","43.812"],["27.243","44.175"],["26.066","43.944"],["25.569","43.689"],["24.100","43.741"],["23.334","43.897"],["22.945","43.824"],["22.657","44.234"],["22.473","44.410"],["22.707","44.578"],["22.459","44.703"],["22.146","44.479"],["21.562","44.769"],["21.483","45.181"],["20.875","45.417"],["20.763","45.735"],["20.220","46.127"],["21.022","46.316"],["21.627","46.993"],["22.099","47.672"],["22.711","47.883"]]]}},{"type":"Feature","id":"643.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["143.647","50.748"],["144.655","48.977"],["143.175","49.306"],["142.560","47.862"],["143.535","46.837"],["143.506","46.137"],["142.747","46.740"],["142.092","45.967"],["141.908","46.806"],["142.020","47.780"],["141.904","48.858"],["142.135","49.616"],["142.182","50.953"],["141.595","51.935"],["141.681","53.302"],["142.606","53.762"],["142.210","54.226"],["142.653","54.367"],["142.916","53.705"],["143.262","52.741"],["143.236","51.757"],["143.647","50.748"]]],[[["22.732","54.328"],["20.893","54.313"],["19.662","54.426"],["19.888","54.867"],["21.267","55.190"],["22.315","55.016"],["22.758","54.856"],["22.650","54.584"],["22.732","54.328"]]],[[["-180.000","68.963"],["-177.548","68.199"],["-174.928","67.206"],["-175.014","66.584"],["-174.341","66.336"],["-174.571","67.062"],["-171.857","66.913"],["-169.898","65.977"],["-170.892","65.541"],["-172.530","65.438"],["-172.555","64.461"],["-172.955","64.252"],["-173.891","64.282"],["-174.654","64.631"],["-175.982","64.923"],["-176.206","65.357"],["-177.224","65.520"],["-178.358","65.391"],["-178.902","65.740"],["-178.686","66.112"],["-179.885","65.874"],["-179.431","65.404"],["-180.000","64.980"],["-180.000","68.963"]]],[[["-180.000","71.516"],["180.000","70.832"],["178.902","70.781"],["178.726","71.099"],["-180.000","71.516"]]],[[["-180.000","71.516"],["-179.870","71.558"],["-179.024","71.556"],["-177.577","71.269"],["-177.664","71.132"],["-178.693","70.893"],["-180.000","70.832"],["-180.000","71.516"]]],[[["143.604","73.212"],["142.088","73.205"],["140.040","73.317"],["139.863","73.370"],["140.810","73.765"],["142.063","73.858"],["143.481","73.475"],["143.604","73.212"]]],[[["150.732","75.084"],["149.576","74.688"],["147.978","74.779"],["146.120","75.173"],["146.358","75.498"],["148.222","75.347"],["150.732","75.084"]]],[[["145.087","75.562"],["144.298","74.820"],["140.616","74.848"],["138.956","74.612"],["136.976","75.261"],["137.512","75.949"],["138.830","76.137"],["141.472","76.093"],["145.087","75.562"]]],[[["57.534","70.721"],["56.944","70.632"],["53.678","70.762"],["53.412","71.207"],["51.601","71.474"],["51.457","72.014"],["52.480","72.230"],["52.444","72.775"],["54.427","73.627"],["53.509","73.749"],["55.903","74.628"],["55.633","75.081"],["57.869","75.609"],["61.170","76.251"],["64.500","76.439"],["66.210","76.810"],["68.158","76.939"],["68.852","76.545"],["68.179","76.234"],["64.637","75.737"],["61.584","75.261"],["58.477","74.310"],["56.987","73.332"],["55.421","72.372"],["55.622","71.540"],["57.534","70.721"]]],[[["170.330","59.882"],["168.901","60.574"],["166.295","59.788"],["165.841","60.159"],["164.876","59.732"],["163.541","59.869"],["163.217","59.211"],["162.018","58.244"],["162.054","57.839"],["163.191","57.615"],["163.058","56.159"],["162.129","56.122"],["161.701","55.285"],["162.119","54.854"],["160.369","54.344"],["160.023","53.203"],["158.529","52.958"],["158.231","51.942"],["156.791","51.012"],["156.420","51.699"],["155.991","53.160"],["155.433","55.381"],["155.916","56.768"],["156.758","57.365"],["156.809","57.833"],["158.364","58.057"],["160.149","59.315"],["161.874","60.343"],["163.670","61.140"],["164.473","62.551"],["163.260","62.465"],["162.659","61.642"],["160.121","60.545"],["159.303","61.774"],["156.722","61.434"],["154.217","59.758"],["155.045","59.145"],["152.813","58.883"],["151.265","58.781"],["151.337","59.505"],["149.785","59.656"],["148.546","59.164"],["145.486","59.336"],["142.196","59.039"],["138.960","57.088"],["135.126","54.729"],["136.702","54.603"],["137.192","53.978"],["138.164","53.755"],["138.805","54.255"],["139.903","54.189"],["141.346","53.090"],["141.379","52.239"],["140.598","51.239"],["140.515","50.046"],["140.061","48.447"],["138.556","47.000"],["138.218","46.308"],["136.861","45.144"],["135.514","43.989"],["134.870","43.399"],["133.538","42.812"],["132.908","42.798"],["132.278","43.284"],["130.935","42.553"],["130.780","42.220"],["130.640","42.395"],["130.633","42.902"],["131.144","42.930"],["131.288","44.111"],["131.025","44.969"],["131.882","45.321"],["133.099","45.144"],["133.768","46.117"],["134.114","47.212"],["134.499","47.579"],["135.025","48.478"],["133.372","48.183"],["132.508","47.789"],["130.986","47.791"],["130.582","48.730"],["129.398","49.440"],["127.659","49.760"],["127.288","50.739"],["126.939","51.354"],["126.565","51.784"],["125.945","52.793"],["125.067","53.161"],["123.573","53.458"],["122.245","53.432"],["121.003","53.252"],["120.178","52.753"],["120.725","52.515"],["120.740","51.963"],["120.182","51.644"],["119.278","50.583"],["119.289","50.143"],["117.878","49.511"],["116.679","49.888"],["115.487","49.805"],["114.962","50.140"],["114.364","50.248"],["112.899","49.544"],["111.581","49.378"],["110.663","49.129"],["109.403","49.293"],["108.474","49.282"],["107.870","49.794"],["106.890","50.274"],["105.886","50.406"],["104.622","50.275"],["103.676","50.090"],["102.257","50.510"],["102.066","51.260"],["100.889","51.517"],["99.982","51.633"],["98.862","52.047"],["97.826","51.012"],["98.232","50.423"],["97.260","49.727"],["95.813","49.977"],["94.816","50.013"],["94.146","50.480"],["93.106","50.496"],["92.235","50.802"],["90.712","50.331"],["88.804","49.470"],["87.753","49.298"],["87.360","49.214"],["86.831","49.827"],["85.542","49.694"],["85.114","50.117"],["84.415","50.312"],["83.937","50.888"],["83.382","51.069"],["81.946","50.812"],["80.567","51.388"],["80.034","50.864"],["77.802","53.405"],["76.524","54.177"],["76.891","54.490"],["74.386","53.547"],["73.425","53.490"],["73.507","54.035"],["72.226","54.377"],["71.182","54.134"],["70.865","55.171"],["69.068","55.386"],["68.168","54.971"],["65.666","54.601"],["65.177","54.354"],["61.436","54.007"],["60.979","53.665"],["61.699","52.981"],["60.742","52.720"],["60.929","52.448"],["59.968","51.960"],["61.588","51.272"],["61.339","50.800"],["59.932","50.842"],["59.644","50.546"],["58.362","51.064"],["56.778","51.043"],["55.716","50.621"],["54.532","51.026"],["52.328","51.718"],["50.766","51.692"],["48.703","50.605"],["48.577","49.874"],["47.551","50.454"],["46.752","49.357"],["47.043","49.152"],["46.467","48.395"],["47.313","47.716"],["48.059","47.744"],["48.696","47.075"],["48.591","46.561"],["49.103","46.400"],["48.645","45.806"],["47.677","45.641"],["46.683","44.609"],["47.591","43.659"],["47.493","42.986"],["48.584","41.808"],["47.987","41.406"],["47.814","41.152"],["47.375","41.220"],["46.687","41.827"],["46.406","41.860"],["45.776","42.093"],["45.470","42.503"],["44.538","42.711"],["43.929","42.555"],["43.757","42.741"],["42.396","43.220"],["40.923","43.382"],["40.077","43.554"],["39.955","43.435"],["38.681","44.279"],["37.539","44.658"],["36.675","45.245"],["37.403","45.405"],["38.234","46.242"],["37.673","46.636"],["39.149","47.046"],["39.120","47.263"],["38.223","47.103"],["38.256","47.546"],["38.771","47.825"],["39.739","47.898"],["39.897","48.232"],["39.674","48.784"],["40.081","49.308"],["40.070","49.602"],["38.594","49.926"],["38.011","49.916"],["37.392","50.385"],["36.625","50.225"],["35.358","50.578"],["35.379","50.774"],["35.023","51.208"],["34.224","51.257"],["34.141","51.566"],["34.393","51.769"],["33.752","52.335"],["32.715","52.238"],["32.413","52.288"],["32.161","52.061"],["31.787","52.102"],["31.542","52.741"],["31.304","53.075"],["31.499","53.167"],["32.305","53.132"],["32.694","53.351"],["32.406","53.618"],["31.733","53.793"],["31.790","53.974"],["31.383","54.156"],["30.757","54.811"],["30.973","55.082"],["30.876","55.551"],["29.896","55.789"],["29.371","55.671"],["29.230","55.919"],["28.176","56.169"],["27.855","56.759"],["27.769","57.244"],["27.286","57.475"],["27.718","57.793"],["27.420","58.725"],["28.132","59.302"],["27.981","59.475"],["29.119","60.027"],["28.071","60.503"],["30.210","61.780"],["31.139","62.358"],["31.517","62.868"],["30.037","63.552"],["30.444","64.204"],["29.544","64.949"],["30.217","65.806"],["29.054","66.944"],["29.976","67.699"],["28.446","68.364"],["28.593","69.064"],["29.400","69.158"],["31.103","69.559"],["32.132","69.906"],["33.774","69.302"],["36.513","69.064"],["40.293","67.932"],["41.060","67.458"],["41.125","66.791"],["40.016","66.267"],["38.382","65.999"],["33.918","66.760"],["33.183","66.633"],["34.814","65.900"],["34.879","65.437"],["34.944","64.414"],["36.233","64.110"],["37.014","63.849"],["37.143","64.334"],["36.539","64.765"],["37.176","65.143"],["39.595","64.521"],["40.434","64.765"],["39.764","65.497"],["42.093","66.477"],["43.015","66.419"],["43.951","66.069"],["44.531","66.756"],["43.699","67.352"],["44.189","67.951"],["43.454","68.571"],["46.251","68.250"],["46.820","67.690"],["45.557","67.567"],["45.560","67.010"],["46.349","66.668"],["47.893","66.885"],["48.138","67.522"],["50.226","67.998"],["53.718","68.857"],["54.470","68.809"],["53.488","68.201"],["54.726","68.097"],["55.442","68.439"],["57.318","68.467"],["58.801","68.882"],["59.942","68.279"],["61.076","68.941"],["60.029","69.521"],["60.551","69.851"],["63.503","69.547"],["64.889","69.234"],["68.510","68.092"],["69.180","68.616"],["68.165","69.144"],["68.136","69.356"],["66.930","69.455"],["67.261","69.929"],["66.725","70.708"],["66.696","71.030"],["68.539","71.934"],["69.198","72.843"],["69.940","73.041"],["72.589","72.777"],["72.795","72.221"],["71.848","71.408"],["72.471","71.090"],["72.791","70.391"],["72.564","69.021"],["73.669","68.408"],["73.237","67.741"],["71.279","66.320"],["72.424","66.173"],["72.820","66.532"],["73.921","66.789"],["74.188","67.284"],["75.052","67.760"],["74.469","68.329"],["74.937","68.989"],["73.842","69.071"],["73.601","69.628"],["74.400","70.632"],["73.101","71.446"],["74.890","72.122"],["74.659","72.832"],["75.160","72.855"],["75.682","72.301"],["75.289","71.335"],["76.359","71.153"],["75.901","71.874"],["77.575","72.268"],["79.653","72.320"],["81.499","71.750"],["80.610","72.582"],["80.509","73.648"],["82.248","73.850"],["84.657","73.806"],["86.824","73.937"],["86.010","74.459"],["87.166","75.116"],["88.314","75.143"],["90.258","75.640"],["92.901","75.774"],["93.236","76.046"],["95.860","76.140"],["96.677","75.916"],["98.924","76.447"],["100.760","76.430"],["101.037","76.862"],["101.991","77.288"],["104.352","77.698"],["106.066","77.375"],["104.705","77.128"],["106.970","76.974"],["107.240","76.480"],["108.154","76.724"],["111.077","76.710"],["113.331","76.222"],["114.134","75.848"],["113.885","75.327"],["112.780","75.032"],["110.152","74.477"],["109.400","74.180"],["110.642","74.041"],["112.118","73.787"],["113.021","73.976"],["113.529","73.336"],["113.968","73.594"],["115.567","73.752"],["118.778","73.588"],["119.019","73.120"],["123.202","72.971"],["123.256","73.735"],["125.380","73.560"],["126.975","73.565"],["128.591","73.039"],["129.052","72.398"],["128.458","71.980"],["129.715","71.193"],["131.288","70.787"],["132.253","71.837"],["133.858","71.386"],["135.561","71.655"],["137.498","71.347"],["138.232","71.629"],["139.870","71.488"],["139.147","72.415"],["140.468","72.850"],["149.500","72.200"],["150.350","71.606"],["152.967","70.842"],["157.007","71.031"],["158.997","70.866"],["159.829","70.453"],["159.710","69.722"],["160.941","69.437"],["162.281","69.642"],["164.052","69.668"],["165.942","69.472"],["167.835","69.583"],["169.578","68.694"],["170.816","69.014"],["170.010","69.653"],["170.453","70.097"],["173.642","69.818"],["175.723","69.877"],["178.600","69.399"],["-180.000","68.963"],["-180.000","64.975"],["178.708","64.535"],["177.412","64.608"],["178.312","64.075"],["178.909","63.252"],["179.370","62.983"],["179.485","62.570"],["179.230","62.304"],["177.365","62.523"],["174.568","61.769"],["173.678","61.653"],["172.148","60.949"],["170.698","60.337"],["170.330","59.882"]]],[[["105.076","78.307"],["99.438","77.922"],["101.264","79.234"],["102.088","79.346"],["102.837","79.281"],["105.371","78.714"],["105.076","78.307"]]],[[["51.137","80.547"],["49.794","80.415"],["48.894","80.339"],["48.753","80.176"],["47.587","80.011"],["46.503","80.247"],["47.072","80.559"],["44.847","80.589"],["46.799","80.771"],["48.318","80.783"],["48.523","80.514"],["49.095","80.754"],["50.039","80.919"],["51.522","80.700"],["51.137","80.547"]]],[[["99.939","78.880"],["97.757","78.757"],["94.974","79.045"],["93.311","79.427"],["92.544","80.144"],["91.180","80.341"],["93.779","81.025"],["95.939","81.251"],["97.883","80.747"],["100.187","79.780"],["99.939","78.880"]]]]}},{"type":"Feature","id":"646.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["30.419","-1.134"],["30.815","-1.699"],["30.757","-2.287"],["30.469","-2.414"],["29.940","-2.348"],["29.634","-2.918"],["29.025","-2.840"],["29.119","-2.293"],["29.256","-2.215"],["29.292","-1.621"],["29.580","-1.341"],["29.821","-1.444"],["30.419","-1.134"]]]}},{"type":"Feature","id":"732.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-8.667","27.656"],["-8.663","27.590"],["-8.685","27.396"],["-8.689","25.881"],["-11.968","25.934"],["-11.936","23.374"],["-12.876","23.285"],["-13.120","22.771"],["-12.930","21.327"],["-16.846","21.334"],["-17.062","21.000"],["-17.019","21.422"],["-17.001","21.421"],["-14.751","21.500"],["-14.632","21.862"],["-14.222","22.310"],["-13.891","23.692"],["-12.501","24.770"],["-12.030","26.031"],["-11.720","26.104"],["-11.392","26.883"],["-10.550","26.991"],["-10.190","26.861"],["-9.736","26.861"],["-9.412","27.088"],["-8.793","27.121"],["-8.818","27.656"],["-8.667","27.656"]]]}},{"type":"Feature","id":"682.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["42.781","16.348"],["42.648","16.775"],["42.349","17.076"],["42.270","17.475"],["41.755","17.833"],["41.222","18.672"],["40.938","19.486"],["40.247","20.175"],["39.800","20.339"],["39.138","21.292"],["39.023","21.987"],["39.066","22.580"],["38.493","23.688"],["38.025","24.079"],["37.485","24.286"],["37.154","24.859"],["37.208","25.084"],["36.931","25.604"],["36.639","25.826"],["36.251","26.571"],["35.639","27.377"],["35.131","28.063"],["34.631","28.059"],["34.789","28.608"],["34.832","28.957"],["34.955","29.356"],["36.071","29.198"],["36.503","29.506"],["36.740","29.865"],["37.503","30.004"],["37.669","30.339"],["38.000","30.509"],["37.003","31.508"],["39.005","32.009"],["39.195","32.161"],["40.401","31.890"],["41.888","31.190"],["44.711","29.179"],["46.568","29.099"],["47.461","29.002"],["47.709","28.526"],["48.415","28.552"],["48.807","27.689"],["49.301","27.462"],["49.470","27.109"],["50.154","26.689"],["50.212","26.277"],["50.114","25.944"],["50.240","25.609"],["50.528","25.328"],["50.662","24.999"],["50.809","24.755"],["51.112","24.557"],["51.389","24.628"],["51.580","24.246"],["51.619","24.015"],["52.001","23.001"],["55.007","22.497"],["55.208","22.709"],["55.666","22.000"],["55.000","20.000"],["52.001","19.000"],["49.117","18.616"],["48.185","18.166"],["47.468","17.118"],["47.000","16.951"],["46.748","17.283"],["46.367","17.234"],["45.398","17.333"],["45.218","17.434"],["44.063","17.411"],["43.793","17.321"],["43.382","17.579"],["43.116","17.088"],["43.217","16.666"],["42.781","16.348"]]]}},{"type":"Feature","id":"729.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["33.965","9.465"],["33.824","9.484"],["33.842","9.982"],["33.723","10.324"],["33.209","10.720"],["33.086","11.441"],["33.209","12.179"],["32.744","12.248"],["32.676","12.024"],["32.075","11.974"],["32.316","11.681"],["32.399","11.080"],["31.851","10.531"],["31.355","9.810"],["30.836","9.708"],["29.997","10.291"],["29.619","10.085"],["29.515","9.793"],["29.000","9.604"],["28.968","9.399"],["27.970","9.399"],["27.834","9.604"],["27.114","9.639"],["26.754","9.467"],["26.476","9.553"],["25.962","10.137"],["25.789","10.411"],["25.069","10.274"],["24.795","9.810"],["24.536","8.918"],["24.194","8.729"],["23.888","8.619"],["23.805","8.666"],["23.460","8.954"],["23.395","9.265"],["23.557","9.682"],["23.553","10.090"],["22.977","10.715"],["22.866","11.142"],["22.876","11.385"],["22.509","11.679"],["22.498","12.261"],["22.290","12.646"],["21.937","12.589"],["22.038","12.955"],["22.297","13.372"],["22.182","13.787"],["22.513","14.093"],["22.304","14.327"],["22.567","14.943"],["23.024","15.681"],["23.888","15.610"],["23.838","19.580"],["23.848","20.000"],["25.000","20.004"],["25.000","22.000"],["29.022","22.000"],["32.899","22.000"],["36.866","22.000"],["37.190","21.019"],["36.971","20.837"],["37.115","19.807"],["37.482","18.614"],["37.863","18.368"],["38.411","17.998"],["37.903","17.428"],["37.169","17.263"],["36.852","16.956"],["36.755","16.293"],["36.323","14.822"],["36.431","14.423"],["36.269","13.563"],["35.865","12.578"],["35.261","12.084"],["34.832","11.319"],["34.731","10.910"],["34.256","10.630"],["33.961","9.583"],["33.965","9.465"]]]}},{"type":"Feature","id":"728.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["33.965","9.465"],["33.975","8.685"],["33.824","8.380"],["33.295","8.355"],["32.953","7.786"],["33.569","7.713"],["34.076","7.227"],["34.249","6.825"],["34.706","6.595"],["35.297","5.506"],["34.620","4.848"],["34.004","4.250"],["33.389","3.790"],["32.687","3.792"],["31.880","3.557"],["31.247","3.781"],["30.833","3.509"],["29.954","4.174"],["29.716","4.601"],["29.158","4.389"],["28.698","4.455"],["28.428","4.287"],["27.981","4.408"],["27.373","5.233"],["27.214","5.551"],["26.466","5.947"],["26.214","6.546"],["25.796","6.980"],["25.123","7.499"],["25.116","7.826"],["24.568","8.229"],["23.888","8.619"],["24.194","8.729"],["24.536","8.918"],["24.795","9.810"],["25.069","10.274"],["25.789","10.411"],["25.962","10.137"],["26.476","9.553"],["26.754","9.467"],["27.114","9.639"],["27.834","9.604"],["27.970","9.399"],["28.968","9.399"],["29.000","9.604"],["29.515","9.793"],["29.619","10.085"],["29.997","10.291"],["30.836","9.708"],["31.355","9.810"],["31.851","10.531"],["32.399","11.080"],["32.316","11.681"],["32.075","11.974"],["32.676","12.024"],["32.744","12.248"],["33.209","12.179"],["33.086","11.441"],["33.209","10.720"],["33.723","10.324"],["33.842","9.982"],["33.824","9.484"],["33.965","9.465"]]]}},{"type":"Feature","id":"686.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-16.713","13.594"],["-17.127","14.374"],["-17.624","14.730"],["-17.185","14.919"],["-16.702","15.621"],["-16.465","16.135"],["-16.119","16.456"],["-15.622","16.369"],["-15.136","16.588"],["-14.578","16.598"],["-14.100","16.305"],["-13.437","16.039"],["-12.832","15.303"],["-12.170","14.617"],["-12.123","13.995"],["-11.929","13.422"],["-11.554","13.141"],["-11.468","12.754"],["-11.515","12.443"],["-11.659","12.387"],["-12.202","12.466"],["-12.278","12.354"],["-12.498","12.332"],["-13.218","12.577"],["-13.700","12.585"],["-15.547","12.629"],["-15.817","12.516"],["-16.148","12.547"],["-16.677","12.386"],["-16.843","13.151"],["-15.932","13.131"],["-15.691","13.270"],["-15.511","13.278"],["-15.140","13.509"],["-14.712","13.299"],["-14.276","13.280"],["-13.844","13.506"],["-14.046","13.794"],["-14.377","13.626"],["-14.686","13.631"],["-15.082","13.877"],["-15.399","13.860"],["-15.626","13.624"],["-16.713","13.594"]]]}},{"type":"Feature","id":"90.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["162.119","-10.482"],["162.399","-10.826"],["161.701","-10.821"],["161.319","-10.204"],["161.917","-10.447"],["162.119","-10.482"]]],[[["160.851","-9.872"],["160.463","-9.895"],["159.851","-9.794"],["159.642","-9.640"],["159.703","-9.244"],["160.362","-9.400"],["160.689","-9.610"],["160.851","-9.872"]]],[[["161.679","-9.600"],["161.528","-9.784"],["160.787","-8.917"],["160.581","-8.320"],["160.920","-8.320"],["161.280","-9.120"],["161.679","-9.600"]]],[[["159.876","-8.337"],["159.919","-8.539"],["159.134","-8.113"],["158.587","-7.756"],["158.213","-7.422"],["158.360","-7.320"],["158.821","-7.559"],["159.642","-8.020"],["159.876","-8.337"]]],[[["157.539","-7.348"],["157.338","-7.405"],["156.902","-7.177"],["156.492","-6.766"],["156.542","-6.599"],["157.140","-7.021"],["157.539","-7.348"]]]]}},{"type":"Feature","id":"694.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-11.439","6.786"],["-11.709","6.860"],["-12.429","7.263"],["-12.948","7.798"],["-13.124","8.164"],["-13.246","8.902"],["-12.714","9.343"],["-12.598","9.619"],["-12.426","9.837"],["-12.152","9.859"],["-11.918","10.047"],["-11.119","10.047"],["-10.838","9.689"],["-10.622","9.269"],["-10.654","8.977"],["-10.496","8.715"],["-10.507","8.348"],["-10.230","8.406"],["-10.694","7.940"],["-11.148","7.397"],["-11.202","7.105"],["-11.439","6.786"]]]}},{"type":"Feature","id":"222.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-87.792","13.384"],["-87.904","13.150"],["-88.483","13.164"],["-88.843","13.259"],["-89.257","13.459"],["-89.812","13.521"],["-90.096","13.735"],["-90.064","13.883"],["-89.722","14.134"],["-89.535","14.245"],["-89.589","14.362"],["-89.355","14.424"],["-89.059","14.339"],["-88.843","14.141"],["-88.541","13.980"],["-88.505","13.846"],["-88.066","13.964"],["-87.861","13.893"],["-87.724","13.785"],["-87.792","13.384"]]]}},{"type":"Feature","id":"-99.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["47.789","8.003"],["46.950","7.998"],["43.677","9.184"],["43.296","9.541"],["42.929","10.022"],["42.558","10.573"],["42.777","10.927"],["43.145","11.462"],["43.472","11.278"],["43.667","10.865"],["44.117","10.446"],["44.613","10.443"],["45.557","10.698"],["46.644","10.816"],["47.526","11.127"],["48.023","11.193"],["48.379","11.375"],["48.948","11.410"],["48.941","11.394"],["48.937","10.983"],["48.937","9.974"],["48.937","9.451"],["48.487","8.838"],["47.789","8.003"]]]}},{"type":"Feature","id":"706.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["46.565","2.856"],["45.564","2.045"],["44.070","1.053"],["43.137","0.293"],["42.043","-0.919"],["41.813","-1.447"],["41.586","-1.683"],["40.992","-0.858"],["40.981","2.785"],["41.856","3.919"],["42.129","4.235"],["42.770","4.252"],["43.659","4.957"],["44.963","5.002"],["47.789","8.003"],["48.487","8.838"],["48.937","9.451"],["48.937","9.974"],["48.937","10.983"],["48.941","11.394"],["48.948","11.410"],["49.268","11.431"],["49.729","11.578"],["50.258","11.679"],["50.734","12.023"],["51.112","12.024"],["51.133","11.748"],["51.043","11.167"],["51.047","10.641"],["50.834","10.279"],["50.554","9.199"],["50.071","8.081"],["49.452","6.805"],["48.595","5.339"],["47.742","4.219"],["46.565","2.856"]]]}},{"type":"Feature","id":"688.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["22.657","44.234"],["22.412","44.008"],["22.498","43.642"],["22.984","43.211"],["22.606","42.899"],["22.437","42.581"],["22.545","42.461"],["22.380","42.321"],["21.919","42.303"],["21.577","42.246"],["21.544","42.321"],["21.663","42.439"],["21.775","42.682"],["21.634","42.677"],["21.440","42.862"],["21.274","42.909"],["21.145","43.069"],["20.958","43.132"],["20.814","43.272"],["20.634","43.217"],["20.497","42.885"],["20.259","42.812"],["20.338","42.899"],["19.957","43.106"],["19.629","43.213"],["19.485","43.352"],["19.219","43.524"],["19.453","43.567"],["19.600","44.038"],["19.118","44.424"],["19.366","44.863"],["19.006","44.859"],["19.392","45.236"],["19.071","45.521"],["18.830","45.908"],["19.597","46.172"],["20.220","46.127"],["20.763","45.735"],["20.875","45.417"],["21.483","45.181"],["21.562","44.769"],["22.146","44.479"],["22.459","44.703"],["22.707","44.578"],["22.473","44.410"],["22.657","44.234"]]]}},{"type":"Feature","id":"740.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-57.149","5.973"],["-55.950","5.773"],["-55.842","5.954"],["-55.032","6.025"],["-53.959","5.756"],["-54.478","4.896"],["-54.398","4.212"],["-54.006","3.620"],["-54.182","3.189"],["-54.269","2.733"],["-54.524","2.312"],["-55.097","2.524"],["-55.568","2.422"],["-55.972","2.510"],["-56.072","2.220"],["-55.907","2.022"],["-55.997","1.818"],["-56.540","1.899"],["-57.149","2.769"],["-57.282","3.333"],["-57.602","3.335"],["-58.045","4.061"],["-57.862","4.577"],["-57.916","4.813"],["-57.307","5.073"],["-57.149","5.973"]]]}},{"type":"Feature","id":"703.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["18.852","49.496"],["18.909","49.437"],["19.320","49.572"],["19.824","49.218"],["20.418","49.431"],["20.889","49.329"],["21.609","49.470"],["22.560","49.086"],["22.282","48.825"],["22.084","48.423"],["21.872","48.320"],["20.803","48.624"],["20.475","48.563"],["20.238","48.327"],["19.770","48.202"],["19.662","48.266"],["19.176","48.112"],["18.776","48.082"],["18.697","47.881"],["17.858","47.759"],["17.487","47.867"],["16.980","48.124"],["16.879","48.469"],["16.962","48.596"],["17.102","48.817"],["17.545","48.799"],["17.887","48.904"],["17.912","48.996"],["18.106","49.044"],["18.171","49.272"],["18.402","49.315"],["18.556","49.496"],["18.852","49.496"]]]}},{"type":"Feature","id":"705.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["13.808","46.509"],["14.632","46.433"],["15.136","46.658"],["16.011","46.684"],["16.202","46.853"],["16.371","46.841"],["16.566","46.504"],["15.770","46.238"],["15.673","45.834"],["15.324","45.731"],["15.327","45.452"],["14.935","45.472"],["14.596","45.636"],["14.413","45.465"],["13.714","45.500"],["13.938","45.590"],["13.696","46.018"],["13.808","46.509"]]]}},{"type":"Feature","id":"752.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["11.029","58.855"],["11.468","59.432"],["12.300","60.118"],["12.631","61.293"],["11.994","61.800"],["11.932","63.129"],["12.580","64.066"],["13.570","64.049"],["13.920","64.445"],["13.556","64.787"],["15.108","66.194"],["16.108","67.303"],["16.767","68.013"],["17.728","68.010"],["17.995","68.567"],["19.878","68.408"],["20.025","69.066"],["20.644","69.106"],["21.980","68.616"],["23.539","67.935"],["23.568","66.397"],["23.902","66.006"],["22.182","65.723"],["21.213","65.027"],["21.368","64.414"],["19.780","63.610"],["17.847","62.750"],["17.120","61.342"],["17.833","60.637"],["18.787","60.081"],["17.869","58.954"],["16.828","58.720"],["16.447","57.041"],["15.882","56.105"],["14.668","56.200"],["14.100","55.408"],["12.944","55.362"],["12.624","56.308"],["11.788","57.442"],["11.029","58.855"]]]}},{"type":"Feature","id":"748.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["32.071","-26.734"],["31.869","-27.178"],["31.283","-27.286"],["30.685","-26.744"],["30.678","-26.398"],["30.951","-26.023"],["31.045","-25.732"],["31.333","-25.660"],["31.837","-25.843"],["31.985","-26.292"],["32.071","-26.734"]]]}},{"type":"Feature","id":"760.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["38.792","33.378"],["36.834","32.313"],["35.721","32.709"],["35.700","32.716"],["35.837","32.867"],["35.822","33.277"],["36.067","33.824"],["36.611","34.201"],["36.449","34.593"],["35.999","34.645"],["35.905","35.410"],["36.150","35.821"],["36.416","36.040"],["36.686","36.260"],["36.740","36.818"],["37.068","36.623"],["38.169","36.901"],["38.699","36.714"],["39.523","36.715"],["40.675","37.092"],["41.211","37.075"],["42.349","37.229"],["41.838","36.606"],["41.291","36.359"],["41.384","35.628"],["41.006","34.420"],["38.792","33.378"]]]}},{"type":"Feature","id":"148.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["14.496","12.860"],["14.596","13.330"],["13.956","13.353"],["13.956","13.997"],["13.542","14.367"],["13.974","15.685"],["15.248","16.628"],["15.302","17.928"],["15.687","19.957"],["15.903","20.387"],["15.486","20.731"],["15.471","21.049"],["15.097","21.309"],["14.852","22.864"],["15.860","23.411"],["19.849","21.495"],["23.838","19.580"],["23.888","15.610"],["23.024","15.681"],["22.567","14.943"],["22.304","14.327"],["22.513","14.093"],["22.182","13.787"],["22.297","13.372"],["22.038","12.955"],["21.937","12.589"],["22.290","12.646"],["22.498","12.261"],["22.509","11.679"],["22.876","11.385"],["22.866","11.142"],["22.232","10.972"],["21.724","10.568"],["21.001","9.475"],["20.061","9.013"],["19.093","9.074"],["18.812","8.982"],["18.913","8.631"],["18.391","8.281"],["17.966","7.892"],["16.706","7.508"],["16.458","7.735"],["16.292","7.755"],["16.105","7.498"],["15.280","7.421"],["15.435","7.692"],["15.122","8.381"],["14.982","8.796"],["14.546","8.967"],["13.956","9.550"],["14.172","10.021"],["14.629","9.922"],["14.910","9.993"],["15.468","9.982"],["14.924","10.891"],["14.960","11.556"],["14.895","12.219"],["14.496","12.860"]]]}},{"type":"Feature","id":"768.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["1.867","6.141"],["1.060","5.929"],["0.837","6.280"],["0.571","6.914"],["0.491","7.412"],["0.711","8.312"],["0.463","8.677"],["0.365","9.465"],["0.369","10.191"],["-0.049","10.707"],["0.023","11.019"],["0.898","10.996"],["0.772","10.470"],["1.078","10.175"],["1.424","9.826"],["1.463","9.335"],["1.665","9.128"],["1.618","6.832"],["1.867","6.141"]]]}},{"type":"Feature","id":"764.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["102.585","12.186"],["101.688","12.646"],["100.832","12.627"],["100.979","13.412"],["100.097","13.407"],["100.018","12.308"],["99.478","10.847"],["99.154","9.963"],["99.222","9.239"],["99.874","9.208"],["100.281","8.295"],["100.461","7.430"],["101.019","6.857"],["101.624","6.740"],["102.142","6.221"],["101.814","5.811"],["101.156","5.692"],["101.076","6.206"],["100.259","6.643"],["100.086","6.464"],["99.690","6.848"],["99.521","7.343"],["98.988","7.907"],["98.502","8.383"],["98.340","7.794"],["98.150","8.350"],["98.258","8.974"],["98.553","9.934"],["99.039","10.960"],["99.586","11.893"],["99.197","12.804"],["99.212","13.270"],["99.096","13.827"],["98.430","14.622"],["98.193","15.124"],["98.538","15.308"],["98.902","16.178"],["98.495","16.838"],["97.858","17.567"],["97.376","18.446"],["97.797","18.627"],["98.254","19.708"],["98.960","19.754"],["99.543","20.186"],["100.115","20.419"],["100.547","20.109"],["100.605","19.509"],["101.282","19.462"],["101.037","18.409"],["101.058","17.512"],["102.113","18.109"],["102.412","17.932"],["102.999","17.961"],["103.200","18.310"],["103.956","18.241"],["104.716","17.428"],["104.781","16.442"],["105.587","15.570"],["105.544","14.725"],["105.220","14.273"],["104.280","14.417"],["102.988","14.226"],["102.347","13.395"],["102.585","12.186"]]]}},{"type":"Feature","id":"762.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["71.013","40.244"],["70.649","39.936"],["69.558","40.103"],["69.464","39.527"],["70.548","39.605"],["71.783","39.280"],["73.677","39.431"],["73.929","38.506"],["74.256","38.606"],["74.865","38.379"],["74.829","37.990"],["74.980","37.420"],["73.950","37.422"],["73.259","37.495"],["72.636","37.047"],["72.193","36.948"],["71.844","36.738"],["71.448","37.066"],["71.542","37.907"],["71.239","37.953"],["71.347","38.259"],["70.807","38.487"],["70.375","38.139"],["70.271","37.735"],["70.116","37.589"],["69.518","37.610"],["69.194","37.151"],["68.860","37.344"],["68.136","37.023"],["67.830","37.144"],["68.392","38.157"],["68.176","38.902"],["67.441","39.139"],["67.700","39.581"],["68.536","39.534"],["69.011","40.086"],["69.331","40.728"],["70.667","40.961"],["70.458","40.497"],["70.602","40.218"],["71.013","40.244"]]]}},{"type":"Feature","id":"795.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["61.210","35.651"],["61.123","36.491"],["60.378","36.528"],["59.233","37.413"],["58.438","37.523"],["57.329","38.030"],["56.620","38.122"],["56.180","37.934"],["55.511","37.964"],["54.802","37.393"],["53.923","37.198"],["53.736","37.907"],["53.880","38.952"],["53.102","39.291"],["53.358","39.975"],["52.696","40.034"],["52.915","40.876"],["53.858","40.631"],["54.737","40.951"],["54.010","41.551"],["53.722","42.123"],["52.915","41.867"],["52.814","41.135"],["52.501","41.784"],["52.944","42.116"],["54.078","42.324"],["54.755","42.045"],["55.457","41.260"],["55.968","41.308"],["57.095","41.322"],["56.933","41.826"],["57.786","42.171"],["58.628","42.751"],["59.975","42.223"],["60.083","41.425"],["60.464","41.220"],["61.548","41.267"],["61.883","41.084"],["62.376","40.055"],["63.517","39.363"],["64.169","38.893"],["65.216","38.403"],["66.545","37.974"],["66.520","37.363"],["66.217","37.394"],["65.746","37.662"],["65.587","37.306"],["64.745","37.111"],["64.547","36.312"],["63.982","36.009"],["63.193","35.858"],["62.984","35.404"],["62.232","35.271"],["61.210","35.651"]]]}},{"type":"Feature","id":"626.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["124.970","-8.893"],["125.085","-8.657"],["125.945","-8.433"],["126.644","-8.398"],["126.957","-8.273"],["127.335","-8.398"],["126.968","-8.669"],["125.927","-9.107"],["125.089","-9.393"],["125.071","-9.089"],["124.970","-8.893"]]]}},{"type":"Feature","id":"780.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-60.936","10.109"],["-61.771","10.000"],["-61.951","10.090"],["-61.660","10.364"],["-61.681","10.760"],["-61.105","10.891"],["-60.896","10.856"],["-60.936","10.109"]]]}},{"type":"Feature","id":"788.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["9.481","30.308"],["9.056","32.103"],["8.440","32.506"],["8.429","32.747"],["7.612","33.345"],["7.526","34.097"],["8.141","34.656"],["8.375","35.481"],["8.217","36.434"],["8.422","36.946"],["9.509","37.349"],["10.212","37.229"],["10.179","36.724"],["11.029","37.092"],["11.101","36.899"],["10.600","36.410"],["10.593","35.948"],["10.939","35.699"],["10.809","34.833"],["10.150","34.331"],["10.341","33.786"],["10.856","33.769"],["11.108","33.293"],["11.490","33.136"],["11.432","32.369"],["10.946","32.082"],["10.636","31.761"],["9.949","31.376"],["10.057","30.962"],["9.970","30.539"],["9.481","30.308"]]]}},{"type":"Feature","id":"792.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["41.553","41.536"],["42.619","41.583"],["43.584","41.093"],["43.753","40.740"],["43.656","40.254"],["44.401","40.004"],["44.793","39.712"],["44.109","39.428"],["44.423","38.282"],["44.225","37.971"],["44.772","37.170"],["44.293","37.002"],["43.944","37.255"],["42.777","37.386"],["42.349","37.229"],["41.211","37.075"],["40.675","37.092"],["39.523","36.715"],["38.699","36.714"],["38.169","36.901"],["37.068","36.623"],["36.740","36.818"],["36.686","36.260"],["36.416","36.040"],["36.150","35.821"],["35.783","36.274"],["36.161","36.651"],["35.552","36.566"],["34.713","36.795"],["34.026","36.220"],["32.510","36.108"],["31.700","36.644"],["30.620","36.677"],["30.390","36.264"],["29.698","36.144"],["28.734","36.677"],["27.643","36.658"],["27.049","37.653"],["26.318","38.209"],["26.804","38.985"],["26.170","39.464"],["27.279","40.419"],["28.820","40.459"],["29.241","41.220"],["31.146","41.088"],["32.348","41.735"],["33.515","42.019"],["35.167","42.041"],["36.913","41.336"],["38.349","40.949"],["39.512","41.103"],["40.373","41.013"],["41.553","41.536"]]],[[["26.055","40.824"],["26.293","40.937"],["26.602","41.562"],["26.116","41.827"],["27.135","42.142"],["27.996","42.008"],["28.114","41.623"],["28.989","41.300"],["28.806","41.055"],["27.618","40.999"],["27.193","40.690"],["26.358","40.152"],["26.044","40.617"],["26.055","40.824"]]]]}},{"type":"Feature","id":"158.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["121.175","22.791"],["120.747","21.971"],["120.221","22.815"],["120.106","23.556"],["120.693","24.539"],["121.496","25.296"],["121.953","24.998"],["121.777","24.395"],["121.175","22.791"]]]}},{"type":"Feature","id":"834.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["33.903","-0.950"],["34.073","-1.060"],["37.698","-3.097"],["37.766","-3.677"],["39.203","-4.677"],["38.742","-5.910"],["38.799","-6.476"],["39.440","-6.841"],["39.469","-7.099"],["39.195","-7.704"],["39.253","-8.007"],["39.188","-8.485"],["39.537","-9.112"],["39.951","-10.098"],["40.315","-10.317"],["39.519","-10.897"],["38.429","-11.286"],["37.827","-11.269"],["37.471","-11.569"],["36.776","-11.595"],["36.513","-11.722"],["35.311","-11.439"],["34.559","-11.520"],["34.281","-10.161"],["33.939","-9.694"],["33.741","-9.417"],["32.759","-9.230"],["32.193","-8.931"],["31.556","-8.763"],["31.157","-8.594"],["30.739","-8.341"],["30.199","-7.080"],["29.619","-6.519"],["29.421","-5.939"],["29.518","-5.420"],["29.338","-4.500"],["29.752","-4.453"],["30.116","-4.090"],["30.505","-3.569"],["30.753","-3.359"],["30.743","-3.034"],["30.527","-2.808"],["30.469","-2.414"],["30.757","-2.287"],["30.815","-1.699"],["30.419","-1.134"],["30.771","-1.015"],["31.866","-1.027"],["33.903","-0.950"]]]}},{"type":"Feature","id":"800.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["30.419","-1.134"],["29.821","-1.444"],["29.580","-1.341"],["29.587","-0.587"],["29.821","-0.205"],["29.875","0.597"],["30.087","1.062"],["30.469","1.583"],["30.854","1.849"],["31.175","2.205"],["30.775","2.340"],["30.833","3.509"],["31.247","3.781"],["31.880","3.557"],["32.687","3.792"],["33.389","3.790"],["34.004","4.250"],["34.479","3.556"],["34.595","3.054"],["35.037","1.906"],["34.674","1.177"],["34.181","0.515"],["33.893","0.111"],["33.903","-0.950"],["31.866","-1.027"],["30.771","-1.015"],["30.419","-1.134"]]]}},{"type":"Feature","id":"804.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["31.787","52.102"],["32.161","52.061"],["32.413","52.288"],["32.715","52.238"],["33.752","52.335"],["34.393","51.769"],["34.141","51.566"],["34.224","51.257"],["35.023","51.208"],["35.379","50.774"],["35.358","50.578"],["36.625","50.225"],["37.392","50.385"],["38.011","49.916"],["38.594","49.926"],["40.070","49.602"],["40.081","49.308"],["39.674","48.784"],["39.897","48.232"],["39.739","47.898"],["38.771","47.825"],["38.256","47.546"],["38.223","47.103"],["37.424","47.023"],["36.758","46.698"],["35.822","46.646"],["34.962","46.273"],["35.019","45.651"],["35.509","45.410"],["36.531","45.471"],["36.333","45.113"],["35.239","44.939"],["33.882","44.361"],["33.327","44.564"],["33.547","45.035"],["32.453","45.328"],["32.633","45.519"],["33.587","45.851"],["33.299","46.080"],["31.743","46.334"],["31.675","46.707"],["30.750","46.584"],["30.379","46.033"],["29.605","45.293"],["29.151","45.465"],["28.680","45.304"],["28.233","45.488"],["28.485","45.597"],["28.662","45.939"],["28.935","46.259"],["28.863","46.438"],["29.072","46.518"],["29.169","46.379"],["29.760","46.349"],["30.026","46.424"],["29.839","46.525"],["29.907","46.674"],["29.558","46.929"],["29.414","47.346"],["29.050","47.511"],["29.122","47.850"],["28.672","48.119"],["28.258","48.155"],["27.524","48.468"],["26.858","48.369"],["26.620","48.221"],["26.196","48.221"],["25.947","47.987"],["25.209","47.891"],["24.867","47.737"],["24.403","47.982"],["23.762","47.985"],["23.143","48.096"],["22.711","47.883"],["22.642","48.150"],["22.084","48.423"],["22.282","48.825"],["22.560","49.086"],["22.776","49.027"],["22.520","49.477"],["23.427","50.308"],["23.924","50.425"],["24.028","50.706"],["23.528","51.578"],["24.007","51.618"],["24.554","51.889"],["25.328","51.911"],["26.340","51.833"],["27.456","51.592"],["28.240","51.573"],["28.618","51.428"],["28.993","51.602"],["29.256","51.368"],["30.156","51.416"],["30.555","51.319"],["30.620","51.823"],["30.926","52.043"],["31.787","52.102"]]]}},{"type":"Feature","id":"858.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-57.624","-30.217"],["-56.976","-30.109"],["-55.972","-30.884"],["-55.601","-30.854"],["-54.571","-31.495"],["-53.786","-32.047"],["-53.210","-32.728"],["-53.650","-33.202"],["-53.372","-33.768"],["-53.808","-34.397"],["-54.935","-34.952"],["-55.673","-34.753"],["-56.216","-34.860"],["-57.138","-34.431"],["-57.818","-34.463"],["-58.427","-33.909"],["-58.351","-33.263"],["-58.132","-33.040"],["-58.142","-32.045"],["-57.876","-31.017"],["-57.624","-30.217"]]]}},{"type":"Feature","id":"840.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["-155.541","19.083"],["-155.689","18.917"],["-155.937","19.059"],["-155.909","19.338"],["-156.074","19.703"],["-156.024","19.814"],["-155.851","19.978"],["-155.919","20.174"],["-155.862","20.267"],["-155.786","20.248"],["-155.401","20.080"],["-155.225","19.993"],["-155.063","19.859"],["-154.807","19.509"],["-154.832","19.453"],["-155.221","19.240"],["-155.541","19.083"]]],[[["-156.078","20.644"],["-156.416","20.573"],["-156.585","20.783"],["-156.701","20.865"],["-156.711","20.927"],["-156.614","21.012"],["-156.258","20.917"],["-155.995","20.764"],["-156.078","20.644"]]],[[["-156.758","21.177"],["-156.791","21.068"],["-157.327","21.098"],["-157.251","21.219"],["-156.758","21.177"]]],[[["-157.655","21.322"],["-157.709","21.264"],["-157.777","21.278"],["-158.126","21.313"],["-158.252","21.539"],["-158.292","21.579"],["-158.025","21.717"],["-157.943","21.653"],["-157.655","21.322"]]],[[["-159.347","21.981"],["-159.465","21.882"],["-159.800","22.065"],["-159.750","22.138"],["-159.595","22.237"],["-159.365","22.214"],["-159.347","21.981"]]],[[["-67.139","45.137"],["-66.966","44.809"],["-68.032","44.325"],["-69.061","43.981"],["-70.116","43.684"],["-70.645","43.090"],["-70.815","42.866"],["-70.825","42.335"],["-70.494","41.805"],["-70.080","41.781"],["-70.185","42.145"],["-69.886","41.923"],["-69.965","41.636"],["-70.642","41.475"],["-71.121","41.494"],["-71.859","41.320"],["-72.294","41.270"],["-72.877","41.221"],["-73.709","40.931"],["-72.240","41.119"],["-71.945","40.930"],["-73.345","40.629"],["-73.983","40.628"],["-73.954","40.751"],["-74.256","40.473"],["-73.961","40.428"],["-74.177","39.709"],["-74.908","38.940"],["-74.980","39.197"],["-75.199","39.249"],["-75.527","39.499"],["-75.322","38.961"],["-75.073","38.782"],["-75.055","38.405"],["-75.376","38.016"],["-75.941","37.217"],["-76.031","37.257"],["-75.721","37.938"],["-76.233","38.320"],["-76.351","39.150"],["-76.542","38.717"],["-76.330","38.084"],["-76.989","38.240"],["-76.301","37.919"],["-76.258","36.967"],["-75.973","36.898"],["-75.869","36.552"],["-75.729","35.550"],["-76.362","34.809"],["-77.399","34.512"],["-78.054","33.925"],["-78.555","33.861"],["-79.062","33.494"],["-79.203","33.159"],["-80.301","32.510"],["-80.866","32.034"],["-81.337","31.440"],["-81.492","30.730"],["-81.312","30.035"],["-80.981","29.181"],["-80.535","28.472"],["-80.531","28.040"],["-80.056","26.880"],["-80.088","26.206"],["-80.131","25.817"],["-80.380","25.206"],["-80.679","25.079"],["-81.172","25.201"],["-81.330","25.640"],["-81.708","25.869"],["-82.241","26.731"],["-82.705","27.495"],["-82.857","27.885"],["-82.651","28.550"],["-82.929","29.099"],["-83.710","29.936"],["-84.099","30.091"],["-85.110","29.636"],["-85.287","29.686"],["-85.773","30.153"],["-86.399","30.400"],["-87.529","30.275"],["-88.419","30.384"],["-89.182","30.316"],["-89.592","30.160"],["-89.412","29.894"],["-89.430","29.488"],["-89.218","29.292"],["-89.409","29.160"],["-89.779","29.308"],["-90.154","29.118"],["-90.881","29.148"],["-91.626","29.677"],["-92.498","29.552"],["-93.225","29.783"],["-93.848","29.714"],["-94.690","29.479"],["-95.601","28.738"],["-96.594","28.307"],["-97.142","27.830"],["-97.368","27.380"],["-97.379","26.691"],["-97.329","26.210"],["-97.142","25.869"],["-97.530","25.840"],["-98.240","26.060"],["-99.021","26.369"],["-99.302","26.840"],["-99.521","27.540"],["-100.112","28.109"],["-100.457","28.696"],["-100.958","29.380"],["-101.663","29.780"],["-102.480","29.761"],["-103.110","28.971"],["-103.938","29.269"],["-104.457","29.571"],["-104.705","30.122"],["-105.036","30.645"],["-105.630","31.084"],["-106.142","31.400"],["-106.509","31.754"],["-108.240","31.754"],["-108.240","31.343"],["-109.036","31.343"],["-111.023","31.334"],["-113.306","32.039"],["-114.814","32.525"],["-114.721","32.721"],["-115.991","32.612"],["-117.129","32.536"],["-117.295","33.046"],["-117.943","33.621"],["-118.411","33.741"],["-118.519","34.027"],["-119.080","34.078"],["-119.440","34.349"],["-120.369","34.447"],["-120.625","34.609"],["-120.743","35.158"],["-121.715","36.161"],["-122.547","37.552"],["-122.511","37.783"],["-122.954","38.113"],["-123.728","38.952"],["-123.865","39.766"],["-124.397","40.313"],["-124.178","41.142"],["-124.214","41.999"],["-124.534","42.765"],["-124.142","43.708"],["-124.019","44.616"],["-123.901","45.523"],["-124.081","46.865"],["-124.397","47.719"],["-124.685","48.185"],["-124.567","48.379"],["-123.119","48.041"],["-122.587","47.096"],["-122.338","47.360"],["-122.500","48.179"],["-122.839","49.001"],["-120.002","49.001"],["-117.032","49.001"],["-116.049","49.001"],["-113.000","49.001"],["-110.051","49.001"],["-107.049","49.001"],["-104.050","48.999"],["-100.652","49.001"],["-97.228","49.001"],["-95.158","49.001"],["-95.154","49.385"],["-94.816","49.390"],["-94.640","48.839"],["-94.330","48.671"],["-93.632","48.608"],["-92.609","48.450"],["-91.641","48.140"],["-90.831","48.270"],["-89.599","48.009"],["-89.272","48.020"],["-88.379","48.303"],["-87.439","47.940"],["-86.460","47.553"],["-85.654","47.221"],["-84.876","46.900"],["-84.779","46.638"],["-84.545","46.539"],["-84.606","46.440"],["-84.336","46.408"],["-84.142","46.512"],["-84.091","46.275"],["-83.890","46.117"],["-83.616","46.117"],["-83.469","45.995"],["-83.595","45.816"],["-82.551","45.347"],["-82.338","44.439"],["-82.137","43.571"],["-82.428","42.981"],["-82.900","42.430"],["-83.119","42.079"],["-83.141","41.975"],["-83.029","41.833"],["-82.691","41.675"],["-82.439","41.675"],["-81.276","42.210"],["-80.247","42.366"],["-78.940","42.864"],["-78.922","42.965"],["-79.012","43.270"],["-79.170","43.467"],["-78.720","43.625"],["-77.737","43.628"],["-76.819","43.628"],["-76.499","44.019"],["-76.377","44.097"],["-75.318","44.816"],["-74.868","45.000"],["-73.349","45.007"],["-71.506","45.009"],["-71.405","45.255"],["-71.085","45.306"],["-70.660","45.460"],["-70.303","45.915"],["-70.001","46.693"],["-69.238","47.448"],["-68.906","47.184"],["-68.233","47.355"],["-67.790","47.066"],["-67.790","45.703"],["-67.139","45.137"]]],[[["-153.007","57.115"],["-154.004","56.735"],["-154.515","56.992"],["-154.670","57.461"],["-153.763","57.817"],["-153.230","57.970"],["-152.564","57.902"],["-152.143","57.591"],["-153.007","57.115"]]],[[["-165.578","59.909"],["-166.194","59.755"],["-166.849","59.941"],["-167.454","60.213"],["-166.467","60.383"],["-165.675","60.293"],["-165.578","59.909"]]],[[["-171.731","63.782"],["-171.115","63.592"],["-170.492","63.695"],["-169.682","63.431"],["-168.689","63.297"],["-168.771","63.188"],["-169.531","62.978"],["-170.291","63.195"],["-170.672","63.375"],["-171.554","63.318"],["-171.792","63.407"],["-171.731","63.782"]]],[[["-140.986","69.712"],["-140.994","66.001"],["-140.997","60.307"],["-140.014","60.277"],["-139.039","60.000"],["-138.340","59.562"],["-137.451","58.906"],["-136.479","59.463"],["-135.475","59.788"],["-134.946","59.270"],["-134.272","58.861"],["-133.354","58.411"],["-132.732","57.694"],["-131.709","56.553"],["-130.006","55.915"],["-129.981","55.285"],["-130.536","54.802"],["-131.086","55.179"],["-131.968","55.497"],["-132.249","56.370"],["-133.538","57.180"],["-134.078","58.123"],["-135.039","58.188"],["-136.627","58.213"],["-137.800","58.499"],["-139.867","59.538"],["-140.824","59.727"],["-142.574","60.085"],["-143.960","60.000"],["-145.926","60.458"],["-147.114","60.885"],["-148.226","60.673"],["-148.017","59.979"],["-148.572","59.915"],["-149.727","59.706"],["-150.609","59.368"],["-151.718","59.156"],["-151.859","59.744"],["-151.409","60.725"],["-150.347","61.033"],["-150.620","61.285"],["-151.895","60.727"],["-152.579","60.062"],["-154.019","59.350"],["-153.288","58.864"],["-154.231","58.147"],["-155.307","57.728"],["-156.308","57.423"],["-156.557","56.980"],["-158.119","56.464"],["-158.432","55.994"],["-159.602","55.566"],["-160.290","55.643"],["-161.222","55.365"],["-162.237","55.025"],["-163.069","54.690"],["-164.786","54.405"],["-164.941","54.571"],["-163.847","55.040"],["-162.871","55.348"],["-161.805","55.895"],["-160.563","56.007"],["-160.070","56.417"],["-158.684","57.016"],["-158.461","57.216"],["-157.723","57.570"],["-157.550","58.329"],["-157.043","58.920"],["-158.195","58.616"],["-158.519","58.788"],["-159.059","58.425"],["-159.710","58.932"],["-159.980","58.572"],["-160.355","59.071"],["-161.355","58.671"],["-161.967","58.671"],["-162.054","59.267"],["-161.874","59.633"],["-162.518","59.989"],["-163.818","59.798"],["-164.664","60.267"],["-165.348","60.507"],["-165.351","61.075"],["-166.122","61.500"],["-165.733","62.075"],["-164.919","62.634"],["-164.563","63.146"],["-163.753","63.219"],["-163.065","63.059"],["-162.259","63.542"],["-161.535","63.455"],["-160.772","63.766"],["-160.959","64.223"],["-161.517","64.403"],["-160.779","64.789"],["-161.391","64.777"],["-162.453","64.560"],["-162.759","64.339"],["-163.548","64.560"],["-164.959","64.447"],["-166.424","64.686"],["-166.845","65.089"],["-168.109","65.669"],["-166.705","66.088"],["-164.473","66.577"],["-163.652","66.577"],["-163.789","66.077"],["-161.679","66.115"],["-162.489","66.735"],["-163.721","67.116"],["-164.430","67.616"],["-165.391","68.043"],["-166.763","68.359"],["-166.205","68.883"],["-164.430","68.916"],["-163.170","69.371"],["-162.932","69.858"],["-161.910","70.333"],["-160.934","70.448"],["-159.041","70.893"],["-158.119","70.825"],["-156.582","71.358"],["-155.066","71.148"],["-154.343","70.696"],["-153.900","70.891"],["-152.211","70.830"],["-152.269","70.601"],["-150.739","70.431"],["-149.720","70.530"],["-147.614","70.214"],["-145.692","70.120"],["-144.921","69.990"],["-143.589","70.153"],["-142.074","69.852"],["-140.986","69.712"]]]]}},{"type":"Feature","id":"860.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["66.520","37.363"],["66.545","37.974"],["65.216","38.403"],["64.169","38.893"],["63.517","39.363"],["62.376","40.055"],["61.883","41.084"],["61.548","41.267"],["60.464","41.220"],["60.083","41.425"],["59.975","42.223"],["58.628","42.751"],["57.786","42.171"],["56.933","41.826"],["57.095","41.322"],["55.968","41.308"],["55.928","44.997"],["58.502","45.587"],["58.690","45.500"],["60.241","44.785"],["61.058","44.406"],["62.012","43.505"],["63.186","43.651"],["64.900","43.729"],["66.098","42.998"],["66.023","41.994"],["66.509","41.987"],["66.714","41.168"],["67.985","41.136"],["68.258","40.662"],["68.633","40.669"],["69.068","41.385"],["70.390","42.081"],["70.962","42.267"],["71.261","42.168"],["70.419","41.520"],["71.157","41.143"],["71.869","41.393"],["73.054","40.865"],["71.776","40.147"],["71.013","40.244"],["70.602","40.218"],["70.458","40.497"],["70.667","40.961"],["69.331","40.728"],["69.011","40.086"],["68.536","39.534"],["67.700","39.581"],["67.441","39.139"],["68.176","38.902"],["68.392","38.157"],["67.830","37.144"],["67.074","37.356"],["66.520","37.363"]]]}},{"type":"Feature","id":"862.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["-71.333","11.776"],["-71.362","11.540"],["-71.949","11.424"],["-71.621","10.969"],["-71.632","10.446"],["-72.075","9.866"],["-71.697","9.072"],["-71.265","9.137"],["-71.041","9.861"],["-71.351","10.212"],["-71.401","10.969"],["-70.156","11.375"],["-70.293","11.847"],["-69.943","12.162"],["-69.583","11.460"],["-68.881","11.443"],["-68.233","10.885"],["-68.194","10.555"],["-67.297","10.545"],["-66.228","10.649"],["-65.656","10.201"],["-64.889","10.078"],["-64.331","10.390"],["-64.316","10.642"],["-63.078","10.701"],["-61.879","10.715"],["-62.729","10.420"],["-62.387","9.948"],["-61.588","9.873"],["-60.832","9.382"],["-60.670","8.579"],["-60.151","8.602"],["-59.759","8.367"],["-60.551","7.779"],["-60.637","7.414"],["-60.295","7.044"],["-60.544","6.857"],["-61.159","6.695"],["-61.141","6.235"],["-61.411","5.959"],["-60.734","5.200"],["-60.601","4.919"],["-60.968","4.537"],["-62.084","4.162"],["-62.804","4.007"],["-63.092","3.771"],["-63.888","4.021"],["-64.630","4.148"],["-64.817","4.056"],["-64.367","3.797"],["-64.410","3.127"],["-64.270","2.496"],["-63.424","2.411"],["-63.370","2.201"],["-64.082","1.916"],["-64.198","1.493"],["-64.612","1.330"],["-65.353","1.095"],["-65.548","0.790"],["-66.325","0.725"],["-66.876","1.253"],["-67.182","2.250"],["-67.448","2.601"],["-67.808","2.821"],["-67.304","3.318"],["-67.337","3.542"],["-67.621","3.839"],["-67.823","4.504"],["-67.744","5.221"],["-67.520","5.556"],["-67.340","6.096"],["-67.697","6.268"],["-68.266","6.153"],["-68.986","6.207"],["-69.389","6.100"],["-70.095","6.961"],["-70.674","7.088"],["-71.959","6.992"],["-72.197","7.341"],["-72.445","7.425"],["-72.481","7.633"],["-72.363","8.003"],["-72.438","8.406"],["-72.661","8.624"],["-72.787","9.085"],["-73.306","9.152"],["-73.029","9.738"],["-72.906","10.450"],["-72.615","10.823"],["-72.229","11.109"],["-71.974","11.609"],["-71.333","11.776"]]]}},{"type":"Feature","id":"704.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["108.050","21.552"],["106.714","20.696"],["105.882","19.752"],["105.663","19.059"],["106.426","18.005"],["107.362","16.697"],["108.269","16.079"],["108.878","15.277"],["109.335","13.426"],["109.202","11.667"],["108.366","11.009"],["107.222","10.364"],["106.404","9.531"],["105.159","8.600"],["104.795","9.241"],["105.076","9.918"],["104.334","10.486"],["105.198","10.889"],["106.250","10.962"],["105.810","11.568"],["107.492","12.337"],["107.614","13.535"],["107.384","14.202"],["107.564","15.202"],["107.312","15.909"],["106.556","16.604"],["105.926","17.486"],["105.094","18.666"],["103.895","19.266"],["104.183","19.625"],["104.824","19.887"],["104.435","20.759"],["103.204","20.766"],["102.754","21.676"],["102.171","22.464"],["102.707","22.709"],["103.503","22.704"],["104.478","22.818"],["105.328","23.351"],["105.810","22.976"],["106.725","22.794"],["106.566","22.218"],["107.042","21.811"],["108.050","21.552"]]]}},{"type":"Feature","id":"548.000","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[["167.846","-16.466"],["167.515","-16.598"],["167.180","-16.160"],["167.216","-15.891"],["167.846","-16.466"]]],[[["167.108","-14.934"],["167.270","-15.740"],["167.000","-15.615"],["166.791","-15.669"],["166.651","-15.393"],["166.629","-14.627"],["167.108","-14.934"]]]]}},{"type":"Feature","id":"887.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["53.110","16.650"],["52.386","16.383"],["52.192","15.938"],["52.170","15.598"],["51.173","15.174"],["49.574","14.709"],["48.678","14.004"],["48.239","13.948"],["47.940","14.008"],["47.353","13.593"],["46.716","13.400"],["45.877","13.348"],["45.625","13.290"],["45.405","13.026"],["45.143","12.953"],["44.988","12.700"],["44.495","12.721"],["44.174","12.585"],["43.483","12.637"],["43.224","13.221"],["43.253","13.768"],["43.087","14.063"],["42.893","14.803"],["42.605","15.213"],["42.806","15.261"],["42.702","15.720"],["42.824","15.912"],["42.781","16.348"],["43.217","16.666"],["43.116","17.088"],["43.382","17.579"],["43.793","17.321"],["44.063","17.411"],["45.218","17.434"],["45.398","17.333"],["46.367","17.234"],["46.748","17.283"],["47.000","16.951"],["47.468","17.118"],["48.185","18.166"],["49.117","18.616"],["52.001","19.000"],["52.782","17.350"],["53.110","16.650"]]]}},{"type":"Feature","id":"710.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["28.219","-32.771"],["27.463","-33.226"],["26.419","-33.615"],["25.911","-33.667"],["25.782","-33.945"],["25.173","-33.797"],["24.676","-33.987"],["23.593","-33.794"],["22.988","-33.917"],["22.574","-33.863"],["21.544","-34.259"],["20.688","-34.417"],["20.072","-34.796"],["19.615","-34.818"],["19.194","-34.463"],["18.855","-34.445"],["18.423","-33.997"],["18.376","-34.136"],["18.243","-33.867"],["18.250","-33.282"],["17.926","-32.611"],["18.247","-32.429"],["18.222","-31.662"],["17.566","-30.726"],["17.066","-29.878"],["17.062","-29.877"],["16.346","-28.576"],["16.825","-28.083"],["17.217","-28.355"],["17.386","-28.784"],["17.836","-28.857"],["18.466","-29.045"],["19.003","-28.972"],["19.896","-28.461"],["19.896","-24.768"],["20.166","-24.917"],["20.760","-25.869"],["20.666","-26.478"],["20.889","-26.829"],["21.606","-26.727"],["22.106","-26.280"],["22.581","-25.980"],["22.826","-25.501"],["23.312","-25.268"],["23.733","-25.389"],["24.212","-25.671"],["25.026","-25.719"],["25.666","-25.487"],["25.767","-25.174"],["25.940","-24.697"],["26.487","-24.617"],["26.786","-24.240"],["27.121","-23.575"],["28.017","-22.828"],["29.432","-22.092"],["29.839","-22.102"],["30.321","-22.271"],["30.660","-22.151"],["31.193","-22.252"],["31.671","-23.658"],["31.931","-24.370"],["31.754","-25.485"],["31.837","-25.843"],["31.333","-25.660"],["31.045","-25.732"],["30.951","-26.023"],["30.678","-26.398"],["30.685","-26.744"],["31.283","-27.286"],["31.869","-27.178"],["32.071","-26.734"],["32.831","-26.742"],["32.579","-27.470"],["32.463","-28.302"],["32.204","-28.753"],["31.520","-29.257"],["31.326","-29.402"],["30.901","-29.910"],["30.624","-30.423"],["30.055","-31.141"],["28.924","-32.172"],["28.219","-32.771"]],[["28.978","-28.956"],["28.543","-28.647"],["28.075","-28.852"],["27.531","-29.243"],["26.998","-29.877"],["27.751","-30.646"],["28.107","-30.545"],["28.291","-30.226"],["28.849","-30.069"],["29.018","-29.745"],["29.324","-29.257"],["28.978","-28.956"]]]}},{"type":"Feature","id":"894.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["32.759","-9.230"],["33.230","-9.676"],["33.486","-10.525"],["33.317","-10.796"],["33.115","-11.607"],["33.306","-12.435"],["32.993","-12.784"],["32.687","-13.713"],["33.216","-13.972"],["30.181","-14.795"],["30.275","-15.507"],["29.518","-15.644"],["28.946","-16.044"],["28.827","-16.389"],["28.467","-16.469"],["27.600","-17.291"],["27.045","-17.938"],["26.707","-17.961"],["26.383","-17.846"],["25.263","-17.737"],["25.083","-17.662"],["25.076","-17.579"],["24.684","-17.353"],["24.036","-17.296"],["23.215","-17.523"],["22.563","-16.898"],["21.886","-16.080"],["21.933","-12.899"],["24.018","-12.911"],["23.931","-12.566"],["24.079","-12.191"],["23.902","-11.722"],["24.018","-11.237"],["23.913","-10.926"],["24.259","-10.952"],["24.313","-11.263"],["24.784","-11.239"],["25.418","-11.331"],["25.753","-11.784"],["26.552","-11.925"],["27.164","-11.609"],["27.387","-12.133"],["28.154","-12.272"],["28.525","-12.699"],["28.935","-13.250"],["29.698","-13.257"],["29.616","-12.178"],["29.342","-12.361"],["28.644","-11.972"],["28.374","-11.793"],["28.496","-10.789"],["28.672","-9.607"],["28.449","-9.166"],["28.734","-8.527"],["29.004","-8.407"],["30.347","-8.238"],["30.739","-8.341"],["31.157","-8.594"],["31.556","-8.763"],["32.193","-8.931"],["32.759","-9.230"]]]}},{"type":"Feature","id":"716.000","properties":{},"geometry":{"type":"Polygon","coordinates":[[["31.193","-22.252"],["30.660","-22.151"],["30.321","-22.271"],["29.839","-22.102"],["29.432","-22.092"],["28.795","-21.639"],["28.021","-21.486"],["27.726","-20.852"],["27.726","-20.500"],["27.297","-20.392"],["26.163","-19.293"],["25.850","-18.714"],["25.648","-18.536"],["25.263","-17.737"],["26.383","-17.846"],["26.707","-17.961"],["27.045","-17.938"],["27.600","-17.291"],["28.467","-16.469"],["28.827","-16.389"],["28.946","-16.044"],["29.518","-15.644"],["30.275","-15.507"],["30.339","-15.881"],["31.175","-15.861"],["31.635","-16.072"],["31.851","-16.320"],["32.327","-16.393"],["32.849","-16.714"],["32.849","-17.978"],["32.654","-18.673"],["32.611","-19.419"],["32.773","-19.716"],["32.661","-20.305"],["32.510","-20.395"],["32.244","-21.116"],["31.193","-22.252"]]]}}]}
@jamestrimble
Copy link

This is useful - thanks! On line 25, you could add a + to convert the the fixed-precision numbers from strings: o[key] = +o[key].toFixed(precision)
https://gist.github.com/jamestrimble/c34e55fbf087acaf75f6

@billautomata
Copy link
Author

@jamestrimble - done! thank you!

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