DISCLAIMER: this extension point is very experimental and is subject to change.
In particular, the way of changing the defaults will be done via configuration in the future.
Javascript example
- ⏩ live environment
- to run locally, open the index.html directly in a Web Browser
Content:
- override default font: update the
StyleConstant
default values
StyleDefault.DEFAULT_OVERLAY_FONT_COLOR = 'Pink';
StyleDefault.DEFAULT_OVERLAY_FONT_WIDTH = 30;
- override default fill: update the
StyleConstant
default values
StyleDefault.DEFAULT_OVERLAY_FILL_COLOR = 'Grey';
- override default stroke: update the
StyleConstant
default values
StyleDefault.DEFAULT_OVERLAY_STROKE_COLOR = 'Cyan';