Ticket #2766 (new defect)

Opened 1 year ago

Last modified 1 year ago

Convert SIZE... and WIDTH... styleObj and labelObj properties from int to double

Reported by: sdlime Assigned to: jmckenna
Priority: normal Milestone: 5.6 release
Component: MapServer Documentation Version: unspecified
Severity: normal Keywords:
Cc: dmorissette, aboudreault, tbonfort, tamas

Description

AGG can deal with fractional widths and sizes but styleObj's define those properties as int's. Shouldn't be a big deal since both GD and AGG don't use those values directly, rather they use scaled values with are cast or rounded to an int if necessary.

Steve

Change History

09/17/08 16:01:41 changed by dmorissette

  • cc set to dmorissette.

09/20/08 11:30:45 changed by sdlime

  • status changed from new to assigned.

Dan: Do you know what would need to be done to PHP/MapScript? I wouldn't think much. I'm in favor of committing what I've got now and then reassigning to PHP component.

Steve

09/22/08 15:36:51 changed by dmorissette

  • cc changed from dmorissette to dmorissette, aboudreault.

The changes in PHP MapScript? will be very simple. You can go ahead and commit and we'll take care of the PHP MapScript? changes.

09/22/08 17:29:18 changed by sdlime

  • cc changed from dmorissette, aboudreault to dmorissette, aboudreault, tbonfort.
  • component changed from MapServer C Library to MapScript-PHP.

Committed in r7919. Turning over to PHP/MapScript component and then you guys can pass it on to the documentation component.

Steve

09/22/08 17:29:52 changed by sdlime

  • owner changed from sdlime to dmorissette.
  • status changed from assigned to new.

09/23/08 14:00:39 changed by dmorissette

  • owner changed from dmorissette to jmckenna.
  • component changed from MapScript-PHP to MapServer Documentation.

PHP MapScript? changes committed in SVN trunk r7923.

Reassigning to Jeff for doc updates

01/29/09 18:36:42 changed by tamas

  • summary changed from Convert SIZE... and WIDTH... styleObj properties from int to double to Convert SIZE... and WIDTH... styleObj and labelObj properties from int to double.

Added the same for labeObj size, minsize and maxsize in r8482

The docs should be updated accordingly

01/29/09 18:37:00 changed by tamas

  • cc changed from dmorissette, aboudreault, tbonfort to dmorissette, aboudreault, tbonfort, tamas.