Skip to content

Commit 401a925

Browse files
committed
remove disfunctional Lyrk layer
1 parent afd1f76 commit 401a925

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/stores/MapOptionsStore.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,6 @@ const mapillion: VectorStyle = {
160160
osmAttribution +
161161
', &copy; <a href="https://mapilion.com/attribution" target="_blank">Mapilion</a> <a href="http://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a>',
162162
}
163-
const lyrk: RasterStyle = {
164-
name: 'Lyrk',
165-
type: 'raster',
166-
url: ['https://tiles.lyrk.org/lr/{z}/{x}/{y}?apikey=6e8cfef737a140e2a58c8122aaa26077'],
167-
attribution: osmAttribution + ', <a href="https://geodienste.lyrk.de/">Lyrk</a>',
168-
maxZoom: 15,
169-
}
170163
const wanderreitkarte: RasterStyle = {
171164
name: 'WanderReitKarte',
172165
type: 'raster',
@@ -191,7 +184,6 @@ const styleOptions: StyleOption[] = [
191184
tfOutdoors,
192185
kurviger,
193186
mapillion,
194-
lyrk,
195187
wanderreitkarte,
196188
]
197189

test/NavBar.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('NavBar', function () {
6666
}
6767
})
6868

69-
testCreateUrl(points, { name: 'my-profile' }, 'Lyrk')
69+
testCreateUrl(points, { name: 'my-profile' }, 'Cyclosm')
7070
})
7171

7272
it('should convert query store state into url params on change including addresses', () => {
@@ -82,7 +82,7 @@ describe('NavBar', function () {
8282
}
8383
})
8484

85-
testCreateUrl(points, { name: 'my-profile' }, 'Lyrk')
85+
testCreateUrl(points, { name: 'my-profile' }, 'Cyclosm')
8686
})
8787

8888
function testCreateUrl(points: QueryPoint[], profile: RoutingProfile, layer: string) {

0 commit comments

Comments
 (0)