We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7826790 commit de12fabCopy full SHA for de12fab
vue/src/views/Snapshot.vue
@@ -367,9 +367,9 @@ export default {
367
});
368
} else if (this.bfsNumber) { // empty municipality
369
this.geojson.coordinates.forEach((polygon) => {
370
- this.map.addLayer(L.polygon(polygon));
+ this.map.addLayer(L.polygon(polygon, { color: '#543076' }));
371
372
- this.map.addLayer(L.mapbox.styleLayer('mapbox://styles/gemeindescan/ck6qnoijj28od1is9u1wbb3vr'));
+ this.map.addLayer(L.mapbox.styleLayer('mapbox://styles/gemeindescan/ck6rp249516tg1iqkmt48o4pz'));
373
}
374
L.control.scale({
375
metric: true,
0 commit comments