Opened 18 years ago
Closed 17 years ago
#56 closed defect (fixed)
Symbolization: Custom line style renders wrong
Reported by: | traianstanev | Owned by: | jasonnogar |
---|---|---|---|
Priority: | medium | Milestone: | 2.0 |
Component: | Server | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: | 926779 |
Description
The following custom line style results in very interesting looking pictures.
<?xml version="1.0" encoding="UTF-8"?> <SimpleSymbolDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:noNamespaceSchemaLocation="SymbolDefinition-1.0.0.xsd"> <Name>LongDashDotShortDashDot</Name> <Graphics> <Path> <Geometry> M -12.5,0 L -2.5,0 M 0,0 L 0,0 M 2.5,0 L 7.5,0 M 10,0 L 10,0 </Geometry> <LineColor>ff000000</LineColor> </Path> </Graphics> <LineUsage> <VertexControl>'OverlapWrap'</VertexControl> <Repeat>25</Repeat> <VertexJoin>'Miter'</VertexJoin> </LineUsage> <ParameterDefinition/> </SimpleSymbolDefinition>
Change History (5)
comment:1 by , 18 years ago
External ID: | → 926779 |
---|
comment:2 by , 18 years ago
Summary: | Custom line style renders wrong → Symbolization: Custom line style renders wrong |
---|
comment:3 by , 18 years ago
Milestone: | 1.2 → 1.3 |
---|---|
Version: | 1.2.0 |
Support for line styles in the new symbolization will be completed in version 1.3.
comment:4 by , 18 years ago
Component: | General → Server |
---|
comment:5 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed in the line wrapping code some time ago.
Note:
See TracTickets
for help on using tickets.
Prefixing summary with "Symbolization"