Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 477 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 477 Bytes

Georeferencing Calculator

New generation Javascript-based Georeferencing Calculator

The properties.js file is encoded as ANSI for distribution in case the package is downloaded and run locally on Mac or PC. This is fine, but when installing the calculator on a unix system, the file should be re-encoded by doing the following:

iconv -f cp1252 -t utf8 properties.js --output propertiesutf8.js

then

mv properties.js properties.orig.js mv propertiesutf8.js properties.js