formatcoords icon indicating copy to clipboard operation
formatcoords copied to clipboard

Bad parsing when lat/lon equal zero

Open claustres opened this issue 6 years ago • 1 comments

Due to this test https://github.com/nerik/formatcoords/blob/master/index.js#L7 formatcoords({lat: 0, lng: 0 }) produces NaN values.

claustres avatar Apr 08 '19 21:04 claustres

Fixed in #8 .

plepe avatar Feb 07 '20 21:02 plepe