Changes between Version 21 and Version 22 of PostNASMapbender3


Ignore:
Timestamp:
10/06/16 11:25:36 (8 years ago)
Author:
thekla.wirkus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PostNASMapbender3

    v21 v22  
    249249* nur Flurstückssuche 
    250250{{{ 
     251 
    251252class: Mapbender\CoreBundle\Component\SQLSearchEngine 
    252253class_options: 
    253     connection: alkis 
    254     relation: qry_mb3_ax_flurstueck_suche 
    255     attributes: 
    256         - gml_id 
    257         - gemarkungsnummer 
    258         - flurnummer 
    259         - zaehler 
    260         - nenner 
    261         - flurstueckskennzeichen 
    262     geometry_attribute: the_geom_etrs 
     254  connection: alkis 
     255  relation: qry_mb3_ax_flurstueck_suche 
     256  attributes: 
     257    - gml_id 
     258    - gemarkungsnummer 
     259    - gemarkungsname 
     260    - flurnummer 
     261    - zaehler 
     262    - nenner 
     263    - flurstueckskennzeichen 
     264  geometry_attribute: the_geom_etrs 
    263265form: 
    264     gemarkungsnummer: 
    265         type: text 
    266         options: 
    267             required: false 
    268         compare: exact 
    269     flurnummer: 
    270         type: text 
    271         options: 
    272             required: false 
    273         compare: exact 
    274     zaehler: 
    275         type: text 
    276         options: 
    277             required: false 
    278         compare: exact 
    279     nenner: 
    280         type: text 
    281         options: 
    282             required: false 
    283         compare: exact 
     266  gemarkungsnummer: 
     267    type: text 
     268    options: 
     269      required: false 
     270    compare: exact 
     271  flurnummer: 
     272    type: text 
     273    options: 
     274      label: Flur 
     275      required: false 
     276      attr: 
     277        data-autocomplete: 'on' 
     278        data-autocomplete-distinct: 'on' 
     279        data-autocomplete-using: gemarkungsname 
     280  zaehler: 
     281    type: text 
     282    options: 
     283      label: Zähler 
     284      required: true 
     285      attr: 
     286        data-autocomplete: 'on' 
     287        data-autocomplete-distinct: 'on' 
     288        data-autocomplete-using: gemarkungsname 
     289  nenner: 
     290    type: text 
     291    options: 
     292      label: Nenner 
     293      required: false 
     294      attr: 
     295        data-autocomplete: 'on' 
     296        data-autocomplete-distinct: 'on' 
     297        data-autocomplete-using: gemarkungsname 
    284298results: 
    285     view: table 
    286     headers: 
    287         flurstueckskennzeichen: Flurstückskennzeichen 
    288     callback: 
    289         event: click 
    290         options: 
    291             buffer: 40 
    292             minScale: null 
    293             maxScale: null 
     299  view: table 
     300  headers: 
     301    flurnummer: Flur 
     302    zaehler: Zähler 
     303    nenner: Nenner 
     304    gemarkungsnummer: Gemarkung 
     305  callback: 
     306    event: click 
     307    options: 
     308      buffer: 50 
    294309                                 
    295310}}} 
     
    301316class: Mapbender\CoreBundle\Component\SQLSearchEngine 
    302317class_options: 
    303     connection: alkis 
    304     relation: qry_mb3_adresse_suche 
    305     attributes: 
    306         - kreis 
    307         - gemeinde 
    308         - bezeichnung 
    309         - hausnummer 
    310     geometry_attribute: the_geom_etrs 
     318  connection: alkis 
     319  relation: qry_mb3_adresse_suche 
     320  attributes: 
     321    - kreis 
     322    - gemeindename 
     323    - hausnummer 
     324    - gemeindename 
     325    - strasse 
     326  geometry_attribute: the_geom_etrs 
    311327form: 
    312     gemeinde: 
    313         type: text 
    314         options: 
    315             required: false 
    316         compare: exact 
    317     bezeichnung: 
    318         type: text 
    319         options: 
    320             required: false 
    321             label: Straße 
    322             attr:  # HTML attributes to inject 
    323                 data-autocomplete: on  # this triggers autocomplete 
    324                 data-autocomplete-distinct: on  
    325         compare: ilike 
    326     hausnummer: 
    327         type: text 
    328         options: 
    329             required: false 
    330         compare: exact 
     328  gemeindename: 
     329    type: text 
     330    options: 
     331      required: false 
     332  strasse: 
     333    type: text 
     334    options: 
     335      label: Straße 
     336      required: false 
     337      attr: 
     338        data-autocomplete: 'on' 
     339        data-autocomplete-distinct: 'on' 
     340        data-autocomplete-using: gemeindename 
     341  hausnummer: 
     342    type: text 
     343    options: 
     344      label: Hausnummer 
     345      required: false 
     346      attr: 
     347        data-autocomplete: 'on' 
     348        data-autocomplete-distinct: 'on' 
     349        data-autocomplete-using: bezeichnung 
    331350results: 
    332     view: table 
    333     headers: 
    334         bezeichnung: Straße 
    335         hausnummer: Hausnummer 
    336     callback: 
    337         event: click 
    338         options: 
    339             buffer: 40 
    340             minScale: null 
    341             maxScale: null 
     351  view: table 
     352  headers: 
     353    strasse: Straße 
     354    hausnummer: Hausnr. 
     355    gemeindename: Ort 
     356  callback: 
     357    event: click 
     358    options: 
     359      buffer: 50 
    342360}}} 
    343361 
     
    359377class: Mapbender\CoreBundle\Component\SQLSearchEngine 
    360378class_options: 
    361     connection: alkis 
    362     relation: mb3_eigentuemer_suche_union 
    363     attributes: 
    364         - gb_blatt 
    365         - buchgsart 
    366         - nachname 
    367         - bezirkname 
    368         - fs_zaehler 
    369         - flurstueckskennzeichen 
    370     geometry_attribute: geom 
     379  connection: alkis 
     380  relation: qry_mb3_eigentuemer_suche_union 
     381  attributes: 
     382    - gb_blatt 
     383    - buchgsart 
     384    - nachname 
     385    - vorname 
     386    - bezirkname 
     387    - fs_zaehler 
     388    - fs_nenner 
     389    - flur 
     390    - flurstueckskennzeichen 
     391  geometry_attribute: geom 
    371392form: 
    372     gb_blatt: 
    373         type: text 
    374         options: 
    375             required: false 
    376         compare: exact 
    377     buchgsart: 
    378         type: text 
    379         options: 
    380             required: false 
    381         compare: exact 
    382     bezirkname: 
    383         type: text 
    384         options: 
    385             required: false 
    386         compare: exact 
    387     fs_zaehler: 
    388         type: text 
    389         options: 
    390             required: false 
    391         compare: exact 
    392     nachname: 
    393         type: text 
    394         options: 
    395             required: false 
    396         compare: ilike 
     393  nachname: 
     394    type: text 
     395    options: 
     396      label: Nachname 
     397      required: false 
     398    compare: ilike 
     399  vorname: 
     400    type: text 
     401    options: 
     402      label: Vorname 
     403      required: false 
     404    compare: ilike 
     405  gb_blatt: 
     406    type: text 
     407    options: 
     408      label: 'Grundbuchblattnummer (GB-NR)' 
     409      required: false 
     410    compare: exact 
     411  bezirkname: 
     412    type: text 
     413    options: 
     414      label: Bezirk 
     415      required: false 
     416      attr: 
     417        data-autocomplete: 'on' 
     418        data-autocomplete-distinct: 'on' 
     419        data-autocomplete-using: flur 
     420  flur: 
     421    type: text 
     422    options: 
     423      label: Flur 
     424      required: false 
     425      attr: 
     426        data-autocomplete: 'on' 
     427        data-autocomplete-distinct: 'on' 
     428        data-autocomplete-using: flur 
     429  fs_zaehler: 
     430    type: text 
     431    options: 
     432      label: Zähler 
     433      required: false 
     434      attr: 
     435        data-autocomplete: 'on' 
     436        data-autocomplete-distinct: 'on' 
     437        data-autocomplete-using: flur 
     438  fs_nenner: 
     439    type: text 
     440    options: 
     441      label: Nenner 
     442      required: false 
     443      attr: 
     444        data-autocomplete: 'on' 
     445        data-autocomplete-distinct: 'on' 
     446        data-autocomplete-using: flur 
    397447results: 
    398     view: table 
    399     headers: 
    400         flurstueckskennzeichen: Flstk. 
    401         vorname: Vorname 
    402         nachname: Nachname 
    403         gb_blatt: Grundbuchblatt 
    404         buchgsart: Buchungsart 
    405     callback: 
    406         event: click 
    407         options: 
    408             buffer: 40 
    409             minScale: null 
    410             maxScale: null 
    411 }}} 
     448  view: table 
     449  headers: 
     450    nachname: Nachname 
     451    vorname: Vorname 
     452    flurstueckskennzeichen: Flstk. 
     453    gb_blatt: GB-NR 
     454    bezirkname: Bezirk 
     455    flur: Flur 
     456  callback: 
     457    event: click 
     458    options: 
     459      buffer: 40 
     460      minScale: null 
     461      maxScale: null 
     462}}} 
     463* Konfiguration Grundbuchsuche 
     464{{{ 
     465### 
     466}}}