From 3967bbfaa6bd8b2730304665eebec68b96a94aff Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 21 Apr 2011 22:07:17 +0000 Subject: [PATCH] This example says it is deprecated (in favor of wms-long-url.html). Removing examples of deprecated code will ease the eventual deprecated code removal. git-svn-id: http://svn.openlayers.org/trunk/openlayers@11904 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/WMSPost.html | 181 ------------------------------------------ 1 file changed, 181 deletions(-) delete mode 100644 examples/WMSPost.html diff --git a/examples/WMSPost.html b/examples/WMSPost.html deleted file mode 100644 index 6cc20a11df..0000000000 --- a/examples/WMSPost.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - OpenLayers Basic WMS Example via HTTP-POST protocol - - - - - - -

Basic WMS Example via HTTP-POST protocol with a large SLD - included

- -
- sld, advanced -
- -
Creating a WMS layer with a large SLD in the sld_body
- -
- -
-

Deprecated. See wms-long-url.html - for the recommended way to avoid long URLs.

- This example uses a large SLD created on the client side to style a WMS - layer. This example uses a WMS.Post layer which transfers data via the - HTTP-POST protocol.
- NOTE: Opera is not able to display transparent tiles with this layer, - and in some Firefox browsers can appear ugly viewport-shaking effects - while dragging arround. Use the 'unsupportedBrowsers' property to - control which browsers should use plain image tiles (like Layer.WMS) - instead. The default setting (["mozilla", "firefox", "opera"]) - excludes problematic browsers without removing the ability to use long - request parameters, because all these browsers support long urls via - GET.

-
- -