forked from MapComplete/MapComplete
Regenerate schema files
This commit is contained in:
parent
e547654b2e
commit
0505a77606
14 changed files with 396 additions and 165 deletions
|
@ -125,8 +125,6 @@ export default class SimpleMetaTaggers {
|
|||
return changed
|
||||
}
|
||||
)
|
||||
public static readonly lazyTags: string[] = [].concat(...SimpleMetaTaggers.metatags.filter(tagger => tagger.isLazy)
|
||||
.map(tagger => tagger.keys));
|
||||
private static readonly cardinalDirections = {
|
||||
N: 0, NNE: 22.5, NE: 45, ENE: 67.5,
|
||||
E: 90, ESE: 112.5, SE: 135, SSE: 157.5,
|
||||
|
@ -443,6 +441,8 @@ export default class SimpleMetaTaggers {
|
|||
SimpleMetaTaggers.geometryType
|
||||
|
||||
];
|
||||
public static readonly lazyTags: string[] = [].concat(...SimpleMetaTaggers.metatags.filter(tagger => tagger.isLazy)
|
||||
.map(tagger => tagger.keys));
|
||||
|
||||
/**
|
||||
* Edits the given object to rewrite 'both'-tagging into a 'left-right' tagging scheme.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue