Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
wabson committed Jan 28, 2024
1 parent 50b89b5 commit f0ac705
Show file tree
Hide file tree
Showing 5 changed files with 454 additions and 786 deletions.
635 changes: 215 additions & 420 deletions docs/demo.bundle.js

Large diffs are not rendered by default.

53 changes: 32 additions & 21 deletions docs/demo.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Mapbox GL JS Draw Feature Info</title>
<meta name="viewport" content="width=device-width, initial-scale=1"><link href="lib.css" rel="stylesheet"><link href="demo.css" rel="stylesheet"></head>
<meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="lib.bundle.js"></script><script defer src="demo.bundle.js"></script><link href="lib.css" rel="stylesheet"><link href="demo.css" rel="stylesheet"></head>
<body>
<script src="lib.bundle.js"></script><script src="demo.bundle.js"></script></body>
</body>
</html>
539 changes: 196 additions & 343 deletions docs/lib.bundle.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/lib.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f0ac705

Please sign in to comment.