Skip to content
Geo Hound
ESRI MapServerData directory

Layers

Published by gis.cachecounty.gov

Subdivision boundaries with lot counts and acreage in Cache County.

Utah, United Statesparcelsplanning
Extent not published by this service

Service facts

Endpoint
https://gis.cachecounty.gov/arcgis/rest/services/Planning/Subdivisions/MapServer
Type
ESRI MapServer
Layers
1
Formats
PNG32, PNG24, PNG, JPG, DIB, TIFF, EMF, PS, PDF, GIF, SVG, SVGZ, BMP
CRS
EPSG:102742
CORS
Enabled
Response time
545 ms at last check
Last verified
2026-07-24
Discovered
1 time by Geo Hound users

Layers

IdLayerGeometryFeatures
0Subdivisions
20 fields
NameAliasType
objectidobjectidesriFieldTypeOID
subdivision_locationNameesriFieldTypeString
subdivision_location_1subdivision_locationesriFieldTypeString
date_recordeddate_recordedesriFieldTypeDate
lotslotsesriFieldTypeSmallInteger
acresacresesriFieldTypeDouble
year_YearesriFieldTypeSmallInteger
ave_acreAverage Acre Per LotesriFieldTypeDouble
image_Plat ImageesriFieldTypeString
entryEntryesriFieldTypeInteger
created_usercreated_useresriFieldTypeString
created_datecreated_dateesriFieldTypeDate
last_edited_userlast_edited_useresriFieldTypeString
last_edited_datelast_edited_dateesriFieldTypeDate
shapeshapeesriFieldTypeGeometry
st_area(shape)st_area(shape)esriFieldTypeDouble
st_length(shape)st_length(shape)esriFieldTypeDouble
plat_acreage_totalplat_acreage_totalesriFieldTypeDouble
plat_amendedplat_amendedesriFieldTypeString
construction_drawingconstruction_drawingesriFieldTypeString
polygon

Use this service

QGIS
Layer > Add Layer > Add ArcGIS REST Server Layer > New
Name: Layers
URL: https://gis.cachecounty.gov/arcgis/rest/services/Planning/Subdivisions/MapServer
ArcGIS Pro
Insert > Connections > Server > New ArcGIS Server
Server URL: https://gis.cachecounty.gov/arcgis/rest/services/Planning/Subdivisions/MapServer
Leaflet
fetch('https://gis.cachecounty.gov/arcgis/rest/services/Planning/Subdivisions/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://gis.cachecounty.gov/arcgis/rest/services/Planning/Subdivisions/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