[Chameleon-dev] [Bug 803] [Chameleon-Widget]Use of RoiFeatureTool
widget is not working as expected
bugzilla-daemon at www.maptools.org
bugzilla-daemon at www.maptools.org
Mon Nov 1 20:19:15 EST 2004
http://www.maptools.org/bugzilla/show_bug.cgi?id=803
pspencer at dmsolutions.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmorissette at dmsolutions.ca
------- Additional Comments From pspencer at dmsolutions.ca 2004-11-01 20:19 -------
it appears to be a typo in the code, in that the constant should be MS_PIXELS.
I wonder if this was a change from a previous version of mapserver (Daniel, has
this changed?)
If not changed, then I will change MS_PIXEL to MS_PIXELS. If it has changed
then I will implement something like:
if (!defined( "MS_PIXEL" ) && defined( "MS_PIXELS" ))
define( "MS_PIXEL", MS_PIXELS );
but we'll need a fallback if neither is defined ... which would probably mean
that mapscript didn't load correctly ...
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Chameleon-dev
mailing list