-
-
Notifications
You must be signed in to change notification settings - Fork 379
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
JSON with data URI flags #41
Comments
can you please send me that JSON you created, so I can use it as a starting point? thanks! |
Hi, actually I just finished writing a crawler that gets country data from these places: https://restcountries.eu/rest/v2/all I need multilanguage country names so I think I'll use the country codes and lookup localized values. |
awesome, thank you! |
Btw I could do several JSON files like this per language, but that would be too large. |
This is now available since 2.3.0 |
Hi, many thanks for the update, unfortunately I'm not working on any project where I can could this. But will definitely try this out when there'll be one. |
Many thanks for this stuff, it came really handy to me.
It would be nice if you could provide a JSON file that would contain flags as data URI strings, or perhaps just an additional JSON with alpha2 + data URI properties. This way they could be downloaded in one request instead of many. For example, in a current project we needed a country dropdown with flags and that would mean 193 individual image request.
I manually created such JSON in a web controller and added to a cache, but an "official" version would be nice.
The text was updated successfully, but these errors were encountered: