Update ambil.php
This commit is contained in:
@@ -45,7 +45,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
while($r = mysqli_fetch_assoc($qP)) {
|
||||
$res["penduduk"][] = array(
|
||||
"id" => (int)$r['id'],
|
||||
"nama_penduduk" => $r['nama'],
|
||||
"nama_penduduk" => $r['nama_penduduk'],
|
||||
"latitude" => (float)$r['latitude'],
|
||||
"longitude" => (float)$r['longitude'],
|
||||
"status_warna" => $r['status_warna']
|
||||
|
||||
Reference in New Issue
Block a user