forked from 0x2620/oxjs
fix Ox.isEqual(-0, +0), update tests
This commit is contained in:
parent
8612218011
commit
45942cc3f2
2 changed files with 6 additions and 4 deletions
|
|
@ -142,7 +142,7 @@
|
|||
/*@
|
||||
Ox.getLatLngByXY <f> Returns lat/lng for a given x/y on a 1x1 mercator projection
|
||||
> Ox.getLatLngByXY({x: 0.5, y: 0.5})
|
||||
{lat: 0, lng: 0}
|
||||
{lat: -0, lng: 0}
|
||||
@*/
|
||||
Ox.getLatLngByXY = function(xy) {
|
||||
function getValue(value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue