Skip to content

Commit de12fab

Browse files
committed
changes default style for perimeter without snapshot
1 parent 7826790 commit de12fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vue/src/views/Snapshot.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ export default {
367367
});
368368
} else if (this.bfsNumber) { // empty municipality
369369
this.geojson.coordinates.forEach((polygon) => {
370-
this.map.addLayer(L.polygon(polygon));
370+
this.map.addLayer(L.polygon(polygon, { color: '#543076' }));
371371
});
372-
this.map.addLayer(L.mapbox.styleLayer('mapbox://styles/gemeindescan/ck6qnoijj28od1is9u1wbb3vr'));
372+
this.map.addLayer(L.mapbox.styleLayer('mapbox://styles/gemeindescan/ck6rp249516tg1iqkmt48o4pz'));
373373
}
374374
L.control.scale({
375375
metric: true,

0 commit comments

Comments
 (0)