From d9bb341695bdc96b915852b68ff063984fa51ed1 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Sun, 23 May 2021 22:51:38 +1000 Subject: exactMatchLines as fgb --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e49cf1e..d1afbec 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3