[mapserver-commits] [MapServer/MapServer] 16b85d: msDrawRasterBuildRasterPath(): micro-optimization:...

github-actions[bot] noreply at github.com
Sun Feb 2 10:20:55 PST 2025


  Branch: refs/heads/branch-8-4
  Home:   https://github.com/MapServer/MapServer
  Commit: 16b85d0d8c4b32d5b10c0b164aebba9338ef41aa
      https://github.com/MapServer/MapServer/commit/16b85d0d8c4b32d5b10c0b164aebba9338ef41aa
  Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  Date:   2025-02-02 (Sun, 02 Feb 2025)

  Changed paths:
    M src/mapraster.c

  Log Message:
  -----------
  msDrawRasterBuildRasterPath(): micro-optimization: do not attempt to open non-exiting file (#7216)

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.

Co-authored-by: Even Rouault <even.rouault at spatialys.com>



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