From 283faa1479cb0a640ab7055bced6aafea0416835 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Fri, 27 Dec 2019 13:48:01 -0500 Subject: unified socket.fetch coord notation --- socket.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/socket.js b/socket.js index e819e17..524312e 100644 --- a/socket.js +++ b/socket.js @@ -46,10 +46,10 @@ class Socket extends retryws { } }); - this.fetch = function(coords){ //coords is a list of quadruplets, each a min/max pair of y/x coordinate pairs which describes at most 1000 tiles + this.fetch = function(coords){ //coords is a list of min/max pairs of y/x coordinate pairs which each describe at most 1000 tiles //Unchecked for speed for (var i=0; i