From 7840816e58db63c21aa13161cd48e2a617851c54 Mon Sep 17 00:00:00 2001 From: neveldo Date: Sun, 14 Dec 2014 22:41:24 +0100 Subject: [PATCH] Fixed thailand map size --- thailand/thailand.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thailand/thailand.js b/thailand/thailand.js index 56d998fb0..5fe444091 100644 --- a/thailand/thailand.js +++ b/thailand/thailand.js @@ -13,8 +13,8 @@ { maps : { thailand : { - width : 800.0, - height : 600.0, + width : 900.0, + height : 1640.0, getCoords : function (lat, lon) { /*Begin Convert latitude,longitude to x,y*/ var xfactor = 10842593.562843978;