Deleted specialphrases.php and phrase_settings.php

This commit is contained in:
AntoJvlt
2021-03-20 19:48:05 +01:00
parent 9d1c23e4f5
commit d5acade4db
2 changed files with 0 additions and 183 deletions

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(),
);