Skip to content

Commit 4e6add6

Browse files
【bug】1) isvj-5693 数据源名中文编码报错 review by songym
1 parent 46b3e92 commit 4e6add6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openlayers/mapping/WebMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2145,7 +2145,7 @@ export class WebMap extends Observable {
21452145
return;
21462146
}
21472147
//因为itest上使用的https,iserver是http,所以要加上代理
2148-
getFeatureBySQL(requestUrl, [dataSourceName], serviceOptions, async function (result) {
2148+
getFeatureBySQL(requestUrl, [decodeURIComponent(dataSourceName)], serviceOptions, async function (result) {
21492149
let features = that.parseGeoJsonData2Feature({
21502150
allDatas: {
21512151
features: result.result.features.features

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy