Overwriting a .OSM file with a measure
I was wondering if it was possible to have a measure to load an existing .osm that would re - write the existing one to hold the loaded data.
Similar to the DOE prototype structure, be able to apply a measure that overwrites the existing and replaces with another .osm model.
I have a measure that takes all of the data for an existing osm and stores it in a new model, but when I accept the changes in the apply measure now section, it remains untouched.
I am able to get it to this point and everything seems in order.
Comments
could you post a link to the measure? It's possible you are loading the new model but never assign it to the right model variable.
@mdahlhausen Here is the link to the full measure:
https://github.com/aviveiros11/Ruby/b...
Disclaimer: very new to writing measures