-
SDK-versie 5.1. De popup werkt niet met GeoJSONLayer in FireFox (Gecko)
Hallo, In SDK versie 5.1 verschijnen popups niet meer wanneer je op objecten klikt in een GeoJSONLayer met puntgeometrieën in Firefox (Gecko) Ik heb nog geen andere geometrietypen getest, dus ik weet niet of het probleem specifiek is voor punten of dat het alle GeoJSONLayer-objecten beïnvloedt. Ik heb ook de eerdere…
-
FeatureTable verbeteringen + gebaseerd op Calcite in plaats van Vaadin
We stellen enkele verbeteringen voor met betrekking tot de featureTable: * baseer het op het calcite design system zoals elke andere webComponent in plaats van momenteel vaadin te gebruiken* toestaan van variabele / automatische hoogte * voeg meer slots toe (bijv. voor acties naast de kolomselectie om met elke…
-
Naadloze authenticatie voor zelfstandige JS-app die ArcGIS Enterprise WebMap met SAML gebruikt
Hallo, we hebben een zelfstandige niet-GIS JavaScript-toepassing die een WebMap van ArcGIS Enterprise gebruikt om ruimtelijke context te bieden. Onze ArcGIS Enterprise-implementatie gebruikt SAML voor authenticatie, en de zelfstandige applicatie is ook geïntegreerd met SAML-gebaseerde aanmelding. Op dit moment worden…
-
Selecteer alles in de Map Component Feature Table
De Selecteer functies met een rechthoek voorbeeld heeft geen mogelijkheid om alles in de tabel te selecteren. Kan dit worden toegevoegd als een component optie? Bijvoorbeeld, het kolomzichtbaarheidsmenu staat dit toe.
-
Ben je klaar voor wat voetbal?
Geniet van dit voorbeeld van een leuke Digital Twin gebouwd met data verwerkt met ArcGIS Reality en getoond met de JavaScript Maps SDK. Bekijk de live app of bekijk de video demo De app toont twee opnames van drone- en handheld-sensoren verwerkt als Gaussian Splat en 3D Mesh lagen, gegeorefereerd in een SceneView, en…
-
Alles selecteren in de tabel
https://developers.arcgis.com/javascript/latest/sample-code/highlight-features-by-geometry/ In dit voorbeeld maak je je selecties één voor één in de tabel. Kan er een "Alles selecteren" worden geïmplementeerd in de tabel zoals dat het geval is in AGOL?
-
Hoe vervang ik alleen de ArcGIS World Geocoding Service bij het gebruik van de arcgis-search component?
Met de core Search widget kan ik een functie gebruiken met searchViewModel.includeDefaultSources om alleen de standaard ArcGIS World Geocoding Service te vervangen door een andere geocoding instantie of deze geocoder uit de bronnen van de Search widget te verwijderen. Bijv. search.viewModel.includeDefaultSources =…
-
5.0 -> 5.1: Nieuwe Fout
Zoals de titel zegt, hebben we de testomgeving bijgewerkt van 5.0 naar 5.1 (299% omdat we de popup.effectiveHeading nodig hadden, een heel ander verhaal). Nu krijgen we een echt spammerige consolefout, lijkt te maken te hebben met de LayerList createItem of iets dergelijks. De fout lijkt geen problemen te veroorzaken met…
-
MapImageLayer met customParameter "spatialQuery"
Hallo allemaal, Ik heb het volgende probleem met deze query:…
-
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…
-
Calcite Datumkiezer Jaar Dropdown
Hallo. Voor de calcite date picker component (calcite-input-date-picker) is het jaar een tekstinvoerveld. Ik zou graag willen verzoeken dat er een nieuwe eigenschap aan de component wordt toegevoegd die ervoor zorgt dat de jaarinvoer wordt weergegeven als een dropdown (het beste is om zowel tekstinvoer als dropdownkiezer…
-
OAuth-popup authenticatiefout door afhankelijkheid van window.opener in Esri callback voorbeeld
Hallo JS API-team, Ik ondervind een probleem waarbij onze SSO versterkte beveiligingsmaatregelen toepast en opzettelijk `window.opener` wist. Ik werk momenteel aan een integratie met Octave (ook bekend als EAM) die een ArcGIS Plugin levert. Hun clientapplicatie volgt het voorbeeld en de documentatie van Esri, maar als…
-
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`…