Map tour enhancement: Kiosk mode to run unattended

3414
3
01-12-2014 09:36 PM
RoyceJones
New Contributor II
Add two variables to index.html:

   kiosk = true
   kiosktime = 10

Kiosk on/off setting.  If "true" it will cycle to a new point every "kiosktime" seconds, just as if a user were clicking the point.  This way the map tour can be run unattended either in a kiosk or in an office or... lots of places.
0 Kudos
3 Replies
GregoryL_Azou
Occasional Contributor III
Thanks for the suggestion, we will consider for a further release.
0 Kudos
JorisBak
Esri Contributor
Great suggestion, would be nice if this will be part of the builder and downloadable template in the future.

A colleague of mine created this since it is not part of the template yet. You can check the app and code here:
https://codio.io/Uijtdehaag/map-tour-storytelling-template-js/MapTour/src/index.html?appid=4d6054b10...
0 Kudos
GregoryL_Azou
Occasional Contributor III
Hi Joris,
Good job, we will consider including that.

After modifying the source code, we recommend that you apply one two steps procedure to optimize the loading time of the application: Environment setup and build the application.
0 Kudos