Skip to content

Commit

Permalink
docs: better explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Oct 3, 2024
1 parent 4ec308f commit a0df1db
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/components/AddressList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<h2>Ergebnis</h2>
<p>
Du kannst die Ergebnisse über die Suche bzw. den Filter für die Immissionsrichtwerte nach
AVV Baulärm eingrenzen.
AVV Baulärm eingrenzen. Das Ergebnis zeigt die Adressen, die Tags oder Nachts vom Lärm
betroffen sind. Nutze den Tag-Nacht-Schalter auf der Karte zur Anzeige des betroffenen
Bereichs.
</p>
<div v-if="addressStore.loading">Lade Daten...</div>
<div v-if="addressStore.error">Fehler: {{ addressStore.error }}</div>
Expand Down Expand Up @@ -45,9 +47,7 @@
{{ label }}
</option>
</select>
<label class="elm-label" for="isophone-classification"
>Einstufung (Tag oder Nacht)</label
>
<label class="elm-label" for="isophone-classification">Einstufung</label>
</div>
</div>
</div>
Expand Down Expand Up @@ -266,10 +266,6 @@ function informPeople() {
}
}
h2 {
margin: 0.3rem 0.6rem;
}
table {
width: 100%;
border-collapse: collapse;
Expand Down

0 comments on commit a0df1db

Please sign in to comment.