clarity-h2020 / csis

Management Project for coordinating the Climate Service co-creation process of the CLARTIY CSIS. High-level tasks (issues) are defined in this repository and then broken down into concrete implementable issues in different sub repositories.

Home Page:https://csis.myclimateservice.eu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transport module embedded screen

luis-meteogrid opened this issue · comments

Is it possible to enlarge the embedded screen area for the TM? We are going to remove the menu bar but even doing that the map area remains still a bit small to work comfortably.

What is the required size in pixels?

I think that @luis-meteogrid is aiming at something that makes using the TM from the CSIS more comfortable. I don't know if it is feasible to make it wider but it would definitely be an improvement if it was longer, maybe tale up the space that now is occupied by the Select Scenario button and the No Study scenario currently selected. Enlarging it as much as possible, TBH.

image

@ghilbrae Do we need the Scenarios at all in TM studies?

If not, can we remove the respective UI controls? Can we do this in the TM study templates @patrickkaleta ?

@p-a-s-c-a-l we do not need the Scenarios for the TM studies so that button can safely disappear.

It could be useful in the future, if a better integration was developed and we could implement it on our side, but that seems quite improbable right now.

O.K. I've updated the iFrames and set the height to 800px in DEV instance (@patrickkaleta we have to make sure that Extended iFrame nodes are synchronised, too)

If the height is still not sufficient, you can easily change it yourself here:

That's the relevant code:

    <iframe name="transport-application" id="transport-application"
         src="https://clarity.saver.red" style="width:100%;height:800px">
    </iframe>

Regarding the removal of the scenario selection controls, we have to ask @patrickkaleta

Many thanks, it looks much better now!

O.K. I've updated the iFrames and set the height to 800px in DEV instance

For that map the height was still 500px in DEV, so I've changed that to 800px (this will take affect on the live CSIS after the next synchronization).

(@patrickkaleta we have to make sure that Extended iFrame nodes are synchronised, too)

This is already the case and the changes are active on the PROD instance.

Regarding the removal of the scenario selection controls, we have to ask @patrickkaleta

The scenario selection block is created by a View. I think I should be able to apply a filter that would hide this View depending on the Study type of currently viewed Study.