stellasia / neomap

A Neo4j Desktop application to visualize nodes with geographic attributes on a map.
GNU General Public License v3.0
106 stars 13 forks source link

Marker labels #67

Open devbleroy opened 4 years ago

devbleroy commented 4 years ago

In addition to the tooltip, could you add a feature to display a label above the mark? Select font attributes and the properties (concat in order selected).

stellasia commented 4 years ago

Hi @devbleroy ,

There are actually several questions in your issue:

  1. Having a label above the marker: this could be done easily by having tooltip (or popups) displayed by default
  2. Adding more data to the tooltip/label: this is doable, we just have to think about where it should go in the UI, probably that can be a hidden "advanced configuration" box close to the tooltip property label input
  3. Text formatting: same as 2