From 872a16657d1b937ef5b0bb9d1dde1de5dd2868f2 Mon Sep 17 00:00:00 2001 From: lars Date: Sun, 24 May 2009 22:48:55 +0000 Subject: [PATCH] QA for OSM: * moved script to separate directory * assume that the header file is in the same directory as the script --- osm/qa/{ => sparsely_mapped}/generate_unmapped_places.sh | 2 +- .../mv_sparsely_mapped_towns_header.template | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename osm/qa/{ => sparsely_mapped}/generate_unmapped_places.sh (97%) rename osm/qa/{ => sparsely_mapped}/mv_sparsely_mapped_towns_header.template (100%) diff --git a/osm/qa/generate_unmapped_places.sh b/osm/qa/sparsely_mapped/generate_unmapped_places.sh similarity index 97% rename from osm/qa/generate_unmapped_places.sh rename to osm/qa/sparsely_mapped/generate_unmapped_places.sh index 24ebfce..7d3b284 100755 --- a/osm/qa/generate_unmapped_places.sh +++ b/osm/qa/sparsely_mapped/generate_unmapped_places.sh @@ -27,7 +27,7 @@ QUALITY_URL="http://www.gary68.de/osm/qa/unmapped/mecklenburg-vorpommern.htm" WIKIPEDIA_URL="http://de.wikipedia.org/wiki" PLACE_TYPE="(town|city)" # include this header file before the content -HEADER_TEMPLATE_FILE=mv_sparsely_mapped_towns_header.template +HEADER_TEMPLATE_FILE="$(dirname "$0")/mv_sparsely_mapped_towns_header.template" # some wikipedia pages have different names # remove ALL non-letters (7-bit) characters from the _first_ column PLACE_NAME_MAPPING="Feldberg Feldberger_Seenlandschaft diff --git a/osm/qa/mv_sparsely_mapped_towns_header.template b/osm/qa/sparsely_mapped/mv_sparsely_mapped_towns_header.template similarity index 100% rename from osm/qa/mv_sparsely_mapped_towns_header.template rename to osm/qa/sparsely_mapped/mv_sparsely_mapped_towns_header.template