forked from MapComplete/MapComplete
Refactoring: fix rendering of new roads, generated by a split
This commit is contained in:
parent
840990c08b
commit
8eb2c68f79
34 changed files with 443 additions and 333 deletions
|
@ -1,6 +1,9 @@
|
|||
import { Changes } from "../Osm/Changes"
|
||||
import FeaturePropertiesStore from "../FeatureSource/Actors/FeaturePropertiesStore";
|
||||
import FeaturePropertiesStore from "../FeatureSource/Actors/FeaturePropertiesStore"
|
||||
|
||||
/**
|
||||
* Applies tag changes onto the featureStore
|
||||
*/
|
||||
export default class ChangeToElementsActor {
|
||||
constructor(changes: Changes, allElements: FeaturePropertiesStore) {
|
||||
changes.pendingChanges.addCallbackAndRun((changes) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue