formatcoords
formatcoords copied to clipboard
Bad parsing when lat/lon equal zero
Due to this test https://github.com/nerik/formatcoords/blob/master/index.js#L7 formatcoords({lat: 0, lng: 0 }) produces NaN values.
Fixed in #8 .