]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/phrase_settings.php
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / settings / phrase_settings.php
index 4456316e39981349d588c21b4dffc858105ec30b..2e199ada0ffffe718934da125d297ef6f87ab330 100644 (file)
@@ -38,14 +38,14 @@ $aLanguageIn = array(
 
 # class/type combinations to exclude
 $aTagsBlacklist = array(
-  'boundary' => array('administrative'),
-  'place' => array('house', 'houses'),
+       '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(),
+       'highway' => array('bus_stop', 'rest_area', 'raceway'),
+       'building' => array(),
 );