|
POST
|
Rod, thank for sorting them out. I probably did not make my question clear. What I want to know are the 3D specific widgets, such as Slides, Daylight widgets, etc, which are not part of 2D widgets.
... View more
08-20-2019
07:18 PM
|
0
|
13
|
2451
|
|
POST
|
Rod, what other 3D widgets are used in this user's case?
... View more
08-20-2019
06:33 PM
|
0
|
15
|
2451
|
|
POST
|
Rod, We plan to add 3D Slice tool in Measurement widget this year in Web AppBuilder. Rich functionalities will come with Experience Builder. Since 2D and 3D are integrated into Experience Builder, the widget like Filter and Chart should work with feature layers regardless they are in the map or scene. Thanks!
... View more
08-20-2019
03:23 PM
|
1
|
17
|
6210
|
|
POST
|
Kevin, thanks for explaining the zero value. It makes sense to me now. To programmatically expand the slider bar by default, you may replace /client/stemapp/jimu.js/dijit/_chartUtils.js #L632 with zoomOption.end = 100.
... View more
08-08-2019
11:00 AM
|
2
|
2
|
3166
|
|
BLOG
|
Web AppBuilder for ArcGIS (Developer Edition) 2.13 version now is available on developer site. See the blog. Cheers,
... View more
08-06-2019
03:16 PM
|
1
|
0
|
916
|
|
POST
|
Kevin, an option to expand the slider bar to 100 by default has been logged. As far as zero value is concerned, the Infographic widget has an option to ignore the null value for average and other calculations. Could you replace zero with null in data?
... View more
08-06-2019
01:50 PM
|
2
|
4
|
3166
|
|
POST
|
Kevin, the horizontal bar on the top is to slide through the graphic columns showing in the chart. For example, when the returned properties are more than 100, it would be difficult to see all the graphics condensed together without the slide bar. I think in this case though, you may remove the properties with sale value to zero (the blank area in the chart), making room for non-zero properties by sorting by the sale price option in the widget. Does it make sense?
... View more
08-05-2019
02:48 PM
|
0
|
6
|
3166
|
|
POST
|
Hi Lefteris, Good questions! There is no plan to enable developers to build 2D widgets with JSAPI 4 in Web AppBuilder as only one version of JSAPI is loaded into Web AppBuilder. This is also the reason that 2d and 3d builders are separated in Web AppBuilder. For the second question, unlike embedded web AppBuilder in ArcGIS Online and Enterprise, dev edition follows the product life cycle of ArcGIS API for JavaScript 3.x. If 3.x is retired, the dev edition built on it will be retired soon after. Understand, there is no easy way to migrate custom 2d widgets from 3.x to 4.x due to the latter has fundamental differences in the programming model compared to the former. See two Web AppBuilder related questions under UC 2019 Q&A->ArcGIS Developers section here. Hope this helps. Thanks, Jianxia
... View more
08-02-2019
02:43 PM
|
1
|
19
|
6211
|
|
POST
|
Lefteris, thanks for your comments. ArcGIS Experience Builder is the next generation of Web AppBuilder based on the 4 version of ArcGIS API for JavaScript. We plan to move most of the out-of-the-box widgets from Web AppBuilder to Experience Builder through incremental releases. Both builders will be running in parallel. We will not take away what you can do with Web AppBuilder and enable you to do better and more with Experience Builder. You apps built with Web AppBuilder should not be affected if you decide to stay. If you have any concerns, we are here to listen and help. As product manager for ArcGIS Experience Builder and Web AppBuilder, feel free to reach me at [email protected]. Thanks, Jianxia
... View more
07-30-2019
07:41 PM
|
1
|
21
|
6211
|
|
POST
|
Steve, thanks for your feedback. The app has been updated to make the texts white on the page menu and the second section to be seen easily. The purpose of the example app is to show the flexibility of layout, multiple pages, 3d/2d integration, which are fundamental building blocks of the product. We plan to migrate most of the out-of-the-box widgets from Web AppBuilder to Experience Builder through incremental releases. Once more widgets are in, more functionalities are shown. The ultimate goal is to enable you to do better and more with the next generation of Web AppBuilder. Also, see the FAQs. Best, Jianxia
... View more
07-30-2019
01:17 PM
|
0
|
0
|
1250
|
|
DOC
|
This document shows how to set up Experience Builder Developer Edition on your machine, access the developer guide, and create an experience from scratch. Set up Experience Builder Developer Edition on your machine Download and install Node.js (V10.x and up) on your computer. Unzip the arcgis-experience-builder-beta.zip file. Open the Command Prompt window, cd to the /server directory of the Experience Builder installation, and type npm ci to install necessary modules. Type npm start to start the server. Register your Experience Builder client on ArcGIS for Developers site to get the Client ID. The URL to open Experience Builder https://[machine_name]:3001/ needs to be one of the Redirect URIs under the Authentication tab. Enter your ArcGIS Online Organization or Portal for ArcGIS URL and Client ID. Log in with your ArcGIS Online Creator account or Portal for ArcGIS account. Note: Currently, only built-in account is supported if connecting to Portal for ArcGIS. For the complete developer guide, see https://[machine_name]:3001/doc/index.html. Create an experience You may create an experience by choosing a template or from a scratch with Experience Builder. The following workflow demonstrates how to create an experience from scratch. 1. Log in with your ArcGIS Online Creator account. 2. On the Experience Builder home page, click Create New. 3. Choose the Blank Scrolling Page template and click create to start the editor. 4. Click the + to open the Insert panel. 5. Drag and drop an Image widget to the page. 6. Make sure the Image widget is selected on the page. On the right-side panel browse to a local image file and configure the properties. 7. Drag and drop a Text widget to the page. 8. Select the widget and type your sample texts. 9. Drag and drop a Map widget to the page. 10. Make sure the map widget on the page is selected. Set web map or/and web scene as the data source and configure properties on the right-side panel. 11. Drag and drop the widgets on the page to arrange them in the layout you want. 12. Optionally, close the Insert panel then click the Add page button to add a new page. 13. Click Save to save the experience. 14. Click Preview to preview the experience. 15. Click Publish to publish the experience. 16. Click View published item from the dropdown list beside the Publish button to view the experience. Create a widget See Widget Development Guide at https://[machine_name]:3001/doc/index.html
... View more
07-29-2019
01:11 PM
|
5
|
28
|
33588
|
|
DOC
|
What is ArcGIS Experience Builder? ArcGIS Experience Builder provides you with a new way of creating web experiences. You can create unique web apps using flexible layouts, content, and widgets that interact with 2D and 3D data. Start with templates to create mobile-optimized apps quickly, modify template layouts for a custom design on different screen sizes, or build apps from scratch for more creative freedom. ArcGIS Experience Builder requires the Creator user type or higher to create apps and is available in three editions: ArcGIS Online Edition, ArcGIS Enterprise Edition (on the roadmap), and Developer Edition. What are the key features of ArcGIS Experience Builder? ArcGIS Experience Builder takes advantage of modern web technologies and enables a wide variety of new capabilities, including Visually create web apps and pages with drag-and-drop. Your choice of mapcentric with multiple maps or nonmapcentric apps on a fixed or scrolling screen on single or multiple pages A mobile-adative design. In addition to being responsive, the same app running in a mobile browser can be configured separately from the desktop. Interact with 2D and 3D content in one app. Add interconnected tools with ready-to-use widgets. Choose from designer-made templates or build your own. A durable URL that contains app state information, so everyone you share the app with can see it in the same state. Dynamic data binding with text and image. Performance optimization. Will ArcGIS Experience Builder reach the functional parity of Web AppBuilder for ArcGIS? Starting with the core and popular widgets, Experience Builder is planned to reach most of the functional parity of Web AppBuilder through incremental releases. Is ArcGIS Experience Builder going to replace Web AppBuilder for ArcGIS? No. Experience Builder will not replace or obsolete Web AppBuilder. Both builders will be running and maintained in parallel. Web AppBuilder will continue to be available. Can anything be transferred between Web AppBuilder and Experience Builder? No. You need to re-configure apps or rewrite custom widgets created with Web AppBuilder if you choose to move them to Experience Builder. If I have custom widgets built on Web AppBuilder for ArcGIS, will I be able to use them with ArcGIS Experience Builder? No. While ArcGIS Experience Builder maintains a very similar programming pattern for building custom widgets, all widgets will need to be rewritten to work within the new framework. This is because ArcGIS Experience Builder is built on ArcGIS API 4.x for JavaScript, whereas Web AppBuilder is built on version 3.x. ArcGIS Experience Builder takes advantage of modern web development technologies, including React and TypeScript, which are part of the new widget development platform. Can I use ArcGIS Enterprise portal with ArcGIS Experience Builder Developer Edition? Yes, Developer Edition is planned to support ArcGIS Enterprise 10.6 and up. What can only Experience Builder do and what can only Web AppBuilder do? Flexible layouts, a mobile-adaptive design, integrated 2D and 3D, and action triggers are four key features in Experience Builder that are not available in Web AppBuilder. On the other hand, Web AppBuilder is empowered with 70+ widgets so you can quickly build your own workflow. More specifically: Experience Builder provides flexible layouts so you can build apps that are mapcentric or nonmapcentric, display them on a fixed or scrolling screen, and on single or multiple pages, whereas Web AppBuilder enables you to create apps that are mapcentric and displayed on a fixed screen, on a single page. Experience Builder has been built with a mobile-adaptive design, whereas Web AppBuilder is mobile-friendly. Experience Builder integrates both 3D and 2D content so you can interact with both within one app, whereas Web AppBuilder separates 2D and 3D content so you cannot apply 2D widgets to a 3D app. Experience Builder adds action triggers so you can make a widget respond accordingly based on actions the other widget performs, whereas Web AppBuilder does not have this mechanism built in at the framework. For example, when a 2D map is zoomed to an area, you can configure a trigger to make the 3D map zoom to the same area, and vice versa. Web AppBuilder is empowered with 70+ widgets, whereas Experience Builder currently is not there yet. We plan to rewrite most of the widgets through incremental releases.
... View more
07-28-2019
04:46 PM
|
0
|
5
|
6726
|
|
BLOG
|
The 2019 Esri User Conference is just around the corner! The Web AppBuilder team is excited to meet you there. We will be hosting a variety of sessions, a Special Interest Group (SIG) Meeting, as well as open hours in the UC Expo where you can meet with us to get all your questions answered. We created an agenda below (see attachment) to help you find your way to the Web AppBuilder for ArcGIS focused sessions at UC. Stop by the Web AppBuilder Expo area or attend sessions and SIG to: Learn what’s new and what’s coming for Web AppBuilder Learn about Experience Builder, the next generation of Web AppBuilder Ask any question or provide your feedback to the team The Web AppBuilder Team
... View more
07-07-2019
01:53 PM
|
1
|
6
|
2644
|
|
POST
|
Thanks for the explanation Kevin. An enhancement has been logged.
... View more
06-24-2019
01:21 PM
|
2
|
0
|
1303
|
| Title | Kudos | Posted |
|---|---|---|
| 6 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|