Nothing
Code
cql(filter(promise, INTERSECTS(bbox)))
Output
<SQL> (INTERSECTS(GEOMETRY, POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0))))
Code
cql(filter(filter(promise, INTERSECTS(bbox)), BGC_LABEL != "ZZZ"))
Output
<SQL> ((INTERSECTS(GEOMETRY, POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0)))) AND ("BGC_LABEL" != 'ZZZ'))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.