diff options
| author | typebrook <typebrook@gmail.com> | 2019-11-16 21:37:44 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-11-16 21:37:44 +0800 |
| commit | e0673805fc648d47eadf5c76b822ccef5780d241 (patch) | |
| tree | 1f73a8c4a6284fcd31190c13adbeb7d4c3c3dab9 | |
| parent | bd82900e7cfcba62db788e87b8056a4b6d80c74e (diff) | |
update
| -rw-r--r-- | utils/osm.village.nat_ref.makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/osm.village.nat_ref.makefile b/utils/osm.village.nat_ref.makefile index fefeeaa..3937144 100644 --- a/utils/osm.village.nat_ref.makefile +++ b/utils/osm.village.nat_ref.makefile | |||
| @@ -55,3 +55,5 @@ change.list: matched.csv | |||
| 55 | cat $< |\ | 55 | cat $< |\ |
| 56 | sed 1d |\ | 56 | sed 1d |\ |
| 57 | awk -F',' '{print "relation", $$1, "nat_ref", $$2}' > $@ | 57 | awk -F',' '{print "relation", $$1, "nat_ref", $$2}' > $@ |
| 58 | |||
| 59 | # sed -i -r 's/([0-9]+ +)(.+)$/\1"name:en" "\2"/' diff.eng | ||