simplescreenrecorder-2023-03-02_10.50.17.mp4
- Lizmap Web Client 3.5.6 or 3.6.X
- Your map projection must be
ESPG:3857
To use Mapillary in Lizmap:
- copy
mapillary.jsandmapillary_token.jsfrom./distdirectory to themedia/jsdirectory of your project - edit
mapillary_token.jsthen replaceYOUR_MAPILLARY_TOKEN_HEREwith your mapillary access token
Install dependencies with npm install.
You can modify source code and:
- build it when developping with
npm run watch(Webpack detects code modifications then builds) - build it for production with
npm run build