@panoramax/web-viewer 3.1.1-develop-e68add67 → 3.1.1-develop-685fe6dd

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoramax/web-viewer",
3
- "version": "3.1.1-develop-e68add67",
3
+ "version": "3.1.1-develop-685fe6dd",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "build/index.js",
6
6
  "author": "Panoramax team",
@@ -679,7 +679,8 @@ export default class Map extends maplibregl.Map {
679
679
  }
680
680
  }
681
681
  else {
682
- this._picPopup.setHTML(`<i>${this._parent._t.map.no_thumbnail}</i>`);
682
+ this._picPopup.remove();
683
+ //this._picPopup.setHTML(`<i>${this._parent._t.map.no_thumbnail}</i>`);
683
684
  }
684
685
  }
685
686
  };
@@ -169,7 +169,6 @@
169
169
  },
170
170
  "map": {
171
171
  "thumbnail": "Vorschau des marktierten Fotos",
172
- "no_thumbnail": "Keine Vorschau",
173
172
  "not_public": "Nicht öffentlich sichtbar",
174
173
  "loading": "Laden…",
175
174
  "slow_loading": "Die Karte wird nur langsam geladen und könnte fehlerhaft erscheinen"
@@ -172,7 +172,6 @@
172
172
  "map": {
173
173
  "loading": "Loading…",
174
174
  "thumbnail": "Thumbnail of hovered picture",
175
- "no_thumbnail": "No thumbnail",
176
175
  "not_public": "Not publicly visible",
177
176
  "slow_loading": "Map is slow to load and could appear broken"
178
177
  }
@@ -170,7 +170,6 @@
170
170
  "map": {
171
171
  "loading": "Cargando…",
172
172
  "thumbnail": "Vista previa de la imagen bajo el cursor",
173
- "no_thumbnail": "No hay vista previa",
174
173
  "not_public": "No es visible públicamente",
175
174
  "slow_loading": "La mapa tarda mucho en cargarse y puede parecer rota"
176
175
  }
@@ -172,7 +172,6 @@
172
172
  "map": {
173
173
  "loading": "Chargement…",
174
174
  "thumbnail": "Miniature de la photo survolée",
175
- "no_thumbnail": "Pas de miniature",
176
175
  "not_public": "Masqué au public",
177
176
  "slow_loading": "La carte est longue à charger et pourrait apparaître cassée"
178
177
  }
@@ -167,7 +167,6 @@
167
167
  "map": {
168
168
  "loading": "Betöltés…",
169
169
  "thumbnail": "A kurzor alatti kép bélyegképe",
170
- "no_thumbnail": "Nincs bélyegkép",
171
170
  "not_public": "Nem látható nyilvánosan",
172
171
  "slow_loading": "A térkép lassan töltődik be, és lehet, hogy lerobbant"
173
172
  },
@@ -164,7 +164,6 @@
164
164
  },
165
165
  "map": {
166
166
  "loading": "正在載入…",
167
- "no_thumbnail": "沒有縮圖",
168
167
  "not_public": "未公開顯示",
169
168
  "thumbnail": "遊標懸停相片的縮圖",
170
169
  "slow_loading": "地圖載入速度緩慢而且可能出現損壞"