A public map for the world.
Page
title
Title for the mapdescription
Description or caption for the map
Mapbox API
style
A mapbox style url. eg.mapbox://styles/mapbox/satellite-streets-v11
attribution
Text for map attributionaccess_token
A mapbox access token to use for accessing the map styleworldview
A 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