When using {click:zoom} in an infoclick external link to pass the current zoom index to another instance, that instance sets its view to the same index. If the resolutions arrays are different between the instances, the same zoom index can result in a different map scale.
The suggestion is to add a filter that maps an attribute value to a configurable output.
Example for mapping zoom index between instances with different resolutions arrays:
{click:zoom|map('1:2,2:3')}
This issue is similar to issue #1865.
When using
{click:zoom}in an infoclick external link to pass the current zoom index to another instance, that instance sets its view to the same index. If theresolutionsarrays are different between the instances, the same zoom index can result in a different map scale.The suggestion is to add a filter that maps an attribute value to a configurable output.
Example for mapping zoom index between instances with different
resolutionsarrays:{click:zoom|map('1:2,2:3')}This issue is similar to issue #1865.