ClemRz / TWCC

The World Coordinate Converter
http://twcc.free.fr
GNU Affero General Public License v3.0
19 stars 8 forks source link

Conversion from w3w to w3w does not work #18

Closed ClemRz closed 10 years ago

ClemRz commented 10 years ago

Converting what3words "moral.consumed.logo" to what3words returns "0", expecting "moral.consumed.logo".

ClemRz commented 10 years ago

Inconsistent: converter.class.js 516: if (projSource.srsCode == projDest.srsCode) { why this shouldn't be checked before converting to WGS84? Does that has something to do with history? What follows may be the reason why w3w <-> w3w does not work: 517: pointDest = pointSource.clone();