Fixes to cyclenode theme

This commit is contained in:
Pieter Vander Vennet 2021-11-21 03:48:05 +01:00
parent efece77b69
commit 9b7f8bfa47
3 changed files with 57 additions and 33 deletions

View file

@ -29,7 +29,7 @@ export default class LegacyJsonConvert {
}
}
if (config.mapRendering === undefined && config.id !== "sidewalks") {
if (config.mapRendering === undefined) {
config.mapRendering = []
// This is a legacy format, lets create a pointRendering
let location: ("point" | "centroid")[] = ["point"]