Skip to content

Commit

Permalink
Merge pull request #2 from Aquaveo/adding-maplibre
Browse files Browse the repository at this point in the history
Migrating to MapLibre
  • Loading branch information
romer8 authored Nov 15, 2024
2 parents f653ddf + 4e6b8cb commit 7240372
Show file tree
Hide file tree
Showing 42 changed files with 8,585 additions and 1,717 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ services.yml
node_modules*
tethysapp/ngiab/public/frontend/
tethysapp/ngiab/workspaces/
.vscode
# reactapp/config/production.env
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN apt-get update \
RUN cd ${TETHYS_HOME}/apps/ngiab && \
micromamba install --yes -c conda-forge --file requirements.txt && \
micromamba remove pyarrow && micromamba install --yes -c conda-forge pyarrow && \
pip install duckdb --upgrade && \
micromamba clean --all --yes && \
npm install && npm run build && \
tethys install -d -N -w && \
Expand Down
Empty file removed cli/__init__.py
Empty file.
244 changes: 0 additions & 244 deletions cli/convert_geom.py

This file was deleted.

Loading

0 comments on commit 7240372

Please sign in to comment.