-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplement map with MapLibre and VersaTiles (#63)
* Reimplement map with MapLibre and VersaTiles Co-authored-by: Marcus Weiner <[email protected]> * 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 <[email protected]> Co-authored-by: Marcus Weiner <[email protected]>
- Loading branch information
1 parent
52a97ab
commit acf1dc2
Showing
528 changed files
with
2,796 additions
and
200 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
node_modules/ | ||
.cache/ | ||
public | ||
|
||
# Local Netlify folder | ||
.netlify |
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
Oops, something went wrong.