• Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • None
    • SIMPLY S9 April 27 - May 11, SIMPLY S10 May 11 - May 25, SIMPLY S13 June 22 - July 6, SIMPLY S14 July 6 - July 20, SIMPLY S15 July 20 - Aug 3, SIMPLY S20 Sep 28 - Oct 12

      Some branches of the decision tree in the search algorithm rely on having a location for the user. That location can be determined in several ways:

      • Supplied as a URL parameter, _location
      • Derived from the originating request's IP address
      • Supplied from some additional, arbitrary source in code

      And may be expressed in several different formats:

      • As a comma separated string of latitude and longitude float values
      • As a string in Well Known Text format
      • As a string in Extended Well Known Text format
      • As a 2-tuple of latitude and longitude
      • As a 3-tuple of latitude, longitude, and spatial reference id

      It will be useful and more maintainable if most of our code has a known object type it can rely on, that parses and normalizes the various inbound sources/formats during instantiation.

            NickBallenger Nick Ballenger (Inactive)
            NickBallenger Nick Ballenger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: