webbukkit / dynmap

A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations.
https://www.reddit.com/r/Dynmap/
Apache License 2.0
2.05k stars 419 forks source link

Black Spots on Map When Full Rendering Whole World #1663

Closed CoelacanthsKill closed 9 years ago

CoelacanthsKill commented 10 years ago

V: Dynmap v2.0.0-alpha-3 CB V: 1.7.10-R0.1 (Build #03116)

https://i.imgur.com/iEEuWCl.png

mikeprimm commented 10 years ago

Just to confirm (as I've seen this reported elsewhere) : if you zoom in on a black spot, do you eventually see the tile at the full zoom-in? ( see #1666 )

CoelacanthsKill commented 10 years ago

@mikeprimm Confirmed.

CoelacanthsKill commented 10 years ago

Oops, This is my first time using GitHub to report something. Apperently "Close and comment" does not mean "Close this tab"

CoelacanthsKill commented 10 years ago

This should be another report, but I guess Ill put it here for you to see: In the same picture link on my issue, look at the huge snow biome.. You will notice green stripes of grass. Going to those spots updates the tiles, and they go back to being white.

mikeprimm commented 10 years ago

Please give the latest dev build a go

CoelacanthsKill commented 10 years ago

@mikeprimm Provide a direct link to the jar or download page. I already have alpha 3 in my plugins.. I dont want to waste 4 hours rendering a map @ 18ms/tile (32k x 32k world) when I downloaded the wrong version.

mikeprimm commented 10 years ago

Link to latest dev build is the same as always - same one that is in the OP in the forum.

mikeprimm commented 9 years ago

Run latest (as of tonight) dev build of 2.0.0-alpha-4 (anything before about 15 minutes ago is too old) - for Bukkit/Spigot, build 1056 or later

CoelacanthsKill commented 9 years ago

Literally takes ~8 hours to render everything and no one can join the server for those 8 hours. Also, the few million odd files its generated from rendering everything have to be deleted. Thats another hour of waiting. My room becomes a sauna from the two 95 watt processors too..

On Mon, Oct 6, 2014 at 10:28 PM, mikeprimm notifications@github.com wrote:

Run latest (as of tonight) dev build of 2.0.0-alpha-4 (anything before about 15 minutes ago is too old) - for Bukkit/Spigot, build 1056 or later

— Reply to this email directly or view it on GitHub https://github.com/webbukkit/dynmap/issues/1663#issuecomment-58128457.

mikeprimm commented 9 years ago

OK - then don't run it

CoelacanthsKill commented 9 years ago

It may be 3 or more days before its done rendering. I will reopen if the issue persists.

On Thu, Oct 16, 2014 at 10:54 AM, mikeprimm notifications@github.com wrote:

OK - then don't run it

— Reply to this email directly or view it on GitHub https://github.com/webbukkit/dynmap/issues/1663#issuecomment-59374081.

CoelacanthsKill commented 9 years ago

Hmm... There is still stripes of green in snow biomes..

image

mikeprimm commented 9 years ago

Stripes of green like that are indications that the chunks are generated, but not populated. MC chunks are created with a two step process - the first when the chunk is first on the 'edge' of the player's loaded area for the first time (which builds landscape), and the second when the chunk is first loaded with all of its adjacent neighbors loaded at the same time (which is when it is 'decorated' with trees, snow, plants and the like). We don't control that, so if the chunk is rendered at all, it's being shown with the content we're getting from the world data (there isn't any way for us to 'skip' snow).