Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msDrawRasterBuildRasterPath(): micro-optimization: do not attempt to …
…open non-exiting file (MapServer#7215) For a mapfile *without* SHAPEPATH and with a raster layer pointing to a tileindex layer (e.g. PostGIS), we currently try to access an inexisting file with the name of that tileindex layer. Really a micro-optimization. Nothing critical. Found when investigated other useless file opening attempts.
- Loading branch information