Click in many check-boxes
Opened this issue · 0 comments
humitos commented
When the user clicks in many check-boxes there are multiple queries sent to OverpassAPI and this create a conflict because a query per click is sent.
Possible options:
- find a way to "wait" a moment before sending all the request
- cancel the previous request
- make a request per poi instead of one for all of them