AnalyticalGraphicsInc / czml-writer

A library for writing CZML content for use with Cesium.
Other
395 stars 142 forks source link

Go back to using string instead or Uri #96

Closed mramato closed 8 years ago

mramato commented 10 years ago

.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.

shunter commented 10 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.

emackey commented 9 years ago

Is there still interest in this? If no one has time to upgrade it to support both, do we take the change?