Opened 15 years ago

Closed 15 years ago

#789 closed defect (duplicate)

Composite Lines from MySQL Not Wrapping

Reported by: rbranson Owned by:
Priority: medium Milestone:
Component: General Version: 2.0.2
Severity: minor Keywords:
Cc: External ID:

Description

I'm using MapGuide 2.0.2. MySQL's FDO provider reports my 'LINESTRING' drawing (city streets) as being a generic geometry type, so MapGuide Studio shows style options for line, area, and points. It serializes this to XML with functionally "empty" AreaTypeStyle and PointTypeStyle XML:

<PointTypeStyle>
 <DisplayAsText>false</DisplayAsText>
 <AllowOverpost>false</AllowOverPost>
 <PointRule>
  <LegendLabel />
 </PointRule>
</PointTypeStyle>

.. etc. The correct line styles are in the XML. Upon rendering, overlapping road segments are not visually "merged" or "wrapped." See the attached "epicfail.png." If I remove the PointTypeStyle and AreaTypeStyle XML elements and their child tags, this problem goes away. See the attached "tehwin.png" This means I have to go clean up all the XML created by Studio users. While I'm glad I found a workaround, it's somewhat of an annoying problem.

NOTE: In attached image, the white lines w/black outline are the layer I'm talking about.

Attachments (2)

epicfail.png (47.0 KB ) - added by rbranson 15 years ago.
tehwin.png (46.9 KB ) - added by rbranson 15 years ago.

Download all attachments as: .zip

Change History (6)

by rbranson, 15 years ago

Attachment: epicfail.png added

by rbranson, 15 years ago

Attachment: tehwin.png added

comment:1 by tomfukushima, 15 years ago

Hi, Please add step by step instructions for reproducing this problem. It also looks like a package will help. If it makes a difference on platform and install type please include that information as well. Tom

comment:2 by zspitzer, 15 years ago

This look like a duplicate of #773

comment:3 by rbranson, 15 years ago

Yup, looks like it is a duplicate of #773. Is the procedure to leave it around until the other one is fixed or mark it a dupe and go away?

comment:4 by tomfukushima, 15 years ago

Resolution: duplicate
Status: newclosed

Thanks for confirming that this is a duplicate. Nice catch Zac. This saves everyone from a lot of extra work! We'll mark this as duplicate and close it. Tom

Note: See TracTickets for help on using tickets.