@panoramax/web-viewer 3.2.1-develop-189fbe63 → 3.2.1-develop-e904bbd4

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.2.1-develop-189fbe63",
3
+ "version": "3.2.1-develop-e904bbd4",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "build/index.js",
6
6
  "author": "Panoramax team",
@@ -1020,9 +1020,9 @@ export default class Widgets {
1020
1020
  </div>
1021
1021
  <h4>${fat(faImage)} ${this._t.gvs.filter_picture}</h4>
1022
1022
  <div class="gvs-input-group gvs-checkbox-btns" style="justify-content: center;">
1023
- <input type="checkbox" id="gvs-filter-type-flat" name="flat" checked />
1023
+ <input type="checkbox" id="gvs-filter-type-flat" name="flat" />
1024
1024
  <label for="gvs-filter-type-flat">${fat(faImage)} ${this._t.gvs.picture_flat}</label>
1025
- <input type="checkbox" id="gvs-filter-type-360" name="360" checked />
1025
+ <input type="checkbox" id="gvs-filter-type-360" name="360" />
1026
1026
  <label for="gvs-filter-type-360">${fat(faPanorama)} ${this._t.gvs.picture_360}</label>
1027
1027
  </div>
1028
1028
  </form>