Ignore:
Timestamp:
2006-03-25T16:21:09+01:00 (18 years ago)
Author:
imi
Message:
  • refactored GpsPoint to be immutable and added LatLon and NorthEast
  • refactored Bounding Box calculations
  • various other renames
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java

    r68 r71  
    9494         * Delete the primitives and everything they references.
    9595         *
    96          * If a node is deleted, the node and all line segments, waies and areas
     96         * If a node is deleted, the node and all line segments, ways and areas
    9797         * the node is part of are deleted as well.
    9898         *
    99          * If a line segment is deleted, all waies the line segment is part of
     99         * If a line segment is deleted, all ways the line segment is part of
    100100         * are deleted as well. No nodes are deleted.
    101101         *
Note: See TracChangeset for help on using the changeset viewer.