CentralValleyModeling / CalLiteGUI

CalLite GUI-Model package. This Repo is for GUI development.
2 stars 3 forks source link

Enable option to hide/disable Map View from XML side #220

Open nsosorio opened 7 months ago

nsosorio commented 7 months ago

Jordi Vasquez could not run CalLite v3 obtained from the DWR website because of an outdated website (http://callitewebapp.appspot.com/). The error message when going to the website is the same message shown in CalLite GUI. The error prevents the user from clicking anything on CalLite GUI. I tried the similar XML edit (just remove schematic card layout call) that I applied on CalLite P3 but it does not work. Need to work with RMA on the Java side to be able to turn off Map View without going into the CalLite jar file.

Version Error message Folder structure Config folder

tslawecki commented 7 months ago

It's been a long time since I've touched this code, but I think whoever's working on this will want to look at the GoogleMapTab class and lines 241-247 of MainMenu.java. HTH.

adamkorynta commented 5 months ago

@tslawecki @dwr-ycheng I cloned the repo and ran the ant build which generated a zip of the installer. I tried to run it from the code but it is asking me for a JxBrowser license key (I didn't see any license or -D flag setting the license anywhere). I did not see anywhere in the ant script where it would generate a full executable equivalent of what I could download from: https://water.ca.gov/Library/Modeling-and-Analysis/Central-Valley-models-and-tools/CalLite

Can you clarify the licensing requirements and how to use the license for this project? And is there a build script outside of the ant tasks that can generate the executable installer?