Reset translations

This commit is contained in:
Pieter Vander Vennet 2021-10-26 01:39:29 +02:00
parent 07bc5d6a6d
commit 43240ab7fc
32 changed files with 763 additions and 1172 deletions

View file

@ -32,7 +32,7 @@ function fixLayerConfig(config: LayerConfigJson): void {
}
}
if (config.mapRendering === undefined) {
if (config.mapRendering === undefined || config.id !== "sidewalks") {
// This is a legacy format, lets create a pointRendering
let location: ("point" | "centroid")[] = ["point"]
let wayHandling: number = config["wayHandling"] ?? 0