Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement] Add a place name in the HoverBubble #14

Open
enury opened this issue May 29, 2024 · 0 comments
Open

[enhancement] Add a place name in the HoverBubble #14

enury opened this issue May 29, 2024 · 0 comments

Comments

@enury
Copy link

enury commented May 29, 2024

When hovering over a dot on the map, the HoverBubble shows the title of the first feature + the number of colocated features.

We have decided to include a place name as well in the HoverBubble for three reasons:

  1. The dots on the map may correspond to a precise settlement, or a larger region (e.g. the nome, the administrative division of land in ancient Egypt) and we needed to identify easily what a coordinate represents.
  2. We work with ancient places, which do not often match their modern name.
  3. The features are located in Egypt, where Open Street Map is in Arabic, and therefore places are not easy to read at a glance for everyone.

You can see two implementations:

  1. A choice between Place + X items using a label in the geometry of a feature, or the original feature title + X more (see file).
  2. The addition of the place name as place name - feature title + X more, using a label in a feature's properties (see file).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant