From 7f45c5d69a1576737555abaaf9b30442be88237e Mon Sep 17 00:00:00 2001 From: cwgrant Date: Sun, 8 Jan 2017 19:21:33 -0500 Subject: [PATCH] Update CHANGES/CONTRIBUTORS for WMS 1.3 --- CHANGES.md | 1 + CONTRIBUTORS.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 019d879189ff..6943199a9821 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,7 @@ Change Log * Fixed sky atmosphere from causing incorrect picking and hanging drill picking. [#4783](https://github.com/AnalyticalGraphicsInc/cesium/issues/4783) and [#4784](https://github.com/AnalyticalGraphicsInc/cesium/issues/4784) * Fixed a bug that could cause a "readyImagery is not actually ready" exception when quickly zooming past the maximum available imagery level of an imagery layer near the poles. * Fixed a bug that caused all models to use the same highlight color. [#4798] (https://github.com/AnalyticalGraphicsInc/cesium/pull/4798) +* Added support for WMS version 1.3 by using CRS vice SRS query string parameter to request projection. SRS is still used for older versions. ### 1.29 - 2017-01-02 * Improved 3D Models diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a48712cd0bef..2a3cf8344167 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -118,3 +118,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to Cesiu * [Brad Hover](https://github.com/tekhaus) * [Hüseyin Ateş](https://github.com/ateshuseyin) * [Zsolt Simon](https://github.com/szsolt) +* [Chris Grant](https://github.com/cwgrant)