Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic parcel update #2949

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/products/sgid/cadastre/parcels.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const page: IPageMetadata = {
...metadata,
application: 'https://parcels.utah.gov',
updateHistory: [
`January 2025 - Carbon, Davis, Grand, Utah, Washington, Weber`,
`January 2025 - Carbon, Davis, Grand, Millard, Utah, Washington, Weber`,
`December 2024 - Davis, Millard, Utah, Washington, Weber`,
`November 2024 - Carbon, Davis, Duchesne, Morgan, Salt Lake, Sevier, Utah, Washington`,
`October 2024 - Box Elder, Davis, Grand, Iron, Utah, Washington, Weber`,
Expand Down Expand Up @@ -183,7 +183,7 @@ const countyMetadata = [
{
county: 'Millard',
sgid: 'utah-millard-county-parcels',
lastUpdate: 'December 2024',
lastUpdate: 'January 2025',
lastUpdateLir: '2024',
website: 'https://millardcounty.org/your-government/county-departments/gis/',
app: 'https://millardgis.maps.arcgis.com/apps/webappviewer/index.html?id=a6349d390b9041a1aeae35e29a398035',
Expand Down
Loading