File tree Expand file tree Collapse file tree
inst/extdata/scripts/impetus Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,24 +131,24 @@ qsimVis::add_coloredRivers(
131131qsimVis :: Berlin_add_poi(
132132 poiType = " wwtp" ,
133133 poiTitle = " Kläranlagen" ,
134- fillColor = " #6B3E3A " ,
135- lineColor = " #FF796D " ,
134+ fillColor = " sienna3 " ,
135+ lineColor = " #6B3E3A " , # "#FF796D"
136136 plotNames = FALSE ,
137137 sw_connection = TRUE ,
138138 rivers = rivers ,
139- pCex = 2 ,
139+ pCex = 1.8 ,
140140 legendPosition = " topright" ,
141141 dashed_connection = FALSE )
142142
143143qsimVis :: Berlin_add_poi(
144144 poiType = " dwtp" ,
145145 poiTitle = " Wasserwerke" ,
146- fillColor = " #25496B " ,
147- lineColor = " #9DD0FF" ,
146+ fillColor = " steelblue3 " ,
147+ lineColor = " #25496B " , # # 9DD0FF",
148148 plotNames = TRUE ,
149149 sw_connection = TRUE ,
150150 rivers = rivers ,
151- pCex = 2 ,
151+ pCex = 1.8 ,
152152 legendPosition = " topright" )
153153
154154# on single POI (--> KWB)
You can’t perform that action at this time.
0 commit comments