Skip to content

Commit b8dbf8a

Browse files
committed
remove tracestrack as it seems to be no longer maintained and free quota quickly reached
1 parent 6c4f7a2 commit b8dbf8a

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

src/custom.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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[]

src/stores/MapOptionsStore.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const osApiKey = config.keys.omniscale
1313
const mapTilerKey = config.keys.maptiler
1414
const thunderforestApiKey = config.keys.thunderforest
1515
const kurvigerApiKey = config.keys.kurviger
16-
const tracestrackApiKey = config.keys.tracestrack
1716

1817
const osmAttribution =
1918
'&copy; <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 + ',&copy; <a href="https://tracestrack.com/" target="_blank">Tracestrack</a>',
146-
maxZoom: 19,
147-
tilePixelRatio: tilePixelRatio,
148-
}
149138
const mapillion: VectorStyle = {
150139
name: 'Mapilion',
151140
type: 'vector',
@@ -169,7 +158,6 @@ const wanderreitkarte: RasterStyle = {
169158

170159
const styleOptions: StyleOption[] = [
171160
omniscale,
172-
tracestrack,
173161
osmOrg,
174162
osmCycl,
175163
esriSatellite,

0 commit comments

Comments
 (0)