Skip to content

Commit

Permalink
Improve the subdivision update map.
Browse files Browse the repository at this point in the history
The keys need to match the last released data (from v1.4.2),
not the updates made while preparing v2.0.0.
  • Loading branch information
bojanz committed Apr 18, 2023
1 parent 77be5e5 commit d2305d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Subdivision/SubdivisionUpdater.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static function getUpdateMap(): array
'Fujairah' => 'FU',
'Umm Al Quwain' => 'UQ',
'Dubai' => 'DU',
'Ras Al Khaimah' => 'RK',
'Ras al Khaimah' => 'RK',
'Ajman' => 'AJ',
],
'AM' => [
Expand Down Expand Up @@ -729,7 +729,7 @@ public static function getUpdateMap(): array
'Cavite' => 'CAV',
'Cebu' => 'CEB',
'Cotabato' => 'NCO',
'Davao de Oro' => 'COM',
'Compostela Valley' => 'COM',
'Davao del Norte' => 'DAV',
'Davao del Sur' => 'DAS',
'Davao Occidental' => 'DVO',
Expand Down Expand Up @@ -760,12 +760,12 @@ public static function getUpdateMap(): array
'Northern Samar' => 'NSA',
'Nueva Ecija' => 'NUE',
'Nueva Vizcaya' => 'NUV',
'Occidental Mindoro' => 'MDC',
'Oriental Mindoro' => 'MDR',
'Mindoro Occidental' => 'MDC',
'Mindoro Oriental' => 'MDR',
'Palawan' => 'PLW',
'Pampanga' => 'PAM',
'Pangasinan' => 'PAN',
'Quezon' => 'QUE',
'Quezon Province' => 'QUE',
'Quirino' => 'QUI',
'Rizal' => 'RIZ',
'Romblon' => 'ROM',
Expand Down

0 comments on commit d2305d9

Please sign in to comment.