QA for OSM:
* moved script to separate directory * assume that the header file is in the same directory as the script
This commit is contained in:
parent
ae1e2b93e5
commit
872a16657d
2 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue