I would like to be able to select polygons in a web app and change/edit attributes of those polygons using a slider bar (e.g. CityEngine inspector). Is there a way too do this using a widget or some simple code? I can provide more clarification of this question isn't clear enough.
Thanks!
Veronica,
Widget or simple code, No. You would need to use the attribute inspector with fieldinfo that specifies a customfield that uses a slider dijit. Bottom line this is quite a bit of development.
Robert,
Thanks for the quick reply. Could you give maybe a slightly more in depth
explanation of the process you just described? Is anything similar being
developed that could be built upon?
Veronica Anderson | Geodesign Strategist
Rodriguez Consulting, LLC
Veronica,
Is anything similar being developed that could be built upon?
Not really. you can search the JS API forums and find a thread like this to built off of:
combobox in attribute inspector via 'customField' doesn't work