|
IDEA
|
Thank you for updated the documentation. I would say that our issue was not a 'one-off', we have over 1800 machines in our environment with ArcGIS Pro and ArcGIS Desktop and it took several days to track down the correct version of .Net 6 to install.
... View more
05-08-2024
08:38 AM
|
0
|
0
|
7147
|
|
POST
|
After cleaning up your DAML to remove references to the unneeded buttons, you also need to update the build date for the Add-In. ArcGIS Pro will only reload an Add-In if the AddInfo <date> xml tag contains a date that is Newer than the version currently cached on the computer. <AddInInfo id="{43ea84e4-7b44-4d76-80ba-44095ba768b4}" version="1.0" desktopVersion="3.0.0.34794"> <Name>ConfigWithMap</Name> <Description>ConfigWithMap description</Description> <Image>Images\AddinDesktop32.png</Image> <Author>ArcGIS Pro SDK Team, [email protected]</Author> <Company>My Companies Name Here</Company> <Date>11/7/2016 10:32:40 AM, 2016</Date> <Subject>Configuation</Subject> </AddInInfo>
... View more
05-02-2024
12:53 PM
|
0
|
0
|
2572
|
|
POST
|
If you found a repeatable inconsistency, I would encourage you to place a bug report with Esri. That is the only way to get this addressed. The bug is either in the help documents for the LayerDocument(graphicLayer) object OR an unexplained behavior in the CIMLayerDocument object.
... View more
04-24-2024
09:03 AM
|
0
|
0
|
1600
|
|
POST
|
My Add-ins show unique Icons in ArcGIS Pro Add-Manager screen. The image must be available to the Add-In when run on the client's computer. Yes in File Manager they will look like regular files (based on Windows defaults).
... View more
04-05-2024
03:11 PM
|
1
|
0
|
3102
|
|
POST
|
Which lead to the web.config route were the string would be saved in a XML file vs. the settings area in Visual Studio. This would allow you to edit the connection string without recompiling...but remember that ArcGIS Pro only (re)downloads an Add-In if the DAML is updated with a new creation date. Thus even if you changed the XML you could not guarantee that the Add-In would actually read the new file on startup (unless you have the configuration file on a separate well known location that you do a traditional file read from). However, this solution actually would be less secure since all end users would need read access to the 'well known location').
... View more
04-05-2024
11:41 AM
|
1
|
0
|
2206
|
|
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
|
2213
|
|
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
|
3209
|
|
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
|
2226
|
|
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
|
2226
|
|
POST
|
ensure the license is selected, not just available on your server.
... View more
01-22-2024
10:14 AM
|
0
|
0
|
3092
|
|
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
|
1650
|
|
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
|
1792
|
|
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
|
1882
|
|
POST
|
ArcGIS Desktop (a.k.a., ArcMap) and ArcGIS Pro has separate licensing.
... View more
11-17-2023
06:57 AM
|
0
|
0
|
3014
|
|
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
|
2032
|
| Title | Kudos | Posted |
|---|---|---|
| 8 | 3 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 06-17-2026 08:21 AM | |
| 1 | 06-15-2026 08:41 AM | |
| 1 | 06-10-2026 08:40 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|