soiz1 commited on
Commit
372d371
·
verified ·
1 Parent(s): 48d63a0

Update src/addons/addons/custom-zoom/_manifest_entry.js

Browse files
src/addons/addons/custom-zoom/_manifest_entry.js CHANGED
@@ -29,7 +29,7 @@ const manifest = {
29
  "id": "maxZoom",
30
  "type": "integer",
31
  "min": 100,
32
- "default": 300,
33
  "max": 500
34
  },
35
  {
@@ -38,7 +38,7 @@ const manifest = {
38
  "id": "minZoom",
39
  "type": "integer",
40
  "min": 1,
41
- "default": 30,
42
  "max": 100
43
  },
44
  {
 
29
  "id": "maxZoom",
30
  "type": "integer",
31
  "min": 100,
32
+ "default": 500,
33
  "max": 500
34
  },
35
  {
 
38
  "id": "minZoom",
39
  "type": "integer",
40
  "min": 1,
41
+ "default": 1,
42
  "max": 100
43
  },
44
  {