mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-06 23:08:36 +01:00
Use OptionsBuilder in all mapper classes.
This commit is contained in:
@@ -45,7 +45,7 @@ class CircleMapper extends AbstractVectorMapper
|
||||
{
|
||||
parent::initialize();
|
||||
|
||||
$this->addOption('radius');
|
||||
$this->optionsBuilder->addOption('radius');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user