Ticket #2766 (closed defect: fixed)

Opened 3 years ago

Last modified 19 months ago

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

Reported by: sdlime Owned by: jmckenna
Priority: normal Milestone: 5.6 release
Component: Documentation - MapServer 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

Changed 3 years ago by dmorissette

  • cc dmorissette added

Changed 3 years ago 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

Changed 3 years ago by dmorissette

  • cc aboudreault added

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.

Changed 3 years ago by sdlime

  • cc tbonfort added
  • 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

Changed 3 years ago by sdlime

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

Changed 3 years ago 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

Changed 3 years ago 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

Changed 3 years ago by tamas

  • cc tamas added

Changed 19 months ago by jmckenna

  • status changed from new to assigned

Changed 19 months ago by jmckenna

  • status changed from assigned to closed
  • resolution set to fixed
  • updated STYLE and LABEL object documentation accordingly
Note: See TracTickets for help on using tickets.