spatial-data-lab / knime-geospatial-extension

This repository is built for KNIME-CGA Geospatial Project, and the goal is to build Python-based nodes for geospatial analysis in KNIME Analytic Platform.
MIT License
20 stars 8 forks source link

Support labels in Geospatial Views #156

Open koettert opened 1 year ago

koettert commented 1 year ago

As a user I want to select a string column that provides the label for each point( polygon) in the visualization. https://forum.knime.com/t/geospatial-analytics-tools-and-component-view-questions-ideas-and-mistakes/62445

koettert commented 1 year ago

@wybert does the view framework support displaying a label next/within a point/polygon in the view in addition to the tooltip and popup?

wybert commented 1 year ago

@koettert we can display the label on the map. But we don't have layout system for place the text in the right place for complex situations. for small data and simple situation, we could add this function.