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 dbe2d03 commit 4042539Copy full SHA for 4042539
src/common/mapping/utils/SourceListModelV3.js
@@ -158,11 +158,10 @@ export class SourceListModelV3 extends AppreciableLayerBase {
158
const sourceType = currentData && currentData.sourceType;
159
if (sourceType === 'WFS') {
160
const withCredential = currentData.withCredential;
161
- const { key, value } = withCredential ?? {};
162
let url = currentData.url;
163
- if (key && value) {
+ if (withCredential&&withCredential.key && withCredential.value) {
164
const separator = url.includes('?') ? '&' : '?';
165
- url = `${url}${separator}${key}=${value}`
+ url = `${url}${separator}${withCredential.key}=${withCredential.value}`
166
}
167
const dataset = currentData.datasets.find(dataset => dataset.msDatasetId === relationMsDatasetId);
168
Object.assign(dataSource, {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments