Changeset 18760 in josm


Ignore:
Timestamp:
2023-06-14T21:06:20+02:00 (13 months ago)
Author:
taylor.smock
Message:

Indicate that JOSM presets are also used by Vespucci to TagInfo (patch by simonpoole)

Also remove an unneeded import in SplitMode.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/TagInfoExtract.java

    r18723 r18760  
    335335                }
    336336            }
    337             writeJson("JOSM user presets", "Tags supported by the user contributed presets in the OSM editor JOSM", tags);
     337            writeJson("JOSM user presets", "Tags supported by the user contributed presets to the OSM editors JOSM and Vespucci", tags);
    338338        }
    339339    }
  • trunk/src/org/openstreetmap/josm/actions/mapmode/SplitMode.java

    r18759 r18760  
    5353import org.openstreetmap.josm.gui.Notification;
    5454import org.openstreetmap.josm.gui.layer.Layer;
    55 import org.openstreetmap.josm.gui.layer.OsmDataLayer;
    5655import org.openstreetmap.josm.gui.util.HighlightHelper;
    5756import org.openstreetmap.josm.tools.Geometry;
Note: See TracChangeset for help on using the changeset viewer.