Skip to content

Commit

Permalink
Add interactive map to river-runner (#3)
Browse files Browse the repository at this point in the history
* add map to river-runner

* add limit to bbox expansion
  • Loading branch information
webb-ben authored Sep 9, 2021
1 parent 34f8634 commit 8e62581
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 7 deletions.
2 changes: 2 additions & 0 deletions pygeoapi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ COPY ./pygeoapi-skin-dashboard /skin-dashboard

#Add river runner plugin
COPY ./plugin.py /pygeoapi/pygeoapi/plugin.py
COPY ./flask_app.py /pygeoapi/pygeoapi/flask_app.py
COPY ./river_runner.py /pygeoapi/pygeoapi/process/river_runner.py
COPY ./map.html /pygeoapi/pygeoapi/templates/processes/map.html
Loading

0 comments on commit 8e62581

Please sign in to comment.