forked from MapComplete/MapComplete
Fixes to cyclenode theme
This commit is contained in:
parent
efece77b69
commit
9b7f8bfa47
3 changed files with 57 additions and 33 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue