cpietsch / cpietsch/bumpingBorders

Incidents which happen before the entering country are not displayed correctly.

Open
#6 1 comment 0 reactions 1 assignee View on GitHub

@tillnagel is already working on this.

Since Aug 7, 2012.

Dominant language
JavaScript
Stars
5
Forks
3
PR merge metrics
No merged PRs in 30d

Description

The center of the cell tower marker should be on the apex of the incident in the direction of the entering country.

There are four incident types (with the cell tower always in toCountry)

  1. A -> B, incident in B:
    Border bumps towards B. A gets bigger. Cell tower in B.

  2. A -> B, incident in A:
    Border bumps towards A. B gets bigger. Cell tower in B.

  3. B -> A, incident in A:
    Border bumps towards A. B gets bigger. Cell tower in A.

  4. B -> A, incident in B:
    Border bumps towards B. A gets bigger. Cell tower in A.

At the moment, 2) and 4) do not work.
This cannot be solved mathematically. We need the actual country of the incident location.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.