gis4dis / mc-client

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Error in production, strange date range #34

Closed jirik closed 6 years ago

jirik commented 6 years ago

After the default request /api/v2/timeseries/?format=json&phenomenon_date_from=2018-09-10&phenomenon_date_to=2018-10-09&topic=drought to production server the map show strange date range. The values after initial thumb position exist, values before do not. Moving thumb before it's initial position break app down.

image

kordilery commented 6 years ago

The problem was caused by asynchronous setting of properties, should be fixed by commit:#dc0fada.