Caution
This repository is archived. See remapgl at Codeberg for new development.
React components to create mapbox-gl maps declaratively.
Read the docs at limnous for API and usage details.
Execute the following steps starting in the workspace root directory (same as this file).
- Bump the libs/remapgl/package.json version field.
- Delete the
distdirectory. - Build the library:
yarn build - Delete the comments that are added by Microsoft from the js files in
dist. cdinto the "dist/libs/remapgl" directory.npm publishusing the same version as in the package.json file.