[mapguide-users] ResizeBox

Traian Stanev traian.stanev at autodesk.com
Tue Mar 17 12:36:20 EDT 2009


Hi, 

I checked with one of the developers of the resize box, and here is his answer:

==
The ResizeBox functionality is not designed to do what he wants ("scale the symbol and make it fit to the ResizeBox").

Here's the description from the schema's ResizeBox element:

The optional box used to resize and reposition select graphic elements. The graphical extent of all elements with ResizeControl set to AddToResizeBox will be added to this box, potentially causing it to grow in size. Any change in size causes all elements with ResizeControl set to AdjustToResizeBox to be proportionally resized and repositioned.
==

If you want to scale the whole symbol, you can use the scaling elements available in the SymbolInstance which references the SymbolDefinition in your LayerDefinition.


Traian


-----Original Message-----
From: mapguide-users-bounces at lists.osgeo.org [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Jamo
Sent: Sunday, March 15, 2009 10:07 PM
To: mapguide-users at lists.osgeo.org
Subject: [mapguide-users] ResizeBox


I cannot seem to get the syntax right for the resizebox control...
I would basically like to scale the symbol and make it fit to the ResizeBox
...


<?xml version="1.0" encoding="UTF-8"?>
<SimpleSymbolDefinition
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="SymbolDefinition-1.1.0.xsd" version="1.1.0">
  <Name>House</Name>
  <Graphics>
    <Path>
<ResizeControl>'AdjustToResizeBox'</ResizeControl>
      <Geometry>
	M 0.407,-1.604 L -0.268,-1.766 L -0.307,0.122 L -0.638, 0.086 L 0.711,1.686
L 2,0.371 L 1.711,0.34 L 1.67,-1.301 L 1.177,-1.419 L 1.177,0.282 L
0.407,0.199 Z
	M -0.477,0.738 L -0.808,0.808 L -0.808,1.411 L -0.477,1.411 Z
	M -0.42,0.726 L -0.42,1.41 L -0.16,1.41 L -0.16,0.961 Z
      </Geometry>
      <FillColor>%FillColor2%</FillColor>
      <LineColor>%LineColor%</LineColor>
      <LineWeight>0.0</LineWeight>
    </Path>

    <Path>
<ResizeControl>'AdjustToResizeBox'</ResizeControl>
      <Geometry>
	M -0.268,-1.766 L -1.636,-1.081 L -1.739,0.421 L -0.638,0.086 L
-0.307,0.122 Z
	M -0.638,0.086 L -2,0.5 L -0.662,1.766 L 0.711,1.686 Z
	M 1.177,-1.419 L 0.407,-1.064 L 0.407,0.199 L 1.177,0.282 Z
      </Geometry>
      <FillColor>%FillColor1%</FillColor>
      <LineColor>%LineColor%</LineColor>
      <LineWeight>0.0</LineWeight>
    </Path>

  </Graphics>
  <ResizeBox>
    <SizeX>6</SizeX>
    <SizeY>5</SizeY>
    <PositionX>0</PositionX>
    <PositionY>0</PositionY>
    <GrowControl>'GrowInXY'</GrowControl>
  </ResizeBox>

  <PointUsage>
<Angle>%Rot%</Angle>
</PointUsage>
      <ParameterDefinition>
<Parameter>
<Identifier>Rot</Identifier>
<DefaultValue/>
<DisplayName>Rotation</DisplayName>
<Description>Point Symbol Rotation</Description>
<DataType>String</DataType>
</Parameter>
<Parameter>
<Identifier>FillColor1</Identifier>
<DefaultValue/>
<DisplayName>Fill Color 1</DisplayName>
<Description>The Fill Color</Description>
<DataType>String</DataType>
</Parameter>
<Parameter>
<Identifier>FillColor2</Identifier>
<DefaultValue/>
<DisplayName>Fill Color 2</DisplayName>
<Description>The Fill Color</Description>
<DataType>String</DataType>
</Parameter>
<Parameter>
<Identifier>LineColor</Identifier>
<DefaultValue/>
<DisplayName>Line Color</DisplayName>
<Description>The Line Color</Description>
<DataType>String</DataType>
</Parameter>
<Parameter>
<Identifier>Label</Identifier>
<DefaultValue/>
<DisplayName>Label</DisplayName>
<Description>The Label Text</Description>
<DataType>String</DataType>
</Parameter>
</ParameterDefinition> 
</SimpleSymbolDefinition>

-- 
View this message in context: http://n2.nabble.com/ResizeBox-tp2483804p2483804.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

_______________________________________________
mapguide-users mailing list
mapguide-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


More information about the mapguide-users mailing list