@extends('dashboard.base') @section('title', 'Manajemen Lokasi') @push('css') @endpush @section('content')
{ "type": "FeatureCollection", "name": "Nama Lokasi", "features": [ { "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [ [ [106.8456, -6.2144], [106.8556, -6.2144], [106.8556, -6.2044], [106.8456, -6.2044], [106.8456, -6.2144] ] ] } } ] }
{ "name": "Nama Lokasi", "coordinates": [ { "lat": -6.2144, "lng": 106.8456 }, { "lat": -6.2144, "lng": 106.8556 }, { "lat": -6.2044, "lng": 106.8556 }, { "lat": -6.2044, "lng": 106.8456 }, { "lat": -6.2144, "lng": 106.8456 } ] }