136 iconSize: [16, 16], |
136 iconSize: [16, 16], |
137 iconAnchor: [8, 8], |
137 iconAnchor: [8, 8], |
138 popupAnchor: [-3, -76], |
138 popupAnchor: [-3, -76], |
139 }); |
139 }); |
140 L.tileLayer( |
140 L.tileLayer( |
141 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', |
141 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', |
142 //'http://tiles.kartat.kapsi.fi/taustakartta/{z}/{x}/{y}.jpg', |
142 //'http://tiles.kartat.kapsi.fi/taustakartta/{z}/{x}/{y}.jpg', |
143 { |
143 { |
144 attribution: 'Map data © <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors', |
144 attribution: 'Map data © <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors', |
145 maxZoom: 18, |
145 maxZoom: 18, |
146 } |
146 } |