Opened 16 years ago
Closed 16 years ago
#688 closed defect (fixed)
Polygon Label throws MgDbXmlException
Reported by: | crispinatime | Owned by: | ksgeograf |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Maestro | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
Hi,
Editing a polygon and adding a label does not retain the size in the editor and fails to create valid XML for saving.. e.g. below.
This is on the latest build.
A good feature would be to log exceptions to memory somewhere and then to be able to retrieve them (for bug reports) through the Help/About interface or a new Help/Exception item on the main menu.
Cheers - Crispin
<Label>
<Unit>Meters</Unit> <SizeContext>MappingUnits</SizeContext> <Text>FeatId</Text> <ForegroundColor>000000</ForegroundColor> <BackgroundColor>ffffff</BackgroundColor> <BackgroundStyle>Transparent</BackgroundStyle>
</Label>
Thank you for reporting that. I had just fixed some issues with labels, but had not seen the problem with the size.
I have fixed this and put up a preview (r3300): http://trac.osgeo.org/mapguide/wiki/maestro/Downloads
If the problem is not fixed in that version, please reopen this ticket.
I have also implemented your suggestion to put in a "Last exception" viewer in the help menu. It does not yet work for all exceptions, but does work for "Save" exceptions, like the one you reported.