@abi-software/flatmap-viewer 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.rst +1 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/README.rst
CHANGED
|
@@ -38,7 +38,7 @@ The map server endpoint is specified as ``MAP_ENDPOINT`` in ``src/main.js``. It
|
|
|
38
38
|
Package Installation
|
|
39
39
|
====================
|
|
40
40
|
|
|
41
|
-
* ``npm install @abi-software/flatmap-viewer@3.1.
|
|
41
|
+
* ``npm install @abi-software/flatmap-viewer@3.1.1``
|
|
42
42
|
|
|
43
43
|
Documentation
|
|
44
44
|
-------------
|
package/dist/index.js
CHANGED
|
@@ -92900,7 +92900,8 @@ class iEt {
|
|
|
92900
92900
|
}
|
|
92901
92901
|
const o = {
|
|
92902
92902
|
style: n.style,
|
|
92903
|
-
container: t
|
|
92903
|
+
container: t,
|
|
92904
|
+
attributionControl: !1
|
|
92904
92905
|
};
|
|
92905
92906
|
"maxZoom" in n.options && (o.maxZoom = n.options.maxZoom), "minZoom" in n.options && (o.minZoom = n.options.minZoom), o.hash = n.options.debug === !0, "bounds" in n.options && (o.bounds = n.options.bounds), this._map = new s2.Map(o), n.options.debug === !0 && (this._map.showTileBoundaries = !0, this._map.showCollisionBoxes = !0), this._map.setRenderWorldCopies(!1), this._userInteractions = null, this._initialState = null, this._map.on("idle", () => {
|
|
92906
92907
|
if (xt(this, Z3) === -1)
|