diff options
-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 | ||