Skip to content

Commit

Permalink
Tell ogr2ogr input file format
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Jul 19, 2024
1 parent 46d2039 commit 1ecf8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch/scripts/create_vector_tile_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ FINAL_DATA='data.ndjson'
if [ -n "$WHERE_FIELD" ]; then
FINAL_DATA='filtered_data.ndjson'
echo "Perform Filtering"
ogr2ogr "${FINAL_DATA}" 'data.ndjson' -where "${WHERE_FIELD} IN (${WHERE_VALUES})"
ogr2ogr -if GeoJSONSeq "${FINAL_DATA}" 'data.ndjson' -where "${WHERE_FIELD} IN (${WHERE_VALUES})"
fi

echo "Build Tile Cache"
Expand Down

0 comments on commit 1ecf8ff

Please sign in to comment.