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.js
andmapillary_token.js
from./dist
directory to themedia/js
directory of your project - edit
mapillary_token.js
then replaceYOUR_MAPILLARY_TOKEN_HERE
with 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