Changes between Version 28 and Version 29 of MigrationGuide5.x


Ignore:
Timestamp:
2021-12-22T17:12:12-04:00 (2 years ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MigrationGuide5.x

    v28 v29  
    68681. DUMP TRUE
    6969
     70   Instead, you can configure querying of your layer by using METADATA instead, such as:
     71   {{{
     72   LAYER
     73     ...
     74     METADATA
     75       "wms_title" "Populated Places"
     76       "wms_include_items" "all"
     77       "gml_include_items" "all"
     78       "gml_featureid"     "ogc_fid"   
     79     END #metadata
     80     ...
     81   END #layer
     82   }}}
     83
    70842. OPACITY
    7185