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 d26895f commit f1f6376Copy full SHA for f1f6376
src/components/ValidateProjectTask.vue
@@ -74,8 +74,7 @@ export default defineComponent({
74
return color
75
},
76
maxZoom() {
77
- // return this.project.tileServer.maxZoom ?? 19;
78
- return this.project.tileServer.maxZoom ?? 20
+ return this.project.tileServer.maxZoom ?? 19
79
80
taskFeatures() {
81
const features = new Collection()
0 commit comments