Changeset 15984 in josm for trunk/scripts


Ignore:
Timestamp:
2020-03-01T23:35:58+01:00 (5 years ago)
Author:
simon04
Message:

see #18802 - Add MapCSSRule.matches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/TagInfoExtract.java

    r15692 r15984  
    394394                for (MapCSSRule r : styleSource.rules) {
    395395                    env.clearSelectorMatchingInformation();
    396                     if (r.selector.matches(env)) {
     396                    if (r.matches(env)) {
    397397                        // ignore selector range
    398398                        if (env.layer == null) {
Note: See TracChangeset for help on using the changeset viewer.