aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--utils/osm3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/osm b/utils/osm
index cca9ec8..abbc51d 100644
--- a/utils/osm
+++ b/utils/osm
@@ -160,8 +160,7 @@ osm.file.get.full() {
160 osmium getid $file $@ --output-format=osm --add-referenced 160 osmium getid $file $@ --output-format=osm --add-referenced
161} 161}
162# $1 as osm file 162# $1 as osm file
163osm.osm.update() { 163osm.osc.create() {
164 (tee; cat > $1.osc) |\
165 while read -r line 164 while read -r line
166 do 165 do
167 array=( $(echo $line) ) 166 array=( $(echo $line) )