Ignore:
Timestamp:
2009-01-23T19:26:39+01:00 (17 years ago)
Author:
tim
Message:

ADDED: CycleMap is now available in slippy_map_chooser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/slippy_map_chooser/src/OsmMapControl.java

    r12778 r13327  
    9999                iSlippyMapChooser.repaint();
    100100               
    101             }else if(sourceButton == SourceButton.MAPNIK || sourceButton == SourceButton.OSMARENDER) {
     101            }else if(sourceButton == SourceButton.MAPNIK || sourceButton == SourceButton.OSMARENDER || sourceButton == SourceButton.CYCLEMAP) {
    102102                iSlippyMapChooser.toggleMapSource(sourceButton);
    103103            }
Note: See TracChangeset for help on using the changeset viewer.