Ticket #866 (closed feature: fixed)
patch to deprecate MapServer.Untiled
| Reported by: | pspencer | Owned by: | euzuro |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.5 Release |
| Component: | Layer.MapServer | Version: | 2.4 |
| Keywords: | Cc: | ||
| State: |
Description
With the introduction of Grid.singleTile, Untiled layers are deprecated. The attached patch does the following:
* modifies MapServer.Untiled to inherit directly from MapServer with a singleTile attribute set to true, and emit a console warning about deprecation (copied from WMS.Untiled directly) * modifies examples/mapserver_untiled.html to use a MapServer layer with a singleTile: true option * modifies tests/Layer/test_MapServer.html to add a useful singleTile test
tests/Layer/test_MapServer_Untiled.html should be removed from trunk as well.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

