var newXmin = minX + mapXChange;
where the respective values equal: minX = 392362.036001 and mapXChange = -7110.230129734288
alert(newXmin);
gives the alert box saying "392362.036001-7110.230129734288", any reason why it does it not show the evaluated value i.e. 385251.8059?
I tried testing out the code independantly with just them two varoables and it seems to work fine, but in my program it does'nt?
where the respective values equal: minX = 392362.036001 and mapXChange = -7110.230129734288
alert(newXmin);
gives the alert box saying "392362.036001-7110.230129734288", any reason why it does it not show the evaluated value i.e. 385251.8059?
I tried testing out the code independantly with just them two varoables and it seems to work fine, but in my program it does'nt?