[Cartoweb-dev] [Bug 1748] New: toolTips

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Tue Jul 10 11:06:25 EDT 2007


http://bugzilla.maptools.org/show_bug.cgi?id=1748

           Summary: toolTips
           Product: CartoWeb
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Plugins
        AssignedTo: cartoweb-dev at lists.maptools.org
        ReportedBy: wochter at seznam.cz


Overlib is loaded.
When I get mouse over the shape it creates overlib window with
mismatched content.
It seems it is content of cartoclient.tpl from default project.

jsTrace debugger says:

Request sent with url
:./client.php?toolTips=1&geoX=-418524.23809523665&geoY=-1229022.47619047
62&charSet=utf-8&lang=

But there is no project=myproject information, therefore it returns
content from default project.

The same is with auth plugin after login/logout.
It jumps to default project.

Only modified client helps:
<?php
  $_ENV['CW3_PROJECT'] = 'myproject';
  require_once('client.php');
?>
But with this solution runs client very slow.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Cartoweb-dev mailing list