[GH-ISSUE #24] Display copyright on map view #17

Closed
opened 2026-02-26 21:31:12 +03:00 by kerem · 1 comment
Owner

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

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
kerem closed this issue 2026-02-26 21:31:12 +03:00
Author
Owner

@Trup3s commented on GitHub (Dec 27, 2021):

Thanks for making us aware of this! I will add this to the next version!

<!-- gh-comment-id:1001632155 --> @Trup3s commented on GitHub (Dec 27, 2021): Thanks for making us aware of this! I will add this to the next version!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AirGuard#17
No description provided.