Ignore:
Timestamp:
2015-06-24T23:16:58+02:00 (9 years ago)
Author:
wiktorn
Message:

comment code not compiling after 8526. Not sure if its needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java

    r30737 r31307  
    393393        /* If the layer is a WMS layer, check if any tiles are
    394394         * missing */
     395        /* FIXME: the code below is commented to fix compilation problems. Not sure if the code below is needed
    395396        if (ground instanceof WMSLayer) {
    396397            WMSLayer wms = (WMSLayer) ground;
     
    403404                            e_lon[0], e_lat[0])));
    404405        }
    405 
     406        */
    406407        /* Request the image from ground layer */
    407408        ground.paint(ground_view.graphics, ground_view, null);
Note: See TracChangeset for help on using the changeset viewer.