[Geomoose-users] Issue submitting a trac ticket

Jeffrey Schmitz jeffreykschmitz at gmail.com
Tue Aug 10 11:24:53 EDT 2010


The captcha for the geomoose trac site seems to be broken, I tried
several times to submit a ticket and the captcha said I was wrong each
time. If anyone can submit this for me, I'd appreciate it:

Summary: Identify tool fails with a full path to a mapfile

Description: If mapserver is used as the mapsource in the mapbook, and
a full path is given to the mapfile, identify.php will fail.

This is due to the fact that when the array, "layersToIdentify" is
being built, the components in the array are separated by a ":"
character. This means that paths containing C:/*path to mapfile* will
be broken when the array is later parsed. The "path" variable used to
create a map object simply becomes "C" instead of "C:/*path to
mapfile*". I fixed this locally in my copy by changing the delimiting
character from ":" to "|".

type: Defect
priority: minor
component: Geomoose/PHP
keywords: identify php full path

Thanks,
Jeff




More information about the Geomoose-users mailing list