ArcGIS经验生成器问题主题 //www.gobook3.com/t5/arcgis-experience-builder-questions/bd-p/arcgis-experience-builder-questions ArcGIS经验生成器问题主题 周四,2023年3月2日22:06:11 GMT arcgis-experience-builder-questions 2023 - 03 - 02 - t22:06:11z 适合建模器小部件和图像预览?他们去哪里了? //www.gobook3.com/t5/arcgis-experience-builder-questions/suitability-modeler-widget-and-image-previews/m-p/1263771#M6350

在Web AppBuilder和GeoPlanner中,您可以将一个层分配为适合性Modeler小部件用于启用加权覆盖的马赛克图像层中的预览层。

Experience Builder中没有此功能吗?当我们正在移植一个Web AppBuilder应用程序到Experience Builder,这似乎是缺失的:

WAB -图层预览和细节图标出现时,马赛克在URL字段中有一个URL,在描述字段中有值。 

WAB适用性。png

体验生成器:图标不显示。

截图2023-03-02 131537.png

To repro:

1.执行以下命令:使用适用性建模器小部件生成一个新的web应用程序构建器应用程序。使用默认服务(https://utility.arcgis.com/usrsvcs/servers/24b7c7752170431a95719323a9e71a5e/rest/services/WRO_World_Ecophysiographic_Data/ImageServer)

2.执行以下命令。保存并启动应用程序-单击适用性建模器小部件,你会看到图层右侧的图像预览图标。(顺便说一下,当你点击它们时,你会被提示登录以查看安全服务)

3。使用EB做同样的事情:使用Jewelry Box模板生成一个新的Experience Builder应用程序。使用默认服务(again https://utility.arcgis.com/usrsvcs/servers/24b7c7752170431a95719323a9e71a5e/rest/services/WRO_World_Ecophysiographic_Data/ImageServer)

4.执行以下命令,删除>。保存并运行应用程序。当小部件显示时,没有图像预览图标 周四,2023年3月2日21:24:29格林尼治标准时间 //www.gobook3.com/t5/arcgis-experience-builder-questions/suitability-modeler-widget-and-image-previews/m-p/1263771#M6350 RobStauder 2023 - 03 - 02 - t21:24:29z Experience Builder添加数据小部件 //www.gobook3.com/t5/arcgis-experience-builder-questions/experience-builder-add-data-widget/m-p/1263709#M6347 所以我一直在焦急地等待ArcGIS在线体验生成器的新版本,这样我就可以开始迁移我的一些应用程序,增加一些功能。最让我沮丧的是,最需要的“添加数据”小部件不支持KML或KMZ文件,就像Web App Builder中的前一个版本一样。这在计划中得到支持吗?我构建的web应用程序的全部目的是将这些地理空间数据交给那些GIS用户知识仅限于谷歌Earth和类似程序的人。就像我讨厌kml和kmz一样,他们是一个必要的恶魔。请在经验构建器的“添加数据”小部件中添加对KML和KMZ文件的支持 Thu, 2023年3月2日19:47:03 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/experience-builder-add-data-widget/m-p/1263709#M6347 WGIMaps 2023 - 03 - 02 - t19:47:03z 在扩展点使用JS API //www.gobook3.com/t5/arcgis-experience-builder-questions/using-js-api-in-extension-point/m-p/1263548#M6344

你好,

在Experience Builder Dev Edition 1.9中,我试图创建一个AppConfigProcessor扩展点,以便在应用程序加载时以编程方式修改部件的配置。< / P >

I followed these following articles and examples :

https://developers.arcgis.com/experience-builder/guide/extension-points/

https://github.com/Esri/arcgis-experience-builder-sdk-resources/blob/d6b9dd8280635ef585b05166d4e485d693143603/widgets/translation/src/extensions/translation.ts

In the process function, I also need to access object from the ArcGIS API, in particular, I need to access esri/config.

Here is my code :

 

 

import esriConfig from 'esri/config' import { extensionSpec, AppConfig, utils } from 'jimu-core' import { IMConfig } from '../config' export default class configProcessor implements extensionSpec.AppConfigProcessorExtension { id = 'pp-config' widgetId: string async process (appConfig: AppConfig): Promise<AppConfig> { // configuration of the current widget const widgetConfig: IMConfig = appConfig.widgets[this.widgetId].config // need to set this property to false esriConfig.request.useIdentity = false // do stuff with appConfig //... // return Promise.resolve(appConfig) } }

 

 

 

The loading of esri/config failed with this error when I start the application :

Load module error. TypeError: window.require is not a function

I tried with other class from the API and I'm still getting the same error.

Here is the manifest.json :

 

 

{ "name": "config-extension", "label": "Configuration Extension", "type": "widget", "version": "1.10.0", "exbVersion": "1.9.0", "author": "Matthieu", "description": "Configuration de l'application", "copyright": "", "license": "http://www.apache.org/licenses/LICENSE-2.0", "properties": {}, "translatedLocales": [ "fr" ], "extensions": [ { "point": "APP_CONFIG_PROCESSOR", "uri": "extensions/ppConfigProcessor" } ], "dependency": ["jimu-arcgis"] }

 

 


Any ideas ?

Thanks
Matthieu

周四,2023年3月2日15:32:40 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/using-js-api-in-extension-point/m-p/1263548#M6344 MatthieuBrisset 2023 - 03 - 02 - t15:32:40z
自定义主题变量列表 //www.gobook3.com/t5/arcgis-experience-builder-questions/custom-theming-variables-list/m-p/1263470#M6341

你好,
我正在构建一个应用程序在经验建设者开发版的过程中,想在这里创建一个自定义主题。到目前为止,这已经工作了,我能够在variables.json中进行我的第一次调整。
但是现在我有一个问题,我想在列表小部件中调整搜索的下拉列表,我也已经部分管理。

 

{"darkTheme": true, " colororation ": "default", "components": {"popper": {"bg": "green", "color": "green", "border": {"width": "1px", "color": "#d5d5d5"}, "hover": {"bg": "red"}}}}

 

一些东西被改变了,但悬停效果似乎没有改变。现在我想知道是否在某个地方有一个变量列表,或者也可能是一个回购,其中我有一次完全的所有东西。或者在json中记录哪个小部件/组件有哪些变量。我的另一个问题是关于弹出窗口的。从地图小部件打开。我想在移动视图中设置弹出框默认情况下是直接展开的。还有别的办法吗?< / P > Thu, 2023年3月2日13:05:04 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/custom-theming-variables-list/m-p/1263470#M6341 WUE_BARAL 2023 - 03 - 02 - t13:05:04z 从查询小部件与嵌入式仪表板交互 //www.gobook3.com/t5/arcgis-experience-builder-questions/interact-with-embedded-dashboard-from-query-widget/m-p/1263367#M6329

Hi All

我已经在论坛上搜罗了,但仍然不清楚如何做到这一点。 我已经在EB中嵌入了一个仪表盘,使用url参数( https://xxxxx.arcgis.com/apps/dashboards/xxxxxx#key_area={Key_Area}

我想做的是从EB的查询小部件中选择一个关键区域手有仪表板缩放和过滤基于该选择。 我向查询小部件和Dashboard添加了相同的数据源。我知道这一定是可行的,但对于我的生活,我不能让互动工作。如果有人能给我指出正确的方向,我会非常感激。< / P > < P >欢呼,克里斯< / P > 周四,2023年3月2日00:33:10 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/interact-with-embedded-dashboard-from-query-widget/m-p/1263367#M6329 ChrisRoberts2 2023 - 03 - 02 - t00:33:10z 绘制小部件-可能四舍五入长度测量。00? //www.gobook3.com/t5/arcgis-experience-builder-questions/draw-widget-possible-to-round-length-measurement/m-p/1262689#M6315

Hi ExB社区,

有人一直在使用显示长度测量选项在绘制小部件?

很高兴看到它被加入。< / P >

Is there a way to round to two decimal places?

elpinguino_0-1677615135167.png

 

2023年2月28日星期二20:12:44 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/draw-widget-possible-to-round-length-measurement/m-p/1262689#M6315 elpinguino 2023 - 02 - 28 - t20:12:44z
图表值标签消失后,选择和清除数据过滤器通过地图操作 //www.gobook3.com/t5/arcgis-experience-builder-questions/chart-value-labels-disappear-after-selecting-and/m-p/1262586#M6314

我在经验生成器中构建一个仪表板。在这个网站上有一个多边形地图和三个通过地图动作连接的图表。图表的值标签是打开的,当没有选择数据时是可见的。

用户可以通过点击地图选择一个多边形。这三个图表筛选仅显示来自该区域的数据。但是,当用户通过关闭弹出窗口来清除选择时,值标签DISSAPEAR. 

我已经尝试重新创建图表。格式不同。从不同的浏览器运行仪表板。似乎没有解决这个错误的方法。如有任何解决方案或建议,我们将不胜感激 2023年2月28日星期二17:21:53 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/chart-value-labels-disappear-after-selecting-and/m-p/1262586#M6314 PorterR 2023 - 02 - 28 - t17:21:53z 在最新的更新之后,筛选器Widget发生了什么事情吗? //www.gobook3.com/t5/arcgis-experience-builder-questions/after-the-latest-update-did-something-happen-to/m-p/1262532#M6313

你好!

 

我有一个应用程序,使用过滤器小部件放大到属性。< / P >

The style of the filter was "pill" and I had 22 pills (sites) that I was updating new sites daily, roughly one per day.

Today I saved a change in the WebApp and now the filter shows only 12 sites , if I try to reconfigure the filter I get the message below, and I am forced to choose the dropdown.

Is there a limit, or it is something that was always there?

Thanks!

PanGIS_0-1677601976858.png

 

 

2023年2月28日星期二16:35:41格林尼治标准时间 //www.gobook3.com/t5/arcgis-experience-builder-questions/after-the-latest-update-did-something-happen-to/m-p/1262532#M6313 PanGIS 2023 - 02 - 28 - t16:35:41z
过滤bim模型(场景层) //www.gobook3.com/t5/arcgis-experience-builder-questions/filter-bim-model-scene-layer/m-p/1262464#M6312 我试图在BIM模型上运行一个过滤器,以便最终用户可以从
模型中选择他想要看到的部分(例如某些管道),但似乎
小部件不支持场景层,我无法将文件加载到小部件中。有人知道我们能做什么吗?< / P >
周二,2023年2月28日14:59:22 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/filter-bim-model-scene-layer/m-p/1262464#M6312 mabat3D 2023 - 02 - 28 - t14:59:22z
全屏嵌入地图出现在头部后面。帮助吗? //www.gobook3.com/t5/arcgis-experience-builder-questions/full-screen-embedded-maps-appear-behind-header/m-p/1262462#M6311

我有一个经验建设者网站与几个嵌入式网络地图。当用户选择全屏选项时,地图会展开为全屏,但会隐藏在标题后面。这使得不可能看到和/或点击网页地图顶部的按钮。我的组织标准化了地图的布局,所以我真的不想移动按钮作为解决方法。标题被固定在页面的顶部,所以当用户在网站上滚动时,它会保持在那里。

我把所有的东西都玩了,但我似乎不能纠正它。有办法解决这个问题吗?谢谢。< / P > 2023年2月28日星期二14:55:45 //www.gobook3.com/t5/arcgis-experience-builder-questions/full-screen-embedded-maps-appear-behind-header/m-p/1262462#M6311 JeremyBarnby1 2023 - 02 - 28 - t14:55:45z 地图层小部件-新的2023年2月更新查询 //www.gobook3.com/t5/arcgis-experience-builder-questions/map-layer-widget-new-february-2023-update-query/m-p/1262427#M6310 我看到从最近的2023年2月ArcGIS在线更新中,地图层小部件将提供自定义设置来隐藏小部件中的层的能力。在听到这个,我认为它将允许我们有一个地图层小部件,说“SET 1”的层,然后另一个地图层小部件,以允许“SET 2”的层。显然,由于小部件文档网站中包含的注释(如下),这是不可能的。

 

widget网站上的注释

"如果多个Map layers widget连接到同一个Map widget,您无法访问 自定义图层 设置。"< /强> < / EM > < / P > 周二,2023年2月28日13:20:38 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/map-layer-widget-new-february-2023-update-query/m-p/1262427#M6310 MatAzzopardiRWE 2023 - 02 - 28 - t13:20:38z 编辑小部件-工具提示-使用的最佳方式? //www.gobook3.com/t5/arcgis-experience-builder-questions/edit-widget-tooltips-best-way-to-use/m-p/1262208#M6306

Hi ExB社区,

我登录了一个我不久前制作的体验生成器,并注意到前端用户界面设置下的工具提示。

有人用过吗?这是我一直在等待的吗——当我将鼠标悬停在Edit小部件中的一个下拉列表或问题上时,就会出现一个工具提示?希望如此!是否有相关文档或文章链接?< / P >

elpinguino_0-1677540183896.png

 

2023年2月27日星期一23:23:44格林尼治时间 //www.gobook3.com/t5/arcgis-experience-builder-questions/edit-widget-tooltips-best-way-to-use/m-p/1262208#M6306 elpinguino 2023 - 02年- 27 - t23:23:44z
嵌入式仪表板缩放到功能 //www.gobook3.com/t5/arcgis-experience-builder-questions/embedded-dashboard-zoom-to-feature/m-p/1262193#M6305

我在加载时很难获得嵌入式仪表板缩放到一个功能。仪表板加载,我有“缩放”弹出在URL信息。 但是,我无法让仪表板缩放到所需的功能。我已经看了文档,我不清楚我在加载时指定的功能要缩放到哪里。, < / P > < P >, < / P > 星期一,2023年2月27日22:34:17 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/embedded-dashboard-zoom-to-feature/m-p/1262193#M6305 Jefcoat_Nathan 2023 - 02年- 27 - t22:34:17z 小部件控制器和Windows之间有冲突 //www.gobook3.com/t5/arcgis-experience-builder-questions/there-s-a-conflict-between-widget-controller-et/m-p/1262153#M6302

小部件控制器有能力在加载页面时打开小部件。
此外,页面可以配置为在加载时启动一个窗口(设置为splash)。
如果两者都被配置为对应用程序加载做出反应,那么在加载应用程序时,小部件和窗口都立即打开是合乎逻辑的。
在我的项目中,我需要窗口首先出现,然后小部件。有没有人知道怎么做到这一点?< / P > 2023年2月27日星期一21:17:15 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/there-s-a-conflict-between-widget-controller-et/m-p/1262153#M6302 Jose_LuisCc 2023 - 02年- 27 - t21:17:15z 动态更改主题 //www.gobook3.com/t5/arcgis-experience-builder-questions/changing-theme-dynamically/m-p/1261932#M6299 Hi,

我最近创建了一个自定义主题和小部件,允许用户在明暗模式之间切换。然而,我面临着一个问题,在运行时使用ArcGIS API从按钮点击更改主题。我已经尝试使用ThemeProvider、ThemeContext、ThemeManager和jimu-for-test版本,但我无法更新页面上所需主题的颜色。< / P >

I understand that a similar post was made about a year ago,, but unfortunately, there are still no responses to it.

I'm not very familiar with React and the Jimu packages, and the documentation on these functions is not very clear. So, I would appreciate any help or guidance that you can provide.

Thank you!

星期一,2023年2月27日09:29:24 //www.gobook3.com/t5/arcgis-experience-builder-questions/changing-theme-dynamically/m-p/1261932#M6299 JonathanAttard 2023 - 02年- 27 - t09:29:24z
作为本组织内部的数据平台? //www.gobook3.com/t5/arcgis-experience-builder-questions/experience-builder-as-a-data-platform-inside-the/m-p/1261930#M6298 < P >你好!< / P >

I recently came across the Scrolling Page > Seeker template and found the template really interactive.  However, it was only designed to search/list out (with the search and list widget) data from one data source.  Yet, the template itself looks completely identical to those open data platforms for different cities where you can search for the required spatial datasets (say, an individual ArcGIS Online Item), or display the datasets below in the list widget.  I am wondering whether this can be achieved currently through Experience Builder, yet I already saw some limitations that the list/search widget is only designed for listing/searching inside a layer and they cannot be configured to list the ArcGIS Online items in an organization.

 

tcyd_0-1677488849382.png

 

Eventually maybe this concept does not work.  Yet I would be grateful if anyone came across similar ideas and have their unique solutions/sharing to design a pseudo open data platform through Experience Builder (why I am doing so is because the current interface (i.e. My Content > Organization) is really not that interactive).

Have a nice day!

2023年2月27日星期一09:08:35格林尼治标准时间 //www.gobook3.com/t5/arcgis-experience-builder-questions/experience-builder-as-a-data-platform-inside-the/m-p/1261930#M6298 tcyd 2023 - 02年- 27 - t09:08:35z
列表小部件-动态内容-哪里自动完成去? //www.gobook3.com/t5/arcgis-experience-builder-questions/list-widget-dynamic-content-where-did-auto/m-p/1261871#M6290

Hi ExB社区,

我正在建设一个新的经验建设者。在此之前,我将列表小部件用于动态内容。这次从头开始组装列表小部件时,我注意到它不像往常那样显示动态内容。我选择了default(无筛选器)和default。然后我注意到,一旦我输入了一些测试记录,所有的记录都显示了相同的内容。我回到列表小部件,并将其与我之前制作的Experience Builders/列表小部件进行比较。这个新的没有自动填充的选项。我怎么才能把它打开,或者有没有其他办法?

这就是我所看到和不想要的。< / P >

elpinguino_0-1677452901236.png

My settings

elpinguino_1-1677452944843.png

This is the settings in the ExB list widget that I want to replicate, but can't find auto-populate. The only difference between the two layers is that they are in different services. Both are non-spatial tables.

elpinguino_2-1677453144477.png

 

 

太阳,2023年2月26日23:13:14 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/list-widget-dynamic-content-where-did-auto/m-p/1261871#M6290 elpinguino 2023 - 02年- 26 - t23:13:14z
帮助识别过滤器下拉框和滑块小部件 //www.gobook3.com/t5/arcgis-experience-builder-questions/help-identifying-filter-dropdown-and-slider/m-p/1261789#M6288

嗨,我遇到了这个ArcGIS体验"你的河适合玩吗?”,想知道是否有人知道他们是如何创建图像中显示的过滤器滑条。我已经查看了所有的小部件,包括过滤器小部件,但它似乎只有两种输入样式,要么是下拉列表,要么是药丸选择器。此外,下拉过滤器看起来比过滤器小部件更干净(例如,没有框边框,能够显示所选类别),所以我不确定他们是否完全使用了其他东西 2023年2月25日星期六18:01:02 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/help-identifying-filter-dropdown-and-slider/m-p/1261789#M6288 JL1080 2023 - 02 - 25 - t18:01:02z 当没有设置过滤器时,不显示任何特征 //www.gobook3.com/t5/arcgis-experience-builder-questions/display-no-features-when-no-filter-set/m-p/1261611#M6287 也许这只是周五的大脑疲劳,但我很难想出一个创造性的解决方案。< / P >

Let's say I have a filter widget with a unique value filter field (e.g. state) that's filtering the features in a state map layer. Normally, when no filter is set (All is selected in the filter dropdown), all 50 states would be displayed in the map.

Is there a way for *no* features to display when no filter is set? So instead of all 50 states showing until I select a single state, the map will be blank until I select a state?

Put another way, is there an "additive" filter rather than a "subtractive" filter?

 

 

 

星期五,2023年2月24日20:28:48 GMT //www.gobook3.com/t5/arcgis-experience-builder-questions/display-no-features-when-no-filter-set/m-p/1261611#M6287 TimHaverlandNOAA 2023 - 02 - 24 t20:28:48z
使用定位器和层源搜索小部件 //www.gobook3.com/t5/arcgis-experience-builder-questions/search-widget-using-both-locator-and-layer-source/m-p/1261528#M6284

嗨,

 

我正在开发一个Zoning应用程序,允许用户按地址或按区域类型搜索。我想配置搜索栏,以便当一个地址被搜索(使用定位器),它放大到所请求的地址不过滤任何层数据。当搜索一个zone类型时,我希望zoning层只显示所请求的zone类型(示例R1)。如果它们是唯一的搜索源,这两个选项都完全符合我的要求,但一旦我尝试同时使用定位器和层搜索,每当我按地址搜索时,整个分区层就会消失/被过滤掉。显然,如果用户是通过地址搜索,这是因为他们想知道该地址在哪个区域,如果分区层被过滤了,这是没有帮助的。另一方面,我不能只创建一个副本或查看分区层,因为当用户按Zone类型搜索时,我希望他们只能看到他们搜索的Zone type。< / P >

I'm relatively new to experience builder, so I'm hoping that there's an easy solution to this problem that doesn't involve creating 2 separate search bars. 

If anyone has any solution, I'd appreciate hearing it!

星期五,2023年2月24日18:31:47格林尼治时间 //www.gobook3.com/t5/arcgis-experience-builder-questions/search-widget-using-both-locator-and-layer-source/m-p/1261528#M6284 凯特琳 2023 - 02 - 24 t18:31:47z