The readme that comes with the tour map template states that you can use a relative path for PIC_URL, but I can't get this to work. First, if my index.html is at http://localhost:8080/MyTour/ and my image is at http://localhost:8080/MyTour/Images/foo.bmp wouldn't the relative path be ..//Images/foo.bmp? No variant of this that I have tried works including putting foo.bmp in the same folder as index.html and simply supplying foo.bmp, which the readme says you can do. and Second, it would appear that you can't change the PIC_URL value to a relative path once the csv has been uploaded to AGOL and you are, for instance, trying to make this edit when in builder mode. Is that right?
... View more