📤 Upload Data Spasial

Upload GeoJSON, data akan terbaca otomatis (desa, pemilik, luas, dll)

@if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Pastikan file GeoJSON memiliki properties seperti:
  • nama_desa
  • pemilik
  • jenis_tanaman
  • luas
@csrf

Maksimal 5MB • Format GeoJSON valid

Kembali