Skip to content

Commit

Permalink
docs: Remove unsupported iframe with interactive map
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjanus committed Sep 25, 2024
1 parent be66b13 commit 25cd547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,5 @@ geocaret/auth/*
# Ignore eveything in the geocaret/outputs folder except for README.md
geocaret/outputs/*
!geocaret/outputs/README.md

*.gif
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,9 @@ They contents of each folder are explained below:

An animated GIF demonstrating how to run the demo (albeit not from within the Docker container) is shown below. Running the demo using the Docker image should look the same, except for the initial command.

![demo-anigif-exmaple](https://github-production-user-asset-6210df.s3.amazonaws.com/8837107/333209609-b101e9d0-ac60-4f21-bbeb-a8a8ae85522b.gif?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240924%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240924T142748Z&X-Amz-Expires=300&X-Amz-Signature=b579889a967cb63f6ea7ca25bbbe917df29a81fea93976b5f790349f06e2db0f&X-Amz-SignedHeaders=host)

The map can also be accessed at [https://tomjanus.github.io/reemission_demo_map](https://tomjanus.github.io/reemission/demo_map) (see below).

<div style='border-radius: 15px; padding:0.1em; margin-bottom:1em'>
<iframe src="https://tomjanus.github.io/reemission_demo_map/" height="600px" width="100%"></iframe>
</div>
The interactive map can also be accessed at [https://tomjanus.github.io/reemission_demo_map](https://tomjanus.github.io/reemission/demo_map).

<p align="right">(<a href="#top">back to top</a>)</p>

Expand Down

0 comments on commit 25cd547

Please sign in to comment.