Add maxzoom capability to layers

This commit is contained in:
Pieter Vander Vennet 2021-03-21 01:36:34 +01:00
parent f0765df5ed
commit 878cb6d47d
5 changed files with 18 additions and 7 deletions

View file

@ -41,7 +41,8 @@
"maxOverlapPercentage": 0,
"name": "test",
"title": "Test",
"minzoom": 0
"minzoom": 0,
"maxzoom": 14
}