Hello,
i have tested xour reference time for feature layers example.
After that, is there no "easier" way to implement this feature as to create a new class?
For us, the FormsMap control, which does all the other work has do perform this task.
Is this planned for a later patch/update?
Best regards
Christian
Reference Time
- Oliver Heilig
- Posts: 160
- Joined: Tue May 13, 2014 12:10 pm
- Location: Karlsruhe, Germany
- Contact:
Re: Reference Time
Hello Christian,
currently this is "by design". Putting this into the xServer.NET Kernel assembly would cause many interdependencies to the current FeatureLayer parameters. And FeatureLayer is a very powerful (and thus complex) technology.
At the moment we are in discussion about how to keep the kernel assembly light-weight while adding more xServer-specific Features. An option would be a "Plugin"-Model, where we could add xServer-specific features without bloating the kernel.
We'll keep you informed
Oliver
currently this is "by design". Putting this into the xServer.NET Kernel assembly would cause many interdependencies to the current FeatureLayer parameters. And FeatureLayer is a very powerful (and thus complex) technology.
At the moment we are in discussion about how to keep the kernel assembly light-weight while adding more xServer-specific Features. An option would be a "Plugin"-Model, where we could add xServer-specific features without bloating the kernel.
We'll keep you informed
Oliver