Ignore:
Timestamp:
2006-01-23T00:00:39+01:00 (20 years ago)
Author:
imi
Message:
  • Save of GPX files does not save deleted - state.
  • Please wait window is always at the middle of the window where JOSM started, not the middle of the current JOSM window.
  • When saving data with tracks as OSM, an IllegalAddException may occour.
  • Saving OSM files reset the new object counter.
  • Loading of files changes coordinates (loaded as float, saved as double)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/Main.java

    r40 r44  
    5656         */
    5757        private Container panel;
    58         /**
    59          * The name of the current loaded mapFrame
    60          */
    61         private String name;
    6258        /**
    6359         * The mapFrame currently loaded.
     
    182178         * aborts, nothing happens.
    183179         */
    184         public void setMapFrame(String name, MapFrame mapFrame) {
     180        public void setMapFrame(MapFrame mapFrame) {
    185181                //TODO: Check for changes and ask user
    186                 this.name = name;
    187182                if (this.mapFrame != null)
    188183                        this.mapFrame.setVisible(false);
     
    197192        }
    198193        /**
    199          * @return Returns the name.
    200          */
    201         public String getNameOfLoadedMapFrame() {
    202                 return name;
    203         }
    204         /**
    205194         * @return Returns the mapFrame.
    206195         */
Note: See TracChangeset for help on using the changeset viewer.