Changes between Version 2 and Version 3 of MapGuideRfc181


Ignore:
Timestamp:
Jul 30, 2020, 4:56:38 AM (4 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc181

    v2 v3  
    3636Add [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.
    3737
    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.
     38Add 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.
    3939
    4040Update our WMS templates to include a HTML template for WMS `GetMap` previews with OpenLayers.
    4141
    4242Update 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
     44Add 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
     46This 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.
    4347
    4448== Implications ==