You can either duplicate everything, but if you just need another variant of the same main type you can use different configurations under /config
like /config/app1/ /config/app2/ /config/config_app1.ini /config/config_app2.ini and launch the applications like http://www.yoursite.ru/pmapper?config=app1 http://www.yoursite.ru/pmapper?config=app2 Both can use different map files and different settings for display/layout parameters (provided by ..._config.php). But you can also just use different mapfiles inside one /config/default/ with 2 different config.ini files referencing the 2 different map files. In this case the layout will be identical (you need to read the comments to the various settings in the ini file). see the docs http://svn.pmapper.net/trac/wiki/DocManual#Configuration In case you want to use 2 different maps visible inside the same application, then I'd have to say that this is not possible because they would use the same session and each overwrites the parameters of the other. armin Anna Kostikova wrote: > Dear list! > > (How) can I create a second map service with pmapper? > > Cheers > Anna > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > pmapper-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pmapper-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
