Skip to content

Commit

Permalink
feat(FillStyle): Shape Fill Controls
Browse files Browse the repository at this point in the history
This updates the state schema to allow for Shape Fill Controls in Open Sphere.
  • Loading branch information
kwilson-bits committed Jul 19, 2019
1 parent 0ceba99 commit 5c4a183
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/xsd/state/1.0.0/state.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1941,6 +1941,24 @@
</xs:annotation>
</xs:element>

<xs:element name="fillColor" type="fade:HexColorType"
minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="en" xml:space="preserve">
The feature fill color
</xs:documentation>
</xs:annotation>
</xs:element>

<xs:element name="fillOpacity" type="fade:DecimalPercentageType"
minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="en" xml:space="preserve">
The feature fill opacity, in the range [0, 1].
</xs:documentation>
</xs:annotation>
</xs:element>

<xs:element name="labelColor" type="fade:HexColorType"
minOccurs="0" maxOccurs="1">
<xs:annotation>
Expand Down

0 comments on commit 5c4a183

Please sign in to comment.