History: TikiMapDoc
Preview of version: 6
franck has developed and Id'ed some of the dependencies
you need Mapserver v4.0 php_mapscript.so and have your .map files in /var/www/html/map/. This is configurable from the Admin/Features menu.
ms4 needs to work from php.cgi and not the apache module
The default map file is pacific.map if you do not specify anything when clicking on tiki-map.phtml. This is also configurable from the Admin/Features menu.
I use the following conf file for Apache:
AddHandler phtml-script .phtml Action phtml-script /cgi-bin/php.cgi #protect mapserver against downloads <Directory /var/www/html/map> AllowOverride All Options -Indexes FollowSymLinks MultiViews ExecCGI <IfModule mod_access.c> Order allow,deny Deny from all </IfModule> </Directory> <Directory /var/www/html/map/images> AllowOverride All Options -Indexes FollowSymLinks MultiViews ExecCGI <IfModule mod_access.c> Order allow,deny Allow from all </IfModule> </Directory> <Directory /var/www/html/map/graphics> AllowOverride All Options -Indexes FollowSymLinks MultiViews ExecCGI <IfModule mod_access.c> Order allow,deny Allow from all </IfModule> </Directory>
please link to the live Feature on tikiwiki.org
or go to http://map.sopac.org/
This page is for the latest released stable version or release candidate(not stuff in CVS).
Who is working here generally?
UserPagefranck
UserPagemose