-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
667 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
defmodule Data.Article.Blog.Millerntorplatz do | ||
use Article.Default | ||
|
||
def title(), do: "Millerntorplatz" | ||
|
||
def summary(), | ||
do: "Hochbordradweg wird meist auf Kosten der Fußwege auf 2,0m verbreitert" | ||
|
||
def type(), do: :planned | ||
|
||
def tags(), do: [] | ||
|
||
def tracks(), do: Data.Article.Blog.Reeperbahn.tracks() | ||
|
||
def links(_assigns) do | ||
[ | ||
{"Lageplan", "Februar 2024", | ||
"https://fragdenstaat.de/anfrage/budapester-strasse-millerntordamm/"} | ||
] | ||
end | ||
|
||
def text(assigns) do | ||
~H""" | ||
<h4>Alter Zustand</h4> | ||
<p>In den beiden Abschnitten sind rund 1,10m breite <.ref>Hochbordradwege</.ref> vorhanden. Sie wurden seit Jahrzehnten nicht saniert und sind uneben geworden.</p> | ||
<h4>Planung</h4> | ||
<p>Die Radwege werden meist auf 2,0m verbreitert und neu gepflastert. Dies geschieht meist auf Kosten der Fußwege, die schmaler werden. Rad- und Fußwege werden durch weiße Noppenplatten klarer voneinander getrennt.</p> | ||
<p>Auf der Nordseite sind <.v bounds="9.971334,53.549723,9.97377,53.550519" lon={9.973137} lat={53.550041} dir="backward" ref={@ref}>im Bereich des Grünstreifens</.v> 2,5m Breite vorgesehen. Auf der Südseite entfällt Umweg um <.v bounds="9.971678,53.549245,9.974113,53.550041" lon={9.972664} lat={53.549692} dir="forward" ref={@ref}>die Grüninsel</.v>, der Radweg wird künftig links der Bäume geführt.</p> | ||
<h4>Meinung</h4> | ||
<p>Lieber den Spatz in der Hand, als die Taube auf dem Dach? Zukunftsweisend ist die Planung jedenfalls nicht, da man weiter an den 9 bis 14 KFZ-Spuren festhält während der Radweg zulasten der Gehwege etwas verbreitert wird.</p> | ||
<p>Die Gehwege in Richtung <.m bounds="9.96691,53.550419,9.974874,53.556968">Heiligengeistfeld</.m> sind auch heute schon oft überfüllt – egal ob DOM ist oder nicht. Auch die Weiterfahrt in Richtung <.v bounds="9.966433,53.549508,9.971978,53.551773" lon={9.970389} lat={53.550798} dir="forward" ref={@ref}>Reeperbahn</.v> bleibt umständlich.</p> | ||
<p>Immerhin wird die enge Kurve um die Grüninsel entschärft.</p> | ||
<h4>Quelle</h4> | ||
<.structured_links ref={@ref}/> | ||
""" | ||
end | ||
end |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.