File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
schema/src/schema/processing Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -382,8 +382,7 @@ export function addCommands(
382
382
model : model ,
383
383
sourceData : {
384
384
inputLayer : selectedLayerId ,
385
- bufferDistance : 10 ,
386
- projection : 'EPSG:4326'
385
+ bufferDistance : 10
387
386
} ,
388
387
formContext : 'create' ,
389
388
processingType : 'buffer' ,
@@ -444,8 +443,6 @@ export function addCommands(
444
443
const options = [
445
444
'-f' ,
446
445
'GeoJSON' ,
447
- '-t_srs' ,
448
- formValues . projection ,
449
446
'-dialect' ,
450
447
'SQLITE' ,
451
448
'-sql' ,
Original file line number Diff line number Diff line change 13
13
"type" : " number" ,
14
14
"default" : 10 ,
15
15
"description" : " The distance used for buffering the geometry (in projection units)."
16
- },
17
- "projection" : {
18
- "type" : " string" ,
19
- "description" : " The spatial reference system of the buffered output." ,
20
- "default" : " EPSG:4326"
21
16
}
22
17
}
23
18
}
You can’t perform that action at this time.
0 commit comments