ArcGIS REST Services Directory
JSON

Layer: Vector Tile Site Address Labels (ID:57)

View In:   Map Viewer

Name: Vector Tile Site Address Labels

Display Field: Street_Name

Type: Feature Layer

Geometry Type: esriGeometryPoint

Description: Relevant SQL snippet below:SET ANSI_NULLS ON;SET ANSI_PADDING ON;SET ANSI_WARNINGS ON;SET ARITHABORT ON;SET CONCAT_NULL_YIELDS_NULL ON;SET QUOTED_IDENTIFIER ON;use [Assessor]GO-- two steps - initial set up: drop the table and repopulate with appropriate schema -- continuing steps: once schema is established - truncate table and use insert into to populate dataIF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[MSVL_NG911_Publish]') AND type in (N'U'))TRUNCATE TABLE [dbo].[MSVL_NG911_Publish]GOINSERT INTO [dbo].[MSVL_NG911_Publish]SELECT [OBJECTID] ,[Shape] ,CONVERT(varbinary(MAX),[GDB_GEOMATTR_DATA],1) AS [GDB_GEOMATTR_DATA] ,[Add_Number] as 'Address_Number' ,[St_PreDir] as 'Street_Prefix_Direction' ,[St_PreTyp] as 'Street_Prefix_Type' ,[St_Name] as 'Street_Name' ,[St_PosTyp] as 'Street_Suffix_Type' ,[St_PosDir] as 'Street_Suffix_Direction' ,TRIM(CONCAT_WS(' ',[St_PreDir],[St_PreTyp],[St_Name],[St_PosTyp],[St_PosDir])) as 'Full_Street_Name' ,[UNITNUM] as 'Unit_Number' ,[Unit] ,[Post_Code] as 'Zip_Code' ,[FULL_ADDR] as 'Full_Address' ,[Inc_Muni] as 'City' ,[County] ,[State]FROM[Assessor].[dbo].[SNOCO_NG911_EXTRACT]GO

Copyright Text:

Min. Scale: 4513.988705

Max. Scale: 0

Default Visibility: true

Max Record Count: 2000

Supported query Formats: JSON, geoJSON, PBF

Use Standardized Queries: True

Extent:

Drawing Info:

HasZ: true

HasM: false

Has Attachments: false

Has Geometry Properties: false

HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText

Object ID Field: OBJECTID

Unique ID Field:

Global ID Field: GlobalID

Type ID Field:

Fields:
Templates:

Is Data Versioned: false

Has Contingent Values: false

Supports Rollback On Failure Parameter: true

Last Edit Date: 8/18/2026 10:26:40 PM

Schema Last Edit Date: 8/18/2026 10:26:40 PM

Data Last Edit Date: 8/18/2026 10:26:40 PM

Supported Operations:   Query   Query Pivot   Query Top Features   Query Analytic   Query Bins   Generate Renderer   Validate SQL   Get Estimates   ConvertFormat