Changes between Version 2 and Version 3 of MapGuideRfc181
- Timestamp:
- 07/30/20 04:56:38 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc181
v2 v3 36 36 Add [https://github.com/yhirose/cpp-httplib cpp-httplib] to Oem. This is a MIT-licensed header-only C++11 library for easily implementing a HTTP web server. 37 37 38 Add a new `MgDevHttpServer` to the `WebTier` project. This project is a simple console application using `cpp-httplib` that sets up a mapagent for testing/development purposes. This http server should not be used as a production or public-facing http server.38 Add a new `MgDevHttpServer` project to the `WebTier` solution. This project is a simple console application using `cpp-httplib` that sets up a mapagent for testing/development purposes. This http server should not be used as a production or public-facing http server. 39 39 40 40 Update our WMS templates to include a HTML template for WMS `GetMap` previews with OpenLayers. 41 41 42 42 Update our WMS implementation to support a new `FORMAT` of `application/openlayers`. If this parameter value is supplied, an OpenLayers HTML preview of the given WMS layer is rendered instead of a map image. 43 44 Add a new `MgWebTestRunner` project to the `WebTier` solution. This is a skeleton catch2-based test runner that we can expand in the future with more test cases relating to the Web Tier. 45 46 This is already implemented and ready-to-merge in the [https://trac.osgeo.org/mapguide/browser/sandbox/jng/ogc_viewer_representation ogc_viewer_representation sandbox]. Upon adoption of this RFC, it will be merged into trunk. 43 47 44 48 == Implications ==