File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ <h3>File</h3>
138138
139139 < script >
140140 var map = L . map ( 'map' ) . setView ( [ 20 , 37 ] , 2 ) ;
141- L . tileLayer ( 'https://{s}. tile.openstreetmap.org/{z}/{x}/{y}.png' , {
141+ L . tileLayer ( 'https://tile.openstreetmap.org/{z}/{x}/{y}.png' , {
142142 attribution : 'Data © <a href="https://openstreetmap.org/copyright">OpenStreetMap contributors</a>, map rendering <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>'
143143 } ) . addTo ( map ) ;
144144
Original file line number Diff line number Diff line change 103103
104104 < script >
105105 var map = L . map ( 'map' ) . setView ( [ 20 , 37 ] , 2 ) ;
106- L . tileLayer ( 'https://{s}. tile.openstreetmap.org/{z}/{x}/{y}.png' , {
106+ L . tileLayer ( 'https://tile.openstreetmap.org/{z}/{x}/{y}.png' , {
107107 attribution : '© <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>'
108108 } ) . addTo ( map ) ;
109109
You can’t perform that action at this time.
0 commit comments