@panoramax/web-viewer 3.2.2-develop-ecfae3f0 → 3.2.2-develop-ebca3b31
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/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/Viewer.js +3 -1
- package/src/translations/eo.json +1 -1
package/package.json
CHANGED
package/src/Viewer.js
CHANGED
|
@@ -286,7 +286,9 @@ class Viewer extends CoreView {
|
|
|
286
286
|
delete this._widgets;
|
|
287
287
|
this._hash.destroy();
|
|
288
288
|
delete this._hash;
|
|
289
|
-
this.map
|
|
289
|
+
if (this.map) {
|
|
290
|
+
this.map.destroy();
|
|
291
|
+
}
|
|
290
292
|
delete this.map;
|
|
291
293
|
delete this._mapFilters;
|
|
292
294
|
this.psv.destroy();
|
package/src/translations/eo.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"copy": "Kopii",
|
|
28
28
|
"copied": "Kopiita",
|
|
29
29
|
"error": "Ni havas problemon…",
|
|
30
|
-
"error_click": "
|
|
30
|
+
"error_click": "Kontinui",
|
|
31
31
|
"error_retry": "Bonvolu reprovi poste",
|
|
32
32
|
"search_address": "Serĉi adreson, urbon…",
|
|
33
33
|
"filters": "Filtriloj",
|