antialias() function

Camden Daily cdaily at GMAIL.COM
Wed Apr 6 10:57:02 EDT 2005


And of course, the two lines that read
          for ($l=0; $l<count($points); $l) {
should read
          for ($l=0; $l<count($points); $l++) {

Does PHP catch infinite loops?  Seems that code mistake should have
broken my function somehow.

-Camden



More information about the mapserver-users mailing list