Symbols on lines doc improvements #743
This commit is contained in:
parent
992d9c8e66
commit
1294ff9fea
@ -237,6 +237,8 @@
|
|||||||
<xs:attribute name="symbol-width" type="xs:positiveInteger" use="optional" />
|
<xs:attribute name="symbol-width" type="xs:positiveInteger" use="optional" />
|
||||||
<xs:attribute name="symbol-height" type="xs:positiveInteger" use="optional" />
|
<xs:attribute name="symbol-height" type="xs:positiveInteger" use="optional" />
|
||||||
<xs:attribute name="symbol-percent" type="xs:positiveInteger" use="optional" />
|
<xs:attribute name="symbol-percent" type="xs:positiveInteger" use="optional" />
|
||||||
|
|
||||||
|
<!-- symbols on lines -->
|
||||||
<xs:attribute name="billboard" default="false" type="xs:boolean" use="optional" />
|
<xs:attribute name="billboard" default="false" type="xs:boolean" use="optional" />
|
||||||
<xs:attribute name="repeat" default="false" type="xs:boolean" use="optional" />
|
<xs:attribute name="repeat" default="false" type="xs:boolean" use="optional" />
|
||||||
<xs:attribute name="repeat-gap" default="200" type="xs:float" use="optional" />
|
<xs:attribute name="repeat-gap" default="200" type="xs:float" use="optional" />
|
||||||
|
@ -39,6 +39,7 @@ public final class SymbolStyle extends RenderStyle<SymbolStyle> {
|
|||||||
public final int symbolHeight;
|
public final int symbolHeight;
|
||||||
public final int symbolPercent;
|
public final int symbolPercent;
|
||||||
|
|
||||||
|
// Symbols on lines
|
||||||
public final boolean billboard;
|
public final boolean billboard;
|
||||||
public final boolean repeat;
|
public final boolean repeat;
|
||||||
public final float repeatStart;
|
public final float repeatStart;
|
||||||
@ -122,6 +123,7 @@ public final class SymbolStyle extends RenderStyle<SymbolStyle> {
|
|||||||
public int symbolHeight;
|
public int symbolHeight;
|
||||||
public int symbolPercent;
|
public int symbolPercent;
|
||||||
|
|
||||||
|
// Symbols on lines
|
||||||
public boolean billboard;
|
public boolean billboard;
|
||||||
public boolean repeat;
|
public boolean repeat;
|
||||||
public float repeatStart;
|
public float repeatStart;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user