-
Notifications
You must be signed in to change notification settings - Fork 40
/
index.html
35 lines (33 loc) · 1.95 KB
/
index.html
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
<html>
<head>
<title>L.Path.Drag</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
<!--<script src="leaflet-master/leaflet-src.js"></script>-->
<!-- <script src="../dist/Leaflet.Path.Drag.min.js"></script> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.draw.css">
<link rel="stylesheet" type="text/css" href="example/css/topcoat-desktop-light.css" />
<link rel="stylesheet" href="example/css/style.css" />
</head>
<body>
<div id="map"></div>
<div id="controls">
<div class="wrapper">
<h2>L.Path.Drag</h2>
<a class="github-button" href="https://github.com/w8r/Leaflet.Path.Drag" data-count-href="/w8r/Leaflet.Path.Drag/stargazers" data-count-api="/repos/w8r/Leaflet.Path.Drag#stargazers_count">Star</a>
<a class="github-button" href="https://github.com/w8r/Leaflet.Path.Drag" data-count-href="/w8r/Leaflet.Path.Drag/network" data-count-api="/repos/w8r/Leaflet.Path.Drag#forks_count">Fork</a>
<p>
Drag features around to see it in action<br>
<em>Red polygon has ~13 000 points</em><br><br>
<a href="//github.com/w8r/Leaflet.Path.Drag/">Documentation</a>
</p>
</div>
<div>
<script src="./example/index.mjs" type="module"></script>
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
</body>
</html>