Skip to content

Instantly share code, notes, and snippets.

@niallmackenzie
Last active September 21, 2015 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niallmackenzie/3981ac41f0f5bb80739c to your computer and use it in GitHub Desktop.
Save niallmackenzie/3981ac41f0f5bb80739c to your computer and use it in GitHub Desktop.
SIMD 2012 (Perth & Kinross)

Scottish Index of Multiple Deprivation (SIMD) data for Perth and Kinross, Scotland.

Data Zones and Intermediate Zones are two new, small-area statistical geographies introduced by Scottish Neighbourhood Statistics (SNS) to build on the well-established postcode and census geographies. Data Zones have a population of between 500 and 1,000 household residents. Intermediate Zones are aggregations of data zones within local authorities and contain between 2,500 and 6,000 people. Data Zones and Intermediate Zones are now the key geographies for disseminating government statistics and for supporting policy making in Scotland.

Click to zoom in on a data zone, click again to zoom out. Overall deprivation is shown by default. Individual SIMD domains can be selected using the drop down menu.

/**
*
* Created by postgres on 2015-02-27.
*/
// This product includes color specifications and designs developed by Cynthia Brewer (http://colorbrewer.org/).
// JavaScript specs as packaged in the D3 library (d3js.org). Please see license at http://colorbrewer.org/export/LICENSE.txt
var colorbrewer = {YlGn: {
3: ["#f7fcb9","#addd8e","#31a354"],
4: ["#ffffcc","#c2e699","#78c679","#238443"],
5: ["#ffffcc","#c2e699","#78c679","#31a354","#006837"],
6: ["#ffffcc","#d9f0a3","#addd8e","#78c679","#31a354","#006837"],
7: ["#ffffcc","#d9f0a3","#addd8e","#78c679","#41ab5d","#238443","#005a32"],
8: ["#ffffe5","#f7fcb9","#d9f0a3","#addd8e","#78c679","#41ab5d","#238443","#005a32"],
9: ["#ffffe5","#f7fcb9","#d9f0a3","#addd8e","#78c679","#41ab5d","#238443","#006837","#004529"]
},YlGnBu: {
3: ["#edf8b1","#7fcdbb","#2c7fb8"],
4: ["#ffffcc","#a1dab4","#41b6c4","#225ea8"],
5: ["#ffffcc","#a1dab4","#41b6c4","#2c7fb8","#253494"],
6: ["#ffffcc","#c7e9b4","#7fcdbb","#41b6c4","#2c7fb8","#253494"],
7: ["#ffffcc","#c7e9b4","#7fcdbb","#41b6c4","#1d91c0","#225ea8","#0c2c84"],
8: ["#ffffd9","#edf8b1","#c7e9b4","#7fcdbb","#41b6c4","#1d91c0","#225ea8","#0c2c84"],
9: ["#ffffd9","#edf8b1","#c7e9b4","#7fcdbb","#41b6c4","#1d91c0","#225ea8","#253494","#081d58"]
},GnBu: {
3: ["#e0f3db","#a8ddb5","#43a2ca"],
4: ["#f0f9e8","#bae4bc","#7bccc4","#2b8cbe"],
5: ["#f0f9e8","#bae4bc","#7bccc4","#43a2ca","#0868ac"],
6: ["#f0f9e8","#ccebc5","#a8ddb5","#7bccc4","#43a2ca","#0868ac"],
7: ["#f0f9e8","#ccebc5","#a8ddb5","#7bccc4","#4eb3d3","#2b8cbe","#08589e"],
8: ["#f7fcf0","#e0f3db","#ccebc5","#a8ddb5","#7bccc4","#4eb3d3","#2b8cbe","#08589e"],
9: ["#f7fcf0","#e0f3db","#ccebc5","#a8ddb5","#7bccc4","#4eb3d3","#2b8cbe","#0868ac","#084081"]
},BuGn: {
3: ["#e5f5f9","#99d8c9","#2ca25f"],
4: ["#edf8fb","#b2e2e2","#66c2a4","#238b45"],
5: ["#edf8fb","#b2e2e2","#66c2a4","#2ca25f","#006d2c"],
6: ["#edf8fb","#ccece6","#99d8c9","#66c2a4","#2ca25f","#006d2c"],
7: ["#edf8fb","#ccece6","#99d8c9","#66c2a4","#41ae76","#238b45","#005824"],
8: ["#f7fcfd","#e5f5f9","#ccece6","#99d8c9","#66c2a4","#41ae76","#238b45","#005824"],
9: ["#f7fcfd","#e5f5f9","#ccece6","#99d8c9","#66c2a4","#41ae76","#238b45","#006d2c","#00441b"]
},PuBuGn: {
3: ["#ece2f0","#a6bddb","#1c9099"],
4: ["#f6eff7","#bdc9e1","#67a9cf","#02818a"],
5: ["#f6eff7","#bdc9e1","#67a9cf","#1c9099","#016c59"],
6: ["#f6eff7","#d0d1e6","#a6bddb","#67a9cf","#1c9099","#016c59"],
7: ["#f6eff7","#d0d1e6","#a6bddb","#67a9cf","#3690c0","#02818a","#016450"],
8: ["#fff7fb","#ece2f0","#d0d1e6","#a6bddb","#67a9cf","#3690c0","#02818a","#016450"],
9: ["#fff7fb","#ece2f0","#d0d1e6","#a6bddb","#67a9cf","#3690c0","#02818a","#016c59","#014636"]
},PuBu: {
3: ["#ece7f2","#a6bddb","#2b8cbe"],
4: ["#f1eef6","#bdc9e1","#74a9cf","#0570b0"],
5: ["#f1eef6","#bdc9e1","#74a9cf","#2b8cbe","#045a8d"],
6: ["#f1eef6","#d0d1e6","#a6bddb","#74a9cf","#2b8cbe","#045a8d"],
7: ["#f1eef6","#d0d1e6","#a6bddb","#74a9cf","#3690c0","#0570b0","#034e7b"],
8: ["#fff7fb","#ece7f2","#d0d1e6","#a6bddb","#74a9cf","#3690c0","#0570b0","#034e7b"],
9: ["#fff7fb","#ece7f2","#d0d1e6","#a6bddb","#74a9cf","#3690c0","#0570b0","#045a8d","#023858"]
},BuPu: {
3: ["#e0ecf4","#9ebcda","#8856a7"],
4: ["#edf8fb","#b3cde3","#8c96c6","#88419d"],
5: ["#edf8fb","#b3cde3","#8c96c6","#8856a7","#810f7c"],
6: ["#edf8fb","#bfd3e6","#9ebcda","#8c96c6","#8856a7","#810f7c"],
7: ["#edf8fb","#bfd3e6","#9ebcda","#8c96c6","#8c6bb1","#88419d","#6e016b"],
8: ["#f7fcfd","#e0ecf4","#bfd3e6","#9ebcda","#8c96c6","#8c6bb1","#88419d","#6e016b"],
9: ["#f7fcfd","#e0ecf4","#bfd3e6","#9ebcda","#8c96c6","#8c6bb1","#88419d","#810f7c","#4d004b"]
},RdPu: {
3: ["#fde0dd","#fa9fb5","#c51b8a"],
4: ["#feebe2","#fbb4b9","#f768a1","#ae017e"],
5: ["#feebe2","#fbb4b9","#f768a1","#c51b8a","#7a0177"],
6: ["#feebe2","#fcc5c0","#fa9fb5","#f768a1","#c51b8a","#7a0177"],
7: ["#feebe2","#fcc5c0","#fa9fb5","#f768a1","#dd3497","#ae017e","#7a0177"],
8: ["#fff7f3","#fde0dd","#fcc5c0","#fa9fb5","#f768a1","#dd3497","#ae017e","#7a0177"],
9: ["#fff7f3","#fde0dd","#fcc5c0","#fa9fb5","#f768a1","#dd3497","#ae017e","#7a0177","#49006a"]
},PuRd: {
3: ["#e7e1ef","#c994c7","#dd1c77"],
4: ["#f1eef6","#d7b5d8","#df65b0","#ce1256"],
5: ["#f1eef6","#d7b5d8","#df65b0","#dd1c77","#980043"],
6: ["#f1eef6","#d4b9da","#c994c7","#df65b0","#dd1c77","#980043"],
7: ["#f1eef6","#d4b9da","#c994c7","#df65b0","#e7298a","#ce1256","#91003f"],
8: ["#f7f4f9","#e7e1ef","#d4b9da","#c994c7","#df65b0","#e7298a","#ce1256","#91003f"],
9: ["#f7f4f9","#e7e1ef","#d4b9da","#c994c7","#df65b0","#e7298a","#ce1256","#980043","#67001f"]
},OrRd: {
3: ["#fee8c8","#fdbb84","#e34a33"],
4: ["#fef0d9","#fdcc8a","#fc8d59","#d7301f"],
5: ["#fef0d9","#fdcc8a","#fc8d59","#e34a33","#b30000"],
6: ["#fef0d9","#fdd49e","#fdbb84","#fc8d59","#e34a33","#b30000"],
7: ["#fef0d9","#fdd49e","#fdbb84","#fc8d59","#ef6548","#d7301f","#990000"],
8: ["#fff7ec","#fee8c8","#fdd49e","#fdbb84","#fc8d59","#ef6548","#d7301f","#990000"],
9: ["#fff7ec","#fee8c8","#fdd49e","#fdbb84","#fc8d59","#ef6548","#d7301f","#b30000","#7f0000"]
},YlOrRd: {
3: ["#ffeda0","#feb24c","#f03b20"],
4: ["#ffffb2","#fecc5c","#fd8d3c","#e31a1c"],
5: ["#ffffb2","#fecc5c","#fd8d3c","#f03b20","#bd0026"],
6: ["#ffffb2","#fed976","#feb24c","#fd8d3c","#f03b20","#bd0026"],
7: ["#ffffb2","#fed976","#feb24c","#fd8d3c","#fc4e2a","#e31a1c","#b10026"],
8: ["#ffffcc","#ffeda0","#fed976","#feb24c","#fd8d3c","#fc4e2a","#e31a1c","#b10026"],
9: ["#ffffcc","#ffeda0","#fed976","#feb24c","#fd8d3c","#fc4e2a","#e31a1c","#bd0026","#800026"]
},YlOrBr: {
3: ["#fff7bc","#fec44f","#d95f0e"],
4: ["#ffffd4","#fed98e","#fe9929","#cc4c02"],
5: ["#ffffd4","#fed98e","#fe9929","#d95f0e","#993404"],
6: ["#ffffd4","#fee391","#fec44f","#fe9929","#d95f0e","#993404"],
7: ["#ffffd4","#fee391","#fec44f","#fe9929","#ec7014","#cc4c02","#8c2d04"],
8: ["#ffffe5","#fff7bc","#fee391","#fec44f","#fe9929","#ec7014","#cc4c02","#8c2d04"],
9: ["#ffffe5","#fff7bc","#fee391","#fec44f","#fe9929","#ec7014","#cc4c02","#993404","#662506"]
},Purples: {
3: ["#efedf5","#bcbddc","#756bb1"],
4: ["#f2f0f7","#cbc9e2","#9e9ac8","#6a51a3"],
5: ["#f2f0f7","#cbc9e2","#9e9ac8","#756bb1","#54278f"],
6: ["#f2f0f7","#dadaeb","#bcbddc","#9e9ac8","#756bb1","#54278f"],
7: ["#f2f0f7","#dadaeb","#bcbddc","#9e9ac8","#807dba","#6a51a3","#4a1486"],
8: ["#fcfbfd","#efedf5","#dadaeb","#bcbddc","#9e9ac8","#807dba","#6a51a3","#4a1486"],
9: ["#fcfbfd","#efedf5","#dadaeb","#bcbddc","#9e9ac8","#807dba","#6a51a3","#54278f","#3f007d"]
},Blues: {
3: ["#deebf7","#9ecae1","#3182bd"],
4: ["#eff3ff","#bdd7e7","#6baed6","#2171b5"],
5: ["#eff3ff","#bdd7e7","#6baed6","#3182bd","#08519c"],
6: ["#eff3ff","#c6dbef","#9ecae1","#6baed6","#3182bd","#08519c"],
7: ["#eff3ff","#c6dbef","#9ecae1","#6baed6","#4292c6","#2171b5","#084594"],
8: ["#f7fbff","#deebf7","#c6dbef","#9ecae1","#6baed6","#4292c6","#2171b5","#084594"],
9: ["#f7fbff","#deebf7","#c6dbef","#9ecae1","#6baed6","#4292c6","#2171b5","#08519c","#08306b"]
},Greens: {
3: ["#e5f5e0","#a1d99b","#31a354"],
4: ["#edf8e9","#bae4b3","#74c476","#238b45"],
5: ["#edf8e9","#bae4b3","#74c476","#31a354","#006d2c"],
6: ["#edf8e9","#c7e9c0","#a1d99b","#74c476","#31a354","#006d2c"],
7: ["#edf8e9","#c7e9c0","#a1d99b","#74c476","#41ab5d","#238b45","#005a32"],
8: ["#f7fcf5","#e5f5e0","#c7e9c0","#a1d99b","#74c476","#41ab5d","#238b45","#005a32"],
9: ["#f7fcf5","#e5f5e0","#c7e9c0","#a1d99b","#74c476","#41ab5d","#238b45","#006d2c","#00441b"]
},Oranges: {
3: ["#fee6ce","#fdae6b","#e6550d"],
4: ["#feedde","#fdbe85","#fd8d3c","#d94701"],
5: ["#feedde","#fdbe85","#fd8d3c","#e6550d","#a63603"],
6: ["#feedde","#fdd0a2","#fdae6b","#fd8d3c","#e6550d","#a63603"],
7: ["#feedde","#fdd0a2","#fdae6b","#fd8d3c","#f16913","#d94801","#8c2d04"],
8: ["#fff5eb","#fee6ce","#fdd0a2","#fdae6b","#fd8d3c","#f16913","#d94801","#8c2d04"],
9: ["#fff5eb","#fee6ce","#fdd0a2","#fdae6b","#fd8d3c","#f16913","#d94801","#a63603","#7f2704"]
},Reds: {
3: ["#fee0d2","#fc9272","#de2d26"],
4: ["#fee5d9","#fcae91","#fb6a4a","#cb181d"],
5: ["#fee5d9","#fcae91","#fb6a4a","#de2d26","#a50f15"],
6: ["#fee5d9","#fcbba1","#fc9272","#fb6a4a","#de2d26","#a50f15"],
7: ["#fee5d9","#fcbba1","#fc9272","#fb6a4a","#ef3b2c","#cb181d","#99000d"],
8: ["#fff5f0","#fee0d2","#fcbba1","#fc9272","#fb6a4a","#ef3b2c","#cb181d","#99000d"],
9: ["#fff5f0","#fee0d2","#fcbba1","#fc9272","#fb6a4a","#ef3b2c","#cb181d","#a50f15","#67000d"]
},Greys: {
3: ["#f0f0f0","#bdbdbd","#636363"],
4: ["#f7f7f7","#cccccc","#969696","#525252"],
5: ["#f7f7f7","#cccccc","#969696","#636363","#252525"],
6: ["#f7f7f7","#d9d9d9","#bdbdbd","#969696","#636363","#252525"],
7: ["#f7f7f7","#d9d9d9","#bdbdbd","#969696","#737373","#525252","#252525"],
8: ["#ffffff","#f0f0f0","#d9d9d9","#bdbdbd","#969696","#737373","#525252","#252525"],
9: ["#ffffff","#f0f0f0","#d9d9d9","#bdbdbd","#969696","#737373","#525252","#252525","#000000"]
},PuOr: {
3: ["#f1a340","#f7f7f7","#998ec3"],
4: ["#e66101","#fdb863","#b2abd2","#5e3c99"],
5: ["#e66101","#fdb863","#f7f7f7","#b2abd2","#5e3c99"],
6: ["#b35806","#f1a340","#fee0b6","#d8daeb","#998ec3","#542788"],
7: ["#b35806","#f1a340","#fee0b6","#f7f7f7","#d8daeb","#998ec3","#542788"],
8: ["#b35806","#e08214","#fdb863","#fee0b6","#d8daeb","#b2abd2","#8073ac","#542788"],
9: ["#b35806","#e08214","#fdb863","#fee0b6","#f7f7f7","#d8daeb","#b2abd2","#8073ac","#542788"],
10: ["#7f3b08","#b35806","#e08214","#fdb863","#fee0b6","#d8daeb","#b2abd2","#8073ac","#542788","#2d004b"],
11: ["#7f3b08","#b35806","#e08214","#fdb863","#fee0b6","#f7f7f7","#d8daeb","#b2abd2","#8073ac","#542788","#2d004b"]
},BrBG: {
3: ["#d8b365","#f5f5f5","#5ab4ac"],
4: ["#a6611a","#dfc27d","#80cdc1","#018571"],
5: ["#a6611a","#dfc27d","#f5f5f5","#80cdc1","#018571"],
6: ["#8c510a","#d8b365","#f6e8c3","#c7eae5","#5ab4ac","#01665e"],
7: ["#8c510a","#d8b365","#f6e8c3","#f5f5f5","#c7eae5","#5ab4ac","#01665e"],
8: ["#8c510a","#bf812d","#dfc27d","#f6e8c3","#c7eae5","#80cdc1","#35978f","#01665e"],
9: ["#8c510a","#bf812d","#dfc27d","#f6e8c3","#f5f5f5","#c7eae5","#80cdc1","#35978f","#01665e"],
10: ["#543005","#8c510a","#bf812d","#dfc27d","#f6e8c3","#c7eae5","#80cdc1","#35978f","#01665e","#003c30"],
11: ["#543005","#8c510a","#bf812d","#dfc27d","#f6e8c3","#f5f5f5","#c7eae5","#80cdc1","#35978f","#01665e","#003c30"]
},PRGn: {
3: ["#af8dc3","#f7f7f7","#7fbf7b"],
4: ["#7b3294","#c2a5cf","#a6dba0","#008837"],
5: ["#7b3294","#c2a5cf","#f7f7f7","#a6dba0","#008837"],
6: ["#762a83","#af8dc3","#e7d4e8","#d9f0d3","#7fbf7b","#1b7837"],
7: ["#762a83","#af8dc3","#e7d4e8","#f7f7f7","#d9f0d3","#7fbf7b","#1b7837"],
8: ["#762a83","#9970ab","#c2a5cf","#e7d4e8","#d9f0d3","#a6dba0","#5aae61","#1b7837"],
9: ["#762a83","#9970ab","#c2a5cf","#e7d4e8","#f7f7f7","#d9f0d3","#a6dba0","#5aae61","#1b7837"],
10: ["#40004b","#762a83","#9970ab","#c2a5cf","#e7d4e8","#d9f0d3","#a6dba0","#5aae61","#1b7837","#00441b"],
11: ["#40004b","#762a83","#9970ab","#c2a5cf","#e7d4e8","#f7f7f7","#d9f0d3","#a6dba0","#5aae61","#1b7837","#00441b"]
},PiYG: {
3: ["#e9a3c9","#f7f7f7","#a1d76a"],
4: ["#d01c8b","#f1b6da","#b8e186","#4dac26"],
5: ["#d01c8b","#f1b6da","#f7f7f7","#b8e186","#4dac26"],
6: ["#c51b7d","#e9a3c9","#fde0ef","#e6f5d0","#a1d76a","#4d9221"],
7: ["#c51b7d","#e9a3c9","#fde0ef","#f7f7f7","#e6f5d0","#a1d76a","#4d9221"],
8: ["#c51b7d","#de77ae","#f1b6da","#fde0ef","#e6f5d0","#b8e186","#7fbc41","#4d9221"],
9: ["#c51b7d","#de77ae","#f1b6da","#fde0ef","#f7f7f7","#e6f5d0","#b8e186","#7fbc41","#4d9221"],
10: ["#8e0152","#c51b7d","#de77ae","#f1b6da","#fde0ef","#e6f5d0","#b8e186","#7fbc41","#4d9221","#276419"],
11: ["#8e0152","#c51b7d","#de77ae","#f1b6da","#fde0ef","#f7f7f7","#e6f5d0","#b8e186","#7fbc41","#4d9221","#276419"]
},RdBu: {
3: ["#ef8a62","#f7f7f7","#67a9cf"],
4: ["#ca0020","#f4a582","#92c5de","#0571b0"],
5: ["#ca0020","#f4a582","#f7f7f7","#92c5de","#0571b0"],
6: ["#b2182b","#ef8a62","#fddbc7","#d1e5f0","#67a9cf","#2166ac"],
7: ["#b2182b","#ef8a62","#fddbc7","#f7f7f7","#d1e5f0","#67a9cf","#2166ac"],
8: ["#b2182b","#d6604d","#f4a582","#fddbc7","#d1e5f0","#92c5de","#4393c3","#2166ac"],
9: ["#b2182b","#d6604d","#f4a582","#fddbc7","#f7f7f7","#d1e5f0","#92c5de","#4393c3","#2166ac"],
10: ["#67001f","#b2182b","#d6604d","#f4a582","#fddbc7","#d1e5f0","#92c5de","#4393c3","#2166ac","#053061"],
11: ["#67001f","#b2182b","#d6604d","#f4a582","#fddbc7","#f7f7f7","#d1e5f0","#92c5de","#4393c3","#2166ac","#053061"]
},RdGy: {
3: ["#ef8a62","#ffffff","#999999"],
4: ["#ca0020","#f4a582","#bababa","#404040"],
5: ["#ca0020","#f4a582","#ffffff","#bababa","#404040"],
6: ["#b2182b","#ef8a62","#fddbc7","#e0e0e0","#999999","#4d4d4d"],
7: ["#b2182b","#ef8a62","#fddbc7","#ffffff","#e0e0e0","#999999","#4d4d4d"],
8: ["#b2182b","#d6604d","#f4a582","#fddbc7","#e0e0e0","#bababa","#878787","#4d4d4d"],
9: ["#b2182b","#d6604d","#f4a582","#fddbc7","#ffffff","#e0e0e0","#bababa","#878787","#4d4d4d"],
10: ["#67001f","#b2182b","#d6604d","#f4a582","#fddbc7","#e0e0e0","#bababa","#878787","#4d4d4d","#1a1a1a"],
11: ["#67001f","#b2182b","#d6604d","#f4a582","#fddbc7","#ffffff","#e0e0e0","#bababa","#878787","#4d4d4d","#1a1a1a"]
},RdYlBu: {
3: ["#fc8d59","#ffffbf","#91bfdb"],
4: ["#d7191c","#fdae61","#abd9e9","#2c7bb6"],
5: ["#d7191c","#fdae61","#ffffbf","#abd9e9","#2c7bb6"],
6: ["#d73027","#fc8d59","#fee090","#e0f3f8","#91bfdb","#4575b4"],
7: ["#d73027","#fc8d59","#fee090","#ffffbf","#e0f3f8","#91bfdb","#4575b4"],
8: ["#d73027","#f46d43","#fdae61","#fee090","#e0f3f8","#abd9e9","#74add1","#4575b4"],
9: ["#d73027","#f46d43","#fdae61","#fee090","#ffffbf","#e0f3f8","#abd9e9","#74add1","#4575b4"],
10: ["#a50026","#d73027","#f46d43","#fdae61","#fee090","#e0f3f8","#abd9e9","#74add1","#4575b4","#313695"],
11: ["#a50026","#d73027","#f46d43","#fdae61","#fee090","#ffffbf","#e0f3f8","#abd9e9","#74add1","#4575b4","#313695"]
},Spectral: {
3: ["#fc8d59","#ffffbf","#99d594"],
4: ["#d7191c","#fdae61","#abdda4","#2b83ba"],
5: ["#d7191c","#fdae61","#ffffbf","#abdda4","#2b83ba"],
6: ["#d53e4f","#fc8d59","#fee08b","#e6f598","#99d594","#3288bd"],
7: ["#d53e4f","#fc8d59","#fee08b","#ffffbf","#e6f598","#99d594","#3288bd"],
8: ["#d53e4f","#f46d43","#fdae61","#fee08b","#e6f598","#abdda4","#66c2a5","#3288bd"],
9: ["#d53e4f","#f46d43","#fdae61","#fee08b","#ffffbf","#e6f598","#abdda4","#66c2a5","#3288bd"],
10: ["#9e0142","#d53e4f","#f46d43","#fdae61","#fee08b","#e6f598","#abdda4","#66c2a5","#3288bd","#5e4fa2"],
11: ["#9e0142","#d53e4f","#f46d43","#fdae61","#fee08b","#ffffbf","#e6f598","#abdda4","#66c2a5","#3288bd","#5e4fa2"]
},RdYlGn: {
3: ["#fc8d59","#ffffbf","#91cf60"],
4: ["#d7191c","#fdae61","#a6d96a","#1a9641"],
5: ["#d7191c","#fdae61","#ffffbf","#a6d96a","#1a9641"],
6: ["#d73027","#fc8d59","#fee08b","#d9ef8b","#91cf60","#1a9850"],
7: ["#d73027","#fc8d59","#fee08b","#ffffbf","#d9ef8b","#91cf60","#1a9850"],
8: ["#d73027","#f46d43","#fdae61","#fee08b","#d9ef8b","#a6d96a","#66bd63","#1a9850"],
9: ["#d73027","#f46d43","#fdae61","#fee08b","#ffffbf","#d9ef8b","#a6d96a","#66bd63","#1a9850"],
10: ["#a50026","#d73027","#f46d43","#fdae61","#fee08b","#d9ef8b","#a6d96a","#66bd63","#1a9850","#006837"],
11: ["#a50026","#d73027","#f46d43","#fdae61","#fee08b","#ffffbf","#d9ef8b","#a6d96a","#66bd63","#1a9850","#006837"]
},Accent: {
3: ["#7fc97f","#beaed4","#fdc086"],
4: ["#7fc97f","#beaed4","#fdc086","#ffff99"],
5: ["#7fc97f","#beaed4","#fdc086","#ffff99","#386cb0"],
6: ["#7fc97f","#beaed4","#fdc086","#ffff99","#386cb0","#f0027f"],
7: ["#7fc97f","#beaed4","#fdc086","#ffff99","#386cb0","#f0027f","#bf5b17"],
8: ["#7fc97f","#beaed4","#fdc086","#ffff99","#386cb0","#f0027f","#bf5b17","#666666"]
},Dark2: {
3: ["#1b9e77","#d95f02","#7570b3"],
4: ["#1b9e77","#d95f02","#7570b3","#e7298a"],
5: ["#1b9e77","#d95f02","#7570b3","#e7298a","#66a61e"],
6: ["#1b9e77","#d95f02","#7570b3","#e7298a","#66a61e","#e6ab02"],
7: ["#1b9e77","#d95f02","#7570b3","#e7298a","#66a61e","#e6ab02","#a6761d"],
8: ["#1b9e77","#d95f02","#7570b3","#e7298a","#66a61e","#e6ab02","#a6761d","#666666"]
},Paired: {
3: ["#a6cee3","#1f78b4","#b2df8a"],
4: ["#a6cee3","#1f78b4","#b2df8a","#33a02c"],
5: ["#a6cee3","#1f78b4","#b2df8a","#33a02c","#fb9a99"],
6: ["#a6cee3","#1f78b4","#b2df8a","#33a02c","#fb9a99","#e31a1c"],
7: ["#a6cee3","#1f78b4","#b2df8a","#33a02c","#fb9a99","#e31a1c","#fdbf6f"],
8: ["#a6cee3","#1f78b4","#b2df8a","#33a02c","#fb9a99","#e31a1c","#fdbf6f","#ff7f00"],
9: ["#a6cee3","#1f78b4","#b2df8a","#33a02c","#fb9a99","#e31a1c","#fdbf6f","#ff7f00","#cab2d6"],
10: ["#a6cee3","#1f78b4","#b2df8a","#33a02c","#fb9a99","#e31a1c","#fdbf6f","#ff7f00","#cab2d6","#6a3d9a"],
11: ["#a6cee3","#1f78b4","#b2df8a","#33a02c","#fb9a99","#e31a1c","#fdbf6f","#ff7f00","#cab2d6","#6a3d9a","#ffff99"],
12: ["#a6cee3","#1f78b4","#b2df8a","#33a02c","#fb9a99","#e31a1c","#fdbf6f","#ff7f00","#cab2d6","#6a3d9a","#ffff99","#b15928"]
},Pastel1: {
3: ["#fbb4ae","#b3cde3","#ccebc5"],
4: ["#fbb4ae","#b3cde3","#ccebc5","#decbe4"],
5: ["#fbb4ae","#b3cde3","#ccebc5","#decbe4","#fed9a6"],
6: ["#fbb4ae","#b3cde3","#ccebc5","#decbe4","#fed9a6","#ffffcc"],
7: ["#fbb4ae","#b3cde3","#ccebc5","#decbe4","#fed9a6","#ffffcc","#e5d8bd"],
8: ["#fbb4ae","#b3cde3","#ccebc5","#decbe4","#fed9a6","#ffffcc","#e5d8bd","#fddaec"],
9: ["#fbb4ae","#b3cde3","#ccebc5","#decbe4","#fed9a6","#ffffcc","#e5d8bd","#fddaec","#f2f2f2"]
},Pastel2: {
3: ["#b3e2cd","#fdcdac","#cbd5e8"],
4: ["#b3e2cd","#fdcdac","#cbd5e8","#f4cae4"],
5: ["#b3e2cd","#fdcdac","#cbd5e8","#f4cae4","#e6f5c9"],
6: ["#b3e2cd","#fdcdac","#cbd5e8","#f4cae4","#e6f5c9","#fff2ae"],
7: ["#b3e2cd","#fdcdac","#cbd5e8","#f4cae4","#e6f5c9","#fff2ae","#f1e2cc"],
8: ["#b3e2cd","#fdcdac","#cbd5e8","#f4cae4","#e6f5c9","#fff2ae","#f1e2cc","#cccccc"]
},Set1: {
3: ["#e41a1c","#377eb8","#4daf4a"],
4: ["#e41a1c","#377eb8","#4daf4a","#984ea3"],
5: ["#e41a1c","#377eb8","#4daf4a","#984ea3","#ff7f00"],
6: ["#e41a1c","#377eb8","#4daf4a","#984ea3","#ff7f00","#ffff33"],
7: ["#e41a1c","#377eb8","#4daf4a","#984ea3","#ff7f00","#ffff33","#a65628"],
8: ["#e41a1c","#377eb8","#4daf4a","#984ea3","#ff7f00","#ffff33","#a65628","#f781bf"],
9: ["#e41a1c","#377eb8","#4daf4a","#984ea3","#ff7f00","#ffff33","#a65628","#f781bf","#999999"]
},Set2: {
3: ["#66c2a5","#fc8d62","#8da0cb"],
4: ["#66c2a5","#fc8d62","#8da0cb","#e78ac3"],
5: ["#66c2a5","#fc8d62","#8da0cb","#e78ac3","#a6d854"],
6: ["#66c2a5","#fc8d62","#8da0cb","#e78ac3","#a6d854","#ffd92f"],
7: ["#66c2a5","#fc8d62","#8da0cb","#e78ac3","#a6d854","#ffd92f","#e5c494"],
8: ["#66c2a5","#fc8d62","#8da0cb","#e78ac3","#a6d854","#ffd92f","#e5c494","#b3b3b3"]
},Set3: {
3: ["#8dd3c7","#ffffb3","#bebada"],
4: ["#8dd3c7","#ffffb3","#bebada","#fb8072"],
5: ["#8dd3c7","#ffffb3","#bebada","#fb8072","#80b1d3"],
6: ["#8dd3c7","#ffffb3","#bebada","#fb8072","#80b1d3","#fdb462"],
7: ["#8dd3c7","#ffffb3","#bebada","#fb8072","#80b1d3","#fdb462","#b3de69"],
8: ["#8dd3c7","#ffffb3","#bebada","#fb8072","#80b1d3","#fdb462","#b3de69","#fccde5"],
9: ["#8dd3c7","#ffffb3","#bebada","#fb8072","#80b1d3","#fdb462","#b3de69","#fccde5","#d9d9d9"],
10: ["#8dd3c7","#ffffb3","#bebada","#fb8072","#80b1d3","#fdb462","#b3de69","#fccde5","#d9d9d9","#bc80bd"],
11: ["#8dd3c7","#ffffb3","#bebada","#fb8072","#80b1d3","#fdb462","#b3de69","#fccde5","#d9d9d9","#bc80bd","#ccebc5"],
12: ["#8dd3c7","#ffffb3","#bebada","#fb8072","#80b1d3","#fdb462","#b3de69","#fccde5","#d9d9d9","#bc80bd","#ccebc5","#ffed6f"]
}};
/**
* Created by postgres on 2015-02-25.
*/
// d3.tip
// Copyright (c) 2013 Justin Palmer
//
// Tooltips for d3.js SVG visualizations
// Public - contructs a new tooltip
//
// Returns a tip
d3.tip = function() {
var direction = d3_tip_direction,
offset = d3_tip_offset,
html = d3_tip_html,
node = initNode(),
svg = null,
point = null,
target = null
function tip(vis) {
svg = getSVGNode(vis)
point = svg.createSVGPoint()
document.body.appendChild(node)
}
// Public - show the tooltip on the screen
//
// Returns a tip
tip.show = function() {
var args = Array.prototype.slice.call(arguments)
if(args[args.length - 1] instanceof SVGElement) target = args.pop()
var content = html.apply(this, args),
poffset = offset.apply(this, args),
dir = direction.apply(this, args),
nodel = d3.select(node), i = 0,
coords
nodel.html(content)
.style({ opacity: 1, 'pointer-events': 'all' })
while(i--) nodel.classed(directions[i], false)
coords = direction_callbacks.get(dir).apply(this)
nodel.classed(dir, true).style({
top: (coords.top + poffset[0]) + 'px',
left: (coords.left + poffset[1]) + 'px'
})
return tip
}
// Public - hide the tooltip
//
// Returns a tip
tip.hide = function() {
nodel = d3.select(node)
nodel.style({ opacity: 0, 'pointer-events': 'none' })
return tip
}
// Public: Proxy attr calls to the d3 tip container. Sets or gets attribute value.
//
// n - name of the attribute
// v - value of the attribute
//
// Returns tip or attribute value
tip.attr = function(n, v) {
if (arguments.length < 2 && typeof n === 'string') {
return d3.select(node).attr(n)
} else {
var args = Array.prototype.slice.call(arguments)
d3.selection.prototype.attr.apply(d3.select(node), args)
}
return tip
}
// Public: Proxy style calls to the d3 tip container. Sets or gets a style value.
//
// n - name of the property
// v - value of the property
//
// Returns tip or style property value
tip.style = function(n, v) {
if (arguments.length < 2 && typeof n === 'string') {
return d3.select(node).style(n)
} else {
var args = Array.prototype.slice.call(arguments)
d3.selection.prototype.style.apply(d3.select(node), args)
}
return tip
}
// Public: Set or get the direction of the tooltip
//
// v - One of n(north), s(south), e(east), or w(west), nw(northwest),
// sw(southwest), ne(northeast) or se(southeast)
//
// Returns tip or direction
tip.direction = function(v) {
if (!arguments.length) return direction
direction = v == null ? v : d3.functor(v)
return tip
}
// Public: Sets or gets the offset of the tip
//
// v - Array of [x, y] offset
//
// Returns offset or
tip.offset = function(v) {
if (!arguments.length) return offset
offset = v == null ? v : d3.functor(v)
return tip
}
// Public: sets or gets the html value of the tooltip
//
// v - String value of the tip
//
// Returns html value or tip
tip.html = function(v) {
if (!arguments.length) return html
html = v == null ? v : d3.functor(v)
return tip
}
function d3_tip_direction() { return 'n' }
function d3_tip_offset() { return [0, 0] }
function d3_tip_html() { return ' ' }
var direction_callbacks = d3.map({
n: direction_n,
s: direction_s,
e: direction_e,
w: direction_w,
nw: direction_nw,
ne: direction_ne,
sw: direction_sw,
se: direction_se
}),
directions = direction_callbacks.keys()
function direction_n() {
var bbox = getScreenBBox()
return {
top: bbox.n.y - node.offsetHeight,
left: bbox.n.x - node.offsetWidth / 2
}
}
function direction_s() {
var bbox = getScreenBBox()
return {
top: bbox.s.y,
left: bbox.s.x - node.offsetWidth / 2
}
}
function direction_e() {
var bbox = getScreenBBox()
return {
top: bbox.e.y - node.offsetHeight / 2,
left: bbox.e.x
}
}
function direction_w() {
var bbox = getScreenBBox()
return {
top: bbox.w.y - node.offsetHeight / 2,
left: bbox.w.x - node.offsetWidth
}
}
function direction_nw() {
var bbox = getScreenBBox()
return {
top: bbox.nw.y - node.offsetHeight,
left: bbox.nw.x - node.offsetWidth
}
}
function direction_ne() {
var bbox = getScreenBBox()
return {
top: bbox.ne.y - node.offsetHeight,
left: bbox.ne.x
}
}
function direction_sw() {
var bbox = getScreenBBox()
return {
top: bbox.sw.y,
left: bbox.sw.x - node.offsetWidth
}
}
function direction_se() {
var bbox = getScreenBBox()
return {
top: bbox.se.y,
left: bbox.e.x
}
}
function initNode() {
var node = d3.select(document.createElement('div'))
node.style({
position: 'absolute',
opacity: 0,
pointerEvents: 'none',
boxSizing: 'border-box'
})
return node.node()
}
function getSVGNode(el) {
el = el.node()
if(el.tagName.toLowerCase() == 'svg')
return el
return el.ownerSVGElement
}
// Private - gets the screen coordinates of a shape
//
// Given a shape on the screen, will return an SVGPoint for the directions
// n(north), s(south), e(east), w(west), ne(northeast), se(southeast), nw(northwest),
// sw(southwest).
//
// +-+-+
// | |
// + +
// | |
// +-+-+
//
// Returns an Object {n, s, e, w, nw, sw, ne, se}
function getScreenBBox() {
var targetel = target || d3.event.target,
bbox = {},
matrix = targetel.getScreenCTM(),
tbbox = targetel.getBBox(),
width = tbbox.width,
height = tbbox.height,
x = tbbox.x,
y = tbbox.y,
scrollTop = document.documentElement.scrollTop || document.body.scrollTop,
scrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft
point.x = x + scrollLeft
point.y = y + scrollTop
bbox.nw = point.matrixTransform(matrix)
point.x += width
bbox.ne = point.matrixTransform(matrix)
point.y += height
bbox.se = point.matrixTransform(matrix)
point.x -= width
bbox.sw = point.matrixTransform(matrix)
point.y -= height / 2
bbox.w = point.matrixTransform(matrix)
point.x += width
bbox.e = point.matrixTransform(matrix)
point.x -= width / 2
point.y -= height / 2
bbox.n = point.matrixTransform(matrix)
point.y += height
bbox.s = point.matrixTransform(matrix)
return bbox
}
return tip
};
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Perth & Kinross Index of Multiple Deprivation 2012</title>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="d3-tip.js"></script>
<script src="colorbrewer.js" type="text/javascript"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<style>
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,400italic,700);
.S12000046_geo {
fill: none;
stroke: #cfcfcf;
}
.d3-tip {
line-height: 1.5;
padding: 5px;
background: rgba(0, 0, 0, 0.85);
color: white;
border-radius: 4px;;
}
.toolTipHead {
font-size: 14px;
}
.toolTipRank {
font-size: 16px;
font-weight: bold;
color: red;
}
.legendTitle {
font-family: "Oxygen";
font-size: 16px;
color: #666;
margin-left: -5px;
}
#legend {
width: 500px;
position: absolute;
left: 30px;
top: 425px;
}
li.key {
float: left;
border-top-width: 15px;
border-top-style: solid;
font-family: "Oxygen";
color: #666;
font-size: 16px;
width: 10%;
padding-left: 0;
padding-right: 0;
list-style:none;
}
</style>
</head>
<body>
<div class="btn-group pull-right">
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
Select SIMD Domain <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li><a class="m" value="rateByOverall" href="#">Overall</a></li>
<li><a class="m" value="rateByIncome" href="#">Income</a></li>
<li><a class="m" value="rateByEmployment" href="#">Employment</a></li>
<li><a class="m" value="rateByHealth" href="#">Health</a></li>
<li><a class="m" value="rateByEducation" href="#">Education</a></li>
<li><a class="m" value="rateByHousing" href="#">Housing</a></li>
<li><a class="m" value="rateByCrime" href="#">Crime</a></li>
</ul>
</div>
<script>
var width = 960,
height = 580,
centered;
var projection = d3.geo.albers()
.center([0.22, 56.40])
.rotate([4.4, 0])
.parallels([50, 60])
.scale(1200 * 25)
.translate([width / 2, height / 2]);
var path = d3.geo.path()
.projection(projection);
var svg = d3.select("body")
.append("svg")
.attr("width", width)
.attr("height", height)
.append("g");
var rateByOverall = {};
var rateByIncome = {};
var rateByEmployment = {};
var rateByHealth = {};
var rateByEducation = {};
var rateByHousing = {};
var rateByCrime = {};
// wrapper function to enable switching map and legend content
function updateChoro(choro) {
// function to read in data from csv file
d3.csv("S12000024_deprivation_ranks_2012.csv", function(error, data) {
// set the colour scale of the choropleth map
var cscale,
domain;
if (choro == "rateByOverall") {
choro = rateByOverall;
cscale = colorbrewer.YlGnBu[9]
domain = 'Overall '
document.getElementById("legend").innerHTML="<span class = legendTitle>" + domain + "deprivation</span>";
}
if (choro == "rateByIncome") {
choro = rateByIncome;
cscale = colorbrewer.Oranges[9]
domain = 'Income '
document.getElementById("legend").innerHTML="<span class = legendTitle>" + domain + "deprivation</span>";
}
if (choro == "rateByEmployment") {
choro = rateByEmployment;
cscale = colorbrewer.Reds[9]
domain = 'Employment '
document.getElementById("legend").innerHTML="<span class = legendTitle>" + domain + "deprivation</span>";
}
if (choro == "rateByHealth") {
choro = rateByHealth;
cscale = colorbrewer.Greens[9]
domain = 'Health '
document.getElementById("legend").innerHTML="<span class = legendTitle>" + domain + "deprivation</span>";
}
if (choro == "rateByEducation") {
choro = rateByEducation;
cscale = colorbrewer.Purples[9]
domain = 'Education '
document.getElementById("legend").innerHTML="<span class = legendTitle>" + domain + "deprivation</span>";
}
if (choro == "rateByHousing") {
choro = rateByHousing;
cscale = colorbrewer.Blues[9]
domain = 'Housing '
document.getElementById("legend").innerHTML="<span class = legendTitle>" + domain + "deprivation</span>";
}
if (choro == "rateByCrime") {
choro = rateByCrime;
cscale = colorbrewer.Reds[9]
domain = 'Crime '
document.getElementById("legend").innerHTML = "<span class = legendTitle>" + domain + "deprivation</span>";
}
var color = d3.scale.quantize()
.domain([6500, 1])
.range(cscale);
data.forEach(function (d) {
rateByOverall[d.dz_label] = +d.overall_rank;
rateByIncome[d.dz_label] = +d.income_deprivation_rank;
rateByEmployment[d.dz_label] = +d.employment_deprivation_rank;
rateByHealth[d.dz_label] = +d.health_deprivation_rank;
rateByEducation[d.dz_label] = +d.education_deprivation_rank;
rateByHousing[d.dz_label] = +d.housing_deprivation_rank;
rateByCrime[d.dz_label] = +d.crime_deprivation_rank;
});
// function to read in data from json file
d3.json("S12000024_topo.json", function(error, S12000024_topo) {
// build the tool tip information boxes
var tip = d3.tip()
.attr('class', 'd3-tip')
.offset([0, -1])
.direction('w')
.html(function (d) {
if (choro == rateByOverall) {
var t = d.properties.overall_rank;
}
if (choro == rateByIncome) {
var t = d.properties.income_rank;
}
if (choro == rateByEmployment) {
var t = d.properties.employment_rank;
}
if (choro == rateByHealth) {
var t = d.properties.health_rank;
}
if (choro == rateByEducation) {
var t = d.properties.education_rank;
}
if (choro == rateByHousing) {
var t = d.properties.housing_rank;
}
if (choro == rateByCrime) {
var t = d.properties.crime_rank;
}
return "<span class ='toolTipHead'><b>Data Zone: " + d.id + "</b><br/>" +
"Intermediate Geography: " + d.properties.int_geog + "<br/>" +
"SIMD Year: 2012<br/>" +
"<span class ='toolTipRank'>" + domain + "SIMD Rank: " + t + "</span><br/>"
})
svg.call(tip);
d3.select("g")
.selectAll("path")
.remove();
// build the choropleth map
var appending = svg.selectAll("g")
.attr("class", "S12000024_geo")
.data(topojson.feature(S12000024_topo, S12000024_topo.objects.S12000024_geo).features);
// add new elements
appending.enter().append("path");
// update existing elements
appending.style("fill",
function (d) {
return color(choro[d.id]);
})
.style("stroke", "white")
.style("stroke-width", 0.1)
.attr("d", path)
.on("click", clicked)
// rollover functionality to display tool tips
.on("mouseover", function (d) {
tip.show(d)
d3.select(this)
.transition().duration(200)
.style("fill", "red");
})
.on("mouseout", function () {
tip.hide()
d3.select(this)
.transition().duration(200)
.style("fill",
function (d) {
return color(choro[d.id]);
});
})
d3.select('#legend')
.selectAll('ul')
.remove();
// build the map legend
var legend = d3.select('#legend')
.append('ul')
.attr('class', 'list-inline');
var keys = legend.selectAll('li.key')
.data(color.range());
var legend_items = ["Low", "", "", "", "", "", "", "", "High"];
keys.enter().append('li')
.attr('class', 'key')
.style('border-top-color', String)
.text(function (d, i) {
return legend_items[i];
});
})
})
}
// zoom functionality written by the awesome Mike Bostock
function clicked(d) {
var x, y, k;
if (d && centered !== d) {
var centroid = path.centroid(d);
x = centroid[0];
y = centroid[1];
k = 4;
centered = d;
} else {
x = width / 2;
y = height / 2;
k = 1;
centered = null;
}
svg.selectAll("path")
.classed("active", centered && function(d) { return d === centered; });
svg.transition()
.duration(750)
.attr("transform", "translate(" + width / 2 + "," + height / 2 + ")scale(" + k + ")translate(" + -x + "," + -y + ")")
.style("stroke-width", 1.5 / k + "px");
}
// generate initial map using overall deprivation rank data
updateChoro('rateByOverall');
// handle on click event to switch between maps
d3.selectAll(".m")
.on("click", function() {
var choro = this.getAttribute("value");
updateChoro(choro);
});
</script>
<div id="legend"></div>
</body>
</html>
dz_label int_geog overall_rank income_deprivation_rank employment_deprivation_rank health_deprivation_rank education_deprivation_rank access_deprivation_rank housing_deprivation_rank crime_deprivation_rank
S01004973 Powmill, Cleish and Scotlandwell 4727 5022 5097 5534 6026 278 5458 6465
S01004974 Powmill, Cleish and Scotlandwell 3743 4856 5222 4769 5640 438 4022 75
S01004975 Powmill, Cleish and Scotlandwell 5417 6298 5675 5574 5628 555 6056 5661
S01004976 Kinross 3818 3769 3556 2582 3211 4436 3923 3545
S01004977 Kinross 3040 2878 2853 2251 2252 5761 3407 3728
S01004978 Kinross 5549 4752 5122 4541 4879 4247 6193 6044
S01004979 Kinross 6420 5594 5933 6324 6224 5772 6191 4007
S01004980 Kinross 5917 4744 5402 5732 5627 4469 5954 5352
S01004981 Milnathort and Crook of Devon 4839 5067 5024 6283 5724 388 4773 5475
S01004982 Powmill, Cleish and Scotlandwell 5367 5942 5685 5866 5762 498 5753 6351
S01004983 Milnathort and Crook of Devon 4139 3790 4214 4109 3869 2157 3530 3415
S01004984 Milnathort and Crook of Devon 5061 4686 5953 5044 5538 738 4766 5927
S01004985 Muthill, Greenloaning and Gleneagles 4972 5191 5103 4185 5193 1699 4828 2667
S01004986 Milnathort and Crook of Devon 5807 5693 5777 6102 6059 1501 6047 4259
S01004987 Muthill, Greenloaning and Gleneagles 5396 5886 5651 6163 6281 525 6279 4632
S01004988 Glenfarg, Dunning and Rhynd 5363 5669 6241 5948 5551 462 5781 5811
S01004989 Muthill, Greenloaning and Gleneagles 5323 6115 6460 6186 5449 353 4645 4184
S01004990 Glenfarg, Dunning and Rhynd 4018 4950 5033 4316 4502 155 3776 5488
S01004991 Muthill, Greenloaning and Gleneagles 5029 5236 5271 5558 4568 930 4952 4872
S01004992 Auchterarder 3057 2453 3206 2082 3213 5145 1837 3704
S01004993 Auchterarder 6325 6275 5850 5509 6214 3156 6235 5759
S01004994 Auchterarder 5906 5479 5378 4393 5288 6147 5596 3414
S01004995 Auchterarder 4579 3197 4935 3031 4870 5330 4111 4362
S01004996 Auchterarder 5058 4502 4987 4594 4942 2702 3916 4075
S01004997 Glenfarg, Dunning and Rhynd 4079 4504 4564 4288 4999 349 3505 5733
S01004998 Bridge of Earn and Abernethy 4680 5233 5234 4923 4920 392 5176 5566
S01004999 Muthill, Greenloaning and Gleneagles 3770 4369 4526 3971 2735 673 1857 5717
S01005000 Glenfarg, Dunning and Rhynd 4376 4341 5395 4619 4279 630 1974 5603
S01005001 Bridge of Earn and Abernethy 5604 5864 5980 6180 5539 726 5540 6200
S01005002 Comrie, Gilmerton and St Fillans 5064 5001 5410 4962 5204 1083 5564 4399
S01005003 Aberuthven and Almondbank 4043 4743 4553 3359 5071 372 3574 6089
S01005004 Bridge of Earn and Abernethy 4691 4596 4595 4842 4097 1465 3350 5915
S01005005 Bridge of Earn and Abernethy 3917 3898 3945 4032 2486 1936 4757 6045
S01005006 Bridge of Earn and Abernethy 4254 4087 3709 3315 4358 3231 4368 4206
S01005007 Comrie, Gilmerton and St Fillans 3866 3331 3570 3566 3813 2357 4518 6262
S01005008 Glenfarg, Dunning and Rhynd 5326 6311 6359 5684 5485 342 4633 5072
S01005009 Guildtown, Balbeggie and St Madoes 5534 5198 5711 5034 5603 1520 5082 6383
S01005010 Crieff South 2949 2825 2198 2501 3184 6103 2573 3203
S01005011 Crieff South 2825 2536 3063 1773 2256 5339 1980 4188
S01005012 Crieff South 2901 2766 2796 1959 3204 6475 1298 1528
S01005013 Crieff South 4338 4022 3746 4560 3452 2987 3058 6112
S01005014 Moncrieffe and Friarton 2484 2670 2159 2726 2226 2053 2937 4760
S01005015 Crieff North 4419 3670 3427 3405 4908 5931 3925 5258
S01005016 Crieff South 3842 3456 3266 3675 3681 6249 2246 1769
S01005017 Crieff North 6316 6429 6103 5488 5852 2772 5499 6052
S01005018 Moncrieffe and Friarton 3641 3274 3948 3286 3459 1609 4648 5141
S01005019 Moncrieffe and Friarton 1992 2818 2929 1142 1255 2086 2556 794
S01005020 Crieff North 5106 4287 5472 3296 4883 4583 5101 3400
S01005021 Crieff North 5812 5627 6082 5289 5543 1553 6058 6234
S01005022 Moncrieffe and Friarton 4749 4603 4105 3536 5198 2615 5113 5301
S01005023 Guildtown, Balbeggie and St Madoes 5303 5764 6076 6318 4059 798 2469 5851
S01005024 Moncrieffe and Friarton 5000 3945 5050 4148 5393 2892 4999 5266
S01005025 Comrie, Gilmerton and St Fillans 3915 4406 5163 4409 3657 286 1611 6156
S01005026 Gannochy and Walnut Grove 5640 6301 6126 5869 6256 885 6406 2367
S01005027 Aberuthven and Almondbank 4621 5377 4665 4645 4830 575 4383 5445
S01005028 Burghmuir and Oakbank 5894 5808 5557 5526 5308 2493 5263 5278
S01005029 Viewlands, Craigie and Wellshill 5503 4685 4778 4988 5067 5557 3537 4380
S01005030 Viewlands, Craigie and Wellshill 5573 5107 5450 4945 5278 2712 5758 4570
S01005031 Central, North Inch and South Inch 3986 3773 3694 3253 3982 4810 3151 1634
S01005032 Viewlands, Craigie and Wellshill 5679 4847 5868 4430 5277 3574 5438 5199
S01005033 Burghmuir and Oakbank 6360 6332 6002 6198 5715 2780 6250 6353
S01005034 Burghmuir and Oakbank 5913 6244 6220 4709 5373 1583 6374 6226
S01005035 Errol and Inchture 5073 4764 5081 5128 3818 2431 4225 5012
S01005036 Viewlands, Craigie and Wellshill 6304 6166 5997 4675 5953 4053 6377 5722
S01005037 Central, North Inch and South Inch 1037 1560 1181 345 1141 5454 851 446
S01005038 Western Edge 6001 6087 6312 4112 5572 2288 6453 6290
S01005039 Burghmuir and Oakbank 5276 5660 4817 4506 5271 1740 6430 4963
S01005040 Central, North Inch and South Inch 1150 1464 1123 599 1737 6235 903 187
S01005041 Central, North Inch and South Inch 1436 2486 1434 1838 737 4744 764 80
S01005042 Burghmuir and Oakbank 5907 6261 5247 5253 5978 2138 6362 5045
S01005043 Gannochy and Walnut Grove 2871 2626 2925 2613 3566 1684 4792 3048
S01005044 Viewlands, Craigie and Wellshill 4001 4138 3331 2459 4941 5068 4789 1679
S01005045 Western Edge 5489 5786 5732 4130 5065 1775 6336 4812
S01005046 Viewlands, Craigie and Wellshill 5093 5128 4405 3799 5374 3071 4747 4430
S01005047 Central, North Inch and South Inch 1369 1384 1818 746 1757 6165 782 271
S01005048 Gannochy and Walnut Grove 4685 5559 3470 6262 6313 655 6501 4118
S01005049 Central, North Inch and South Inch 1598 1839 1138 1669 2482 5483 754 580
S01005050 Letham 754 807 1159 656 319 2290 1692 2711
S01005051 Western Edge 5522 6000 5527 4695 4878 1437 6325 5929
S01005052 Aberuthven and Almondbank 4441 5129 5349 5548 5154 149 3457 6487
S01005053 Letham 877 776 1281 639 787 3206 1122 1391
S01005054 Letham 2020 2500 2487 2178 1032 2411 1637 1406
S01005055 Letham 2450 2903 2277 2386 1983 2503 2039 3081
S01005056 Central, North Inch and South Inch 3036 2698 2685 1906 4964 5733 1123 2000
S01005057 Letham 962 765 1040 781 1241 2844 1819 3691
S01005058 Hillyland, Tulloch and Inveralmond 1872 2394 2070 2171 947 2261 2582 1670
S01005059 Letham 2905 2951 3744 3574 1292 2205 2057 2825
S01005060 Letham 1976 1975 2139 2324 1563 2732 1589 1757
S01005061 Gannochy and Walnut Grove 2347 2334 2077 1351 5252 1407 4435 5552
S01005062 Gannochy and Walnut Grove 4942 4900 4856 5225 4122 1302 5973 6487
S01005063 Western Edge 5858 5472 6251 5752 4905 1894 5948 5723
S01005064 Scone 5844 5584 6075 4082 5740 2460 5488 6205
S01005065 Muirton 2692 2648 2645 2157 2323 5104 2484 1974
S01005066 Hillyland, Tulloch and Inveralmond 305 357 606 642 37 3073 1615 561
S01005067 Comrie, Gilmerton and St Fillans 4686 5798 5764 5448 4115 216 3199 6456
S01005068 Letham 3563 3345 4171 3720 1676 3382 2700 4377
S01005069 Hillyland, Tulloch and Inveralmond 1271 1307 2047 1044 638 1910 2157 2163
S01005070 Muirton 4223 3666 4406 2494 4479 4015 3790 3832
S01005071 Muirton 2098 3610 3479 2205 125 5036 1018 1809
S01005072 Hillyland, Tulloch and Inveralmond 1844 2198 2886 1317 1188 1515 1409 1760
S01005073 Comrie, Gilmerton and St Fillans 4336 5137 5582 6009 4382 178 2989 3587
S01005074 Errol and Inchture 4265 4926 4713 3752 4140 654 4460 5079
S01005075 Muirton 137 157 318 201 17 4803 1652 449
S01005076 Hillyland, Tulloch and Inveralmond 1272 1723 1786 1798 367 1168 2504 2035
S01005077 Western Edge 5173 5825 5710 5181 4419 853 6020 4242
S01005078 North Muirton and Old Scone 2433 2405 2786 1853 1944 3393 3642 2539
S01005079 North Muirton and Old Scone 1808 2154 1464 2032 1709 2584 3485 2067
S01005080 Hillyland, Tulloch and Inveralmond 1608 1949 1772 1811 1159 1554 2868 1659
S01005081 North Muirton and Old Scone 2054 2420 2122 1396 1476 2452 2933 5267
S01005082 Aberuthven and Almondbank 4993 4913 5337 4957 5079 998 4979 5106
S01005083 Scone 3876 3560 3173 2642 4467 3817 4163 5736
S01005084 North Muirton and Old Scone 2339 2605 2068 3355 1238 2742 3272 4510
S01005085 Luncarty and Dunkeld 3855 3884 3473 3260 2708 4041 3163 4344
S01005086 Hillyland, Tulloch and Inveralmond 2156 2347 3122 1644 1868 1195 989 2966
S01005087 Scone 3054 2603 3180 1637 3680 3711 4450 4620
S01005088 Luncarty and Dunkeld 3924 3337 3617 3526 3170 3577 4826 6046
S01005089 Scone 4562 3686 4657 3656 4705 2442 5391 6082
S01005090 Scone 5662 4997 4747 4653 5537 5074 5532 5401
S01005091 Scone 6153 6197 5448 5486 5905 2724 6148 6313
S01005092 Aberuthven and Almondbank 3299 3467 3492 4177 2945 724 3485 5884
S01005093 North Muirton and Old Scone 2104 2221 2651 2007 1333 1575 3113 3624
S01005094 Errol and Inchture 4997 5533 6190 6172 5050 288 2441 5936
S01005095 Guildtown, Balbeggie and St Madoes 4384 5113 4550 4063 5039 504 4757 5495
S01005096 Errol and Inchture 4305 4206 4197 3929 4256 1419 5536 5535
S01005097 Invergowrie, Longforgan and Abernyte 4907 5365 5277 4748 4838 679 5412 5505
S01005098 Luncarty and Dunkeld 4307 4334 3958 4332 5555 822 5418 6035
S01005099 Invergowrie, Longforgan and Abernyte 5189 4976 4922 3830 5346 2758 4206 5082
S01005100 Luncarty and Dunkeld 5109 4980 4997 5317 5432 1084 4698 6274
S01005101 Invergowrie, Longforgan and Abernyte 4814 4201 4683 3822 4160 4608 2734 3896
S01005102 Guildtown, Balbeggie and St Madoes 3846 4240 4254 4517 4442 297 4028 6010
S01005103 Invergowrie, Longforgan and Abernyte 4884 5489 5719 5314 4544 403 5392 5421
S01005104 Luncarty and Dunkeld 4951 6146 6396 6281 5046 104 3571 6434
S01005105 Stanley and Murthly 3286 3055 3521 2859 2769 2369 4688 4192
S01005106 Stanley and Murthly 3247 3276 2907 4267 2041 2410 4862 4999
S01005107 Stanley and Murthly 6045 6335 5772 6162 4418 2307 5244 6409
S01005108 Stanley and Murthly 4151 3957 3683 4531 2881 3093 2425 6281
S01005109 Stanley and Murthly 4788 5723 5638 5745 4712 225 4064 5977
S01005110 Coupar Angus and Meigle 3813 4280 4606 4239 4020 380 2779 4035
S01005111 Coupar Angus and Meigle 4737 4372 4769 5657 4797 1004 4340 5567
S01005112 Rannoch and Aberfeldy 4557 5906 6274 6094 4429 57 2548 5949
S01005113 Coupar Angus and Meigle 3656 3581 3687 3404 2705 2462 2871 5024
S01005114 Coupar Angus and Meigle 2263 2634 2609 2370 867 5392 1115 1825
S01005115 Luncarty and Dunkeld 3771 4350 3886 4290 4244 526 2846 4130
S01005116 Stanley and Murthly 4697 4723 5880 5804 4714 334 2738 6318
S01005117 Blair Atholl, Strathardle and Glenshee 4782 5221 5468 4660 4928 511 4227 5482
S01005118 Luncarty and Dunkeld 4773 4392 5009 5188 4980 1062 4073 4910
S01005119 Blairgowrie West 5404 5078 5155 4910 6060 1548 6253 6308
S01005120 Blairgowrie West 4784 4265 3671 5489 4812 3115 5182 4560
S01005121 Coupar Angus and Meigle 4516 4784 5252 5104 3861 748 2831 4195
S01005122 Blairgowrie West 4717 4055 3971 4353 4585 4652 5053 3219
S01005123 Blairgowrie West 5262 5388 4911 4856 3865 3400 5830 3459
S01005124 Blairgowrie West 4206 3299 3330 4785 3544 6197 4179 4291
S01005125 Blairgowrie West 2326 1974 2903 2188 1830 6463 1339 930
S01005126 Coupar Angus and Meigle 4943 5389 4838 5156 5435 731 4105 5718
S01005127 Blairgowrie East (Rattray) 990 1311 906 1454 376 4104 3745 1001
S01005128 Blairgowrie West 5145 4555 5171 3728 3543 5780 3647 5097
S01005129 Blairgowrie East (Rattray) 3612 3319 3311 4219 2904 3114 2605 3619
S01005130 Blairgowrie East (Rattray) 777 968 691 2152 352 1621 1850 1558
S01005131 Rannoch and Aberfeldy 4791 4050 4684 4642 3052 4186 4120 5904
S01005132 Blairgowrie East (Rattray) 4362 3865 4435 4718 2756 3031 4700 4616
S01005133 Blair Atholl, Strathardle and Glenshee 4389 4293 5815 5339 3882 493 4220 3995
S01005134 Alyth 3657 2991 3162 4572 2268 5581 3162 5126
S01005135 Alyth 4595 3829 3885 4911 4056 6130 3799 2192
S01005136 Rannoch and Aberfeldy 3934 3792 4149 2142 2921 5945 5069 2840
S01005137 Blair Atholl, Strathardle and Glenshee 3994 5210 4630 5697 3349 199 3293 4861
S01005138 Alyth 3168 3377 3252 3328 3282 932 3227 4706
S01005139 Pitlochry 4610 4775 6059 5540 3615 439 2920 5791
S01005140 Rannoch and Aberfeldy 4048 5004 6053 5511 4923 5 3184 5373
S01005141 Rannoch and Aberfeldy 4488 5065 4966 4981 3919 522 3316 6365
S01005142 Pitlochry 4013 3592 4568 3928 4555 750 4846 6424
S01005143 Pitlochry 4427 3735 4486 3554 3732 4264 2983 4187
S01005144 Pitlochry 5508 5281 5449 4284 5306 3700 4595 2726
S01005145 Blair Atholl, Strathardle and Glenshee 4758 5126 6005 5675 4218 351 4310 5092
S01005146 Rannoch and Aberfeldy 3937 4876 4697 5562 4044 117 3527 5867
S01005147 Blair Atholl, Strathardle and Glenshee 4041 5182 5611 5636 3365 97 2842 5016
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"S12000024_geo":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"int_geog":"Powmill, Cleish and Scotlandwell","health_rank":"5534","education_rank":"6026","housing_rank":"5458","crime_rank":"6465","income_rank":"5022","employment_rank":"5097","overall_rank":"4727"},"id":"S01004973","arcs":[[0,1,2]]},{"type":"Polygon","properties":{"int_geog":"Powmill, Cleish and Scotlandwell","health_rank":"4769","education_rank":"5640","housing_rank":"4022","crime_rank":"75","income_rank":"4856","employment_rank":"5222","overall_rank":"3743"},"id":"S01004974","arcs":[[3,4,5,6,7,8,9,10,11,12,-1,13,14]]},{"type":"Polygon","properties":{"int_geog":"Powmill, Cleish and Scotlandwell","health_rank":"5574","education_rank":"5628","housing_rank":"6056","crime_rank":"5661","income_rank":"6298","employment_rank":"5675","overall_rank":"5417"},"id":"S01004975","arcs":[[15,-12,16,17,18]]},{"type":"Polygon","properties":{"int_geog":"Kinross","health_rank":"2582","education_rank":"3211","housing_rank":"3923","crime_rank":"3545","income_rank":"3769","employment_rank":"3556","overall_rank":"3818"},"id":"S01004976","arcs":[[-6,19,-17,-11,20,21]]},{"type":"Polygon","properties":{"int_geog":"Kinross","health_rank":"2251","education_rank":"2252","housing_rank":"3407","crime_rank":"3728","income_rank":"2878","employment_rank":"2853","overall_rank":"3040"},"id":"S01004977","arcs":[[22,-7,-22,23]]},{"type":"Polygon","properties":{"int_geog":"Kinross","health_rank":"4541","education_rank":"4879","housing_rank":"6193","crime_rank":"6044","income_rank":"4752","employment_rank":"5122","overall_rank":"5549"},"id":"S01004978","arcs":[[24,25,-24,-21,-10]]},{"type":"Polygon","properties":{"int_geog":"Kinross","health_rank":"6324","education_rank":"6224","housing_rank":"6191","crime_rank":"4007","income_rank":"5594","employment_rank":"5933","overall_rank":"6420"},"id":"S01004979","arcs":[[-23,-26,26,-8]]},{"type":"Polygon","properties":{"int_geog":"Kinross","health_rank":"5732","education_rank":"5627","housing_rank":"5954","crime_rank":"5352","income_rank":"4744","employment_rank":"5402","overall_rank":"5917"},"id":"S01004980","arcs":[[-25,-9,-27]]},{"type":"Polygon","properties":{"int_geog":"Milnathort and Crook of Devon","health_rank":"6283","education_rank":"5724","housing_rank":"4773","crime_rank":"5475","income_rank":"5067","employment_rank":"5024","overall_rank":"4839"},"id":"S01004981","arcs":[[27,28,29,-14,-3,30,31,32]]},{"type":"Polygon","properties":{"int_geog":"Powmill, Cleish and Scotlandwell","health_rank":"5866","education_rank":"5762","housing_rank":"5753","crime_rank":"6351","income_rank":"5942","employment_rank":"5685","overall_rank":"5367"},"id":"S01004982","arcs":[[33,-19,34,-4,35,36]]},{"type":"Polygon","properties":{"int_geog":"Milnathort and Crook of Devon","health_rank":"4109","education_rank":"3869","housing_rank":"3530","crime_rank":"3415","income_rank":"3790","employment_rank":"4214","overall_rank":"4139"},"id":"S01004983","arcs":[[-36,-15,-30,37,38]]},{"type":"Polygon","properties":{"int_geog":"Milnathort and Crook of Devon","health_rank":"5044","education_rank":"5538","housing_rank":"4766","crime_rank":"5927","income_rank":"4686","employment_rank":"5953","overall_rank":"5061"},"id":"S01004984","arcs":[[39,-38,-29,40,41]]},{"type":"Polygon","properties":{"int_geog":"Muthill, Greenloaning and Gleneagles","health_rank":"4185","education_rank":"5193","housing_rank":"4828","crime_rank":"2667","income_rank":"5191","employment_rank":"5103","overall_rank":"4972"},"id":"S01004985","arcs":[[-32,42,43,44,45]]},{"type":"Polygon","properties":{"int_geog":"Milnathort and Crook of Devon","health_rank":"6102","education_rank":"6059","housing_rank":"6047","crime_rank":"4259","income_rank":"5693","employment_rank":"5777","overall_rank":"5807"},"id":"S01004986","arcs":[[46,47,-37,-39,-40,48]]},{"type":"Polygon","properties":{"int_geog":"Muthill, Greenloaning and Gleneagles","health_rank":"6163","education_rank":"6281","housing_rank":"6279","crime_rank":"4632","income_rank":"5886","employment_rank":"5651","overall_rank":"5396"},"id":"S01004987","arcs":[[-44,49,50]]},{"type":"Polygon","properties":{"int_geog":"Glenfarg, Dunning and Rhynd","health_rank":"5948","education_rank":"5551","housing_rank":"5781","crime_rank":"5811","income_rank":"5669","employment_rank":"6241","overall_rank":"5363"},"id":"S01004988","arcs":[[51,-47,52]]},{"type":"Polygon","properties":{"int_geog":"Muthill, Greenloaning and Gleneagles","health_rank":"6186","education_rank":"5449","housing_rank":"4645","crime_rank":"4184","income_rank":"6115","employment_rank":"6460","overall_rank":"5323"},"id":"S01004989","arcs":[[53,54,55,56,57,58,59,-33,-46,60,61]]},{"type":"Polygon","properties":{"int_geog":"Glenfarg, Dunning and Rhynd","health_rank":"4316","education_rank":"4502","housing_rank":"3776","crime_rank":"5488","income_rank":"4950","employment_rank":"5033","overall_rank":"4018"},"id":"S01004990","arcs":[[62,63,64,-53,-49,-42,65,66]]},{"type":"Polygon","properties":{"int_geog":"Muthill, Greenloaning and Gleneagles","health_rank":"5558","education_rank":"4568","housing_rank":"4952","crime_rank":"4872","income_rank":"5236","employment_rank":"5271","overall_rank":"5029"},"id":"S01004991","arcs":[[-61,-45,-51,67,68,69,70]]},{"type":"Polygon","properties":{"int_geog":"Auchterarder","health_rank":"2082","education_rank":"3213","housing_rank":"1837","crime_rank":"3704","income_rank":"2453","employment_rank":"3206","overall_rank":"3057"},"id":"S01004992","arcs":[[-56,71,72,73]]},{"type":"Polygon","properties":{"int_geog":"Auchterarder","health_rank":"5509","education_rank":"6214","housing_rank":"6235","crime_rank":"5759","income_rank":"6275","employment_rank":"5850","overall_rank":"6325"},"id":"S01004993","arcs":[[74,-72,-55,75]]},{"type":"Polygon","properties":{"int_geog":"Auchterarder","health_rank":"4393","education_rank":"5288","housing_rank":"5596","crime_rank":"3414","income_rank":"5479","employment_rank":"5378","overall_rank":"5906"},"id":"S01004994","arcs":[[-73,-75,76,77]]},{"type":"Polygon","properties":{"int_geog":"Auchterarder","health_rank":"3031","education_rank":"4870","housing_rank":"4111","crime_rank":"4362","income_rank":"3197","employment_rank":"4935","overall_rank":"4579"},"id":"S01004995","arcs":[[78,-57,-74,-78,79]]},{"type":"Polygon","properties":{"int_geog":"Auchterarder","health_rank":"4594","education_rank":"4942","housing_rank":"3916","crime_rank":"4075","income_rank":"4502","employment_rank":"4987","overall_rank":"5058"},"id":"S01004996","arcs":[[-58,-79,80]]},{"type":"Polygon","properties":{"int_geog":"Glenfarg, Dunning and Rhynd","health_rank":"4288","education_rank":"4999","housing_rank":"3505","crime_rank":"5733","income_rank":"4504","employment_rank":"4564","overall_rank":"4079"},"id":"S01004997","arcs":[[81,-66,-41,-28,-60,82,83,84,85]]},{"type":"Polygon","properties":{"int_geog":"Bridge of Earn and Abernethy","health_rank":"4923","education_rank":"4920","housing_rank":"5176","crime_rank":"5566","income_rank":"5233","employment_rank":"5234","overall_rank":"4680"},"id":"S01004998","arcs":[[86,87,-64,88,89,90,91]]},{"type":"Polygon","properties":{"int_geog":"Muthill, Greenloaning and Gleneagles","health_rank":"3971","education_rank":"2735","housing_rank":"1857","crime_rank":"5717","income_rank":"4369","employment_rank":"4526","overall_rank":"3770"},"id":"S01004999","arcs":[[92,93,-62,-71,94,95]]},{"type":"Polygon","properties":{"int_geog":"Glenfarg, Dunning and Rhynd","health_rank":"4619","education_rank":"4279","housing_rank":"1974","crime_rank":"5603","income_rank":"4341","employment_rank":"5395","overall_rank":"4376"},"id":"S01005000","arcs":[[-84,96]]},{"type":"Polygon","properties":{"int_geog":"Bridge of Earn and Abernethy","health_rank":"6180","education_rank":"5539","housing_rank":"5540","crime_rank":"6200","income_rank":"5864","employment_rank":"5980","overall_rank":"5604"},"id":"S01005001","arcs":[[97,98,-89,-63,99,100]]},{"type":"Polygon","properties":{"int_geog":"Comrie, Gilmerton and St Fillans","health_rank":"4962","education_rank":"5204","housing_rank":"5564","crime_rank":"4399","income_rank":"5001","employment_rank":"5410","overall_rank":"5064"},"id":"S01005002","arcs":[[101,-69,102,103]]},{"type":"Polygon","properties":{"int_geog":"Aberuthven and Almondbank","health_rank":"3359","education_rank":"5071","housing_rank":"3574","crime_rank":"6089","income_rank":"4743","employment_rank":"4553","overall_rank":"4043"},"id":"S01005003","arcs":[[-85,-97,-83,-59,-81,-80,-77,-76,-54,-94,104,105]]},{"type":"Polygon","properties":{"int_geog":"Bridge of Earn and Abernethy","health_rank":"4842","education_rank":"4097","housing_rank":"3350","crime_rank":"5915","income_rank":"4596","employment_rank":"4595","overall_rank":"4691"},"id":"S01005004","arcs":[[-87,106]]},{"type":"Polygon","properties":{"int_geog":"Bridge of Earn and Abernethy","health_rank":"4032","education_rank":"2486","housing_rank":"4757","crime_rank":"6045","income_rank":"3898","employment_rank":"3945","overall_rank":"3917"},"id":"S01005005","arcs":[[-90,-99,107]]},{"type":"Polygon","properties":{"int_geog":"Bridge of Earn and Abernethy","health_rank":"3315","education_rank":"4358","housing_rank":"4368","crime_rank":"4206","income_rank":"4087","employment_rank":"3709","overall_rank":"4254"},"id":"S01005006","arcs":[[-91,-108,-98,108]]},{"type":"Polygon","properties":{"int_geog":"Comrie, Gilmerton and St Fillans","health_rank":"3566","education_rank":"3813","housing_rank":"4518","crime_rank":"6262","income_rank":"3331","employment_rank":"3570","overall_rank":"3866"},"id":"S01005007","arcs":[[109,-95,-70,-102,110]]},{"type":"Polygon","properties":{"int_geog":"Glenfarg, Dunning and Rhynd","health_rank":"5684","education_rank":"5485","housing_rank":"4633","crime_rank":"5072","income_rank":"6311","employment_rank":"6359","overall_rank":"5326"},"id":"S01005008","arcs":[[111,112,113,114,115,116,117,118,119,120,121,-100,-67,-82,122]]},{"type":"Polygon","properties":{"int_geog":"Guildtown, Balbeggie and St Madoes","health_rank":"5034","education_rank":"5603","housing_rank":"5082","crime_rank":"6383","income_rank":"5198","employment_rank":"5711","overall_rank":"5534"},"id":"S01005009","arcs":[[123,124]]},{"type":"Polygon","properties":{"int_geog":"Crieff South","health_rank":"2501","education_rank":"3184","housing_rank":"2573","crime_rank":"3203","income_rank":"2825","employment_rank":"2198","overall_rank":"2949"},"id":"S01005010","arcs":[[125,126,127,128,129]]},{"type":"Polygon","properties":{"int_geog":"Crieff South","health_rank":"1773","education_rank":"2256","housing_rank":"1980","crime_rank":"4188","income_rank":"2536","employment_rank":"3063","overall_rank":"2825"},"id":"S01005011","arcs":[[130,131,-127,132,133]]},{"type":"Polygon","properties":{"int_geog":"Crieff South","health_rank":"1959","education_rank":"3204","housing_rank":"1298","crime_rank":"1528","income_rank":"2766","employment_rank":"2796","overall_rank":"2901"},"id":"S01005012","arcs":[[134,135,-133,-126,136]]},{"type":"Polygon","properties":{"int_geog":"Crieff South","health_rank":"4560","education_rank":"3452","housing_rank":"3058","crime_rank":"6112","income_rank":"4022","employment_rank":"3746","overall_rank":"4338"},"id":"S01005013","arcs":[[137,-131,138,139]]},{"type":"Polygon","properties":{"int_geog":"Moncrieffe and Friarton","health_rank":"2726","education_rank":"2226","housing_rank":"2937","crime_rank":"4760","income_rank":"2670","employment_rank":"2159","overall_rank":"2484"},"id":"S01005014","arcs":[[-120,140,141,142]]},{"type":"Polygon","properties":{"int_geog":"Crieff North","health_rank":"3405","education_rank":"4908","housing_rank":"3925","crime_rank":"5258","income_rank":"3670","employment_rank":"3427","overall_rank":"4419"},"id":"S01005015","arcs":[[143,-137,-130,144,145]]},{"type":"Polygon","properties":{"int_geog":"Crieff South","health_rank":"3675","education_rank":"3681","housing_rank":"2246","crime_rank":"1769","income_rank":"3456","employment_rank":"3266","overall_rank":"3842"},"id":"S01005016","arcs":[[146,-139,-134,-136,147]]},{"type":"Polygon","properties":{"int_geog":"Crieff North","health_rank":"5488","education_rank":"5852","housing_rank":"5499","crime_rank":"6052","income_rank":"6429","employment_rank":"6103","overall_rank":"6316"},"id":"S01005017","arcs":[[148,-140,-147,149]]},{"type":"Polygon","properties":{"int_geog":"Moncrieffe and Friarton","health_rank":"3286","education_rank":"3459","housing_rank":"4648","crime_rank":"5141","income_rank":"3274","employment_rank":"3948","overall_rank":"3641"},"id":"S01005018","arcs":[[-141,-119,150,151]]},{"type":"MultiPolygon","properties":{"int_geog":"Moncrieffe and Friarton","health_rank":"1142","education_rank":"1255","housing_rank":"2556","crime_rank":"794","income_rank":"2818","employment_rank":"2929","overall_rank":"1992"},"id":"S01005019","arcs":[[[152,-121,-143,153,154,155,156]],[[157]]]},{"type":"Polygon","properties":{"int_geog":"Crieff North","health_rank":"3296","education_rank":"4883","housing_rank":"5101","crime_rank":"3400","income_rank":"4287","employment_rank":"5472","overall_rank":"5106"},"id":"S01005020","arcs":[[158,-150,-148,-135,-144,159,160]]},{"type":"Polygon","properties":{"int_geog":"Crieff North","health_rank":"5289","education_rank":"5543","housing_rank":"6058","crime_rank":"6234","income_rank":"5627","employment_rank":"6082","overall_rank":"5812"},"id":"S01005021","arcs":[[-160,-146,161]]},{"type":"Polygon","properties":{"int_geog":"Moncrieffe and Friarton","health_rank":"3536","education_rank":"5198","housing_rank":"5113","crime_rank":"5301","income_rank":"4603","employment_rank":"4105","overall_rank":"4749"},"id":"S01005022","arcs":[[-154,-142,-152,162,163,164]]},{"type":"Polygon","properties":{"int_geog":"Guildtown, Balbeggie and St Madoes","health_rank":"6318","education_rank":"4059","housing_rank":"2469","crime_rank":"5851","income_rank":"5764","employment_rank":"6076","overall_rank":"5303"},"id":"S01005023","arcs":[[165,166,-125,167,168,169,170]]},{"type":"Polygon","properties":{"int_geog":"Moncrieffe and Friarton","health_rank":"4148","education_rank":"5393","housing_rank":"4999","crime_rank":"5266","income_rank":"3945","employment_rank":"5050","overall_rank":"5000"},"id":"S01005024","arcs":[[-163,-151,-118,171,172,173]]},{"type":"Polygon","properties":{"int_geog":"Comrie, Gilmerton and St Fillans","health_rank":"4409","education_rank":"3657","housing_rank":"1611","crime_rank":"6156","income_rank":"4406","employment_rank":"5163","overall_rank":"3915"},"id":"S01005025","arcs":[[174,-105,-93,175,-128,-132,-138,-149,-159,176,177]]},{"type":"Polygon","properties":{"int_geog":"Gannochy and Walnut Grove","health_rank":"5869","education_rank":"6256","housing_rank":"6406","crime_rank":"2367","income_rank":"6301","employment_rank":"6126","overall_rank":"5640"},"id":"S01005026","arcs":[[178,-169,179,180,181]]},{"type":"Polygon","properties":{"int_geog":"Aberuthven and Almondbank","health_rank":"4645","education_rank":"4830","housing_rank":"4383","crime_rank":"5445","income_rank":"5377","employment_rank":"4665","overall_rank":"4621"},"id":"S01005027","arcs":[[182,183,184,185,-123,-86,186,187,188,189]]},{"type":"Polygon","properties":{"int_geog":"Burghmuir and Oakbank","health_rank":"5526","education_rank":"5308","housing_rank":"5263","crime_rank":"5278","income_rank":"5808","employment_rank":"5557","overall_rank":"5894"},"id":"S01005028","arcs":[[190,-116,191,192]]},{"type":"Polygon","properties":{"int_geog":"Viewlands, Craigie and Wellshill","health_rank":"4988","education_rank":"5067","housing_rank":"3537","crime_rank":"4380","income_rank":"4685","employment_rank":"4778","overall_rank":"5503"},"id":"S01005029","arcs":[[193,-164,-174,194,195]]},{"type":"Polygon","properties":{"int_geog":"Viewlands, Craigie and Wellshill","health_rank":"4945","education_rank":"5278","housing_rank":"5758","crime_rank":"4570","income_rank":"5107","employment_rank":"5450","overall_rank":"5573"},"id":"S01005030","arcs":[[-172,-117,-191,196,197,198]]},{"type":"Polygon","properties":{"int_geog":"Central, North Inch and South Inch","health_rank":"3253","education_rank":"3982","housing_rank":"3151","crime_rank":"1634","income_rank":"3773","employment_rank":"3694","overall_rank":"3986"},"id":"S01005031","arcs":[[199,-155,-165,-194,200,201]]},{"type":"Polygon","properties":{"int_geog":"Viewlands, Craigie and Wellshill","health_rank":"4430","education_rank":"5277","housing_rank":"5438","crime_rank":"5199","income_rank":"4847","employment_rank":"5868","overall_rank":"5679"},"id":"S01005032","arcs":[[-195,-173,-199,202,203]]},{"type":"Polygon","properties":{"int_geog":"Burghmuir and Oakbank","health_rank":"6198","education_rank":"5715","housing_rank":"6250","crime_rank":"6353","income_rank":"6332","employment_rank":"6002","overall_rank":"6360"},"id":"S01005033","arcs":[[-192,-115,204,205,206,207]]},{"type":"Polygon","properties":{"int_geog":"Burghmuir and Oakbank","health_rank":"4709","education_rank":"5373","housing_rank":"6374","crime_rank":"6226","income_rank":"6244","employment_rank":"6220","overall_rank":"5913"},"id":"S01005034","arcs":[[-205,-114,208]]},{"type":"Polygon","properties":{"int_geog":"Errol and Inchture","health_rank":"5128","education_rank":"3818","housing_rank":"4225","crime_rank":"5012","income_rank":"4764","employment_rank":"5081","overall_rank":"5073"},"id":"S01005035","arcs":[[209,-166,210,211]]},{"type":"Polygon","properties":{"int_geog":"Viewlands, Craigie and Wellshill","health_rank":"4675","education_rank":"5953","housing_rank":"6377","crime_rank":"5722","income_rank":"6166","employment_rank":"5997","overall_rank":"6304"},"id":"S01005036","arcs":[[-203,-198,212,213,214]]},{"type":"Polygon","properties":{"int_geog":"Central, North Inch and South Inch","health_rank":"345","education_rank":"1141","housing_rank":"851","crime_rank":"446","income_rank":"1560","employment_rank":"1181","overall_rank":"1037"},"id":"S01005037","arcs":[[215,-156,-200,216,217]]},{"type":"Polygon","properties":{"int_geog":"Western Edge","health_rank":"4112","education_rank":"5572","housing_rank":"6453","crime_rank":"6290","income_rank":"6087","employment_rank":"6312","overall_rank":"6001"},"id":"S01005038","arcs":[[218,-206,-209,-113,219]]},{"type":"Polygon","properties":{"int_geog":"Burghmuir and Oakbank","health_rank":"4506","education_rank":"5271","housing_rank":"6430","crime_rank":"4963","income_rank":"5660","employment_rank":"4817","overall_rank":"5276"},"id":"S01005039","arcs":[[220,-213,-197,-193,-208,221,222,223]]},{"type":"Polygon","properties":{"int_geog":"Central, North Inch and South Inch","health_rank":"599","education_rank":"1737","housing_rank":"903","crime_rank":"187","income_rank":"1464","employment_rank":"1123","overall_rank":"1150"},"id":"S01005040","arcs":[[224,-217,-202,225,226]]},{"type":"Polygon","properties":{"int_geog":"Central, North Inch and South Inch","health_rank":"1838","education_rank":"737","housing_rank":"764","crime_rank":"80","income_rank":"2486","employment_rank":"1434","overall_rank":"1436"},"id":"S01005041","arcs":[[227,-157,-216,228]]},{"type":"Polygon","properties":{"int_geog":"Burghmuir and Oakbank","health_rank":"5253","education_rank":"5978","housing_rank":"6362","crime_rank":"5045","income_rank":"6261","employment_rank":"5247","overall_rank":"5907"},"id":"S01005042","arcs":[[-222,-207,-219,229,230,231]]},{"type":"Polygon","properties":{"int_geog":"Gannochy and Walnut Grove","health_rank":"2613","education_rank":"3566","housing_rank":"4792","crime_rank":"3048","income_rank":"2626","employment_rank":"2925","overall_rank":"2871"},"id":"S01005043","arcs":[[-181,232,233,234]]},{"type":"Polygon","properties":{"int_geog":"Viewlands, Craigie and Wellshill","health_rank":"2459","education_rank":"4941","housing_rank":"4789","crime_rank":"1679","income_rank":"4138","employment_rank":"3331","overall_rank":"4001"},"id":"S01005044","arcs":[[235,236,-226,-201,-196,-204,-215,237,238]]},{"type":"Polygon","properties":{"int_geog":"Western Edge","health_rank":"4130","education_rank":"5065","housing_rank":"6336","crime_rank":"4812","income_rank":"5786","employment_rank":"5732","overall_rank":"5489"},"id":"S01005045","arcs":[[239,-230,-220,-112,-186,240,241]]},{"type":"Polygon","properties":{"int_geog":"Viewlands, Craigie and Wellshill","health_rank":"3799","education_rank":"5374","housing_rank":"4747","crime_rank":"4430","income_rank":"5128","employment_rank":"4405","overall_rank":"5093"},"id":"S01005046","arcs":[[-214,-221,242,243,244,-238]]},{"type":"Polygon","properties":{"int_geog":"Central, North Inch and South Inch","health_rank":"746","education_rank":"1757","housing_rank":"782","crime_rank":"271","income_rank":"1384","employment_rank":"1818","overall_rank":"1369"},"id":"S01005047","arcs":[[245,-229,-218,-225,246,247]]},{"type":"Polygon","properties":{"int_geog":"Gannochy and Walnut Grove","health_rank":"6262","education_rank":"6313","housing_rank":"6501","crime_rank":"4118","income_rank":"5559","employment_rank":"3470","overall_rank":"4685"},"id":"S01005048","arcs":[[-182,-235,248,249,250]]},{"type":"Polygon","properties":{"int_geog":"Central, North Inch and South Inch","health_rank":"1669","education_rank":"2482","housing_rank":"754","crime_rank":"580","income_rank":"1839","employment_rank":"1138","overall_rank":"1598"},"id":"S01005049","arcs":[[251,-247,-227,-237,252,253]]},{"type":"Polygon","properties":{"int_geog":"Letham","health_rank":"656","education_rank":"319","housing_rank":"1692","crime_rank":"2711","income_rank":"807","employment_rank":"1159","overall_rank":"754"},"id":"S01005050","arcs":[[254,-231,-240,255]]},{"type":"Polygon","properties":{"int_geog":"Western Edge","health_rank":"4695","education_rank":"4878","housing_rank":"6325","crime_rank":"5929","income_rank":"6000","employment_rank":"5527","overall_rank":"5522"},"id":"S01005051","arcs":[[256,-241,-185,257]]},{"type":"Polygon","properties":{"int_geog":"Aberuthven and Almondbank","health_rank":"5548","education_rank":"5154","housing_rank":"3457","crime_rank":"6487","income_rank":"5129","employment_rank":"5349","overall_rank":"4441"},"id":"S01005052","arcs":[[258,259,260,261,262,-187,-106,-175,263,264]]},{"type":"Polygon","properties":{"int_geog":"Letham","health_rank":"639","education_rank":"787","housing_rank":"1122","crime_rank":"1391","income_rank":"776","employment_rank":"1281","overall_rank":"877"},"id":"S01005053","arcs":[[265,-223,-232,-255,266,267]]},{"type":"Polygon","properties":{"int_geog":"Letham","health_rank":"2178","education_rank":"1032","housing_rank":"1637","crime_rank":"1406","income_rank":"2500","employment_rank":"2487","overall_rank":"2020"},"id":"S01005054","arcs":[[-244,268,269,270]]},{"type":"Polygon","properties":{"int_geog":"Letham","health_rank":"2386","education_rank":"1983","housing_rank":"2039","crime_rank":"3081","income_rank":"2903","employment_rank":"2277","overall_rank":"2450"},"id":"S01005055","arcs":[[-269,-243,-224,-266,271,272]]},{"type":"Polygon","properties":{"int_geog":"Central, North Inch and South Inch","health_rank":"1906","education_rank":"4964","housing_rank":"1123","crime_rank":"2000","income_rank":"2698","employment_rank":"2685","overall_rank":"3036"},"id":"S01005056","arcs":[[-248,-252,273,274]]},{"type":"Polygon","properties":{"int_geog":"Letham","health_rank":"781","education_rank":"1241","housing_rank":"1819","crime_rank":"3691","income_rank":"765","employment_rank":"1040","overall_rank":"962"},"id":"S01005057","arcs":[[275,-267,-256,-242,-257,276,277,278]]},{"type":"Polygon","properties":{"int_geog":"Hillyland, Tulloch and Inveralmond","health_rank":"2171","education_rank":"947","housing_rank":"2582","crime_rank":"1670","income_rank":"2394","employment_rank":"2070","overall_rank":"1872"},"id":"S01005058","arcs":[[279,-239,-245,-271,280,281,282,283]]},{"type":"Polygon","properties":{"int_geog":"Letham","health_rank":"3574","education_rank":"1292","housing_rank":"2057","crime_rank":"2825","income_rank":"2951","employment_rank":"3744","overall_rank":"2905"},"id":"S01005059","arcs":[[-281,-270,-273,284,285]]},{"type":"Polygon","properties":{"int_geog":"Letham","health_rank":"2324","education_rank":"1563","housing_rank":"1589","crime_rank":"1757","income_rank":"1975","employment_rank":"2139","overall_rank":"1976"},"id":"S01005060","arcs":[[-285,-272,-268,-276,286]]},{"type":"Polygon","properties":{"int_geog":"Gannochy and Walnut Grove","health_rank":"1351","education_rank":"5252","housing_rank":"4435","crime_rank":"5552","income_rank":"2334","employment_rank":"2077","overall_rank":"2347"},"id":"S01005061","arcs":[[287,288,-249,-234,289,290]]},{"type":"Polygon","properties":{"int_geog":"Gannochy and Walnut Grove","health_rank":"5225","education_rank":"4122","housing_rank":"5973","crime_rank":"6487","income_rank":"4900","employment_rank":"4856","overall_rank":"4942"},"id":"S01005062","arcs":[[-250,-289,291]]},{"type":"Polygon","properties":{"int_geog":"Western Edge","health_rank":"5752","education_rank":"4905","housing_rank":"5948","crime_rank":"5723","income_rank":"5472","employment_rank":"6251","overall_rank":"5858"},"id":"S01005063","arcs":[[292,-277,-258,-184]]},{"type":"Polygon","properties":{"int_geog":"Scone","health_rank":"4082","education_rank":"5740","housing_rank":"5488","crime_rank":"6205","income_rank":"5584","employment_rank":"6075","overall_rank":"5844"},"id":"S01005064","arcs":[[-170,-179,-251,-292,-288,293,294,295,296]]},{"type":"Polygon","properties":{"int_geog":"Muirton","health_rank":"2157","education_rank":"2323","housing_rank":"2484","crime_rank":"1974","income_rank":"2648","employment_rank":"2645","overall_rank":"2692"},"id":"S01005065","arcs":[[297,298,-253,-236,-280,299,300,301]]},{"type":"Polygon","properties":{"int_geog":"Hillyland, Tulloch and Inveralmond","health_rank":"642","education_rank":"37","housing_rank":"1615","crime_rank":"561","income_rank":"357","employment_rank":"606","overall_rank":"305"},"id":"S01005066","arcs":[[-284,302,-300]]},{"type":"Polygon","properties":{"int_geog":"Comrie, Gilmerton and St Fillans","health_rank":"5448","education_rank":"4115","housing_rank":"3199","crime_rank":"6456","income_rank":"5798","employment_rank":"5764","overall_rank":"4686"},"id":"S01005067","arcs":[[-177,-161,-162,-145,-129,-176,-96,-110,303,304]]},{"type":"Polygon","properties":{"int_geog":"Letham","health_rank":"3720","education_rank":"1676","housing_rank":"2700","crime_rank":"4377","income_rank":"3345","employment_rank":"4171","overall_rank":"3563"},"id":"S01005068","arcs":[[305,306,-287,-279,307]]},{"type":"Polygon","properties":{"int_geog":"Hillyland, Tulloch and Inveralmond","health_rank":"1044","education_rank":"638","housing_rank":"2157","crime_rank":"2163","income_rank":"1307","employment_rank":"2047","overall_rank":"1271"},"id":"S01005069","arcs":[[308,-282,-286,-307,309]]},{"type":"Polygon","properties":{"int_geog":"Muirton","health_rank":"2494","education_rank":"4479","housing_rank":"3790","crime_rank":"3832","income_rank":"3666","employment_rank":"4406","overall_rank":"4223"},"id":"S01005070","arcs":[[-274,-254,-299,310,311,312]]},{"type":"Polygon","properties":{"int_geog":"Muirton","health_rank":"2205","education_rank":"125","housing_rank":"1018","crime_rank":"1809","income_rank":"3610","employment_rank":"3479","overall_rank":"2098"},"id":"S01005071","arcs":[[-311,-298,313]]},{"type":"Polygon","properties":{"int_geog":"Hillyland, Tulloch and Inveralmond","health_rank":"1317","education_rank":"1188","housing_rank":"1409","crime_rank":"1760","income_rank":"2198","employment_rank":"2886","overall_rank":"1844"},"id":"S01005072","arcs":[[314,-310,-306,315,316]]},{"type":"Polygon","properties":{"int_geog":"Comrie, Gilmerton and St Fillans","health_rank":"6009","education_rank":"4382","housing_rank":"2989","crime_rank":"3587","income_rank":"5137","employment_rank":"5582","overall_rank":"4336"},"id":"S01005073","arcs":[[-304,-111,-104,317,318]]},{"type":"Polygon","properties":{"int_geog":"Errol and Inchture","health_rank":"3752","education_rank":"4140","housing_rank":"4460","crime_rank":"5079","income_rank":"4926","employment_rank":"4713","overall_rank":"4265"},"id":"S01005074","arcs":[[319,-212,320,321,322]]},{"type":"Polygon","properties":{"int_geog":"Muirton","health_rank":"201","education_rank":"17","housing_rank":"1652","crime_rank":"449","income_rank":"157","employment_rank":"318","overall_rank":"137"},"id":"S01005075","arcs":[[-312,-314,-302,323,324,325]]},{"type":"Polygon","properties":{"int_geog":"Hillyland, Tulloch and Inveralmond","health_rank":"1798","education_rank":"367","housing_rank":"2504","crime_rank":"2035","income_rank":"1723","employment_rank":"1786","overall_rank":"1272"},"id":"S01005076","arcs":[[326,-317,327,328]]},{"type":"Polygon","properties":{"int_geog":"Western Edge","health_rank":"5181","education_rank":"4419","housing_rank":"6020","crime_rank":"4242","income_rank":"5825","employment_rank":"5710","overall_rank":"5173"},"id":"S01005077","arcs":[[329,-328,-316,-308,-278,-293,-183,330]]},{"type":"Polygon","properties":{"int_geog":"North Muirton and Old Scone","health_rank":"1853","education_rank":"1944","housing_rank":"3642","crime_rank":"2539","income_rank":"2405","employment_rank":"2786","overall_rank":"2433"},"id":"S01005078","arcs":[[331,332,333,-324,-301,334,335]]},{"type":"Polygon","properties":{"int_geog":"North Muirton and Old Scone","health_rank":"2032","education_rank":"1709","housing_rank":"3485","crime_rank":"2067","income_rank":"2154","employment_rank":"1464","overall_rank":"1808"},"id":"S01005079","arcs":[[-325,-334,336]]},{"type":"Polygon","properties":{"int_geog":"Hillyland, Tulloch and Inveralmond","health_rank":"1811","education_rank":"1159","housing_rank":"2868","crime_rank":"1659","income_rank":"1949","employment_rank":"1772","overall_rank":"1608"},"id":"S01005080","arcs":[[-329,-330,337]]},{"type":"Polygon","properties":{"int_geog":"North Muirton and Old Scone","health_rank":"1396","education_rank":"1476","housing_rank":"2933","crime_rank":"5267","income_rank":"2420","employment_rank":"2122","overall_rank":"2054"},"id":"S01005081","arcs":[[-326,-337,-333,338,339,340]]},{"type":"Polygon","properties":{"int_geog":"Aberuthven and Almondbank","health_rank":"4957","education_rank":"5079","housing_rank":"4979","crime_rank":"5106","income_rank":"4913","employment_rank":"5337","overall_rank":"4993"},"id":"S01005082","arcs":[[341,-188,-263,342]]},{"type":"Polygon","properties":{"int_geog":"Scone","health_rank":"2642","education_rank":"4467","housing_rank":"4163","crime_rank":"5736","income_rank":"3560","employment_rank":"3173","overall_rank":"3876"},"id":"S01005083","arcs":[[-295,343,344,345]]},{"type":"Polygon","properties":{"int_geog":"North Muirton and Old Scone","health_rank":"3355","education_rank":"1238","housing_rank":"3272","crime_rank":"4510","income_rank":"2605","employment_rank":"2068","overall_rank":"2339"},"id":"S01005084","arcs":[[-339,-332,346]]},{"type":"Polygon","properties":{"int_geog":"Luncarty and Dunkeld","health_rank":"3260","education_rank":"2708","housing_rank":"3163","crime_rank":"4344","income_rank":"3884","employment_rank":"3473","overall_rank":"3855"},"id":"S01005085","arcs":[[-260,347,348]]},{"type":"Polygon","properties":{"int_geog":"Hillyland, Tulloch and Inveralmond","health_rank":"1644","education_rank":"1868","housing_rank":"989","crime_rank":"2966","income_rank":"2347","employment_rank":"3122","overall_rank":"2156"},"id":"S01005086","arcs":[[-335,-303,-283,-309,-315,-327,-338,-331,-190,349,350]]},{"type":"Polygon","properties":{"int_geog":"Scone","health_rank":"1637","education_rank":"3680","housing_rank":"4450","crime_rank":"4620","income_rank":"2603","employment_rank":"3180","overall_rank":"3054"},"id":"S01005087","arcs":[[-345,351,352,353]]},{"type":"Polygon","properties":{"int_geog":"Luncarty and Dunkeld","health_rank":"3526","education_rank":"3170","housing_rank":"4826","crime_rank":"6046","income_rank":"3337","employment_rank":"3617","overall_rank":"3924"},"id":"S01005088","arcs":[[-348,-259,354]]},{"type":"Polygon","properties":{"int_geog":"Scone","health_rank":"3656","education_rank":"4705","housing_rank":"5391","crime_rank":"6082","income_rank":"3686","employment_rank":"4657","overall_rank":"4562"},"id":"S01005089","arcs":[[355,-353,356,357]]},{"type":"Polygon","properties":{"int_geog":"Scone","health_rank":"4653","education_rank":"5537","housing_rank":"5532","crime_rank":"5401","income_rank":"4997","employment_rank":"4747","overall_rank":"5662"},"id":"S01005090","arcs":[[358,-296,-346,-354,-356,359]]},{"type":"Polygon","properties":{"int_geog":"Scone","health_rank":"5486","education_rank":"5905","housing_rank":"6148","crime_rank":"6313","income_rank":"6197","employment_rank":"5448","overall_rank":"6153"},"id":"S01005091","arcs":[[360,-360,-358,361,362]]},{"type":"Polygon","properties":{"int_geog":"Aberuthven and Almondbank","health_rank":"4177","education_rank":"2945","housing_rank":"3485","crime_rank":"5884","income_rank":"3467","employment_rank":"3492","overall_rank":"3299"},"id":"S01005092","arcs":[[-343,-262,363]]},{"type":"Polygon","properties":{"int_geog":"North Muirton and Old Scone","health_rank":"2007","education_rank":"1333","housing_rank":"3113","crime_rank":"3624","income_rank":"2221","employment_rank":"2651","overall_rank":"2104"},"id":"S01005093","arcs":[[-362,-357,-352,-344,-294,-291,364,-340,-347,-336,-351,365,366,367]]},{"type":"Polygon","properties":{"int_geog":"Errol and Inchture","health_rank":"6172","education_rank":"5050","housing_rank":"2441","crime_rank":"5936","income_rank":"5533","employment_rank":"6190","overall_rank":"4997"},"id":"S01005094","arcs":[[368,369,-323,370],[371]]},{"type":"Polygon","properties":{"int_geog":"Guildtown, Balbeggie and St Madoes","health_rank":"4063","education_rank":"5039","housing_rank":"4757","crime_rank":"5495","income_rank":"5113","employment_rank":"4550","overall_rank":"4384"},"id":"S01005095","arcs":[[372,-321,-211,-171,-297,-359,-361,373,374]]},{"type":"Polygon","properties":{"int_geog":"Errol and Inchture","health_rank":"3929","education_rank":"4256","housing_rank":"5536","crime_rank":"5535","income_rank":"4206","employment_rank":"4197","overall_rank":"4305"},"id":"S01005096","arcs":[[-372]]},{"type":"Polygon","properties":{"int_geog":"Invergowrie, Longforgan and Abernyte","health_rank":"4748","education_rank":"4838","housing_rank":"5412","crime_rank":"5505","income_rank":"5365","employment_rank":"5277","overall_rank":"4907"},"id":"S01005097","arcs":[[375,376,-369,377,378,379]]},{"type":"Polygon","properties":{"int_geog":"Luncarty and Dunkeld","health_rank":"4332","education_rank":"5555","housing_rank":"5418","crime_rank":"6035","income_rank":"4334","employment_rank":"3958","overall_rank":"4307"},"id":"S01005098","arcs":[[-367,380,381,382,383]]},{"type":"Polygon","properties":{"int_geog":"Invergowrie, Longforgan and Abernyte","health_rank":"3830","education_rank":"5346","housing_rank":"4206","crime_rank":"5082","income_rank":"4976","employment_rank":"4922","overall_rank":"5189"},"id":"S01005099","arcs":[[384,-376,385]]},{"type":"Polygon","properties":{"int_geog":"Luncarty and Dunkeld","health_rank":"5317","education_rank":"5432","housing_rank":"4698","crime_rank":"6274","income_rank":"4980","employment_rank":"4997","overall_rank":"5109"},"id":"S01005100","arcs":[[-382,386,387]]},{"type":"Polygon","properties":{"int_geog":"Invergowrie, Longforgan and Abernyte","health_rank":"3822","education_rank":"4160","housing_rank":"2734","crime_rank":"3896","income_rank":"4201","employment_rank":"4683","overall_rank":"4814"},"id":"S01005101","arcs":[[-386,-380,388]]},{"type":"Polygon","properties":{"int_geog":"Guildtown, Balbeggie and St Madoes","health_rank":"4517","education_rank":"4442","housing_rank":"4028","crime_rank":"6010","income_rank":"4240","employment_rank":"4254","overall_rank":"3846"},"id":"S01005102","arcs":[[-374,-363,-368,-384,389,390,391,392,393]]},{"type":"Polygon","properties":{"int_geog":"Invergowrie, Longforgan and Abernyte","health_rank":"5314","education_rank":"4544","housing_rank":"5392","crime_rank":"5421","income_rank":"5489","employment_rank":"5719","overall_rank":"4884"},"id":"S01005103","arcs":[[394,-378,-371,-322,-373,395]]},{"type":"Polygon","properties":{"int_geog":"Luncarty and Dunkeld","health_rank":"6281","education_rank":"5046","housing_rank":"3571","crime_rank":"6434","income_rank":"6146","employment_rank":"6396","overall_rank":"4951"},"id":"S01005104","arcs":[[396,397,398,-387,-381,-366,-350,-189,-342,-364,-261,-349,-355,-265,399,400]]},{"type":"Polygon","properties":{"int_geog":"Stanley and Murthly","health_rank":"2859","education_rank":"2769","housing_rank":"4688","crime_rank":"4192","income_rank":"3055","employment_rank":"3521","overall_rank":"3286"},"id":"S01005105","arcs":[[-391,401,402]]},{"type":"Polygon","properties":{"int_geog":"Stanley and Murthly","health_rank":"4267","education_rank":"2041","housing_rank":"4862","crime_rank":"4999","income_rank":"3276","employment_rank":"2907","overall_rank":"3247"},"id":"S01005106","arcs":[[-392,-403,403]]},{"type":"Polygon","properties":{"int_geog":"Stanley and Murthly","health_rank":"6162","education_rank":"4418","housing_rank":"5244","crime_rank":"6409","income_rank":"6335","employment_rank":"5772","overall_rank":"6045"},"id":"S01005107","arcs":[[404,405]]},{"type":"Polygon","properties":{"int_geog":"Stanley and Murthly","health_rank":"4531","education_rank":"2881","housing_rank":"2425","crime_rank":"6281","income_rank":"3957","employment_rank":"3683","overall_rank":"4151"},"id":"S01005108","arcs":[[-405,406,-398,407]]},{"type":"Polygon","properties":{"int_geog":"Stanley and Murthly","health_rank":"5745","education_rank":"4712","housing_rank":"4064","crime_rank":"5977","income_rank":"5723","employment_rank":"5638","overall_rank":"4788"},"id":"S01005109","arcs":[[408,-393,-404,-402,-390,-383,-388,-399,-407,-406,-408,-397,409,410]]},{"type":"Polygon","properties":{"int_geog":"Coupar Angus and Meigle","health_rank":"4239","education_rank":"4020","housing_rank":"2779","crime_rank":"4035","income_rank":"4280","employment_rank":"4606","overall_rank":"3813"},"id":"S01005110","arcs":[[-396,-375,-394,-409,411,412,413,414,415,416,417]]},{"type":"Polygon","properties":{"int_geog":"Coupar Angus and Meigle","health_rank":"5657","education_rank":"4797","housing_rank":"4340","crime_rank":"5567","income_rank":"4372","employment_rank":"4769","overall_rank":"4737"},"id":"S01005111","arcs":[[418,-415]]},{"type":"Polygon","properties":{"int_geog":"Rannoch and Aberfeldy","health_rank":"6094","education_rank":"4429","housing_rank":"2548","crime_rank":"5949","income_rank":"5906","employment_rank":"6274","overall_rank":"4557"},"id":"S01005112","arcs":[[419,420,421,422,-400,-264,-178,-305,-319,423,424,425]]},{"type":"Polygon","properties":{"int_geog":"Coupar Angus and Meigle","health_rank":"3404","education_rank":"2705","housing_rank":"2871","crime_rank":"5024","income_rank":"3581","employment_rank":"3687","overall_rank":"3656"},"id":"S01005113","arcs":[[426,427,-416,-419,-414,428,429]]},{"type":"Polygon","properties":{"int_geog":"Coupar Angus and Meigle","health_rank":"2370","education_rank":"867","housing_rank":"1115","crime_rank":"1825","income_rank":"2634","employment_rank":"2609","overall_rank":"2263"},"id":"S01005114","arcs":[[-427,430]]},{"type":"Polygon","properties":{"int_geog":"Luncarty and Dunkeld","health_rank":"4290","education_rank":"4244","housing_rank":"2846","crime_rank":"4130","income_rank":"4350","employment_rank":"3886","overall_rank":"3771"},"id":"S01005115","arcs":[[431,432,433,-410,-401,-423,434,435]]},{"type":"Polygon","properties":{"int_geog":"Stanley and Murthly","health_rank":"5804","education_rank":"4714","housing_rank":"2738","crime_rank":"6318","income_rank":"4723","employment_rank":"5880","overall_rank":"4697"},"id":"S01005116","arcs":[[436,-412,-411,-434,437,438]]},{"type":"Polygon","properties":{"int_geog":"Blair Atholl, Strathardle and Glenshee","health_rank":"4660","education_rank":"4928","housing_rank":"4227","crime_rank":"5482","income_rank":"5221","employment_rank":"5468","overall_rank":"4782"},"id":"S01005117","arcs":[[439,440,441,442,443,444,445,-429,-413,-437,446]]},{"type":"Polygon","properties":{"int_geog":"Luncarty and Dunkeld","health_rank":"5188","education_rank":"4980","housing_rank":"4073","crime_rank":"4910","income_rank":"4392","employment_rank":"5009","overall_rank":"4773"},"id":"S01005118","arcs":[[-438,-433,447]]},{"type":"Polygon","properties":{"int_geog":"Blairgowrie West","health_rank":"4910","education_rank":"6060","housing_rank":"6253","crime_rank":"6308","income_rank":"5078","employment_rank":"5155","overall_rank":"5404"},"id":"S01005119","arcs":[[448,-444,449]]},{"type":"Polygon","properties":{"int_geog":"Blairgowrie West","health_rank":"5489","education_rank":"4812","housing_rank":"5182","crime_rank":"4560","income_rank":"4265","employment_rank":"3671","overall_rank":"4784"},"id":"S01005120","arcs":[[-442,450,451]]},{"type":"Polygon","properties":{"int_geog":"Coupar Angus and Meigle","health_rank":"5104","education_rank":"3861","housing_rank":"2831","crime_rank":"4195","income_rank":"4784","employment_rank":"5252","overall_rank":"4516"},"id":"S01005121","arcs":[[452,453,454,-417,-428,-431,-430,-446,455,456]]},{"type":"Polygon","properties":{"int_geog":"Blairgowrie West","health_rank":"4353","education_rank":"4585","housing_rank":"5053","crime_rank":"3219","income_rank":"4055","employment_rank":"3971","overall_rank":"4717"},"id":"S01005122","arcs":[[457,-443,-452,458,459]]},{"type":"Polygon","properties":{"int_geog":"Blairgowrie West","health_rank":"4856","education_rank":"3865","housing_rank":"5830","crime_rank":"3459","income_rank":"5388","employment_rank":"4911","overall_rank":"5262"},"id":"S01005123","arcs":[[460,461,-450,-458,462,463,464]]},{"type":"Polygon","properties":{"int_geog":"Blairgowrie West","health_rank":"4785","education_rank":"3544","housing_rank":"4179","crime_rank":"4291","income_rank":"3299","employment_rank":"3330","overall_rank":"4206"},"id":"S01005124","arcs":[[465,-459,-451,-441,466]]},{"type":"Polygon","properties":{"int_geog":"Blairgowrie West","health_rank":"2188","education_rank":"1830","housing_rank":"1339","crime_rank":"930","income_rank":"1974","employment_rank":"2903","overall_rank":"2326"},"id":"S01005125","arcs":[[-463,-460,-466,467]]},{"type":"Polygon","properties":{"int_geog":"Coupar Angus and Meigle","health_rank":"5156","education_rank":"5435","housing_rank":"4105","crime_rank":"5718","income_rank":"5389","employment_rank":"4838","overall_rank":"4943"},"id":"S01005126","arcs":[[-455,468,469]]},{"type":"Polygon","properties":{"int_geog":"Blairgowrie East (Rattray)","health_rank":"1454","education_rank":"376","housing_rank":"3745","crime_rank":"1001","income_rank":"1311","employment_rank":"906","overall_rank":"990"},"id":"S01005127","arcs":[[470,-461,471,472]]},{"type":"Polygon","properties":{"int_geog":"Blairgowrie West","health_rank":"3728","education_rank":"3543","housing_rank":"3647","crime_rank":"5097","income_rank":"4555","employment_rank":"5171","overall_rank":"5145"},"id":"S01005128","arcs":[[473,-464,-468,-467,-440,474]]},{"type":"Polygon","properties":{"int_geog":"Blairgowrie East (Rattray)","health_rank":"4219","education_rank":"2904","housing_rank":"2605","crime_rank":"3619","income_rank":"3319","employment_rank":"3311","overall_rank":"3612"},"id":"S01005129","arcs":[[-473,475,476,477]]},{"type":"Polygon","properties":{"int_geog":"Blairgowrie East (Rattray)","health_rank":"2152","education_rank":"352","housing_rank":"1850","crime_rank":"1558","income_rank":"968","employment_rank":"691","overall_rank":"777"},"id":"S01005130","arcs":[[478,-477,479]]},{"type":"Polygon","properties":{"int_geog":"Rannoch and Aberfeldy","health_rank":"4642","education_rank":"3052","housing_rank":"4120","crime_rank":"5904","income_rank":"4050","employment_rank":"4684","overall_rank":"4791"},"id":"S01005131","arcs":[[-421,480,481]]},{"type":"Polygon","properties":{"int_geog":"Blairgowrie East (Rattray)","health_rank":"4718","education_rank":"2756","housing_rank":"4700","crime_rank":"4616","income_rank":"3865","employment_rank":"4435","overall_rank":"4362"},"id":"S01005132","arcs":[[-480,-476,-472,-465,-474,482,483]]},{"type":"Polygon","properties":{"int_geog":"Blair Atholl, Strathardle and Glenshee","health_rank":"5339","education_rank":"3882","housing_rank":"4220","crime_rank":"3995","income_rank":"4293","employment_rank":"5815","overall_rank":"4389"},"id":"S01005133","arcs":[[-456,-445,-449,-462,-471,-478,-479,-484,484,485]]},{"type":"Polygon","properties":{"int_geog":"Alyth","health_rank":"4572","education_rank":"2268","housing_rank":"3162","crime_rank":"5126","income_rank":"2991","employment_rank":"3162","overall_rank":"3657"},"id":"S01005134","arcs":[[-453,486,487,488]]},{"type":"Polygon","properties":{"int_geog":"Alyth","health_rank":"4911","education_rank":"4056","housing_rank":"3799","crime_rank":"2192","income_rank":"3829","employment_rank":"3885","overall_rank":"4595"},"id":"S01005135","arcs":[[-488,489]]},{"type":"Polygon","properties":{"int_geog":"Rannoch and Aberfeldy","health_rank":"2142","education_rank":"2921","housing_rank":"5069","crime_rank":"2840","income_rank":"3792","employment_rank":"4149","overall_rank":"3934"},"id":"S01005136","arcs":[[-420,490,491,-481]]},{"type":"Polygon","properties":{"int_geog":"Blair Atholl, Strathardle and Glenshee","health_rank":"5697","education_rank":"3349","housing_rank":"3293","crime_rank":"4861","income_rank":"5210","employment_rank":"4630","overall_rank":"3994"},"id":"S01005137","arcs":[[492,-485,-483,-475,-447,-439,-448,-432,493,494]]},{"type":"Polygon","properties":{"int_geog":"Alyth","health_rank":"3328","education_rank":"3282","housing_rank":"3227","crime_rank":"4706","income_rank":"3377","employment_rank":"3252","overall_rank":"3168"},"id":"S01005138","arcs":[[-469,-454,-489,-490,-487,-457,-486,-493,495,496]]},{"type":"Polygon","properties":{"int_geog":"Pitlochry","health_rank":"5540","education_rank":"3615","housing_rank":"2920","crime_rank":"5791","income_rank":"4775","employment_rank":"6059","overall_rank":"4610"},"id":"S01005139","arcs":[[-494,-436,497,498,499]]},{"type":"Polygon","properties":{"int_geog":"Rannoch and Aberfeldy","health_rank":"5511","education_rank":"4923","housing_rank":"3184","crime_rank":"5373","income_rank":"5004","employment_rank":"6053","overall_rank":"4048"},"id":"S01005140","arcs":[[500,501,502,503,504,-425,505],[506]]},{"type":"Polygon","properties":{"int_geog":"Rannoch and Aberfeldy","health_rank":"4981","education_rank":"3919","housing_rank":"3316","crime_rank":"6365","income_rank":"5065","employment_rank":"4966","overall_rank":"4488"},"id":"S01005141","arcs":[[507,508,509,-498,-435,-422,-482,-492,510,511,512]]},{"type":"Polygon","properties":{"int_geog":"Pitlochry","health_rank":"3928","education_rank":"4555","housing_rank":"4846","crime_rank":"6424","income_rank":"3592","employment_rank":"4568","overall_rank":"4013"},"id":"S01005142","arcs":[[-499,-510,513,514,515,516]]},{"type":"Polygon","properties":{"int_geog":"Pitlochry","health_rank":"3554","education_rank":"3732","housing_rank":"2983","crime_rank":"4187","income_rank":"3735","employment_rank":"4486","overall_rank":"4427"},"id":"S01005143","arcs":[[-509,517,-514]]},{"type":"Polygon","properties":{"int_geog":"Pitlochry","health_rank":"4284","education_rank":"5306","housing_rank":"4595","crime_rank":"2726","income_rank":"5281","employment_rank":"5449","overall_rank":"5508"},"id":"S01005144","arcs":[[-515,-518,-508,518]]},{"type":"Polygon","properties":{"int_geog":"Blair Atholl, Strathardle and Glenshee","health_rank":"5675","education_rank":"4218","housing_rank":"4310","crime_rank":"5092","income_rank":"5126","employment_rank":"6005","overall_rank":"4758"},"id":"S01005145","arcs":[[-516,-519,-513,519,520,521]]},{"type":"Polygon","properties":{"int_geog":"Rannoch and Aberfeldy","health_rank":"5562","education_rank":"4044","housing_rank":"3527","crime_rank":"5867","income_rank":"4876","employment_rank":"4697","overall_rank":"3937"},"id":"S01005146","arcs":[[522,-521,523,-511,-491,-426,-505,524,-503,525,-501,526]]},{"type":"Polygon","properties":{"int_geog":"Blair Atholl, Strathardle and Glenshee","health_rank":"5636","education_rank":"3365","housing_rank":"2842","crime_rank":"5016","income_rank":"5182","employment_rank":"5611","overall_rank":"4041"},"id":"S01005147","arcs":[[-496,-495,-500,-517,-522,-523,527]]}]}},"arcs":[[[7254,492],[24,-46],[-14,-16],[-21,-18],[-23,-31],[1,-4],[-52,-33],[-25,-8],[-16,-10],[-35,-14],[-7,18],[-25,-3],[-22,-10]],[[7039,317],[-61,-15],[-26,24],[-21,6],[-23,-18],[-5,11],[-17,-21],[-33,-34],[-12,-11],[-24,-34],[2,-29],[-6,-39],[1,-18],[11,-9],[18,-26],[-11,-10],[-4,-10],[-29,-17],[-42,-2],[-19,-6],[-9,-8],[-34,-3],[-14,-14],[-29,-5],[-13,1],[-12,5],[-18,-6],[-29,-14],[-19,-15],[-15,0],[-8,4],[-26,2],[-2,7],[-16,7],[-19,-6],[-28,49],[7,8],[16,8],[9,13],[2,9],[-9,31],[-11,23],[-14,16],[27,17],[21,23],[-2,29],[-22,19],[-12,5],[6,15],[-31,25],[-6,14],[18,34],[11,12],[10,4],[33,13],[18,4],[9,15],[14,18],[16,15],[-1,14],[4,10],[9,-8],[38,-11],[27,11],[25,17],[24,-7],[-1,16],[10,9],[13,-1],[23,-10],[2,14],[23,4],[6,3],[-1,7],[10,8],[-21,46],[-12,-4],[-5,43],[20,-1],[30,4],[14,13],[-4,15],[30,9],[-3,11],[-2,22],[-13,33],[3,24],[31,17],[39,-5],[11,4],[-17,31]],[[6869,771],[16,-17],[8,-15],[16,-19],[35,-14],[10,-7],[-14,-12],[-20,0],[-6,-6],[8,-31],[-3,-6],[6,-16],[10,-11],[9,-4],[7,3],[-2,11],[10,8],[-2,-36],[-10,-7],[2,-12],[11,5],[9,-37],[8,-13],[9,-23],[-1,-9],[16,-49],[33,3],[29,17],[-1,18],[9,-1],[6,-11],[16,9],[7,-11],[18,-41],[22,15],[11,-24],[21,16],[8,2],[33,32],[8,-10],[33,24]],[[7768,1072],[21,-3],[-3,-10],[11,-7],[9,-15],[9,10],[31,10],[39,11],[6,-37],[13,-11]],[[7904,1020],[-6,-10],[1,-27],[-5,-23],[-8,-17],[-5,-6],[-2,-29],[8,-44],[7,-9],[13,-10],[-4,-12],[-10,-6],[-19,1],[-15,8],[-17,5],[-8,-3],[-13,2],[-5,-6]],[[7816,834],[-7,22]],[[7809,856],[-2,13],[-8,0],[-4,7],[10,9],[-5,12],[-6,5]],[[7794,902],[-12,33],[-2,22],[1,15],[10,21],[-13,0],[-4,13],[-14,-3],[-8,7],[4,38],[3,11],[-55,-31],[6,-5]],[[7710,1023],[-8,-10],[-1,-28]],[[7701,985],[-13,-3],[0,11],[-73,7],[19,-33],[-22,-13],[6,-17],[-10,0],[11,-44],[4,-7],[5,-28],[-19,-2],[3,-36],[57,17],[29,19],[24,-16],[1,10],[15,7]],[[7738,857],[4,-10],[13,-2],[2,-29],[12,-16],[-6,-7],[5,-10],[9,7],[12,-14]],[[7789,776],[-8,-5],[7,-26],[12,-49],[43,-90],[2,-9],[-21,3],[-14,-5],[-19,-3],[6,-34],[4,5],[15,6],[16,-2],[12,10],[6,-18],[11,4],[3,-11],[6,-3],[8,4],[-2,25],[21,-5],[-3,34],[25,-5],[17,2],[4,-9],[33,12],[14,14],[16,-1],[4,-12],[-15,-34],[-16,-25],[-7,-20],[-16,-13],[-31,-15],[-16,-4],[3,-26],[8,-15],[14,-21],[17,-16],[9,-18],[-4,-19],[46,-3],[17,9],[18,3],[27,14],[12,-9],[10,-3]],[[8083,393],[9,-44],[19,-74],[6,-1],[-8,-32],[-12,-65],[-5,-12],[-13,0],[-20,-11],[-16,-4],[-20,-22],[-23,-5],[-9,2],[-8,2],[-15,-4],[-7,-6],[-17,2],[-2,-4],[-12,1],[-12,-7],[-4,-7],[-7,8],[-18,-4],[-16,-19],[-21,-10],[-6,5],[-15,-7],[-15,-3],[-13,1],[-13,12],[-24,10],[-7,12],[-25,9],[-7,6],[-9,-4],[-9,11],[1,14],[-5,11],[-36,3],[-26,24],[-40,2],[-10,36],[-16,-1],[-5,-6],[-4,-19],[-7,-18],[-11,-4],[-24,10],[-15,24],[-15,0],[-17,-8],[-9,0],[-5,-7],[-15,-5],[-11,-11],[-22,9],[-45,22],[-15,3],[-21,-6],[-13,8],[-23,-5],[-41,-15],[-38,-9],[-17,0],[-44,-15],[-13,9],[-9,19],[-7,-3],[-48,-15],[-7,-1],[-5,41],[-10,15],[-6,31],[-16,55]],[[7254,492],[37,16],[45,10],[3,28],[14,35],[22,9],[11,-9],[34,12],[18,1],[3,9],[2,28],[40,10],[50,16],[16,39],[28,3],[-3,15],[-8,5],[-9,17],[7,19],[-12,10],[-34,5],[-35,10],[-14,0]],[[7469,780],[54,24],[18,3],[-7,34],[-5,-1],[-14,49],[-21,-8],[-3,39],[4,25],[12,2],[6,-8],[22,1],[0,12],[36,4],[-1,20],[15,13],[3,30],[3,10],[23,9],[25,12],[-16,33],[-9,-5],[-10,9],[42,32],[16,6],[21,-1],[33,9],[20,8],[-21,-33],[10,-8],[24,26],[9,-11],[9,-22],[-4,-20],[5,-1]],[[8604,716],[-110,-48],[-37,-24],[8,-34],[4,-23],[16,-18],[24,-3],[11,-9],[-11,-10],[7,-9],[5,-14],[23,0],[11,-21],[-21,-16],[-2,-22],[-47,-9],[-17,-1],[-1,-5],[11,-15],[-14,-6],[-31,-5],[-19,-9],[-12,15],[-6,19],[-11,14],[-18,18],[-13,2],[-16,9],[-22,4],[-21,-1],[-17,11],[-30,-5],[-19,-13],[-6,-10],[-3,-12],[-25,-18],[-13,-6],[-27,-22],[-51,-16],[-13,-12],[-8,1]],[[7789,776],[5,3]],[[7794,779],[5,-8],[12,-6],[9,-15],[25,-16],[27,-9],[26,-5],[21,-13],[26,-27],[11,-15],[14,-12],[11,-2],[1,-11],[12,-2],[10,-9],[18,-6],[3,-8],[9,6],[9,-16],[13,-4],[20,-13],[12,0],[12,7],[7,13],[12,-6],[10,0],[31,-29],[16,-7],[22,5],[22,1],[24,4],[10,-5],[13,1],[25,10],[18,5],[4,9],[-2,9],[5,22],[13,-6],[5,6],[-16,14],[1,6],[-6,17],[7,11],[-19,8],[-5,12],[-12,4],[-12,9],[-11,2],[-12,6],[-2,12],[-7,8],[4,7],[-7,25],[-6,8],[-1,25],[-7,30],[-8,15]],[[8216,846],[25,9],[28,17],[25,44],[16,22],[9,-15],[16,21],[-3,10],[-28,36],[9,6],[12,11],[2,-3],[17,17],[11,-2],[0,-16],[5,-5],[3,-14],[-11,-12],[10,-16],[-21,-12],[14,-13],[12,-17],[-4,-3],[26,-35],[26,-18],[7,-16],[7,-2],[4,-9],[-7,-7],[7,-4],[37,-5],[0,10],[14,0],[17,-10],[-2,-25],[27,-13],[4,10],[20,-7],[7,-30],[10,17],[22,-30],[12,4],[4,-12],[-1,-13]],[[7816,834],[2,-14],[4,-3],[2,-11],[-10,-4],[-17,-14],[-3,-9]],[[7738,857],[-9,24],[9,2],[2,8]],[[7740,891],[5,-9],[11,-2],[4,-8],[14,0],[1,-18],[16,-4],[6,11],[12,-5]],[[7763,918],[2,-21],[15,-4],[7,-18],[4,1],[-2,19],[5,7]],[[7740,891],[-17,10],[-3,16],[4,9],[39,-8]],[[7701,985],[2,-8],[8,4],[6,-7],[10,4],[10,-35],[9,5],[1,-9],[8,0]],[[7755,939],[3,-14],[5,-7]],[[7755,939],[0,9],[6,2],[-16,44],[6,9],[-3,6],[-12,-5],[-9,4],[-17,15]],[[6632,1462],[15,-13],[18,-25],[16,-5],[25,-20],[37,-18],[3,20],[12,30],[7,10],[12,-2],[9,-11],[16,-29],[38,17],[23,19],[18,-1],[8,-5],[41,24],[17,-25],[28,31],[28,1]],[[7003,1460],[-3,-30],[16,-41],[4,-27],[0,-16],[9,-20],[4,-22],[6,-16],[1,-32],[-7,-32],[-1,-18],[13,-21],[24,-27],[20,-5],[12,0],[11,-9],[30,-11],[5,-9],[5,-24],[13,-6],[21,3],[5,-3],[7,8],[8,-5],[8,3],[13,-3],[-1,-5],[-12,-18],[-18,-32],[13,-20],[32,-37],[20,4],[15,0],[25,-5],[48,20],[17,1],[20,-2]],[[7386,1003],[0,-12],[22,-51],[-18,-13],[21,-66],[-99,-20],[7,-26],[24,-2],[11,3],[8,-5],[4,-14],[12,-20],[3,-12],[20,6],[13,0],[55,9]],[[6869,771],[-12,15],[-15,6],[-25,0],[-18,-5],[-12,15],[-13,11],[-20,3],[-15,-4],[-2,7],[-22,30],[-1,4],[-12,29],[-15,-5],[-13,4],[-34,5],[-6,5],[-25,2],[-29,-19],[-10,-26],[-7,-9],[-20,-16],[-18,-10],[-28,-23],[-12,-5],[-14,5],[-32,23],[-13,20],[-1,14],[-15,16],[-8,-20],[-15,-22],[-15,-33],[-5,-10],[-6,-17],[-9,-11],[-26,-49],[-12,-15],[-20,21],[-19,22],[-16,11],[-35,13],[-25,23],[-44,-20],[-77,-10],[-27,-18],[-21,18],[-20,-23],[-52,22],[-29,-10],[-27,-29],[2,-5],[-8,-11],[-14,15],[-13,26],[3,18],[-3,50],[-7,19],[-16,25],[-4,29],[-13,26],[-6,34],[-12,28],[-7,10],[-7,-2],[-11,-16],[-23,13],[-27,3],[-7,18],[-63,29],[-35,18]],[[5631,1033],[-2,20],[36,26],[27,8],[15,5],[16,-2],[11,-10],[11,-4],[6,6],[11,-6],[12,14],[12,2],[27,-6],[12,-7],[17,-1],[29,7],[34,25]],[[5905,1110],[7,10],[10,8],[21,12],[13,2],[42,-24],[9,-8],[5,-13],[18,-10],[32,-7],[16,1],[23,14],[18,24],[16,4],[11,20],[24,4],[19,8],[-8,7],[-35,-8],[-10,12],[-20,7],[-8,10],[0,9],[-16,47],[21,9],[11,8],[12,14],[7,17],[11,15],[19,9],[21,-8],[8,-9],[28,14],[-12,17],[-8,25],[-2,25],[-11,13],[-5,13],[-12,13],[-7,21],[-11,20],[6,14],[41,4],[30,6],[25,0],[16,-4],[42,-23],[36,-16],[32,-6],[23,-18],[27,-29],[25,-5],[24,-7],[1,20],[8,15],[35,7],[22,7],[68,25],[9,17]],[[8120,1336],[-11,-12],[-3,-10],[47,11],[4,-4],[10,4],[11,-2],[36,-16],[57,-15],[18,3],[44,-11],[21,2],[26,0],[32,24],[12,-3],[15,-10],[11,-12],[19,-5],[9,-6],[19,-5],[21,-2],[41,-12],[13,2],[8,6],[19,-15],[34,-11],[-46,-34],[-15,-8],[-4,-5],[0,-26],[-1,-8],[2,-20],[27,-14],[62,-8],[4,3],[39,-48],[19,-2],[-5,-22],[-23,-24],[10,-18],[-33,-5],[-6,-3],[5,-73],[9,-26],[16,-38],[19,3],[12,-39],[6,-15],[16,-30],[-36,-15],[-58,-28],[-11,-5],[-6,2],[-31,-15]],[[8216,846],[-8,32],[-9,10],[-19,25],[-9,9],[-1,16],[-13,11],[-3,9],[-19,12],[-2,9],[-21,28],[-18,21],[-23,14],[-29,0],[-17,15],[-19,-3],[-4,4],[-19,2],[-36,10],[-14,0],[-13,-5],[-14,-18],[-2,-27]],[[7768,1072],[18,1],[-2,10],[69,9],[-7,14],[71,15],[16,4],[37,39],[27,-18],[5,14],[31,8],[5,-11],[22,17],[-2,17],[-6,13],[24,28],[-30,12],[-3,4],[10,9],[-7,30],[-6,1],[3,24],[-34,9],[6,7]],[[8015,1328],[47,48],[33,32],[28,-62],[-3,-10]],[[7386,1003],[12,2],[40,14],[50,20],[12,7],[-13,15],[-20,18],[7,21],[-3,3],[16,27],[12,6],[-14,22],[-12,3],[-23,24],[13,5],[22,22],[31,-27],[12,6],[9,15],[7,19],[15,20],[-1,4],[16,7],[4,27],[14,-3],[19,-14],[-1,24],[4,9],[10,0],[20,-15],[34,-16],[18,-5],[11,-12],[-12,-28],[0,-11],[20,-16],[14,-6],[11,0],[3,12],[14,6],[10,-8],[7,4],[5,-7],[-6,-32],[-4,-9],[-9,0],[-3,-8],[37,4]],[[7794,1152],[9,-1],[13,3],[7,-7],[14,-4],[6,2],[21,-5],[-3,27],[-9,-4],[-7,14],[23,23],[27,22],[14,16],[70,89],[23,23],[13,-22]],[[7607,1600],[47,-87],[-8,-7],[10,-32],[37,-7],[5,-24],[1,-16],[7,-12],[17,-21],[3,-15],[-2,-14],[2,-12],[8,-17],[5,-6],[24,-10],[17,-19],[22,-3],[6,-28],[-10,-71],[15,-5],[-2,-7],[6,-5],[12,7],[2,-4],[-15,-13],[-2,-10],[-15,-3],[-5,-7]],[[7003,1460],[34,6],[31,16]],[[7068,1482],[37,6],[32,1],[21,-5],[42,-5],[29,-1],[17,18],[19,24],[7,-1],[8,11],[4,18],[14,23],[-8,8],[4,11],[-9,36],[1,15],[13,18],[8,19],[5,20],[16,-5],[7,-10],[2,-16],[9,-46],[6,-12],[18,-26],[19,-16],[26,-36],[16,5],[30,20],[16,8],[23,-2],[-1,6],[6,33],[-2,8],[12,7],[4,21],[33,23],[14,-10],[32,-34],[9,-16]],[[5631,1033],[-12,-55],[-124,-101],[-154,-95],[-41,-13],[-46,79],[21,120],[-11,23],[1,14],[0,53],[-35,41],[4,42]],[[5234,1141],[-15,54],[26,49],[-8,8],[5,22],[-4,26],[-2,34],[70,55],[-6,26],[19,14],[-23,108],[-9,-2]],[[5287,1535],[-5,9],[29,11],[9,14],[-14,13],[6,28],[-8,18],[12,14],[-9,18],[36,-15],[18,6],[-1,19],[-5,33],[12,3],[10,7],[-2,17],[9,10],[-15,16],[11,12],[8,12],[3,16],[9,8],[-6,22],[18,6],[14,0],[2,34],[14,1],[7,-3],[7,16]],[[5456,1880],[13,-3],[26,-23],[4,-12],[7,-58],[126,19],[26,11],[66,12],[20,12],[16,5],[10,-25],[33,2],[10,-4],[0,-7],[9,0],[0,6],[21,-5],[-8,-15],[-2,-16],[-4,-2],[1,-35],[-15,-17],[18,3],[2,-4],[-1,-19],[7,-21],[13,-17],[5,-20],[-9,-7],[7,-39],[7,-8],[41,-95],[-26,-10],[-17,-5],[-8,-8],[0,-14],[8,-13],[-7,-14],[2,-14],[6,-15],[12,-25],[-21,-105],[42,-139],[9,-26]],[[7857,1480],[26,-24],[21,-17],[13,-5],[17,-15],[3,-17],[22,19],[14,18],[8,22],[-2,35],[5,15],[15,8],[10,1],[31,27],[17,6],[-17,17],[13,16]],[[8053,1586],[45,-22],[3,-5],[50,-14],[18,-12],[21,-18],[-4,-7],[8,-7],[-13,-19],[-8,-34],[-2,-24],[-13,-15],[-10,-24],[-28,-49]],[[7607,1600],[5,24],[8,2],[18,-3],[12,10],[8,13],[12,-7],[7,-21],[12,-20],[31,-50],[11,-15],[9,-4],[19,9],[16,0],[10,-14],[35,-41],[27,-27],[7,-1],[4,10],[-1,15]],[[5234,1141],[-53,-27],[-7,0],[-28,-27],[-12,-9],[-18,-21],[-27,-45],[-10,-10],[-20,11],[-12,58],[-17,12],[-39,26],[-10,13],[-13,8],[-11,12],[-33,20],[2,12],[-7,16],[-6,24],[-1,21],[2,9],[-93,-112],[-16,7],[-8,9],[0,21],[-16,21],[-26,5],[-10,10],[-5,-12],[-7,-2],[-6,6],[-11,-6],[-3,-13],[-10,-8],[-7,11],[-6,2],[-7,-14],[-4,-1],[-5,28],[-4,12],[-85,196],[-32,-26],[-148,197]],[[4405,1575],[61,1],[81,22],[71,6],[67,33],[27,28],[23,4],[20,13],[7,-4],[10,7],[18,-3],[5,9],[11,-2],[8,7],[25,1],[37,21],[13,6],[22,2],[5,-3],[10,8],[23,1],[21,-11],[8,1],[3,-8],[15,-6],[1,7],[15,1],[7,9],[10,-9],[10,-18],[2,-14],[12,-24],[-5,-23],[-14,-9],[-5,11],[-18,-8],[-1,-8],[18,-7],[-2,-14],[-9,-10],[-9,6],[-2,-16],[4,-13],[12,7],[14,-4],[5,-6],[4,32],[8,-1],[7,-34],[9,-20],[4,-13],[1,-33],[-3,-27],[-23,-43],[44,16],[37,17],[43,30],[115,45]],[[8013,1654],[11,-26],[4,-18],[25,-24]],[[7857,1480],[2,27],[-6,16],[-14,28],[18,22],[1,18],[8,11],[15,2],[8,-8],[8,6],[-48,28],[5,8],[-56,24],[10,16],[0,14],[4,13],[6,2],[13,18],[6,11],[10,32],[-1,7],[12,-1],[15,5],[11,9],[16,5],[4,-5],[13,7],[8,19],[-2,9],[10,0],[-6,-46],[17,9],[10,-21],[-21,-21],[7,-19],[23,-23],[19,-13],[19,-17],[12,-18]],[[5662,2348],[4,-20],[13,-3],[-6,-13],[14,-21],[20,4],[27,-1],[14,-26],[-13,-4],[-22,-24],[-15,-10],[41,-22],[14,-14],[29,-44],[7,-22],[12,-26],[15,-27],[-6,-6],[2,-59],[4,-3],[16,5],[1,9],[30,-3],[1,31],[23,9],[6,-20],[29,-1]],[[5922,2037],[16,-6],[1,-14],[0,-31],[10,-42],[-14,6],[-6,6],[-17,-25],[-19,-21],[3,-8],[50,25],[13,6],[4,-5],[-6,-14],[-7,9],[-4,-1],[0,-17],[-5,-30],[-4,-11],[9,-5],[7,10],[27,25],[9,13]],[[5989,1907],[4,-8],[13,23],[5,-9],[14,7],[-10,10],[14,18],[-7,5],[5,10],[15,-5],[17,-17],[6,16],[16,-18],[6,18],[-1,7],[10,8]],[[6096,1972],[3,1],[11,-12],[16,17],[-27,27],[5,6],[14,-9],[2,11],[10,-9],[2,5]],[[6132,2009],[16,-15],[9,14],[15,-5],[8,-8],[8,10],[-15,6],[1,6],[-24,21],[-2,10],[9,2],[10,-11],[11,10],[16,-19],[8,-4],[4,6],[11,8],[-18,25],[14,13]],[[6213,2078],[18,-17],[20,-1],[15,-12],[9,-19],[7,6],[11,-24],[56,59],[-9,9],[9,12],[-31,43],[45,80],[-15,5],[-14,12],[-12,-7],[-18,6],[17,17],[17,9],[26,19],[4,-8],[17,7],[4,9],[9,-6],[10,8],[-4,5],[7,8],[16,-23],[20,-11],[4,0]],[[6451,2264],[11,1],[-4,-14],[-20,-48],[10,-21],[-2,-15],[-13,-21],[12,-16],[-5,-13],[-2,-18],[10,-74],[-1,-14],[6,-23],[7,-12],[5,-39],[14,-35],[39,-83],[4,-73],[11,-5],[20,-21],[22,-16],[43,-42],[39,-49],[-37,-42],[-18,-34],[1,-17],[8,-14],[21,-44]],[[5456,1880],[-20,13],[-14,15],[-9,5]],[[5413,1913],[5,17],[-3,31],[69,49],[-1,32],[-8,1],[-5,27],[-1,28],[6,27],[-7,10],[1,15],[-12,21],[20,17],[-26,34],[39,42],[6,16],[1,13],[-5,14],[9,7],[11,16],[20,0],[13,5],[16,0],[20,5],[16,-1],[12,7],[20,7],[23,-1],[10,-4]],[[7376,2323],[15,-30],[12,-17],[21,-20],[10,3],[9,-12],[22,-8],[15,8],[5,-26],[6,3],[25,-47],[12,4],[25,-8],[14,-1],[15,-9],[13,6],[5,11],[9,5],[20,-42],[9,-7],[17,2],[50,24],[7,5],[17,-20],[11,-8]],[[7740,2139],[-5,-23],[-12,-38],[-2,-22],[-7,-8],[-15,-9],[-13,-22],[12,-6],[2,-8],[2,-35],[14,-16],[21,3],[16,-7],[3,27],[11,-3],[11,-15],[14,1],[13,6],[22,-8],[6,4],[25,-26],[15,7],[29,-11],[14,-12],[23,-4],[11,-19],[14,12],[9,14],[4,-11],[12,-12],[0,-5],[10,-2],[9,20],[3,-4],[18,-2],[19,7],[4,-3],[9,15],[-9,7],[2,14],[-8,0],[-5,14],[17,7],[-13,33],[-5,5],[13,18],[1,7],[18,12],[0,12],[6,12],[10,1],[7,15],[0,8],[30,-5],[13,2],[9,-9],[-3,-6],[4,-15],[-22,-5],[-2,-12],[0,-43],[-7,-5],[1,-9],[26,-58],[7,2],[4,-7],[20,18],[31,19],[3,-5],[11,-49],[-31,-21],[17,-7]],[[8206,1874],[-16,-34],[21,-15],[-10,-13],[-9,3],[-11,-6],[-9,-13],[-35,-18],[-24,-30],[-15,-6],[-9,-11],[-2,-14],[-19,-22],[-20,-1],[-14,-8],[-23,-20],[2,-12]],[[7068,1482],[-1,22],[6,21],[1,31],[-5,18],[-10,18],[1,20],[-2,20],[-13,6],[-15,20],[-5,19],[17,11],[10,13],[10,5],[22,8],[-2,4],[11,7],[-1,5],[8,6],[7,12],[9,6],[3,12],[11,13],[28,23],[6,0],[25,29],[8,3],[1,7],[9,4],[11,14],[12,6],[12,21],[15,11],[-4,18],[-5,8],[-28,24],[-16,6],[6,30],[-5,15],[-23,-7],[-17,-7],[-35,-3],[-21,-9],[-45,23],[-19,8],[-16,4],[-17,1],[-6,36],[17,20],[6,26],[22,16],[8,14],[-10,9],[-8,15],[9,9],[19,8],[3,10],[11,14],[12,21],[0,16],[11,11],[22,17],[10,2],[1,-9],[7,-15],[13,-45],[4,-23],[11,-13],[33,-5],[8,-7],[9,-21],[22,-2],[4,44],[0,25],[8,33],[12,20],[4,21],[5,6],[-4,11],[9,21],[13,12]],[[7297,2305],[22,4],[16,10],[12,2],[18,-3],[-1,18],[5,2],[7,-15]],[[4405,1575],[-43,58],[-48,70],[-20,46]],[[4294,1749],[22,12],[4,19],[1,32],[7,44],[9,79],[1,37],[4,39],[-1,49],[30,24],[24,16],[38,-16],[5,47],[10,49],[-1,22]],[[4447,2202],[13,33],[20,28],[15,35]],[[4495,2298],[31,-62],[30,15],[74,-15],[41,-38],[69,-70],[-20,-35],[127,-46],[16,-8],[57,-25],[9,-15],[22,-13],[22,-2],[19,5],[12,-3],[18,7],[18,-4],[16,4],[9,-14],[37,1],[13,22],[45,-3],[14,-3],[12,-9],[74,3],[4,5],[6,-5],[69,-43],[7,2],[0,-23],[51,-15],[16,2]],[[5989,1907],[-4,6],[11,23],[8,3],[2,7]],[[6006,1946],[9,13],[-3,10],[9,13],[12,-13],[7,5],[6,-3],[14,11],[9,-10],[14,12]],[[6083,1984],[5,-14],[8,2]],[[6023,2025],[-5,-3],[7,-13],[-21,-14],[-16,-17],[10,-11],[2,-22],[6,1]],[[5922,2037],[5,12],[62,28],[28,5],[6,-11],[-9,-18],[8,-16],[1,-12]],[[6023,2025],[3,-6],[18,13],[3,-7],[12,8]],[[6059,2033],[6,-13],[-11,-11],[4,-7],[17,-8],[8,-10]],[[6120,2038],[-2,-17],[14,-12]],[[6059,2033],[23,17],[3,-1],[11,11],[2,-4],[17,1],[5,-19]],[[6120,2038],[14,10],[53,31],[3,-5],[19,8],[4,-4]],[[7335,2760],[-9,-10],[-15,0],[-19,-5],[-8,-11],[3,-33],[-7,-6],[0,-12],[-15,-28],[-12,-5],[-3,-10],[6,-9],[16,0],[16,-27],[3,-15],[6,-23],[11,-53],[1,-10],[-14,-29],[10,-10],[11,-56],[-17,-1],[-6,-15],[-15,8],[-9,-3],[-8,5],[-8,-5],[-13,0],[-8,4],[-6,-5],[-13,2],[-2,-15],[23,-19],[10,-11],[-16,-22],[8,-19],[15,23],[3,-10],[9,3],[11,-3],[3,-7],[17,6],[3,-19]],[[6451,2264],[12,20],[-16,24],[40,27],[4,-10],[64,25]],[[6555,2350],[-6,-23],[16,-30],[2,-11],[18,-4],[20,8],[7,7],[3,-21],[15,-52],[38,15],[13,-8],[13,11],[-2,6],[13,7],[-2,6],[22,5],[2,-22],[8,-20],[-4,-8],[9,-5],[17,-18],[24,11],[5,-11],[9,0],[3,-9],[7,10],[-9,4],[8,11],[11,-10],[7,9],[-1,11],[-10,10],[8,14],[6,-3],[23,11],[3,-10],[11,8],[4,-10],[17,3],[0,11],[14,-1],[16,3],[-3,-24],[11,4],[14,12],[39,18],[-29,41],[-1,41],[2,18],[10,18],[8,37],[10,28],[7,12],[8,20],[-8,16],[-33,19],[-7,9],[-11,5],[-9,-6],[-8,5]],[[6913,2528],[1,22],[-4,12],[-26,26],[-19,36],[-12,26],[-31,-12],[-2,36],[-19,-4],[-8,47],[19,9],[21,14],[-10,38],[-16,32],[-9,24],[1,18]],[[6799,2852],[34,4],[17,12],[23,-1],[25,5],[14,6],[-4,11],[26,8],[-6,17],[58,4],[27,5],[51,-4],[13,17],[38,28],[1,-48],[24,2],[-2,-14],[48,-1],[10,2],[13,-31],[12,3],[30,-4],[8,-27],[15,-24],[9,-7],[14,8],[38,-63]],[[8450,2633],[-2,-11],[-13,-24],[-9,-11],[15,-17],[12,-19],[-16,-20],[-5,-14],[-10,-16],[-1,-10],[5,-12],[-17,0],[1,-10],[-9,-11],[-12,12],[-2,-2],[14,-15],[11,8],[8,-8],[14,6],[14,-18],[-10,-2],[-8,5],[-10,-10],[3,-18],[0,-25],[-9,-15],[8,-7],[2,10],[8,11],[6,-11],[17,13],[17,3],[7,-8],[12,-35],[26,-11],[28,2],[5,26],[6,7],[25,3],[11,12],[1,16],[-7,23],[3,28],[-8,14],[1,14],[10,10],[26,3],[19,12],[6,9],[-6,23],[32,-9],[38,-4]],[[8707,2530],[-4,-52],[-30,-14],[-1,-16],[33,-2],[-1,-23],[7,-30],[-23,-20],[-35,-4],[-40,-22],[-11,-15],[-29,-25],[1,-5],[-10,-9],[-14,-19],[-18,-40],[-11,-9],[-14,-2],[-1,-13],[11,-10],[11,2],[16,-13],[-30,-16],[11,-54],[13,-26],[4,-21],[7,-18],[1,-18],[-16,-15],[0,-8],[13,-25],[8,-10],[4,-11],[-13,-48],[-20,10],[-13,-1],[-9,-5],[-4,-10],[-28,-13],[-16,2],[-13,-10],[-3,-15],[-8,-11],[-19,-5],[-12,-9],[-19,-2],[-18,-11],[-11,13],[-3,13],[-11,23],[-6,7],[-5,-9],[-21,19],[-7,15],[-16,-7],[4,-7],[-22,-23],[-6,14],[-24,-12],[-9,-9],[0,-5],[-13,-3],[-8,6]],[[7740,2139],[17,8],[8,19],[10,10],[13,8],[41,-4],[26,11],[22,-10],[22,28],[9,6],[-13,45],[1,15],[5,12],[18,7],[10,24],[7,8],[1,16],[16,-20],[17,-13],[15,-7],[12,2],[-1,10],[6,20],[40,-6],[2,32],[-3,5],[7,5],[-12,24],[-14,17],[-19,28],[-1,-7],[-15,10],[-16,5],[-7,-31],[-33,12],[-8,-9],[-19,7],[-106,28],[1,20],[4,48],[74,-5],[3,-10],[13,4],[6,40]],[[7899,2551],[3,11],[31,7],[-16,12],[-3,10],[5,20]],[[7919,2611],[24,-9],[0,10],[26,0],[41,-11],[-3,29],[-8,0],[0,18],[8,-2],[4,15]],[[8011,2661],[12,-11],[13,1],[15,8],[11,18],[15,9],[16,-16],[9,6],[8,17],[17,-23],[17,-15],[13,-7],[38,1],[16,4],[21,17],[9,4],[4,-13],[-4,-13],[0,-15],[9,-14],[9,-10],[13,-7],[3,-20],[-13,-12],[-7,-23],[2,-14],[6,-10],[18,-4],[16,7],[25,24],[8,24],[-7,26],[-7,22],[-13,19],[-6,19],[0,14],[7,8],[13,1],[18,-12],[32,-25],[35,-3],[30,-4],[18,-6]],[[5401,2616],[15,6],[11,8],[31,7],[14,-7],[5,-8],[-15,-9],[1,-16],[12,4],[14,0],[49,7],[20,2],[19,6],[31,4],[26,-2]],[[5634,2618],[11,-22],[-1,-12],[5,-10],[-3,-9],[-14,-20],[33,-12],[21,5],[3,-43],[16,-6],[13,-11],[-7,-17],[-12,-12],[5,-26],[-18,-16],[-4,-12],[7,-21],[-5,1],[3,-21],[-26,-2],[1,-4]],[[4495,2298],[-4,116],[18,9],[17,15],[1,13],[40,46],[33,4],[28,-4],[25,21],[-8,18],[-3,27],[0,24],[-13,27],[33,-25],[18,14],[5,6],[-4,12],[15,11],[15,3],[24,17],[14,13],[13,0],[8,-5]],[[4770,2660],[17,-17],[23,-3],[16,2],[16,22],[24,20],[56,36],[7,-1],[-7,-26],[15,7],[50,-77],[-7,-7],[9,-24],[23,-9],[9,-7],[4,-17],[-17,-16],[-20,-10],[-26,-18],[-28,-10],[0,-15],[8,1],[8,-6],[19,-43],[20,8],[15,-50],[14,3],[4,16],[19,1],[6,-43],[91,28],[-7,38],[5,7],[13,7],[137,41],[-11,49],[17,9],[9,8],[10,-6],[31,10],[17,2],[13,-3],[-4,25],[33,-2],[0,26]],[[6555,2350],[9,14],[4,17],[-9,18],[-1,21],[-4,20],[-9,5],[13,17],[8,2],[6,9],[12,11],[24,26],[6,-3],[4,-10],[16,-4],[6,2],[3,-11],[9,1],[3,-8],[14,20],[4,-2],[5,-14],[12,12],[8,-13],[9,4],[18,19],[19,16],[18,-22],[11,5],[17,23],[9,15],[12,12],[10,21],[21,0],[25,3],[18,-14],[16,-17],[-1,-18],[13,1]],[[7874,2689],[-4,-13],[-14,10],[-6,-1],[-3,-21],[1,-17],[20,5],[17,-38]],[[7885,2614],[-10,-11],[2,-10],[-7,-13],[-16,-7],[4,-15],[26,4],[15,-1],[0,-10]],[[7376,2323],[18,-7],[17,1],[2,9],[-5,18],[-24,6],[-10,5],[2,22],[22,7],[0,-8],[13,5],[12,-4],[50,-23],[1,43],[11,31],[15,-3],[13,41],[23,-12],[12,-1],[-1,30],[4,3],[-5,12],[4,11],[-6,45],[-9,25],[13,0],[4,22],[11,-4],[2,21],[-9,1],[-1,15],[-31,-2],[-10,2],[1,38],[51,6],[14,0],[39,-9],[12,-8],[0,86],[5,5]],[[7636,2752],[11,-5],[12,1],[10,6],[27,-2],[38,10],[10,-7],[4,-14],[-4,-30],[16,-7],[18,3],[9,8],[1,8],[-12,24],[-4,16],[4,15],[6,5],[10,-6],[35,-51],[4,-25],[9,-5],[15,4],[19,-11]],[[4398,2950],[14,-11],[3,-13],[6,-7],[-7,-8],[5,-7],[19,9],[8,-6],[10,-24],[-6,0],[10,-22],[-24,-10],[7,-18],[-18,-14],[-9,28],[-7,-4],[-7,10],[19,22],[-4,10],[-14,-7],[-8,-18],[-9,-1],[-13,-8],[-6,-13],[-20,-15],[-31,-39],[-9,-17],[-5,-31],[21,-24],[28,-19],[-16,-8],[-14,-1],[-9,-10],[-10,-3],[4,-18],[-7,-14],[3,-14],[-6,-11],[11,-15],[-1,-17],[4,-5],[-17,-11],[-8,-21],[7,-1],[-2,-55],[25,-9],[12,-36],[20,-14],[0,-39],[13,-28],[32,-13],[17,-43],[-1,-44],[22,-31],[17,-30]],[[4294,1749],[-50,-22],[-36,-18],[-44,-24],[-35,19],[-21,-24],[-13,-9],[-1,22],[-8,14],[23,26],[9,27],[-25,43],[-35,-39],[-52,-29],[-71,74],[-45,73],[-38,44],[-1,-55],[-16,-31],[-33,-30],[-31,-4],[-23,-11],[-56,18],[-48,4],[-20,0],[-19,92],[-83,54],[-48,57],[-48,10],[-35,23],[-76,42],[-37,-14]],[[3278,2081],[6,27],[35,29],[15,25],[20,-5],[18,0],[32,16],[-16,11],[-1,25],[9,30],[16,42],[26,17],[30,26],[43,53],[-10,22],[-24,32],[-3,36],[-11,6],[15,33],[-16,5],[1,48],[-5,2],[5,13],[-16,27],[-16,3],[-2,23],[-13,22],[4,24],[19,15],[14,2],[7,17],[23,30],[41,21],[-18,33],[-13,45],[14,5],[34,22],[61,38],[31,29],[8,28],[-25,12],[-8,60],[-2,33],[5,21],[36,-5],[21,23],[33,-2],[24,-3],[10,-31],[-5,-13],[9,-27],[33,21],[17,-4],[17,-19],[12,-10],[8,13],[-4,14],[15,11],[31,-4],[17,-9],[23,12],[32,-14],[20,-13],[20,14],[27,7],[40,-11],[29,-81],[32,-1],[2,-11],[19,1],[15,-8],[2,-30],[65,46],[16,-10],[10,4],[8,-5],[21,0],[12,13],[7,0],[6,-7],[16,16],[8,4],[-6,21],[14,11],[-8,5],[6,9],[12,-11],[-3,-17],[9,-10],[-2,-5],[15,-26],[6,-1],[14,21],[10,-14],[16,2]],[[5634,2618],[-2,10],[7,8],[20,-12],[0,-16],[-13,-5],[2,-15],[12,11],[20,-5],[30,32],[-1,6],[19,22],[7,0],[21,-32],[1,11],[7,14],[16,13],[12,13],[0,16],[19,15],[11,3],[7,-5],[1,-12],[11,1],[4,-19],[24,-5],[-3,13],[23,18],[19,-42],[55,26],[14,4],[22,15],[17,14],[9,21],[4,27],[5,10],[-6,16],[0,14]],[[6028,2803],[11,-6],[13,14],[3,-2],[12,14],[12,-19],[5,1],[11,-13],[15,13],[11,5],[13,-6],[18,10],[18,16],[3,-7],[22,10],[-17,32],[38,10],[16,-16],[14,-22],[12,20],[19,18],[13,5],[19,-34],[22,4],[24,9],[10,-39],[51,3],[7,-59],[3,1],[5,-28],[-4,-11],[7,-30],[107,35],[26,11],[-19,61],[-4,7],[24,5],[13,6],[33,24],[4,-13],[8,5],[11,-18],[36,8],[40,13],[8,-25],[78,37]],[[8450,2633],[16,-1],[23,19],[8,17],[13,9],[25,4],[29,-7],[50,-9],[35,3],[0,-13],[15,-18],[15,-2],[11,4],[27,0],[26,5],[24,-23],[9,-4],[2,-16],[-13,-18],[-3,-19],[12,-24],[-37,-19],[-30,9]],[[7885,2614],[4,-6],[8,4],[6,-4],[4,7],[12,-4]],[[7874,2689],[13,-26],[15,-9],[12,-3],[29,5],[31,10],[14,6],[12,2],[11,-13]],[[4565,2950],[6,-4],[39,-13],[25,-4],[38,13],[52,-10],[29,-1],[23,3],[24,11],[14,-14],[0,-7],[-10,-7],[9,-12],[-12,-21],[-11,-1],[3,-21],[11,-14],[1,-26],[-28,-21],[-21,-23],[8,-13],[14,-13],[2,-14],[-4,-13],[-5,-8],[4,-11],[1,-37],[-7,-9]],[[4398,2950],[43,16],[13,1],[15,-8],[18,5],[22,-10],[16,-14],[12,-2],[18,1],[10,11]],[[7394,3238],[1,-10],[-15,0],[-1,-24]],[[7379,3204],[2,-26],[3,-1]],[[7384,3177],[2,-16],[9,-25],[18,-3],[16,4]],[[7429,3137],[6,-5],[13,-5],[27,-5],[3,8]],[[7478,3130],[40,-10],[0,-24],[12,6],[-1,18],[8,-4],[25,-4],[3,-14],[8,10],[22,8]],[[7595,3116],[22,-8]],[[7617,3108],[-2,-16],[3,-23],[-2,-13],[18,-3],[10,9]],[[7644,3062],[-1,-25],[-3,-7]],[[7640,3030],[24,-14],[1,-5],[27,-16],[8,-7],[-1,-19],[-9,-8],[6,-4],[27,-1],[8,5],[0,8],[8,7],[-7,10]],[[7732,2986],[7,8],[-11,30],[0,15],[10,-3],[7,-10]],[[7745,3026],[4,-18],[5,-5],[16,-7],[21,-5],[15,2],[28,12],[17,5],[21,-2],[20,3],[25,11],[33,22],[34,24],[18,9],[19,3],[10,-2],[24,-23],[32,-28],[11,-15],[72,-25],[25,-14],[32,-7],[32,-10],[15,-11],[14,-15],[14,-22],[11,-24],[17,-28],[9,-9],[8,-21],[29,-34],[23,-17],[20,-8],[16,-10],[31,-24],[7,-12],[17,-5],[10,-7],[2,-15],[-20,-29],[-11,-13],[-15,-1],[-18,5],[-21,2],[-40,-2],[-13,5],[-18,12],[-25,20],[-19,4],[-18,-26],[0,-17],[8,-19],[15,-23],[7,-20],[3,-26],[-11,-22],[-18,-12],[-10,-3],[-8,2],[-6,15],[16,27],[-3,37],[-23,19],[-6,15],[4,16],[-4,24],[-17,4],[-27,-22],[-18,-8],[-22,3],[-20,9],[-28,22],[-9,5],[-13,-15],[-10,6],[-16,-1],[-11,-5],[-6,-10],[-17,-11],[-13,0],[-8,6],[-8,12],[-17,3],[-34,-16],[-32,-5],[-15,-4],[-16,8],[-10,25],[-29,16],[-13,-3],[-6,5],[0,16],[-16,24],[-17,30],[-10,13],[-14,1],[-7,-9],[-3,-13],[6,-29],[12,-16],[-7,-13],[-17,-3],[-11,8],[9,22],[-1,12],[-10,12],[-11,7],[-43,-9],[-19,-1],[-21,-5],[-11,6],[-19,18],[-16,-1],[-16,-24],[-30,-27],[5,-8],[9,13],[8,2],[12,15],[15,22],[9,1],[10,-6],[7,-14]],[[7335,2760],[15,17],[11,-5],[15,-3],[33,5],[32,12],[12,-3],[6,-12],[17,-2],[13,6],[25,7],[5,4],[-13,13],[-5,10],[6,30],[-6,-1],[-16,26],[-29,4],[-22,16],[3,40],[-23,-2],[-13,27],[-5,19],[-30,64],[-27,-8],[5,53],[10,4],[7,43],[-18,-6],[6,63],[-14,1],[-15,8],[-5,74],[24,-1],[3,-30],[52,5]],[[8697,2826],[-34,-26],[-39,-15],[-46,-12],[-16,-10],[-15,-4],[-31,-2],[-21,4],[-24,23]],[[8471,2784],[9,26],[-6,4],[1,14],[-43,14],[6,18],[-1,11],[-9,-2],[0,12],[7,11],[8,4],[4,15],[-10,0],[-20,48],[28,8],[17,19],[3,-11],[9,-8],[39,8],[7,-9],[-23,-4],[1,-13],[10,0],[-2,13],[14,3],[1,16],[-14,16],[-5,-1],[-5,-11],[-7,15],[10,7],[8,16],[21,27],[15,7],[9,10],[-6,10],[6,9],[10,8],[36,-30],[2,-12],[13,-13],[-20,-15],[7,-21],[8,-4],[-30,-15],[5,-12],[18,-29],[11,-22],[29,18],[15,-20],[9,-31],[11,-34],[20,-28]],[[5255,2927],[19,-21]],[[5274,2906],[-11,-10],[13,-10]],[[5276,2886],[-6,-20],[9,-6],[-4,-7],[-22,19],[-14,-7],[-11,8],[-8,-14],[-9,9],[-6,-3],[11,-25]],[[5216,2840],[6,-28],[4,-7],[-10,-7],[-2,9],[-17,10],[-7,30],[-8,-4],[-19,0],[2,13],[8,-2],[10,11],[-8,15],[0,16],[5,13],[10,-2]],[[5190,2907],[4,-10],[10,7],[9,29],[5,-1],[5,-18],[11,-18],[10,22],[11,9]],[[5332,2920],[-13,-9],[18,-16]],[[5337,2895],[4,-6],[-3,-25],[6,-23],[-25,15],[-34,25],[-9,5]],[[5274,2906],[14,-14],[5,10],[17,16],[-10,9]],[[5300,2927],[9,2],[4,-7],[19,-2]],[[5256,2955],[1,-5],[19,-3]],[[5276,2947],[6,-8],[6,-1],[12,-11]],[[5255,2927],[-3,12],[4,16]],[[5395,2944],[2,-20],[-35,-2],[-25,-27]],[[5332,2920],[7,4],[-4,9]],[[5335,2933],[1,13],[19,2],[22,-5],[18,1]],[[7640,3030],[11,3],[15,-9],[5,1],[-7,16],[7,2],[8,-8],[8,6],[-5,14]],[[7682,3055],[14,1]],[[7696,3056],[-6,-9],[9,-12],[6,0],[0,-20],[4,-8],[16,-2],[7,-19]],[[5244,2958],[12,-3]],[[5190,2907],[-10,33],[3,6],[-3,8],[4,5],[17,6],[3,5]],[[5204,2970],[2,18],[9,0],[10,10],[8,-13],[-10,-11],[9,-2],[1,-20],[11,0],[0,6]],[[5306,2991],[12,3],[5,-8],[-5,-10],[17,-43]],[[5276,2947],[0,8],[7,-2],[10,14],[10,10],[3,14]],[[5354,3009],[-7,-17],[5,-13],[13,-15],[10,-2],[20,-14],[0,-4]],[[5306,2991],[8,19],[11,-1],[0,12],[21,-1],[8,-11]],[[7644,3062],[14,-7],[5,15],[-2,9],[8,5]],[[7669,3084],[1,-23],[2,-6],[10,0]],[[7761,3212],[-4,-64],[0,-40],[4,-36],[-1,-22],[-7,-13],[-9,-5],[1,-6]],[[7696,3056],[12,2],[4,11],[-12,33]],[[7700,3102],[19,10],[5,-2],[18,53],[-1,16]],[[7741,3179],[5,7],[1,15]],[[7747,3201],[5,-1],[1,12],[8,0]],[[7807,3004],[-16,-2],[-20,4],[-12,5],[-3,20],[8,11],[7,24],[-4,24],[-1,45],[3,53],[9,-14],[3,-19],[-4,-20],[4,-27],[10,-28],[7,-15],[9,-10],[5,-14],[16,-27],[-21,-10]],[[5372,3033],[11,-23],[-5,-16],[-15,-11],[-1,15],[-8,11]],[[5244,2958],[-6,15],[6,8],[1,17],[3,16],[8,3],[17,-6],[8,6],[3,-16],[6,2],[3,10],[-13,11]],[[5280,3024],[-1,24],[15,7],[28,24],[19,-9],[8,-10],[8,7],[-5,-27],[2,-15],[7,-1],[11,9]],[[5204,2970],[-17,0],[-11,-4],[-8,8],[-11,27],[-10,-1],[-1,7],[17,-5],[-3,-5],[5,-15],[18,9],[-2,5],[15,13],[-17,21],[-9,16],[20,10],[-3,10],[13,7],[1,-22],[5,-7],[22,2],[12,7],[5,-15],[9,-2],[8,-18],[13,0],[5,6]],[[7669,3084],[-5,2],[-6,20],[4,9]],[[7662,3115],[2,-5],[10,4],[17,13]],[[7691,3127],[9,-25]],[[8595,3325],[19,1],[5,-5],[5,-16],[-9,-17],[18,-17],[2,-9],[-4,-9],[11,-13],[29,-30],[-5,-17],[20,-21],[36,16],[29,10],[17,9],[6,-3],[13,-40],[1,-13],[11,-38],[-1,-32],[6,-45],[44,10],[2,-19],[16,-23],[18,-34],[16,-11],[-5,-7],[9,-16],[15,-1],[6,-9]],[[8925,2926],[-3,-6],[-26,-13],[-35,-6],[-22,-1],[-19,-5],[-18,0],[-18,-4],[-18,-10],[-17,-13],[-36,-18],[-12,-8],[-4,-16]],[[8471,2784],[-31,11],[-21,15],[-30,30],[-18,23],[-17,30],[-6,9],[-48,44],[-24,27],[-23,13],[-72,18],[-27,4],[-17,6]],[[8137,3014],[0,42],[-5,15],[1,17],[4,15],[7,11],[1,12],[-16,13],[-5,18],[-8,0],[-34,-17],[-10,-18],[-44,30],[-8,11],[-8,3],[-2,28],[-8,3],[-12,14]],[[7990,3211],[-5,9],[2,22],[32,8],[11,6],[61,10],[8,7],[13,1],[16,7],[-3,15],[30,7],[6,6],[6,-12],[30,-24],[23,52],[25,-12],[10,23],[12,-4],[6,10],[-5,17],[-18,19],[-8,17]],[[8242,3395],[32,-10],[1,-8],[10,-4],[51,-11],[3,15],[26,-8],[-2,-13],[-12,-13],[24,-16],[-18,-29],[-10,-23],[13,-6],[-8,-16],[19,-24],[-3,-9],[11,0],[15,-22],[9,3],[12,-10],[13,0],[11,10],[13,18],[-12,4],[-1,42],[25,12],[36,21],[-7,15],[11,7],[48,-6],[11,-5],[12,2],[20,14]],[[7617,3108],[4,-6],[8,14]],[[7629,3116],[1,9],[14,-1],[8,14]],[[7652,3138],[10,-2],[0,-21]],[[5984,3398],[1,-35],[28,9],[23,-3],[15,-29],[1,-7],[-18,-6],[-21,1],[4,-22],[-19,-5],[1,-31],[-10,4],[-18,-4],[12,-40],[-30,-7],[25,-51],[9,-24],[16,4],[13,-19],[-5,-13],[7,-9],[2,-18],[4,-2],[6,-33],[-68,-44],[13,-29],[15,-56],[-5,-5],[0,-10],[-7,-13],[26,-40],[-10,-12],[34,-46]],[[5401,2616],[-14,9],[-9,20],[2,15],[25,26],[8,19],[-9,11],[-1,8],[-17,6],[-5,20],[-6,8],[-18,8],[-11,9],[-21,1],[-27,-16],[-8,1],[-38,20],[-24,24],[-12,35]],[[5372,3033],[-2,3],[16,13],[18,23],[36,30],[4,-9],[7,-3],[3,13],[-3,16],[6,5],[2,11],[8,5],[16,-17],[28,-13],[0,11],[-3,12],[-2,22],[-9,9],[-2,7],[-14,0],[5,21],[20,25],[19,28],[16,12],[3,14],[-13,23],[17,22],[16,5],[-8,17],[56,41],[21,4],[6,5],[18,-3],[-5,16],[31,2],[23,-9],[53,46],[-25,24],[95,142],[-35,69],[6,4]],[[5800,3679],[13,12],[9,-6],[30,18],[13,-1],[21,-21],[11,3],[26,-15],[23,-7],[15,-46],[-13,-14],[-1,-9],[34,0],[13,-26],[-19,-35],[9,-134]],[[7879,3217],[-20,3],[-2,-9],[8,-8],[-10,-8],[-13,6],[-12,-3],[4,-9],[13,-8],[-12,-5],[-4,-17],[18,-4],[12,-14],[-12,-8],[8,-11],[-16,-23],[-12,-2],[8,-12],[25,22],[13,2],[3,7],[14,13],[27,7],[10,10],[2,22],[7,17],[-2,7],[7,19],[23,3],[10,7],[14,-10]],[[8137,3014],[-19,11],[-28,24],[-20,12],[-28,24],[-22,10],[-16,-1],[-33,-17],[-8,-3],[-24,-14],[-23,-22],[-23,-10],[-32,-2],[-17,-6],[-9,0],[-7,7],[-17,28],[-7,21],[-9,10],[-11,27],[-3,19],[6,25],[-8,28]],[[7779,3185],[12,5],[2,5],[22,5],[-9,14],[9,9]],[[7815,3223],[11,8],[10,1],[19,-7],[2,5],[18,-7],[4,-6]],[[7461,3441],[-20,-20],[-11,-18],[-5,-26],[-6,-18]],[[7419,3359],[-19,1],[-1,22],[-3,6],[-14,-9],[2,-16],[-7,1],[2,-54],[27,1],[-1,-5]],[[7405,3306],[-13,-26],[1,-14],[10,-12],[-3,-16]],[[7400,3238],[-6,0]],[[6799,2852],[-11,48],[-18,31],[-5,17],[-21,49],[-18,22],[-2,10],[99,58],[-8,25],[21,7],[-18,32],[-2,24],[-4,18],[-7,16],[-14,22],[46,23],[22,7],[21,11],[24,7],[61,12],[50,23],[10,-1],[9,-57],[36,6],[16,11],[25,9],[0,8],[-10,7],[0,24],[54,6],[20,17]],[[7175,3344],[8,3],[14,19],[11,-10],[15,4],[0,16],[15,8],[13,-6],[2,14],[-9,1],[-1,14],[5,2],[-1,9],[5,19],[8,-5],[5,11],[-5,4],[9,10],[-3,8],[5,27]],[[7271,3492],[6,7],[13,2],[12,-6],[13,-11],[33,-20],[10,-1],[13,10],[16,32],[6,4],[15,-5],[12,6]],[[7420,3510],[7,-15],[-3,-5],[-26,-15],[-14,-5],[-7,9],[-5,-13],[25,7],[24,14],[3,-6],[11,6],[2,-15],[-10,-1],[-7,14],[-7,-4],[17,-39],[30,11],[1,-12]],[[7569,3147],[1,-10],[7,-16],[12,3],[6,-8]],[[7478,3130],[-2,12],[22,1],[17,5],[1,10]],[[7516,3158],[23,-2],[17,-13],[11,-1],[2,5]],[[7681,3157],[10,-30]],[[7652,3138],[3,5],[-9,19],[11,11]],[[7657,3173],[7,7],[11,-32],[6,9]],[[7569,3147],[2,9]],[[7571,3156],[15,-5],[1,11],[5,-1],[2,17],[13,4],[3,7]],[[7610,3189],[11,-4],[6,-13],[2,-15],[-16,-8],[16,-33]],[[7702,3197],[9,-5],[0,-15],[9,0],[2,6],[19,-4]],[[7681,3157],[-15,41],[3,1]],[[7669,3199],[9,-7],[18,-4],[6,9]],[[7610,3189],[12,7]],[[7622,3196],[8,-7],[7,5],[13,-16],[7,-5]],[[7429,3137],[-8,9],[2,8],[34,-17],[6,11],[-7,9],[5,12],[-15,-1],[-2,10]],[[7444,3178],[6,10]],[[7450,3188],[12,-12],[6,6],[16,-4],[3,16],[13,1]],[[7500,3195],[-3,-21],[19,-16]],[[7384,3177],[19,-11],[16,31],[11,-7],[5,1],[9,-13]],[[9143,3090],[-13,4],[-22,-4],[-14,-7],[-16,-23],[-6,-18],[-3,-18],[-9,-18],[-10,-6],[-20,-18],[-9,-2],[-6,5],[-34,-12],[-13,-11],[-12,-6],[-25,-26],[-6,-4]],[[8595,3325],[2,7],[-7,18],[13,11],[9,-2],[4,6],[3,13],[-10,12],[8,13],[-3,11],[-9,1],[-8,10],[12,4],[13,-3],[12,6],[10,-2],[14,4],[6,5],[12,-6],[13,9],[10,-3],[25,3],[8,4],[36,-6],[11,28]],[[8779,3468],[40,-35],[-11,-22],[-15,-22],[-15,-27],[12,-15],[6,0],[16,-16],[18,13],[9,-16],[-12,-5],[9,-12],[12,3],[8,-15],[22,14],[25,6],[25,10],[12,-1],[16,3],[17,-10],[-25,-21],[8,-5],[20,-33],[32,-60],[8,7],[11,-22],[7,3],[-5,15],[11,6],[11,-9],[5,9],[9,-7],[-7,-15],[-8,-6],[0,-12],[-5,-11],[-8,-5],[17,-16],[49,-26],[7,4],[2,-9],[31,-18]],[[7571,3156],[2,17],[-17,6],[-6,8]],[[7550,3187],[8,11],[27,1],[12,7],[6,-9],[10,23],[9,2]],[[7622,3222],[17,3],[3,-17],[-12,-5],[-3,7],[-7,-6],[2,-8]],[[7719,3231],[5,-2],[0,-9],[9,0],[-5,-10],[2,-9],[17,0]],[[7702,3197],[9,2],[9,16],[-12,16]],[[7708,3231],[11,0]],[[7448,3216],[-4,-13],[8,-7],[-2,-8]],[[7379,3204],[9,4],[16,1],[-1,7],[25,-3],[7,10],[13,-7]],[[7540,3265],[9,-1],[-1,-10],[-12,-1],[0,-22],[3,-8],[-5,-35],[16,-1]],[[7500,3195],[4,27],[-8,1],[3,37]],[[7499,3260],[10,6]],[[7509,3266],[14,6],[8,-7],[9,0]],[[7705,3233],[3,-2]],[[7669,3199],[-3,7],[2,13]],[[7668,3219],[1,5],[17,1],[6,11],[13,-3]],[[7756,3248],[5,-21],[0,-15]],[[7719,3231],[25,4],[12,13]],[[7448,3216],[11,-6],[5,17],[3,29]],[[7467,3256],[15,7]],[[7482,3263],[17,-3]],[[7779,3185],[-9,33],[5,27],[-4,19],[-4,2]],[[7767,3266],[10,-1],[8,8]],[[7785,3273],[7,7],[12,-8],[0,-11],[9,-17],[6,4],[5,-17],[-9,2],[0,-10]],[[7613,3314],[13,-20],[14,9]],[[7640,3303],[14,-36],[8,-48],[6,0]],[[7622,3222],[-7,8],[-5,15],[-17,-7],[-1,7],[9,0],[16,28],[-6,16],[6,11],[-7,12],[-9,2]],[[7601,3314],[12,0]],[[7445,3290],[-2,-40],[24,6]],[[7400,3238],[22,3],[11,5],[-1,24],[6,0],[-2,16],[1,18]],[[7437,3304],[4,1],[4,-15]],[[7540,3265],[1,8]],[[7541,3273],[15,-9],[16,0],[2,13],[10,4]],[[7584,3281],[1,31],[16,-2],[0,4]],[[7752,3258],[4,-10]],[[7705,3233],[-2,13],[-11,-3],[-13,8],[-13,19],[20,18]],[[7686,3288],[10,-15],[0,-8],[7,-11],[10,6],[2,9],[11,-2],[21,-11],[5,2]],[[7785,3273],[1,9],[14,13],[4,-4],[9,10]],[[7813,3301],[16,9]],[[7829,3310],[17,-2],[16,-20],[10,-24],[5,-4],[17,1],[15,-20],[-18,-23],[-12,-1]],[[7687,3310],[-10,-7],[9,-15]],[[7640,3303],[31,20],[0,5]],[[7671,3328],[7,-6],[7,6],[2,-18]],[[7473,3295],[-1,-9],[8,-12],[-5,-8],[7,-3]],[[7445,3290],[23,0],[5,5]],[[7431,3297],[6,7]],[[7405,3306],[10,-1],[4,-16],[10,2],[2,6]],[[6851,3520],[-14,-9],[-3,4],[-15,-8],[3,-5],[-14,-4],[2,-9],[-13,0],[-6,-17],[4,-2],[-4,-15]],[[6791,3455],[-2,-6],[7,-10],[-7,-4],[3,-6],[19,8],[4,7],[14,14],[22,7],[1,-6],[14,2],[11,-9],[-16,-18],[18,-20],[17,17],[-4,6]],[[6892,3437],[10,3],[28,15],[9,2],[2,-19],[11,-5],[8,1],[17,22],[51,-5],[4,10],[-6,17],[16,5],[11,15],[-9,4],[-8,10],[-10,31],[-16,17],[11,4],[6,13],[15,21],[6,-6],[23,2],[3,-3]],[[7074,3591],[9,-12],[12,-5],[14,6],[32,6],[-9,-32],[5,-15],[6,-6],[21,1]],[[7164,3534],[4,-6],[19,-6],[11,-7],[0,-13],[5,-10],[-13,-3],[5,-22],[-26,8],[-2,-6],[15,-6],[13,2],[1,-11],[10,-8],[5,-15],[7,4],[5,-6],[-2,-10],[-14,-10],[7,-20],[-4,-3],[-18,0],[-28,-10],[3,-32],[8,0]],[[5984,3398],[59,47],[15,32],[4,30],[-8,17],[9,35],[31,-21],[29,-32],[19,9],[-12,24],[5,3],[-3,25],[4,1],[-4,26],[26,4],[4,14],[15,14],[-5,47],[-6,48],[-9,13]],[[6157,3734],[21,19],[9,-11],[12,-5],[11,10],[18,9],[5,18],[14,15],[7,16],[29,-54],[12,14],[5,-24],[-27,-28],[8,-20],[5,-27],[-11,-15],[5,-10],[-2,-12],[4,-15],[32,5],[22,-2],[67,-21],[17,19],[6,64],[31,-23],[24,4],[7,-20],[12,-9],[22,8],[11,8],[10,2],[16,9],[40,9],[10,-3],[9,10],[4,11],[11,6],[24,5],[2,7],[10,-1],[12,18],[11,-8],[16,-18],[9,-13],[9,-8],[13,-2],[2,-15],[14,-46],[15,5],[-1,8],[31,12],[13,-45],[12,7],[2,-20],[10,-12],[0,-23],[14,-22]],[[7500,3305],[4,-1],[-2,-15],[18,-6],[-8,-6],[-3,-11]],[[7473,3295],[13,2],[2,5],[-12,1],[-1,5]],[[7475,3308],[3,4],[19,-3],[3,-4]],[[7541,3273],[1,20],[9,8],[-20,2],[-4,5]],[[7527,3308],[9,4],[15,-2],[-2,7]],[[7549,3317],[8,0],[-2,-19],[3,-2],[0,-13],[26,-2]],[[7500,3305],[0,3]],[[7500,3308],[24,-4],[3,4]],[[7687,3310],[1,18],[15,0],[-5,24],[4,17],[7,7],[16,1]],[[7725,3377],[12,-38],[15,-81]],[[7452,3344],[-1,-19],[3,-9],[-4,-8],[21,-3],[4,3]],[[7431,3297],[0,24],[-3,20]],[[7428,3341],[3,6]],[[7431,3347],[4,-5],[17,2]],[[7612,3321],[1,-7]],[[7549,3317],[-25,2],[4,13]],[[7528,3332],[9,19],[5,-3],[9,7]],[[7551,3355],[7,4]],[[7558,3359],[22,-22],[1,3],[22,-9],[-1,-8],[10,-2]],[[7500,3308],[1,12],[-10,2],[1,14],[-4,6]],[[7488,3342],[32,-3],[8,-7]],[[7452,3344],[18,-13],[9,9],[9,2]],[[7751,3400],[44,-50]],[[7795,3350],[4,-13],[21,-27],[-7,-9]],[[7767,3266],[-1,8],[-11,35],[-7,35],[-15,37],[-5,19],[0,10],[-7,14]],[[7721,3424],[21,5],[2,-21],[7,-8]],[[7795,3350],[39,26],[20,-22],[-11,-8],[5,-17],[-17,2],[-9,-17],[7,-4]],[[7419,3359],[-4,-20],[13,2]],[[7751,3400],[14,0],[10,15],[12,8],[-2,14],[20,7],[5,-11],[23,5],[4,-3],[11,10],[3,-6],[8,2]],[[7859,3441],[24,12],[43,-16],[14,9],[-9,8],[-13,7],[-6,8],[-12,5],[1,8],[8,9],[-1,17]],[[7908,3508],[9,6],[8,10],[8,2]],[[7933,3526],[21,-17],[-6,-5],[-6,6],[-4,-6],[9,-14],[20,4],[1,-5],[22,8],[-1,-11],[-16,-17],[4,-18],[14,-1],[-36,-24],[31,-25],[25,26],[10,2],[25,51],[25,-13],[13,27],[12,-4],[16,-16],[55,36],[28,6],[-5,-44],[4,-13],[-5,-31],[-5,-6],[49,-19],[9,-8]],[[7615,3383],[-2,-2],[17,-25],[12,8],[2,-3]],[[7644,3361],[14,-19],[-7,-13],[19,3],[1,-4]],[[7612,3321],[1,4],[16,-4],[-19,34],[-12,-2],[-9,3],[-19,23]],[[7570,3379],[15,1],[24,6],[9,8]],[[7618,3394],[-3,-11]],[[7558,3359],[-3,12],[15,8]],[[4565,2950],[-8,14],[59,37],[-4,36],[48,22],[-1,18],[2,9],[-1,18],[-6,29],[-7,21],[-15,7],[4,67],[9,41],[15,49],[1,29],[5,8],[7,46],[19,3],[-5,29],[-7,10],[-22,28],[-19,15],[-42,9],[-41,32],[-10,52],[-24,52],[-22,40],[-51,30],[-28,27],[-47,64],[-23,56],[-40,42],[52,49]],[[4363,3939],[23,12],[15,4],[20,-13],[0,-27],[18,-23],[28,32],[16,24],[32,-19],[32,-40],[30,-46],[27,-59],[17,-31],[12,-7],[7,-9],[15,26],[5,23],[9,7],[25,14],[16,5],[56,21],[17,5],[-3,14],[3,7],[0,31],[39,-37],[14,-11],[16,-24],[41,2],[15,-6],[17,-4],[32,7],[32,16],[16,0],[14,4],[9,11],[2,11],[5,11],[16,-17],[8,1],[12,13],[14,-6],[21,-19],[10,-5],[17,4],[15,12],[13,-20],[16,-5],[13,-12],[8,-16],[30,-45],[20,-8],[44,-7],[11,-11],[26,-12],[11,-2],[11,-37],[13,-11],[3,-20],[-1,-16],[7,-8],[-5,-10],[11,-12],[3,-11],[10,-3],[19,21],[36,-1],[23,3],[9,18],[31,22],[20,11],[11,-18],[23,-18],[2,3],[40,9],[29,15],[3,-2],[79,42],[21,-16],[27,-9],[32,17],[3,-5]],[[7483,3365],[13,-7]],[[7496,3358],[-8,-16]],[[7431,3347],[-1,14],[44,4],[9,0]],[[7553,3361],[-2,-6]],[[7496,3358],[8,13],[7,-5],[31,-5],[3,5],[8,-5]],[[7644,3361],[10,9],[10,-4],[4,-10],[8,8],[2,11]],[[7678,3375],[6,-1],[0,12],[8,0],[18,24]],[[7710,3410],[5,-7],[10,-26]],[[7615,3383],[9,-2],[14,3],[2,5],[9,-6],[15,-2],[4,-14],[10,8]],[[7535,3394],[-7,-20],[22,-7],[3,-6]],[[7483,3365],[7,1],[-7,16]],[[7483,3382],[3,8],[12,4],[3,-12],[6,-1],[28,13]],[[3278,2081],[-61,-2],[-51,67],[-39,71],[-49,-4],[-20,51],[-32,-1],[-76,58],[-60,71],[-4,48],[28,52],[26,59],[39,8],[-16,16],[-75,61],[-20,50],[0,119],[7,17],[15,67],[-16,15],[4,80],[1,57],[89,-15],[19,-1],[18,16],[46,17],[37,-2],[49,1],[43,12],[38,13],[59,-2],[116,33],[13,16],[27,3],[32,12],[46,4],[31,13],[30,-9],[55,3],[-42,34],[-10,23],[-32,16],[-64,4],[-20,3],[-21,-10],[-23,-2],[-27,-21],[-50,-5],[-54,-11],[-80,-12],[-12,3],[-24,-2],[-4,41],[-40,-1],[2,63],[10,22],[-41,691],[25,-14],[11,30],[37,-22],[77,-56],[13,-34],[26,2],[28,-17],[16,-54],[20,-1],[15,4],[15,62],[54,45],[-7,28],[38,37],[3,26],[25,-1],[17,18],[13,19],[23,-10],[39,0],[33,-15],[35,14],[22,18],[17,18]],[[3690,4088],[42,-16],[23,20],[15,-15],[27,-38],[10,-24],[39,-3],[45,7],[23,14],[52,-6],[43,-15],[25,-19],[31,-16],[32,-2],[21,16],[15,27],[-6,29],[7,14],[21,11],[19,-7],[28,-6],[20,32],[13,-21],[13,-15],[51,-21],[25,-30],[21,-33],[18,-32]],[[9411,3446],[-22,-28],[-14,-11],[-21,-50],[-12,-21],[-46,-35],[-20,-23],[-26,-42],[-20,-26],[-28,-29],[-6,-11],[-23,-31],[-20,-16],[-10,-33]],[[8779,3468],[8,14],[4,-1],[7,27],[8,5],[27,42],[23,29],[9,16]],[[8865,3600],[20,16],[4,-3],[7,9],[9,21],[-3,5],[-14,36],[5,15],[26,27],[14,9],[42,0],[21,7]],[[8996,3742],[10,2],[15,11],[11,-20],[12,-5],[19,-33],[-8,-6],[12,-19],[-52,-42],[12,-16],[-19,-20],[-24,-18],[-7,-7],[-35,-43],[15,-26],[12,-9],[-18,-13],[13,-15],[24,14],[19,14],[7,2],[-3,12],[18,15],[8,5],[-1,10],[12,2],[26,-5],[0,-11],[16,7],[31,-7],[18,3],[3,11],[-6,19],[-1,14],[7,10],[26,24],[21,22],[18,-3],[12,-17],[6,-21],[22,-30],[11,-8],[14,0],[19,-18],[-31,-25],[13,-26],[-14,-5],[13,-22],[24,-9],[12,3],[8,-10],[14,2],[0,7],[8,4],[13,-11],[9,-1],[13,7],[0,8],[11,7],[14,0],[6,4],[7,-14]],[[7618,3394],[-10,14]],[[7608,3408],[24,8]],[[7632,3416],[8,2],[13,-3],[6,6],[7,-10],[4,3],[8,-6],[9,6],[23,-4]],[[7535,3406],[0,-12]],[[7483,3382],[-3,11],[31,12],[4,6]],[[7515,3411],[11,5],[6,-13],[3,3]],[[7505,3442],[14,-16],[-4,-15]],[[7461,3441],[44,1]],[[7581,3456],[28,-1]],[[7609,3455],[0,-9]],[[7609,3446],[9,-3],[0,-12],[-20,1],[10,-24]],[[7570,3379],[-8,13],[-2,16],[3,25],[-10,29]],[[7553,3462],[15,-19],[13,7],[0,6]],[[7609,3446],[32,4],[3,-9],[-2,-11],[-10,-14]],[[7505,3442],[10,12],[6,-13],[9,-3],[7,-10],[-2,-22]],[[7609,3455],[-4,22]],[[7605,3477],[10,-1],[6,6],[7,-7],[16,13]],[[7644,3488],[12,-9],[23,-21],[15,-26],[16,-22]],[[7246,3493],[14,2],[11,-3]],[[7164,3534],[12,16],[11,3],[9,-8],[5,-15],[17,-23],[12,1],[1,-12],[9,-8],[6,5]],[[7859,3441],[-1,7],[-7,-1],[4,29]],[[7855,3476],[17,0],[3,9],[1,24],[7,2]],[[7883,3511],[14,1],[11,-4]],[[7581,3456],[-4,12],[3,19],[8,-2],[3,-12],[5,2],[1,12],[8,-2],[0,-8]],[[6791,3455],[26,6],[5,19],[9,-16],[4,1],[5,15],[7,-6],[9,3],[2,9]],[[6858,3486],[17,-7],[14,9],[2,-8],[-10,-3],[6,-22],[6,1],[-1,-19]],[[7420,3510],[25,13],[21,20],[30,4],[24,10],[21,5],[21,14]],[[7562,3576],[18,-17],[-45,-36],[18,-61]],[[7855,3476],[-2,37]],[[7853,3513],[17,0],[0,11],[4,12],[-2,15],[-21,-5],[3,12]],[[7854,3558],[19,-4],[3,-30],[9,0],[-2,-13]],[[6851,3520],[10,-13],[-9,-13],[6,-8]],[[7839,3564],[15,-6]],[[7853,3513],[0,11],[-14,-5],[-28,11],[8,10],[4,27],[-3,27],[8,6]],[[7828,3600],[6,-12],[-2,-21],[7,-3]],[[7934,3588],[21,-1],[7,-6],[-17,-12],[-14,-14],[-5,-11],[7,-18]],[[7839,3564],[20,-3],[7,12],[3,13],[8,15],[27,-11],[-3,-19],[7,-10],[-3,-12],[17,0],[4,19],[7,7],[1,13]],[[7916,3600],[16,-5],[2,-7]],[[7828,3600],[1,5]],[[7829,3605],[17,20],[1,-7],[69,-18]],[[7074,3591],[29,11],[5,7],[13,7],[6,-3],[27,2],[4,-2],[9,9],[30,-9],[5,3],[22,-3],[1,-20],[6,-1],[-4,-32],[-20,-1],[-8,6],[-4,-10],[8,-13],[4,2],[5,-8],[15,5],[9,-18],[9,4],[5,-21],[-4,-13]],[[7721,3424],[-14,8],[-7,8],[-11,25],[-8,10],[-34,26],[-9,4],[-17,26],[-13,15],[-14,7],[-7,-7],[26,-21],[2,-20],[22,-11],[7,-6]],[[7562,3576],[-22,23],[-7,17],[-17,20],[-13,24],[-3,30],[13,26],[17,19]],[[7530,3735],[16,12],[34,33],[15,25],[1,22],[-22,63],[29,12]],[[7603,3902],[7,-3],[26,8],[5,-8],[12,15],[16,2],[8,-64],[-8,-6],[3,-29],[29,11],[26,-84],[-3,-7],[-3,-26],[8,-6],[12,-35],[-12,-20],[17,-25],[41,29],[30,-4],[9,-20],[3,-25]],[[9452,3846],[-3,-7],[-25,-19],[-8,-23],[15,-33],[-7,-3],[-13,-13],[-5,-18],[-11,-9],[-15,1],[7,-30],[2,-37],[36,-14],[11,8],[15,2],[28,-22],[12,-1],[23,-25]],[[9514,3603],[-23,-29],[-14,-8],[-9,-17],[-13,-13],[-7,-17],[-10,-14],[-9,-34],[-15,-17],[-3,-8]],[[8996,3742],[-7,25],[-25,38],[-4,9],[-7,4],[3,15],[23,12],[-12,11],[5,10],[-28,15],[9,10],[-2,15],[19,0],[6,9],[6,-4],[27,-9],[6,49],[16,10],[51,41],[24,2],[34,-1],[13,6],[13,1],[11,5],[10,-10],[9,1],[6,-8],[10,8],[4,24],[11,-3],[2,7],[-6,6],[4,5],[-4,10],[8,6],[22,-3],[26,3],[18,-3],[2,-6],[23,13],[22,24],[4,11],[-1,10],[5,11],[18,-11],[18,-7],[5,-9],[21,-13],[15,2],[11,-20],[15,-19],[-16,-15],[-15,-7],[-17,1],[-19,-20],[-16,-10],[-22,-8],[-13,-24],[-3,-29],[9,-9],[7,7],[18,-25],[19,-18],[27,-20],[38,-21]],[[9322,3828],[-12,10],[10,18],[-17,17],[-42,-66],[13,-5],[9,5],[24,-7],[3,-10],[13,5],[11,14],[5,10],[-14,12],[-3,-3]],[[8731,4188],[-29,-29],[-5,-6],[10,-8],[1,-19],[-4,-12],[29,-1],[-18,-57],[34,-33],[15,-6],[8,-13],[32,-47],[-6,-26],[5,-8],[16,-6],[-3,-8],[-16,-15],[1,-11],[11,-24],[10,-15],[11,-19],[8,-25],[6,-4],[8,-21],[17,-20],[-22,-14],[-14,1],[1,-10],[-14,-7],[-18,-7],[-7,-9],[-13,-8],[-16,-4],[-9,3],[-26,27],[-16,21],[-15,16],[-26,-12],[25,-59],[-14,1],[-8,-22],[-33,16],[-8,-16],[22,-15],[9,-15],[14,-15],[15,-10],[17,-3],[20,-10],[5,0],[27,-9],[-1,-16],[37,-17],[9,14],[9,44],[43,-20]],[[7916,3600],[11,27],[5,19],[9,19],[-6,11],[1,12],[39,8],[23,7],[87,49],[22,16],[-4,5],[8,23],[-11,16],[28,20],[8,0],[26,33],[16,13],[9,3],[-12,12],[24,-2],[-14,22],[21,0],[3,-17],[7,-1],[2,19],[5,21],[10,2],[11,-20],[22,16],[-5,8],[23,13],[-7,16],[14,-3],[28,15],[35,13],[33,7],[5,5],[-17,28],[26,31],[6,9],[-8,10],[-29,14],[-11,-5],[-22,10],[-20,19],[4,4],[-22,30],[17,26],[-9,16],[-51,67],[45,41],[16,18]],[[8317,4325],[33,38],[20,-28],[-1,-4],[12,-16],[27,24],[-4,6],[26,33],[39,-48],[13,13],[15,-3],[-1,-8],[39,-44],[20,2],[45,70],[72,-51],[-17,-24],[9,-22],[16,-14],[23,-17],[11,-16],[7,-17],[10,-11]],[[9930,3981],[-2,-18],[-10,-9],[-10,-2],[6,-10],[-5,-17],[-6,-5],[-51,-11],[-31,-3],[0,-7]],[[9821,3899],[-5,2],[-18,-8],[-6,-11],[3,-5],[-25,-23],[-21,-30],[-10,-17],[-8,-23],[-12,-18],[-24,-26],[-24,-15],[-23,-18],[-20,-13],[-29,-5],[-34,-27],[-14,-8],[-13,-18],[-16,-27],[-8,-6]],[[9452,3846],[35,-4],[15,8],[8,-3],[31,7],[0,3],[25,-1],[-19,80],[19,8],[2,20],[6,0],[-4,21],[30,8],[59,9],[122,29],[3,0]],[[9784,4031],[53,0],[49,4],[20,8]],[[9906,4043],[-2,-12],[15,-3],[-2,-8],[14,-4],[1,-14],[-2,-21]],[[7530,3735],[-11,17],[-12,9],[-14,4],[-11,0],[-16,15],[-12,-11],[-12,-5],[-17,25],[9,9],[-22,16],[5,14],[38,20],[15,-4],[15,17]],[[7485,3861],[3,7],[0,19],[6,32],[2,0],[8,-67],[11,1],[5,17],[-2,10],[6,3],[6,-13],[8,14],[-4,9],[8,5],[-4,8],[16,8],[3,12]],[[7557,3926],[8,3]],[[7565,3929],[5,-29],[17,11],[12,-1],[4,-8]],[[9976,3975],[-11,-12],[-6,-18],[1,-16],[-4,-8],[-5,4],[-10,-3],[-6,-6],[-6,7],[-35,-8],[-8,-13],[-1,-9],[-13,8],[-25,-5],[-26,3]],[[9930,3981],[4,-1],[4,40],[5,0],[-2,-22],[14,-3],[19,1],[-3,-16],[5,-5]],[[7485,3861],[-8,98]],[[7477,3959],[9,5],[1,-13],[10,4],[11,-9],[-13,-3],[4,-12],[11,3],[4,8],[10,3],[14,-4],[19,-15]],[[9906,4043],[12,8],[15,14],[15,-9],[24,-18],[15,-22],[0,-18],[12,-11],[-23,-12]],[[7565,3929],[-3,22],[-7,18],[-3,36],[6,19],[14,25],[43,45],[7,26],[-2,35]],[[7620,4155],[-4,16],[-3,37],[14,22],[21,6],[2,19],[-5,11]],[[7645,4266],[12,9]],[[7657,4275],[12,7],[26,-2],[11,-3],[-3,21],[2,15],[18,20],[15,6],[9,7],[12,19],[14,10],[16,4],[37,22],[6,10]],[[7832,4411],[24,0],[12,-12],[16,-21],[9,-1],[1,-23],[8,-3],[26,0],[11,3],[55,9],[10,21],[17,-23],[21,0],[5,-15],[25,-1],[54,5],[16,-42],[45,-4],[68,-1],[0,17],[20,17],[11,-7],[11,-17],[20,12]],[[9154,4568],[7,-23],[10,-13],[20,-9],[25,-14],[18,-23],[11,-24],[30,-24],[32,-20],[4,-17],[27,-21],[30,-10],[14,0],[18,-3],[10,-5],[24,-3],[13,-6],[12,-9],[-1,-42],[-4,-20],[-10,-14],[3,-10],[31,-5],[4,-6],[19,-4],[30,2],[12,-17],[17,-6],[40,-6],[7,-10],[4,-13],[-3,-13],[-39,1],[18,-69],[5,-11],[42,4],[15,-5],[54,1],[72,-6],[3,-11],[6,-53]],[[8731,4188],[85,99],[16,70],[-18,7],[14,16],[-1,21],[24,7],[7,8],[21,8],[6,9],[7,22],[16,28],[4,16],[10,6],[0,15],[15,17],[9,-2],[19,-11],[16,-12],[8,-11],[13,-6],[19,15],[78,46],[41,31],[8,-22],[6,3]],[[6838,4769],[9,-21],[17,-10],[9,-8],[11,1],[3,-14],[21,-18],[15,-21],[37,-18],[28,-12],[11,-1],[26,-7],[30,-15],[-10,-98],[25,5],[1,11],[29,-9],[5,21],[20,-2],[-9,28],[19,-5],[5,13],[23,-20],[6,9]],[[7169,4578],[15,-14],[9,-14],[-4,-5],[13,-19],[-4,-6],[-8,2],[-5,-11],[-9,11],[-21,13],[-13,3],[0,-11],[30,-7],[-2,-11],[-6,-9],[3,-12],[6,-1],[-1,-13],[-7,-1],[0,-13],[11,-2]],[[7176,4458],[8,1],[-6,-30],[-11,0],[-8,-5],[-6,-80],[12,-1],[2,-6],[14,2],[3,-4],[-11,-48],[-7,-21],[-20,-1],[3,-19],[20,-41],[-6,-6],[-15,-5],[8,-11],[1,-24],[6,-12],[12,-2],[17,-25],[8,-29],[4,-6],[-3,-14],[-16,-37],[9,-14],[11,-25],[6,-23],[11,22],[20,-32],[18,-32],[14,1],[24,18],[19,12],[13,-9],[22,-20],[10,-5],[23,6],[11,-1],[23,9],[20,0],[15,16],[13,3],[10,-1]],[[6157,3734],[-8,49],[-3,7],[14,3],[-11,26],[-9,64],[-16,9],[-25,53],[-3,-3],[-13,38],[-21,1],[-2,6],[16,0],[-5,18],[0,37],[-3,17],[59,25],[10,0],[6,6],[21,0],[-1,11],[4,8],[-12,4],[-7,13],[0,11],[-5,3],[-16,25],[-14,2],[-10,17],[-35,20],[-7,13],[-10,10],[-30,51],[-5,3],[1,15],[-11,23],[-14,4],[-31,29],[-1,12],[-10,22],[-3,15]],[[5947,4401],[29,-15],[5,5],[8,-6],[38,-4],[-1,8],[26,13],[71,40],[108,104],[28,6],[-11,47],[14,17],[-1,15],[8,20],[14,19],[7,15],[23,-15],[28,-32],[12,-4],[27,-3],[12,27],[36,43],[27,14],[43,28],[56,33],[25,12],[27,15],[20,-2],[10,9],[20,-5],[17,-8],[16,-11],[17,9],[11,-1],[11,-7],[3,-8],[-5,-33],[8,-9],[3,-8],[-10,-18],[1,-12],[11,-10],[13,12],[40,31],[13,12],[33,25]],[[7620,4155],[-20,-2],[4,19],[-9,9],[7,10],[2,35],[-9,12],[-24,0],[22,34],[-16,12],[11,17]],[[7588,4301],[6,-7],[8,2],[9,-9],[9,5],[5,-3],[7,-18],[7,5],[6,-10]],[[7588,4301],[9,24],[5,-2],[13,-14],[4,4],[50,42],[1,-5],[-37,-27],[-10,-9],[15,-16],[10,-5],[1,-7],[8,-11]],[[7210,4482],[-3,12],[15,0],[4,6],[-19,16],[5,7],[0,10],[-5,7],[6,5],[-10,7],[-5,10]],[[7198,4562],[8,11],[6,2],[11,-29],[-3,-5],[12,-16],[6,-3],[5,-32],[10,-9],[4,-22],[-9,-2],[-7,9],[-2,12],[-13,-3],[-16,7]],[[7210,4482],[-11,-1],[-13,13],[-7,-18],[-3,-18]],[[7169,4578],[6,7],[23,-23]],[[8022,4927],[10,-18],[13,-28],[33,-26],[14,-14],[9,-14],[8,-22],[-5,-21],[-10,-9],[-44,-17],[-25,-4],[-11,-6],[-10,-22],[-6,-30],[-11,-31],[-6,-8],[-12,-33],[-16,-21],[-22,-14],[-30,-7],[-22,-9],[-22,-13],[-15,-17],[-11,-23],[-6,-35],[10,-45],[-3,-29]],[[6838,4769],[22,19],[6,10],[14,14],[10,-2],[38,6],[21,-26],[7,1],[20,18],[24,16],[11,4],[11,0],[17,21],[16,-13],[9,-5],[10,13],[5,11],[-6,9],[8,7],[14,5],[12,11],[16,5],[5,10],[19,-6],[21,-1],[21,3],[17,10],[60,13],[5,-2],[49,-1],[46,-11]],[[7366,4908],[33,-5],[36,-10],[30,-4],[17,-5],[10,6],[-4,13],[6,6],[-2,8],[5,7],[-1,23],[3,26],[-2,7],[30,-17],[17,-29],[13,-4],[38,-19],[29,-4],[21,-10],[42,-8],[52,-1],[21,15],[19,10],[11,-1],[22,-11],[13,-1],[16,7],[8,10],[-1,22],[2,14],[-11,46],[16,28],[16,4],[13,-5],[14,-11],[14,0],[14,6],[14,12],[21,-2],[16,-18],[-3,-37],[5,-18],[16,-16],[27,-15]],[[8022,4927],[-9,34],[9,16],[10,9],[9,16]],[[8041,5002],[11,7],[20,-8],[9,-14],[20,9],[5,-11],[14,4],[35,-2],[13,3],[18,-39],[53,20],[-4,11],[47,8],[-10,-12],[3,-32],[16,10],[5,-42],[18,11],[8,-2],[21,-19],[20,0],[7,9],[17,39],[-13,32],[6,29],[10,5],[17,-2],[14,-5],[18,6],[20,3],[26,7],[18,-2],[12,-16],[15,-25]],[[8530,4984],[30,-27],[-18,-20],[16,-25],[12,-10],[-2,-4],[13,-27],[-11,-8],[6,-4],[5,-46]],[[8581,4813],[-73,5],[8,-59],[-16,-8],[-5,-42],[5,-2],[-3,-16],[10,1],[8,-11],[19,13],[18,27],[2,0],[17,-29],[21,-27],[12,14],[-3,4],[26,22],[22,-23],[-13,-11],[18,-14],[10,-2],[27,45],[18,19],[23,47],[-5,15],[2,7],[-12,37]],[[8717,4825],[9,8],[-7,20],[5,8],[-2,9],[26,17],[14,18],[7,15],[-2,13],[-6,6],[-13,-2],[-15,-15],[-15,35],[-6,21],[5,8],[0,15],[14,8]],[[8731,5009],[4,2],[28,-31],[7,9],[-4,41],[21,12],[31,35],[29,17],[30,21],[13,28],[19,31],[15,21],[19,15],[5,8],[15,10],[17,4],[26,12],[13,-15],[-31,-16],[59,-71],[20,10],[23,20],[-2,4],[53,44],[29,28]],[[9170,5248],[-3,-53],[9,-21],[22,-10],[12,-14],[38,-110],[20,-19],[12,-7],[42,-49],[-55,-87],[-6,-20],[11,-43],[-57,-10],[-19,-23],[-7,11],[-40,-1],[-50,27],[-61,-17],[7,-41],[12,-20],[29,-42],[13,-5],[16,-17],[10,2],[37,-35],[6,-30],[7,-12],[26,-5],[-34,-18],[-13,-11]],[[8581,4813],[23,-41],[19,5],[18,-8],[17,-13],[30,19],[-5,5],[6,17],[7,4],[21,24]],[[5065,5942],[6,-11],[17,5],[5,-15]],[[5093,5921],[-14,-6],[-2,7],[-8,-4],[3,-28],[-15,-7],[9,-7],[36,30],[5,-26],[5,-7],[3,-24],[-6,-7],[-10,-21],[-9,-43],[1,-16],[-14,-13],[-4,-10],[-10,-3],[-1,-13],[-26,-15],[-4,-12],[-7,4],[-1,-14],[-13,-13],[-10,-5],[-5,-8],[-16,-6],[11,-15],[5,-12],[-1,-14],[-5,-6],[3,-15],[-4,-8],[6,-8],[-2,-22],[-12,-14],[-6,-18],[2,-4],[-1,-31],[1,-26],[-7,-15],[0,-16],[-8,-13],[-4,-13],[5,-23],[-4,-4],[7,-24],[8,-8],[3,-20],[-7,-21],[-6,-8],[-16,-8],[-14,-14],[-14,-10],[-9,-24],[-2,-22],[-4,-8],[3,-12],[25,-20],[11,5],[10,-3],[22,-11],[53,7],[8,14],[46,10],[47,12],[8,19],[1,14],[14,25],[15,21],[3,15],[-7,16],[11,3],[10,-2],[10,1],[4,6],[27,-12],[7,5],[9,-4],[20,-6],[23,-15],[31,2],[24,11],[20,11],[22,28]],[[5382,5350],[7,-37],[28,-84]],[[5417,5229],[-29,-55],[-25,-113],[15,-91],[2,-7],[-5,-13],[17,-33],[2,-58],[13,-9],[10,-18],[23,-32],[36,-31],[3,-68],[-37,23],[-7,-4],[-11,5],[-79,22],[-14,-1],[-12,9],[-50,72],[-51,-58],[-56,8],[87,-75],[54,-46],[42,-16],[20,1],[18,-13],[18,-5],[25,5],[9,7],[6,-9],[13,-9],[6,12],[16,-11],[22,-3],[4,-7],[7,5],[11,-3],[14,9],[8,-7],[9,6],[26,-7],[7,10],[24,2],[6,-5],[3,-12],[16,1],[21,12],[5,7],[19,5],[27,-7],[12,-4],[5,-17],[17,-18],[22,-13],[14,-1],[38,-11],[30,-22],[45,-49],[22,-7],[8,-12],[-8,-5],[-17,-21],[4,-5],[-9,-19],[-5,-3],[-18,-29],[-12,-9],[12,-17],[13,-7],[12,1],[8,6],[13,22],[36,17]],[[3690,4088],[31,21],[-61,258],[-107,146],[-113,58],[5,12],[18,4],[13,19],[7,26],[13,29],[26,49],[26,31],[32,40],[27,48],[32,48],[37,116],[32,77],[24,47],[29,43],[46,45],[44,30],[37,24],[100,31],[101,27],[34,20],[39,42],[42,5],[18,10],[40,32],[29,43],[31,18],[20,19],[0,10],[-10,13],[-19,-7],[-11,14],[11,9],[7,-1],[16,9],[1,9],[-14,-9],[-23,-2],[-5,3],[-47,-15],[-21,-32],[-49,-24],[-67,-20],[-30,-23],[-42,-12],[-48,-16],[-41,-6],[-36,-9],[-38,-3],[-43,-1],[-18,5],[-22,-8]],[[3793,5390],[-10,20],[-11,13],[-13,3],[-50,-18],[-30,33],[58,71],[-23,15],[6,40],[-5,36],[28,1],[20,7],[34,-8],[22,-15],[25,17],[17,0],[12,10],[10,18],[24,-10],[23,-1],[68,9],[47,3],[26,32],[0,21],[9,18],[10,-3],[13,-9],[10,-1],[9,19],[15,-3],[15,3],[20,21],[0,14],[32,38],[25,67],[32,-11],[30,20],[2,29],[35,21],[20,3],[47,-16],[32,2],[7,13],[1,15],[5,17],[17,16],[0,23],[-19,57],[7,29],[-71,87]],[[4374,6156],[48,-17],[33,47],[116,-9],[13,26],[28,31],[12,1],[6,-6],[6,-14],[-2,-7],[5,-16],[7,-6],[27,5],[5,-2],[-6,-13],[5,-11],[-12,-14],[-18,4],[-1,-34],[6,-7],[-1,-9],[9,0],[12,-9],[0,-4],[20,-23],[9,-2],[10,-18],[5,-17],[-3,-15],[10,-18],[-17,-11],[-7,-7],[-22,-7],[1,-20],[10,4],[9,-38],[-27,-9],[9,-27],[15,-56],[37,10],[16,1],[18,10],[22,19],[22,23],[16,10],[11,13],[13,8],[32,-10],[42,6],[30,-2],[16,7],[15,3],[13,8],[41,2],[27,6]],[[8710,5084],[-24,-11],[-3,-15],[-11,-2],[7,-19],[15,11],[6,-7],[5,5]],[[8705,5046],[7,-14],[5,1],[5,-9],[9,-8],[0,-7]],[[8530,4984],[42,40],[22,-30],[44,54],[-3,10],[18,16],[-7,9]],[[8646,5083],[13,16],[16,-19],[11,9],[19,11],[7,-13],[-2,-3]],[[8710,5084],[3,-10],[10,-14],[-18,-14]],[[6542,5719],[9,-45],[19,-24],[6,-43],[-9,-54],[6,-19],[6,-27],[6,-19],[-7,-31],[1,-17],[20,-44],[3,-12],[-11,-28],[-6,-12],[-1,-12],[7,-10],[15,-12],[26,-36],[8,9],[-2,20],[20,36],[6,1],[24,-18],[10,-4],[3,6],[18,12],[18,-3],[15,5],[15,10],[9,-6],[6,3],[-15,20],[9,5],[2,15],[24,-8],[1,-13],[37,4],[-3,-7],[-18,-12],[-1,-13],[-6,1],[-6,-30]],[[6806,5307],[-3,-12],[1,-17],[5,-1],[1,-22],[-6,-8],[24,-7],[10,-8],[-5,-7],[11,-16],[2,13],[11,-11],[-3,-3],[14,-19],[-5,-9],[41,-21],[25,-36],[5,-20],[-7,-2],[-14,-23],[-5,-23],[5,-6],[-4,-15],[-18,-26],[4,-20],[-15,-19],[-3,-18],[22,1],[27,-7],[16,-9],[23,-18],[57,68],[27,-20],[16,-7],[19,-25],[10,9],[10,22],[4,16],[10,-4],[34,6],[24,19],[13,18],[8,16],[-2,13],[26,18],[23,-2],[9,-4]],[[7253,5061],[37,-29],[20,-9],[43,-45],[17,-9],[17,-5],[5,3],[24,4],[0,-21],[-31,1],[1,-18],[-7,-6],[-17,2],[4,-21]],[[5417,5229],[149,185],[37,27],[-2,29],[-12,29],[65,80],[30,27],[33,14],[33,12],[35,15],[21,17],[27,39],[1,9],[10,6],[24,50]],[[5868,5768],[62,-116],[22,-14],[29,-41],[15,-16],[13,-7],[19,-2],[21,1],[54,-11],[30,39],[56,56],[10,1],[28,19],[23,-7],[71,45],[11,15],[8,3],[13,14],[3,7],[16,11],[12,-24],[5,-18],[9,-11],[13,-26],[8,-10],[30,0],[13,-4],[27,5],[10,7],[10,13],[-6,18],[39,4]],[[7748,5571],[15,-29],[-3,-16],[-9,-22],[-5,-2],[4,-17],[-5,-7],[12,-11],[1,-11],[-13,-8],[7,-8],[-21,-54],[13,1],[0,-14],[11,-11],[16,0],[11,12],[12,-16],[-16,-8],[7,-33],[-6,-5],[-18,2],[-2,-6],[-9,-2],[13,-14],[-9,-20],[-24,-9],[-12,-10],[13,-35],[4,-3],[9,10],[8,-3],[7,-11],[21,0],[17,-9],[-12,-32],[13,-36],[19,4],[21,-7],[33,-42],[-3,22],[4,10],[26,-2],[25,-22],[15,0],[9,-11],[21,1],[18,-18],[7,0],[44,-55],[4,-12]],[[7253,5061],[15,23],[5,12],[-27,50],[42,62],[8,15],[23,14],[10,15],[2,15],[-5,12],[-9,8],[-11,-2],[-27,8],[-3,34],[-9,9],[3,9],[-1,20],[-5,1],[-4,35],[12,1],[5,8],[-1,17],[20,-9],[1,28],[5,4],[-8,12],[-16,9],[-3,21],[-10,18],[-23,10],[-21,14]],[[7221,5534],[18,8],[20,15],[50,8],[73,-26],[0,23],[6,4],[6,-9],[16,8],[7,-4],[-16,-26],[30,-14],[45,-20],[-13,-67],[29,7],[-2,-23],[16,-26],[-5,-4],[4,-8],[30,11],[11,-3],[-2,-6],[19,-4],[13,2],[12,13],[-15,10],[13,13],[-30,9],[2,15],[11,1],[0,26],[11,-4],[7,13],[4,27],[-18,-1],[-7,33],[-4,0],[9,21],[0,23],[-3,12],[-34,40],[-5,13],[8,11],[0,20],[40,-38],[10,5],[-4,15],[70,11],[3,-6],[3,-35],[0,-26],[-4,-11],[53,1],[2,-9],[0,-21],[38,10]],[[8177,5616],[7,-10],[16,11],[7,-9],[5,3],[21,-32]],[[8233,5579],[-33,-5],[-2,5],[-11,-3],[1,-8],[23,4],[6,-4],[9,-19],[8,-8],[-1,-13],[-11,-3],[3,-10],[10,4],[1,-13]],[[8236,5506],[-1,-14],[4,-3],[-3,-29],[-6,-18],[-15,9],[6,-24],[2,-24],[-8,-18],[-6,-7],[2,-14],[8,1],[5,8],[7,-1],[31,22],[0,13],[-4,9],[14,22],[-13,16],[4,37],[22,7]],[[8285,5498],[4,2],[14,-25],[18,13]],[[8321,5488],[-1,-12],[-16,-14],[19,-26],[7,4],[7,-17],[6,4],[4,-27],[4,-12],[13,-6],[4,-12],[15,8],[7,-17],[14,7]],[[8404,5368],[24,-6],[40,-61],[36,47],[12,8],[8,-20],[-31,-18],[12,-23],[-12,-8],[1,-7],[-9,-3],[17,-27],[38,11],[33,20],[28,31],[10,-8],[10,-14],[28,40],[5,-3],[18,20],[6,10],[34,-21],[7,19],[20,-12],[35,-17],[16,-13],[18,9]],[[8808,5322],[-7,-16],[1,-5],[11,-4],[-45,-34],[-22,-11],[4,-24],[41,-12],[17,-14],[-5,-9],[-9,-3],[-37,4],[-34,-2],[-19,4],[-31,0],[-8,-2],[-10,-12],[-8,-20],[-1,-11],[13,-25],[0,-15],[13,0],[0,-6],[-12,-4],[-12,-9],[-2,-9]],[[7748,5571],[6,9],[2,24],[19,-2],[2,6],[-15,18],[0,11],[-12,8],[4,6],[1,14],[25,5],[0,67],[17,-9],[22,-17],[8,-11],[65,-58],[7,-28],[-4,-6],[5,-16],[-5,-16],[2,-22],[-11,-1],[-20,-18],[3,-7],[62,-15],[32,-23],[16,-31],[-3,-15],[7,-8],[-6,-25],[7,-6],[5,9],[48,39],[37,8],[-9,66],[-2,34],[-21,19],[-27,17],[-7,7],[-1,11],[40,8],[10,-6],[23,-29],[59,34],[19,-25],[19,19]],[[6806,5307],[7,1],[6,12],[13,-20],[20,-10],[16,-12],[16,10],[29,10],[9,9],[0,5],[17,17],[4,11],[24,23],[-5,14],[-8,5],[-4,11],[-14,6],[12,9],[-5,4],[12,16],[-2,21],[4,23],[8,16],[14,13],[17,-17],[14,19],[-6,22],[21,7],[8,13],[24,6],[9,-12],[18,0],[16,-10],[31,-4],[14,24],[5,23],[-13,12],[24,14],[12,8],[21,3],[8,-10],[-39,-30],[3,-25],[29,-35],[11,13],[15,12]],[[8375,5482],[19,-12],[19,-6],[4,-16],[-6,-3],[7,-8],[-26,-16],[8,-29],[10,-20],[-6,-4]],[[8321,5488],[6,4],[14,0],[4,-6],[-2,-9],[5,-11],[5,9],[5,-8],[17,15]],[[8236,5506],[5,1],[1,13],[6,0]],[[8248,5520],[-1,-9],[22,0],[0,12],[9,-2],[7,-23]],[[8882,5871],[17,-8],[-6,-12],[8,-3],[2,12],[13,8],[-1,14],[15,21],[8,2],[13,-15],[4,3]],[[8955,5893],[14,-32],[-18,-5],[7,-27],[0,-44],[19,-23],[29,15],[-3,12],[36,26],[-8,13],[3,4],[24,-37],[22,19],[-6,12],[12,7],[10,-8],[13,17],[15,-3],[41,-41],[20,14],[8,20],[10,-5],[10,27],[19,8]],[[9232,5862],[5,-19],[-28,-26],[-8,-11],[25,-11],[-5,-27],[3,-9],[-27,-14],[8,-14],[-17,-15],[-2,-14],[10,-4],[14,8],[10,-1],[-2,-10],[8,1],[-4,-16],[14,0],[23,-18],[30,-46],[12,-15],[-17,-8],[26,-22],[-2,-11],[-12,-15],[23,-13],[-12,-19],[-64,-82],[-37,40],[-48,-58],[-47,-76],[34,-54],[25,-35]],[[8808,5322],[8,20],[15,3],[12,-3],[6,-20],[14,7],[11,10],[1,14],[-8,22],[-9,5],[-17,24],[-18,11],[-15,14],[-13,17],[-10,9],[-20,5],[-21,8],[-10,17],[11,33],[-5,23],[24,11],[26,-3],[2,27],[9,30],[2,30],[-27,5],[-3,30],[1,14],[9,6],[20,7],[-46,96],[-47,-10],[-10,21],[-5,-1],[-32,69],[-11,-4],[-7,16],[0,12],[7,4],[3,16]],[[8655,5917],[51,-26],[19,-14],[9,-10],[24,-10],[19,0],[18,-5],[12,-12],[12,5],[22,15],[-6,14],[31,7],[16,-10]],[[8290,5582],[9,-20],[19,-31],[-6,-2],[8,-14],[-6,-6],[-5,9],[-7,-5],[19,-25]],[[8248,5520],[3,9],[-3,13],[15,-2],[8,5],[1,8],[-7,1],[6,11]],[[8271,5565],[7,2],[12,15]],[[8300,5623],[10,-25]],[[8310,5598],[-3,-1],[11,-18],[10,-10],[17,-10],[13,-14],[7,-18],[5,-28],[5,-17]],[[8290,5582],[0,28],[-2,17]],[[8288,5627],[9,7]],[[8297,5634],[3,-11]],[[8260,5572],[11,-7]],[[8233,5579],[10,2],[17,-9]],[[8260,5572],[3,15],[-6,17],[11,14],[5,18],[9,-1],[6,-8]],[[9232,5862],[38,9],[-2,14],[20,19],[-22,34]],[[9266,5938],[30,-1],[39,19],[14,0],[16,-21],[7,-29],[16,-12],[20,-74],[-14,3],[-11,-2],[-9,-21],[-27,-5],[-12,-22],[1,-13],[-22,-25],[10,-13],[-9,-7],[0,-8],[16,1],[16,6],[19,-9],[22,6],[14,-10],[14,-1],[12,-22],[15,-13],[12,4],[1,9],[-13,1],[-6,5],[4,7],[11,-1],[8,-6],[12,11],[18,3],[4,8],[-5,11],[7,9],[1,14],[18,0],[3,-13],[7,2],[-6,15],[11,-3],[-3,18],[18,21],[8,-5],[2,14],[16,13],[9,17],[17,2],[7,8],[4,17],[9,5],[13,-9],[2,27],[-7,3],[10,12],[11,-13],[32,23],[26,5],[2,6],[-6,14],[4,3],[18,-6],[17,-2],[0,13],[22,8],[19,-50],[-105,-71],[10,-11],[11,-6],[5,-8],[6,-21],[-1,-23],[14,-42],[-88,-56],[-26,-45],[4,-10],[-16,-25],[-10,-24],[-12,-21],[-28,-18],[-47,-50],[-13,-4],[-2,-12],[-41,-16],[-22,-15],[-29,0],[-39,-35],[-15,-21],[-16,-8],[-53,-20],[-33,-20],[-44,-35],[-20,-20]],[[8350,5636],[-4,-11],[6,-28],[8,-17],[-9,-3],[-5,-13],[-16,8],[-10,10],[-10,16]],[[8300,5623],[8,4],[3,8],[9,-7],[9,9],[-1,10]],[[8328,5647],[15,1],[7,-12]],[[8283,5671],[12,-25],[2,-12]],[[8177,5616],[-4,9],[17,10],[-5,10],[9,8],[10,-10],[18,10],[19,21],[18,-5],[24,2]],[[8328,5647],[-2,8],[9,7],[-10,6]],[[8325,5668],[-4,7],[6,7],[6,-3],[1,11],[9,2],[8,7],[16,2]],[[8367,5701],[12,-5],[3,4],[10,-10],[-2,-5],[8,-10],[8,0],[17,-18],[-7,-7],[-5,7],[1,7],[-6,9],[-9,0],[-20,-15],[-15,-24],[-12,2]],[[8266,5760],[8,-5],[14,-17],[7,7],[12,-9],[6,-1],[15,-11],[-7,-6],[2,-22],[37,7],[7,-2]],[[8325,5668],[-3,-1],[-10,9],[4,3],[-8,10],[-4,-3],[-14,12],[0,8],[8,4],[-10,15],[-6,-2],[-10,9],[-6,28]],[[5093,5921],[16,7],[-5,17],[8,8],[5,-8],[9,1],[6,7],[3,22],[6,3],[9,-12],[20,20],[-2,6],[19,15],[16,8],[26,-5],[14,20],[-10,9],[-4,12]],[[5229,6051],[2,14],[13,5],[13,32],[-4,33],[8,10],[30,0],[36,19],[13,4],[19,11],[8,11],[5,41],[16,19],[9,6],[20,2],[2,-21],[11,-13],[0,-7],[13,-11],[5,-15],[8,-5],[1,-7],[10,-22],[21,-26],[8,-6],[-11,-17],[24,-21],[-11,-20],[-7,-8],[-33,-13],[-33,12],[-8,-20],[-23,-29],[1,-16],[18,-6],[16,-16],[2,7],[13,-13],[5,-10],[0,-16],[-71,-47],[-24,36],[-23,-27],[-8,10],[-21,-6],[-1,-15],[6,-3],[25,-37],[6,-4],[9,-20],[-9,-9],[3,-13],[-2,-13],[-6,-13],[22,-61],[18,-60],[17,-44],[14,-47],[8,-45],[-20,-60],[2,-28],[-12,-83]],[[8283,5671],[-13,38],[-7,14],[-24,-7],[-4,23],[-4,8],[-14,10],[-12,-3],[-19,2],[0,16],[-23,6],[-11,1],[0,8],[25,-7],[2,25],[12,-4],[2,7],[16,-4],[-1,9],[6,11],[17,8]],[[8231,5832],[7,-14],[10,4],[13,-21],[5,-4],[26,-1],[0,-4],[-15,-23],[-11,-9]],[[8231,5832],[36,15],[10,24],[-14,8],[-35,11],[-8,13],[-5,34],[6,8],[18,3],[8,33],[0,19],[10,7],[8,16],[-9,4],[4,10],[-2,11],[5,10],[-11,9],[-15,-1],[-6,12],[-5,50],[-8,6],[-8,-5],[-14,14],[-13,23],[-9,22],[-6,8],[-33,15],[-9,7],[-13,20],[-9,24],[-5,6],[-24,4],[-15,8],[-23,28],[5,15],[8,8],[9,26],[1,17],[7,-2],[75,-46],[5,33],[13,72],[-49,-6],[7,25],[9,-6],[13,42],[-11,8],[4,10]],[[8133,6504],[14,11],[24,-24],[7,5],[54,-56],[4,21],[-7,5],[-1,12],[31,-1],[10,-30],[12,-54],[14,-52],[13,-39],[10,-47],[10,-76],[42,-18],[4,-7],[30,-36],[38,-50],[11,-29],[26,3],[30,1],[-8,-21],[29,-27],[62,-60],[17,13],[9,5],[4,-10],[12,1],[3,-10],[13,3],[5,-20]],[[8882,5871],[32,19],[-3,28],[14,10],[-14,21],[-10,-7],[-3,5],[17,14],[-3,5]],[[8912,5966],[4,3],[6,-11],[18,12],[5,0],[6,16]],[[8951,5986],[13,10],[8,-3],[7,-24],[-8,-1],[-13,-8],[16,-25],[27,7],[3,-11],[-23,-12],[9,-10],[-35,-16]],[[8912,5966],[-14,8],[-7,12],[4,8],[12,2],[-11,15],[-32,4],[-6,4],[-7,-2],[-2,14],[35,10],[3,-10],[12,4],[2,10],[5,1],[4,-12],[10,2],[1,-16],[7,-4],[8,-14],[-4,-4],[14,-13],[5,1]],[[5065,5942],[6,8],[7,33]],[[5078,5983],[8,34],[7,-17],[18,0],[8,-9],[13,6],[1,11],[25,9],[16,-4],[16,1],[5,9],[34,28]],[[8246,6730],[9,-36],[15,-55],[34,-34],[-122,-8],[-3,-8],[-13,11],[-5,-29],[-26,14],[-5,-9],[0,-14],[4,-10],[-11,-20],[10,-28]],[[6542,5719],[4,33],[1,48],[-1,41],[-15,16],[-24,11],[-19,2],[-13,5],[-5,27],[17,54],[2,37],[-13,15],[-10,8],[-19,3],[-5,4],[-4,53],[-11,24],[0,9],[49,15],[5,-2],[6,9],[27,15],[-12,27],[12,25],[10,4],[9,16],[9,64],[47,42],[42,-37],[20,10],[63,65],[240,54],[52,66],[15,27],[13,12],[1,16],[5,10],[1,18],[-37,27],[-46,71],[-5,30],[-19,37],[-21,33],[5,50]],[[6918,6813],[42,-10],[27,14],[31,-1],[18,-8],[6,2],[5,13],[14,6],[9,-4],[19,1],[29,7],[6,11],[14,4],[12,-10],[0,-7],[28,-16],[8,-2],[15,2],[14,6],[16,1],[8,6],[36,9],[14,-3],[15,-10],[9,3],[-2,14],[6,19],[-1,32],[-9,13],[-6,-1],[-13,48],[13,17],[69,18],[-13,27],[6,14],[0,15],[-4,14],[1,19],[-13,8],[-23,6],[-9,27],[-8,8],[-1,16],[15,5],[4,22],[10,14],[29,-30],[12,18],[15,-17],[-6,-18],[11,2],[42,-17],[0,9],[44,4],[150,9],[30,66],[29,-22],[46,-36],[9,-12],[10,-22],[3,-10],[24,-15],[19,-16],[17,-10],[16,-20],[-16,-65],[13,-27],[12,-18],[10,-9],[2,-17],[6,-16],[-3,-10],[7,-11],[-4,-10],[9,-29],[7,-15],[0,-21],[11,-21],[24,-52],[45,26],[10,-7],[10,27],[13,26],[65,-40],[20,5],[48,-16],[13,-22],[10,-13],[99,20]],[[8246,6730],[67,-5],[42,21],[-66,94],[-22,126],[52,58],[3,47]],[[8322,7071],[21,-13],[76,11],[10,-35],[-2,-12],[36,-37],[9,-8],[1,-44],[22,-33],[5,-15],[-34,-52],[-7,-12],[7,-9],[28,-9],[6,-32],[11,-19],[11,-3],[22,-16],[9,-2],[31,-41],[25,-14],[-19,-24],[2,-87],[13,-42],[6,-2],[67,9],[10,17],[2,26],[19,16],[12,1],[24,-11],[5,-21],[86,-70],[22,-27],[48,-12],[50,-19],[5,9],[10,-4],[56,-32],[10,-5],[41,-8],[39,1],[46,-3],[13,2],[19,-3],[0,-12],[6,1],[14,-17],[9,-4],[33,1],[9,12],[11,6],[0,19],[13,6],[1,7],[49,-6],[12,9],[11,-8],[16,16],[-7,-8],[1,-9],[11,-11],[15,-9],[10,-17],[-6,-8],[11,-35],[8,-37],[-2,-16],[0,-19],[-15,-25],[-8,-23],[-13,-18],[-19,-6],[-21,-2],[-15,-7],[-33,-7],[-53,0],[-6,-6],[13,-13],[-6,-14],[-3,-28],[30,-24],[-10,0],[2,-8],[19,-27],[-24,-22],[-33,-6],[-60,-20],[37,-62],[13,-11],[22,-6],[29,25]],[[5868,5768],[-47,231],[7,9],[6,18],[20,5],[18,32],[6,6],[-4,7],[12,15],[6,20],[7,5],[3,21],[24,27],[9,-14],[14,-9],[17,-15],[5,8],[21,16],[14,9],[8,11],[11,20],[11,5],[38,8],[36,-5],[2,-10],[66,-28],[61,-48],[5,0],[30,49],[1,21],[20,10],[17,19],[-20,21],[-15,6],[-12,11],[-23,13],[-19,21],[-12,16],[-11,23],[-13,14],[-14,2],[-14,-9],[-8,-17],[-14,-18],[-23,18],[-10,18],[-12,4],[-25,21],[-8,2],[-27,1],[-22,6],[-20,-10],[-15,2],[-15,-5],[-50,-6],[-18,10],[-32,23],[-3,-3],[-10,9],[-22,13],[-21,20],[-14,29],[-10,10],[-22,12],[-14,-4],[2,11],[-10,9],[7,14],[7,5],[5,9],[-3,31],[-6,0],[-8,14],[-19,12],[-18,-5],[-1,4],[13,5],[3,9],[37,2],[1,79],[24,30],[13,-12],[16,5],[10,-5],[68,-15],[61,-30],[22,-17],[6,7],[29,-23],[31,-21],[1,-7],[20,-26],[7,-4],[11,-25],[19,-22],[13,-18],[9,1],[62,54],[8,22],[17,2],[1,32],[-3,38],[-6,8],[10,6]],[[6203,6643],[16,-19],[12,3],[25,18],[17,20],[18,-12],[17,20],[27,-19],[63,22],[-15,19],[28,33],[-37,28],[-11,34],[47,16],[17,13],[10,92],[-11,21],[-4,30]],[[6422,6962],[11,14],[74,7],[130,34],[17,28],[95,-105],[41,47],[18,-6],[3,-32],[13,-3],[17,-45],[6,-22],[5,-3],[-4,-8],[14,-29],[6,-17],[6,9],[43,9],[7,-7],[-6,-20]],[[2331,8463],[112,48],[138,-160],[83,-18],[50,-153],[44,-137],[27,-1]],[[2785,8042],[29,-2],[-3,-28]],[[2811,8012],[0,-3],[-11,-108],[24,-57],[190,-62],[210,-29],[35,-96],[-80,-92],[-50,-45],[83,-125],[-110,-216],[-23,-176],[2,-26],[2,-10]],[[3083,6967],[-6,0],[-117,23],[-62,-8],[-95,-14],[-14,0],[-90,-28],[-36,23],[-55,-21],[-115,-40],[-27,-29],[-45,-24],[-87,-28],[-18,0],[-31,-6],[-13,0],[-29,5],[-74,0],[-62,3],[-24,-2],[-18,6],[-67,15],[-45,7],[-104,-31],[-38,-14],[-109,-30],[4,-49],[68,27],[85,15],[62,-20],[54,-25],[91,-19],[164,-23],[54,13],[63,1],[152,41],[187,71],[94,22],[55,-29],[94,14],[247,27]],[[3176,6840],[51,-83],[60,1],[-32,-207],[110,-146],[45,41],[-4,62],[23,18],[39,38],[178,13],[178,-39],[96,-29],[156,32],[6,-156],[119,-130],[42,-98],[10,-43],[121,42]],[[3793,5390],[-24,-7],[-10,-6],[-29,-37],[-12,-27],[-18,-23],[-13,-22],[-16,-32],[-30,-49],[-19,-57],[-121,-216],[-5,-10],[-36,-98],[-20,-34],[-25,-29],[-12,-10],[-53,-57],[-17,-8],[-27,-24],[-47,-27],[-17,-16],[-17,-29],[-56,-39],[-76,-40],[-64,-30],[-39,-21],[-39,2],[-18,-2],[-8,-5],[-40,-13],[-15,-13],[-9,-5],[-28,-3],[-7,-3],[-26,-21],[-11,-22],[-8,-13],[-10,-21],[-36,4],[-18,-3],[-25,-15],[-18,-14],[-12,-18],[-8,-5],[-8,1],[-14,9],[-14,-2],[-43,-16],[-14,12],[-9,0],[-24,-18],[-11,-3],[-6,21],[-24,31],[18,22],[0,24],[28,43],[-1,14],[-22,20],[-20,2],[4,33],[-16,16],[-12,31],[5,25],[2,41],[-20,50],[9,22],[-5,23],[-4,32],[-16,-12],[-47,16],[2,22],[-12,20],[-17,53],[-24,62],[-9,21],[2,29],[8,29],[9,42],[-76,22],[-36,13],[-43,19],[-46,39],[-28,-14],[-23,-8],[3,-37],[-14,-28],[-4,-45],[-15,-28],[-40,-12],[-47,-3],[-20,-34],[-21,-21],[-17,-21],[-15,-14],[-28,6],[-37,-6],[-21,-12],[-40,-9],[-22,6],[-32,13],[-26,9],[-17,-9],[-16,-22],[-42,-48],[-18,-21],[-8,14],[-10,-8],[-28,-5],[-35,-15],[-48,-40],[-28,-17],[-15,12],[-10,5],[-27,-16],[-16,7],[-12,-12],[-17,25],[-3,22],[-14,15],[-15,19],[-10,10],[-13,-2],[-18,49],[-16,-3],[-54,-31],[-24,-12],[-22,-1],[-18,-18],[-14,-31],[1,-24],[11,-43],[16,-32],[-5,-34],[-27,11],[-19,27],[-16,11],[-23,-4],[-62,-21],[-8,-14],[-22,10],[-13,17],[-14,-41],[1,-3],[-32,-2],[-14,17],[-25,16],[-23,-6],[-13,-36],[-16,-30],[-38,-18],[-42,-11],[-27,-4],[-32,-24],[-32,-35],[-34,-45],[-30,-7],[-25,-49],[23,-32],[-4,-30],[-22,-43],[-37,-40],[-22,16],[-13,26],[-39,14],[-25,20],[-31,1],[-44,6],[-44,2],[-18,9],[-48,49],[-11,48],[-23,29],[42,56],[26,62],[33,47],[47,62],[28,39],[20,59],[0,79],[-10,58],[-37,62],[-38,-16],[-42,48],[-45,37],[-41,2],[-51,13],[-13,49],[8,57],[15,26],[19,17],[27,-7],[46,30],[52,37],[33,45],[35,13],[32,-9],[31,1],[22,47],[28,30],[48,2],[50,14],[70,21],[5,13],[27,1],[13,17],[15,13],[10,12],[18,7],[20,-25],[23,0],[44,-17],[20,-27],[35,-5],[39,7],[44,-13],[13,27],[-16,20],[-22,18],[-26,14],[-3,31],[-21,13],[-1,35],[-3,54],[-18,44],[-31,60],[-11,46],[-91,92],[-55,90],[-27,27],[-39,0],[-42,-5],[-56,106],[63,81],[31,31],[16,53],[-24,45],[-21,43],[-33,19],[7,23],[1,49],[-6,15],[22,16],[4,21],[13,11],[-2,6],[8,5],[9,16],[6,18],[7,5],[17,25],[21,37],[16,7],[13,25],[38,51],[5,13],[12,0],[20,10],[1,5],[13,10],[9,-5],[-2,15],[19,15],[-9,9],[6,8],[5,20],[20,5],[8,9],[0,9],[-8,2],[-24,-16],[-3,-5],[-15,0],[-15,-11],[-29,-29],[-7,-19],[-13,-2],[-20,-12],[-9,-16],[-4,1],[-19,-15],[-7,3],[-10,-31],[-7,-6],[-12,-18],[-21,-14],[-8,-21],[-16,-9],[-9,-28],[-5,-4],[-5,-16],[-20,-6],[-7,-10],[-11,5],[-5,-7],[-7,-28],[-7,-14],[-60,-35],[-8,-14],[5,-9],[9,5],[6,-7],[-7,-9],[-16,-9],[-8,-9],[10,-8],[-6,-4],[-14,14],[-24,-6],[-15,6],[4,-20],[-23,15],[0,10],[-22,-5],[12,-15],[-8,-13],[25,-9],[-21,-10],[19,-10],[11,7],[10,-6],[-17,-22],[-12,-8],[-1,-13],[-11,-9],[-13,7],[-4,-26],[-30,13],[-53,13],[-47,2],[-41,12],[-57,3],[-72,-11],[-10,75],[-12,104],[11,48],[-1,58],[-3,59],[6,61],[17,3],[41,1],[51,-20],[43,-4],[17,19],[35,6],[31,9],[46,-2],[30,-21],[27,13],[23,-7],[24,13],[28,22],[43,24],[40,28],[16,22],[26,28],[46,25],[46,26],[102,6],[31,36],[8,101],[-26,48],[-66,22],[181,302],[-93,334],[59,65],[213,69],[-36,119],[112,180],[72,116],[155,-106],[173,-213],[27,-6],[6,-5],[-1,-2],[15,-23],[15,-44],[-16,-20],[-5,1],[-12,-8],[-3,-14],[-9,-10],[-4,-18],[5,-5],[-6,-31],[-10,-27],[4,-7],[-1,-14],[4,-5],[-3,-27],[-7,-11],[-2,-11],[-7,-7],[-12,-26],[-1,-11],[9,-22],[-13,-12],[-8,-23],[-6,-11],[-3,-15],[-16,-14],[8,-10],[8,4],[8,-7],[10,3],[7,10],[7,-3],[11,10],[15,-5],[5,-22],[5,-6],[-4,-10],[2,-10],[8,0],[13,-7],[14,-13],[4,-10],[3,-17],[11,-3],[8,9],[9,-11],[-2,-17],[22,-13],[6,-7],[-5,-11],[25,-16],[10,1],[3,9],[14,11],[0,9],[-8,10],[-13,1],[-9,12],[-8,3],[-5,17],[-10,14],[-5,35],[5,6],[-3,22],[2,12],[-3,15],[6,15],[-3,22],[-5,5],[-4,26],[-3,25],[5,38],[17,36],[18,31],[28,38],[22,32],[3,8],[14,21],[8,14],[9,26],[33,59],[4,20],[11,19],[12,30],[3,18],[6,15],[12,14],[7,13],[18,50],[1,6],[13,29],[17,21],[16,24],[9,21],[14,23],[29,42],[4,8],[10,9],[19,24],[13,29],[7,20],[9,13],[3,13],[5,0],[11,16],[-7,9],[5,9],[7,0],[7,8],[-4,37],[3,7],[15,6],[25,5],[7,18],[1,13],[6,16],[9,13],[6,30],[146,-132],[68,50]],[[744,4946],[-36,-38],[-47,-52],[-42,-28],[-60,-54],[-24,-19],[-27,-16],[-13,-4],[17,-25],[3,-28],[-5,-33],[5,-22],[14,29],[31,47],[39,37],[35,28],[26,25],[29,18],[22,21],[75,87],[79,50],[64,6],[71,0],[67,11],[60,20],[44,-9],[33,-2],[14,39],[-60,14],[-57,-5],[-132,-3],[-69,-3],[-60,-17],[-51,-7],[-31,12],[-31,26],[-24,15],[-35,8],[-13,8],[-6,-7],[23,-8],[8,-16],[14,-2],[3,-11],[7,-6],[25,-9],[16,-38],[-1,-39]],[[5845,7024],[11,-5],[-6,-12],[12,-8],[-3,-17],[8,-11],[-22,-7],[21,-21],[28,-10]],[[5894,6933],[20,-3],[31,-11]],[[5945,6919],[35,-14],[34,-7],[13,-7],[21,-22],[-14,-53],[13,-65],[51,-48],[33,2],[17,-4],[26,-42],[29,-16]],[[5078,5983],[-14,3],[-10,9],[-8,25],[7,9],[-3,10],[-11,-1],[-7,6],[-3,20],[1,15],[-6,2],[-29,-12],[-9,9],[35,34],[-12,19],[-22,39],[-7,9],[-15,46],[-17,46],[-37,47],[-23,10],[-18,23],[-17,15],[-9,17],[-28,22],[-25,28],[-19,27],[-6,22],[-3,15],[-23,-2],[-3,11],[-11,-10],[-5,8],[-12,-2],[-6,-9],[-12,4],[-3,9],[-15,18],[-15,9],[-27,1],[-6,9],[-22,-2],[-11,-15],[-14,-2],[-15,2],[-96,-22],[-50,29],[-59,-13],[-7,27],[9,41],[-3,169],[51,87],[16,-16],[32,25],[0,22],[-17,62],[-7,14],[18,16],[-6,14]],[[4444,6981],[49,25],[33,-19],[18,16],[46,7],[22,10],[25,1],[19,6],[77,12],[46,0],[10,9],[18,3],[16,-12],[31,2],[18,5],[39,16],[72,16],[27,4],[27,5],[6,0],[14,17],[11,5],[19,-3],[13,-12],[12,2],[10,10],[12,2],[28,-6],[11,4],[15,-3],[20,4],[16,21],[9,4],[9,9],[4,10],[12,8],[28,-2],[13,3],[19,11],[-12,7],[-14,-3],[-6,-8],[-34,-1]],[[5252,7166],[18,26],[42,9],[65,-6],[-10,34],[64,20],[30,4],[8,26],[38,-8],[16,-42],[21,-12],[6,-24],[34,-17],[3,-5],[26,1],[23,-6],[14,-2],[24,-17],[35,2],[-19,-56],[-3,-39],[22,-20],[27,-12],[27,1],[25,4],[34,-7],[3,-20],[8,5],[-3,18],[-5,6],[-15,7],[1,6],[34,-18]],[[5945,6919],[4,32],[5,6],[19,-6],[22,-12],[5,10],[-4,15],[-10,-8],[-6,2],[7,21],[-3,7],[9,20],[25,-13],[14,22],[-23,10],[-9,18],[-18,-5],[-10,0],[-6,24],[4,1]],[[5970,7063],[6,3],[-2,16],[-10,2],[0,8]],[[5964,7092],[5,8],[23,7],[1,6],[-20,-6],[-11,4],[-1,16],[-13,-10],[-9,2],[-9,15],[-6,24],[-5,-2],[-8,12],[-14,0],[-13,3],[15,34],[8,11],[25,-12],[15,26],[-2,45],[7,6],[24,-13],[19,-3],[10,-15],[-5,-12],[3,-17],[-6,-16],[-9,-8],[-3,-15],[12,-10],[22,-15],[-5,-5],[44,-2],[37,7],[33,34],[51,43],[-1,44],[63,39]],[[6241,7317],[59,-47],[-35,-42],[-15,-34],[3,-18],[13,-16],[-16,-15],[7,-13],[-14,-38],[2,-46],[23,-51],[33,30],[43,-54],[78,-11]],[[5894,6933],[-6,11],[16,3],[15,-2],[1,13],[-5,14],[6,6],[-1,14],[8,-3],[1,6],[17,10],[4,-7],[11,-1],[14,17],[-3,9],[-9,3],[2,8],[-4,26],[9,3]],[[5845,7024],[4,11],[-4,9],[5,13],[21,6],[1,-14],[7,-12],[7,-4],[13,1],[-6,22],[6,15],[7,-8],[5,7],[16,-18],[22,29],[2,9],[13,2]],[[5252,7166],[-8,-10],[-21,-11],[-18,-13],[-14,-6],[-17,1],[-13,4],[-12,-6],[-7,7],[-42,10],[-12,1],[-7,-8],[-13,-5],[-10,12],[-23,17],[-11,0],[-19,8],[-14,-9],[7,-4],[-18,-9],[3,-13],[-18,-9],[-36,-5],[-24,7],[-19,-1],[-24,-9],[-44,9],[-61,3],[-56,-5],[-7,3],[-15,-5],[-50,-7],[-53,1],[-28,-3],[-16,-10]],[[4532,7101],[-72,40],[-38,33],[124,16],[34,-15],[0,23],[38,35],[4,8],[23,8],[-27,39],[-64,57],[-6,50],[-8,23],[81,3],[21,7],[111,-18],[27,17],[41,64],[170,68],[34,19],[25,-29],[26,48],[17,48],[-23,56],[-8,44]],[[5062,7745],[57,6],[46,0],[39,-19],[-5,16],[33,-5],[8,-15],[14,6],[14,10],[10,19],[20,-7],[5,-9],[9,-1],[3,6],[38,-36],[36,-19],[35,45],[52,2],[29,34],[41,-23],[39,75],[6,24],[39,20],[44,2],[42,21],[48,-17],[34,-8],[31,12],[51,-20],[19,25],[22,41],[41,50],[39,-11],[31,3],[8,-20],[29,-4],[14,-43],[59,-25],[142,-120],[-1,-45],[15,-10],[54,-74],[-2,-27],[13,-65],[-49,-12],[-118,-110],[49,-41],[-4,-59]],[[4525,9461],[24,-7],[35,11],[30,-4],[15,-45],[20,-39],[21,5],[10,-35],[-33,-96],[26,-52],[35,-47],[15,-86],[27,-43],[29,-29],[46,-190],[-25,-46],[-4,-43],[-17,-43],[14,-73],[1,-24],[-43,-41],[-12,24],[-69,-131],[-11,-77],[-25,-27],[-19,-34],[2,-36],[-5,-83],[-54,-62],[-11,-18],[-4,-61],[13,-67],[-13,-53],[1,-32],[46,-58],[93,-14],[-13,-10],[-4,-39],[29,-10],[61,23],[22,26],[7,11],[24,-2],[28,-37],[41,-1],[28,28],[37,10],[28,-10],[65,-48],[26,-1]],[[4532,7101],[-135,-72],[-31,2],[1,-20],[12,-16],[55,-23],[10,9]],[[3176,6840],[0,29],[-7,10],[-2,16],[7,10],[-6,11],[-8,6],[-1,10],[-14,30],[-21,4],[-41,1]],[[2811,8012],[9,25],[7,10],[7,34],[-2,43],[1,31],[9,15],[15,46],[27,55],[53,82],[15,26],[-8,20],[7,-1],[5,42],[-10,4],[-22,-50],[-22,-27],[-9,-6],[-5,-13],[-20,-29],[-12,-7],[-8,-11],[-13,-36],[-11,-19],[-1,-14],[-8,-5],[-16,-35],[-10,-31],[5,-43],[-1,-20],[-3,-45],[-5,-11]],[[2331,8463],[3,126],[44,74],[72,51],[91,103],[83,-46],[125,106],[9,-40],[64,7],[125,25],[27,94],[76,55],[75,17],[-14,68],[62,19],[-68,76],[19,71],[57,131],[16,83],[74,58],[26,-88],[64,12],[121,-102],[73,24],[163,-63],[113,26],[92,-11],[142,14],[29,69],[34,-38],[41,-114],[58,25],[19,71],[37,16],[36,-35],[3,-68],[168,90],[33,37],[2,55]],[[4525,9461],[20,49],[-11,43],[-18,35],[5,110],[-18,45],[29,40],[-17,44],[20,35],[25,-33],[37,39],[-11,32],[7,56],[36,17],[23,-11],[40,37],[-6,-48],[4,-71],[16,-66],[51,-13],[35,3],[52,-42],[25,35],[50,-17],[-8,-55],[22,-53],[36,11],[24,40],[46,-27],[51,-24],[28,35],[62,-43],[33,48],[64,37],[43,79],[61,42],[27,-58],[95,35],[51,-85],[32,-62],[47,5],[96,77],[74,33],[69,7],[81,-86],[9,-95],[57,-24],[55,-10],[-8,-32],[56,13],[24,21],[26,-18],[40,-1],[42,77],[-8,60],[34,68],[51,-14],[48,28],[19,-30],[20,-83],[16,-17],[67,37],[16,-23],[68,35],[111,50],[142,4],[20,-55],[13,-123],[84,-191],[19,-40],[-35,-43],[-36,3],[23,-79],[28,-47],[58,8],[7,5],[33,51],[33,37],[28,-30],[17,-77],[26,17],[34,35],[32,-26],[24,41],[68,-27],[12,-75],[27,15],[24,-33],[20,-55],[59,-20],[41,18],[30,-30],[28,27],[24,-11],[11,35],[42,-19],[14,28],[-16,43],[20,-18],[23,19],[9,57],[57,7],[14,-43],[60,-49],[34,19],[35,45],[50,-35],[21,-26],[36,17],[40,-17],[17,-45],[32,-10],[-28,-78],[3,-76],[-24,-60],[-47,-75],[-55,-1],[-49,-93],[43,1],[43,-16],[34,-57],[33,-4],[1,-17],[23,-65],[56,17],[11,-34],[23,-25],[54,-46],[5,-54],[-68,-49],[-23,-27],[25,-47],[38,-16],[-13,-58],[-11,-50],[-33,-43],[-3,-41],[-36,-28],[-30,-46],[0,-97],[-65,-96],[-3,-29],[23,-73],[45,-97],[36,-14],[28,7],[23,-17],[31,-37],[3,-48],[-38,-76],[45,-58],[47,-54],[-23,-37],[22,-28],[60,-55],[33,-90],[5,-27]]],"transform":{"scale":[0.00016700211684456787,0.00008170229915184385],"translate":[-4.721520785265811,56.13256096445887]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment