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

PDF for bert #2852

Merged
merged 7 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
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
Binary file not shown.
Binary file not shown.
10 changes: 6 additions & 4 deletions src/pages/products/sgid/cadastre/parcels.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import GridForMoreResources from '@components/page/GridForMoreResources.astro';
import GridForYouMightLike from '@components/page/GridForYouMightLike.astro';
import QuickLinks from '@components/page/QuickLinks.astro';
import Section from '@components/page/Section.astro';
import download from '@downloads/product-sgid/cadastre/ExpandedParcelDataSharingImplementationGuidelinesDRAFT.pdf?url';
import recommendationDocument from '@downloads/product-sgid/cadastre/Working Group Recommendations 5.19.16.docx?url';

export const metadata: IMetadata = {
pageTitle: 'Utah Parcels',
Expand Down Expand Up @@ -387,10 +389,10 @@ const countyMetadata = [
The Land Information Records (LIR) work group organized by the Governor's Office of Management and Budget has
facilitated a voluntary sharing of tax roll parcel data from County Assessors to support public safety, economic
development, transportation, planning and the provisions of public services. In May of 2016, the Land Information
Records work group released its <ExternalLink
href="https://drive.google.com/file/d/1E3ks5ndjMKiZqS5b7N6a3_1paJK0jHi_"
>Land Use Information Records Recommendations</ExternalLink
>.
Records work group released its
<a href={recommendationDocument}>Land Use Information Records Recommendations
</a> and
<a href={download}>Expanded Parcel Data Sharing Implementation Guidelines</a>.
</p>
<h4>Updates</h4>
<p>
Expand Down