Ignore:
Timestamp:
2008-04-12T15:59:42+02:00 (17 years ago)
Author:
tim
Message:

CHANGED slippy_map_chooser:

  • Tried to fix ticket #629 and #599 (IllegalArgumentException when zooming on Japan)

ADDED to slippy_map_chooser:

  • Patch (Ticket #678): Zooming doesn't take cursor location into consideration (now it does thanks to Johannes Rudolph)
  • Patch (Ticket #678): When zooming use parent tiles while new tiles are loading (by Johannes Rudolph)
File:
1 edited

Legend:

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

    r7199 r7343  
    1818        private static final String KEY_MAX_TILES_IN_DB = "slippy_map_chooser.max_tiles";
    1919        private static final String KEY_MAX_TILES_REDUCE_BY = "slippy_map_chooser.max_tiles_reduce_by";
     20        public static boolean DEBUG_MODE = false;
    2021       
    21         static int MAX_TILES_IN_DB = 1000;
    22         static int MAX_TILES_REDUCE_BY = 100;
     22       
     23        static int MAX_TILES_IN_DB = 200;
     24        static int MAX_TILES_REDUCE_BY = 40;
    2325       
    2426        public SlippyMapChooserPlugin(){
     
    7476        }
    7577       
    76        
    77        
    78        
    7978}
Note: See TracChangeset for help on using the changeset viewer.