commit
This commit is contained in:
@@ -106,6 +106,19 @@ java -jar build/libs/shp-exporter.jar \
|
||||
--converter.mode=MERGED
|
||||
```
|
||||
|
||||
|
||||
```bash
|
||||
|
||||
java -jar build/libs/shp-exporter.jar \
|
||||
--batch \
|
||||
--converter.inference-id=test22 \
|
||||
--converter.batch-ids[0]=111 \
|
||||
--converter.batch-ids[1]=114 \
|
||||
--converter.batch-ids[2]=162 \
|
||||
--geoserver.enabled=true
|
||||
|
||||
```
|
||||
|
||||
**Note for zsh users:** zsh interprets square brackets `[]` as glob patterns. Always quote arguments containing brackets when using zsh.
|
||||
|
||||
## Building
|
||||
|
||||
Reference in New Issue
Block a user