public interface StyleSetting
setting::highway_casing { type: boolean; label: tr("Draw highway casing"); default: true; } way[highway][setting("highway_casing")] { casing-width: 2; casing-color: white; }
Modifier and Type | Interface and Description |
---|---|
static class |
StyleSetting.BooleanStyleSetting
A style setting for boolean value (yes / no).
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue()
gets the value for this setting
|
java.lang.Object getValue()