Closed tobast closed 10 years ago
I have a map like that on my server, too. Actually I would say there are several issues, here:
1) There's no option to skip empty rows/columns.
2) Empty rows/columns are generated but not explicitly sized so get squished by the browser (so even if you wanted them to show up, they don't appear correctly)
3) A big HTML table of images isn't a scalable solution :P
A simple solution to (1) involving a couple of HashSet
You can now work around this by limiting the area processed with: -region-limit-rect <x0> <y0> <x1> <y1>
Hello, I've spotted a "bug", which may or may not be considered as one: when your map is discontinued, the "tiles.html" file will grow up really quickly, filled up only with
A better way wouldn't be to draw a line with "…" or whatever to link discontinue areas?
Tobast