cosmetic changes
This commit is contained in:
parent
2d0fdae171
commit
064c40461e
1 changed files with 4 additions and 4 deletions
|
@ -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)),
|
||||
|
|
Loading…
Reference in a new issue