[marble] [Bug 396646] Option to hide "NASA/Public domain" label
Friedrich W. H. Kossebau
bugzilla_noreply at kde.org
Thu Aug 2 21:40:50 BST 2018
https://bugs.kde.org/show_bug.cgi?id=396646
--- Comment #2 from Friedrich W. H. Kossebau <kossebau at kde.org> ---
Here the trace:
the applet (
https://cgit.kde.org/marble.git/tree/src/plasma/applets/worldclock/package/contents/ui/main.qml
) uses the map theme "earth/bluemarble/bluemarble.dgml" (
https://cgit.kde.org/marble.git/tree/data/maps/earth/bluemarble/bluemarble.dgml
).
That one has an entry
<license short="NASA / Public Domain">Source: NASA Goddard Space Flight Center
Earth Observatory http://earthobservatory.nasa.gov/Newsroom/BlueMarble,
License: Public Domain</license>
So given this is Public Domain, possibly the note does not need to be displayed
indeed.
Just, the current QML API of the Marble QtQuick item does not expose a property
to control the display, compare the "// TODO: showCredit: false" (
https://cgit.kde.org/marble.git/tree/src/plasma/applets/worldclock/package/contents/ui/main.qml#n89
).
So this needs someone to implement that property and remove the comment :)
No time myself these month, also not right now not active in the Marble
project, but might be a nice Junior Job for someone to contribute themselves.
Should be a copy&paste job to a large degree.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Marble-bugs
mailing list