[mapguide-trac] #1911: Maestro - SymbolDefinition Editor
MapGuide Open Source
trac_mapguide at osgeo.org
Thu Jan 5 12:10:09 EST 2012
#1911: Maestro - SymbolDefinition Editor
----------------------------+-----------------------------------------------
Reporter: crispinatime | Owner: jng
Type: enhancement | Status: new
Priority: low | Milestone: Maestro-4.1
Component: Maestro | Version:
Severity: minor | Keywords:
External_id: |
----------------------------+-----------------------------------------------
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>
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1911>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list