Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri committed Oct 10, 2024
1 parent ff34de3 commit da1dd3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- run: |
sudo apt-get -qq update
sudo apt-get --quiet --assume-yes install emscripten sqlite3
sudo apt-get --quiet --assume-yes install emscripten libsqlite3-dev
- uses: actions/checkout@v4
with:
repository: OSGeo/PROJ
Expand Down
4 changes: 2 additions & 2 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<body>
<h1>Nuvarande SWEREF 99 TM</h1>
<div id="uncert"></div>
<div id="sweref-n">N</div>
<div id="sweref-e">E</div>
<div class="northing" id="sweref-n">N</div>
<div class="easting" id="sweref-e">E</div>
<button id="pos-btn">Starta</button>
<button id="share-btn">Dela</button>
<nav><a href="/om.html">Hjälpsida</a></nav>
Expand Down

0 comments on commit da1dd3a

Please sign in to comment.