-
Widget Beacon: descubra quais widgets do Experience Builder as pessoas realmente usam
Se você cria widgets personalizados, não tem ideia de quais são usados, quais recursos dentro deles são acionados, quais versões ainda estão implantadas ou quais erros ocorrem no campo. O Widget Beacon resolve isso. https://github.com/brianmcleer/exb-widget-beacon (Apache 2.0) O que você recebe * Widgets classificados por…
-
Pergunta sobre acesso à camada de Desenho/Gráficos
Olá! Estou trabalhando na implementação de um widget personalizado na edição para desenvolvedores 1.20 e fiquei travado, espero que alguém possa me orientar. Meu objetivo é permitir que o usuário desenhe gráficos (pontos, linhas, polígonos) e use isso como um filtro espacial para uma consulta em uma camada de feição…
-
Coordenadas do Mapa Externo
O widget Coordenadas do Mapa Externo é um widget personalizado para o ArcGIS Experience Builder Developer Edition 1.21. Ele informa a latitude e longitude de um local clicado no mapa e fornece links que abrem esse local em serviços de imagens externos. A versão 1.12.0 adiciona um guia de ajuda embutido e exibição ao vivo…
-
Personalizar a Simbologia da Seleção do Select Widget...
Olá, Eu clonei o Select Widget padrão do Experience Builder na minha Developer Edition. Gostaria de personalizar a simbologia padrão exibida ao selecionar feições. Entendo que isso normalmente é uma configuração global vinculada ao widget de mapa, mas gostaria de sobrescrevê-la. Isso é possível? Alguém sabe qual código…
-
Gráfico Top-N — Widget Personalizado para Estatísticas Categóricas Ranqueadas (COUNT/SUM/AVG/MIN/MAX)
Olá a todos, Gostaria de enviar um widget personalizado para consideração:Gráfico Top-N. Fonte: https://github.com/imcintosh-esri/arcgis-exb-widget-library/tree/main/top-n-chart O que ele faz O Gráfico Top-N transforma dados categóricos brutos em gráficos de barras horizontais ranqueados e interativos, indo além dos…
-
Custom List Widget
When i copy list widget from out box to custom widgets , I am getting the error in 1.21. Could you please suggest
-
Widget Parcel Drafter
Widget Parcel Drafter portado do Web AppBuilder para o Experience Builder O widget Parcel Drafter do WAB não tem equivalente no Experience Builder. Eu o portei como um widget personalizado para a Edição para Desenvolvedores do ExB 1.21. Publicando para testes da comunidade. GitHub:…
-
Toggle some layers on/off , by group *super simple* layer_toggler_button (free src code)
layer_toggler_button is a simple custom ArcGIS Experience Builder widget that lets you control the visibility of (some) multiple map layers with a single click. In the widget settings, you can configure layers and assign each one to either Group A (turn ON) or Group B (turn OFF). When the user clicks the button, all…
-
User Activity Logging system?
My team has been devising a system to log user sign in and some specific activity beginning with deleting features. We could use webhooks to track delete and we are evaluating that as an alternative to a custom logging widget as well. The current strategy is to set up a simple nosql or other log db, a…
-
Print Advanced - Use ArcGIS Pro PAGX Layout File ou Print Utility Service
Visão Geral Este widget traz a impressão de mapas no estilo ArcGIS Pro para o ArcGIS Experience Builder sem a necessidade de um serviço de impressão. Você compartilha um layout do ArcGIS Pro como um arquivo de layout (.pagx), importa-o uma vez nas configurações do widget, e o widget reconstrói essa página no navegador com…
-
Handling a Scene Data Source with a Related Map Data Source
ExB Developer Edition 1.17.0 I'm working through a bug where a set of map service layers in a Scene is filtered out of my DataSourceSelector. My "hideDs" function takes in the current DataSource JSON, the dataSourceId of the JMV and a geometry type string, then does this: const hideDataSource = (dsJson: IMDataSourceJson,…
-
Adicionar, Mapear e Editar Widget ETL de Dados
Visão geral GitHub: https://github.com/brianmcleer/add-edit-etl-widget Adicionar, Mapear e Editar Dados é um widget personalizado que combina dois widgets padrão da Esri, Add Data e Edit, e insere uma etapa de mapeamento de campos entre eles. Surgiu de uma dor de cabeça recorrente que eu enfrentava. Alguém tem uma planilha…
-
Consulta de Zona
Um widget personalizado para ArcGIS Experience Builder. Um residente insere um endereço, o widget retorna em qual zona poligonal o endereço está localizado e então exibe um modelo configurável preenchido com os campos dessa zona. O fluxo de trabalho é genérico: endereço de entrada, correspondência de polígono de saída,…
-
Widget CSV Geocoder
Widget personalizado do Experience Builder. Faça upload de um arquivo CSV ou Excel com endereços, geocodifique-os usando qualquer ArcGIS Locator e veja os pontos correspondentes no widget Mapa conectado. Os resultados podem ser exportados como GeoJSON, KML ou Shapefile. GitHub:…
-
How to Properly Publish a DataRecordsSelectionChangeMessage Message?
I'm working on a widget for ExB 1.17 that will select a point and a polygon feature from the map's data sources if a selection action is added to the widget. I was able to get the Extent Change message type handled pretty easily so I figured this would be fine too, but instead I get this error after the message is…
-
Pesquisar Personalizado
Widget de Pesquisa Personalizada Este widget é uma versão personalizada do widget Search padrão da Esri para o ArcGIS Experience Builder. Foi um dos primeiros widgets que construí, e por muito tempo tive cinco cópias separadas e codificadas manualmente, cada uma configurada para um conjunto específico de serviços e…
-
Map Layers Custom
Widget Map Layers Custom Uma versão modificada do widget Map Layers do Experience Builder. Ele faz tudo o que o widget padrão faz e adiciona os recursos abaixo. Isso foi migrado de uma Pergunta sobre Widgets Personalizados onde eu tinha a versão original. GitHub: https://github.com/brianmcleer/map-layers-custom-widget…
-
Traverse Widget 1.0
Hi there everyone! We've been working on a traverse widget for a couple of weeks now and figured since it is functional we can now add it to the EXB community. @ncramer11 and I have developed this with some help from ClaudeCode, and we're still in the process of updating it. Big thanks to @TomSellsted for helping us build…
-
Widget What's New?
What's New é um widget personalizado do Experience Builder 1.20 que adiciona o padrão familiar de notificação com sino e ponto vermelho a aplicativos de mapa públicos. Ele pode ser colocado em qualquer parte de uma Experience (cabeçalho, corpo ou rodapé) e exibe um pequeno ponto vermelho sempre que há um novo anúncio. Os…
-
Add CSV Widget
Anyone ever design a widget that allows you to upload a CSV file with an address field? I've tried what I could to circumvent the broken Add Data widget. It has a BUG. It stopped allowing CSV uploads with an address field, of all things. I created a python script tool and connected to it through the Analysis widget but…
-
Visual Studio Code and Webpack HMR (Hot Module Reload): Can It Work with ExB?
I'm reaching the point of widget development where reloading and readding my custom widget for debugging is grinding my gears. The VSCode documentation suggests that webpack's HMR feature should just work for React, but they're using the default React toolchain, not whatever non-standard loadout the ExB team had to bolt…
-
Identify By Query
This is a ground-up re-design and re-build of my previous Identify Widget. It is designed to act as a replacement for a popup in an auto-opening Sidebar. If you have used the previous version of the Widget here are the major improvements: * Identify from all types of layers. (The previous Widget was limited to Feature…
-
Custom widget not showing changes
Hi, It was hard to articulate the problem in the title so apologies for that. I have been following the tutorial for Getting Started with Custom Widgets. I've installed Developer Edition, I'm using VSCode, I've the client and server running all fine. My goal is to create a version of the Survey123 widget where there is a…
-
How to Wrap a Newer Widget/Component in an Older Framework
I need to wrap an Editor widget from a newer release of the JavaScript SDK in a widget targeting an older version of Experience Builder so my org can migrate from Web Appbuilder to Experience Builder before we upgrade to Enterprise 12.1. Unfortunately, I'm at my wit's ends here, I can't even get a simple map component…
-
Custom Widget Version Control Best Practices
I'm getting started with custom widget development and I want to make sure I'm handling my source data as best as possible: * For a single organization, should I do a monorepo or one repository per widget? * At what folder "level" do I create the repository? I assume for multi-repository workflows each widget folder is a…