@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/CHANGELOG.md +1 -0
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Map.js +2 -1
- package/src/translations/de.json +0 -1
- package/src/translations/en.json +0 -1
- package/src/translations/es.json +0 -1
- package/src/translations/fr.json +0 -1
- package/src/translations/hu.json +0 -1
- package/src/translations/zh_Hant.json +0 -1
package/package.json
CHANGED
package/src/components/Map.js
CHANGED
|
@@ -679,7 +679,8 @@ export default class Map extends maplibregl.Map {
|
|
|
679
679
|
}
|
|
680
680
|
}
|
|
681
681
|
else {
|
|
682
|
-
this._picPopup.
|
|
682
|
+
this._picPopup.remove();
|
|
683
|
+
//this._picPopup.setHTML(`<i>${this._parent._t.map.no_thumbnail}</i>`);
|
|
683
684
|
}
|
|
684
685
|
}
|
|
685
686
|
};
|
package/src/translations/de.json
CHANGED
|
@@ -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"
|
package/src/translations/en.json
CHANGED
package/src/translations/es.json
CHANGED
|
@@ -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
|
}
|
package/src/translations/fr.json
CHANGED
|
@@ -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
|
}
|
package/src/translations/hu.json
CHANGED
|
@@ -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
|
},
|