File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ declare module 'config' {
1818 maptiler : string
1919 thunderforest : string
2020 kurviger : string
21- tracestrack : string
2221 }
2322 const request : {
2423 details : string [ ]
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ 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
1716
1817const osmAttribution =
1918 '© <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a> contributors'
@@ -136,16 +135,6 @@ const tfOutdoors: RasterStyle = {
136135 ', <a href="https://www.thunderforest.com/maps/outdoors/" target="_blank">Thunderforest Outdoors</a>' ,
137136 tilePixelRatio : tilePixelRatio ,
138137}
139- const tracestrack : RasterStyle = {
140- name : 'Tracestrack' ,
141- type : 'raster' ,
142- url : [
143- 'https://tile.tracestrack.com/auto-en/{z}/{x}/{y}.webp?key=' + tracestrackApiKey
144- ] ,
145- attribution : osmAttribution + ',© <a href="https://tracestrack.com/" target="_blank">Tracestrack</a>' ,
146- maxZoom : 19 ,
147- tilePixelRatio : tilePixelRatio ,
148- }
149138const mapillion : VectorStyle = {
150139 name : 'Mapilion' ,
151140 type : 'vector' ,
@@ -169,7 +158,6 @@ const wanderreitkarte: RasterStyle = {
169158
170159const styleOptions : StyleOption [ ] = [
171160 omniscale ,
172- tracestrack ,
173161 osmOrg ,
174162 osmCycl ,
175163 esriSatellite ,
You can’t perform that action at this time.
0 commit comments