TownyAdvanced / MapTowny

A Towny add-on Bukkit plugin that enables towns to show up on a web-map.
MIT License
15 stars 17 forks source link

Blue stripes in web view #32

Closed Folas1337 closed 1 year ago

Folas1337 commented 1 year ago

Describe the Bug

There are blue, horizontal lines rendering on towns of different sizes and shapes, it doesn't appear to happen to all towns though.

Expected Behavior

No such lines.

Plugin Version

2.0.1

Towny Version

0.98.3.0

squaremap Version

1.1.6 (I've changed it to say squaremap)

Server Software Version

Paper 1.19 build 77

Additional Comments

Here's a close up of one: Screenshot_20220806-104958~2.png

And here are several ones: Screenshot_20220806-105025~4.png

silverwolfg11 commented 1 year ago

I'm not really sure what could be causing this issue.

Here are some questions that may help hone in on the issue:

Do the towns with the blue lines have home markers? If not, those blue lines could be a weird rendering of the home marker maybe due to the icon size?

Do you notice any pattern to the blue lines? Do the blue lines still occur if you switch to a different web-map plugin (e.g. Pl3xMap) or an older version of squaremap?

Folas1337 commented 1 year ago

I'm not really sure what could be causing this issue.

Here are some questions that may help hone in on the issue:

Do the towns with the blue lines have home markers? If not, those blue lines could be a weird rendering of the home marker maybe due to the icon size?

Do you notice any pattern to the blue lines? Do the blue lines still occur if you switch to a different web-map plugin (e.g. Pl3xMap) or an older version of squaremap?

Oh yeah, you gave me the right hint... I had "icon-info.icon-height: 35" and "icon-info.icon-width: 1" in the config which resulted in this funny stripe. I've now set both to 0 and they seem to have disappeared.

User error, I apologize and thank you for pointing me in the right direction 👍 Issue closed!