[Simile-Widgets] Re: Exhibit Maps using polygon boundaries

2011-07-27 Thread Nik_G @OpenHalton
is on top of a polygon it will get pushed underneath the polygon but other than that it is working fine. On Jul 4, 7:09 pm, Nik_G @OpenHalton openhal...@gmail.com wrote: Is there support for loading polygons instead of placemarks on Exhibit maps? I noticed there were 2 threads going back

[Simile-Widgets] Exhibit Maps using polygon boundaries

2011-07-04 Thread Nik_G @OpenHalton
Is there support for loading polygons instead of placemarks on Exhibit maps? I noticed there were 2 threads going back to 2009 on this, but haven't seen anything since. I'm trying to replace the map with polygon boundaries vs. bubbles in the following Exhibit for Vancouver Parks:

[Simile-Widgets] Added Code: Reading mulitple JSON feeds at runtime into Exhibit

2011-07-04 Thread Nik_G @OpenHalton
I'd like to share some code I pulled together for reading/loading a set of JSON feeds, with the following features: - Defne source URLs for JSON feeds - Define fields to load for each feed (key/value pairs) - Load these into a Javascript object for the Exhibit JSON (JQuery) - Load the JSON at

[Simile-Widgets] Re: One-to-Many Relationships in separate JSON feeds

2011-05-31 Thread Nik_G @OpenHalton
JSON data files for each database table and/or view. HTH, -Mark On May 30, 5:09 am, Nik_G @OpenHalton openhal...@gmail.com wrote: At least -- does anyone know any examples of Exhibits that pull data from several different sources and establish the relationship between items via ID

[Simile-Widgets] Re: Loading Exhibit data programmatically vs. from file

2011-05-31 Thread Nik_G @OpenHalton
of the HTML page. The string name is data and it is loaded with these lines     window.database = Exhibit.Database.create();     window.database.loadData(data);     window.exhibit = Exhibit.create();     window.exhibit.configureFromDOM(); On Mon, May 30, 2011 at 5:13 PM, Nik_G @OpenHalton openhal

[Simile-Widgets] Loading Exhibit data programmatically vs. from file

2011-05-30 Thread Nik_G @OpenHalton
Does anyone have a working example or a solution for loading Exhibit data from a string , e.g. var data='{ items: [{ type: Park, id: 1,...}]}'; instead of loading a .js or Jasonp feed externally? The method described in the link doesn't work (outdated API?) :

[Simile-Widgets] Re: Pivot Chart for Exhibit

2011-05-24 Thread Nik_G @OpenHalton
How about if this was a paid project? On May 20, 11:13 pm, Nik_G @OpenHalton openhal...@gmail.com wrote: I'm looking for a hack of a dynamic Pivot Bar Chart that would represent a SUM (or COUNT) of a specific set of numeric/currency items in the same category. In other words, the requirement

[Simile-Widgets] Pivot Chart for Exhibit

2011-05-20 Thread Nik_G @OpenHalton
I'm looking for a hack of a dynamic Pivot Bar Chart that would represent a SUM (or COUNT) of a specific set of numeric/currency items in the same category. In other words, the requirement is an Aggregate Bar Chart for a set of items and NOT for individual items. A good example of a STATIC chart

[Simile-Widgets] Re: Creating bar chat based on count of records with certain property

2011-05-19 Thread Nik_G @OpenHalton
Hi David - You mentioned it's not _currently_ possible to make the bar chart dynamic, refreshed when new filters are applied. Is it possible in general? Could the exhibit function language support that functionality, and what would it take to make it happen? Nik On Apr 27, 12:24 pm, David

[Simile-Widgets] Re: Creating bar chat based on count of records with certain property

2011-05-19 Thread Nik_G @OpenHalton
am wrong. Having mentioned Pivot chart here, I see that we have a Pivot table option in exhibhit. How difficult would it be to extend it to a pivot chart? Kind regards, On Thu, May 19, 2011 at 10:33 PM, Nik_G @OpenHalton openhal...@gmail.comwrote: Hi David - You mentioned it's