Hello everyone,
I would like to add the following tools to an ArcGIS Online project:
Any suggestions to implement these features using ArcGIS Online.
Do you recommedn to use use Web AppBuilder ?
Thank you.
Jose,
you might want to look into the WebApp builder or even build your own application from scratch to fit your needs. With both you will some javascript/html experience.
Tim
Hi,
I would like to know if anyone is familiar with these features in the WebApp builder. If they need any kind of configuration.
The goal is to avoid creating a web application from scratch in java script. Also not to reinvent the wheel.
Thanks
I think WebApp builder is your best bet. You may need to write some custom widgets like for the navigation bar though all the code you need is here:
Map navigation tools | ArcGIS API for JavaScript
The splash window is the easiest, just click it and change the text.
Clicking only selects visible layers by default.
For buffering you might add it as a task to the geoprocessing widget or make a custom widget based on code like this:
Buffer any shape | ArcGIS API for JavaScript
You can edit the query widget to add a task that will filter layers by attributes.
There's a button at the bottom of the query widget to clear the selected features.
The banner might require you to make a custom theme.
You can configure the basemap gallery widget to include whatever basemaps you want and it will effortlessly switch between them in the app.