Skip to content

Commit

Permalink
Merge pull request #6380 from gisspace/main
Browse files Browse the repository at this point in the history
fix Label attribute duplicate error #6379
  • Loading branch information
jmckenna committed Aug 5, 2021
2 parents dab9991 + b9c7a86 commit 4d7e1a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xmlmapfile/mapfile.xsd
Expand Up @@ -285,7 +285,6 @@
<xs:element name="force" type="ms:booleanEnum" default="FALSE" minOccurs="0"/>
<xs:element name="maxLength" type="xs:integer" default="0" minOccurs="0"/>
<xs:element name="maxOverlapAngle" type="xs:float" minOccurs="0"/>
<xs:element name="maxScaleDenom" type="xs:double" minOccurs="0"/>
<xs:element name="maxSize" type="xs:integer" default="256" minOccurs="0"/>
<xs:element name="minDistance" type="xs:integer" minOccurs="0"/>
<xs:element name="minFeatureSize" minOccurs="0">
Expand All @@ -299,7 +298,6 @@
</xs:union>
</xs:simpleType>
</xs:element>
<xs:element name="minScaleDenom" type="xs:double" minOccurs="0"/>
<xs:element name="minSize" type="xs:integer" default="4" minOccurs="0"/>
<xs:element name="offset" type="ms:sizeType" minOccurs="0"/>
<xs:choice minOccurs="0">
Expand Down

0 comments on commit 4d7e1a1

Please sign in to comment.