Hi ThinkGeo...
I am trying to display a georeferenced .tiff over my thinkgeo map when the user selects/clicks a button. I am having issues displaying the .tiff at all... Nothing is showing up ???
Do I just create the layer:
GeoTiffRasterLayer emergLayer = new GeoTiffRasterLayer("/..../..../");
And then just add this layer to my Overlay:
shapeOverlay.Layers.Add(emergLayer);
Thanks so much in advance,
Kevin Riddell