From e0b2d4ad832721c69940cfefea7a366ab1e9d57e Mon Sep 17 00:00:00 2001 From: vectorperfect <108605954+ambiguousphoton@users.noreply.github.com> Date: Wed, 2 Aug 2023 23:13:17 +0530 Subject: [PATCH 1/2] Update topview.py --- mslib/msui/topview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mslib/msui/topview.py b/mslib/msui/topview.py index 3d6b02e29..fa984f1fc 100644 --- a/mslib/msui/topview.py +++ b/mslib/msui/topview.py @@ -276,7 +276,7 @@ def setup_top_view(self): are connected). """ toolitems = ["(select to open control)", "Web Map Service", "Satellite Tracks", "Remote Sensing", "KML Overlay", - "Airports/Airspaces", "Multiple FLightpath"] + "Airports/Airspaces", "Multiple Flightpath"] self.cbTools.clear() self.cbTools.addItems(toolitems) From 995904e29135ae8525d04293de92796ad664e3d8 Mon Sep 17 00:00:00 2001 From: ambiguousphoton Date: Fri, 6 Oct 2023 23:19:04 +0530 Subject: [PATCH 2/2] latests to stable --- mslib/index.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mslib/index.py b/mslib/index.py index a819b78fa..be1a81d76 100644 --- a/mslib/index.py +++ b/mslib/index.py @@ -157,10 +157,10 @@ def plots(): content = get_content(_file) else: content = "Gallery was not generated for this server.
" \ - "For further info on how to generate it, run the " \ - "gallery --help command line parameter of mswms.
" \ - "An example of the gallery can be seen " \ - "here" + "For further info on how to generate it, run the " \ + "gallery --help command line parameter of mswms.
" \ + "An example of the gallery can be seen " \ + "here" return render_template("/content.html", act="plots", content=content) @APP.route("/mss/code/")