Changeset 8280 in josm


Ignore:
Timestamp:
2015-04-27T11:11:04+02:00 (9 years ago)
Author:
bastiK
Message:

see #10512 - fix spelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/taginfoextract.groovy

    r8275 r8280  
    251251                            type: preset.types.collect {it == TaggingPresetType.CLOSEDWAY ? "area" : it.toString().toLowerCase()},
    252252                    ]
    253                     if (preset.iconName) tag += [icon: find_image_url(preset.iconName)]
     253                    if (preset.iconName) tag += [icon_url: find_image_url(preset.iconName)]
    254254                    tags += tag
    255255                }
Note: See TracChangeset for help on using the changeset viewer.