Throw a byte-saving AssertionError

This commit is contained in:
Tim Schaub
2017-04-13 06:37:42 -06:00
parent 4a9114cd4e
commit 6604172c1c
2 changed files with 6 additions and 1 deletions

View File

@@ -220,3 +220,7 @@ The `{-y}` placeholder requires a tile grid with extent.
### 57
At least 2 conditions are required.
### 58
Duplicate item added to a unique collection. For example, it may be that you tried to add the same layer to a map twice. Check for calls to `map.addLayer()` or other places where the map's layer collection is modified.