214 | | One other note: the default AngleControl behavior is FromGeometry. This means the angle of the start / end symbol will be computed from the geometry, as shown here. |
| 214 | One other note: the default !AngleControl behavior is !FromGeometry. This means the angle of the start / end symbol will be computed from the geometry, as shown here. |
| 215 | |
| 216 | [[Image(ex4a.jpg)]] |
| 217 | |
| 218 | If you wanted the start / end symbol angles to be a fixed value you would change !AngleControl to !FromAngle and specify the Angle, e.g. |
| 219 | |
| 220 | {{{ |
| 221 | <SimpleSymbolDefinition> |
| 222 | <Name>BlueSquare</Name> |
| 223 | ... |
| 224 | <LineUsage> |
| 225 | <AngleControl>FromAngle</AngleControl> |
| 226 | <VertexControl>OverlapNoWrap</VertexControl> |
| 227 | <Angle>0</Angle> |
| 228 | <StartOffset>0</Repeat> |
| 229 | <Repeat>0</Repeat> |
| 230 | </LineUsage> |
| 231 | </SimpleSymbolDefinition> |
| 232 | }}} |
| 233 | |
| 234 | [[Image(ex4b.jpg)]] |
| 235 | |
| 236 | '''Example 5:''' line style with a special cross-tick offset requirement |