@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 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.0``
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/flatmap-viewer",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Flatmap viewer using Maplibre GL",
5
5
  "repository": {
6
6
  "type": "git",