Hi,
I am trying to configure the startup view of ArcGIS Earth, through config.xml, but it seems like the configuration is overuled by something else.
Codesnippet
<!--Custom or History-->
<startupView value="Custom">
<camera>
<mapPoint x="9.5" y="56" z="5000000" wkid="4326"/>
<heading value="0"/>
<pitch value="0"/>
<roll value="0"/>
</camera>
</startupView>
<!--WebMercator or WGS84-->
<spatialReference value="WebMercator" />
<isShowInExternalBrowser value="False" />
<isShowStartupTips value="False" />
This should start up ArcGIS Earth in Denmark, but I keep starting up in the US?
Is there something I am missing?
Best regards
Malik