Ignore:
Timestamp:
2011-02-02T23:03:00+01:00 (13 years ago)
Author:
bastiK
Message:

Experimental mapcss support. All *.java files in the gui/mappaint/mapcss/parser folder are generated from the javacc source file MapCSSParser.jj in the same folder. The generated code sums up to 2700 lines, there is no further build dependency.

File:
1 edited

Legend:

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

    r3844 r3848  
    2828    private boolean drawMultipolygon;
    2929
    30     public static int cacheIdx;
     30    private int cacheIdx;
    3131
    3232    public ElemStyles()
    3333    {
    3434        styleSources = new ArrayList<StyleSource>();
     35    }
     36
     37    public void clearCached() {
     38        cacheIdx++;
    3539    }
    3640
Note: See TracChangeset for help on using the changeset viewer.