Jean-Marc Viglino

Results 278 comments of Jean-Marc Viglino

Have you tried TouchCursor? https://viglino.github.io/ol-ext/examples/mobile/map.interaction.touchcursordraw.html

You have to install [ol-ext typescript package](https://github.com/Siedlerchr/types-ol-ext), it's a separate project. ``` # NPM npm i -D @types/ol-ext@npm:@siedlerchr/types-ol-ext # Yarn yarn add -D @types/ol-ext@npm:@siedlerchr/types-ol-ext``# NPM ```

Do you have an example online ?

It should work now (I force mode to `false` in the lib).

You can use the Print control to get an image of the map and place it whre you want. See https://viglino.github.io/ol-ext/examples/canvas/map.control.print.html

ol-ext examples run with the last ol version

You can change it in your CSS: ```css .ol-ext-print-dialog .ol-size label { width: 100%; } ``` I'll try to add it in the next release.