Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential error in classes generation for landmarks #12

Open
TimJentzsch opened this issue Feb 2, 2023 · 0 comments
Open

Potential error in classes generation for landmarks #12

TimJentzsch opened this issue Feb 2, 2023 · 0 comments

Comments

@TimJentzsch
Copy link

For example, the Abbey of Kings:

"classes": [
"age",
"ii",
"-",
"religious",
"landmark"
],

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant