Legal Right Of Way
City of Seattle
@usgov.city_of_seattle_legal_right_of_way
City of Seattle
@usgov.city_of_seattle_legal_right_of_way
Displays data from CADASTRAL.LEGAL_ROW_PLGN_PV. The layer will not display when zoomed out beyond 1:50,000. Attribute is associated with geodatabase domain SUBDIVISION_FEASYM_CODE. Only hierarchy of assignment is alleys (9) over other rowadj types (2, 3, 4, 8).
L_FEA_SYM is a numeric code that identifies polygon features by type:
1 - lot
2 - right of way
3 - rowadj (ordinance)
4 - rowadj (deed)
5 - other agency property
6 - easement
7 - tract
8 - court cause (SCC)
9 - row (alleys)
10 - row (railroads)
11 - water bodies
40 - private road.
Updated weekly.
Organization: City of Seattle
Last updated: 2025-02-28T23:39:27.242977
Tags: alley, easement, gis, legal, ordinance, row, rw-adjustment, seattle-gis-open-data
CREATE TABLE table_1 (
  "objectid" BIGINT,
  "l_id" DOUBLE,
  "l_area" DOUBLE,
  "l_prmtr" DOUBLE,
  "plat_id" VARCHAR,
  "plat_sym" VARCHAR,
  "block_id" VARCHAR,
  "tract_id" VARCHAR,
  "lot_id" VARCHAR,
  "unitlot_id" VARCHAR,
  "rw_id" BIGINT,
  "rw_adjst_id" VARCHAR,
  "deed_id" VARCHAR,
  "court_id" VARCHAR,
  "l_fea_sym" BIGINT,
  "attr_acrcy" BIGINT,
  "l_edt_date" VARCHAR,
  "shape_area" DOUBLE  -- Shape, Area,
  "shape_length" DOUBLE  -- Shape, Length
);Anyone who has the link will be able to view this.