Skip to content

Commit

Permalink
chore: regenerate new static resources
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed May 9, 2024
1 parent 0ddb133 commit 599b070
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion resources/static/36/regencies.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
code,province_code,name,latitude,longitude
3601,36,"Kab. Pandeglang",-6.3168554305136,106.11479446982
3602,36,"Kab. Lebak",-6.3607670885178,106.24618699653
3603,36,"Kab. Tangerang",,
3603,36,"Kab. Tangerang",-6.2696304555658,106.48440474071
3604,36,"Kab. Serang",-6.1153025010456,106.15201508304
3671,36,"Kota Tangerang",-6.1643615549521,106.6410711382
3672,36,"Kota Cilegon",-6.009809018827,106.04212868304
Expand Down
4 changes: 2 additions & 2 deletions resources/static/36/regencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"code": 3603,
"province_code": 36,
"name": "Kab. Tangerang",
"latitude": null,
"longitude": null
"latitude": -6.269630455565761,
"longitude": 106.48440474071201
},
{
"code": 3604,
Expand Down
6 changes: 3 additions & 3 deletions resources/static/provinces.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ code,name,latitude,longitude,coordinates
82,"Maluku Utara",0.75585814337694,127.60980236945
91,Papua,-2.5363008644385,140.71502399916
92,"Papua Barat",-0.91835080784201,134.03048752217
93,"Papua Selatan",-8.5086961546655,140.40967635179,
94,"Papua Tengah",-3.3633658641057,135.50389107767,
95,"Papua Pegunungan",-4.0993068017931,138.94314903716,
93,"Papua Selatan",-8.5086961546655,140.40967635179
94,"Papua Tengah",-3.3633658641057,135.50389107767
95,"Papua Pegunungan",-4.0993068017931,138.94314903716
9 changes: 3 additions & 6 deletions resources/static/provinces.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,21 +207,18 @@
"code": 93,
"name": "Papua Selatan",
"latitude": -8.508696154665504,
"longitude": 140.40967635178788,
"coordinates": null
"longitude": 140.40967635178788
},
{
"code": 94,
"name": "Papua Tengah",
"latitude": -3.363365864105701,
"longitude": 135.50389107766932,
"coordinates": null
"longitude": 135.50389107766932
},
{
"code": 95,
"name": "Papua Pegunungan",
"latitude": -4.099306801793126,
"longitude": 138.94314903715775,
"coordinates": null
"longitude": 138.94314903715775
}
]

0 comments on commit 599b070

Please sign in to comment.