TWKB / Specification

An effort to come up with a compressed binary vector geometry specification
86 stars 10 forks source link

Fix formula for converting from double to integer #20

Closed rouault closed 9 years ago

rouault commented 9 years ago

For example, let's say the doublecoord is 1.2345673 and the precision is 7 then the integer should be 1234567

nicklasaven commented 9 years ago

Thanks!