Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.