From 3c9d67a4b8bfa32afb33090677255037bcc1ce88 Mon Sep 17 00:00:00 2001
From: Aada
Date: Sat, 22 Jun 2024 19:47:22 +0200
Subject: Add Rhine river

---
 rnv/mannheim.tex | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

(limited to 'rnv')

diff --git a/rnv/mannheim.tex b/rnv/mannheim.tex
index d60e3dc..deb654b 100644
--- a/rnv/mannheim.tex
+++ b/rnv/mannheim.tex
@@ -48,6 +48,12 @@
       rounded corners=0.5cm,
       -{Triangle Cap},
     },
+    river2/.style = {
+      line width=0.8cm,
+      cyan!50,
+      rounded corners=0.5cm,
+      -{Triangle Cap},
+    },
     railway line/.style = {
       color=gray,
       line width=0.075cm,
@@ -118,11 +124,20 @@
     % \draw[help lines, color=gray!10] (-10, -15) grid[step=0.1] (10, 10);
     % \draw[help lines, color=gray!50] (-10, -15) grid (10, 10);
     \draw[river] 
-      (12,-3) 
+      (16,-7) 
+      -- (12,-3) 
       -- (10,-1)
       -- (7.8,-1)
       -- (2.8,4)
-      -- (-4,4);
+      -- (-5,4)
+    ;
+    \draw[river2] 
+      (-1.5,-12.3)
+      -- (-1.5,-10)
+      -- ++(0,5)
+      -- ++(-3.5,3.5)
+      -- ++(0,12.5)
+    ;
   \end{pgfonlayer}
 
   \def\rad{2.8}
@@ -1198,7 +1213,7 @@
     \node[label, line name, fill=two, left=0.2cm of Neckarstadt West] {\bf 2};
     \node[label, line name, fill=two, right=0.2cm of Feudenheim] {\bf 2};
     \node[label, line name, fill=three, above=0.2cm of Sandhofen] {\bf 3};
-    \node[label, line name, fill=three, left=0.2cm of Rheingoldhalle] {\bf 3};
+    \node[label, line name, fill=three, below=0.2cm of Rheingoldhalle] {\bf 3};
     \node[label, line name, fill=four, above=0.2cm of Waldfriedhof] {\bf 4};
     \node[label, line name, fill=four] (four lab) at ($(Bad Dürkheim)-(90:0.5)$) {\bf 4};
     \node[label, line name, fill=four, right=0.1cm of four lab] (four a lab) {\bf 4A};
-- 
cgit v1.2.3