aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: f4dec0393dca1a4c18ce468045b583bfd946f005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="sv">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Exploatering i Norr</title>
  </head>
  <body>
    <div id="map"></div>
    <div id="zoom-control"></div>
    <div id="map-control-container" aria-hidden="true">
      <div id="layer-selection-panel"></div>
      <div id="map-legend-panel"></div>
      <div id="map-menu"></div>
    </div>
    <div id="popup"></div>
    <div class="modal" id="info-modal" tabindex="-1" aria-hidden="true">
      <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg">
        <div class="modal-content">
          <div class="modal-header">
            <div class="h5 m-0">Källor och licensinformation</div>
            <button type="button" class="btn-close" data-bs-dismiss="modal" title="Stäng" aria-label="Stäng"></button>
          </div>
          <div id="info-body" class="modal-body">
            <div id="info-accordion" class="accordion accordion-flush"></div>
            <ul class="list-group list-group-flush">
              <li class="list-group-item">
                <h6>Bakgrund kartor</h6>
                <p>&copy; <a href="https://lantmateriet.se" target="_blank">Lantmäteriet</a></p>
                <p>Licensvillkor: <a href="https://www.lantmateriet.se/sv/geodata/vara-produkter/oppna-data/#anchor-1" target="_blank">CC0 1.0 Universiell</a></p>
              </li>
              <li class="list-group-item">
                <h6>Webbkartan</h6>
                <p>&copy; 2024-2025 Guilhem Moulin</p>
                <p>Licensvillkor: <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3+</a></p>
                <p class="small text-muted"><i class="bi bi-file-earmark-code"></i>
                  <a href="https://git.guilhem.org/KlimatanalysNorr/webmap" target="_blank">Källkod <i class="bi bi-box-arrow-up-right"></i></a></p>
              </li>
              <li class="list-group-item">
                <h6>Backend verktyg</h6>
                <p>&copy; 2024-2025 Guilhem Moulin</p>
                <p>Licensvillkor: <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">GPLv3+</a> och
                   (endast CGI) <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPLv3+</a></p>
                <p class="small text-muted"><i class="bi bi-file-earmark-code"></i>
                  <a href="https://git.guilhem.org/KlimatanalysNorr/tools" target="_blank">Källkod <i class="bi bi-box-arrow-up-right"></i></a></p>
              </li>
            </ul>
            <p class="small text-muted info-credits">Webbkartan är utvecklad av
              <a href="https://guilhem.se" target="_blank">Guilhem Datakonsult</a> på uppdrag av
              <a href="https://www.klimatanalysnorr.se" target="_blank">Klimatanalys Norr projektet</a>.</p>
          </div>
        </div>
      </div>
    </div>
    <script type="module" src="./main.js"></script>
    <noscript>Den här sidan kräver JavaScript men din webbläsare stöder inte det (eller så är skript blockerade).</noscript>
  </body>
</html>