Closed mramato closed 8 years ago
Why not support both? The resolver interface probably needs to always return a string, but otherwise, we can have overloads for Uri and string.
Is there still interest in this? If no one has time to upgrade it to support both, do we take the change?
.NET has an arbitrary limit on the size of Uri (around 64k). Embedded CZML content can easily breach this limit so we are back to using strings directly.