ZarkoPernar / pazi-policija-react

0 stars 0 forks source link

Decouple centerOnMe action and listAll (locationService) from map logic #1

Open ZarkoPernar opened 7 years ago

ZarkoPernar commented 7 years ago

Currently:

  1. centerOnMe dispatches an action that changes the map center in the store
  2. CenterMap component listens for the changes on the center component which then sets the center on the map object
  3. Map has bounds_changed listener which calls listAllDebounced