Changes between Version 10 and Version 11 of TorontoCodeSprint2009Notes


Ignore:
Timestamp:
Mar 10, 2009, 11:02:14 AM (15 years ago)
Author:
dmorissette
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TorontoCodeSprint2009Notes

    v10 v11  
    3333 * A RFC will be required for this.
    3434
     35=== 5. Mechanism to enable/hide/ignore layers in OGC Web Services ===
     36
     37 * See the use cases page at [wiki:HidingLayersInOGCWebServices]
     38 * One suggestion was to use a set of OWS + SERVICE blocks in the layer definition, e.g.
     39{{{
     40  LAYER
     41    ...
     42    OWS
     43       SERVICE
     44         TYPE WMS
     45         REQUESTS ALL # ALL, ONE, or specific request to accept for this layer
     46         "key1" "value1"
     47         "key2" "value2"
     48       END
     49       SERVICE
     50         TYPE WFS
     51         REQUESTS ...
     52         ...
     53       END
     54    END
     55  END
     56
     57}}}
     58
    3559== Breakout Sections ==
    3660