thomersch / openstreetmap-calendar

osmcal, a Collaborative Calendar for OpenStreetMap-related Events
https://osmcal.org
Apache License 2.0
33 stars 9 forks source link

Change map attribution link to HTTPS #90

Closed danieldegroot2 closed 2 years ago

danieldegroot2 commented 2 years ago

Change from http://www.openstreetmap.org/copyright to https://www.openstreetmap.org/copyright

image

thomersch commented 2 years ago

Sure, makes sense.

This comes from django-leaflet. We can override this locally in osmcal, but probably it'd make sense to fix it there directly: https://github.com/makinacorpus/django-leaflet/blob/b9ed86fc457ca0861717a780d784f0735de4c26c/leaflet/__init__.py#L13

Maybe you could open an issue over there?

danieldegroot2 commented 2 years ago

PR has been merged, should eventually be fixed.

thomersch commented 2 years ago

Great, thanks!