overviewer / Minecraft-Overviewer

Render high-resolution maps of a Minecraft world with a Leaflet powered interface
https://overviewer.org/
GNU General Public License v3.0
3.36k stars 482 forks source link

[Question] Overlay options #1840

Open LeadMagnet opened 4 years ago

LeadMagnet commented 4 years ago

The documentation used to have a list of overlay options. Such as "Slime Chunks", "Spawn Chunks", etc. I cannot find the list of available options.

The instructions to create a "custom" overlay is also missing? I'm not sure as I'm not sure I'm using the proper term for custom overlay.

For example, what I'm after (in addition to slime chunks) is to add the checkbox option to turn on/off "zones" (highlighted area's) of the map. Like a square from x:0 z:0 to x:10 z:10 titled "mine". A working example would be the MindCrack map for claimed zones.

Thanks

WHSMinecraft commented 3 years ago

Hi, I ran into the same problem for rendering claims. After trying to add a new overlay in the main code, which went right over my head, I found the regions.js in the render output. There didn't appear to be any documentation for it, but I wrote a simple script to convert the ClaimData files into appropriate regions.

render_claims.txt

LeadMagnet commented 3 years ago

Hi, I ran into the same problem for rendering claims. After trying to add a new overlay in the main code, which went right over my head, I found the regions.js in the render output. There didn't appear to be any documentation for it, but I wrote a simple script to convert the ClaimData files into appropriate regions.

render_claims.txt

Thanks @WHSMinecraft I'll give this a whirl!