LGIS is a lightweight web GIS application.
It renders geospatial data with PostGIS.
yarn install
yarn build
yarn start
To use Lgis, you'll need a Mapbox Access token.
There are two ways to provide a token to Lgis.
- Set your access token in the URL.
- E.g
?access_token=TOKEN
- E.g
- Create
.env
file and write your token in the file.- E.g
MapboxAccessToken=TOKEN
- E.g
yarn test