File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -846,8 +846,8 @@ function prettyFeatureName(key) {
846846 month_sin : "Monatliche Saisonkomponente" ,
847847 sin_day : "Saisonale Phase (Sinus)" ,
848848 cos_day : "Saisonale Phase (Cosinus)" ,
849- daylight : "Tageslichtdauer in Sekunden " ,
850- sunshine : "Sonnenscheindauer in Sekunden "
849+ daylight : "Tageslichtdauer" ,
850+ sunshine : "Sonnenscheindauer"
851851 } ;
852852 return featureNames [ key ] || key ;
853853}
@@ -1129,7 +1129,9 @@ function showShapDetails(point) {
11291129 sun_elevation : "Sonnenstand zur Mittagszeit" ,
11301130 month_sin : "Monatliche Saisonkomponente" ,
11311131 sin_day : "Saisonale Phase (Sinus)" ,
1132- cos_day : "Saisonale Phase (Cosinus)"
1132+ cos_day : "Saisonale Phase (Cosinus)" ,
1133+ daylight : "Tageslichtdauer" ,
1134+ sunshine : "Sonnenscheindauer"
11331135 } ;
11341136
11351137 const container = document . getElementById ( "shapForcePlot" ) ;
You can’t perform that action at this time.
0 commit comments