Ignore:
Timestamp:
2006-03-29T19:11:37+02:00 (20 years ago)
Author:
imi
Message:
  • added editable colors
  • changed preferences format (again)
File:
1 edited

Legend:

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

    r74 r75  
    136136                        OsmPrimitive osm, boolean addBody) {
    137137                try {
    138                         URL url = new URL(Main.pref.get("osmDataServer") + "/0.3/" + urlSuffix + "/" + osm.id);
     138                        URL url = new URL(Main.pref.get("osm-server.url") + "/0.3/" + urlSuffix + "/" + osm.id);
    139139                        System.out.println("upload to: "+url);
    140140                        HttpURLConnection con = (HttpURLConnection) url.openConnection();
Note: See TracChangeset for help on using the changeset viewer.