Switch resources to relative links
This allows us to test from a file:// URL.
This commit is contained in:
parent
54a0b4c47d
commit
e19e2afe72
1 changed files with 3 additions and 3 deletions
6
map.html
6
map.html
|
|
@ -4,9 +4,9 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Lawrence Deer Club Maps</title>
|
||||
<link rel="stylesheet" href="/leaflet/leaflet.css" />
|
||||
<script src="/leaflet/leaflet.js"></script>
|
||||
<script src="/turf.min.js"></script>
|
||||
<link rel="stylesheet" href="leaflet/leaflet.css" />
|
||||
<script src="leaflet/leaflet.js"></script>
|
||||
<script src="turf.min.js"></script>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue