react-maplibre is a very minimalist React.js wrapper library for the Mapbox GL JS Typescript library.
Documentation can be found here.
There is a test program in the test
directory. It gets the Mapbox access token from environment variable
REACT_APP_MAPBOX_API_KEY
in .env.development
, which can be decrypted using the usual encryption key.
To start the test program type:
-
npm ci
-
tsc
-
cd test
-
npm ci
-
npm run dev