-
Select All on Map Component Feature Table
The Select Features by Rectangle sample has no way to select all in the table. Could this be added as a component option? For example, the column visibility menu allows you to.
-
Are you ready for some Football?
Enjoy this example of a fun Digital Twin built with data processed using ArcGIS Reality and showcased with the JavaScript Maps SDK. Check out the live app or watch the video demo The app showcases two captures from drone and handheld sensors processed as Gaussian Splat and 3D Mesh layers, georeferenced into a SceneView,…
-
Select All on Table
https://developers.arcgis.com/javascript/latest/sample-code/highlight-features-by-geometry/ In this sample, you make your selections one at a time in the table. Can a "Select All" be implemented in the table such as it is in AGOL?
-
How do I replace just the ArcGIS World Geocoding Service when using arcgis-search component?
Using the core Search widget I can use a function with searchViewModel.includeDefaultSources to replace just the default ArcGIS World Geocoding Service with another geocoding instance or remove this geocoder from the Search widgets sources. E.g. search.viewModel.includeDefaultSources = function(sourcesResponse) {…
-
5.0 -> 5.1: New Error
As the title says, updated the test environment to 5.0 to 5.1 (…99% because we needed the popup.effectiveHeading, a whole 'nother discussion). Now we're getting a really spammy console error, seems to be tied to the LayerList createItem or similar. The error doesn't appear to cause any issues with our app (why would it:…
-
MapImageLayer with customParameter "spatialQuery"
Hi all, I have following problem with this 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 Date Picker Year Dropdown
Hi. For the calcite date picker component (calcite-input-date-picker), the year is a text input control. I'd like to request that a new property be added to the component that would make the year input display as a dropdown (best to allow text input and dropdown picker). It's not very user friendly to switch back and forth…
-
OAuth popup authentication failure due to reliance on window.opener in Esri callback sample
Hello JS API team, I am facing an issue where our SSO applies hardened security measures and intentionally clears `window.opener`. I am currently working on an integration with Octave (aka EAM) which provides an ArcGIS Plugin. Their client application follows the sample and documentation provided by Esri, but as a…
-
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`…
-
Have the sketch component labels persist
When drawing a shape using the sketch component, the lines are labelled with their length. However, once the shape has been drawn, the labels disappear. It is such a cool feature but it seems like the best part has been left out. Why can't they just stay and get resized as the shape is changed?
-
ArcGIS Maps SDK for JavaScript - Version 5.1 released!
Version 5.1 of ArcGIS Maps SDK for JavaScript has arrived! Enjoy new features in performance, visualization, editing, 3D, and beyond – all without breaking changes. Here are the highlights for this release: Spatially Optimized Parquet (beta) enables visualizing billions of features using spatially optimized formats,…
-
layer-list-next layer visibility bug
I have encountered an issue with the new layer-list-next component in v5.1 of the JS SDK. When toggling the visibility of a group layer's child layer, the parent group layer's visibility is being toggled as well. https://codepen.io/kaleb_integralnz/pen/dPNJQGB Reproduction Steps: * On the top layer list, drop down the…