cpietsch / cpietsch/bumpingBorders
Incidents which happen before the entering country are not displayed correctly.
@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)
-
A -> B, incident in B:
Border bumps towards B. A gets bigger. Cell tower in B. -
A -> B, incident in A:
Border bumps towards A. B gets bigger. Cell tower in B. -
B -> A, incident in A:
Border bumps towards A. B gets bigger. Cell tower in A. -
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.