From 95b25dcaf4d71fbb7685b135814d0b858efc9689 Mon Sep 17 00:00:00 2001 From: faselm Date: Mon, 23 Sep 2024 10:17:04 +0200 Subject: [PATCH 1/2] BGDIDIC-2795: add zielort_dc_50_ladepunkte field --- chsdi/models/vector/uvek.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chsdi/models/vector/uvek.py b/chsdi/models/vector/uvek.py index 2a91531cdd..9b1d7b263a 100644 --- a/chsdi/models/vector/uvek.py +++ b/chsdi/models/vector/uvek.py @@ -4296,6 +4296,7 @@ class LadebedarfsweltLadepunkte: allgemein_zugaenglich_anzahl_ladepunkte = Column('allgemein_zugaenglich_anzahl_ladepunkte', Float) quartier_ac_ladepunkte = Column('quartier_ac_ladepunkte', Float) zielort_ac_ladepunkte = Column('zielort_ac_ladepunkte', Float) + zielort_dc_50_ladepunkte = Column('zielort_dc_50_ladepunkte', Float) quartier_dc_150_ladepunkte = Column('quartier_dc_150_ladepunkte', Float) schnell_dc_150_ladepunkte = Column('schnell_dc_150_ladepunkte', Float) schnell_dc_350_ladepunkte = Column('schnell_dc_350_ladepunkte', Float) From 25a04d40c815f7b8ddaf35e0c7f617d3ead3af6f Mon Sep 17 00:00:00 2001 From: faselm Date: Mon, 23 Sep 2024 10:17:12 +0200 Subject: [PATCH 2/2] BGDIDIC-2795: add zielort_dc_50_ladepunkte field --- chsdi/templates/htmlpopup/bfe_ladebedarfswelt_ladepunkte.mako | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chsdi/templates/htmlpopup/bfe_ladebedarfswelt_ladepunkte.mako b/chsdi/templates/htmlpopup/bfe_ladebedarfswelt_ladepunkte.mako index 3f1ee38ceb..a73cde5c25 100644 --- a/chsdi/templates/htmlpopup/bfe_ladebedarfswelt_ladepunkte.mako +++ b/chsdi/templates/htmlpopup/bfe_ladebedarfswelt_ladepunkte.mako @@ -21,6 +21,10 @@ ${_('ch.bfe.ladebedarfswelt-ladepunkte_bequem.Zielort_AC_Ladepunkte')} ${c['attributes']['zielort_ac_ladepunkte'] or '-'} + + ${_('ch.bfe.ladebedarfswelt-ladepunkte_bequem.Zielort_DC_50_Ladepunkte')} + ${c['attributes']['zielort_dc_50_ladepunkte'] or '-'} + ${_('ch.bfe.ladebedarfswelt-ladepunkte_bequem.Quartier_DC_150_Ladepunkte')} ${c['attributes']['quartier_dc_150_ladepunkte'] or '-'}