Opened 12 years ago

Closed 12 years ago

#1911 closed enhancement (fixed)

Maestro - SymbolDefinition Editor

Reported by: crispinatime Owned by: jng
Priority: low Milestone: Maestro-5.0
Component: Maestro Version:
Severity: minor Keywords:
Cc: External ID:

Description

When a Maestro SymbolDefinition v1.1 is created (or a v1.0 is updated and then subsequently edited) the GUI editor does not run and you get the XML editor.

Also, there is no user exposure for the default SizeX/SizeY elements so using an image (for example) you have to go to XML editor to edit before using as a useful Library reference in a composite layer style.

<SizeX>5</SizeX> <SizeY>5</SizeY>

<?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" version="1.0.0">

<Name>MySymbol</Name> <Description>A description for this symbol</Description> <Graphics>

<Image>

<Content>

... snip ...

</Content> <SizeX>5</SizeX> <SizeY>5</SizeY>

</Image>

</Graphics> <PointUsage>

<AngleControl>'FromAngle'</AngleControl> <Angle>0</Angle> <OriginOffsetX>0</OriginOffsetX> <OriginOffsetY>0</OriginOffsetY>

</PointUsage> <ParameterDefinition />

</SimpleSymbolDefinition>

Change History (1)

comment:1 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed r6253

Note: See TracTickets for help on using tickets.