[mapguide-users] Polygon fill foreground color from FDO property problem

Turcsanyi Zoltan zolinko at freemail.hu
Wed Oct 20 11:13:43 EDT 2010


Hi All,

I need some help about simple polygon filling with custom color.
I'd like to fill polygons with colors stored in database (mapped to an FDO property).
I'have tried to edit the layerdefinition xml, but no success.
Is there any option to do this?

Relevant code from the xml:
...
    <Geometry>SDOOBJ</Geometry>
    <VectorScaleRange>
      <AreaTypeStyle>
        <AreaRule>
          <LegendLabel>
          </LegendLabel>
          <AreaSymbolization2D>
            <Fill>
              <FillPattern>Solid</FillPattern>
              <ForegroundColor>POPULATION</ForegroundColor>
              <BackgroundColor>FF000000</BackgroundColor>
            </Fill>
          </AreaSymbolization2D>
        </AreaRule>
      </AreaTypeStyle>
    </VectorScaleRange>
...

where POPULATION is the FDO string property - containing int values.

TIA
zolinko



More information about the mapguide-users mailing list