Changeset 18051 in josm for trunk/scripts
- Timestamp:
- 2021-07-17T17:24:53+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/TagInfoExtract.java
r18016 r18051 293 293 } 294 294 295 private void fillTagsMap(Map<Tag, TagInfoTag> optionalTags, KeyedItem item, String value, String presetName, Set<TagInfoTag.Type> types, String descriptionPrefix, String iconUrl) { 295 private void fillTagsMap(Map<Tag, TagInfoTag> optionalTags, KeyedItem item, String value, 296 String presetName, Set<TagInfoTag.Type> types, String descriptionPrefix, String iconUrl) { 296 297 optionalTags.compute(new Tag(item.key, value), (osmTag, tagInfoTag) -> { 297 298 if (tagInfoTag == null) {
Note:
See TracChangeset
for help on using the changeset viewer.