-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update transform gl * Fixing maptilerLogo option * linting * update Gh actions * cleaning
- Loading branch information
1 parent
e74b73d
commit bf40ea0
Showing
8 changed files
with
320 additions
and
922 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
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
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 |
---|---|---|
|
@@ -110,4 +110,6 @@ tmp.txt | |
tests/ | ||
build/ | ||
dist/ | ||
docs/ | ||
docs/ | ||
|
||
tmp_* |
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
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 |
---|---|---|
|
@@ -19,8 +19,8 @@ | |
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> | ||
|
||
<!-- MapTiler SDK --> | ||
<script src="https://cdn.maptiler.com/maptiler-sdk-js/latest/maptiler-sdk.umd.js"></script> | ||
<link href="https://cdn.maptiler.com/maptiler-sdk-js/latest/maptiler-sdk.css" rel="stylesheet" /> | ||
<script src="https://cdn.maptiler.com/maptiler-sdk-js/v3.0.0-rc.2/maptiler-sdk.umd.js"></script> | ||
<link href="https://cdn.maptiler.com/maptiler-sdk-js/v3.0.0-rc.2/maptiler-sdk.css" rel="stylesheet" /> | ||
|
||
<!-- Leaflet plugin for MapTiler SDK Layers --> | ||
<script src="../build/leaflet-maptilersdk.umd.js"></script> | ||
|
@@ -44,7 +44,8 @@ | |
|
||
// Create a MapTiler Layer inside Leaflet | ||
const mtLayer = L.maptilerLayer({ | ||
apiKey: "YOUR_API_KEY", | ||
apiKey: "API_KEY", | ||
// maptilerLogo: false, | ||
}).addTo(map); | ||
|
||
|
||
|
Oops, something went wrong.