claudiof2023
Results
2
comments of
claudiof2023
Hi Pascal, Sure, the code is as follows: public void Navigate2(decimal east, decimal north) { this.SetCenter(east, north); int pos1 = this.url.IndexOf("¢er="); if (pos1 > 0) { int pos2 = this.url.IndexOf("&",...
Thanks for the hint on the position of center, but it’s handled ok and is not the cause. Thanks for looking into the problem. I’ll come back to you if...