Ignore:
Timestamp:
2010-12-12T01:47:03+01:00 (16 years ago)
Author:
Upliner
Message:

Added imagery plugin to josm core. Imagery plugin is union of wmsplugin and slippymap plugins. It includes code by Tim Waters, Petr Dlouhý, Frederik Ramm and others. Also enables the remotecontol which was integrated in [3707].

Location:
trunk/src/org/openstreetmap/josm/plugins
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r3704 r3715  
    8989            {"usertools", IN_CORE},
    9090            {"AgPifoJ", IN_CORE}, {"utilsplugin", IN_CORE}, {"ghost", IN_CORE},
    91             {"validator", IN_CORE}, {"multipoly", IN_CORE}}) {
     91            {"validator", IN_CORE}, {"multipoly", IN_CORE},
     92            {"remotecontrol", IN_CORE},
     93            {"imagery", IN_CORE}, {"slippymap", IN_CORE}, {"wmsplugin", IN_CORE}}) {
    9294            DEPRECATED_PLUGINS.put(depr[0], depr.length >= 2 ? depr[1] : null);
    9395        }
Note: See TracChangeset for help on using the changeset viewer.