Skip to content

Commit f1f6376

Browse files
committed
fix: set default max zoom to 19
1 parent d26895f commit f1f6376

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/ValidateProjectTask.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ export default defineComponent({
7474
return color
7575
},
7676
maxZoom() {
77-
// return this.project.tileServer.maxZoom ?? 19;
78-
return this.project.tileServer.maxZoom ?? 20
77+
return this.project.tileServer.maxZoom ?? 19
7978
},
8079
taskFeatures() {
8180
const features = new Collection()

0 commit comments

Comments
 (0)