js: maplibre protocol has option to throw on missing tile [#321] (#505)

* js: maplibre protocol has option to throw on missing tile [#321]

* js: update docs copy for errorOnMissingTile

* js: 4.1.0
This commit is contained in:
Brandon Liu
2024-12-15 16:49:56 +08:00
committed by GitHub
parent 5b075048cc
commit 9a53ed8495
8 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
4.1.0
* MapLibre `Protocol` constructor takes `errorOnMissingTile` option. [#505]
- Use this only for parity with the overzooming behavior of ZXY tile APIs.
4.0.1
* fix iife build via esbuild configuration for fflate browser dependency