virtualarchitectures / node-red-contrib-proj4

A Node-Red node for performing geographic coordinate conversions
MIT License
0 stars 1 forks source link

Handle "TypeError: coordinates must be finite numbers" #2

Closed virtualarchitectures closed 4 years ago

virtualarchitectures commented 4 years ago

The error message "TypeError: coordinates must be finite numbers" typically indicates an issue with the input format and should be handled with check and an informative error message.

virtualarchitectures commented 4 years ago

Added basic error handling with instructions in the node help. Errors can be caught using the Catch Node.