@@ -13,6 +13,7 @@ const osApiKey = config.keys.omniscale
1313const mapTilerKey = config . keys . maptiler
1414const thunderforestApiKey = config . keys . thunderforest
1515const kurvigerApiKey = config . keys . kurviger
16+ const tracestrackApiKey = config . keys . tracestrack
1617
1718const osmAttribution =
1819 '© <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a> contributors'
@@ -135,21 +136,14 @@ const tfOutdoors: RasterStyle = {
135136 ', <a href="https://www.thunderforest.com/maps/outdoors/" target="_blank">Thunderforest Outdoors</a>' ,
136137 tilePixelRatio : tilePixelRatio ,
137138}
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' ,
141141 type : 'raster' ,
142142 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
148144 ] ,
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 ,
153147 tilePixelRatio : tilePixelRatio ,
154148}
155149const mapillion : VectorStyle = {
@@ -175,14 +169,14 @@ const wanderreitkarte: RasterStyle = {
175169
176170const styleOptions : StyleOption [ ] = [
177171 omniscale ,
172+ tracestrack ,
178173 osmOrg ,
179174 osmCycl ,
180175 esriSatellite ,
181176 mapTilerSatellite ,
182177 tfTransport ,
183178 tfCycle ,
184179 tfOutdoors ,
185- kurviger ,
186180 mapillion ,
187181 wanderreitkarte ,
188182]
0 commit comments