Skip to content
master
three-geo/examples/geo-viewer/
three-geo/examples/geo-viewer/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
io
 
 
src
 
 
 
 
 
 
 
 

README.md

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.

You can’t perform that action at this time.