Translation reset

This commit is contained in:
Pieter Vander Vennet 2021-10-28 00:17:43 +02:00
parent 897c59f97a
commit 5fbc778624
11 changed files with 569 additions and 14 deletions

View file

@ -62,7 +62,7 @@ function fixLayerConfig(config: LayerConfigJson): void {
}
/*delete config["color"]
delete config["color"]
delete config["width"]
delete config["dashArray"]
@ -72,7 +72,6 @@ function fixLayerConfig(config: LayerConfigJson): void {
delete config["iconSize"]
delete config["rotation"]
delete config["wayHandling"]
*/
}