Hi there. I know that you used to use the mapengine in order to save the current visible map as an image before, but since thinkgeo 10 doesn’t include the mapengine anymore ( http://wiki.thinkgeo.com/wiki/map_suite_10_upgrade_guide#how_to_use_mapengine_mapsuite_100 ) , what should i do instead? I’m not finding anything like that in https://github.com/ThinkGeo .
How do i save the map as image in thinkgeo 10?
Hi Thomas,
There is no MapEngine any more in MapSuite 10.0. There are several solutions as below:
- Using PlatformGeoCanvas to draw layers(Recommended). We attached a print map demo 8634_PrintMap.zip (485.2 KB), and you can refer it.
- For Mvc edition, you can call GitImage of map to save current map.(You can refer the comment code in the attached demo.)
- If you still want to use MapEngine, we had made a opensource MapEngine project, You can download it here: http://wiki.thinkgeo.com/wiki/_media/mapengine.zip, this project won’t get updated.
Thanks,
Don