MapGuide Open Source:  Home |  Download |  Internals

Ticket #56 (closed defect: fixed)

Opened 1 year ago

Last modified 8 months ago

Symbolization: Custom line style renders wrong

Reported by: traianstanev Assigned to: 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

04/12/07 12:00:39 changed by rexszeto

  • external_id set to 926779.

04/24/07 04:51:40 changed by waltweltonlair

  • summary changed from Custom line style renders wrong to Symbolization: Custom line style renders wrong.

Prefixing summary with "Symbolization"

05/21/07 04:39:28 changed by waltweltonlair

  • version deleted.
  • milestone changed from 1.2 to 1.3.

Support for line styles in the new symbolization will be completed in version 1.3.

05/22/07 08:19:07 changed by waltweltonlair

  • component changed from General to Server.

01/08/08 18:56:59 changed by waltweltonlair

  • status changed from new to closed.
  • resolution set to fixed.

This was fixed in the line wrapping code some time ago.