Previously, we used the space
(room) feature in Mappedin to add name and detail properties for each room. Based on those room names, we applied custom styles in the code—such as colors, text labels, etc.
However, after the recent update, Mappedin introduced a new location
feature where we now have to fill in the name, description, and other details under location
instead of the room
(space) directly.
Because of this change, our existing room-based properties and styling logic no longer work. How can we now reference or style the rooms based on the new location
data? Is there a recommended way to migrate or map the old room data to the new location structure to preserve our existing styles?
Looking for guidance on how to apply styles dynamically using the new location
details.
Thanks!