Re: [OpenMap Users] WMS plugin terminal output

From: Bart Jourquin <bart.jourquin_at_fucam.ac.be>
Date: Fri, 25 Aug 2006 14:12:22 +0200

Hi again

It seems that it is not an OpenMap message, but a JVM one...

in javax.swing.ImageIcon:

/**
     * Loads the image, returning only when the image is loaded.
     * _at_param image the image
     */
    protected void loadImage(Image image) {
synchronized(tracker) {
            int id = getNextID();

    tracker.addImage(image, id);
    try {
tracker.waitForID(id, 0);
    } catch (InterruptedException e) {
System.out.println("INTERRUPTED while loading Image");
    }
            loadStatus = tracker.statusID(id, false);
    tracker.removeImage(image, id);

    width = image.getWidth(imageObserver);
    height = image.getHeight(imageObserver);
}
    }

So, I'm afraid I can't get rid of the message...

Bart

Le vendredi 25 août 2006 à 12:52 +0200, Bart Jourquin a écrit :

> Hi all,
>
> When a WMSPlugIn is active it sends a "INTERRUPTED while loading
> Image" message to the console when the view is changed during zooming
> for instance, because a new request is sent to the server before it
> has handled the previous one.
>
> I can't figure out which OpenMap class is responsible for this
> message, and I would like to avoid it. How can I achieve this?
>
> Bart
>
> --
> Prof Dr Bart Jourquin
> F.U.Ca.M. - G.T.M.
> Chaussée de Binche, 151a
> B7000 Mons, Belgium
> Tel. : +32 65 323293
> Fax. : +32 65 315691
> http://www.fucam.ac.be/jourquin

-- 
Prof Dr Bart Jourquin
F.U.Ca.M. - G.T.M.
Chaussée de Binche, 151a
B7000 Mons, Belgium
Tel. : +32 65 323293
Fax. : +32 65 315691
http://www.fucam.ac.be/jourquin
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Fri Aug 25 2006 - 08:13:21 EDT

This archive was generated by hypermail 2.3.0 : Tue Mar 28 2017 - 23:25:07 EDT