Re: [Google Maps API v3] Select multiple in _FT query javascript styling

2012-02-14 Thread Barry Hunter
As far as I know its a standard 'WHERE' cause from the FT API https://developers.google.com/fusiontables/docs/developers_guide#Querying ... there is no OR but IN should work. where: "'description' in ('asphalt','stones','wood')", On Tue, Feb 14, 2012 at 11:02 AM, Thoern wrote: > Hello, how

[Google Maps API v3] Select multiple in _FT query javascript styling

2012-02-14 Thread Thoern
Hello, how do I select multiple "types" to have the same style when setting a style in a Fusion table. Tried as below where: "'description' = 'asphalt','stones','wood' ", where: "'description' in ( 'asphalt','stones','wood') ", where: "'description' = 'asphalt' or 'description' = 'stones' or