Russell

Results 30 comments of Russell

I just encountered the same issue. For anyone reading, in MeshLab with the .obj you can filters -> color creation and processing -> transfer color: vertex to face and then...

Additionally the ability to show labels for CSV data per https://github.com/TerriaJS/terriajs/issues/2869 would be very useful for us

I think this cannot be done. WFS only sends the data from GeoServer and any styling must be done by the client. Cheers.

You can load the data from GeoServer as wms (not wfs) and the style will come with the layer. On Tue, 3 May 2022, 2:04 pm ShwetaMorkhandikar, ***@***.***> wrote: >...

I think bootleaf doesn't support WMS for _basemap_ layers. That is, the GEBCO source is not the right format. You can add these as layers, inside the layers section, in...

For reference I had issues with the build inside Anaconda complaining about not finding Python directories and I had to force it ``` CXX=${CXX} cmake -DCMAKE_INSTALL_PREFIX=../install ../src/fringe -DPython_INCLUDE_DIR=~/anaconda3/envs/insar/include/python3.6m -DPython_LIBRARY=~/anaconda3/envs/insar/lib/libpython3.6m.so -DPython_NumPy_INCLUDE_DIR=~/anaconda3/envs/insar/lib/python3.6/site-packages/numpy/core/include...

See below. Running Ubuntu via WSL2 though I am not sure it should make a difference. ``` CXX=${CXX} cmake -DCMAKE_INSTALL_PREFIX=../install ../src/fringe -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -- The C compiler identification is GNU 7.3.0...

I think the `image file is too small` errors in http://earthdef.caltech.edu/boards/4/topics/2270 and http://earthdef.caltech.edu/boards/4/topics/2462 have come back. I am running the latest versions of programs having recently prepared the environment. ```...

It sounds like a proj version issue. See https://community.rstudio.com/t/sf-installation-issues-on-r4-0-ubuntu18-04/93667/27 which speaks about the same `area_of_use_auth_name` error.

Thanks for making this ticket. I see two uses cases. **Drawing on the map, for presentation purposes or to create data files for basic shapes.** Presently I encourage my colleagues...