|
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
|
878
|
|
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
|
907
|
|
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
|
922
|
|
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
|
1030
|
|
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
|
658
|
|
POST
|
We have been using Near me widget with some customizations. Currently, it is giving closest with point to point distance. is there a way to include actual trucking distance like directions widget?
... View more
08-06-2025
12:48 PM
|
0
|
1
|
215
|
|
POST
|
Is there a way to pull information from non spatial database query as Query Layer in arcGis pro and publish it as service without adding view or table in spatial database ?
... View more
07-30-2025
02:35 PM
|
0
|
1
|
257
|
|
POST
|
All individual offline maps are around 1GB size. it was working fine before.
... View more
07-30-2025
06:08 AM
|
0
|
0
|
591
|
|
POST
|
"code": 6, "messageCode": "OffPkg_ 6", "message": "Failed to get item <id> error Error code: 400\nDescription: Bad syntax in request.\nMessage: Item does not exist or is inaccessible.\n", "params": {"itemId": "<Id>", "error": "Error code: 400\nDescription: Bad syntax in request.\nMessage: Item does not exist or is inaccessible.\n"}}
... View more
07-29-2025
02:04 PM
|
0
|
1
|
669
|
|
POST
|
I am getting an issue while packaging offline areas through ArcGIS Portal "Error: The item was not found. The item was not found. The item was not found." I checked the item, it is there and was able to open without any issue
... View more
07-29-2025
01:45 PM
|
0
|
5
|
686
|
|
POST
|
Error: The item was not found. The item was not found. The item was not found.Same error , it was working fine
... View more
07-29-2025
01:41 PM
|
0
|
0
|
294
|
|
POST
|
I have received an update from ESRI that, we will have to purchase individual license for each user and can be managed in ArcGIS Portal/Online for assignment of licenses to the users.
... View more
07-24-2025
08:37 AM
|
0
|
1
|
906
|
|
POST
|
You are using service in agol, you could use sql query along with arcpy cursors to update/delete /insert. Append also uses upsert functionality. If you are using backend database like sqlserver, Postgre , you could use sql queries to update using some primary key field. Geometry field stored in the backend database as binary, you can’t compare that with another feature class using sql .
... View more
07-23-2025
07:09 PM
|
0
|
0
|
371
|
|
POST
|
I used backed sql scripts to upsert and delete operations. it is much faster .
... View more
07-23-2025
02:03 PM
|
0
|
2
|
391
|
|
POST
|
Suppose, ArcGIS Pro Named User is being assigned to one of the member by Admin, At the same time, second user wants to use ArcGIS Pro. In this case, Does admin need to reassign same named user to second person?
... View more
07-23-2025
12:41 PM
|
0
|
1
|
995
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 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 |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|