Changeset 435

Show
Ignore:
Timestamp:
01/24/07 21:07:00 (22 months ago)
Author:
jdoyon
Message:

- Edit ogcserver docs to mention GetFeatureInfo? support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/docs/ogcserver/readme.txt

    r350 r435  
    1919- WMS 1.1.1 and 1.3.0 
    2020- CGI/FastCGI 
    21 - GetCapabilities and GetMap support only (NO GetFeatureInfo ... yet) 
     21- Supports all 3 requests: GetCapabilities, GetMap and GetFeatureInfo 
     22- GetFeatureInfo supports text/plain output only 
    2223- JPEG/PNG output 
    2324- XML/INIMAGE/BLANK error handling 
     
    117118- Be sure to call self.finalize() once you've registered everything! This will 
    118119  validate everything and let you know if there's problems. 
     120- For a layer to be queryable via GetFeatureInfo, simply set the 'queryable' 
     121  property to True: 
     122   
     123  lyr.queryable = True 
    119124 
    120125 
     
    124129- Investigate moving to cElementTree from lxml. 
    125130- Add some internal "caching" for performance improvements. 
    126 - Support GetFeatureInfo (Requires core changes). 
    127131- Switch to using C/C++ libs for image generation, instead of PIL (also 
    128132  requires core changes). PIL requirement will remain for INIMAGE/BLANK 
    129133  error handling. 
     134- Implement other connectors than CGI/FastCGI (Such as WSGI, SCGI, etc ...) 
    130135 
    131136