Update index.html

This commit is contained in:
2024-06-03 12:06:30 -04:00
committed by GitHub
parent 527c48a0bf
commit a8ef091584

View File

@@ -27,6 +27,8 @@
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script> <script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
<!-- Include Leaflet GPX plugin --> <!-- Include Leaflet GPX plugin -->
<script src="https://unpkg.com/leaflet-gpx/gpx.js"></script> <script src="https://unpkg.com/leaflet-gpx/gpx.js"></script>
<!-- Include Leaflet Omnivore plugin -->
<script src="https://unpkg.com/leaflet-omnivore@0.3.4/leaflet-omnivore.min.js"></script>
</head> </head>
<body> <body>
<div id="map"></div> <div id="map"></div>