Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump submodules/cahyadsn-wilayah from 4a76679 to e2ffdf9 #93

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"pint --preset laravel"
],
"test": [
"Composer\\Config::disableProcessTimeout",
"testbench package:test --ansi"
],
"testbench": [
Expand Down
Binary file modified database/nusa.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/static/53/regencies.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
code,province_code,name,latitude,longitude
5301,53,"Kab. Kupang",-10.07276746009,123.8644632254
5302,53,"Kab Timor Tengah Selatan",-9.8517806199866,124.26648135633
5302,53,"Kab. Timor Tengah Selatan",-9.8517806199866,124.26648135633
5303,53,"Kab. Timor Tengah Utara",-9.4569349441144,124.47508769421
5304,53,"Kab. Belu",-9.1058913669203,124.87357678138
5305,53,"Kab. Alor",-8.2093094431923,124.57346385979
Expand Down
2 changes: 1 addition & 1 deletion resources/static/53/regencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"code": 5302,
"province_code": 53,
"name": "Kab Timor Tengah Selatan",
"name": "Kab. Timor Tengah Selatan",
"latitude": -9.851780619986599,
"longitude": 124.26648135633013
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private function fetchAll(): array
SELECT
w.kode, w.nama,
p.kodepos,
l.lat, l.lng, l.elv, l.tz, l.luas, l.penduduk, l.paths path
l.lat, l.lng, l.elv, l.tz, l.luas, l.penduduk, l.path path
FROM wilayah w
LEFT JOIN wilayah_level_1_2 l ON w.kode = l.kode
LEFT JOIN kodewilayah2023 p on w.kode = p.kodewilayah
Expand Down
2 changes: 1 addition & 1 deletion submodules/cahyadsn-wilayah