We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The typo in /* opacity for sld raster */ code crashes mapserver 7.0.6 (the layer index is 'j' and not 'i')
pasLayers[i].compositer && pasLayers[j].compositer->opacity != 100)
should be
pasLayers[j].compositer && pasLayers[j].compositer->opacity != 100)
The text was updated successfully, but these errors were encountered:
91fafe4
Do not hesitate to submit your fixes as pull requests. This makes it easier for us to review and regression tests are automatically run
Sorry, something went wrong.
No branches or pull requests
The typo in /* opacity for sld raster */ code crashes mapserver 7.0.6 (the layer index is 'j' and not 'i')
should be
The text was updated successfully, but these errors were encountered: