Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think your problem may be that you are trying to load two FusionTables that both reference styling rules. From the <a href="https://developers.google.com/maps/documentation/javascript/layers#FusionTables" rel="nofollow"><strong>FusionTables</strong> section of the Developer's Guide</a>:</p> <p><em>You can use the Maps API to add up to five Fusion Tables layers to a map, <strong>one of which can be styled with up to five styling rules</strong></em>.</p> <hr> <p>You may also want to double-check that you are not exceeding any of the additional limits that Google places on FusionTable usage:</p> <ul> <li>Only the first 100,000 rows of data in a table are mapped or included in query results.</li> <li>Queries with spatial predicates only return data from within this first 100,000 rows. Therefore, if you apply a filter to a very large table and the filter matches data in rows after the first 100K, these rows are not displayed.</li> </ul> <p>When importing or inserting data, remember:</p> <ul> <li>The total size of the data sent in one API call cannot exceed 1MB.</li> <li>A cell of data in Fusion Tables supports a maximum of 1 million characters; it may sometimes be necessary to reduce the precision of coordinates or simplify polygon or line descriptions.</li> <li>The maximum number of vertices supported per table is 5 million.</li> </ul> <p>When looking at the map, you may notice:</p> <ul> <li>The ten largest-area components of a multi-geometry are shown.</li> <li>When zoomed farther out, tables with more than 500 features will show dots (not lines or polygons).</li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload