Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
/ remapgl2 Public archive

Declarative MapboxGL bindings <🌎>

Notifications You must be signed in to change notification settings

rlmcneary2/remapgl2

Repository files navigation

remapgl project

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.

Publish

Execute the following steps starting in the workspace root directory (same as this file).

  • Bump the libs/remapgl/package.json version field.
  • Delete the dist directory.
  • Build the library: yarn build
  • Delete the comments that are added by Microsoft from the js files in dist.
  • cd into the "dist/libs/remapgl" directory.
  • npm publish using the same version as in the package.json file.