We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f16e7 commit 880b909Copy full SHA for 880b909
1 file changed
src/components/widgets/LivelihoodZonesMap.vue
@@ -123,7 +123,7 @@ export default {
123
124
this.selectedIsland = this.getIslandFromRegion(this.selectedRegion)
125
this.getProvinceOptions()
126
- this.resetMapView()
+ // this.resetMapView()
127
128
// Hide the previous selected region
129
if (this.previousIsland) {
@@ -181,7 +181,7 @@ export default {
181
? this.hardCodedNames[this.selectedProvince]
182
: this.camelCase(this.selectedProvince)
183
184
185
window.MBL.setLayerFilter(`${this.selectedIsland}-layer`, {
186
key: 'ADM2_EN',
187
value: provinceValue
0 commit comments