Commit acf1dc2
Reimplement map with MapLibre and VersaTiles (#63)
* Reimplement map with MapLibre and VersaTiles
Co-authored-by: Marcus Weiner <mraerino@users.noreply.github.com>
* Remove remaining references to leaflet
* Fetch tiles from same origin
* Load fonts
* Fix use of window and document in SSR
* Provide empty sprite libraries
* Upgrade canvas
* Specify node version
* Specify transpilation targets
* Allow forcing imports to be assets
* Use unaltered worker script for map
* Revert setting worker URL
* Use narrower browser support
* Debug tiles api
* Serve tiles uncompressed
---------
Co-authored-by: Marcus Weiner <mraerino@users.noreply.github.com>
Co-authored-by: Marcus Weiner <marcus.weiner@gmail.com>1 parent 52a97ab commit acf1dc2
File tree
528 files changed
+2796
-200
lines changed- src
- components/map
- functions
- pages
- static/assets
- fonts
- noto_sans_bold
- noto_sans_regular
- sprites
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
528 files changed
+2796
-200
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 37 | | |
44 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | | - | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | | - | |
| 90 | + | |
88 | 91 | | |
89 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
90 | 101 | | |
| 102 | + | |
91 | 103 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
0 commit comments