Skip to content

Commit

Permalink
add highlight layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcrb3 committed Jun 12, 2024
1 parent 21085e8 commit 2875d0a
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 47 deletions.
4 changes: 0 additions & 4 deletions dist/assets/index-BnmAQ7sH.js

This file was deleted.

4 changes: 4 additions & 0 deletions dist/assets/index-Dw4IcGL0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
margin-top: 60px;
margin-bottom: 50px;
user-select: text;
font-size: 1.2em;
}

#closePanel {
Expand Down Expand Up @@ -411,7 +412,7 @@
}
</style>

<script type="module" crossorigin src="/assets/index-BnmAQ7sH.js"></script>
<script type="module" crossorigin src="/assets/index-Dw4IcGL0.js"></script>
</head>

<body>
Expand Down Expand Up @@ -442,11 +443,13 @@
Clica sobre el mapa per visualitzar informació d'un punt
</div>
</div>

<div id="notification" class="notification">
Clica sobre el mapa per visualitzar informació d'un punt
Clica sobre el mapa per visualitzar informació geogràfica
<span class="close-btn" onclick="closeNotification()">&times;</span>
</div>


<span id="openPanel" onclick="openPanel()">&#9776;</span>
<script>
document.addEventListener("DOMContentLoaded", function () {
Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
margin-top: 60px;
margin-bottom: 50px;
user-select: text;
font-size: 1.2em;
}

#closePanel {
Expand Down Expand Up @@ -441,11 +442,13 @@
Clica sobre el mapa per visualitzar informació d'un punt
</div>
</div>

<div id="notification" class="notification">
Clica sobre el mapa per visualitzar informació d'un punt
Clica sobre el mapa per visualitzar informació geogràfica
<span class="close-btn" onclick="closeNotification()">&times;</span>
</div>


<span id="openPanel" onclick="openPanel()">&#9776;</span>
<script type="module">
import { init, onBaseChange, openPanel, closePanel } from './src/main.js';
Expand Down
Loading

0 comments on commit 2875d0a

Please sign in to comment.