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' {
18
18
maptiler : string
19
19
thunderforest : string
20
20
kurviger : string
21
- tracestrack : string
22
21
}
23
22
const request : {
24
23
details : string [ ]
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ 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
17
16
18
17
const osmAttribution =
19
18
'© <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a> contributors'
@@ -136,16 +135,6 @@ const tfOutdoors: RasterStyle = {
136
135
', <a href="https://www.thunderforest.com/maps/outdoors/" target="_blank">Thunderforest Outdoors</a>' ,
137
136
tilePixelRatio : tilePixelRatio ,
138
137
}
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
- }
149
138
const mapillion : VectorStyle = {
150
139
name : 'Mapilion' ,
151
140
type : 'vector' ,
@@ -169,7 +158,6 @@ const wanderreitkarte: RasterStyle = {
169
158
170
159
const styleOptions : StyleOption [ ] = [
171
160
omniscale ,
172
- tracestrack ,
173
161
osmOrg ,
174
162
osmCycl ,
175
163
esriSatellite ,
You can’t perform that action at this time.
0 commit comments