Polygon label position enhancements (#204), closes #80

This commit is contained in:
Andrey Novikov
2016-10-14 23:54:52 +03:00
committed by Emux
parent a322768f8a
commit ca841f5181
9 changed files with 319 additions and 29 deletions

View File

@@ -145,7 +145,8 @@
<xs:attribute name="stroke-width" default="0" type="tns:nonNegativeFloat" use="optional" />
<!-- priority for label placement, 0 = highest priority -->
<xs:attribute name="priority" default="0" type="xs:integer" use="optional" />
<!-- polygon area expressed as a ratio to tile area, e.g. 0.1 for 10% of tile area -->
<xs:attribute name="area-size" default="0" type="tns:nonNegativeFloat" use="optional" />
<!-- symbol src name in atlas -->
<xs:attribute name="symbol" type="tns:src" use="optional" />
</xs:complexType>