Jean-Marc Viglino
Jean-Marc Viglino
It should be but not implemented yet...
There is no option to set the default behavior yet...
FontSymbol doesn't use CSS, it's not an HTML element, it is drawn in a canvas...
Just create a font with your svg and add them as FontSymbols... You can use something like Fontello (https://fontello.com/) to generate a font with your svg. You also have to...
It's not possible yet but I plan to add possibility to set legend items such as images or other legends associated to a layer. No time to do it yet...
There is no and I think it depends on moon phase and illumination. But you can look at libs lilke [mourner/suncalc](https://github.com/mourner/suncalc)
It depends on the filter type: `addToLayer` is a method for [`ol/filter/CSS`](https://github.com/Viglino/ol-ext/blob/master/src/filter/CSS.js#L63) Such filter has no rendering function but applies a CSS filter to the layer element.
Yes it is possible but you have to add a className on the layer at creation. Otherwise layers will be grouped on a single element.
The length of the segments composing the line depends on the resolution of the drawing (the more you zoom the smaller the segments). The color depends on the altitude of...
Do you have a working example?