diff options
-rw-r--r-- | conf/general.yml-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index ad3451d18..fd9ecad21 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -63,7 +63,7 @@ MAPIT_TYPES: [ 'ZZZ' ] # MapIt type codes for them here. # You can probably leave this blank, but in the UK we use something like: # MAPIT_TYPES_CHILDREN: [ 'DIW', 'LBW', 'MTW', 'UTE', 'UTW', 'CED', 'COP', 'LGW' ] -MAPIT_TYPES_CHILDREN: +MAPIT_TYPES_CHILDREN: '' # If you wish to use Google Maps or Bing Maps Geocoding, get and put the # relevant key here. Without a key, geocoding will use OSM's Nominatim. |