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

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to