Changes between Version 2 and Version 3 of MapGuideRfc186
- Timestamp:
- 02/04/23 06:10:17 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc186
v2 v3 36 36 Update our v4.0.0 LayerDefinition XML schema to introduce a new optional `LabelJustification` element. 37 37 38 ``` 38 {{{ 39 39 <xs:element name="LabelJustification" type="xs:string" default="'Left'" minOccurs="0"> 40 40 <xs:annotation> … … 42 42 </xs:annotation> 43 43 </xs:element> 44 ``` 44 }}} 45 45 46 46 This element accepts any of the following values, which will result in the following effect (using Sheboygan Voting Districts with multi-line label as an example)