simplemap
simplemap copied to clipboard
Typecast BaseLocation.php $config
Run the BaseLocation $config through the craft Typecast helper to address type errors when working with the map field on the front end. Craft automatically call this for any classes that extend the craft Model.php class, but not here as it extends the yii Model class directly.
Fixes https://github.com/ethercreative/simplemap/issues/379