-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use nodeResolve() in rollup to import node_modules by name
Refactor / remove global L.symbol use to use imported symbol of same name from "leaflet" import. Update module specifiers to include ".js" where it is a file in this project for consistency. Update package.json to use specific forks of proj4leaflet (module version), leaflet-locatecontrol (module version) Get import of proj4leaflet from specific branch of maps4html/proj4leaflet fork, which may never get merged upstream, but keeps differences in a git repo, at least, instead of in the build script. Update some tests to import the leaflet module directly Create window.L.GridLayer, .L.DomUtil so that protomaps-leaflet will work. Add rollup alias plugin to allow rollup to resove import of 'leaflet' to correct file (Leaflet lacks a "module" key as of 1.9.4). This allows us to not have to modify what's in node_modules. Get import of proj4 from the module code that ships with that project. The maps4html/proj4leaflet fork works with proj4 code as shipped. Update "module","main" keys with correct path relative to dist/ subdirectory Use npm-installed esm version of leaflet-locatecontrol
- Loading branch information
1 parent
56a8791
commit 3774952
Showing
61 changed files
with
1,453 additions
and
1,517 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
Oops, something went wrong.