baoqger

Results 3 issues of baoqger

Please take a look up my description in this post: https://stackoverflow.com/questions/57752432/leaflet-markcluster-clean-and-add-markers-dynamically-with-real-time-data Simply speaking, use `clearLayers()` and add markers again will have issue about the `spiderfied` cluster

I send the following request to Overpass API: http://overpass-api.de/api/interpreter?data=[out:json];way(50.7460,7.170,50.7461,7.171);out; and get the following OSM data in JSON format: ``` { "version": 0.6, "generator": "Overpass API 0.7.55.4 3079d8ea", "osm3s": { "timestamp_osm_base":...

For failed tail request, which is not because of 404, can we add retry function?