I'm trying to add a Web Server layer to use as my points instead of a csv file. Is this possible? In the html file there is an Option to force a web map layer, but I'm not able to write the code for the html file to use the web map layer.
// Optionally force a web map layer to be used as the tour points data source (can be overridden through URL)
// Otherwise the upper visible point layer is used (excluding map notes)
sourceLayerTitle: "",
any suggestion is greatly appreciated.
JoeC