Reputation: 132
I want to change the "Routes are:" option of the routing section properties of a GIS Map in Anylogic by code. I need to switch between "Loaded from PBF file" to "Requested from OSM Server" on model startup by code depending on a parameter's value. Is this possible?
Upvotes: 0
Views: 117
Reputation: 1
You can only programmatically change properties if they are "dynamic".
In this case, it is a "static" property, so must be defined upfront and cannot be changed at runtime.
See this help article for more info.
Upvotes: 1