feature: sebaran lokasi project pariwisata
This commit is contained in:
@@ -110,7 +110,7 @@ class TourismController extends Controller
|
||||
{
|
||||
$locations = Tourism::whereNotNull('longitude')
|
||||
->whereNotNull('latitude')
|
||||
->select('longitude', 'latitude')
|
||||
->select('project_name', 'longitude', 'latitude')
|
||||
->get();
|
||||
|
||||
return response()->json([
|
||||
|
||||
Reference in New Issue
Block a user