* highlightEdits * set/get whether to show edited features in a special style
()
| 946 | * set/get whether to show edited features in a special style |
| 947 | */ |
| 948 | get highlightEdits() { |
| 949 | return this._highlightEdits; |
| 950 | } |
| 951 | set highlightEdits(val) { |
| 952 | if (this._highlightEdits === val) return; // no change |
| 953 |
nothing calls this directly
no test coverage detected