2022-03-20 12:45:07 +07:00
..
2021-03-26 10:31:18 +07:00
2021-03-26 10:31:18 +07:00
2021-03-25 09:31:45 +07:00
2020-04-03 16:20:58 +07:00
2020-07-10 08:56:18 +07:00
2021-03-22 11:22:08 +07:00
2020-04-03 16:20:58 +07:00

Build

First, set your valid Mapbox API token in src/env.js:

export default {
    zoom: 13, // 12 fair; 13 good; 14 high resolution
    enableTilesLeaflet: true,
    tokenMapbox: '********', // <---- set your Mapbox API token here
};

Then, build the app as follows:

$ cd ../.. && npm i && cd -  # set up build
$ npm run dev

Run

Open examples/geo-viewer/dist/index.html in a browser.

Demo

Visit the live demo.