I have a very large fusion table.Now,i want to query that based on user requirements.My user interface should have one drop down box to select the name of the column and another drop down box for selecting query condition('=','>','<') and one more text box for column value's.please,can any one hep me.Map should be loaded based on this input.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Have you checked out the Fusion Tables Layer samples on the Fusion Tables sample code page?
https://developers.google.com/fusiontables/docs/sample_code#ftl
There are a few samples that demonstrate functionality similar to your requirement, for example:
https://developers.google.com/fusiontables/docs/samples/change_query
回答2:
user1225902: You need to call the onLoad function from during page load. I had thesame problem.