diff options
| -rw-r--r-- | utils/osm | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -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 |
| 163 | osm.osm.update() { | 163 | osm.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) ) |