City of Berkeley · Administrative Regulation 10.2 · Method & sources
What Berkeley’s sidewalk-objects regulation actually says, where the zoning data comes from, and exactly how the map was built.
← Open the interactive mapAdministrative Regulation 10.2 is issued by Berkeley’s City Manager, not by the City Council — it is an administrative rule implementing the municipal code, originally dated November 13, 2018 and most recently reissued in January 2025. It governs “temporary non-commercial objects” (TNC objects): personal belongings placed on public sidewalks and parklets. Despite the bureaucratic name, this is the rule that determines where an unhoused person’s tent, cart, or bedding may lawfully sit on a Berkeley sidewalk, which is why the map reads it through that lens.
The regulation draws one bright line by zoning: on sidewalks in residential districts, TNC objects are prohibited outright, with an exception for objects actively in transit. In commercial and manufacturing districts they are permitted, but only within tight limits — an object may not be left unattended for more than two hours, must fit within a nine-square-foot footprint and stand under five feet tall, must sit at least three feet clear of building entrances, and must leave a pedestrian path of travel of six feet (ten feet on wide sidewalks). Nothing may be placed in parklets, in BART access corridors, at blue or white curb zones, or in posted no-object areas. Objects that violate these rules can be moved or removed by the city after notice.
All geometry comes from the City of Berkeley’s own GIS, the same services that power the city’s Community GIS Portal. Three layers of the Planning/Land_Use_Planning ArcGIS map service were retrieved on August 27, 2026: the Zoning Districts polygon layer (layer 41 — 42 multipolygon features covering 41 district codes), the street centerline layer (layer 42 — 6,971 segments with street names, types, and speeds), and the city boundary layer (layer 43). Geometry was requested in WGS-84 with roughly five-meter simplification and five-decimal coordinates, which keeps the page light while staying accurate at neighborhood scale.
Each zoning district was assigned to one of five categories according to what AR 10.2 says about it. Acreage was computed from the polygon geometry itself.
| Category | Districts | Under AR 10.2 | Acres |
|---|---|---|---|
| Residential | R-1 through R-5 (and hillside variants), R-S, ES-R | Belongings prohibited on sidewalks | 3,680 |
| Mixed-use residential | MU-R, R-SMU, R-BMU | Ambiguous — likely treated as residential | 138 |
| Commercial | All 16 C-* districts | Allowed, with limits | 357 |
| Manufacturing | M, MM, MU-LI, MRD | Allowed, with limits | 313 |
| Parks, campus & special plan | U, X, SP | Outside the rule’s categories — separate laws | 448 |
Residential districts cover about 75 percent of Berkeley’s zoned land. The land where AR 10.2 permits belongings on sidewalks at all — commercial plus manufacturing — amounts to about 670 acres, concentrated along Shattuck, University, San Pablo, Telegraph, Adeline, Solano, and the West Berkeley industrial flats.
The map is a single self-contained HTML file with no server, no database, and no build step required to view it. The zoning polygons, street centerlines, boundary, and labels are embedded directly in the page as GeoJSON, and Leaflet 1.9.4 — inlined into the same file — renders them as interactive vector layers. Because everything is embedded, the file works offline and can be hosted anywhere static files can, which is how this site is published.
A few details of the pipeline are worth recording. Street segments were merged by name and type into one feature per street, and label points were placed along each street at intervals, keeping only points that fall within about eighty meters of a zoning polygon — a practical test for “inside Berkeley,” since street rights-of-way are excluded from the zoning polygons themselves. Labels appear in three tiers as you zoom: nine major arterials first, the remaining arterials next, and every named street when zoomed well in; hovering any street shows its name at any zoom. District acreage uses an equirectangular projection of each ring with the shoelace formula, accurate to well under a percent at city scale. The five category colors were chosen in OKLCH and validated programmatically — in both light and dark themes — for color-vision-deficiency separation and contrast, which is also why identity is never carried by color alone: every district popup and the table below the legend name the category in text.
An optional OpenStreetMap raster basemap can be toggled under the legend for extra street context. It loads in the standalone copies of the map (like this site); on the Claude-hosted artifact version, the page’s security policy blocks outside tile servers, so the map falls back to its built-in vector streets automatically.
Colors fill whole zoning districts, but the regulation itself applies to the public sidewalks within them — a green district means AR 10.2 permits a compliant object on its sidewalks, not on private lots. Click any district for its code, name, and what the rule says there; click legend rows to isolate categories (turning residential off leaves precisely the areas where belongings could lawfully sit); the B markers are the three BART stations, whose access corridors are excluded everywhere.
This is information, not legal advice, and AR 10.2 is not a camping permit. Camping and lodging remain restricted by other city, state, and university rules; Berkeley’s separate encampment policy still allows closures and removals anywhere on health-and-safety grounds; and city parks prohibit camping under their own provisions. Boundaries are simplified about five meters for display and should be verified against the city’s official zoning viewer before anything consequential. Two quirks of the source data are preserved rather than corrected: the central UC campus appears with an R-5 designation in the city’s layer even though university land is largely exempt from local zoning, and the R-2 district is stored as two separate features (merged in the acreage figures).
Administrative Regulation 10.2 (City of Berkeley, City Manager’s Office, revised January 2025) · Community GIS Portal · Land Use Planning map service (Zoning Districts, layer 41; street centerlines, layer 42; boundary, layer 43) · City of Berkeley Geospatial Hub · Basemap tiles, when enabled: © OpenStreetMap contributors.