Hi Martin,

Thanks very much for sharing and very nice Exhibit, by the way.

A couple of minor issues that I'm seeing:
1. Google map key error ("This web site needs a different Google Maps
API key. A new key can be generated at http://code.google.com/apis/maps/.";)
when entering the site.
2. One data point cannot be plotted.

Do you happen to know if there are any performance gains in using this
procedure versus crafting the JSON from MySQL in the PHP code?  I
basically iterate through the database result-set as follows:
while($thisrow=mysql_fetch_row($result))
{
        echo ",";
        echo "{
                'id':\"".trim($thisrow[2]).".".trim($thisrow[0])."\",
                'label':\"".trim($thisrow[1])."\",
                'type':\"".trim($thisrow[2])."\",
                'service_server_name':\"".trim($thisrow[3])."\",
                'service_full_name':\"".trim($thisrow[4])."\"
        }";
        $i++;
}

Thx,
-Mark


On Jun 9, 10:41 pm, martin <[email protected]> wrote:
> Here is a working example of Exhibit:
> using the above procedure:http://courtenay.widget-it.com/crime/

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to