Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.59 KB

tipps.md

File metadata and controls

51 lines (38 loc) · 1.59 KB
layout title
architect
Tipps and hints

Layer filters

UMN mapfile:

LAYER
  NAME "aktuelle-neophyten-art"
  ...
  METADATA
    ...
    "default_filter_aktuelle_neophyten_art" "*" # Wert, falls Parameter filter_aktuelle_neophyten_art fehlt
  END
  ...
  FILTER "'%filter_aktuelle_neophyten_art%' = '*' or symb4 = '%filter_aktuelle_neophyten_art%'"
  VALIDATION
    "filter_aktuelle_neophyten_art" '^[0-9]+$' # String mit mindestens einer Zahl
  END
  ...
END