|
POST
|
The database is a sql database and the format of that filed is numeric 14 characters and no decimal. See below. Every table that is in this database uses the same format for parcel number. I never once had an issue with this in ArcMap. Even though I used double for the field type in the spatial databases, they always respected the format of no decimal point. A better question that I have is "Why would the parcel dataset EVER need to add digits behind the decimal point? Thanks for all of this help. I really do like the parcel fabric, and ArcGIS Pro, but I am always running into little "gotchas" like this that just cannot be explained.
... View more
09-28-2020
01:03 PM
|
0
|
0
|
9794
|
|
POST
|
Yes. I have to be able to link to a database that uses this format, which is exactly the reason why it is a problem when you start adding digits behind the decimal point.
... View more
09-28-2020
12:30 PM
|
0
|
2
|
9794
|
|
POST
|
Thanks Xander. I understand now, but I would then need to find a different way to handle the problem I was trying to solve. For some reason when I am storing 50290115605026 in the double field, ArcGIS Pro is adding extra digits behind the decimal point. See below: How do I tell the database that I need to store only whole numbers that are larger than a "long" integer?
... View more
09-28-2020
12:25 PM
|
0
|
0
|
9794
|
|
POST
|
OK.; This is exactly what I was trying to do. It must be something else going on. Here are some screen shots: What I am trying to do: Table structure: Error messages:
... View more
09-28-2020
10:56 AM
|
0
|
2
|
9794
|
|
POST
|
I am trying to do something that is probably simple, but in reviewing the Arcade functions, I didn't find the one that will do this. I created a new field as an integer, and I now want to move contents of another field into it using calculate field. The other field is a double field type (even though all should be whole numbers).
... View more
09-28-2020
09:03 AM
|
0
|
19
|
13391
|
|
POST
|
I am moving workflows over to ArcGIS Pro and some require the usage of attribute rules. I like the functionality, but I am very new to arcade. So, here is my latest challenge. I have a point feature that has X and Y columns for coordinates of the point. The feature is in North Dakota State Plane South, and if I use the code "return Geometry($feature).X" it will return the x coordinate in state plane feet. I want to auto populate with longitude. Suggestions?
... View more
09-22-2020
08:49 AM
|
0
|
1
|
2000
|
|
IDEA
|
In the traverse tool, which I use a lot, you click "enter" to move from field to field while entering the cogo. When I am drawing outside the traverse tool and want to enter a curve, I right click and select "circular arc." When entering the parameters, I always accidentally use the "enter" button to move between the fields, like we do in the traverse function, and it ends my entry. I have to delete and try again. I wish there was an option to allow "enter" to be used to move through the three fields in the entry and after the third, it could commit the entry (sort of like the on screen constraints work for straight line segments).
... View more
07-14-2020
12:40 PM
|
8
|
1
|
1419
|
|
POST
|
OK. I guess my usage is not typical. When I brought over the old fabric, I brought over whole areas that just need to be redone. So I deleted them assuming the points would go with, and then redrew them. now I zoom in and there are a lot of points from the old stuff that make everything "not so clean."
... View more
06-08-2020
06:00 AM
|
0
|
1
|
1791
|
|
POST
|
Hello all. I am using the new Parcel Fabric in Pro, and am noticing a growing number of orphaned points. I know there were tools in the ArcMap based fabric to find and delete them, but I can't seem to find a tool like this in the new fabric. Can anyone point me in the right direction?
... View more
06-04-2020
09:14 AM
|
0
|
3
|
1886
|
|
POST
|
I just found, what I believe to be, a glitch in the fabric. I am wondering if anyone else has experienced similar problems. Here is the glitch: After joining a table, I get strange errors when editing. Using the clip function, I get an error that the line must pass through the feature in two places, when it was passing through it correctly. Remove the join and try the same edit, and it works just fine. When rotating or moving a parcel, everything looks fine, until I click finish and it would then the parcel moves right back, but I get an indication that it was successful in the edit pane. This is demonstrated in the video (below):
... View more
11-08-2019
11:22 AM
|
1
|
2
|
1647
|
|
POST
|
Amazingly enough, I stumbled into a solution. In the past, I had attempted to delete all lines and build the fabric and hoped it would attribute the record field. That did not work. I tried multiple times. So, I decided to try it differently. I delete all parcel lines that were not associated with a record. I selected all parcels that were associated with a specific record. I made that record active, and I then built the fabric, thinking that it would build just the highlighted records. It did build the highlighted records and attribute them with the appropriate record. But it also built the rest of the fabric. It associated all of those with the appropriate record as well. So, problem solved.
... View more
11-01-2019
06:18 AM
|
0
|
1
|
2867
|
|
POST
|
Yes. I ran a build and it had no effect. It would build lines, but not relate them to the record for the parcels.
... View more
10-29-2019
08:20 AM
|
0
|
3
|
2867
|
|
POST
|
I ran the "Create parcel record" tool and associated the parcels with the township from attribute table, and this solved the problem for the parcels themselves. This did not, however, add the parcel lines to the record. So I still have almost 100,000 errors for the lines not being associated with a record. Any ideas how to attach them? I figured out how to fix it manually, but it is way too many to go through like that.
... View more
10-28-2019
07:58 AM
|
0
|
5
|
2867
|
|
POST
|
I am working in pro and trying to design a symbology for my own basemaps. My road layer has a field called "ZORDER" for the purpose of modeling roads. If roads meet and one road is supposed to pass under the other, it will be given a lower value in the ZORDER field. I assume the answer is in symbol layers, but it only gives options in relation to the drawn symbology, not another field. In the example shown below, The orange lines should pass below the yellow lines, but at another intersection it may be reversed. As you can see in the drawing, some went over and some under, seemingly randomly. Any ideas how I can do this?
... View more
10-01-2019
11:38 AM
|
0
|
0
|
648
|
|
POST
|
We do connect to our assessors database and tax databases, but it is kind of a "convoluted" process and would not work for this purpose. I think I will have to just make a dummy record for the purposes of cleanup work and then later deleting the dummy records and except in topology. Do you see any downside to this approach?
... View more
09-27-2019
08:02 AM
|
0
|
1
|
2867
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-17-2025 09:23 AM | |
| 6 | 08-21-2025 06:58 AM | |
| 1 | 12-09-2021 06:38 AM | |
| 1 | 08-23-2024 02:11 PM | |
| 1 | 08-23-2024 07:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-13-2026
02:57 PM
|