diff --git a/public/map.css b/public/map.css
index 932d224..dbabab9 100644
--- a/public/map.css
+++ b/public/map.css
@@ -203,11 +203,11 @@ g.selected use {
transform: translate(19px, 31px) scale(4);
}
-g.start-locations > g:first-child {
+g.start-locations > g:first-child:not([data-y]) {
--i: -2;
}
-g.start-locations > g:last-child {
+g.start-locations > g:last-child:not([data-y]) {
--i: 52;
}
@@ -249,6 +249,7 @@ g[data-y]:nth-child(odd) {
transform: translateX(calc(var(--x-step) * var(--i))) scale(var(--scale));
}
+g[data-y="-2"] { --i: -2; }
g[data-y="0"] { --i: 0; }
g[data-y="1"] { --i: 1; }
g[data-y="2"] { --i: 2; }
diff --git a/public/map.svg b/public/map.svg
deleted file mode 100644
index d927ae4..0000000
--- a/public/map.svg
+++ /dev/null
@@ -1,1865 +0,0 @@
-
-
-
diff --git a/public/map1.svg b/public/map1.svg
new file mode 100644
index 0000000..d927ae4
--- /dev/null
+++ b/public/map1.svg
@@ -0,0 +1,1865 @@
+
+
+
diff --git a/public/map2.svg b/public/map2.svg
new file mode 100644
index 0000000..1d0f8c4
--- /dev/null
+++ b/public/map2.svg
@@ -0,0 +1,84 @@
+
+
+
--
cgit v1.2.3