shailesh
shailesh

Reputation: 5023

How to add rows in merged fusion tables?

I am using fusion tables to load data on google map using google map api v3. I have merged that fusion table with state,county boundaries so I can have map loaded with those boundaries. What is the better way to manage merged fusion table? There is a fusion table API but looks like it doesn't let to add new row in merged fusion table. I am sure that people need to add new row in fusion table. I was wondering how it can be managed?

Upvotes: 0

Views: 343

Answers (1)

Odi
Odi

Reputation: 6916

As described in the documentation it is not possible to add rows or columns to a merged table.

As for the rows it's very easy to circumvent this limitation, because you can simply add new rows to the base tables that your merged tables is based on.

Upvotes: 2

Related Questions