Opened 16 years ago
Closed 16 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)
Change History (6)
by , 16 years ago
Attachment: | epicfail.png added |
---|
by , 16 years ago
Attachment: | tehwin.png added |
---|
comment:1 by , 16 years ago
comment:3 by , 16 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 , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
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
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