Ticket #1497 (closed defect: fixed)

Opened 8 years ago

Last modified 8 years ago

add variable substitution capability for layer's tileindex

Reported by: assefa Owned by: sdlime
Priority: high Milestone:
Component: MapServer CGI Version: 4.8
Severity: normal Keywords:
Cc:

Description

e-mail from list : Jeff de La Beaujardiere <jeff2005@SVS.GSFC.NASA.GOV>

 (1) no substitution occurs in TILEINDEX entries in the mapfile.
> Example: the following substitution works perfectly
>  DATA "/home/delabeau/wms/data/goes/%year%/%month%/%day%/%file%"
> but this one
>  TILEINDEX "/home/delabeau/wms/data/modis/tc/%year%/%month%/%day%/%file%"
> complains
>  msSHPOpenFile(): Unable to access file. 
> (/home/delabeau/wms/data/modis/tc/%year%/%month%/%day%/%file%)
> 
> I think the problem is in mapserv.c after line 281 (v4.6.1), where data,
> connection, filter and class are explicitly considered but tileitem is 
> ignored.

Change History

Changed 8 years ago by assefa

  • status changed from new to closed
  • resolution set to fixed
added the capability.
Note: See TracTickets for help on using tickets.