Skip to content

Commit 2cdc5c8

Browse files
committed
Fix Shape label not being empty by default
1 parent f398e7a commit 2cdc5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/bluecolored/bluemap/api/markers/ShapeMarker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class ShapeMarker extends ObjectMarker {
5454
*/
5555
@SuppressWarnings("unused")
5656
private ShapeMarker() {
57-
this("shape", DEFAULT_SHAPE, 0);
57+
this("", DEFAULT_SHAPE, 0);
5858
}
5959

6060
/**

0 commit comments

Comments
 (0)