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