Bruce Robertson wrote:
> 1. Since some of you such as David H have had a direct connection with
> Google, does anybody know if they are ever going to follow through on
> their repeated promise of a low-volume/low price Google Maps license?
> Or where to go with this question? I have been told repeatedly that
> they understand the need and they are doing something about it but no
> news.
>
Have you tried
http://groups.google.com/group/Google-Maps-API
> 2. Exhibit + FileMaker Issues
> A long time ago I brought up some problems I experienced when
> displaying Exhibit data in the FileMaker Web Viewer. Web Viewer is a
> webkit based layout object that displays web content inside a standard
> FileMaker window.
>
> I made a recent discovery that may also be related to my FileMaker/
> Exhibit problems. You can use a calculation in FileMaker to display a
> data URL. If the data URL has a form, and you try to submit the form,
> it turns out that your form must include a UTF-8 accept- charset
> declaration like this:
> <form action="fmaction.html" method="get" name="f1" accept-
> charset="utf-8">
>
> So my question is how Exhibit requests are submitted and whether there
> are places that an accept-charset statement can or should be used?
>
The default JSON importer is here
http://static.simile.mit.edu/exhibit/api-2.1.0/scripts/data/importers/exhibit-json-importer.js
It calls SimileAjax.XmlHttp.get, which is implemented here
http://static.simile.mit.edu/ajax/api-2.1.0/scripts/xmlhttp.js
You can override it if you wish.
David
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---