javascript - Fusion table alternative -


I am using Fusion Table layer on Google Map. It works fine, but its range is 100K lines Google has also released Google Maps Engine and I understand that it is similar to the Fusion Table with high bid limit for enterprise application. is it true? Is he continuing to official use?

My main question is if there is a way with API calls fusion changing table layer which Jessn with all polygon points and data required to plot on a map. I was called a few and I do not know how I can use it to change the Fusion Table layer. If I go with my logic, then due to the large amount of data, will it be faster in terms of performance?

Any other suggestions or options of Fusion Table Layer?

  stateLayer = new google.maps.FusionTablesLayer ({query: {select: '\' Jiokodebl address \ 'from:' 1rDDfLsnufOJ6a23423adskfjl23423 '}, styles: [{where: "count & lt ; = 10 ", polygon options: {fillOpacity: 0.1, fillcolor: 'blue', strokeWeight: 0.1}}, {where:" Count & gt; = 11 and calculated & lt; 100 ", polygon options: {fillcolor: ' red '}}, {Where: "count & gt; = 200 and counting & lt; 300", polygon options: {fillcolor:' ',' 'count = "& 100 and counting lt; 200' '), polygon options : {Fillcolor: 'green'}}, yellow '}}}]}); StateLayer.setMap (map);    

In order to answer your main question, of course, you are sure to Fusion Tables Layer Can change from the form.

Would you like to do it for 100k + rows? Definitely not. The Fusion Tables for user defeats the purpose of using Fusion Tables is too much, is going to be very fast, because Google takes all the heavy loads, which supply all the data points to them. If you switch to pure JavaScript, the user will have to make points on the map and care for that data, with definite noticeable intervals and lots of memory usage.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -