We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14ac9f commit b66c943Copy full SHA for b66c943
src/legacyCompat.ts
@@ -74,7 +74,7 @@ export async function legacyGetMapFromParams(
74
`Evalsource ${evalsource} is not valid on this layer (was expecting ${expectedEvalsource})`,
75
);
76
}
77
- layer.setEvalscript(evalscript);
+ layer.setEvalscript(decodedEvalscript);
78
} else if (evalscriptUrl) {
79
// Processing API doesn't support evalscriptUrl, bail out:
80
throw new Error('Parameter evalscriptUrl is not supported with Processing API');
0 commit comments