Skip to content

Commit

Permalink
Update to maplibre-gl 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Jan 3, 2025
1 parent f08693f commit 389fb1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8" />
<title>Map with indoor=</title>
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
<script src='https://unpkg.com/maplibre-gl@v4.3.2/dist/maplibre-gl.js'></script>
<script src='https://unpkg.com/maplibre-gl@v5.0.0/dist/maplibre-gl.js'></script>
<script src="./dist/maplibre-gl-indoorequal.umd.min.js"></script>
<link href='https://unpkg.com/maplibre-gl@v4.3.2/dist/maplibre-gl.css' rel='stylesheet' />
<link href='https://unpkg.com/maplibre-gl@v5.0.0/dist/maplibre-gl.css' rel='stylesheet' />
<link href="./maplibre-gl-indoorequal.css" rel="stylesheet" />
<style>
body { margin: 0; padding: 0; }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"debounce": "^2.0.0"
},
"peerDependencies": {
"maplibre-gl": "^3.0.0 || ^4.0.0"
"maplibre-gl": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5086,7 +5086,7 @@ __metadata:
jest-environment-jsdom: "npm:^29.7.0"
rollup: "npm:^4.14.0"
peerDependencies:
maplibre-gl: ^3.0.0 || ^4.0.0
maplibre-gl: ^3.0.0 || ^4.0.0 || ^5.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 389fb1b

Please sign in to comment.