RE: [mapguide-users] Thematic Mapping

2009-02-04 Thread padmini godavarthi
ee some color variation. E.g. > > InterpolateColor(portion, "00FF00", "FF", 0) > > Try that and see what happens. > > It seems to me that you do not yet have a very strong understanding of how > the code below actually functions. I would urge you to spend so

RE: [mapguide-users] Thematic Mapping

2009-02-02 Thread Chris Claydon
un...@lists.osgeo.org] On Behalf Of padmini godavarthi Sent: Sunday, February 01, 2009 9:22 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Thematic Mapping Hi z, Thanku very much for ur suggestions.i will respect it. but i understood the answer given by Chris. But i think its n

Re: [mapguide-users] Thematic Mapping

2009-02-01 Thread padmini godavarthi
Hi z, Thanku very much for ur suggestions.i will respect it. but i understood the answer given by Chris. But i think its not correct solution for my original query. i want to display different colors to the different polygons. but while applying 2 colors in the InterpolateColor function it doesn't

Re: [mapguide-users] Thematic Mapping

2009-01-31 Thread Zac Spitzer
when someone takes times to provide a response, it's respectful to taking a bit more time to read your original email AGAIN ! your calling InterpolateColor(portion, "C2C3C4", "C2C3C4", 0), InterpolateColor(portion,"C2C3C4", "C2C3C4", 0)); which takes two colors to create a range, yet you pass in

RE: [mapguide-users] Thematic Mapping

2009-01-31 Thread padmini godavarthi
Hi, Thanks for ur reply.but i didn't get u can u plz tell me briefly so that it will be helpful to me. Thanks and Regards, Padmini. Chris Claydon wrote: > > I would recommend modifying your call to InterpolateColor() so that the > start color and end color correspond to the colors you want. T

RE: [mapguide-users] Thematic Mapping

2009-01-30 Thread Chris Claydon
I would recommend modifying your call to InterpolateColor() so that the start color and end color correspond to the colors you want. They are currently both set to the same string. -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo

RE: [mapguide-users] Thematic Mapping

2009-01-10 Thread Andy Morsell
atial Integrators, Inc. www.SpatialGIS.com -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of padmini godavarthi Sent: Saturday, January 10, 2009 12:24 AM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] The

RE: [mapguide-users] Thematic Mapping

2009-01-10 Thread padmini godavarthi
Hi, Thanks for u r reply. But i want the only codein c sharp for applying theme. Can u plz send me the code . Regards, Padmini. Chris Claydon wrote: > > Most of the interesting code for the Theme sample is in the files > thememain.aspx and classes/theme.aspx > > Thememain.aspx handles most

RE: [mapguide-users] Thematic Mapping

2009-01-09 Thread Chris Claydon
Most of the interesting code for the Theme sample is in the files thememain.aspx and classes/theme.aspx Thememain.aspx handles most of the UI Theme.aspx contains the methods to retrieve required information from MapGuide, and to generate the new themed layer. The key method is ApplyTheme() whic