open-pv / website

Simulating the solar potential of your building :sunny:
https://www.openpv.de/
GNU Affero General Public License v3.0
5 stars 0 forks source link

Is our `license information` on mobile device allowed? #328

Open FlorianK13 opened 2 weeks ago

FlorianK13 commented 2 weeks ago

Right now we show a button to the license information in our frontend for touch devices that opens a popup. Is this allowed? Or do we need to show some license information directly on the map?

khdlr commented 1 week ago

Maplibre has a "compact" attribution mode, where the popup is shown on the first page load, but collapsed to a smaller icon upon user interaction with the map (https://maplibre.org/maplibre-gl-js/docs/API/type-aliases/AttributionControlOptions/). Might be a good solution for us as well?