[Chameleon-dev] [Bug 694] New: production_draw_legend with fix 'internet' URL

bugzilla-daemon at www.maptools.org bugzilla-daemon at www.maptools.org
Tue Oct 12 09:16:46 EDT 2004


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

           Summary: production_draw_legend with fix 'internet' URL
           Product: Chameleon
           Version: 1.99
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P3
         Component: Widget
        AssignedTo: chameleon-dev at lists.maptools.org
        ReportedBy: msr at sourcepole.ch


I have found a URL instead of a local path. 
The problem is in an application without access to the internet. 
--------------------- 
define( "GIF_SAMPLE", "http://www2.dmsolutions.ca/cgi-bin/gifsample/" ); 
 
// define the default gif draw icon 
define( "DEFAULT_ICON",  
GIF_SAMPLE."20/15?color=CCCCCC&outline=000000&corner=1" ); 
// instead of 
//define( "DEFAULT_ICON", "/usr/local/cwc2/htdocs/images/15-default.gif" ); 
 
// define the blank gif draw icon to use for the layer icon 
define( "BLANK_ICON",  
GIF_SAMPLE."20/15?color=000000&symbolid=6&symbolsize=4"); 
// instead of  
//define( "BLANK_ICON", "/usr/local/cwc2/htdocs/images/15-blank.gif" );



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Chameleon-dev mailing list