mapcomplete/Logic/Actors
2021-04-25 13:25:03 +02:00
..
AvailableBaseLayers.ts Disable alidade as it is broken 2021-03-22 01:24:30 +01:00
GeoLocationHandler.ts Fixes to popup handling and to broken styles 2021-02-25 02:23:26 +01:00
ImageSearcher.ts Small fix to mapillary image loading + addition of test 2021-04-06 16:12:44 +02:00
InstalledThemes.ts Fix loading of compressed themes in the custom generator too 2021-04-11 23:43:23 +02:00
LayerResetter.ts More cleaning up 2021-01-04 04:36:21 +01:00
PendingChangesUploader.ts Better saving of features when focus is lost, esp on mobile browsers 2021-02-25 02:51:13 +01:00
Readme.md Refactoring: attempting to make State smaller 2021-01-02 16:04:16 +01:00
SelectedFeatureHandler.ts Do not close the infobox when data is loaded... 2021-04-23 18:16:44 +02:00
StrayClickHandler.ts Fixes to popup handling and to broken styles 2021-02-25 02:23:26 +01:00
TitleHandler.ts Add license info, fix non-updating values after reopening popups 2021-04-17 23:36:46 +02:00
UpdateFromOverpass.ts Add names to feature sources, fix that old, cached geometries get changed when a newer version is loaded 2021-04-23 12:55:38 +02:00
UpdateTagsFromOsmAPI.ts Add metadata to query, move metatagging of metadata to metatagger, tweaks to the generate caching so that the cached data becomes more stable (and is GIT-friendlier) 2021-04-25 13:25:03 +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