Ticket #870 (closed defect: fixed)

Opened 9 years ago

Last modified 9 years ago

expose the z element

Reported by: assefa Owned by: assefa
Priority: high Milestone:
Component: MapScript-PHP Version: 4.3
Severity: normal Keywords:
Cc:

Description

Support for Z shape files means modifying objects and functions to deal with 
the z element.
Check also Bug 869.

Change History

Changed 9 years ago by assefa

  • summary changed from expose the z element to expose the z element
  • blocked set to 869

Changed 9 years ago by sgillies@…

  • blocked set to 871

Changed 9 years ago by assefa

  • status changed from new to closed
  • resolution set to fixed
Here are the modifications done for php mapscript :

  - the point object exposes the z element
  - addistion of 2 new functions
      * setXYZ(double x, double y , double z, [, double m]) on a point object
      * addXYZ(double x, double y, double z [, double m]) on a line object

 The reason for creating these 2 new functions (instead of modifying setXY) is
to avoid breaking applications by adding an additional argument to a function.

 Marking it as fixed. (Not yest commited : waiting for CVS to be up)
Note: See TracTickets for help on using tickets.