This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
map_suite_10_upgrade_guide [2017/05/08 05:26] marklee [How to use MapEngine MapSuite 10.0?] |
map_suite_10_upgrade_guide [2017/07/27 06:43] (current) tgwikiupdate |
||
|---|---|---|---|
| Line 147: | Line 147: | ||
| ==== Where is GdiPlusXXX? ==== | ==== Where is GdiPlusXXX? ==== | ||
| The new name is GdiPlusGeoCanvas now is something like PlatformGeoCanvas, GdiPlusRasterLayer now is NativeImageRasterLayer on Windows. | The new name is GdiPlusGeoCanvas now is something like PlatformGeoCanvas, GdiPlusRasterLayer now is NativeImageRasterLayer on Windows. | ||
| + | |||
| + | ==== How to use the WorldMapKit? ==== | ||
| + | The OsmWorldMapKitLayer hadn't been supported in version 10. | ||
| + | |||
| + | If you want to use WorldMapKit as background layer, please just choose WorldStreetsAndImageryOverlay instead of it. | ||
| + | |||
| + | If you want to render the Sqlite database like original OsmWorldMapKitLayer, please just view this sample https://github.com/ThinkGeo/WorldStreetsLayerSDKOnLinux-ForWinForms. | ||
| + | |||
| + | Upgrading to V10 is recommended, but if you want to use version 9 with WorldMapKitLayer, please view attached sample, you can double check the executable in bin folder and run directly, replace corresponding assembly to the project and it will works well. | ||
| + | [[http://wiki.thinkgeo.com/wiki/_media/worldmapkitsdk/WorldMapKitTest.zip|WorldMapKitTest.zip]] | ||
| + | |||
| ==== How to process breaking change? ==== | ==== How to process breaking change? ==== | ||
| We have a breaking change page, please refer products wiki page for API change log. | We have a breaking change page, please refer products wiki page for API change log. | ||