GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
87 stars 25 forks source link

infoj entry key as unique identifier #1312

Closed dbauszus-glx closed 3 months ago

dbauszus-glx commented 3 months ago

Many infoj entry methods work without a [unique] field identifier.

This potentially causes issues where the field is used as data-id for interface elements.

It is possible to define an entry.key as unique identifier.

Each entry should have a unique key. A unique key should be assigned if not implicit.

Checks should be made whether the key is indeed unique.

dbauszus-glx commented 3 months ago

Resolved in PR.