Skip to content

Commit

Permalink
Update map.html
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored Dec 1, 2024
1 parent a87dc09 commit bb94f43
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions map/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
<meta charset="utf-8">
<meta name="generator" content="leafletR">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>
<!--<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css" />-->
<link rel="stylesheet" href="https://aibolem.github.io/Leaflet/dist/leaflet.css" />

<!--<script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>-->
<script src="https://aibolem.github.io/Leaflet/src/Leaflet.js"></script>

<style type="text/css">
body {
padding: 0;
Expand Down

0 comments on commit bb94f43

Please sign in to comment.