diff --git a/frontend/app/shared/components/forms/geolocation-editor.component.ts b/frontend/app/shared/components/forms/geolocation-editor.component.ts index 3fc0d2b0c..3726d551a 100644 --- a/frontend/app/shared/components/forms/geolocation-editor.component.ts +++ b/frontend/app/shared/components/forms/geolocation-editor.component.ts @@ -180,9 +180,9 @@ export class GeolocationEditorComponent extends StatefulControlComponent { this.map = L.map(this.editor.nativeElement).fitWorld(); - L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', + L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', { - attribution: '© OpenStreetMap contributors' + attribution: '© OpenStreetMap contributors' }).addTo(this.map); this.resourceLoader.loadScript('https://cdnjs.cloudflare.com/ajax/libs/perliedman-leaflet-control-geocoder/1.9.0/Control.Geocoder.min.js') @@ -386,4 +386,4 @@ export class GeolocationEditorComponent extends StatefulControlComponent