Commit aae30f8
respect classBreaks minValue and lastClassMaxValue in WHERE clauses
ArcGIS classBreaks renderers with no defaultSymbol don't render
features outside the minValue..lastClassMaxValue range. The split
layer WHERE clauses now bound the first group at minValue and cap
the last group at lastClassMaxValue to match this behavior.
For PlowPHL Treated Street Status (minValue=35):
- Before: symbol <= 360 / symbol > 360
- After: symbol >= 35 AND symbol <= 360 / symbol > 360 AND symbol <= 25000
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ea4f97f commit aae30f8
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
| 683 | + | |
683 | 684 | | |
684 | | - | |
685 | | - | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
686 | 691 | | |
687 | 692 | | |
| 693 | + | |
688 | 694 | | |
689 | 695 | | |
690 | 696 | | |
| |||
0 commit comments