The map now zooms in to a local view when location field is populated.
Zoom out takes place when the input field is cleared. Hitting enter will submit the location.
A 'location' event is dispatched when the data is processed, so this might be useful for updating the charts. The event has a 'location' property which is a string and an items property which is an array of data related to the flood event markers added to the map.
The map now zooms in to a local view when location field is populated.
Zoom out takes place when the input field is cleared. Hitting enter will submit the location.
A 'location' event is dispatched when the data is processed, so this might be useful for updating the charts. The event has a 'location' property which is a string and an items property which is an array of data related to the flood event markers added to the map.