dynmap icon indicating copy to clipboard operation
dynmap copied to clipboard

AreaMarker holes

Open slava110 opened this issue 1 year ago • 2 comments

Feature Description: Would be cool to be able to create holes inside AreaMarker. This is useful, for example, for claims if there is unclaimed area inside them.

  • Additional context: I'm developing claims mod and I'd love to use this feature c:

slava110 avatar Feb 20 '24 23:02 slava110

This is possible already, areas are just lines drawn on the map, so you draw the outer area first. Then on one of the points you draw a line from the outer area to one of the points in the inner area, you draw that shape, then navigate the line back to the outer area.

Thodor12 avatar Feb 21 '24 07:02 Thodor12

@Thodor12 Won't this add visible line between inner are and outer area? And if you need to draw multiple of them they will need to be chained? That's inconvenient

slava110 avatar Feb 22 '24 03:02 slava110