owolfy
Results
3
comments of
owolfy
Turns out that 3d-buildings' layer needs to come first.
Make sure that you: 1. Added draw to map (`map.addControl(draw)`) 2. Added map draw listeners, draw.create and draw.update 3. Created a button which calls to `createCircle()` { `draw.changeMode('draw_circle', { initialRadiusInKm:...
Thanks @vtolstov 😃 I added 'dev' script to package.json in order it to suit my needs. It works fine with pug files this way. Work needs to be done in...