manuelbieh / geolib

Zero dependency library to provide some basic geo functions
MIT License
4.21k stars 341 forks source link

Make sexagesimalToDecimal() trim whitespace #278

Closed PaulCapron closed 2 years ago

PaulCapron commented 2 years ago

This is for consistency with isSexagesimal(), which trim() (starting & trailing whitespaces) from its input.

Fixes #254.

manuelbieh commented 2 years ago

:tada: This PR is included in version 3.3.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

PaulCapron commented 2 years ago

Super, thanks!