From ea346a785dc1b3f7c156f6fc33da634e1f1a627b Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Tue, 12 Aug 2014 21:56:44 +0200 Subject: Adding jquery, flot and openlayers to be included with the GEM. --- misc/openlayers/examples/wms-v13.html | 57 +++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 misc/openlayers/examples/wms-v13.html (limited to 'misc/openlayers/examples/wms-v13.html') diff --git a/misc/openlayers/examples/wms-v13.html b/misc/openlayers/examples/wms-v13.html new file mode 100644 index 0000000..427a829 --- /dev/null +++ b/misc/openlayers/examples/wms-v13.html @@ -0,0 +1,57 @@ + + + + + + + + + + + + +

WMS version 1.3 (axis order) Example

+ +
+ axis order, wms 1.3, light +
+

+ Shows an example of the influence of axis order on WMS 1.3 GetMap requests. +

+
+
+
+

WMS version 1.3 introduced the axis order sequence, so that for e.g. EPSG:4326 the bbox coordinate + values need to be flipped (LatLon instead of LonLat). The first map uses the incorrect (WMS 1.1) axis + order against a WMS 1.3 service, resulting in corrupted maps. The second map shows how to correctly + request a map in EPSG:4326 against a WMS 1.3 service.

+
+ + -- cgit v1.2.3