bug/solved: "new shapefileObj" causing bizarre errors

Sean O'Hagan seano at metavera.com
Thu Oct 19 14:37:29 EDT 2000


Well, my partner solved the problem. Here is the naughty line followed by
the "corrected" line:

$shapefile = new shapefileObj("path/path/path/NAME",-1);

$shapefile = new shapefileObj("path/path/path/name",-1);

Apparently, upper case causes some problems in the instantiating of a
shapefile object.

Environment: FreeBSD w/ Mapserver 3.3.11

Metavera Solutions, Inc.
192 Spadina Ave., Suite 405
Toronto, ON
M5T 2C2
Tel: (416) 504-8351
Fax: (416) 364-2636
Email: seano at metavera.com
Fallback email: smohagan at yahoo.com






More information about the mapserver-users mailing list