Closed smellman closed 2 months ago
@smellman I would suggest you split this PR into two:
dropping mapbox support can be a breaking change, it would be nice if you can make a PR which only focus on that. You can increase a major version after removing mapbox if we follow semantic versioning
My main motivation is convert to ESM module from CommonJS and support MapLibre v4, so dropping mapbox support is related of this.
@smellman could you also do this issue in this PR? also please upgrade maplibre version from 2.4.0 to latest 4.6.0. currently, version is hard coded
@smellman could you also do this issue in this PR? also please upgrade maplibre version from 2.4.0 to latest 4.6.0. currently, version is hard coded
179
maplibre version is not hard coded now. But currently I don't care about NPM module, because I don't know how to apply npm module inside provider directory.
Thank you for submitting a pull request!
Description
Please describe what you changed briefly.
Type of Pull Request
Verify the followings
main
branchnpm run build
npm run lint
charites help
globallyRefer to CONTRIBUTING.MD for more details.