-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use maplibre package so we can get notified of updates
- Loading branch information
1 parent
69212d9
commit b3bca4c
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
<link rel="icon" type="image/x-icon" href="img/favicon.ico" /> | ||
<link href="css/reset.css" rel="stylesheet" /> | ||
<link href="css/main.css" rel="stylesheet" /> | ||
<link rel="stylesheet" href="https://unpkg.com/maplibre[email protected]/dist/maplibre-gl.css" /> | ||
<script type="module" src="https://unpkg.com/maplibre[email protected]/dist/maplibre-gl.js"></script> | ||
<link rel="stylesheet" href="dist/maplibre/maplibre-gl.css" /> | ||
<script type="text/javascript" src="dist/maplibre/maplibre-gl.js"></script> | ||
</head> | ||
<body> | ||
<script type="text/javascript"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters