Skip to content

Honor Sort Order on Initial Load

fixes #157 (closed)

  • Create a new part of "event.state" that updates the features in the geoJson
  • Create an effect that listens to geoJson and listSort changes
  • dispatch action to update features in state when a new feed is loaded or the sort order is changed in settings
  • leafletMapLayer$ observable should now listen to changes to the loaded feed and sort order and update the VectorGrid layer

Merge request reports