Fix Canvas-Map runway display.
Transformation was being applied twice. Patch by Gaétan Allaert.
This commit is contained in:
parent
a6cc492a8f
commit
1cee9485c6
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue