We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9937093 commit 24fdaa7Copy full SHA for 24fdaa7
1 file changed
src/components/widgets/LivelihoodZonesMap.vue
@@ -18,7 +18,7 @@
18
)
19
20
small(v-if="disabled") Please wait while loading...
21
- br
+ small(v-else)
22
br
23
24
div(v-if="legends.length > 0")
@@ -305,7 +305,7 @@ export default {
305
that.disabled = false
306
307
console.log(`--loaded vector length: ${features.length} from layer ${e.sourceId}`)
308
- console.log(Array.from(features, (x) => x.properties))
+ // console.log(Array.from(features, (x) => x.properties))
309
310
if (provinceName) {
311
colorCodes = Array.from(features.filter(x => x.properties['ADM2_EN'] === provinceName),
0 commit comments