Pressehaus Bayerstraße
Name |
Pressehaus Bayerstraße |
Architekt |
Dülfer Martin |
Stadtbezirk |
2. Ludwigsvorstadt-Isarvorstadt |
Straße |
Bayerstraße
57 |
Jahr Baubeginn |
1901 |
Jahr Fertigstellung |
1901 |
Baustil |
Jugendstil |
Suchbegriffe |
Pressehaus |
Plan
Quellen
Allgemeine Zeitung
Zauner - München in Kunst und Geschichte (1914)
Noch kein Bild vorhanden
Beschreibung
Bayerstraße 57/59; Pressehaus Bayerstraße, Jugendstil-Geschäftshaus, 1901 von Martin Dülfer; Ornamente 1929 beseitigt.
SELECT id, titel, datum, autor
FROM fotos
WHERE strasse = 'Bayerstraße '
AND hausnummer = 57
AND (
hausnummer_zusatz = '' -- exakter Zusatz
OR hausnummer_zusatz LIKE ' %' -- Varianten mit Leerzeichen
OR hausnummer_zusatz = '' -- leerer String
OR hausnummer_zusatz IS NULL -- NULL-Wert
) LIMIT 20