diff options
| author | typebrook <typebrook@gmail.com> | 2019-11-15 15:27:50 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-11-15 15:27:50 +0800 |
| commit | e558cdfe6ec6cb16fd27f72e044435647a236672 (patch) | |
| tree | 3904fb82dbb4e781f95965f62ae06837f1991ed0 /utils | |
| parent | f1d3960f4ddcd28b44c08f63a4370306a36e39f7 (diff) | |
update
Diffstat (limited to 'utils')
| -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) ) |