Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3797 closed defect (fixed)

Remove GAP, PATTERN, LINECAP/JOIN and POSITION from symbolObj

Reported by: tbonfort Owned by: havatv
Priority: normal Milestone: 6.0 release
Component: Documentation - MapServer Version: svn-trunk (development)
Severity: normal Keywords:
Cc: havatv, dmorissette, jmckenna

Description

These parameters have been migrated to the styleObj as their concept applies to styling a symbol rather than to a symbol itself.

TODO:

  • remove references of these properties from the code
  • update documentation
  • update 6.0 migration guide

Attachments (3)

gap.patch (10.1 KB ) - added by tbonfort 13 years ago.
patch removing properties from symbolObj
symbol.i.3797.patch (649 bytes ) - added by assefa 13 years ago.
symbol.c.3797.patch (4.4 KB ) - added by assefa 13 years ago.

Download all attachments as: .zip

Change History (12)

comment:1 by tbonfort, 13 years ago

Owner: changed from sdlime to dmorissette

I'll attach a patch implementing the change.

giving ownership to Daniel, as I won't be able to commit the change if we move forward on this.

by tbonfort, 13 years ago

Attachment: gap.patch added

patch removing properties from symbolObj

by assefa, 13 years ago

Attachment: symbol.i.3797.patch added

by assefa, 13 years ago

Attachment: symbol.c.3797.patch added

comment:2 by assefa, 13 years ago

if this is committed we need to upgrade mapscript. patchs were tested for python and php.

comment:3 by dmorissette, 13 years ago

Status: newassigned

Committed the patches in SVN trunk r11472.

Keeping ticket open to update docs and migration guide.

comment:4 by havatv, 13 years ago

Cc: havatv added

Documentation for the mapfile SYMBOL object updated in r11475.

comment:5 by havatv, 13 years ago

I have tried to update the symbol object documentation for mapscript in r11476. I am not familiar with mapscript functionality and documentation, so I have left the rest as it is (it seems a bit outdated).

comment:6 by havatv, 13 years ago

I have updated the mapfile style documentation in r11494. LINEJOINMAXSIZE is not mentioned explicitly, but it has also been taken care of in the documentation.

comment:7 by dmorissette, 13 years ago

Cc: dmorissette jmckenna added
Component: MapServer C LibraryMapServer Documentation
Owner: changed from dmorissette to havatv
Status: assignednew

Moving to docs component. (see comment:5 about mapscript docs updates)

Are we ready to close this ticket or should we expect more updates?

comment:8 by havatv, 13 years ago

Resolution: fixed
Status: newclosed

I have created ticket #3824 for updating the symbol construction document. I close this ticket and mark it as fixed. jmckenna can reopen if there are problems with for instance the mapscript documentation.

comment:9 by tbonfort, 13 years ago

writeStyle() updated in r11516

Note: See TracTickets for help on using tickets.