Changeset 31307 in osm for applications
- Timestamp:
- 2015-06-24T23:16:58+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java
r30737 r31307 393 393 /* If the layer is a WMS layer, check if any tiles are 394 394 * missing */ 395 /* FIXME: the code below is commented to fix compilation problems. Not sure if the code below is needed 395 396 if (ground instanceof WMSLayer) { 396 397 WMSLayer wms = (WMSLayer) ground; … … 403 404 e_lon[0], e_lat[0]))); 404 405 } 405 406 */ 406 407 /* Request the image from ground layer */ 407 408 ground.paint(ground_view.graphics, ground_view, null);
Note:
See TracChangeset
for help on using the changeset viewer.