holoviz-topics / EarthSim

Tools for working with and visualizing environmental simulations.
https://earthsim.holoviz.org
BSD 3-Clause "New" or "Revised" License
65 stars 21 forks source link

FiligreeDashboard size constraint not working #150

Closed kcpevey closed 6 years ago

kcpevey commented 6 years ago

In Specifying_Meshes.ipynb in the FiligreeDashboard, when you add points to mesh and specify the 'size' via the table, and then update_mesh, the size doesn't appear to have an effect. I think that the update mesh function isn't reading the size from the table like it should.

philippjfr commented 6 years ago

Works fine when I try it, could this simply be related to https://github.com/pyviz/EarthSim/issues/29?

kcpevey commented 6 years ago

Yes, that's the issue. It works with a size of 2000.

But this brings up a good point. I want that lat/lon in the table to be displayed in Plate Carree, but I want size to be displayed in Mercator or something cartesian.

kcpevey commented 6 years ago

Closing since this is an external package issue that is being addressed elsewhere.