When I cut down Maurizio's Italy basemap to just 6 points it works fine with a simple master.
+----+
| id |
|----|
1. | 1 |
2. | 2 |
3. | 3 |
+----+
+-----------------------------+
| _ID _X _Y |
|-----------------------------|
1. | 1 . . |
2. | 1 454919.74 4399911.4 |
3. | 1 454936.49 4402763.1 |
4. | 1 451735.05 4379968.2 |
5. | 1 451842.11 4397078.2 |
6. | 1 454919.74 4399911.4 |
+-----------------------------+
When I repeat the process with London long/lat coordinates and the same master I get a "master data not sorted" error:
+----------------------------+
| _ID _X _Y |
|----------------------------|
1. | 1 . . |
2. | 1 -.227731 51.530176 |
3. | 1 -.227603 51.530166 |
4. | 1 -.2276 51.530166 |
5. | 1 -.227693 51.529938 |
6. | 1 -.227697 51.529928 |
7. | 1 -.227731 51.530176 |
+----------------------------+
Where am going wrong?
Thanks,
Paul
+----+
| id |
|----|
1. | 1 |
2. | 2 |
3. | 3 |
+----+
+-----------------------------+
| _ID _X _Y |
|-----------------------------|
1. | 1 . . |
2. | 1 454919.74 4399911.4 |
3. | 1 454936.49 4402763.1 |
4. | 1 451735.05 4379968.2 |
5. | 1 451842.11 4397078.2 |
6. | 1 454919.74 4399911.4 |
+-----------------------------+
When I repeat the process with London long/lat coordinates and the same master I get a "master data not sorted" error:
+----------------------------+
| _ID _X _Y |
|----------------------------|
1. | 1 . . |
2. | 1 -.227731 51.530176 |
3. | 1 -.227603 51.530166 |
4. | 1 -.2276 51.530166 |
5. | 1 -.227693 51.529938 |
6. | 1 -.227697 51.529928 |
7. | 1 -.227731 51.530176 |
+----------------------------+
Where am going wrong?
Thanks,
Paul
Comment