mirror of
https://github.com/proj4js/proj4js.git
synced 2025-12-08 21:25:55 +00:00
The script in this directory can be used to update lib/constants/Datum.js with data from a proj.db file placed in the root of the repository.
After running the script, the formatting needs to be fixed.
A complete command sequence (issued from the root of the repository) would look like this:
npm install sqlite3
node scripts/updateDatums.mjs
npm uninstall sqlite3
npm run format