Skip to content

Commit 2312537

Browse files
committed
Merge pull request #9 from hobu/master
Fix up cache filter example
2 parents d08829c + 3a9ffec commit 2312537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,8 @@ Here is a simple example pipeline that reads a LAS file and writes into a Postgr
598598
<Option name="srid">26910</Option>
599599
<Filter type="filters.chipper">
600600
<Option name="capacity">400</Option>
601-
<Filter type="filters.cache"><Option name="max_cache_blocks">3</Option>
602-
<Option name="cache_block_size">32184</Option>
601+
<Filter type="filters.cache">
602+
<Option name="max_cache_blocks">1</Option>
603603
<Reader type="drivers.las.reader">
604604
<Option name="filename">/home/lidar/st-helens-small.las</Option>
605605
<Option name="spatialreference">EPSG:26910</Option>

0 commit comments

Comments
 (0)