POST
|
Is it possible to move a FieldMaps project from AGOL to Portal? The ArcGIS Online Assistant doesn't seem to have an option for that. Thanks,
... View more
yesterday
|
0
|
0
|
25
|
POST
|
Well I open the same project from another PC, everything is good. So there must be something up with that PC I was trying it on. Thanks!
... View more
11-25-2024
07:36 AM
|
0
|
0
|
153
|
POST
|
Yeah, it seems kind of strange to output a table of object IDs, but not allow users to search for those object IDs using the Locate tool.
... View more
11-25-2024
07:34 AM
|
0
|
0
|
46
|
POST
|
Hi, I'm getting the following error when I try to open some ArcPro .NET projects. I've never had problems opening them in Visual Studio before. Would Windows updates be the cause of this??
... View more
11-21-2024
06:55 AM
|
0
|
2
|
198
|
POST
|
Yeah, joins in ArcMap/Pro are pretty sketchy. Get a DBA involved and do all the updates directly on the backend. If you have FME, that might be a good option too.
... View more
11-14-2024
11:41 AM
|
0
|
0
|
321
|
POST
|
I guess it depends on what you are doing....maybe give more details. You can always just do a selection, and update through the Attribute window if you are changing all features to the same thing....or use definition queries and break it down into chunks. If you have access to the backend, you can just fire an update query in SQL. That would be the fastest.
... View more
11-14-2024
11:23 AM
|
0
|
0
|
327
|
POST
|
Hi, So I am a member of a provincial association (not GIS related) and I'd like to create a map that we can use to show members locations, so we can better connect. I need it to be freely available without asking people to create an account on AGOL. Is this something I can even do with AGOL?? I rarely use AGOL. Basically I think I'd like the user to enter an address or location and put a pin on the map, with some information of their choosing. I don't need 100% accurate placement....most people probably wouldn't want that....just an approximate location. And with some basic 'branding' so that people know what the map is for. Thanks!
... View more
11-04-2024
10:00 AM
|
0
|
1
|
208
|
POST
|
Hi Steve, Yes, it was an easy fix. I just started looking at other settings and in the message it does mention something about v8 and v6, so I figured it must be talking about the installed .NET version. I guess IT must have pushed out some updates that they didn't tell anyone about.....go figure, eh!? 🙂 Thanks for responding.
... View more
09-05-2024
08:14 AM
|
1
|
0
|
926
|
POST
|
Hi, What is the fix for this error message in Visual Studio? I've recently upgraded to ArcGIS Pro 3.3.1, but this particular VS Project was created while I had 3.2 installed. This error comes up when I "Build" the project. "Error (active) CS1705 Assembly 'ArcGIS.Core' with identity 'ArcGIS.Core, Version=13.3.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86' uses 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime' with identity 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=......." This is my config.daml file: <?xml version="1.0" encoding="utf-8"?>
<ArcGIS defaultAssembly="ConnectionTools_ArcPro.dll" defaultNamespace="ConnectionTools_ArcPro" xmlns="http://schemas.esri.com/DADF/Registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.esri.com/DADF/Registry file:///C:/Program%20Files/ArcGIS/Pro/bin/ArcGIS.Desktop.Framework.xsd">
<AddInInfo id="{92017173-04f5-4aa1-9e25-bc96939ea535}" version="3.2" desktopVersion="3.2">
<Name>Service Connection Tools</Name>
<Description>Includes tools for: Hydrant, Effluent Hydrant, ICI, Residential, Firleine, CatchBasin, and Sewer Connection </Description>
<Image>Images\toilet_paper.png</Image>
<Author>Brian Bulla</Author>
<Company>Region of Durham</Company>....... Even if I update the version and desktopVersion to 3.3.1, I get the same error. I seem to have all the most recent extensions installed too, so not really sure how to fix this.
... View more
09-05-2024
07:54 AM
|
0
|
4
|
936
|
POST
|
This might be related to this, but my workflow to create these "STATE" issues seems to be a bit different. https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-2-drawing-alerts-returning-state-id/m-p/1349945#M75223 This is my workflow to generate the issue: 1. Add a new feature 2. Use a custom tool I have created that modifies some attributes of the selected feature from step #1. 3. Add the next new feature. At this point the feature is added, but just not visible on the display. If I pan the map around, all seems ok. 4. Save edits using the "Save" button on the edit tab. Again, all seems ok. 5. Pan the map again, and all sorts of "Drawing Errors" start showing up and features on the map start mysteriously (and randonly) dissapearing. 6. Close ArcPro and reopen. 7. When ArcPro opens, the feature created in step #3 is now visible. Can anyone help to figure out what the heck is going on? It seems like the only time this happens is when I run one our custom .NET tools during the editing. These tools have all worked flawlessly for years, and recently I migrated them from 2.9 to 3.2 using the guides from esri. In most cases, no code was changed....I just had to run the "update references" and "migrate" tools. Is anyone else seeing issues with custom editing tools in Pro 3.2?? Thanks,
... View more
06-26-2024
08:15 AM
|
0
|
0
|
273
|
POST
|
Hi @Wolf . Yes, I have tried that but to no avail. Whether I use just "3.2" or use the number that gets set by default during the migration process ("3.2.0.49743"), it doesn't seem to get detected by ArcGIS Pro. Is there anything else I should be looking for?
... View more
05-15-2024
11:03 AM
|
0
|
0
|
779
|
POST
|
Hi, Yes, the AddIn is in the folder...see the image below, along with all the other ones I have converted. It's just not showing up in ArcPro (all the other ones are showing up). In my Registry, things are looking a bit different than in your screenshot, but if the other AddIns are getting added, I'm not totally sure that this is really the issue. I think in ours you are using a custom location, where in mine I am just using the default location....I think that is why I do not see anything here. As for the Target Framework, everything looks good there. The Migration Tool upgraded it to .NET 6.0, so all looks to be good there. I have more tools to migrate, so I will try another one and see if I have this same issue.
... View more
05-13-2024
10:33 AM
|
0
|
0
|
815
|
POST
|
Hi, No, the GUID was not changed, and as for the version I have also tried it with just "3.2"....that has worked with all my other successful tools I migrated to 3.1 and then just updated the version to "3.2". This is the first 2.8 tool I've actually migrated to 3.2 (ie. not 3.1 and then 3.2). Is there maybe a glich with the conversion tools to 3.2??
... View more
05-13-2024
09:48 AM
|
0
|
0
|
828
|
POST
|
Hi, I'm converting tools from 2.8 and 3.1 to 3.2. The ones I have done from 3.1 to 3.2 have all worked fine. They were all originally at 2.8 and moved to 3.1, so I am fairly familiar with the migrate process. I am now converting the rest of our tools from 2.8 to 3.2 and this first one is giving me issues. I run all the usual migrate processes: update the references and the migrate the code. I check everything and then run the tool in debug mode. I get no errors, but in ArcPro I cannot see the tool....it's like it's not registered with the software. It is sitting in my "Add-Ins" folder. Here is my config.daml. Can anyone see any issues or know of something else I need to be looking for?? <?xml version="1.0" encoding="utf-8"?>
<ArcGIS defaultAssembly="ToFromTool_ArcPro.dll" defaultNamespace="ToFromTool_ArcPro" xmlns="http://schemas.esri.com/DADF/Registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.esri.com/DADF/Registry file:///C:/Program%20Files/ArcGIS/Pro/bin/ArcGIS.Desktop.Framework.xsd">
<AddInInfo id="{6b41516a-b426-4b2c-9881-fa4148328d3a}" version="3.2" desktopVersion="3.2.0.49743">
<Name>To-From Tool</Name>
<Description>Sets the To and From attribute for selected features.</Description>
<Image>Images\ToFrom.png</Image>
<Author>Brian Bulla</Author>
<Company>Region of Durham</Company>
<Date>May 13, 2024</Date>
<Subject>Framework</Subject>
<!-- Note subject can be one or more of these topics:
Content, Framework, Editing, Geodatabase, Geometry, Geoprocessing, Layouts, Map Authoring, Map Exploration -->
</AddInInfo>
<dependencies>
<dependency name="{9466cc69-3fce-4774-8134-d94377460abd}" />
<!-- id of "DSM_Toolbar_ArcPro" -->
</dependencies>
<modules>
<insertModule id="ToFromTool_ArcPro_Module" className="Module1" autoLoad="false" caption="Module1">
<!-- uncomment to have the control hosted on a separate tab-->
<tabs>
<!--<tab id="ToFromTool_ArcPro_Tab1" caption="New Tab">
<group refID="ToFromTool_ArcPro_Group1"/>
</tab>-->
</tabs>
<groups>
<!-- comment this out if you have no controls on the Addin tab to avoid
an empty group-->
<!--
<group id="ToFromTool_ArcPro_Group1" caption="Group 1" appearsOnAddInTab="true">
-->
<!-- host controls within groups -->
<!--
<button refID="ToFromTool_ArcPro_btnToFromTool" size="large" />-->
<!--</group>-->
</groups>
<controls>
<!-- add your controls here -->
<button id="ToFromTool_ArcPro_btnToFromTool" caption="To-From Tool" className="btnToFromTool" loadOnClick="true" smallImage="Images\ToFrom.png" largeImage="Images\ToFrom.png">
<tooltip heading="To-From Tool">Populates the UPSTREAM and DOWNSTREAM attributes for Water, Sanitary and Storm.<disabledText /></tooltip>
</button>
</controls>
</insertModule>
<updateModule refID="DSM_Toolbar_ArcPro_Module">
<groups>
<updateGroup refID="Editing_Tools_group">
<insertButton refID="ToFromTool_ArcPro_btnToFromTool"></insertButton>
</updateGroup>
</groups>
</updateModule>
</modules>
</ArcGIS>
... View more
05-13-2024
08:10 AM
|
0
|
6
|
890
|
POST
|
I have zero experience with Indoors, but aren't there templates you can use where you could create a bunch of "Level 3" features that automatically have that field set to "3"??
... View more
05-13-2024
07:06 AM
|
2
|
0
|
596
|
Title | Kudos | Posted |
---|---|---|
1 | 04-19-2018 05:53 AM | |
1 | 04-13-2018 10:07 AM | |
1 | 04-13-2018 10:04 AM | |
1 | 04-13-2018 05:56 AM | |
1 | 12-04-2020 11:08 AM |
Online Status |
Offline
|
Date Last Visited |
yesterday
|