Skip to content

Return closest outflow point to user's input location and display #15

Description

@NolanChan

First things first, we need to implement the naive solution:

  1. Looping through all points
  2. Calculating the Euclidean distance for each outflow point
  3. Determine the minimum distance point

Once we have that point, we need to make a pop-up notifying the user at that location using JS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions