Add missing points from mapcrafter
All checks were successful
Build maps / build-bluemap (push) Successful in 30s
Build maps / build-mapcrafter (push) Successful in 1m8s

This commit is contained in:
2025-12-17 00:50:59 +09:00
parent 08507b8d53
commit 89e9d8827c
2 changed files with 35 additions and 0 deletions

View File

@@ -38,5 +38,19 @@ MARKER_SET = MarkerSet(
y=64,
z=-460,
),
Point(
name="Shiro",
icon=None,
x=-790,
y=64,
z=-837,
),
Point(
name="Singapore",
icon=None,
x=-600,
y=64,
z=-1130,
),
],
)

View File

@@ -38,6 +38,13 @@ MARKER_SET = MarkerSet(
y=78,
z=-3043,
),
Point(
name="Blomenholm",
icon=None,
x=-295,
y=64,
z=2372,
),
Point(
name="Huløyeid",
icon=None,
@@ -45,6 +52,13 @@ MARKER_SET = MarkerSet(
y=64,
z=234,
),
Point(
name="Linder",
icon=None,
x=4321,
y=64,
z=-8778,
),
Point(
name="Singapore",
icon=None,
@@ -80,5 +94,12 @@ MARKER_SET = MarkerSet(
y=64,
z=447,
),
Point(
name="Østsumpøyene",
icon=None,
x=4070,
y=64,
z=2900,
),
],
)