Changeset 7125 in josm for trunk


Ignore:
Timestamp:
2014-05-14T15:55:01+02:00 (10 years ago)
Author:
simon04
Message:

MapCSS parsing: warn on unknown base selectors (2/2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource.java

    r7124 r7125  
    151151                case "canvas":
    152152                    canvasRules.add(r);
     153                    break;
     154                case "meta":
     155                    break;
    153156                default:
    154157                    final RuntimeException e = new RuntimeException(MessageFormat.format("Unknown MapCSS base selector {0}", base));
Note: See TracChangeset for help on using the changeset viewer.