Skip to content
Geo Hound
ESRI MapServerData directory

Layers

Published by Chad Dean, GIS Systems Analyst, Kitsap County

Kitsap County Puget Sound and waterbodies defined in Washington State regulations.

Washington, United Stateshydrologycoastal
Extent not published by this service

Service facts

Endpoint
https://utility.arcgis.com/usrsvcs/servers/125818420e2d48a3bd3221124451676f/rest/services/Public/Waterbodies/MapServer
Type
ESRI MapServer
Layers
2
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:102748
CORS
Enabled
Response time
1182 ms at last check
Last verified
2026-07-24
Discovered
2 times by Geo Hound users

Layers

IdLayerGeometryFeatures
0Puget Sound
8 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
FP_WTRTY_CFP_WTRTY_CesriFieldTypeString
ShapeShapeesriFieldTypeGeometry
Shape.STArea()Shape.STArea()esriFieldTypeDouble
Shape.STLength()Shape.STLength()esriFieldTypeDouble
WB_CART_FTWB_CART_FTesriFieldTypeSmallInteger
WB_GNIS_NMWB_GNIS_NMesriFieldTypeString
WB_HYDR_FTWB_HYDR_FTesriFieldTypeString
polygon
1Waterbodies (defined in WAC 222-16-030)
16 fields
NameAliasType
OBJECTIDOBJECTIDesriFieldTypeOID
WB_LLID_NRWB_LLID_NResriFieldTypeString
WB_HYDR_FTR_CDWB_HYDR_FTR_CDesriFieldTypeString
WB_CART_FTR_CDWB_CART_FTR_CDesriFieldTypeSmallInteger
WB_GNIS_NMWB_GNIS_NMesriFieldTypeString
WB_GNIS_NRWB_GNIS_NResriFieldTypeInteger
WB_PERIOD_CDWB_PERIOD_CDesriFieldTypeString
FTR_EDIT_DTFTR_EDIT_DTesriFieldTypeDate
FP_WTRTY_CDFP_WTRTY_CDesriFieldTypeString
FP_REF_IDFP_REF_IDesriFieldTypeString
FP_WTRTY_APPR_DTFP_WTRTY_APPR_DTesriFieldTypeDate
FP_WTRTY_EDIT_DTFP_WTRTY_EDIT_DTesriFieldTypeDate
DNR_OUTPUT_SCLDNR_OUTPUT_SCLesriFieldTypeInteger
ShapeSHAPEesriFieldTypeGeometry
Shape.STArea()Shape.STArea()esriFieldTypeDouble
Shape.STLength()SHAPE.STLength()esriFieldTypeDouble
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Layers
URL: https://utility.arcgis.com/usrsvcs/servers/125818420e2d48a3bd3221124451676f/rest/services/Public/Waterbodies/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://utility.arcgis.com/usrsvcs/servers/125818420e2d48a3bd3221124451676f/rest/services/Public/Waterbodies/MapServer
Leaflet
fetch('https://utility.arcgis.com/usrsvcs/servers/125818420e2d48a3bd3221124451676f/rest/services/Public/Waterbodies/MapServer/0/query?where=1%3D1&outFields=*&f=geojson')
  .then((r) => r.json())
  .then((geojson) => L.geoJSON(geojson).addTo(map));
Python
import geopandas as gpd
gdf = gpd.read_file(
    'https://utility.arcgis.com/usrsvcs/servers/125818420e2d48a3bd3221124451676f/rest/services/Public/Waterbodies/MapServer/0/query?where=1%3D1&outFields=*&f=geojson'
)

Related services

This service was found in the wild by Geo Hound users while browsing the web.

Add to Chrome
Report an issue with this listing