Skip to content

Commit 5e8a63a

Browse files
fix: correct jakim_code for 4 districts in Perak and Sarawak
Cross-referenced jakim_code values against official JAKIM zone-district mapping from the Takwim Solat reference document: https://www.e-solat.gov.my/index.php?siteId=24&pageId=43 and JAKIM e-Solat API (https://www.e-solat.gov.my) Fixes: - Kerian (Perak): PRK01 → PRK06 - Kinta (Perak): PRK01 → PRK02 - Hilir Perak (Perak): PRK02 → PRK05 - Bukit Mabong (Sarawak): SWK03 → SWK04
1 parent 734f25e commit 5e8a63a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

malaysia.district-jakim.geojson

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13972,7 +13972,7 @@
1397213972
"name": "Bukit Mabong",
1397313973
"code_state": 13,
1397413974
"state": "SWK",
13975-
"jakim_code": "SWK03"
13975+
"jakim_code": "SWK04"
1397613976
},
1397713977
"geometry": {
1397813978
"type": "MultiPolygon",
@@ -21904,7 +21904,7 @@
2190421904
"name": "Hilir Perak",
2190521905
"code_state": 8,
2190621906
"state": "PRK",
21907-
"jakim_code": "PRK02"
21907+
"jakim_code": "PRK05"
2190821908
},
2190921909
"geometry": {
2191021910
"type": "MultiPolygon",
@@ -22044,7 +22044,7 @@
2204422044
"name": "Kerian",
2204522045
"code_state": 8,
2204622046
"state": "PRK",
22047-
"jakim_code": "PRK01"
22047+
"jakim_code": "PRK06"
2204822048
},
2204922049
"geometry": {
2205022050
"type": "MultiPolygon",
@@ -27926,7 +27926,7 @@
2792627926
"name": "Kinta",
2792727927
"code_state": 8,
2792827928
"state": "PRK",
27929-
"jakim_code": "PRK01"
27929+
"jakim_code": "PRK02"
2793027930
},
2793127931
"geometry": {
2793227932
"type": "MultiPolygon",

0 commit comments

Comments
 (0)