GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
87 stars 25 forks source link

entry with query hasRun; blocked query #1348

Open dbauszus-glx opened 3 months ago

dbauszus-glx commented 3 months ago

How does the hasRan flag work?

It looks like an entry which is set to run can only run once. Is there a way to control this to run a query multiple times?

Ideally we want queries which are set to run run whenever needed.

With a flag once to indicate that a query should only be run once.

There should also be a flag to indicate whether the query should be blocking and disable the location view until run once.