This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.core.labeloverlappingrule [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.core.labeloverlappingrule [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.LabelOverlappingRule ====== | ====== ThinkGeo.MapSuite.Core.LabelOverlappingRule ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Enumeration --> | ||
This enumeration defines the rules for overlapping. | This enumeration defines the rules for overlapping. | ||
- | === Remarks === | + | == Remarks == |
This defines the rules for label overlapping. Currently, either we allow overlapping or we do not. In the future, we may extend this to allow some percentage of partial overlapping. | This defines the rules for label overlapping. Currently, either we allow overlapping or we do not. In the future, we may extend this to allow some percentage of partial overlapping. | ||
- | ===== Items ===== | + | == Items == |
- | ^ Name ^ Summary ^ | + | **NoOverlapping** |
- | | NoOverlapping | No overlapping is allowed. | | + | * **Summary**:No overlapping is allowed. |
- | | AllowOverlapping | Overlapping is allowed. | | + | |
+ | **AllowOverlapping** | ||
+ | * **Summary**:Overlapping is allowed. | ||
- | __NOTOC__ | ||
- | [[Category:MapSuiteCore]] | ||
- | [[Category:ThinkGeo.MapSuite.Core]] | ||