A public map for the world.
Page
titleTitle for the mapdescriptionDescription or caption for the map
Mapbox API
styleA mapbox style url. eg.mapbox://styles/mapbox/satellite-streets-v11attributionText for map attributionaccess_tokenA mapbox access token to use for accessing the map styleworldviewA worldview to use for representation of disputed boundariesUS=de facto),CN=ChinaIN=IndiaJP=Japan
This is a Sapper project based on sapper-template#webpack.
Installation
git clone https://github.com/publicmap/atlas.git
cd atlas
npm install
Develop
The page sources can be found in src/routes
npm run dev
Open http://localhost:3000/atlas in the browser
The main branch is automatically built to gh-pages branch and deployed to https://publicmap.github.io/ using .github/actions