0
votes

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?

1

1 Answers

1
votes

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.