remove unused test files

This commit is contained in:
Sarah Hoffmann
2021-11-30 11:23:00 +01:00
parent b90e719da5
commit 50fccb52be
4 changed files with 0 additions and 20 deletions

Binary file not shown.

View File

@@ -1,20 +0,0 @@
<?php
// These settings control the import of special phrases from the wiki.
// class/type combinations to exclude
$aTagsBlacklist
= array(
'boundary' => array('administrative'),
'place' => array('house', 'houses'),
);
// If a class is in the white list then all types will
// be ignored except the ones given in the list.
// Also use this list to exclude an entire class from
// special phrases.
$aTagsWhitelist
= array(
'highway' => array('bus_stop', 'rest_area', 'raceway'),
'building' => array(),
);