Opened 17 years ago
Last modified 17 years ago
#22 assigned task
Windows CE specific customizations of GDAL WMS driver
Reported by: | mloskot | Owned by: | mloskot |
---|---|---|---|
Priority: | critical | Milestone: | Prototype 1.0 |
Component: | Cache | Version: | |
Keywords: | wms | Cc: |
Description
GDAL has new driver for WMS (implemented in frame of Google Summer of Code). This driver needs to be customized for Windows CE environment. Basic changes consist of:
- optimized read of tiles in advance, without any heavy operations in memory
- limit use of memory
- limit number of connections
- two operational modes: online and offline
Change History (3)
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Added simple test of AdviseRead procedure from WMS driver (trunk/tests/wmsadviseread) - r111
comment:3 by , 17 years ago
This WMS driver has to be added to the building configuration and tested under Windows CE system.
Note:
See TracTickets
for help on using tickets.
The requested changes to the WMS driver have been applied to GDAL - r12193.
The WMS driver for Windows Mobile is now ready for testing.