Robert Scheitlin, GISP
,Ken Buja, Rene Rubalcava
If I am in a client browser session to a web mapping application, say http://gis.wpb.org/PublicWorksGridViewer/,
how would I print the webmap id to the console?
I was able to get it before, I just haven't remembered yet.
I've tried variations of the following, and nothing works as of yet:
console.log(webMap.itemId)
console.log(map.itemId)
console.log(map.itemInfo)
etc