Neighborhood Boundary Drawer

← Back to Site

Select Neighborhood

2 saved boundaries loaded

Drawing Settings

How to draw: Click "Start Drawing" button, then click on the map to place points. Click the first point to complete the polygon.

Drawn Areas

Playa Vista Phase II(7 points)
Playa Vista Phase 1(10 points)
Google
Map data ©2026 Google
Map data ©2026 Google

Export Coordinates

const playavistaSubAreas: SubArea[] = [
  {
    id: "playa-vista-phase-ii",
    name: "Playa Vista Phase II",
    color: "#FF6B35",
    boundary: [
      [33.9758, -118.4212],
      [33.9729, -118.4194],
      [33.9744, -118.4166],
      [33.9755, -118.4128],
      [33.9765, -118.4091],
      [33.9776, -118.4064],
      [33.9814, -118.4091],
    ],
  },
  {
    id: "playa-vista-phase-1",
    name: "Playa Vista Phase 1",
    color: "#4CAF50",
    boundary: [
      [33.967532, -118.427557],
      [33.97223, -118.43039],
      [33.973262, -118.427729],
      [33.976785, -118.428974],
      [33.977106, -118.427987],
      [33.973618, -118.42657],
      [33.97586, -118.421292],
      [33.972871, -118.419361],
      [33.971162, -118.422322],
      [33.968884, -118.424725],
    ],
  },
];