|
|
@@ -97,8 +97,8 @@ export default Vue.extend({
|
|
|
async mounted () {
|
|
|
const defaultCenter: L.LatLngTuple = [46.71, 1.94]
|
|
|
const defaultZoom: number = 5.5
|
|
|
- const layerSource: string = 'http://{s}.tile.osm.org/{z}/{x}/{y}.png'
|
|
|
- const attribution: string = '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
|
|
|
+ const layerSource: string = 'https://{s}.tile.osm.org/{z}/{x}/{y}.png'
|
|
|
+ const attribution: string = '© <a href="https://osm.org/copyright">OpenStreetMap</a> contributors'
|
|
|
|
|
|
const options: L.MapOptions = { scrollWheelZoom: false, zoomSnap: 0.25 }
|
|
|
|