diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-23 22:51:38 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-23 22:51:38 +1000 |
commit | d9bb341695bdc96b915852b68ff063984fa51ed1 (patch) | |
tree | f2b06cf54c6dcbd74ea43b38e2c2e51fa0fd1a94 | |
parent | bc888d7a0689359105e25a3bc3684ad0c6d1d21c (diff) |
exactMatchLines as fgb
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -174,6 +174,7 @@ convertConflationResultsToFGB: ogr2ogr -f FlatGeobuf dist/conflate/withinExistingOSMAddressPoly.fgb dist/conflate/withinExistingOSMAddressPoly.geojson ogr2ogr -f FlatGeobuf dist/conflate/notFoundInBlocks.fgb dist/conflate/notFoundInBlocks.geojson ogr2ogr -f FlatGeobuf dist/conflate/exactMatch.fgb dist/conflate/exactMatch.geojson + ogr2ogr -f FlatGeobuf dist/conflate/exactMatchLines.fgb dist/conflate/exactMatchLines.geojson ogr2ogr -f FlatGeobuf dist/conflate/noExactMatch.fgb dist/conflate/noExactMatch.geojson ogr2ogr -f FlatGeobuf dist/conflate/noOSMAddressWithinBlock.fgb dist/conflate/noOSMAddressWithinBlock.geojson |