KRPANO automatically creates tour.xml which by default displays the first panoramic image-
<!-- startup action - load the first scene -->
<action name="startup" autorun="onstart">
if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); );
loadscene(get(startscene), null, MERGE);
if(startactions !== null, startactions() );
</action>
After configuring the skin_settings in tour.xml, i.e. map=true, and updated the latitudes and longitudes in all <scene> blocks, the google map works fine. But I would like to have the google map be displayed as the startup screen, not panoramic image. Does anyone know the way to go about it?
Thanks