Changes between Version 25 and Version 26 of PerlMapScriptExamples35


Ignore:
Timestamp:
Jan 29, 2009, 7:16:23 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PerlMapScriptExamples35

    v25 v26  
    8888    One major thing to watch out for, Sean made use of Perl's automatic garbage collection, creating destructors for all objects so there is no need to call any free() methods. In fact $imageObj->free() causes a core dump. The free() methods will be going away in the near future.
    8989
    90   * [wiki:PerlMapScriptExamples42ex1 query_points42.pl submitted by Eric Bridger <eric@gomoos.org>
     90  * [wiki:PerlMapScriptExamples42ex1 query_points42.pl] submitted by Eric Bridger <eric@gomoos.org>
    9191
    9292    Just a 4.2 version of query_points2.pl, above. Shows how to create a dynamic point layer which responds to queryByPoint() and will return your numeric database key values and illustrates the use of the new styleObject and the new setRGB() methods and the new $layerObj->getNumResults().