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 charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Lawrence Deer Club Maps</title>
|
<title>Lawrence Deer Club Maps</title>
|
||||||
<link rel="stylesheet" href="/leaflet/leaflet.css" />
|
<link rel="stylesheet" href="leaflet/leaflet.css" />
|
||||||
<script src="/leaflet/leaflet.js"></script>
|
<script src="leaflet/leaflet.js"></script>
|
||||||
<script src="/turf.min.js"></script>
|
<script src="turf.min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue