More work on splitting roads, WIP; refactoring tests
This commit is contained in:
parent
e374bb355c
commit
1f93923820
62 changed files with 1163 additions and 823 deletions
|
@ -201,7 +201,10 @@ function postProcess(allFeatures: FeatureSource, theme: LayoutConfig, relationsT
|
|||
}
|
||||
},
|
||||
layer,
|
||||
false);
|
||||
{
|
||||
includeDates: false,
|
||||
includeNonDates: true
|
||||
});
|
||||
|
||||
const createdTiles = []
|
||||
// At this point, we have all the features of the entire area.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue