Fetch Earthquake Data from FDSN WebService and show them on a map. Visit the website to see it in action: https://fdsnws.geophysik.ruhr-uni-bochum.de/map/
Go to file
Kasper D. Fischer 93c15d8640 add Dockerfile for simple local testing
usage:
docker build -t seisobs-webapp:dev .
docker run --name seisobs-map -d -p 8080:80 seisobs-webapp:dev
2021-10-18 11:27:01 +02:00
scripts updated version strings for release r20211017 2021-10-17 13:28:19 +02:00
wsgi update copyright information 2020-07-14 21:13:15 +02:00
www fixing broken TopPlus baselayer 2021-10-18 10:18:21 +02:00
.gitattributes Updated WSGI scripts. 2017-12-03 11:23:41 +00:00
.gitignore update .gitignore 2021-10-16 15:55:02 +02:00
Dockerfile add Dockerfile for simple local testing 2021-10-18 11:27:01 +02:00