cosmetic changes

This commit is contained in:
rolux 2013-06-02 22:15:55 +02:00
parent 2d0fdae171
commit 064c40461e

View file

@ -214,7 +214,7 @@
@*/
Ox.getXYByLatLng = function(latlng) {
function getValue(value) {
return (value / (2 * Math.PI) + 0.5);
return value / (2 * Math.PI) + 0.5;
}
return {
x: getValue(Ox.rad(latlng.lng)),