POST
|
Thanks . How do I update lat and Lon for a feature class in geodatabase ? Do we need to publish as feature layer to update ?
... View more
3 weeks ago
|
0
|
1
|
222
|
POST
|
I Published a Hosted feature service using query layer with Lat and Lons from non spatial database on to the ArcGIS Online. I just wanted to create a Power Automate, if some thing changes in non spatial database like lat and long, it should update the feature layer without writing a new python script to update that hosted feature service. I guess, it is possible to update through arcgis online connector in Power automate. Could some one help us to solve this issue?
... View more
3 weeks ago
|
0
|
3
|
336
|
POST
|
IOS Version 17.7.1 , It is not working on my iPhone browser too
... View more
3 weeks ago
|
0
|
0
|
432
|
POST
|
I am able to load map in any browser with 4.33 js sdk.when I try to load it on iPhone safari and Mac book safari, it is throwing an error. could you please suggest ?
... View more
3 weeks ago
|
0
|
2
|
503
|
POST
|
<arcgis-map basemap="hybrid" id="map1" center="-117.88, 34.46" zoom="6"> hybrid base map labels are on top of graphics layer. I am adding graphics layer to the map components after view load. i tried adding view.graphics.add and it is working as expected and the problem is with graphicslayer.is there a way to set this in arcgis map component?
... View more
4 weeks ago
|
0
|
1
|
419
|
POST
|
An API key has been configured to access the web map with item-level access privileges in an ArcGIS Enterprise deployment secured with IWA. However, when I attempt to access the web map by passing the API key through the token parameter, a Windows Authentication login prompt still appears asking for credentials. I need to know how to suppress this IWA prompt so that the API key can be used directly to access the item. We are using the ArcGIS Maps SDK for JavaScript 4.33 and ArcGIS Enterprise 11.5. My current code looks like this: esriConfig.apiKeys.scopes = [ { // The API key value token: apiKey, // An array of URLs that the API key applies to urls: [portalUrl] } ]; const webmap = new WebMap({ portalItem: { id: "<itemid>", portal: { url: portalUrl } // apiKey: apiKey }, }); await webmap.loadAll(); But this throws the error: message: "Failed to load portal item" name: "webmap:load-portal-item" How are API keys expected to work with ArcGIS Enterprise secured using IWA?
... View more
08-31-2025
12:28 PM
|
0
|
1
|
326
|
POST
|
I have a separate database and want to publish view. which includes, pulling data from different tables and want to publish as table and create a web map. can we create a charts using calcite with the data in the view ?
... View more
08-27-2025
01:33 PM
|
0
|
1
|
251
|
POST
|
We have been using https://survey123.arcgis.com/portalUrl =<Enterprise Portal>. sometimes, it does not open and throws survey not found error on the web browser. to avoid this, can we use windows survey123 app to open from another application through web link?
... View more
08-25-2025
06:34 AM
|
0
|
2
|
460
|
POST
|
Does it impact on performance of the web map? If we use individual layers over map image layer. can we use graphics instead of layerview highlighting?
... View more
08-15-2025
04:35 PM
|
0
|
0
|
708
|
POST
|
It worked if add them as Indvidual map service layer to the web map.
... View more
08-15-2025
02:21 PM
|
0
|
0
|
721
|
POST
|
Creating a web map is one time activity and don't want to touch it again or add manually in the code. I would like to follow same structure for rest of our maps. you said, it is not possible is get feature layers at the client side as a layer view. we usually publish all layers as dynamic layers (map image layer) and same is adding to the web map without changing any structure of it. is there a way to change in web map as a group layer instead of map image layer? does it work? or the behavior same for all? when we add the layers, it treated as map image layer or group layer not individual feature classes. if this works, it saves lot of time for us.
... View more
08-15-2025
08:43 AM
|
0
|
1
|
750
|
POST
|
Thanks for your reply. I have gone through all these links. if you add the layer to the view, it is able to highlight the features. we have already added the web map to the view and we just retrieving the layers in it. I was able to query features and returning feature results as expected. The problem is timing issue. which event or method check that, entire web map is loaded completed or not . so that, I can see all the features on the map. then only, I can create / get layer view. we don't have any button to click and get the results. it is supposed to happen on page load. I am using below code to retrieve the map and view. in both objects, I could see the MapimageLayer and it's sublayers(each featurelayer) arcgisMap.addEventListener("arcgisViewReadyChange", (event) => { const view = event.target.view; const map = event.target.map;
... View more
08-15-2025
07:40 AM
|
0
|
0
|
765
|
POST
|
I have created a web map with mapimagelayer , which has 3 feature layers. I pre loaded web map in html with arcgis enterprise portal const query = fl.createQuery(); query.where = whereClause; query.outFields = ["*"]; query.returnGeometry = true; // Run query const results = await fl.queryFeatures(query); if (!results.features.length) { console.log(`No features found for: ${whereClause}`); return; } const layerView = await view.whenLayerView(fl); I am getting an error "Layer view has not been found" . i tried all ways like webmap.load /loadALL, featurelayer.load promises, nothing is working. Could you please help me
... View more
08-14-2025
02:25 PM
|
0
|
8
|
873
|
POST
|
I would like to use arcgis components in my react js project.When i try to run the project, i am getting below error . react component has been installed (@ArcGIS/map-components-react ). The code looks as below, <ArcgisMap item-id={itemId} portal-url={portalUrl} style={{ width: '100%', height: '100%' } }> <ArcgisZoom position="top-left"></ArcgisZoom> <ArcgisSearch position="top-right" all-placeholder="District or Senator" include-default-sources-disabled></ArcgisSearch> </ArcgisMap>
... View more
08-11-2025
03:32 PM
|
0
|
1
|
585
|
Title | Kudos | Posted |
---|---|---|
1 | 05-15-2025 05:01 PM | |
1 | 01-25-2024 10:09 AM | |
1 | 12-05-2024 06:33 AM | |
1 | 11-09-2024 06:20 PM | |
1 | 10-14-2024 09:28 AM |
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|