@@ -13,6 +13,7 @@ const osApiKey = config.keys.omniscale
13
13
const mapTilerKey = config . keys . maptiler
14
14
const thunderforestApiKey = config . keys . thunderforest
15
15
const kurvigerApiKey = config . keys . kurviger
16
+ const tracestrackApiKey = config . keys . tracestrack
16
17
17
18
const osmAttribution =
18
19
'© <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a> contributors'
@@ -135,21 +136,14 @@ const tfOutdoors: RasterStyle = {
135
136
', <a href="https://www.thunderforest.com/maps/outdoors/" target="_blank">Thunderforest Outdoors</a>' ,
136
137
tilePixelRatio : tilePixelRatio ,
137
138
}
138
- const path = '/raster/styles/kurviger-liberty/{z}/{x}/{y}' + retina2x + '.png?key=' + kurvigerApiKey
139
- const kurviger : RasterStyle = {
140
- name : 'Kurviger Liberty' ,
139
+ const tracestrack : RasterStyle = {
140
+ name : 'Tracestrack' ,
141
141
type : 'raster' ,
142
142
url : [
143
- 'https://a-tiles.mapilion.com' + path ,
144
- 'https://b-tiles.mapilion.com' + path ,
145
- 'https://c-tiles.mapilion.com' + path ,
146
- 'https://d-tiles.mapilion.com' + path ,
147
- 'https://e-tiles.mapilion.com' + path ,
143
+ 'https://tile.tracestrack.com/auto-en/{z}/{x}/{y}.webp?key=' + tracestrackApiKey
148
144
] ,
149
- attribution :
150
- osmAttribution +
151
- ',© <a href="https://kurviger.de/" target="_blank">Kurviger</a> © <a href="https://mapilion.com/attribution" target="_blank">Mapilion</a> <a href="http://www.openmaptiles.org/" target="_blank">© OpenMapTiles</a>' ,
152
- maxZoom : 22 ,
145
+ attribution : osmAttribution + ',© <a href="https://tracestrack.com/" target="_blank">Tracestrack</a>' ,
146
+ maxZoom : 19 ,
153
147
tilePixelRatio : tilePixelRatio ,
154
148
}
155
149
const mapillion : VectorStyle = {
@@ -175,14 +169,14 @@ const wanderreitkarte: RasterStyle = {
175
169
176
170
const styleOptions : StyleOption [ ] = [
177
171
omniscale ,
172
+ tracestrack ,
178
173
osmOrg ,
179
174
osmCycl ,
180
175
esriSatellite ,
181
176
mapTilerSatellite ,
182
177
tfTransport ,
183
178
tfCycle ,
184
179
tfOutdoors ,
185
- kurviger ,
186
180
mapillion ,
187
181
wanderreitkarte ,
188
182
]
0 commit comments