Global Mapper v25.0

ECW 500MB limit

nickgoodliff
nickgoodliff Global Mapper UserTrusted User
edited April 2013 in SDK
Hi Mike

I'm getting this error:

ECW files are limited to 500 MB uncompressed size in Global Mapper. Please select a smaller portion of the loaded data to export, specify a larger sample spacing, or grid the data into smaller pieces.
ECWOverlay.cpp - 1711
Version: v14.1.6 (32-bit)
Build Time: Apr 15 2013 13:35:40


Any chance this could be updated? Or is there a way round this? I believe this was updated in the desktop app in version 9.

Cheers
Nick

Comments

  • global_mapper
    global_mapper Administrator
    edited April 2013
    Nick,

    You must be authorized to export unlimited-size ECW files from ERMapper/Leica/Intergraph (whoever owns that darn SDK now-a-days). If you are, you can add the following call to your application startup to enable exporting large ECW files:

    GM_SetMiscOption( GM_MiscOpt_AllowUnlimitedECWExportSize, 1 );

    Thanks,

    Mike
    Global Mapper Guru
    gmsupport@bluemarblegeo.com
    http://www.bluemarblegeo.com/
  • nickgoodliff
    nickgoodliff Global Mapper User Trusted User
    edited April 2013
    Perfect, thanks Mike.