[mapserver-users] Mapplet Problem

Doug Braeckel BraeckelD@etminc.com
Mon, 12 Aug 2002 08:30:17 -0400


That was the problem.  Java didn't like the PNG file.  JPG worked great, but
the quality, even bumped all the way up, is lacking.  I guess I'm going to
have to go with GIF or just deal with the poor image quality.

Thanks to everyone who responded.  Now I just have to get the "Applet
mapplet document.form1 has no properties" error figured out.

Thanks again,

Doug


Doug Braeckel
Senior GIS Programmer
England, Thims & Miller, Inc.
PH: (904) 642-8990
FX: (904) 646-9485


-----Original Message-----
From: m.spring@gmx.de [mailto:m.spring@gmx.de]
Sent: Friday, August 09, 2002 3:10 PM
To: mapserver-users@lists.gis.umn.edu
Subject: Re: [mapserver-users] Mapplet Problem


Hi,

your image url points to a png file. At least to my knowlegde java is
not able to handle png files, but your browser may be!
Retry with gif or jpg, this (to my knowledge) should work

Markus