Commit a24542f
fix(postcodes/GB): null sentinel 99.999999 coords on Crown Dependencies (GY,IM,JE)
Guernsey, Isle of Man, and Jersey are absent from the dwyl/OS source
dataset, so the importer emitted lat=99.999999 as a sentinel. That's
outside the valid latitude range (-90..90) and trips the geo-bounds
validator. Null the coordinates so the codes stay queryable; the
country-level postal_code_format / regex still apply.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9755fc1 commit a24542f
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
418 | | - | |
| 417 | + | |
| 418 | + | |
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
517 | | - | |
518 | | - | |
| 517 | + | |
| 518 | + | |
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | | - | |
548 | | - | |
| 547 | + | |
| 548 | + | |
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| |||
0 commit comments