|
POST
|
Here is the sample code for Labels: https://developers.arcgis.com/javascript/latest/sample-code/labels-basic/index.html Here are details step provided on the link: >>To add labels to the layer, first we create a LabelClass and assign values for various properties, such as color and font. const labelClass = { // autocasts as new LabelClass() symbol: { type: "text", // autocasts as new TextSymbol() color: "green", haloColor: "black", font: { // autocast as new Font() family: "playfair-display", size: 12, weight: "bold" } }, labelPlacement: "above-center", labelExpressionInfo: { expression: "$feature.MARKER_ACTIVITY" } }); >> This sample loads a PortalItem from ArcGIS Online, then adds the label class to the labelingInfo property, and applies a renderer. map.layers = [ new FeatureLayer({ portalItem: { // autocasts as new PortalItem id: "6012738cd1c74582a5f98ea30ae9876f" }, labelingInfo: [ labelClass ] }) ]; Thanks, Biraja
... View more
03-19-2019
06:49 PM
|
1
|
0
|
636
|
|
POST
|
In Java Script API, you can try the following: Use method findCredential() in "IdentityManager" which will return "credential". Then get user information using "userId" from credential property. Thanks, Biraja
... View more
03-19-2019
06:35 PM
|
2
|
0
|
998
|
|
POST
|
Please go to browser and add token in front of any service for which token is generated to access as per below example. You find the user name on the top right corner of the rest end point service marked in screen capture provided below. Example: https://xxxx.esri.com/server/rest/services/parceltest/MapServer?token=token value Thanks, Biraja
... View more
03-19-2019
06:22 PM
|
2
|
2
|
998
|
|
POST
|
Hi Angela, Is this behavior specific to any version or it is observed for all your child versions. How many child versions do you have from Default on your geodatabase. If it is specific to version, are you reconciling as owner of version or administrator of geodataabse. And after reconcile and post, can you recreate version which may fix the issue. Thanks, Biraja
... View more
03-14-2019
07:01 PM
|
0
|
0
|
1181
|
|
POST
|
Hi Zorba, Try the below steps and let us know if that helps: 1. Export the feature class and import back to your enterprise geodatabase or file geodatabase. 2. Republish the map service or feature service using the imported feature class in step1. If this does not help, then please log a case with Esri Support Services. Thanks, Biraja
... View more
03-14-2019
06:51 PM
|
0
|
0
|
864
|
|
POST
|
Hi Clinton, I did not find "placeholder" property in coordinate conversion widget for java script api . I will look into some other option and get back to you if I succeed to get one. Thanks, Biraja
... View more
03-13-2019
06:56 PM
|
1
|
0
|
1054
|
|
POST
|
We have seen this issue when GUID or GlobalID field is modified by third party application or have wrong type of value inserted/present. This said, your issue may or may not related to the mentioned data error. Still, it is worth a try. Another option is to copy data in the same enterprise geodatabase with different name and set database trace to find out which objectid or feature has issue or data copy failed. Thanks, Biraja
... View more
03-08-2019
06:50 PM
|
0
|
0
|
1969
|
|
POST
|
Hi Richard, I am not sure if you still have the same issue. If not, then you can reply with your solution and close this thread. We did not see any known issue on domain values. If the reported issue still observed then please provide a sample to test and editing workflow. Also send us screen capture of value not changing or it is null or it is going back to previous value. Please note that SQL Server express only supports personal and workgroup geodatabase. Thanks. Biraja
... View more
03-08-2019
06:25 PM
|
0
|
1
|
532
|
|
POST
|
This below link may help: Working with Story Map Journal (and Shortlist) on different screen sizes Otherwise, the best site to answer your queries is below: Story Maps Thanks, Biraja
... View more
03-08-2019
04:36 PM
|
1
|
1
|
1085
|
|
POST
|
Here is the example to set default format and provide option to change format of coordinate: CoordinateConversion widget - Custom Formats | ArcGIS API for JavaScript 4.10 Thanks, Biraja
... View more
03-08-2019
04:30 PM
|
0
|
1
|
1054
|
|
POST
|
If you are looking for sample, then it is here: Visualize features with realistic WebStyleSymbols | ArcGIS API for JavaScript 4.10 Or else, please elaborate your requirement. Thanks, Biraja
... View more
03-08-2019
04:27 PM
|
0
|
1
|
680
|
|
POST
|
There are few bugs logged for this behavior. One of the bug tracking id is #BUG000115448. This defect is closed as by design. The explanation is as follows: At 10.1, a new connection implementation was created in the ArcGIS code that allows for just the TNS name or the EZConnect string to be entered. As part of this new implementation, the ‘sde:oracle11g’ prefix is added by design for TNS names. This string distinction is added for ArcGIS to know that TNS names are being used and implement the connection information in subsequent tools. Thanks, Biraja
... View more
03-07-2019
06:34 PM
|
1
|
0
|
2557
|
|
POST
|
Hi Xander, Can you please provide a simple required workflow diagram you are looking which will help us to provide suggestion. Thanks, Biraja
... View more
03-07-2019
05:47 PM
|
0
|
0
|
770
|
|
POST
|
Hi Michael, How you are accessing SDE view. Is it through ArcMAP 9.3.1 or any other application. Can you share sde client intercept and database trace to show the slow query and sde command for performance. Is performance observed during "identify" operation only. How the view performance during loading, pan and Zoom. Is there any other view having same behavior or only specific to the view in the question. Is the performance observed on a particular client box or particular user access or observed at a particular time of the day. Is this view newly created. If not, then when you started observing performance. Is this view content any geometry. If yes, what type of geometry. Also provide how many attributes fields and total number of rows this view has. How many tables are involved in creation of this view. Thanks, Biraja
... View more
03-07-2019
05:41 PM
|
0
|
0
|
424
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-21-2019 10:26 AM | |
| 1 | 08-02-2016 12:07 PM | |
| 1 | 08-31-2015 05:14 PM | |
| 1 | 04-10-2019 11:24 AM | |
| 1 | 02-27-2019 07:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
08-13-2025
02:02 PM
|