You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an AGS_MAP or AGS_TILE type layer is configured in index.json without a style but with the correct id and some name the layer will not automatically receive a print legend (there will simply be the title of the layer and no legend icon/s)
The culprit appears to be the following line in the "getAGSJSONContent()" of print-legend.js:
If an AGS_MAP or AGS_TILE type layer is configured in index.json without a style but with the correct id and some name the layer will not automatically receive a print legend (there will simply be the title of the layer and no legend icon/s)
The culprit appears to be the following line in the "getAGSJSONContent()" of print-legend.js:
where the id of the received json can be a Number and the id argument is a string.
The text was updated successfully, but these errors were encountered: