Hello,
We are testing the upgrade to ThinkGeo 8 and have run into some issues. We are generating our map and then using GetBitmap to export the image to a report. We have a Google for Business License that allows us to request larger images. When calling map.GetBitmap(1000, 1000) we are getting different image results than we get with ThinkGeo 7 and overriding to pass our clientid and signature. We are using SingleTile and using the latest ThinkGeo build (currently 8.0.0.63)
The first issue is that the Google tile does not fill the space. Secondly, the other layers of the map don’t match up appropriately with the Google tile (which is probably related to the first issue).
Here is a map from ThinkGeo 8.0.0.63 SingleTile (yellow lines are another layer):
Here is an image using the same code with ThinkGeo 7, but overriding the Uri to include our client id and signature. It fills the entire 1000x1000 space and matches up correctly with the other layers (yellow lines).
Thanks for your help.
Chuck