[Chameleon-dev] [Bug 2096] [Chameleon-widget]"MapServer Template" string have to be in query template for the MapTips widget

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Mon Sep 28 15:15:14 EST 2009


http://bugzilla.maptools.org/show_bug.cgi?id=2096





--- Comment #5 from Normand Savard <nsavard at mapgears.com>  2009-09-28 20:15:11 ---
Just for the record, after chatting with Daniel, if I was going to use an algo
to solve this issue it should look something similar to:


//Check MS version before adding 'MapServer Template' string
//Modified by Normand Savard 20090916
$nVersion = ms_GetVersionInt());

if(($nVersion >= 41004 && $nVersion < 50000) || ($nVersion >= 50202))
{
    fwrite( $hTemplate, "MapServer Template\n".$szTemplate );
}
//End of code modified by Normand Savard

-- 
Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Chameleon-dev mailing list