From 4e87e196c523e0c1ba5703140f8d528806c5e188 Mon Sep 17 00:00:00 2001 From: typebrook Date: Fri, 21 Feb 2020 15:50:53 +0800 Subject: update --- scripts/csv2geojson | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/csv2geojson') diff --git a/scripts/csv2geojson b/scripts/csv2geojson index d719801..028aed7 100755 --- a/scripts/csv2geojson +++ b/scripts/csv2geojson @@ -42,4 +42,5 @@ jq '{"type": "Feature", "properties": .[2], "geometry":{ "type": "Point", "co # wrap features as geojson format jq -s '{"type": "FeatureCollection", "features": .}' |\ tee /tmp/geojson -echo stored into /tmp/geojson + +echo stored into /tmp/geojson > /dev/tty -- cgit v1.2.3-70-g09d2