Changeset 36327 in osm for applications


Ignore:
Timestamp:
2024-08-29T16:54:29+02:00 (4 months ago)
Author:
taylor.smock
Message:

Fix #23886: IncompatibleClassChangeError in opendata

It turns out that part of the problem is that the module site was not downloading raw text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/OdConstants.java

    r36173 r36327  
    5252    public static final String PREF_MODULES_SITES = "opendata.modules.sites";
    5353    public static final String OSM_SITE = "https://josm.openstreetmap.de/browser/osm/applications/editors/josm/plugins/opendata";
    54     public static final String[] DEFAULT_MODULE_SITES = {OSM_SITE + "modules.txt%<?modules=>"};
     54    public static final String[] DEFAULT_MODULE_SITES = {OSM_SITE + "/modules.txt?format=txt%<?modules=>"};
    5555
    5656    public static final String PREF_CRS_COMPARISON_TOLERANCE = "opendata.crs.comparison_tolerance";
Note: See TracChangeset for help on using the changeset viewer.