local leaflet
This commit is contained in:
parent
304d9f4b7a
commit
d6b486ae93
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ persons/
|
|||
*.png
|
||||
!screenshot.png
|
||||
jquery*
|
||||
leaflet*
|
||||
|
|
|
|||
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
<head>
|
||||
<title>Mappersons</title>
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css"
|
||||
integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI=" crossorigin="" />
|
||||
<link rel="stylesheet" href="leaflet.css" />
|
||||
<link href="jquery-ui.css" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
|
|
@ -29,8 +28,7 @@
|
|||
|
||||
</style>
|
||||
<!-- Make sure you put this AFTER Leaflet's CSS -->
|
||||
<script src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js"
|
||||
integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM=" crossorigin=""></script>
|
||||
<script src="leaflet.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue