Skip to content

Commit

Permalink
deegree#1393 (deegree#232) - enhanced configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed Oct 25, 2022
1 parent a6439a7 commit ad4c70b
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<!-- if not set, will be copied from source -->
<group ref="s:SpatialMetadata" />
<element name="ScaleDenominators" type="b:ScaleDenominatorsType" minOccurs="0" />
<element name="Style" type="l:StyleType" minOccurs="0" maxOccurs="unbounded" />
<element name="LayerOptions" type="b:LayerOptionsType" minOccurs="0" />
<element name="XSLTFile" minOccurs="0">
<complexType>
Expand All @@ -56,6 +57,21 @@
</sequence>
</complexType>

<complexType name="StyleType">
<sequence>
<element name="OriginalName" type="string" />
<element name="LegendGraphic">
<complexType>
<simpleContent>
<extension base="string">
<attribute name="outputGetLegendGraphicUrl" type="boolean" default="true" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</complexType>

<simpleType name="GMLVersionType">
<restriction base="string">
<enumeration value="GML_2" />
Expand Down

0 comments on commit ad4c70b

Please sign in to comment.