rock-core / drivers-transformer

Generic computation of geometric transformations
Other
0 stars 8 forks source link

Transformer configuration not loaded. #8

Open skasperski opened 8 years ago

skasperski commented 8 years ago

I have the following line in my start script:

Bundles.transformer.load_conf(Bundles.find_file('config', 'map_transforms.rb'))

But instead of loading "map_transforms.rb", the (default?) "transforms.rb" is loaded. Only if I delete "transforms.rb", my own configuration script is loaded.

doudou commented 8 years ago

But instead of loading "map_transforms.rb", the (default?) "transforms.rb" is loaded. Only if I delete "transforms.rb", my own configuration script is loaded.

This line will load map_transforms.rb. However, the bundle also loads the default transforms.rb file.

If you don't have a default, then don't define one (i.e. don't provide a transforms.rb file)