|
POST
|
Most people would put the connection string in the Resources/Settings area in Visual Studio, this allows easy update as one moves from DEV, QA, to PROD environment. Key here is that that user/id will be part of the compiled coded (i.e., will not be human readable) after the Add-In is built. The end user would rarely if ever have access to the Visual Studio project that contains this information. There are also options in Visual Studio to encrypt strings if you need to go that far.
... View more
04-05-2024
11:22 AM
|
1
|
2
|
2159
|
|
POST
|
The Images folder referenced in the DAML is contained within the folder that contains the compiled Add-In. for example, if my GUID for the Add-In was {ae190f33-95f2-4249-ae7d-bcfa45a44e72} then I would store my add in at C:\my folder path\{ae190f33-95f2-4249-ae7d-bcfa45a44e72}\. The compiled Dlls for the add-in would be in the {ae190f33-95f2-4249-ae7d-bcfa45a44e72} folder and the png files would be in the .\Images folder..
... View more
04-05-2024
10:59 AM
|
0
|
0
|
3112
|
|
POST
|
the answer on how to add MGRS to Experience builder has not been posted, did you figure it out? If so please post the required steps. thank you
... View more
04-04-2024
01:28 PM
|
0
|
0
|
2176
|
|
POST
|
So what is the WKID required to add this to the Coordinate Widget in Experience builder?
... View more
04-04-2024
01:27 PM
|
0
|
0
|
2176
|
|
POST
|
ensure the license is selected, not just available on your server.
... View more
01-22-2024
10:14 AM
|
0
|
0
|
3033
|
|
POST
|
My solution was to change the widget to esri/widget/Measurement2D, which does not have the undesired behavior. I still would like to see how to set the activeTool programmatically.
... View more
12-20-2023
09:23 AM
|
0
|
1
|
1606
|
|
POST
|
I'm creating a new ArcGIS Maps SDK for JavaScript 4.28 web application and have been going through and adding each needed widget in sequence (and testing). However, after adding the Measurement widget the mouse now defaults to the measure tool. How do I change the mouse 'back' to the default (Arrow) icon used for panning-zooming? I only want the measure tool to be active after the user clicks the Measurement button. //add the measurement widget var measurement = new Measurement({ view: view, activeTool: "distance", linearUnit: "imperial" }); var bgExpand4 = new Expand({ expandIcon: "measure", view:view, content: measurement, label: "Measurement" } ); view.ui.add(bgExpand4, "top-right");
... View more
12-18-2023
04:12 PM
|
0
|
3
|
1748
|
|
POST
|
In response to question c) Is it possible to set a text in the printout, that has some "breaks" (like html-<br> or \n)? Yes, using the copyright property you can include any text, I use to add a disclamer as well as the copyright information. For example: templateOptions: { title: "WSDOT Monuments and NGS Stations", copyright: "DISCLAIMER: This map is for display purposes only and is not intended for any legal representation. WSDOT Monument Map Engine @ 2024"; northArrowEnabled: true, legendEnabled: true }
... View more
12-18-2023
03:59 PM
|
1
|
0
|
1841
|
|
POST
|
ArcGIS Desktop (a.k.a., ArcMap) and ArcGIS Pro has separate licensing.
... View more
11-17-2023
06:57 AM
|
0
|
0
|
2913
|
|
POST
|
In short you need to login to my.esri.com and create a provisioning file OR grab the EFL license codes and quantities. On your license manager server you would double click the provisioning file to install, if using EFLs start the LM and use the 'Configure' folder to manually enter the license information (remember to set the DROPDOWN to the desired software type).
... View more
11-17-2023
06:52 AM
|
0
|
0
|
1971
|
|
POST
|
Prior to ArcGIS Pro 3.2, you had to update the License Manager to the version released with Pro, e.g, 2022.0 was ArcGIS Pro 3.0 and 2022.1 was for ArcGIS Pro 3.1. For some reason, ArcGIS Pro 3.2 works with both LM 2022.1 and LM 2023.0.
... View more
11-17-2023
06:45 AM
|
0
|
1
|
3792
|
|
POST
|
For ArcGIS Pro 3.1 you will need License Manager to 2022.1
... View more
11-17-2023
06:42 AM
|
1
|
0
|
3797
|
|
POST
|
There are two registry options to consider, one is per machine and the other is per user. Per user is looked at FIRST, then if not found the per machine version of the key is looked at. These keys are at : HKEY_CURRENT_USER\SOFTWARE\ESRI\ArcGISPro\Licensing HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Licensing The value of the LICENSE_SERVER key looks like @my_ESRILIC;@MY_ESRILICBACKUP. Technically you can have a port number before the @ symbol, but in ArcGIS Pro this does not appear to be honored (unlike ArcMap where the port number is usually set between 27000 and 27009). Of note, the @ symbol is added automatically by ArcGIS Pro when you edit the License Manager names (or BACKUP name). This means you may end up with @@MY_ESRILIC in the registry when entering the LICENSE_SERVER name via the ArcGIS Pro License Settings page. When testing, recall that the connection test is done during ArcGIS Pro start-up, this means by the time you get to the Licensing screen the connection check is already completed. This means any changes made to the registry manually or via the ArcGIS Pro interface are not 'operational' until ArcGIS Pro is restarted.
... View more
11-17-2023
06:30 AM
|
0
|
0
|
2065
|
|
POST
|
Found HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Licensing\LICENSE_SERVER key, will give that a try.
... View more
11-13-2023
12:53 PM
|
0
|
1
|
2149
|
|
POST
|
In ArcGIS Desktop (a.k.a., ArcMap) you can setup a connection to a failover license server by using the ArcGIS Administrator application and setting the License Manager to: Port@MyPrimaryServer;Port@MyFailoverServer Or you can set HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ESRI\License10.8\LICENSE_SERVER key. In ArcGIS Pro licensing screen they have an option to setup a 'Backup' license server, this does not appear to work. Any hints on proper formatting for entering the server name for the backup? Is there a registry key that could be used?
... View more
11-13-2023
12:44 PM
|
0
|
2
|
2210
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 06-10-2026 08:40 AM | |
| 2 | a month ago | |
| 1 | 10-01-2025 09:00 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|