We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is related to #44
The flag URL has been fixed however, the "crest_url" which points to the Wikipedia website entry has not been addressed.
For example in the file state/v1/johor.json the
state/v1/johor.json
"crest_url" information is currenty
"https://en.wikipedia.org/wiki/Johor#/media/File:Coat_of_arms_of_Johor.svg"
when it should be instead
"https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Coat_of_arms_of_Johor.svg/1280px-Coat_of_arms_of_Johor.svg.png"
This is the same as several other entries.
Missing crest_url from other states should also be added to handle this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is related to #44
The flag URL has been fixed however, the "crest_url" which points to the Wikipedia website entry has not been addressed.
For example in the file
state/v1/johor.json
the"crest_url" information is currenty
"https://en.wikipedia.org/wiki/Johor#/media/File:Coat_of_arms_of_Johor.svg"
when it should be instead
"https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Coat_of_arms_of_Johor.svg/1280px-Coat_of_arms_of_Johor.svg.png"
This is the same as several other entries.
Missing crest_url from other states should also be added to handle this issue.
The text was updated successfully, but these errors were encountered: