Hi,
In the bus monitoring application I’m working on, I added the option to select a specific route. That will show the routing on the map as a polyline and show only entities associated with that route. T ode that, I’m hiding all the entities that don’t belong to that route (using entity.show = false). This works the first time I do it - however, if I later unhide these and try to hide them again, the points are hidden but not the labels. I also tried hiding the label specifically (i.e. using entity.label.show = false), and the same thing happens.
This occurs on both Safari and Chrome - any idea what might be causing this? If this is a bug, how might I be able to work around it?
Tim