Ignore:
Timestamp:
2021-04-11T12:35:15+02:00 (3 years ago)
Author:
simon04
Message:

see #20739 - Extract Environment.getCascade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/TagInfoExtract.java

    r17333 r17744  
    484484                this.osm = new Node(LatLon.ZERO);
    485485                Environment env = applyStylesheet(osm);
    486                 Cascade c = env.mc.getCascade("default");
     486                Cascade c = env.getCascade("default");
    487487                Object image = c.get("icon-image");
    488488                if (image instanceof MapPaintStyles.IconReference && !((MapPaintStyles.IconReference) image).isDeprecatedIcon()) {
Note: See TracChangeset for help on using the changeset viewer.