[mapserver-commits] [MapServer/MapServer] e3ea3a: msDrawRasterBuildRasterPath(): micro-optimization:...
Even Rouault
noreply at github.com
Fri Jan 31 10:05:52 PST 2025
Branch: refs/heads/backport-7215-to-branch-8-4
Home: https://github.com/MapServer/MapServer
Commit: e3ea3ac7dcf856bd29e9d685979117c87bb3d561
https://github.com/MapServer/MapServer/commit/e3ea3ac7dcf856bd29e9d685979117c87bb3d561
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2025-01-31 (Fri, 31 Jan 2025)
Changed paths:
M src/mapraster.c
Log Message:
-----------
msDrawRasterBuildRasterPath(): micro-optimization: do not attempt to open non-exiting file
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.
To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications
More information about the MapServer-commits
mailing list