Currently there is no generic function that does that. You will have to 
modify the  parseJSON_IQuery function and make distinctions for each 
layer where you want special settings, a bit like

  // Check for Hyperlinks
if (isObject(rowL[hi])) {
     var hypLinkL = rowL[hi].hyperlink;
     rhtml += '<td>' + hypLinkL[3] + '</td>';
} else if (layObj.name == "poi" && hL[hi] == 'photo_id') {
     rhtml += '<td><img src="incphp/imagesdisplay/showphoto.php?' + SID 
+ '&photo_id=' + rowL[hi] + '"></td>';
} else {
     rhtml += '<td>' + rowL[hi] + '</td>';
}


I found a jQuery plugin for Javascript templates that I want to test and 
see if it can be used for the display of queries. Then this could be 
done in a more flexible and generic way.

armin

Anna Kostikova wrote:
> Hi Peter!
> 
> I am also trying to find same functionality.
> 
> Anna
> 
> ----- Original Message ----- 
> From: "peter damn" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Monday, October 22, 2007 12:31 AM
> Subject: [pmapper-users] autoidentify tool displaying pictures
> 
> 
>> Hi pmapper users.
>> I would like to add to autoidentify tool some feature for additional
>> displaying pictures of the current object (with attributes) when I move 
>> the
>> mouse over the map. I am really not sure where can I modify needed
>> javascript code to do that.
>>
>> please can somebody give me the hint?
>>
>> Thank You
>> Peter Damn

-------------------------------------------------------------------------
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

Reply via email to