DaylightingSociety / WhereAreTheEyes

Surveillance Detection and Mapping App
https://eyes.daylightingsociety.org
BSD 3-Clause "New" or "Revised" License
230 stars 18 forks source link

Move compas completely in view #18

Closed PanderMusubi closed 7 years ago

PanderMusubi commented 7 years ago

The app only shows 2/3 of the compass. Please move it down so it is completely visible.

milo-trujillo commented 7 years ago

This is an issue on both platforms related to drawing the scorebar over part of the map. Fixing it will involve dynamically resizing the map based on the presence of the scorebar. You are welcome to fix this yourself, it should be a relatively small patch to MainActivity.java on Android and ViewController.m on iOS. Otherwise a fix is planned, but it's low priority.

Until then, if viewing the complete compass is critical to you then you can disable the scorebar in settings.

milo-trujillo commented 7 years ago

Fix is complete for iOS and will be included in the next release. It will probably be fixed for Android by then, too.

milo-trujillo commented 7 years ago

Fix released.