| 1 | *begin gc-mixed-declination
|
|---|
| 2 | *cs utm17
|
|---|
| 3 | *cs out epsg:26917
|
|---|
| 4 |
|
|---|
| 5 | *fix ent.0 0 3000000 300
|
|---|
| 6 | *declination auto 0 3000000 300
|
|---|
| 7 | ; yes we pick an out-of-zone coordinate intentionally!
|
|---|
| 8 |
|
|---|
| 9 | *begin ent
|
|---|
| 10 | *export 0 2
|
|---|
| 11 | *date 2025.01.01
|
|---|
| 12 | *declination -3.8 degrees
|
|---|
| 13 |
|
|---|
| 14 | *data normal from to tape compass ignoreall
|
|---|
| 15 | 0 1 20 0
|
|---|
| 16 | 1 2 20 90
|
|---|
| 17 | *end ent
|
|---|
| 18 |
|
|---|
| 19 | *equate ent.0 svy.0
|
|---|
| 20 | *equate svy.2 ent.2
|
|---|
| 21 |
|
|---|
| 22 | *begin svy
|
|---|
| 23 | *export 0 2
|
|---|
| 24 | *date 2025.01.02
|
|---|
| 25 |
|
|---|
| 26 | *data normal from to tape compass ignoreall
|
|---|
| 27 | 2 3 20 180
|
|---|
| 28 | 3 0 20 270
|
|---|
| 29 | *end svy
|
|---|
| 30 |
|
|---|
| 31 | *end gc-mixed-declination
|
|---|