MapComplete/src/Logic/Actors
2024-04-03 23:24:11 +02:00
..
BackgroundLayerResetter.ts Feature: add bing maps (test), see #648 2024-01-28 05:10:13 +01:00
ChangeToElementsActor.ts Refactoring: move all code files into a src directory 2023-07-09 13:09:05 +02:00
GeoLocationHandler.ts Don't zoom in automatically if the location is locked around the GPS-location 2024-04-03 23:24:11 +02:00
InitialMapPositioning.ts Themes: add possibility to enable terrain, some fixes to overlaymap and pitch control 2024-02-03 14:33:10 +01:00
NoElementsInViewDetector.ts Refactoring: move all code files into a src directory 2023-07-09 13:09:05 +02:00
PendingChangesUploader.ts Fix: add 'onbeforeunload' if images are uploading, see #1841 2024-03-28 15:55:12 +01:00
PreferredRasterLayerSelector.ts Housekeeping 2023-12-01 15:23:28 +01:00
Readme.md Refactoring: move all code files into a src directory 2023-07-09 13:09:05 +02:00
SelectedElementTagsUpdater.ts Invalidate cache if a point has been deleted or changed geometry. Fix #865; review cache retention times and disable cache for external geojson datasets, fix #1660 2024-02-26 15:52:40 +01:00
TitleHandler.ts Refactoring: remove selectedLayer from titleHandler 2024-01-29 18:09:25 +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