Skip to content
/ lgis Public

A light weight web GIS application. made with react-map-gl and mapnik.

Notifications You must be signed in to change notification settings

aca-ta/lgis

Repository files navigation

Light GIS

LGIS is a lightweight web GIS application.
It renders geospatial data with PostGIS.

LGIS

Install

yarn install
yarn build

Usage

yarn start

Mapbox Access Tokens

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
  • Create .env file and write your token in the file.
    • E.g MapboxAccessToken=TOKEN

Depends

Tests

yarn test

About

A light weight web GIS application. made with react-map-gl and mapnik.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published