Huidae Cho

Results 158 comments of Huidae Cho

I think I know what it is. Do you have your config.py? You need to first copy config-example.py to config.py and set it up. For example, ``` bing_maps_key = 'your_bing_maps_key'...

Yes, that's because when you open the URL directly, the referer is not set. I get the same error message if I directly type the URL in the browser. If...

Are you still having this problem with `app_url` set in `config.py`?

> Yes, i still have the problem... Can I see your `app_url`? I want to try it.

Related reports * https://www.mail-archive.com/[email protected]/msg60984.html * https://www.mail-archive.com/[email protected]/msg40233.html

Related issues #3481 and #3486

The original `d.redraw` script calls display commands without setting environment variables from the `cmd` file. Newly called modules will produce new image files. Then, the script recreates the `cmd` file...

This PR works with https://github.com/OSGeo/grass/pull/3500. Otherwise, it won't recognize the display extent in the monitor and redrawing will zoom to the full extent.

How to test this PR and #3500: ```bash d.mon start=wx0 d.rast elevation # zoom in d.redraw # 1. see how d.redraw *with* this PR draws the full extent # because...

Testing the original problem with the `d.redraw` script without this PR and #3500: ```bash # in the nc_basic_spm_grass7/user1 mapset $ d.mon wx0 $ d.rast elevation $ cat nc_basic_spm_grass7/user1/.tmp/local.host/MONITORS/wx0/cmd # GRASS_RENDER_FILE=/home/user/usr/grass/sample_data/nc_basic_spm_grass7/user1/.tmp/local.host/MONITORS/wx0/tmplgjt4y10.ppm...