source: josm/trunk/src/org/openstreetmap/josm/gui/progress/ProgressTaskIds.java@ 4932

Last change on this file since 4932 was 4745, checked in by jttt, 12 years ago

Add precache wms tiles action to gpx layers (it will download wms tiles along track to cache for faster work afterwards)

File size: 287 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.progress;
3
4public interface ProgressTaskIds {
5
6 ProgressTaskId DOWNLOAD_GPS = new ProgressTaskId("core", "downloadGps");
7 ProgressTaskId PRECACHE_WMS = new ProgressTaskId("core", "precacheWms");
8
9}
Note: See TracBrowser for help on using the repository browser.