@extends('layouts.app') @section('title', $state->name.' Province Zoning') @php $googleMapsKey = $googleMapsKey ?? config('services.google.maps_browser_key'); @endphp @if(! $googleMapsKey) @push('styles') @endpush @endif @section('content')
The province or territory is divided into four operational zones. This page restores the zoning feature and overlays live highway traffic when your Google Maps browser key is configured.
Use this map to see the four operational zones while checking road traffic around highways and city corridors. The zone boundaries come from your database; live traffic comes from Google when configured.
{{ $googleMapsKey ? 'Google Traffic Layer is enabled. Zoom into highways and major roads to inspect current movement before assigning or reviewing coverage.' : 'Add GOOGLE_MAPS_BROWSER_KEY to .env to enable live highway traffic. Without it, the map still shows zones using the fallback map.' }}
Each zone has two boundary coordinate pairs plus centre point and radius. Increasing the radius expands the zone circle; reducing it shrinks the coverage area.