diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/maps/openlayers.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/maps/openlayers.html b/templates/web/base/maps/openlayers.html index 215b69d26..e8d6c2e06 100644 --- a/templates/web/base/maps/openlayers.html +++ b/templates/web/base/maps/openlayers.html @@ -17,6 +17,7 @@ data-zoom=[% map.zoom %] [%- END %] data-pin_prefix='[% c.config.ADMIN_BASE_URL IF admin %][% c.cobrand.path_to_pin_icons %]', + data-pin_new_report_colour='[% c.cobrand.pin_new_report_colour %]', data-numZoomLevels=[% map.numZoomLevels %] data-zoomOffset=[% map.zoomOffset %] data-map_type="[% map.map_type %]" |