diff options
Diffstat (limited to 'templates/web/base/maps/openlayers.html')
-rw-r--r-- | templates/web/base/maps/openlayers.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/base/maps/openlayers.html b/templates/web/base/maps/openlayers.html index 12ae88c05..524075371 100644 --- a/templates/web/base/maps/openlayers.html +++ b/templates/web/base/maps/openlayers.html @@ -25,6 +25,9 @@ [% IF include_key -%] data-key='[% c.config.BING_MAPS_API_KEY %]' [%- END -%] +[% IF list_of_names_as_string -%] + data-bodies='[% list_of_names_as_string | html %]' +[%- END -%] > </div> <div id="map_box" aria-hidden="true"> |