Ignore:
Timestamp:
2006-01-19T08:22:18+01:00 (19 years ago)
Author:
imi
Message:
  • renamed EPSG projection
  • started WorldChooser in download menu (not finished)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/io/OsmServerReader.java

    r37 r41  
    7878         */
    7979        public DataSet parseOsm() throws JDOMException, IOException {
    80                 long start = System.currentTimeMillis();
    8180                Reader r = getReader(Main.pref.osmDataServer+"/map?bbox="+lon1+","+lat1+","+lon2+","+lat2);
    82                 System.out.println(System.currentTimeMillis() - start);
    8381                if (r == null)
    8482                        return null;
Note: See TracChangeset for help on using the changeset viewer.