feat: 增加管线过滤参数
This commit is contained in:
parent
61ea13469f
commit
4eb9e3cd97
@ -224,6 +224,7 @@ export function createLayerService(deps) {
|
||||
request: 'GetMap',
|
||||
format: queryParams.get('format') || layerOptions.format || 'image/png',
|
||||
transparent: true,
|
||||
cql_filter:queryParams.get('cql_filter')||'',
|
||||
...layerOptions.extraParameters,
|
||||
...layerOptions.parameters,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user