diff options
author | Aada | 2024-06-22 19:47:22 +0200 |
---|---|---|
committer | Aada | 2024-06-22 19:47:22 +0200 |
commit | 3c9d67a4b8bfa32afb33090677255037bcc1ce88 (patch) | |
tree | 9232d859e1adc252073b10f76be1b0bb58a00f05 /rnv | |
parent | 22b063a7c05b96702e404e3125052b5fe8f4cb97 (diff) |
Add Rhine river
Diffstat (limited to 'rnv')
-rw-r--r-- | rnv/mannheim.tex | 21 |
1 files changed, 18 insertions, 3 deletions
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}; |