Split TagsFilter into multiple files

This commit is contained in:
Pieter Vander Vennet 2021-03-22 03:05:08 +01:00
parent 830f34b183
commit d8c1f72857
26 changed files with 541 additions and 518 deletions

View file

@ -1,10 +1,12 @@
import {OsmNode, OsmObject} from "./OsmObject";
import {And, Tag, TagsFilter} from "../Tags";
import State from "../../State";
import {Utils} from "../../Utils";
import {UIEventSource} from "../UIEventSource";
import Constants from "../../Models/Constants";
import FeatureSource from "../FeatureSource/FeatureSource";
import {TagsFilter} from "../TagsFilter";
import {Tag} from "../Tag";
import {And} from "../And";
/**
* Handles all changes made to OSM.