-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OperatoR inputs #19
Comments
The saved map option under data options is for maps that were already created and saved with OperateR (to re-view them). |
Ok! Then we leave it as is but still we need the following: In the main menu rename "Saved maps" to "View/create single maps" since the creation of "numeric" maps is done under this menu. It is not only for viewing. Under this menu, the option to create a rectangle (now named square, please correct naming) and given input boxes for lat/long of upper left/lower right rectangle. Now showing option for circle. In OperatoR, the progression bar shows "Creating difference map" irrespective of operation being run. This should read only "Creating map" |
@jroachell15 If you can do this I would be grateful |
In the main menu: Rename "Saved maps" to "Saved/Create maps" Once you select the above you have the following inputs: If I select "region - circle" it makes sense then to select a "Radius in km" and "Set Latitude center" and "Set Longitude of center". That is, it draws a circle of a certain radius for a selected centre. However, I I select the option "region - square" I have the same options. Obviously, I cannot set a radius for a square. So, first please clarify how is the square is being drawn? Once I know this, we can rename the inputs accordingly. Also, for the above, instead of a scroller to select the "Radius in km" please have an input box. Under OperatoR: The option "Saved maps", I noticed, only loads maps saved under OperatoR, so best to rename this as "Load OperatoR map" instead of "View single map" as previously suggested. |
@jroachell15 I found another issue where name changes regarding the saved mapes are requested: #20 Could you check which one is more up-to-date or if there is something new mentioned here:
If #20 is now only a duplicate of this one, feel free to set the "duplicate" label and to close #20. |
|
@mgross @arunge @jroachell15 Marcus should be able to quickly clarify how the square is being created. Following this, you will just need to update labels. |
It is the side length of the square (at the center latitude) |
@isomemo are there anymore naming changes you want? |
@mgross @jroachell15 Yes, we will have to change the naming for when a square is selected. However, before doing that, I would like to ask Marcus if it would be easy to have a rectangle instead of square? Can you please show to Jian the code that would need to be updated for a rectangle option? In this, case one would define a width and height. Also, be it a circle, rectangle, or square have you considered the possibility that a figure, if too large, could cross the lat/long map limits? |
For this: This seems to be more than just changing names, maybe we start a new issue for this and save that for the next contract or use the timebank? thanks! |
@jroachell15 @mgross I was indeed planning to use the support contract to change from square to rectangle implementation but it would be more efficient if Marcus just flags the code where the inputs are given and replies to my previous queries. Then, we can set a different item for the rectangle implementation and complete the renaming. |
@jroachell15 I merged your current name changes into the beta. Please open a new feature branch for other tasks of this issue. |
I will check open tasks here and update the ticket next. |
The code that takes the inputs (1), (2), (3): can be found here: and @isomemo Should the slider "Radius in km" be renamed to "Length in km" if "region-square" is selected? @mgross As far as I understand the formula: pmax(abs(coord[,2] - input$centerLatitude), abs(coord[,1] - input$centerLongitude)) < input$userRadius / 111 "Radius in km" should be here half of the length of the square side. Is that correct? If so, one could easily half the value of a new input "Length in km" only for the square case, and will get the same result. For the additional rectangle option I would create a new ticket afterwards. |
@arunge see my comments above. It should be rectangle (not square) and the user would give two coordinates points (upper left and lower right corners). With this is there is no need to input a length. |
@isomemo as discussed I will implement this and give it into review to @mgross . This is part of:
Originally posted by @arunge in #69 (comment) |
With version 23.01.2 of the isomemo app beta I added the rectangle option and updated the UI of saved/create map. @isomemo As discussed, please test the feature since I tested it only with test data and not together with real maps. |
@isomemo There was a post in Pandora-IsoMemo/BMSCS#18 (comment) from you:
Possibly it belongs to this issue. If so, what kind of Type (1), (2) should be used for the templates? |
@arunge I think that probably best to use "Shape vector" |
@isomemo With version 23.03.5 I added the label (1) to the type column on iso-app beta: All is done here. |
Currently in OperatoR inputs we can select "Data source" and "Select map". However, if I select under "Data source" the option "Save map" no listing is given under "Select Map". This only works if for "Data source". I select "Create map".
I believe that the option the option "Save map" is relative to the creation of maps which is now under of the main menu "Saved maps". This generates considerable confusion. To clarify:
The text was updated successfully, but these errors were encountered: