Hi,
I would like to have a map on my website that allows a app user to select the extent on the map and then save that extent so I, the developer, can access it. Seems easy conceptually but I've been struggling for a week or two trying to develop it. The two general paths I've thought on (would take other suggestions)
-Draw a shape on the map: The enhanced draw widget essentially does what I want and I built an app using this widget, but as far as I can tell I would need my own web server to deploy the app, which I don't have. Is this true or is there a way to deploy it without that infrastructure?