Looks like I submitted this wrong last time as a “message”. So here it is again.
We’ve decided that now is a good time to explore updating to your v10 in spite of the significant changes. I’m certainly not fond of the enormous explosion of files via NuGet. But over all, using your upgrade guide has allowed me to make some progress (http://wiki.thinkgeo.com/wiki/map_suite_10_upgrade_guide). But a few things remain.
I’m still not clear on how to get the licensing working, both for me (and others) as dev, and also for our integration build. Can you provide guidance?
I previously used GdiPlusRasterLayer just passing the path of the raster file. It looks like maybe I’m supposed to use RasterLayer.LoadLayer with a stream wrapping the file? But I can’t seem to find anything that shows me what the direct replacement might look like. Our raster images can be a variety of types (mainly png, tiff, bmp).
And on that note, I’m not having much luck finding docs on the new v10 API. I found the WIKI, but when I look at RasterLayer, it doesn’t even list the LoadLayer method. Looks like it’s just coming in off Layer. So do I have to pick a specific type of layer based on the file path?
http://wiki.thinkgeo.com/wiki/api/thinkgeo.mapsuite.layers.rasterlayer
Is there a better resource for what replaced what? Or how to do things without having to pour through a bunch of samples again?