Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
# Local Docker volumes
/volumes/


/public2
Empty file modified api/scripts/wait_db.sh
100755 → 100644
Empty file.
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ services:
titiler:
image: swissgeol-viewer-app/titiler:local
build:
context: ./titiler
dockerfile: Dockerfile
context: ./titiler
dockerfile: Dockerfile
ports:
- "8481:8000"
- "8481:8000"
environment:
TITILER_API_DEBUG: "1"
TITILER_API_DEBUG: "1"
volumes:
- ./titiler:/app:ro
- ./titiler:/app:ro
mem_limit: 10g
cpus: 2

Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

8 changes: 4 additions & 4 deletions ui/locales/app/app.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@
"lyr_top_upper_malm_label": "Top Oberer Malm",
"lyr_top_usm_label": "Top Untere Süsswassermolasse",
"lyr_unconsolidated_rocks_label": "Lockergesteine",
"lyr_voxel_aaretal_litho_label": "Aaretal: Modelliereinheit",
"lyr_voxel_aaretal_mod-units_label": "Aaretal: Modelliereinheit",
"lyr_voxel_aaretal_logk_label": "Aaretal: Hydraulische Leitfähigkeit",
"lyr_voxel_birrfeld_litho_label": "Birrfeld: Modelliereinheit",
"lyr_voxel_birrfeld_mod-units_label": "Birrfeld: Modelliereinheit",
"lyr_voxel_birrfeld_logk_label": "Birrfeld: Hydraulische Leitfähigkeit",
"lyr_voxel_geneva_litho_label": "Genf: Modelliereinheit",
"lyr_voxel_geneva_mod-units_label": "Genf: Modelliereinheit",
"lyr_voxel_geneva_logk_label": "Genf: Hydraulische Leitfähigkeit",
"lyr_voxel_visp_litho_label": "Visp: Modelliereinheit",
"lyr_voxel_visp_mod-units_label": "Visp: Modelliereinheit",
"lyr_voxel_visp_logk_label": "Visp: Hydraulische Leitfähigkeit",
"lyr_voxel_rheintal_klasse_label": "St.Galler Rheintal: Durchlässigkeit",
"lyr_water_tunnel_label": "Unterirdische Wassertunnel",
Expand Down
8 changes: 4 additions & 4 deletions ui/locales/app/app.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@
"lyr_top_upper_malm_label": "Top Upper Malm",
"lyr_top_usm_label": "Top Lower Freshwater Molasse",
"lyr_unconsolidated_rocks_label": "Unconsolidated rocks",
"lyr_voxel_aaretal_litho_label": "Aaretal: Modelling Unit",
"lyr_voxel_aaretal_mod-units_label": "Aaretal: Modelling Unit",
"lyr_voxel_aaretal_logk_label": "Aaretal: Hydraulic conductivity",
"lyr_voxel_birrfeld_litho_label": "Birrfeld: Modelling Unit",
"lyr_voxel_birrfeld_mod-units_label": "Birrfeld: Modelling Unit",
"lyr_voxel_birrfeld_logk_label": "Birrfeld: Hydraulic conductivity",
"lyr_voxel_geneva_litho_label": "Geneva: Modelling Unit",
"lyr_voxel_geneva_mod-units_label": "Geneva: Modelling Unit",
"lyr_voxel_geneva_logk_label": "Geneva: Hydraulic conductivity",
"lyr_voxel_visp_litho_label": "Visp: Modelling Unit",
"lyr_voxel_visp_mod-units_label": "Visp: Modelling Unit",
"lyr_voxel_visp_logk_label": "Visp: Hydraulic conductivity",
"lyr_voxel_rheintal_klasse_label": "St.Galler Rheintal: Permeability ",
"lyr_water_tunnel_label": "Underground water tunnel",
Expand Down
8 changes: 4 additions & 4 deletions ui/locales/app/app.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@
"lyr_top_upper_malm_label": "Toit du Malm supérieur",
"lyr_top_usm_label": "Toit de la Molasse d'eau douce inférieure",
"lyr_unconsolidated_rocks_label": "Roches non consolidées",
"lyr_voxel_aaretal_litho_label": "Vallée de l'Aar: Lithologie",
"lyr_voxel_aaretal_mod-units_label": "Vallée de l'Aar: Lithologie",
"lyr_voxel_aaretal_logk_label": "Vallée de l'Aar: Conductivité hydraulique",
"lyr_voxel_birrfeld_litho_label": "Birrfeld: Lithologie",
"lyr_voxel_birrfeld_mod-units_label": "Birrfeld: Lithologie",
"lyr_voxel_birrfeld_logk_label": "Birrfeld: Conductivité hydraulique",
"lyr_voxel_geneva_litho_label": "Genève: Lithologie",
"lyr_voxel_geneva_mod-units_label": "Genève: Lithologie",
"lyr_voxel_geneva_logk_label": "Genève: Conductivité hydraulique",
"lyr_voxel_visp_litho_label": "Visp: Lithologie",
"lyr_voxel_visp_mod-units_label": "Visp: Lithologie",
"lyr_voxel_visp_logk_label": "Visp: Conductivité hydraulique",
"lyr_voxel_rheintal_klasse_label": "St.Galler Rheintal: Perméabilité",
"lyr_water_tunnel_label": "Tunnel d'eau souterrain",
Expand Down
8 changes: 4 additions & 4 deletions ui/locales/app/app.it.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@
"lyr_top_upper_malm_label": "Tetto del Malm superiore",
"lyr_top_usm_label": "Tetto della Molassa d'acqua dolce inferiore",
"lyr_unconsolidated_rocks_label": "Rocce non consolidate",
"lyr_voxel_aaretal_litho_label": "Valle dell'Aare: Litologia",
"lyr_voxel_aaretal_mod-units_label": "Valle dell'Aare: Litologia",
"lyr_voxel_aaretal_logk_label": "Valle dell'Aare: Conducibilità idraulica",
"lyr_voxel_birrfeld_litho_label": "Birrfeld: Litologia",
"lyr_voxel_birrfeld_mod-units_label": "Birrfeld: Litologia",
"lyr_voxel_birrfeld_logk_label": "Birrfeld: Conducibilità idraulica",
"lyr_voxel_geneva_litho_label": "Ginevra: Litologia",
"lyr_voxel_geneva_mod-units_label": "Ginevra: Litologia",
"lyr_voxel_geneva_logk_label": "Ginevra: Conducibilità idraulica",
"lyr_voxel_visp_litho_label": "Visp: Litologia",
"lyr_voxel_visp_mod-units_label": "Visp: Litologia",
"lyr_voxel_visp_logk_label": "Visp: Conducibilità idraulica",
"lyr_voxel_rheintal_klasse_label": "St.Galler Rheintal: Permeabilità",
"lyr_water_tunnel_label": "Condotta idrica sotterranea",
Expand Down
Loading
Loading