Skip to content

Commit 1fa351e

Browse files
authored
Merge pull request #224 from Dataport/fix/order-of-layers
Change order of layers to fix overlapping layers
2 parents bcb706b + 4f8eb0b commit 1fa351e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/clients/snowbox/src/mapConfiguration.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,17 +236,17 @@ export const mapConfiguration = {
236236
type: 'mask',
237237
name: 'snowbox.layers.rapid',
238238
},
239-
{
240-
id: reports,
241-
type: 'mask',
242-
name: 'snowbox.layers.reports',
243-
},
244239
{
245240
id: ausgleichsflaechen,
246241
type: 'mask',
247242
name: 'snowbox.layers.ausgleichsflaechen',
248243
styleId: 'panda',
249244
},
245+
{
246+
id: reports,
247+
type: 'mask',
248+
name: 'snowbox.layers.reports',
249+
},
250250
{
251251
id: hamburgBorder,
252252
visibility: true,

0 commit comments

Comments
 (0)