An interactive map of France with local tourism infos
The summary:
The geocoding is delivered with https://adresse.data.gouv.fr/api
The direction and elevation are powered by the Directions Traffic API.
The style uses sprites for icons on the map. The spritesheet is generated automatically from the styles/icons
directory with the module @mapbox/spritezero-cli
. If you want to generate a new spritesheet from the icons stored in that directory, run the following commands:
$ npm run build-sprites
The spritesheet is generated automatically when building the project in whole (npm run build
or npm run deploy
).