1
0
Fork 0

Fix Canvas-Map runway display.

Transformation was being applied twice.

Patch by Gaétan Allaert.
This commit is contained in:
James Turner 2020-07-01 11:44:22 +01:00
parent a6cc492a8f
commit 1cee9485c6

View file

@ -8,7 +8,9 @@ SymbolLayer.add(name, {
parents: [MultiSymbolLayer],
type: name, # Symbol type
df_controller: __self__, # controller to use by default -- this one
df_options: {},
df_options: { # default configuration options
disable_position: 1,
},
df_style: {},
});
var a_instance = nil;