Changeset 19409 in josm for trunk/src/org


Ignore:
Timestamp:
2025-05-25T23:44:18+02:00 (7 months ago)
Author:
taylor.smock
Message:

Update tag2link, see #24234/r19407

Tag2Link.java has a variable that points to the (versioned) location of the
Tag2Link JSON file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Tag2Link.java

    r19365 r19409  
    6565
    6666    static final ListProperty PREF_SOURCE = new ListProperty("tag2link.source",
    67             Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2025.3.21/index.json"));
     67            Collections.singletonList("resource://META-INF/resources/webjars/tag2link/2025.5.21/index.json"));
    6868
    6969    static final CachingProperty<List<String>> PREF_SEARCH_ENGINES = new ListProperty("tag2link.search",
Note: See TracChangeset for help on using the changeset viewer.