virtualarchitectures / node-red-contrib-proj4

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

Enable user to specify their own Coordinate Reference System #4

Closed virtualarchitectures closed 4 years ago

virtualarchitectures commented 4 years ago

Users may want to convert between a wider range of coordinate projection systems than those provided by default. Add a mechanism for users to specify their own CRS to convert from and to.

virtualarchitectures commented 4 years ago

Added dynamic dropdown for selecting projection definition method to HTML (EPSG Code or Proj/WKT string). Updated Javascript to process proj strings.

ToDo:

virtualarchitectures commented 4 years ago

Updated documentation. Will consider validation and error handling for next release. Updated version to 1.0.0/ Pull request submitted and merged to Master.