mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #24] Display copyright on map view #17
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guerda on GitHub (Dec 27, 2021).
Original GitHub issue: https://github.com/seemoo-lab/AirGuard/issues/24
The current version from F-Droid is missing a copyright notice from OpenStreetMap. OsmDroid does not seem to display it by default, so a custom one needs to be added.
Here's one option which might work:
//Copyright overlay mCopyrightOverlay = new CopyrightOverlay(context); mMapView.getOverlays().add(this.mCopyrightOverlay);https://stackoverflow.com/a/50968755/32043
The text "© OpenStreetMap contributors" is required by the license.
See https://openstreetmap.org/copyright
https://mobile.twitter.com/OSM_Pontarlier/status/1444744213330022403
@Trup3s commented on GitHub (Dec 27, 2021):
Thanks for making us aware of this! I will add this to the next version!