forked from Snck3rs/contao-leaflet-maps
Use OptionsBuilder in all mapper classes.
This commit is contained in:
@@ -39,6 +39,6 @@ class ScaleControlMapper extends AbstractControlMapper
|
||||
{
|
||||
parent::initialize();
|
||||
|
||||
$this->addOptions('maxWidth', 'metric', 'imperial', 'updateWhenIdle');
|
||||
$this->optionsBuilder->addOptions('maxWidth', 'metric', 'imperial', 'updateWhenIdle');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user