<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hallo, <br/>
<br/>
ich versuche seit einiger Zeit den Search Router mithilfe der mapbender.yml Datei zu erstellen. Leider bekomme ich beim einlesen Fehlermeldungen. Was mache ich falsch? Nur wenn ich searchrouter aus meiner mapbender.yml Datei entferne klappt alles problemlos. <br/>
Ich nutze die neuste Mapbender 3.0.6.1 Version. <br/>
<br/>
Fehlermeldung: <br/>
  > loading Mapbender\CoreBundle\DataFixtures\ORM\Application\LoadApplicationData <br/>
<br/>
                                                              <br/>
  [Symfony\Component\Debug\Exception\ContextErrorException]   <br/>
  Notice: Undefined index: class                             <br/>
                                                              <br/>
<br/>
doctrine:fixtures:load [--fixtures [FIXTURES]] [--append] [--em EM] [--shard SHARD] [--purge-with-truncate] [--multiple-transactions] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] <command><br/>
<br/>
<br/>
Mein Code ist wie folgt: <br/>
<br/>
            elements: <br/>
                sidepane: <br/>
                    searchrouter: <br/>
                        target: map <br/>
                        asDialog: false <br/>
                        timeoutFactor: 3 <br/>
                        height: 500 <br/>
                        width: 700 <br/>
                        routes: <br/>
                            poi: <br/>
                                class: Mapbender\CoreBundle\Component\SQLSearchEngine <br/>
                                class_options: <br/>
                                  connection: postgis <br/>
                                  relation: geodata.poi <br/>
                                  attributes: <br/>
                                    - gid <br/>
                                    - name <br/>
                                  geometry_attribute: geom <br/>
                                form: <br/>
                                  name: <br/>
                                    type: text <br/>
                                    options: <br/>
                                      required: true <br/>
                                      attr: <br/>
                                        data-autocomplete: 'on' <br/>
                                        data-autocomplete-distinct: 'on' <br/>
                                        data-autocomplete-using: type <br/>
                                    compare: ilike <br/>
                                results: <br/>
                                  view: table <br/>
                                  count: true <br/>
                                  headers: <br/>
                                    gid: ID <br/>
                                    name: Name <br/>
                                  callback: <br/>
                                    event: click <br/>
                                    options: <br/>
                                      buffer: 10 <br/>
                                      minScale: null <br/>
                                      maxScale: null</div></div></body></html>