|
POST
|
I have a survey where the user is reporting inches of rain at a construction site after a rain event. if the user puts in .75 it rounds up to .8 when the survey is sent. In Pro the attribute is set to Double with a precision of 7 and a scale of 1 Is it the scale that is causing the rounding. In the survey form the binding field is empty
... View more
05-22-2024
07:06 AM
|
0
|
2
|
1294
|
|
POST
|
the most accurate way to create new addresses would be to have your centerlines properly ranges from FromLeft ToLeft FromRight ToRight and then create a tool that measures what percentage down the line you are from the start point. I cannot help you with a tool like that as the one I did was in MapInfo back in 1997. You can use Reverse Geocode tool in Pro to do it. A key factor with 911 addresses is that the point the address is based on should be where the driveway leaves the road, just like in your image.
... View more
05-15-2024
06:38 AM
|
0
|
1
|
2045
|
|
POST
|
Where are the addresses your showing in the graphic come from?
... View more
05-15-2024
04:24 AM
|
0
|
1
|
2054
|
|
POST
|
the integrated graphics chip set is very likely the cause cause of your issue. Typically found in laptops. Honestly these are more intended for things like email and social media and office software like word or excel You can try clearing your browser history and set up cache for your gis
... View more
05-14-2024
04:26 AM
|
0
|
2
|
2550
|
|
POST
|
good info I will have to check my settings. Have not imported a csv since I upgraded
... View more
05-13-2024
11:18 AM
|
0
|
0
|
3250
|
|
POST
|
sounds like an insufficient hardware issue. what is your hardware and are you on your SSD or via a network.
... View more
05-13-2024
11:13 AM
|
0
|
4
|
2595
|
|
POST
|
because people often have a bad habit of no capitalizing the first letter if it needs to be capitalized
... View more
05-13-2024
11:08 AM
|
0
|
0
|
1004
|
|
POST
|
do a spatial join of the parcels to the points. update the address attribute in the parcels with the address field in the points. You may have to export the joined result to a few feature class, bring it back in and join again with an attribute join
... View more
05-13-2024
11:05 AM
|
0
|
0
|
2069
|
|
POST
|
try this site http://goleaddog.com/gis-map/middle-east/pakistan/
... View more
05-13-2024
11:00 AM
|
1
|
1
|
1093
|
|
POST
|
most likely a hardware issue. And if it is it can be compounded by having a number of other applications running at the same time.
... View more
05-13-2024
10:57 AM
|
0
|
0
|
3908
|
|
POST
|
Create a feature class that has all of the attributes in it. then use data loader and load the points. Or copy and paste from original to the new one. OR, decide which Point feature to modify. Open Data Design> Fields for both feature classes. Copy all of the attributes from one (other than things like object id, global id etc) and paste them in the the keeper class. Remove the attributes which may be duplicated and save. then copy and paste into the keeper feature
... View more
05-13-2024
10:51 AM
|
1
|
1
|
6250
|
|
POST
|
it means you have an integer field that is way to long. Create a table and use the .csv to fill in the attribute names. Change the integer field to a string with a length of 255. Make sure none of the field has a length of 8000. All need to be 255 or less then load it using Load Data
... View more
05-13-2024
10:48 AM
|
0
|
1
|
3263
|
|
POST
|
I would like to be able to specify the fill colors for features using Arcade Scripting For example I use this script to change color for labels var name = $feature.NAME var scada = $feature.SCADA var nopen = IIF($feature.NORMALP == 0, " ' ", "") var ascheme = iif($feature.ASCHEME >"","<CLR green = '255'>" + $feature.ASCHEME + "</CLR>","") if(scada == 0){return name + nopen + ascheme;} if(scada == 5){return name + "<CLR green = '255'>" + " * " + "</CLR>"+ nopen + ascheme;} I would like to use a similar procedure to specify the fill and outline color for symbols In labels we can use things like BDG
... View more
05-13-2024
09:26 AM
|
0
|
0
|
560
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 01-27-2023 07:28 AM | |
| 1 | 05-05-2026 06:56 AM | |
| 1 | 02-26-2020 07:13 AM | |
| 1 | 11-04-2019 09:14 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|