(mode string, srcs plugin.MappingSources, prof *profile.Profile)
| 293 | } |
| 294 | |
| 295 | func (s *internalSymbolizer) Symbolize(mode string, srcs plugin.MappingSources, prof *profile.Profile) error { |
| 296 | isrcs := MappingSources{} |
| 297 | maps.Copy(isrcs, srcs) |
| 298 | return s.Symbolizer.Symbolize(mode, isrcs, prof) |
| 299 | } |