Skip to content

Commit

Permalink
consider indoor:level = level
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Nov 28, 2024
1 parent 2d8f0a0 commit 3674c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/osr/extract/tags.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ struct tags {
is_platform_ = true;
}
break;
case cista::hash("indoor:level"): [[fallthrough]];
case cista::hash("level"):
has_level_ = true;
add_levels(t, level_bits_);
Expand Down

0 comments on commit 3674c1e

Please sign in to comment.