Skip to content
Snippets Groups Projects

Issue #3447061: Token in map icon field does not work in the HTML default formatter

Merged Issue #3447061: Token in map icon field does not work in the HTML default formatter
Merged Bohdan Mykhalchuk requested to merge issue/leaflet-3447061:3447061-token-in-map into 10.2.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -400,7 +400,7 @@ class LeafletDefaultFormatter extends FormatterBase implements ContainerFactoryP
switch ($icon_type) {
case 'html':
$feature['icon']['html'] = $this->token->replace($settings['icon']['html'], $tokens);
$feature['icon']['html'] = $this->token->replace($settings['icon']['html'], $tokens, ['clear' => TRUE]);
$feature['icon']['html_class'] = $settings['icon']['html_class'] ?? '';
break;
Loading