Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Feb 23, 2025
1 parent 16d3da5 commit 28be253
Show file tree
Hide file tree
Showing 7 changed files with 1,130 additions and 910 deletions.
1 change: 1 addition & 0 deletions assets/index-2Cf-5a7S.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/index-D18MOdYQ.css

This file was deleted.

373 changes: 373 additions & 0 deletions assets/index-D4AG8EjQ.js

Large diffs are not rendered by default.

298 changes: 0 additions & 298 deletions assets/index-dEJTX42X.js

This file was deleted.

579 changes: 0 additions & 579 deletions assets/maplibre-gl-BTqN9ocn.js

This file was deleted.

728 changes: 728 additions & 0 deletions assets/maplibre-gl-LtfBTWys.js

Large diffs are not rendered by default.

60 changes: 28 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"
/>
<link
href="https://api.mapbox.com/mapbox-gl-js/v1.0.0/mapbox-gl.css"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--

<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" />
<link href="https://api.mapbox.com/mapbox-gl-js/v1.0.0/mapbox-gl.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<title>Mobile libraries</title>
<link rel="manifest" href="/manifest.json" />
<title>Mobile libraries</title>

<script>
(function () {
var redirect = sessionStorage.redirect
delete sessionStorage.redirect
if (redirect && redirect != location.href) {
history.replaceState(null, null, redirect)
}
})()
</script>
<script type="module" crossorigin src="/assets/index-D4AG8EjQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-2Cf-5a7S.css">
</head>

<script>
;(function () {
var redirect = sessionStorage.redirect
delete sessionStorage.redirect
if (redirect && redirect != location.href) {
history.replaceState(null, null, redirect)
}
})()
</script>
<script type="module" crossorigin src="/assets/index-dEJTX42X.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D18MOdYQ.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
</html>

0 comments on commit 28be253

Please sign in to comment.