You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Map data is loaded in the init function of the project, I guess its not reloaded when run is called.
I think this is related to #13 and the config file maybe needs to be an attribute of the project that is watched and then when it changes trigger a reload of the map data?
Setting a config variable via that method doesn't indicate that the map needs to be reloaded. Either a setter at the project level needs be to created that also "dirties" the geology map or you can dirty that map specifically:
proj.map_data.dirtyflags[Datatype.GEOLOGY] = True
For a good example of a setter look at proj.set_ignore_codes which calls proj.map_data.set_ignore_codes
Updating any map_data config does not seem to work
e.g.
Map data is loaded in the init function of the project, I guess its not reloaded when run is called.
I think this is related to #13 and the config file maybe needs to be an attribute of the project that is watched and then when it changes trigger a reload of the map data?
@RoyThomsonMonash any ideas?
The text was updated successfully, but these errors were encountered: