mapcomplete/Logic/Actors
2022-01-08 20:05:00 +01:00
..
AvailableBaseLayers.ts Full code cleanup 2021-11-07 16:34:51 +01:00
AvailableBaseLayersImplementation.ts MapComplete now always zooms up to level 21 with overzoom, fix #606 2022-01-08 20:05:00 +01:00
BackgroundLayerResetter.ts Full code cleanup 2021-11-07 16:34:51 +01:00
ChangeToElementsActor.ts More work on refactoring the changes handling 2021-07-18 14:52:09 +02:00
GeoLocationHandler.ts Do not zoom to GPS location if an element is selected 2021-11-15 16:57:04 +01:00
OverpassFeatureSource.ts First part of a huge refactoring 2021-12-21 18:35:31 +01:00
PendingChangesUploader.ts Full code cleanup 2021-11-07 16:34:51 +01:00
Readme.md Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
SelectedElementTagsUpdater.ts Changes do apply left-right splitting before uploading too 2021-10-22 14:01:40 +02:00
SelectedFeatureHandler.ts Performance hacks 2022-01-06 18:51:52 +01:00
StrayClickHandler.ts Full code cleanup 2021-11-07 16:34:51 +01:00
TitleHandler.ts First part of a huge refactoring 2021-12-21 18:35:31 +01: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