-
Version SDK 5.1. Le popup ne fonctionne pas avec GeoJSONLayer dans FireFox (Gecko)
Bonjour, Dans la version 5.1 du SDK, les popups n'apparaissent plus lorsqu'on clique sur des entités dans un GeoJSONLayer contenant des géométries ponctuelles dans Firefox (Gecko) Je n'ai pas encore testé d'autres types de géométrie, donc je ne sais pas si le problème est spécifique aux points ou s'il affecte toutes les…
-
Améliorations de FeatureTable + basé sur Calcite au lieu de Vaadin
Nous proposons quelques améliorations concernant le featureTable : * le baser sur le système de design calcite comme tous les autres webComponent au lieu d'utiliser actuellement vaadin* permettre une hauteur variable / automatique * ajouter plus de slots (par exemple pour des actions à côté de la sélection de colonnes pour…
-
Authentification transparente pour une application JS autonome consommant un WebMap ArcGIS Enterprise avec SAML
Bonjour, nous avons une application JavaScript autonome non-GIS qui consomme un WebMap d'ArcGIS Enterprise pour fournir un contexte spatial. Notre déploiement ArcGIS Enterprise utilise SAML pour l'authentification, et l'application autonome est également intégrée avec une connexion basée sur SAML. Actuellement, lorsque les…
-
Tout sélectionner dans la table des entités du composant Carte
Le Sélectionner les entités par rectangle exemple ne permet pas de tout sélectionner dans la table. Cela pourrait-il être ajouté comme une composant option ? Par exemple, le menu de visibilité des colonnes le permet.
-
Êtes-vous prêt pour du Football ?
Profitez de cet exemple d'un joli Digital Twin construit avec des données traitées via ArcGIS Reality et présenté avec le JavaScript Maps SDK. Découvrez l' application en direct ou regardez la démonstration vidéo L'application présente deux captures issues de capteurs drone et portables traitées comme des couches Gaussian…
-
Tout sélectionner dans le tableau
https://developers.arcgis.com/javascript/latest/sample-code/highlight-features-by-geometry/ Dans cet exemple, vous effectuez vos sélections une par une dans le tableau. Peut-on implémenter un « Tout sélectionner » dans le tableau comme c'est le cas dans AGOL ?
-
Comment remplacer uniquement le service de géocodage mondial ArcGIS lors de l'utilisation du composant arcgis-search ?
En utilisant le widget Search principal, je peux utiliser une fonction avec searchViewModel.includeDefaultSources pour remplacer uniquement le service de géocodage mondial ArcGIS par une autre instance de géocodage ou supprimer ce géocodeur des sources du widget Search. Par exemple, search.viewModel.includeDefaultSources =…
-
5.0 -> 5.1 : Nouvelle erreur
Comme le titre l'indique, mise à jour de l'environnement de test de 5.0 à 5.1 (299 % car nous avions besoin du popup.effectiveHeading, une toute autre discussion). Nous obtenons maintenant une erreur console vraiment répétitive, qui semble liée à LayerList createItem ou similaire. L'erreur ne semble pas causer de problèmes…
-
MapImageLayer avec customParameter "spatialQuery"
Bonjour à tous, J'ai le problème suivant avec cette requête :…
-
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…
-
Menu déroulant de l'année du sélecteur de date Calcite
Bonjour. Pour le composant calcite date picker (calcite-input-date-picker), l'année est un contrôle de saisie texte. Je souhaiterais demander qu'une nouvelle propriété soit ajoutée au composant afin que la saisie de l'année s'affiche sous forme de menu déroulant (il serait préférable de permettre à la fois la saisie texte…
-
Échec de l'authentification popup OAuth en raison de la dépendance à window.opener dans l'exemple de rappel Esri
Bonjour équipe JS API, Je rencontre un problème où notre SSO applique des mesures de sécurité renforcées et efface intentionnellement `window.opener`. Je travaille actuellement sur une intégration avec Octave (alias EAM) qui fournit un plugin ArcGIS. Leur application cliente suit l'exemple et la documentation fournis par…
-
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`…