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

Added vertex table to PolyAnnotator #129

Closed philippjfr closed 6 years ago

philippjfr commented 6 years ago

This PR adds a table which allows displaying and annotating polygon vertices.

philippjfr commented 6 years ago

Not ready to merge yet, have to follow up with small PRs in HoloViews and GeoViews.

philippjfr commented 6 years ago

@kcpevey Just as a quick update, I'm now convinced this isn't the best approach and I've been working on reimplementing this purely in JS so the data doesn't have to be shuffled back and forth between Python and the frontend.