Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zbycz committed Nov 12, 2023
1 parent a13993a commit 0d550c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/services/tagging/idTaggingScheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ const getUiField = (
feature: Feature,
key: string,
): UiField => {
// TODO this should be removed now the parsing works ok
// if (field.type === 'typeCombo') {
// keysTodo.remove(field.key); // ignores eg. railway=tram_stop on public_transport=stop_position
// return undefined;
// }
// TODO this should be removed now the parsing works ok (+run tests)
if (field.type === 'typeCombo') {
keysTodo.remove(field.key); // ignores eg. railway=tram_stop on public_transport=stop_position
return undefined;
}

const value = feature.tags[key];

Expand Down

0 comments on commit 0d550c3

Please sign in to comment.