can't store points at extreme edges in geo index

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • 1.9.0
    • Affects Version/s: None
    • Component/s: Geo
    • None
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      These work and are correct:

      PRINT(Point(180-g._error,180-g._error).hash(&g).toString());
      PRINT(Point(-180+g._error,-180+g._error).hash(&g).toString());

      Works but incorrect ("00000...')
      PRINT(Point(180,180).hash(&g).toString());

      Asserts:
      PRINT(Point(-180,-180).hash(&g).toString());

            Assignee:
            Unassigned
            Reporter:
            Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: