@geogirafe/lib-geoportal 1.1.0-dev.2594292854 → 1.1.0-dev.2595141271

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
@@ -5,7 +5,7 @@
5
5
  "name": "GeoGirafe PSC",
6
6
  "url": "https://doc.geomapfish.dev"
7
7
  },
8
- "version": "1.1.0-dev.2594292854",
8
+ "version": "1.1.0-dev.2595141271",
9
9
  "type": "module",
10
10
  "engines": {
11
11
  "node": ">=20.19.0"
@@ -372,7 +372,9 @@
372
372
  <p class="descr">
373
373
  Add a layer to the map. The layer name must be defined in the themes.json file. The layer options follow the
374
374
  format defined in the
375
- <a target="_blank" href="https://doc.geogirafe.org/docs/core-concepts/permalink#layers-configuration"
375
+ <a
376
+ target="_blank"
377
+ href="https://doc.geogirafe.org/docs/functionalities and concepts/permalink#layers-configuration"
376
378
  >documentation</a
377
379
  >.
378
380
  </p>
@@ -1 +1 @@
1
- {"version":"1.1.0-dev.2594292854", "build":"2594292854", "date":"11/06/2026"}
1
+ {"version":"1.1.0-dev.2595141271", "build":"2595141271", "date":"11/06/2026"}
@@ -58,15 +58,7 @@ export default defineConfig(({ command, mode }) => {
58
58
  key: readFileSync(`${certsDirectory}/app.localhost.key.pem`),
59
59
  cert: readFileSync(`${certsDirectory}/app.localhost.cert.pem`)
60
60
  }
61
- : false,
62
- // To be able to see Images locally and resolve clickable Links correctly
63
- proxy: {
64
- '^/file_proxy/.*': {
65
- target: "https://map.geo.bs.ch/file_proxy/",
66
- changeOrigin: true,
67
- rewrite: (path) => path.replace(/^\/file_proxy/, '')
68
- }
69
- }
61
+ : false
70
62
  },
71
63
  build: {
72
64
  outDir: 'dist/app',
@@ -135,7 +127,7 @@ export default defineConfig(({ command, mode }) => {
135
127
  { src: 'node_modules/ol/ol.css', dest: 'lib/ol/' },
136
128
  { src: 'node_modules/tabulator-tables/dist/css/tabulator.min.css', dest: 'lib/tabulator-tables/' },
137
129
  { src: 'node_modules/tippy.js/dist/*.css', dest: 'lib/tippy.js/' },
138
- { src: 'node_modules/vanilla-picker/dist/*.css', dest: 'lib/vanilla-picker/' },
130
+ { src: 'node_modules/vanilla-picker/dist/*.css', dest: 'lib/vanilla-picker/' }
139
131
  ]
140
132
  }),
141
133
  InlineTemplatesPlugin(),