Ignore:
Timestamp:
2010-12-08T11:02:25+01:00 (13 years ago)
Author:
bastiK
Message:

Added remotecontrol plugin to josm core. This plugin was initially written by Frederik Ramm (frederik) and incorporates code taken from YWMS plugin by frsantos. Major contributions by Bodo Meissner (bomm) and stephankn. Note: The code has been added, but is not "active" yet (RemoteControl.on == false). This is because wmsplugin and imagery plugin has not been adapted to this change. They are about to be integrated as well, so this adaption is not necessary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/util/ValUtil.java

    r3671 r3707  
    1010import java.util.Set;
    1111
    12 import org.openstreetmap.josm.Main;
    1312import org.openstreetmap.josm.data.osm.Node;
    1413import org.openstreetmap.josm.data.osm.Way;
     
    2221public class ValUtil
    2322{
    24     /**
    25      * Returns the plugin's directory of the plugin
    26      *
    27      * @return The directory of the plugin
    28      */
    29     public static String getPluginDir()
    30     {
    31         return Main.pref.getPreferencesDir() + "validator/";
    32     }
    33 
    3423    /**
    3524     * Returns the start and end cells of a way.
Note: See TracChangeset for help on using the changeset viewer.