MapTools.org

[maplab-users] Mapfile saved to root directory - blank map - no reference map

Van Ulden, Joost jvanulde@nrcan.gc.ca
Mon, 18 Nov 2002 15:12:23 -0500
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01C28F3E.CE9C76A0
Content-Type: text/plain;
	charset="ISO-8859-1"

Hello all,

We are just getting up and running on Maplab.  I have installed maplab at
home and was up and running in less than 15 minutes but our install on our
development server has not gone too smoothly.  I suspect that we have some
problems with permissions.

We are running on WIN 2000 Server, php 4.2.2 and IIS 5.0.  The install
directory is on D:/ drive and we have mapped a virtual directory in the
default web on C:/ drive.  We are running mapserver on this machine
successfully, so we are a bit confused as to what is going on.  For some
reason we are unable to save the mapfiles to the projects directory, we can
browse there but maplab will just save it to the root directory of the
install.  Paths to layers and so forth show up as ./data/..... instead of
d:/data/..... Is this ok? Does anyone else have a similar set up that can
comment?  When we generate a reference map in map browser, it still tells us
that there is no reference map specified.  Additionally, we are getting
blank maps and there does not seem to be any images generated in the tmp
directory.  Please find attached our maplab.xml file if needed.

Thank you in advance.

Regards,  

=================================
Joost van Ulden
Programmer/Analyst
Geological Survey of Canada, Pacific Division
101-605 Robson Street
Vancouver, BC V6B 5J3
ph    604.666.7525
fax   604.666.1124
msn jvanulde@nrcan.gc.ca
=================================
"Anyone who has lost track of time when using a computer knows the
propensity to dream, the urge to make dreams come true and the tendency to
miss lunch." - Tim Berners-Lee

 <<maplab.xml>> 

------_=_NextPart_000_01C28F3E.CE9C76A0
Content-Type: application/octet-stream;
	name="maplab.xml"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="maplab.xml"

<app-context>=0A=
    <context-param>=0A=
        <param-name>app_path</param-name>=0A=
        <param-value>d:/maplab</param-value>=0A=
        <description>Absolute path to MapLab installation =
directory.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>file_browser_root</param-name>=0A=
        <param-value>d:</param-value>=0A=
        <description>Absolute path to the root directory for the file =
browser dialog.  This will be the highest directory a user can browse =
to in the file browser dialog.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>allow_browsing</param-name>=0A=
        <param-value>true</param-value>=0A=
        <description>Allow browsing on the server : true is yes and =
false is no.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>group_name</param-name>=0A=
        <param-value>users</param-value>=0A=
        <description>UNIX ONLY: Group name used when creating a new =
file or project. Used for permission access. The Web Server user must =
be a member of this group in order for this to work.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>new_file_permission</param-name>=0A=
        <param-value>0664</param-value>=0A=
        <description>UNIX ONLY: New file permission in 0XXX format. =
First digit must always be 0. Second is for owner permission and must =
always be equal or greater than 6, third for group and last one for =
other. Possible values for each three permission is 7 (read, write and =
execute), 6 (read and write), 5 (read and execute), 4 (read =
only).</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>mapscript_module</param-name>=0A=
        <param-value>php_mapscript_36.dll</param-value>=0A=
        <description>Mapscript module name (i.e. php_mapscript_36.dll =
for Windows installations or php_mapscript.so for Unix =
installations).</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>log_path</param-name>=0A=
        <param-value>c:/winnt/temp/</param-value>=0A=
        <description>Directory in which to write log =
files.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>log_level</param-name>=0A=
        <param-value>LOG_OFF</param-value>=0A=
        <description>Control the application runtime logging level.  =
Must be one of LOG_OFF, LOG_QUIET, LOG_VERBOSE or =
LOG_ALL.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>tmp_map_path</param-name>=0A=
        <param-value>c:/inetpub/wwwroot/tmp/</param-value>=0A=
        <description>Directory in which to write tmp map =
files.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>tmp_img_path</param-name>=0A=
        <param-value>c:/inetpub/wwwroot/tmp/</param-value>=0A=
        <description>Directory in which to write temporary image =
files.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>tmp_web_img_path</param-name>=0A=
        <param-value>/tmp/</param-value>=0A=
        <description>URL where browser can find temporary image (see =
tmp_image_path).</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>image_type</param-name>=0A=
        <param-value>PNG</param-value>=0A=
        <description>Output image type (eg: PNG, GIF). Must be =
uppercase. This image format MUST be supported by your browser and GD =
(on the server). Please don't change that value unless you know what =
you'r doing.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>rosa_file</param-name>=0A=
        <param-value>rosa/rosa.jar</param-value>=0A=
        <description>Path to ROSA Java Applet.  THIS MUST BE A RELATIVE =
PATH.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>default_navigation_mode</param-name>=0A=
        <param-value>HTML</param-value>=0A=
        <description>The default mode of the map preview.  Must be =
either ROSA or HTML.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>execution_mode</param-name>=0A=
        <param-value>2</param-value>=0A=
        <description>MapEdit execution mode (0 =3D> DEMO, 1 =3D> =
NORMAL, 2 =3D> EXPERT).</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>demo_path</param-name>=0A=
        <param-value></param-value>=0A=
        <description>MapEdit DEMO mapfile path (when DEMO mode is =
set.)</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>allow_config</param-name>=0A=
        <param-value>TRUE</param-value>=0A=
        <description>This paramter controls access to the XML =
configuration tool by enabling/disabling the toolbar =
button.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>version</param-name>=0A=
        <param-value>2.0rc3</param-value>=0A=
        <description>MapLab Suite version. This value is set by =
Makefile.  YOU DO NOT NEED TO MODIFY THIS VALUE.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>installed_packages</param-name>=0A=
        <param-value>|MapEdit |MapBrowser |GMapFactory</param-value>=0A=
        <description>Currently installed packages separated by "|". =
This value is set by Makefile. YOU DO NOT NEED TO MODIFY THIS =
VALUE.</description>=0A=
    </context-param>=0A=
=0A=
    <context-param>=0A=
        <param-name>build_date</param-name>=0A=
        <param-value>Thu Oct 31 15:41:01 EST 2002</param-value>=0A=
        <description>Build date and time. This value is set by =
Makefile. YOU DO NOT NEED TO MODIFY THIS VALUE.</description>=0A=
    </context-param>=0A=
=0A=
</app-context>
------_=_NextPart_000_01C28F3E.CE9C76A0--


This archive was generated by Pipermail.