Closed sheatipton closed 5 months ago
When using the "Google Map" shortcode, I am unable to set a zoom level parameter when there are more than ONE markers
using the following lava code below on a page produces a gray screen:
{[ googlemap zoom:'10']} [[ marker location:'33.640705,-112.280198']][[ endmarker ]] [[ marker location:'33.52764, -112.262571']][[ endmarker ]] [[ marker location:'33.54764, -112.292571']][[ endmarker ]] {[ endgooglemap ]}
modifying the lava so there is only ONE marker solves the issue
{[ googlemap zoom:'10']} [[ marker location:'33.640705,-112.280198']][[ endmarker ]] {[ endgooglemap ]}
-Create a page and add the lava shortcode to a block -To replicate the issue, add a zoom parameter to a google map shortcode with multiple markers
Rock McKinley 15.1 (1.15.1.1)
en-US
Fixed via migration (line 157).
Description
When using the "Google Map" shortcode, I am unable to set a zoom level parameter when there are more than ONE markers
Actual Behavior
using the following lava code below on a page produces a gray screen:
Expected Behavior
modifying the lava so there is only ONE marker solves the issue
Steps to Reproduce
-Create a page and add the lava shortcode to a block -To replicate the issue, add a zoom parameter to a google map shortcode with multiple markers
Issue Confirmation
Rock Version
Rock McKinley 15.1 (1.15.1.1)
Client Culture Setting
en-US