Jump to content

ig_config.xml overwritten?


photo

Recommended Posts

Hello      

         When I change the geodetic_origin in the ig_config.xml, the geodetic_origin automatically changes back to 0,0,0

ig_config.png

Link to comment

Helllo!

geodetic_origin is updated according to the georeference of your scene (sandworm tag in landscape terrain or geodetic pivot origin). it does not affect the geo-binding, it just shows where the given database is located. 

you can turn off overwriting of this file here:

<group name="IG">
	<item name="autoload_database" type="int">-1</item>
	<item name="config_read_only" type="int">1</item> <!-- here -->
	<item name="default_view_id" type="int">0</item>
	<item name="terrain_intersection_mask" type="int">1</item>
</group>

 

Link to comment
×
×
  • Create New...