-
Versión SDK 5.1. El popup no funciona con GeoJSONLayer en FireFox (Gecko)
Hola, En la versión 5.1 del SDK, los popups ya no aparecen al hacer clic en entidades dentro de un GeoJSONLayer que contiene geometrías puntuales en Firefox (Gecko) Aún no he probado otros tipos de geometría, así que no sé si el problema es específico de los puntos o si afecta a todas las entidades GeoJSONLayer. Tampoco he…
-
Mejoras en FeatureTable + basado en Calcite en lugar de Vaadin
Sugerimos algunas mejoras respecto a featureTable: * basarlo en el sistema de diseño calcite como cualquier otro webComponent en lugar de usar actualmente vaadin* permitir altura variable / automática * añadir más slots (por ejemplo, para acciones junto a la selección de columnas para trabajar con cada fila seleccionada) +…
-
Autenticación fluida para aplicación JS independiente que consume WebMap de ArcGIS Enterprise con SAML
Hola, tenemos una aplicación JavaScript independiente no GIS que consume un WebMap de ArcGIS Enterprise para proporcionar contexto espacial. Nuestra implementación de ArcGIS Enterprise utiliza SAML para la autenticación, y la aplicación independiente también está integrada con inicio de sesión basado en SAML. Actualmente,…
-
Seleccionar todo en la tabla de características del componente de mapa
El Seleccionar características por rectángulo ejemplo no tiene forma de seleccionar todo en la tabla. ¿Se podría agregar esto como una component opción? Por ejemplo, el menú de visibilidad de columnas te lo permite.
-
¿Estás listo para algo de Football?
Disfruta este ejemplo de un divertido Digital Twin construido con datos procesados usando ArcGIS Reality y presentado con el JavaScript Maps SDK. Mira la app en vivo o mira la demostración en video La app muestra dos capturas de sensores de dron y portátiles procesadas como Gaussian Splat y 3D Mesh capas, georreferenciadas…
-
Seleccionar todo en la tabla
https://developers.arcgis.com/javascript/latest/sample-code/highlight-features-by-geometry/ En este ejemplo, haces tus selecciones una por una en la tabla. ¿Se puede implementar un "Select All" en la tabla como en AGOL?
-
¿Cómo reemplazo solo el ArcGIS World Geocoding Service al usar el componente arcgis-search?
Usando el widget core Search puedo usar una función con searchViewModel.includeDefaultSources para reemplazar solo el ArcGIS World Geocoding Service predeterminado con otra instancia de geocodificación o eliminar este geocodificador de las fuentes del widget Search. Por ejemplo, search.viewModel.includeDefaultSources =…
-
5.0 -> 5.1: Nuevo Error
Como dice el título, actualizamos el entorno de prueba de 5.0 a 5.1 (99 % porque necesitábamos el popup.effectiveHeading, toda una discusión aparte). Ahora estamos recibiendo un error muy molesto en la consola, parece estar relacionado con LayerList createItem o algo similar. El error no parece causar problemas en nuestra…
-
MapImageLayer con customParameter "spatialQuery"
Hola a todos, Tengo el siguiente problema con esta consulta:…
-
Issue with some type of feature layers
We tried to load the following public service "https://services.arcgis.com/Lq3V5RFuTBC9I7kv/arcgis/rest/services/annual_count_of_tropical_nights_projections_local_authority_v2/FeatureServer/0" in the sandbox but we are getting a number of errors and the layer does not render. It works fine in arcpro. Is it something linked…
-
Desplegable de Año del Selector de Fecha Calcite
Hola. Para el componente calcite date picker (calcite-input-date-picker), el año es un control de entrada de texto. Me gustaría solicitar que se agregue una nueva propiedad al componente que permita que la entrada del año se muestre como un desplegable (lo mejor sería permitir tanto la entrada de texto como el selector…
-
Fallo de autenticación en ventana emergente OAuth debido a la dependencia de window.opener en el ejemplo de callback de Esri
Hola equipo de JS API, Estoy enfrentando un problema donde nuestro SSO aplica medidas de seguridad reforzadas y borra intencionalmente `window.opener`. Actualmente estoy trabajando en una integración con Octave (también conocido como EAM) que proporciona un Plugin de ArcGIS. Su aplicación cliente sigue el ejemplo y la…
-
Allow sorting layer list items without changing draw order
I have found discussion on this topic in couple of other threads (Permanently change the order in layer list widget , Choosing my own ordering of the layer options in a LayerList... ), but I'd like to bring it up here again as a concrete idea/request: I've heard from users several times that it would be handy for them to…
-
[esri.renderers.UniqueValueRenderer] #getSymbol() Please use getSymbolAsync if valueExpression is used
The following content comes from a translator, please forgive any inaccuracies. Thank you very much. Title SceneLayer throws "Please use getSymbolAsync if valueExpression is used" when swapping a UniqueValueRenderer with valueExpression at runtime Environment * ArcGIS Maps SDK for JavaScript version: 4.32 * Layer…
-
Popup Component Title Font Size
Hi. For my app, I need control over popups such that some open and close on hover and others on click. Therefore, I have disabled default popup for the view and am creating new popup components like below. Note that I'm intentionally using the component as my understanding is that widgets will be retired soon: //Create…
-
Runtime Feature Layers Not Detected by fetchPopupFeatures() in 5.1
I have been trying to build an application that can work even if the Enterprise Portal goes down. Because of this limitation, layers must be added at runtime. I cannot depend on a Webmap. I have not been able to find a non-deprecated way to get a Popup, Feature, or Features Component to detect a Feature or Map Image Layer…
-
Select graphics and features in layers with Sketch and Editor components
You can select graphics created from sketch in addition to features from existing layers on the map natively without any custom configuration, just with <arcgis-sketch> and <arcgis-editor> components. Here is an example app using <arcgis-sketch /> and <arcgis-editor />: *…
-
Query in PBF Format Returns Incorrect Geometry for POINT ZM Features
Hi Team, We're seeing an issue when querying a feature layer using PBF (f=pbf) output format. The returned geometry is incorrect for a specific POINT ZM feature, while the same query using JSON (f=json) returns the correct geometry. Feature Details Feature ID: 1596769 The geometry stored in the database is: POINT ZM…
-
Elevation Profile component - profile details open by default
I've added the elevation profile component to an application. IIs there is a way to have the details dropdown open by default?
-
Let JS SDK use network topology
Pretty simple idea. Allow the JS SDK be able to take advantage of network topology. It was to my utter surprise that I learned that Trace Networks have been a exposed capability at the server level for a while, and that it isn't just a "Pro" thing. See below screen shot (apologies for the quality - I took this picture at…
-
esriConfig.portalURL and <arcgis-map> component
Directing applications to an Enterprise Portal can be exceptionally frustrating, as evidenced by various solved posts on here. Using the CDN, it is relatively straightforward: just ensure the esriConfig is imported before the <body>; just like the reference doc show. Solution example using CDN: How to use…
-
Feature Layer browser memory consumption at version 5.x
Hi all, At version 5.x, we realized that the esri workers management for FeatureLayers had a very much higher memory consumption that at version 4.34 (2-3X!). It certain cases this leads to a crash of the browser. What is the reason for this and is it possible to have control over it ?
-
playwright and arcgis js sdk e2e tests
I am looking to integrate playwright in my map testing as i built some custom code around core library to take out the human factor, yet I cannot seem to find any documentation so that I can ensure to do it properly. Is anyone been able to do this successfully and is there any documentation anywhere that can help provide…
-
Using $arcgis.import() with self hosted SDK
Hello, In my organization, I can't use the CDN for data privacy reasons. I need to download the SDK and host it. I like the coding style offered by $arcgis.import() rather than using AMD and find it really convenient but I found out that it is not defined in the SDK downloaded:…
-
arcgis-basemap-gallery: Organize into groups
I'm wondering if the following is possible with the arcgis-basemap-gallery component (and if not, I would like to request it as a feature): Is there a way to organize basemaps in the basemap gallery into different groups for skimming/browsing purposes? For example, in one application, I define the `arcgis-basemap-gallery`…