|
POST
|
Great. Thanks Dan. Things seem to be working better. Hopefully you can help with another question. After my data processed, my 'mesh' product looks amazing, but there seems to be a 'ghosted version' of it floating on top. Do you know what might be going on here? Sorry for all the questions. I'm still new to Drone2Map.
... View more
03-08-2021
12:49 PM
|
0
|
0
|
2281
|
|
POST
|
Hi, After processing my drone imagery, it looks like all of my data is sitting in a big hole. Is there some setting I need to adjust so things sit properly??
... View more
03-08-2021
06:38 AM
|
0
|
4
|
2352
|
|
POST
|
Hi, I add the Locate tool to my custom toolbar with the following code, but when it adds it, the pull down menu with "Seach", "Layer Search", and "Address Inspector" is missing. How do I get that to show up too?? <insertButton refID="esri_mapping_showLocateDockPane"></insertButton> Thanks,
... View more
02-26-2021
12:47 PM
|
0
|
3
|
2132
|
|
POST
|
Hi, I've got an LAS file that works fine in ArcGIS Pro, but in ArcMap 10.4 (with 3D Analyst extension enabled) I cannot even see the dataset in Catalog to add it as a layer. Neither ArcMap nor ArcScene can see this LAS file. Any ideas what I am doing wrong?? Thanks,
... View more
02-25-2021
05:33 AM
|
0
|
2
|
1710
|
|
POST
|
Hi Josh. Creating my Dimension Class using NAD 1983 BLM Zone 17N (US Feet) seems to be working in my map which is in Zone 17N (m). Thanks!
... View more
02-22-2021
08:09 AM
|
1
|
0
|
3304
|
|
POST
|
Hi, It's on the actual dimension feature that I create. Here is an example. I'd like to see this in FT, not M.
... View more
02-22-2021
06:58 AM
|
0
|
1
|
3335
|
|
POST
|
Hi, I have created a Dimension Feature Class, and when I created it I choose to show units in "Feet". But...when I create new dimension features, it always shows them in "Meters". My map units are in Meters. Is that the problem?? Is there a way to show dimensions in feet when the map units are in meters?? Thanks,
... View more
02-22-2021
06:40 AM
|
0
|
4
|
3340
|
|
POST
|
Thanks Marco. I actually just figured this out too. Since the FACILITYID is coming from two different 'tables' I just needed to specify ALL_WR_Table.FACILITYID (as well as all the other fields). Yes, I now realize that using an alias would be more helpful too!! 🙂 Thanks for the help!
... View more
02-19-2021
12:56 PM
|
0
|
0
|
1589
|
|
POST
|
Hi, I am trying to create a new Query Layer based on the following SQL Query. In MS Access this query works, but in ArcMap I get an error about a duplicate field name. Can anyone suggest a work-around for this?? Here is my query: SELECT * from (SELECT GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.* FROM GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION WHERE (((GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.DATEWORK) Is Null) AND ((GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.HYDRANT_OPERATION)<>'OK')) OR (((GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.DATEWORK) Is Null) AND ((GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.OPERATING_NUT)<>'OK')) OR (((GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.DATEWORK) Is Null) AND ((GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.NOZZLE_CAPS)<>'OK')) OR (((GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.DATEWORK) Is Null) AND ((GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.FLANGES)<>'OK')) OR (((GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.DATEWORK) Is Null) AND ((GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.WATER_IN_BARREL)='True'))) ALL_WR_Table INNER JOIN (SELECT Max(GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.INSP_DATE) AS MaxOfINSP_DATE, GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.FACILITYID FROM GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION GROUP BY GISWRKS1.works.INSPECTIONS_HYDRANT_INSPECTION.FACILITYID) MOST_RECENT_Table ON (ALL_WR_Table.FACILITYID=MOST_RECENT_Table.FACILITYID) AND (ALL_WR_Table.INSP_DATE =MOST_RECENT_Table.MaxOfINSP_DATE) And here is the error message:
... View more
02-19-2021
10:19 AM
|
0
|
2
|
1661
|
|
POST
|
Hi, Is it possible to modify the double-click behavior in the Attribute Table from "Zoom to feature" to "Pan to Feature"? It's super annoying that it just keeps zooming closer and closer as you click on more features. Yes, I know....."right-click, Pan to"....but that is too much clicking. Double-click is much easier. Thanks,
... View more
01-15-2021
11:11 AM
|
0
|
2
|
1866
|
|
POST
|
Hi @Anonymous User Sorry for the delay getting back to you. Yes, going back to ArcObjects projects is definitely a huge PITA, but unfortuntely I have to travel that road from time to time. Even with the help you gave me above, I am having a hard time getting things to work in a regular Extension. I can get the Editor Extension to work, but then of course it is always "ON", which is not ideal but I'm going to run with it for now. Most likely I'll be back here in a few weeks with some questions and hopefully a clear mind to think this through a bit better. Happy Holidays!!
... View more
12-29-2020
11:07 AM
|
1
|
0
|
1820
|
|
POST
|
OK, so as a follow up to my workaround above, this is not an ideal solution. Apparantly the _OnStartEditing event fires many times during an edit session. It fires: 1. when you first click the Start Editing button 2. when you click on Save Edits 3. when you Reconcile/Post your edits Probably other times too, so my Message Box from the solution above keeps displaying to the user. So I guess back to my original questions, can anyone suggest a way to toggle on/off an editor extensions? Or get a regular extension that displays in the Extensions Window to actually toggle off when you uncheck the checkbox?? Thanks,
... View more
12-15-2020
11:08 AM
|
0
|
1
|
1877
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2026 08:54 AM | |
| 2 | 08-18-2023 08:57 AM | |
| 1 | 04-19-2018 05:53 AM | |
| 1 | 04-13-2018 10:07 AM | |
| 1 | 04-13-2018 10:04 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-14-2026
08:53 AM
|