Ticket #328 (new defect)

Opened 5 years ago

Last modified 5 years ago

scalebar and reference map not made

Reported by: carl.anderson@vadose.org Assigned to: sdlime
Priority: high Milestone:
Component: MapServer C Library Version: 4.0
Severity: normal Keywords:
Cc:

Description

(in CVS for the past month or so maybe longer)

scalebar and reference maps are not being put into the mappath URL

msSaveImage (in maputil.c) was changed to only use MAPPATH if a mapobj was
passed in.

msGenerateImages (maptemplate.c) was not changed to pass a map object for
scalebars, legends, or reference maps.

an obvious but possibly wrong fix would be to add mapobjects to the msSaveImage
calls in msGenerateImages.

Change History

08/28/03 20:32:38 changed by carl.anderson@vadose.org

 this only is an issue if imagepath is a relative path

IMAGEPATH="../tmp/ms/"

while 
IMAGEPATH="/tmp/ms/"

works fine