|
POST
|
Hello Team, We are ArcGIS API 4.19. In project we dynamically turned ON/OFF cluster for a multiple group layers and that group layers has child layers (another group layer). For group child layers when cluster is ON for individual layer dynamically we set featureReduction as shown below code: layer.set('featureReduction', { 'type': "cluster", 'labelingInfo': [{ 'labelExpressioncInfo': { 'expression': "Text($feature.cluster_count, '#,###')" }, 'deconflictionStrategy': "none", 'labelPlacement': "center-center" }], 'clusterMinSize': "24px" }); labels not visible on clustr Question:- How to handle cluster labels for child group layers.
... View more
03-03-2022
09:25 PM
|
0
|
0
|
618
|
|
POST
|
Hello Team, On click of the map point, using geodesic method we fetch all near by features and pass to the popup. On click of the popup pagination (i.e. Next and previous Button), the popup is not moving into selected features. Question:- How to move popup position on click of next and previous button of popup
... View more
03-03-2022
01:09 AM
|
0
|
2
|
1369
|
|
POST
|
Thank you, We wanted a way to know how much credits are available from rest API.
... View more
02-22-2022
12:15 AM
|
0
|
0
|
786
|
|
POST
|
Hello Team, We are looking for an option to know the Geocoding credits available from AGOL before we perform geocoding from our application. We looked into documentation and did not found any REST API that we can invoke and check the credits available. Can you point us or provide the means to check geocoding credits from REST API. Any help is appreciated. Thank you, Shefali
... View more
02-21-2022
09:32 PM
|
0
|
2
|
816
|
|
POST
|
Thank you Undral. I upgrade to 4.19 version and its working.
... View more
02-20-2022
08:51 PM
|
0
|
0
|
706
|
|
POST
|
Hello Team, Previously we are using ArcGIS API 4.13. Now we upgrade to ArcGIS API version 4.17. After upgrade - We are using applyEdits to Update/Add/Del features on the feature layers. In every 5-10 seconds, we are using applyEdits to update the layers. Issue is - After applyEdits features are not visible to map until we zoom In/Out the map.
... View more
02-16-2022
09:34 PM
|
0
|
2
|
750
|
|
POST
|
Thank you BlakeTerhune. We don't want to re-open popup as it will show as a flicker effect for the user and we are fetching data in every 5-10 seconds, as some data are modified so frequently.
... View more
01-24-2022
08:56 PM
|
0
|
0
|
1284
|
|
POST
|
Hello Team, In our project we are creating a feature layer from JSON data which is coming from 3rd party service. In every 5-10 seconds data fetching from 3rd party service and performing apply edits for the feature layer. On the map popup is opened for some point feature and for that point, data are updated/modified. Question - Without re-open the popup how to display updated feature data in the popup.
... View more
01-24-2022
02:55 AM
|
0
|
2
|
1431
|
|
POST
|
Hello Team, I want to know a fundamental on Perform Projection -- ArcGIS service used to convert SR Are there any restrictions on the total number of requests that can be sent to ArcGIS from single machine for Geometry projections Are there any timeouts for the same
... View more
01-09-2022
09:45 PM
|
0
|
0
|
518
|
|
POST
|
Thank you Undral, It's working now. Previously without cloning renderer, I am directly trying to overwrite that's why it's not working.
... View more
01-06-2022
09:12 PM
|
0
|
0
|
2097
|
|
POST
|
Thank you Noah, I tested to API 4.22 although issue still persist.
... View more
01-05-2022
11:46 PM
|
0
|
0
|
2108
|
|
POST
|
Hello Team, We are using ArcGIS javascript API 4.13. In our project requirement is, ability to dynamically change field and low and high value of the heat map Renderer for the feature layer. When we change the heat map Renderer (any above settings) then layer is not showing updated view. When we turn 'OFF' and again turn 'ON' the heat map toggle button then it is showing correct view. Question - When heat map is ON and suppose we change field or Low/High value, then how layer show correct heat map effect on map without layer re-create or toggle heat map (ON/OFF). We try layer refresh method although its not worked.
... View more
01-05-2022
03:55 AM
|
0
|
4
|
2310
|
|
POST
|
Hi Team, In our organizational ArcGIS online account ,we published some feature service last year. Using client Id and secret , we create access token and from access token, we generate token (using esri IdentityManager generateToken ) to access these feature layers in angular project. Its working fine before last week. From last week we had the permission issue. We checked in code, the token is generated and when generated token pass to access these secure layers its show below error: error: {code: 403, message: "You do not have permissions to access this resource or perform this operation."}
... View more
10-12-2021
09:23 PM
|
0
|
0
|
669
|
|
POST
|
Hi Team, In ArcGIS, we found one article on Object ID length as mentioned below:- https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/object-id.htm According to article Object IDs are limited to 32-bit values, which store a maximum value of 2,147,483,647. In my project in back-end, we are using one service which returns JSON data using SQL database and by using that JSON data we are creating feature Layer. In SQL we have an unique field objectID field type bigint which contain 19 digit number. Sample values- 2823372036854775706, 9223372036854775706 While creating layer on map we are using SQL unique field as OID of layer. We are able to use 19 digit field as layer OID. 1. What is maximum length for OID? 2. Is OID length vary on Database? One more observation :- While using applyedits after sometime we observe for newly added records same OID value is genetarted for all records as shown below:
... View more
05-18-2021
10:55 PM
|
0
|
0
|
1145
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-28-2022 11:17 PM | |
| 1 | 04-29-2022 02:34 AM | |
| 1 | 03-21-2022 07:04 AM |
| Online Status |
Offline
|
| Date Last Visited |
09-29-2022
07:58 AM
|