You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume it has been generated via a simple string splitting technique, which doesn't seem to work properly here (the displayClass is "Age II - Religious Landmark").
Instead, I would expect something like ["age 2", "religious", "landmark"] or something similar.
The text was updated successfully, but these errors were encountered:
For example, the Abbey of Kings:
data/buildings/english/abbey-of-kings-1.json
Lines 13 to 19 in 9078e94
I assume it has been generated via a simple string splitting technique, which doesn't seem to work properly here (the
displayClass
is "Age II - Religious Landmark").Instead, I would expect something like
["age 2", "religious", "landmark"]
or something similar.The text was updated successfully, but these errors were encountered: