You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
We work with ancient places, which do not often match their modern name.
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:
A choice between Place + X items using a label in the geometry of a feature, or the original feature title + X more (see file).
The addition of the place name as place name - feature title + X more, using a label in a feature's properties (see file).
The text was updated successfully, but these errors were encountered:
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:
You can see two implementations:
Place + X items
using a label in thegeometry
of a feature, or the originalfeature title + X more
(see file).place name - feature title + X more
, using a label in a feature's properties (see file).The text was updated successfully, but these errors were encountered: