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 79bcf25 commit a3c2413Copy full SHA for a3c2413
packages/engine/Source/Scene/GetFeatureInfoFormat.js
@@ -377,7 +377,7 @@ const wmsServiceExceptionReportRegex =
377
/<ServiceExceptionReport([\s\S]*)<\/ServiceExceptionReport>/im;
378
const titleRegex = /<title>([\s\S]*)<\/title>/im;
379
380
-function textToFeatureInfo(text, projection) {
+function textToFeatureInfo(text) {
381
// If the text is HTML and it has an empty body tag, assume it means no features were found.
382
if (emptyBodyRegex.test(text)) {
383
return undefined;
0 commit comments