Skip to content

Commit f7b6ce5

Browse files
authored
feat(parquet): SORT_BY_BBOX=YES (#55)
1 parent 4817c3b commit f7b6ce5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/cmd/feature/ogr.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ function formatSpecificArgs (format) {
5555
'-lco', 'RESIZE=YES'
5656
]
5757
}
58+
if (format.includes('parquet')) {
59+
return [
60+
'-lco', 'SORT_BY_BBOX=YES'
61+
]
62+
}
5863
return []
5964
}
6065

0 commit comments

Comments
 (0)