mapcomplete/Logic/Actors
2023-04-20 17:42:07 +02:00
..
BackgroundLayerResetter.ts refactoring(maplibre): add RasterLayer info, add background switch, add default global layers 2023-03-11 02:46:49 +01:00
ChangeToElementsActor.ts Refactoring: fix rendering of new roads, generated by a split 2023-04-20 01:52:23 +02:00
GeoLocationHandler.ts Merge develop 2023-04-07 04:36:41 +02:00
InitialMapPositioning.ts refactoring(maplibre): WIP 2023-03-24 19:21:15 +01:00
PendingChangesUploader.ts refactoring 2023-03-28 05:13:48 +02:00
Readme.md Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
SelectedElementTagsUpdater.ts Refactoring: fix delete indication, fix splitroad, fix addition of multiple new points snapped onto the same way (all will properly attach now) 2023-04-20 17:42:07 +02:00
SelectedFeatureHandler.ts Refactoring: move download functionality for OsmObjects into a new object 2023-04-20 03:58:31 +02:00
TitleHandler.ts refactoring: fix basic flow to add a new point 2023-04-06 01:33:08 +02:00

Actors

An actor is a module which converts one UIEventSource into another while performing logic.

Typically, it will only expose the constructor taking some UIEventSources (and configuration) and a few fields which are UIEVentSources.

An actor should never have a dependency on 'State' and should never import it