| 1 | ### Eclipse Workspace Patch 1.0
|
|---|
| 2 | #P JMapViewer
|
|---|
| 3 | Index: src/org/openstreetmap/gui/jmapviewer/JMapViewer.java
|
|---|
| 4 | ===================================================================
|
|---|
| 5 | --- src/org/openstreetmap/gui/jmapviewer/JMapViewer.java (revision 36494)
|
|---|
| 6 | +++ src/org/openstreetmap/gui/jmapviewer/JMapViewer.java (working copy)
|
|---|
| 7 | @@ -44,11 +44,9 @@
|
|---|
| 8 |
|
|---|
| 9 | private static final long serialVersionUID = 1L;
|
|---|
| 10 |
|
|---|
| 11 | - /** whether debug mode is enabled or not */
|
|---|
| 12 | - public static boolean debug;
|
|---|
| 13 | + public static final boolean DEBUG = false;
|
|---|
| 14 |
|
|---|
| 15 | - /** option to reverse zoom direction with mouse wheel */
|
|---|
| 16 | - public static boolean zoomReverseWheel;
|
|---|
| 17 | + public static final boolean ZOOM_REVERSE_WHEEL = true;
|
|---|
| 18 |
|
|---|
| 19 | /**
|
|---|
| 20 | * Vectors for clock-wise tile painting
|
|---|