
Tileset Hosting
SAGUMEDREAM opened this issue · 7 comments
This is probably an issue with the github tile source, essential github might be rate limiting or blocking chinese ips or something. Currently I have no advice other than possibly vpn, I'm going to keep this issue open and rename to Tileset Hosting
until I figure out the best way to host the climate data.
This is probably an issue with the github tile source, essential github might be rate limiting or blocking chinese ips or something. Currently I have no advice other than possibly vpn, I'm going to keep this issue open and rename to
Tileset Hosting
until I figure out the best way to host the climate data.
I have two ideas that I would like to suggest that you consider adding the following features: the configuration file can set the SOCK5 proxy address, and the configuration file can set the GitHub title image address
Not sure what you mean about the proxy address, this is the current way I'm getting images:
URL url = new URL(urlString);
try (InputStream inputStream = url.openStream()) {
BufferedImage tileImage = ImageIO.read(inputStream);
if (tileImage == null) {
throw new IOException("Failed to read image from URL: " + urlString);
}
In case you need hosting I can also provide a mirror that doesn't block IPs and is not blocked in any country (yet)
Your domain and Discord invite links seem to be offline. I would love to have a copy of the tiles so that I can use this mod. If you have a zip of them, I'll take them, however you want to send them.