File: map.html

package info (click to toggle)
python-pyqtlet2 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,672 kB
  • sloc: python: 997; javascript: 88; makefile: 18; sh: 14
file content (23 lines) | stat: -rw-r--r-- 906 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
    <head>
        <title>Map</title>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <!-- Leaflet CSS -->
        <link rel="stylesheet" href="modules/leaflet_193/leaflet.css"/>
        <link rel="stylesheet" href="modules/leaflet_draw_414/leaflet.draw.css"/>
        <!-- QWebChannel -->
        <script src="qrc:///qtwebchannel/qwebchannel.js"></script>
    </head>
    <body style="margin: 0px">
        <div id="map" style="width: 100vw; height: 100vh;"></div>
        <!-- Leaflet JS -->
        <script src='modules/leaflet_193/leaflet.js'></script>
        <script src='modules/leaflet_draw_414/leaflet.draw.js'></script>
        <script src='modules/leaflet_rotatedMarker_020/leaflet.rotatedMarker.js'></script>
        <!-- Custom JS -->
        <script src='custom.js'></script>
    </body>
</html>