@@ -38,31 +38,31 @@ struct TileProvider
38
38
39
39
const TileProvider osmStandard = {
40
40
" OSM Standard" ,
41
- " https ://tile.openstreetmap.org/{z}/{x}/{y}.png" ,
41
+ " http ://tile.openstreetmap.org/{z}/{x}/{y}.png" ,
42
42
" © OpenStreetMap contributors" ,
43
43
false ,
44
44
" " ,
45
45
19 , 0 , 256 };
46
46
47
47
const TileProvider ThunderTransportDark256 = {
48
48
" Thunderforest Transport Dark 256px" ,
49
- " https ://tile.thunderforest.com/transport-dark/{z}/{x}/{y}.png?apikey={apiKey}" ,
49
+ " http ://tile.thunderforest.com/transport-dark/{z}/{x}/{y}.png?apikey={apiKey}" ,
50
50
" © Thunderforest, OpenStreetMap contributors" ,
51
51
true ,
52
52
" YOUR_THUNDERFOREST_KEY" ,
53
53
22 , 0 , 256 };
54
54
55
55
const TileProvider ThunderForestCycle512 = {
56
56
" Thunderforest Cycle 512px" ,
57
- " https ://tile.thunderforest.com/cycle/{z}/{x}/{y}@2x.png?apikey={apiKey}" ,
57
+ " http ://tile.thunderforest.com/cycle/{z}/{x}/{y}@2x.png?apikey={apiKey}" ,
58
58
" © Thunderforest, OpenStreetMap contributors" ,
59
59
true ,
60
60
" YOUR_THUNDERFOREST_KEY" ,
61
61
22 , 0 , 512 };
62
62
63
63
const TileProvider ThunderForestCycle256 = {
64
64
" Thunderforest Cycle 256px" ,
65
- " https ://tile.thunderforest.com/cycle/{z}/{x}/{y}.png?apikey={apiKey}" ,
65
+ " http ://tile.thunderforest.com/cycle/{z}/{x}/{y}.png?apikey={apiKey}" ,
66
66
" © Thunderforest, OpenStreetMap contributors" ,
67
67
true ,
68
68
" YOUR_THUNDERFOREST_KEY" ,
0 commit comments