|
POST
|
Kara, Are you using Web AppBuilder Developer Edition or embedded in ArcGIS Online? The position change from the right to the left on the Search widget is very strange. What type of browser are you using? As far as the zooming issue with the resultant parcels, could you please provide us a screenshot to take a look? Thanks, Jianxia
... View more
08-29-2018
05:09 PM
|
0
|
0
|
589
|
|
POST
|
Web AppBuilder for ArcGIS Developer Edition v2.9 is available on developers site. It picks up the fixes and enhancements from Web AppBuilder in ArcGIS Online June update in addition to its specific fixes. Check out the v2.9 issue addressed list here. Hope this helps.
... View more
07-27-2018
01:59 PM
|
0
|
0
|
1062
|
|
BLOG
|
Attached is a document that lists all the bug fixes and enhancements (submitted via Esri Technical Support) that were addressed in Web AppBuilder for ArcGIS Developer Edition v2.9. Please be aware that the list includes issues addressed in the embedded version of Web AppBuilder in ArcGIS Online June update.
... View more
07-26-2018
08:37 PM
|
2
|
0
|
1535
|
|
BLOG
|
Thank you very much Hugo. Th link to the beta has been updated per your suggestion. Jianxia
... View more
07-05-2018
04:35 PM
|
0
|
0
|
700
|
|
BLOG
|
Web AppBuilder for ArcGIS (Developer Edition) 2.9 beta version is available in Early Adopter Community. It syncs up with the latest Web AppBuilder in AGOL June 26 th update. Click on this link to access the 2.9 beta version. Developer Edition 2.9 has made enhancements on multiple widgets. Now you can set relative time span and intervals to animate live data with Time Slider; filter multi-selection on a single field; swipe multiple layers at a time; honor zoom scale for the line and polygon feature search; move a point feature to manually entered coordinates or GPS location with Smart Editor; edit many-to-many related records; measure areas in 3D, etc. See the blog. Please use the Forums within the Early Adopter Community to communicate all your observations and feedback. Thank you! The Web AppBuilder for ArcGIS team
... View more
07-02-2018
04:12 PM
|
0
|
4
|
2648
|
|
BLOG
|
Ken, Thanks for catching it. I am able to reproduce it in FireFox only. We will fix it in the patch soon.
... View more
06-28-2018
12:36 PM
|
0
|
0
|
580
|
|
BLOG
|
The maximum number will be honored on the query capability in the Attribute table, for example. However, the number of features displaying on the map will be factored into 2 and the maximum number of records by default.
... View more
06-27-2018
11:36 AM
|
0
|
0
|
1568
|
|
POST
|
Paul, As you noticed, unlike dev edition, the code in portal version is complied and some of files from dev edition are not included in portal. This is a bug and has been fixed in the latest portal 10.6.1. The workaround is to copy the missed files from dev edition to the portal if you can access the portal install directory. Otherwise add the missed files in your custom widget registered as an item in portal. Hope this helps and let's know if you have further questions about this. Jianxia
... View more
06-11-2018
06:53 PM
|
1
|
0
|
3642
|
|
BLOG
|
David, See this blog- https://community.esri.com/groups/web-app-builder-custom-widgets/blog/2018/05/15/enable-webgl-feature-layer-in-web-appbuilder-de-28
... View more
05-14-2018
08:50 PM
|
0
|
0
|
2576
|
|
BLOG
|
The WebGL rendering of feature Layer allows you to display more data in the map and update the visualization of features more rapidly. Although it is not supported in Web AppBuilder Developer Editon 2.8, you can manually opt in with the steps below. 1. Find the init.js file in the client/stemapp folder 2. Add a line to dojoConfig: dojoConfig = { parseOnLoad: false, async: true, tlmSiblingOfDojo: false, has: { 'extend-esri': 1, // add this line 'esri-featurelayer-webgl': 1 } }; 3. Save the file 3. Start Web AppBuilder Developer Edition 2.8 and create a new 2D app To verify whether the layer is rendered in WebGL, access the layer through this.map.getLayer in the Widget.js file. Then call the following properties and method: var layerId = this.map.graphicsLayerIds[0]; var layer = this.map.getLayer(layerId); console.log("webgl enabled on map? ", this.map.webglEnabled); console.log("webgl enabled on layer? ", layer.webglEnabled); console.log("layer drawn with webgl? ", layer.hasWebGLSurface()); Also, see known limitations for the WebGL Feature Layer.
... View more
05-14-2018
08:47 PM
|
2
|
5
|
3143
|
|
BLOG
|
The v2.8 update includes the new capabilities that were part of the Web AppBuilder for ArcGIS online release this month as well as new documentation specifically on unit tests. See the ArcGIS blog below by David Martinez. Web AppBuilder for ArcGIS v2.8 Developer Edition Now Available!
... View more
04-26-2018
05:12 PM
|
0
|
1
|
1057
|
|
POST
|
Hi Gavin, This seems data specific issue. Could you share your sample data with us to take a look?
... View more
04-24-2018
08:27 PM
|
0
|
0
|
3050
|
|
POST
|
This is a regression from the recent AGOL update. We will address it tonight. Thanks for letting us know.
... View more
04-19-2018
05:33 PM
|
0
|
0
|
881
|
| 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 |
Tuesday
|