Mike McCann

Results 75 comments of Mike McCann

Yes, that file is currently [stoqs/stoqs/templates/stoqs/stoqsquery.html](https://github.com/stoqs/stoqs/blob/03c18841b3c6fda5465604ed5565fb091e066098/stoqs/stoqs/templates/stoqs/stoqsquery.html)

Hi @coparker, Sorry for the delay. Just seeing your comments now. See near the bottom of https://github.com/stoqs/stoqs/blob/master/README.md for production deployment using Docker. This is still WIP. [Lines 5569-5589](https://github.com/stoqs/stoqs/blob/03c18841b3c6fda5465604ed5565fb091e066098/stoqs/stoqs/templates/stoqs/stoqsquery.html#L5569-L5581) adds the...

@coparker : You do not need to migrate the experimental code at [lines 5597-5610](https://github.com/stoqs/stoqs/blob/03c18841b3c6fda5465604ed5565fb091e066098/stoqs/stoqs/templates/stoqs/stoqsquery.html#L5596-L5610) - comment them out if you need to. [Lines 5625-5649](https://github.com/stoqs/stoqs/blob/03c18841b3c6fda5465604ed5565fb091e066098/stoqs/stoqs/templates/stoqs/stoqsquery.html#L5625-L5649) are also experimental - no need...

@dcalderon97 : We moved the stoqs.mbari.org name to a new server and it's taken a while for the new IP address to migrate through DNS. Please try your `./test.sh CHANGME...

@dcalderon97 Does the command at [line 84 in test.sh](https://github.com/stoqs/stoqs/blob/634988836d973031aafb65832809beb17aaf5110/test.sh#L84) work on your system? ``` wget -q -N -O loaders/Monterey25.grd http://stoqs.mbari.org/terrain/Monterey25.grd ``` Try it without the -q option to see if...

The server hosting stoqs.mbari.org does a redirect to the secure https service. This is somehow causing a problem. Compare these two wgets: ``` (venv-stoqs) [vagrant@localhost tmp]$ wget -N -O loaders/Monterey25.grd...

The redirect problem on the server has been fixed with [this commit](https://github.com/stoqs/stoqs/pull/701/commits/ae5d5f84723329698d3f4639a8efd85dc35c4432).

For now it’s more important to have the redrawing option. At some time I’d like to see a demonstration.

A heads-up that I will need to modify [stoqs/stoqs/templates/stoqs/stoqsquery.html](https://github.com/stoqs/stoqs/blob/2d76e4a6f0b1b76ffea68cf205ca79107c0974c1/stoqs/stoqs/templates/stoqs/stoqsquery.html) soon as part of https://github.com/stoqs/stoqs/issues/552. I've tried to avoid touching that file so as to avoid potential merge conflicts. Is there...

Yesterday I merged [this commit](https://github.com/stoqs/stoqs/commit/53d7d02c264a9a5554e75df2a6c4c42e2c3a0401) into master. In your working directory that you've [configured with the upstream remote](https://github.com/stoqs/stoqs/blob/master/CONTRIBUTING.md#setting-up-your-development-system) I suggest that you merge from upstream master: ``` git pull upstream...