POST
|
Thanks, Ken. At first I thought you were suggesting combining mine with yours, which seemed redundant, then I figured out your "when" block was all it really needed. Since no "other" is required here (and I like having variables), I finally went with this: var Temp = $feature.TmaxC var Cold = when(Temp < 5, "Freezing", Temp < 10 , "Near Freezing","") return Cold
... View more
11-02-2020
11:38 AM
|
0
|
0
|
153
|
POST
|
Thank you, David! New at this, so the simple idea of "when" never entered my mind. Learning in baby steps.
... View more
11-02-2020
11:22 AM
|
1
|
0
|
153
|
POST
|
Hello - I can't see why this expression for a temperature layer won't work. It's addressing a Field (" $feature.TmaxC") listing temperature attributes in 5-degree increments from -50 degrees to 30 degrees. var Cold = ($feature.TmaxC < 10) var Freeze = iif(Cold < 5, "Freezing", "Near Freezing") return Freeze My goal is to limit what's shown to freezing polygons surrounded by near-freezing polygons, and hide any temperatures greater than 10(or 9.9) degrees. What I THINK it's saying is: "Cold" is only everything in $feature.TmaxC that's below 10 degrees. "Freeze" is everything in Cold that's less than 5 degrees (so, 0 on down to -50), and we'll call that "Freezing". What's left (anywhere it's 5 degrees) is called "Near Freezing". Now show me the two categories of Freeze. The result in my map is that the entire planet is one category - freezing. Thanks for any help!
... View more
10-30-2020
02:14 PM
|
0
|
4
|
329
|
POST
|
Hi guys - I'm also trying to do the exact same thing. Can I get in on this? Thanks, Johnny
... View more
07-25-2019
08:25 AM
|
0
|
0
|
292
|
POST
|
Thanks, James. I don't see "Auto Display". I'm on 10.5.1, do you think it's the same as "Auto Adjust" in the Georeferencing dropdown? It's the only toggleable option. John on 10.5.1
... View more
04-10-2019
10:48 AM
|
0
|
0
|
127
|
POST
|
Thanks Rick. I'll give that a try. I generally default to the fewest points possible since my work doesn't require that level of accuracy, so often two is enough. John on 10.5.1
... View more
02-27-2019
08:08 AM
|
0
|
0
|
127
|
POST
|
Rick, had you always set at least three points? That is, did you used to set at least three back when you were still cursed with this problem? John on 10.5.1
... View more
02-26-2019
02:18 PM
|
0
|
2
|
127
|
POST
|
Hello All - I've got a dynamic scale bar in a map book of data-driven pages. The scale bar is positioned right-justified over the data frame with its bottom-right Anchor Point selected in Properties > Size and Position tab > Position field. After I step through a few data-driven pages the scale bar will begin to drift to the right, further with every page. In the example below, the right side of the scale bar was originally vertically aligned with the scale-text box above it. As I backtrack through those same pages it continues its rightward drift. The scale bar will eventually walk off the page. This doesn't happen when it is left-justified. Is my ArcMap haunted? - John on 10.5.1
... View more
02-19-2019
02:02 PM
|
0
|
1
|
282
|
POST
|
Thanks Joe - I'll try your configuration reset, but without Admin access I'll have to submit an IT ticket, so don't hold your breath... We've got a few hundred MXDs 5 to 7 folders deep on this server, and this happens on all of them regardless of their complexity. I analyzed my current map which notified me that 61 layers "draw at all scale ranges" (shouldn't be a problem...?), but 11 layers have "different projections than the data frame" (I believe that's only nominally), and 1 "layer's data source doesn't have a spatial index". I suppose those last two might create problems, but if the fix is to open and correct a few hundred maps I might just choose to accept the resulting second double-click. Oh, and perhaps another hint: The spinning delay doesn't actually require a double-click, a single click on an MXD creates the same result.
... View more
02-19-2019
12:01 PM
|
0
|
0
|
24
|
POST
|
Hi Dan (WOW, that was fast!) - PDFs and all other docs open fine. We're only experiencing this with MXDs which are all stored on a server, as are the PDFs. Is the server the culprit?
... View more
02-19-2019
11:09 AM
|
0
|
1
|
24
|
Online Status |
Offline
|
Date Last Visited |
02-16-2021
02:39 PM
|