Jean-Marc Viglino

Results 194 comments of Jean-Marc Viglino

😞 Sorry I'm ma little busy yet, but I'll try to have a look at it asap...

Should world now with `wrapX` option set to `true` See example: https://viglino.github.io/ol-ext/examples/filter/map.filter.crop.html

The `fontSize` is the size of the font compare to the symbol `radius`... 20 means the glyph will be 20*radius size and it will be cropped. `fontSize` greater than 1...

Use CSS ```CSS .ol-control.ol-print { top: 0.5em; left: 3em; } .ol-control.ol-layerswitcher { right: 0.5em; top: 3em; } ```

I've added the options to let you change the title / label of the of the interactions: ```javascript // Create interaction with title var select = new ol.interaction.Select({ title: 'Sélection'});...

The scale is the one of the map. You have to set the map zoom or resolution to the one you want. ```javascript const scale = 25; // 1/25000 const...

The code you shared doesn't use ol-ext... It's a pure Openlayers function. What version of Openlayers are you using?

I've added a `switcherClass` option in the last commit