|
POST
|
Great that's what I was looking for, I thought there was a way to do it without trying to get another license which was what I was running into when looking in the Toolbox for "LRS"...
... View more
07-10-2020
01:04 PM
|
1
|
0
|
1600
|
|
POST
|
I'm wanting to do what I used to be easily able to do in ArcMap and that's add in an LRS Event table that we have on SDE and then display those events on our LRS. In ArcMap all I had to do was add in our LRS (Add Data --> Add Database Connection --> Then add our LRS). Next was to then add the Event table we wanted to display on the LRS (Add Data --> Add Database Connection --> Add LRS Event Table). The in ArcMap I could see the LRS layer and then the Event Table I added and all I then needed to do was right-click on the Event Table and select the "Display Route Events" and fill in the fields I needed and now my data is displayed on the map. In ArcGIS Pro it seems this method is not how things are done anymore and trying to research I'm not finding a simple way to do this (I could just not be looking in the right spot). How can I do this type of thing using ArcGIS Pro now? Thanks
... View more
07-09-2020
01:08 PM
|
0
|
2
|
1651
|
|
POST
|
In ARCmap, if I recall while in editing mode, in the Attribute table one could do a "Search & Replace" for a specific text you may have in a field using the standard Ctrl-H. In Arcmap Pro, that doesn't seem to work at all anymore and the way to supposedly do it is to hit the 3 Bars in the top right of the Attribute Table and select the "Find & Replace". Not sure why, but mine is grayed out and wondering why that is? I think you can do it in the Calculate Field under the Code Block, but I keep coming up with a "WARNING 002858: Certain rows set to NULL due to error while evaluating python expression: File "<string>", line 3, in replace" error using something simple like this. NAME = replace (!NAME!) Code Block import re def replace(val): return re.sub ( 'TEXT A', 'text b', val) I also looked at causes for this and none of these seem to apply from the (Fundamentals of field calculations—ArcGIS Pro | Documentation ) of why the Ctrl-F or Ctrl-H doesn't work. The field I have is a text field I can individually edit manually or use Calculate Field to change the data as a whole. It's not joined, or anything other than just a text field: A field that is managed by ArcGIS cannot be edited manually. Consequently, you cannot calculate field values for the ObjectID (OID or FID) field or the Shape_Length and Shape_Area fields for a geodatabase feature class. The table's data source is read-only, write access can't be established to the folder or geodatabase, or the data source is in a format that can't normally be modified. The field belongs to a table that has been joined to your table. You can only calculate values for fields in the origin table. The field may be a raster, BLOB, or Global ID type, which cannot be calculated.
... View more
06-30-2020
01:13 PM
|
0
|
0
|
1599
|
|
POST
|
Yes thanks Joshua and Kory for getting this sent to the correct people. I wasn't sure it was a bug or not, so I didn't want to post it in the Bug forum...
... View more
06-23-2020
09:30 AM
|
0
|
0
|
1623
|
|
POST
|
I have a query: FAC_TYPE IN ('SHARED LANE', 'PAVED SHOULDER', 'BICYCLE LANE', 'SEPARATED BICYCLE LANE', 'BICYCLE BOULEVARD') And (NAME = '' Or NAME IS NULL) And UPDATED = 'YES' (sorry I can't figure out, using the Syntax Highlighter, how to change the bold or color of the part I want highlighted) The important part is I not only have NULL values, but blank ones that are only found using the NAME = ''. The issue is if I cut and past my code into the SQL it works fine, however if I save this query for future use and re-load it, the '' is removed each time (NAME = ) and the query fails until I manually have to add the quotes back in. Here's what it looks like when loading it back up: FAC_TYPE IN ('SHARED LANE', 'PAVED SHOULDER', 'BICYCLE LANE', 'SEPARATED BICYCLE LANE', 'BICYCLE BOULEVARD') And (NAME = Or NAME IS NULL) And UPDATED = 'YES' Where NAME = shows up with out the ''. Anyway to fix this when saving queries or is this just a bug?
... View more
06-23-2020
06:30 AM
|
0
|
3
|
1675
|
|
POST
|
Yes I noticed some other threads about people having different situations with the Labels (such as them not showing up) and this seems like there is an issue with labels in general when importing symbology then. The link you mentioned above is pretty much the same. I live to have the label properties imported which they do, but with the functionality of being able to change them. So good to know it's already been reported as an issue (or feature that wasn't implemented) into Pro yet. Thanks for the reply. In the meantime, I'll have to re-import the layer and manually re-symbolize everything and then add the new addition I want to the labels which the original layer didn't have...
... View more
05-21-2020
08:26 AM
|
1
|
0
|
1360
|
|
POST
|
I had to create a new layer from the source destination and instead of re-doing the symbology from scratch, I just imported the symbology to the new layer and got rid of the old one. This worked fine until I realized, I can no longer change the label for that layer anymore. It still keeps the original labels regardless how I edit or change the Label Properties. It's just hard coded regardless of what I do it seems. If I change one of the symbols though, it changes it to whatever I want, so it's just the labels that are somehow locked. This means not only the expression, but also the Symbols appearance that I can't change. If I do change it, it still saves it in the Label Properties, but it will still only display the older imported label style. Anyway of unlocking it so I can change the Labels? Or is this a bug with importing symbology?
... View more
05-21-2020
08:12 AM
|
0
|
2
|
1417
|
|
POST
|
Hey Scott, It's pretty much all in this thread that someone else had created (https://community.esri.com/thread/228518-why-is-arcgis-pro-so-slow ), but yeah if I ever get back in the office, I'll contact you on that issue as well which I've had since day 1...
... View more
04-24-2020
05:37 AM
|
1
|
0
|
2438
|
|
POST
|
Scott, Just using Spalshtop to remote login to my work computer. Think everyone teleworking across the globe is the big cause. It's new software for us so hard to tell what it's like when we aren't all in lockdown. As for Pro, it's always been very laggy when working even at work while editing. Though this of course, as the forums here go is a pretty standard issue a lot of people are having. Especially in editing as many have mentioned where Splitting, Attribute transfer, modifying linework, etc, is just a lot slower than ArcMap was. That slow delay I think is the reason things may not seem to work when they actually might as in this situation...
... View more
04-22-2020
01:30 PM
|
0
|
2
|
2438
|
|
POST
|
Hey Scott, See that's what I had been doing and found it doesn't always work. Lately it hasn't been working at all for me, but I just tried it slowly. I think there's a lag issue in Pro and when I clicked on features too fast, it's not doing it. In ArcMap I never had any lag issues with editing as I do in Pro, so I just tested it out and seems if I do it very slowly, it works as you stated, but if I do it fast, it often doesn't work. I'll just have to keep that in mind then. It also may have gotten worse recently due to working from home and having lag just teleworking on top of just Pro's normal editing lag as well. Thanks for clearing it up and letting me know that feature isn't broken then at least. I do like the old leader lines that ArcMap had as it Made it easier to know if I actually selected the feature or missed it by a little bit...
... View more
04-22-2020
12:19 PM
|
1
|
4
|
2438
|
|
POST
|
In ArcMap you could easily transfer specified attributes from a polyline to multiple other polylines by I think it was holding down the Ctrl or Shift key. It would then give you a leader line that you could use to select multiple polylines to all update in one shot. In Pro, I don't see that ability at all. The strange thing was, a few months ago, holding down the Shift or maybe Ctrl would copy to multiple polylines if you selected them very quickly, but now that's not even working for me. Instead I'm having to continually click on the source polyline, then to the first polyline I want the attribute, reselct the tool, reselect the parent polyline, select the next polyline, etc. This is a giant pain to do. Is there something I'm missing that allows selecting multiple polylines to transfer attributes to? (I know there have been past posts about points and polygons not being supported yet with the Attribute Transfer, so maybe this functionality is something that hasn't been implemented at all yet?)
... View more
04-22-2020
09:06 AM
|
0
|
6
|
2514
|
|
POST
|
I actually tried all the keys myself as an old post for ArcMap suggested the "g" helped, but others weren't so lucky. Either way, no key seemed to work, nor did unplugging my keyboard and plugging it back in...
... View more
03-13-2020
09:16 AM
|
0
|
0
|
3918
|
|
POST
|
I had originally asked this last year and never got any help. The issue just suddenly started happening again today and it's been like this all day long. Simply the issue is when I'm editing, I switch between selecting by rectangle and Edit Verticies and then out of nowhere, the cursor switches to the Explore tool and nothing I do in Pro can get me out of that mode. I can't select anything anymore using the rectangle or any other shape, I can't use the measure tool and many other things. The Z, X, C buttons work, but that's about it. Not using the Webroot anti-virus software as was discussed in one of ESRI's bug reports and the only thing I've found as a temporary release is to restart the computer each time, which as you can tell is a giant pain. As mentioned, I haven't had this become a problem for quite a long while other than random occurrences which got fixed by the reboot, but all of a sudden today, it's just constantly locking up... Original Thread: Stuck on Explore Tool While Editing
... View more
03-13-2020
08:51 AM
|
3
|
4
|
3992
|
|
POST
|
Hey Scott, I was just working on this again right now, because I wanted to know if it was caused by having split polylines that are the same feature, but not physically touching each other and I get the same thing as with non split features. I have a small test file and again I can reshape a polyline just fine, and then I just kept reshaping it until the issue occurs. You may not see the small features created at the start, so just show the entire features extent after reshaping and be sure the nodes are visible. I can modify the same polyilne a few times without the issue and then suddenly the problem pops up, seemingly random, but I think there just has to be something triggering it that isn't just a random thing. I have a small shapefile I can send to you, but don't think I can send it through here... Pete
... View more
03-11-2020
03:10 PM
|
0
|
1
|
4446
|
|
POST
|
Hey Scott, 1. The polylines are stored on our SDE, but the issue also happens with just regular Shapefiles as well that are either stored locally (as in my test) or on other drives. 2. The Coordinate system I've experienced is in both State Plane and GCS Nad 1983. 3. To clarify this happens when I reshape a polyline and I add in curves. The original line may or may not have any curves. It also seems, but am not 100% that it happens only when I'm reshaping the entire polyline, and not just a part of it. 4. I don't have any screen shots, but step by step would simply be have a polyline (doesn't mater if it has curves or not), then use the Reshape tool and reshape the entire polyline from start node to end node and add in Arc Segments as well as lines. As I said, it happens randomly and in my testing it didn't always create these issues, but I'm pretty sure somehow the arcs are somehow being looped around in a giant circle somehow in my actual project, however the test one, seems to create small circles as shown in image3_test2.jpg above...
... View more
03-11-2020
10:42 AM
|
1
|
3
|
4446
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 12-05-2025 05:54 AM | |
| 2 | 12-11-2025 10:19 AM | |
| 2 | 12-11-2025 12:39 PM | |
| 2 | 12-04-2025 01:12 PM | |
| 6 | 11-17-2025 08:42 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-12-2026
07:12 AM
|