[mapserver-commits] [MapServer/MapServer] 68c2a2: msDrawRasterBuildRasterPath(): micro-optimization:...

Even Rouault noreply at github.com
Fri Jan 31 10:05:33 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/MapServer/MapServer
  Commit: 68c2a2f760950e5c8934c4a69b42b8a16c5dba1e
      https://github.com/MapServer/MapServer/commit/68c2a2f760950e5c8934c4a69b42b8a16c5dba1e
  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 (#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.



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