Changeset 435 for trunk/docs/ogcserver/readme.txt
- Timestamp:
- 01/24/07 21:07:00 (22 months ago)
- Files:
-
- 1 modified
-
trunk/docs/ogcserver/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/ogcserver/readme.txt
r350 r435 19 19 - WMS 1.1.1 and 1.3.0 20 20 - 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 22 23 - JPEG/PNG output 23 24 - XML/INIMAGE/BLANK error handling … … 117 118 - Be sure to call self.finalize() once you've registered everything! This will 118 119 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 119 124 120 125 … … 124 129 - Investigate moving to cElementTree from lxml. 125 130 - Add some internal "caching" for performance improvements. 126 - Support GetFeatureInfo (Requires core changes).127 131 - Switch to using C/C++ libs for image generation, instead of PIL (also 128 132 requires core changes). PIL requirement will remain for INIMAGE/BLANK 129 133 error handling. 134 - Implement other connectors than CGI/FastCGI (Such as WSGI, SCGI, etc ...) 130 135 131 136
